@charset "utf-8";
/* CSS Document */
html {
    min-height: 100%;
    font-size: 10px;
}
body {
    min-height: 100%;
    font-size: 1.6rem;
    font-family: 'Roboto-Regular';
    color: #7c7170
}
.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.text-blue {
    color: #104f7e
}
.text-grey {
    color: #5e4f4e
}
.text-white {
    color: #fff;
}
.bg-blue {
    background: #104f7e;
    color: #fff;
}
.title {
    font-family: 'Roboto-Black';
    font-size: 6rem;
}
/*NAVBAR*/
.navbar {
    width: 100%;
}
/*HEADER*/
.header {
    background: #d8cbca url(../images/bg-lg.jpg) no-repeat bottom center;
    min-height: 670px;
    width: 100%;
}
.header>.container {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}
.header nav {
    width: 100%;
    align-self: flex-start
}
.navbar-toggle {background:rgba(233,233,233,1.00) url(../images/menu.png) no-repeat center; height: 70px; width: 70px}
nav.affix {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.navbar-nav {
}
.navbar-nav>li>a {
    padding: 35px 20px;
    text-transform: uppercase;
    color: #5e4f4e
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    background: none;
    color: #104f7e
}
.navbar-nav>li.active>a {
    background: none;
    color: #104f7e
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
}
.header .title {
    font-size: 12rem;
    font-family: 'Roboto-Black';
}
.header .subtitle {
    float: left;
    padding: 15px 30px;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Roboto-Black';
}
.header-content {
    width: 100%;
    align-self: baseline;
    margin-top: 80px
}
.arrow-down-container {
    width: 100%;
    background: rgba(95,134,99,0.22);
    padding: 15px;
    align-self: flex-end
}
/*CHOOSE BOOK*/
.choose-book {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
}
.choose-book .container {
    align-self: center
}
.book-items-container {
    margin-top: 60px;
}
.book-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.12)
}
.book-item-image {
    width: 30%
}
.book-item-text {
    width: 70%
}
.choose-book .alert-grey {
    padding: 30px;
    width: 70%;
    margin: auto;
    background: #d8cbca;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 60px
}
.choose-book .alert-grey:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 30px;
    border: 20px solid transparent;
    border-top: 20px solid #d8cbca;
}
/*HOW TO GET THE BONUS*/
.how-to-get-the-bonus {
    width: 100%;
    padding: 80px 0px;
    display: flex;
    flex-wrap: wrap;
}
.how-to-get-the-bonus .container {
    align-self: center
}
.how-to-get-the-bonus .steps-container {
    width: 100%;
    padding: 60px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.step {
    width: 20%;
    padding: 30px
}
.step-image>img {
    margin: 0 auto
}
.step-text {
    text-align: center;
    font-size: 1.8rem;
    padding-top: 30px
}
/*ACCOUNTS*/
.accounts {
    width: 100%;
    padding: 80px 0px;
    display: flex;
    flex-wrap: wrap;
    background: url(../images/accounts-bg-lg.jpg) no-repeat center;
    background-attachment: fixed
}
.accounts .container {
    align-self: center
}
.account-types-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 60px 0;
    align-items: stretch;
}
.account-item {
    width: 25%;
    background: rgba(255,255,255,0.80);
    box-shadow: 0 0 30px rgba(0,0,0,0.1)
}
.account-item:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
.account-item-header {
    font-size: 3rem;
    text-align: center;
    color: #104f7e;
    padding: 15px 15px
}
.account-item-description {
    padding: 15px 30px
}
.account-item-description table tr>td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}
.account-item-description table tr>td:first-child {
    text-align: left;
}
.account-item-description table tr>td:last-child {
    text-align: right;
}
.account-item-description table tr:last-child>td {
    border-bottom: none;
}
.account-item-footer {
    background: #104f7e;
    padding: 30px;
    text-align: center;
}
.btn, .btn-lg {
    border-radius: 0
}
.btn-blue {
    border: 1px solid #fff;
    background: #104f7e;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}
.btn-blue:hover, .btn-blue:focus {
    background: #fff;
    color: #104f7e;
    box-shadow: none
}
/*FAQ*/
.faq {
    width: 100%;
    padding: 80px 0px;
    display: flex;
    flex-wrap: wrap;
    background: #d8cbca;
}
.faq .container {
    align-self: center
}
.faq .title {
    font-family: 'Roboto-Black';
    font-size: 6rem;
}
.questions-container {
    margin-top: 60px
}
.questions-container .panel {
    background: none;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    box-shadow: none;
}
.questions-container .panel-default {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.20);
}
.questions-container .panel-group .panel+.panel {
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.20);
    box-shadow: none;
}
.questions-container .panel-heading {
    background: none;
    border: none;
    padding: 0
}
.questions-container .panel-group .panel-heading+.panel-collapse>.list-group, .questions-container .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.questions-container .panel-title a {
    background: #104f7e url(../images/arrow-top.png) no-repeat right 25px;
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem
}
.questions-container .panel-title a.collapsed {
    background: url(../images/arrow-down.png) no-repeat right 25px;
    color: #8f7d7b;
}
.questions-container .panel-collapse {
    background: #104f7e;
    color: #fff;
}
.questions-container .panel-body {
    padding-bottom: 30px;
    padding-top: 0px
}
/*FORM BLOCK*/
.form-block {
    background: url(../images/form-block-bg.png);
    width: 100%;
    padding: 80px 0px;
    display: flex;
    flex-wrap: wrap;
}
.form-block .container {
    align-self: center
}
.form-block .form {
    margin-top: 60px
}
.form-block input {
    height: 46px;
    border-radius: 0;
    border: 1px solid #c4b1af;
    padding-left: 50px
}
.form-block textarea {
    border-radius: 0;
    border: 1px solid #c4b1af
}
.btn-deep-blue {
    border: none;
    background: #104f7e;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.8rem;
}
.btn-deep-blue:hover, .btn-deep-blue:focus {
    color: #fff;
    background: #1467a6;
    border: 0;
    box-shadow: none;
}
.form-block .name {
    background: #fff url(../images/user.png) no-repeat 15px 12px;
}
.form-block .email {
    background: #fff url(../images/email.png) no-repeat 15px 12px;
}
/*FOOTER*/
.footer {
    background: #104f7e;
    width: 100%;
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 1.2rem
}
.footer>.container {
    height: 100%
}
.footer-logo {
    margin-right: 30px
}

/*Medium*/
@media (min-width: 992px) and (max-width: 1199px) {
/*HEADER*/
.header {
    background: #d8cbca url(../images/bg-lg.jpg) no-repeat bottom center;
    min-height: 670px;
    width: 100%;
}
.header>.container {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}
.header nav {
    width: 100%;
    align-self: flex-start
}
.navbar-toggle {background:rgba(233,233,233,1.00) url(../images/menu.png) no-repeat center; height: 70px; width: 70px}
nav.affix {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.navbar-nav {
}
     
.navbar-nav>li>a {
    padding: 35px 15px;
    text-transform: uppercase;
    color: #5e4f4e;
    font-size: 1.3rem
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    background: none;
    color: #104f7e
}
.navbar-nav>li.active>a {
    background: none;
    color: #104f7e
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
}
.header .title {
    font-size: 12rem;
    font-family: 'Roboto-Black';
}
.header .subtitle {
    float: left;
    padding: 15px 30px;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Roboto-Black';
}
.header-content {
    width: 100%;
    align-self: baseline;
    margin-top: 60px;
}
.arrow-down-container {
    width: 100%;
    background: rgba(95,134,99,0.22);
    padding: 15px;
    align-self: flex-end
}
    
    
    
}

/*Tablets*/
@media (min-width: 768px) and (max-width: 991px) {
        /*HEADER*/
.header {
    background: #d8cbca url(../images/bg-lg.jpg) no-repeat bottom center;
    min-height: 670px;
    width: 100%;
}
.header>.container {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}
.header nav {
    width: 100%;
    align-self: flex-start
}
.navbar-toggle {background:rgba(233,233,233,1.00) url(../images/menu.png) no-repeat center; height: 70px; width: 70px}
nav.affix {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.navbar-nav {
}
.navbar-nav>li>a {
    padding: 35px 8px;
    text-transform: uppercase;
    color: #5e4f4e;
    font-size: 1.1rem
    }
    container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
   margin-right: -15px;
    margin-left: -15px;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    background: none;
    color: #104f7e
}
.navbar-nav>li.active>a {
    background: none;
    color: #104f7e
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
}
.header .title {
    font-size: 12rem;
    font-family: 'Roboto-Black';
}
.header .subtitle {
    float: left;
    padding: 15px 30px;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Roboto-Black';
}
.header-content {
    width: 100%;
    align-self: baseline;
    margin-top: 50px
}
.arrow-down-container {
    width: 100%;
    background: rgba(95,134,99,0.22);
    padding: 15px;
    align-self: flex-end
}
    
    /*ACCOUNTS*/
.accounts {
    width: 100%;
    padding: 80px 0px;
    display: flex;
    flex-wrap: wrap;
    background: url(../images/accounts-bg-lg.jpg) no-repeat center;
    background-attachment: fixed
}
.accounts .container {
    align-self: center
}
.account-types-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 60px 0;
    align-items: stretch;
}
.account-item {
    width: 30%;
    background: rgba(255,255,255,0.80);
    box-shadow: 0 0 30px rgba(0,0,0,0.1)
}
.account-item:hover {
    box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
.account-item-header {
    font-size: 2.4rem;
    text-align: center;
    color: #104f7e;
    padding: 15px 15px
}
.account-item-description {
    padding: 15px 30px
}
.account-item-description table tr>td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}
.account-item-description table tr>td:first-child {
    text-align: left;
}
.account-item-description table tr>td:last-child {
    text-align: right;
}
.account-item-description table tr:last-child>td {
    border-bottom: none;
}
.account-item-footer {
    background: #104f7e;
    padding: 30px;
    text-align: center;
}
.btn, .btn-lg {
    border-radius: 0
}
.btn-blue {
    border: 1px solid #fff;
    background: #104f7e;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
}
.btn-blue:hover, .btn-blue:focus {
    background: #fff;
    color: #104f7e;
    box-shadow: none
}
    
    
    
    
    
    
    
}

/*Phones*/
@media (max-width: 767px) {
.title {
    font-family: 'Roboto-Black';
    font-size: 3rem;
}
/*HEADER*/
.header {
    background: #d8cbca url(../images/bg-xs.jpg) no-repeat bottom center;
    min-height: 480px;
    width: 100%;
    padding-top: 60px
}
nav {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.navbar-nav>li>a {
    padding: 15px 30px;
    text-transform: uppercase;
    color: #5e4f4e;
    border-bottom: 1px solid rgba(0,0,0,0.10)
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #fff;
    background: #104f7e;
}
.navbar-nav>li.active>a {
    color: #fff;
    background: #104f7e
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
}
.header .title {
    font-size: 6rem;
    font-family: 'Roboto-Black';
    text-align: center
}
.header .subtitle {
    float: none;
    padding: 15px 30px;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'Roboto-Black';
    text-align: center
}
.header-content {
    width: 100%;
    align-self: baseline
}
/*ACCOUNTS*/
.accounts {
    width: 100%;
    padding: 80px 0px 15px 0;
    display: flex;
    flex-wrap: wrap;
    background: url(../images/accounts-bg-lg.jpg) no-repeat center;
    background-attachment: fixed
}
.account-item {
    width: 100%;
    margin-bottom: 30px
}
.account-types-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 30px 0;
    align-items: stretch;
}
/*HOW TO GET THE BONUS*/
.how-to-get-the-bonus {
    width: 100%;
    padding: 80px 0px;
    display: flex;
    flex-wrap: wrap;
}
.step {
    width: 100%;
    padding: 30px
}
.how-to-get-the-bonus .steps-container {
    width: 100%;
    padding: 15px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
/*CHOOSE BOOK*/
.choose-book {
    width: 100%;
    padding: 70px 0px 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.choose-book .container {
    align-self: center
}
.book-items-container {
    margin-top: 30px;
}
.book-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.12)
}
.book-item-image {
    width: 100%
}
.book-item-text {
    width: 100%
}
.choose-book .alert-grey {
    padding: 30px;
    width: 100%;
    margin: auto;
    background: #d8cbca;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 60px
}
.choose-book .alert-grey:after {
    content: "";
    display: block;
    position: absolute;
    margin-top: 30px;
    border: 20px solid transparent;
    border-top: 20px solid #d8cbca;
}
    .sub-title {font-size: 1.8rem}
/*FAQ*/

    /*FORM BLOCK*/
.form-block {
    background: url(../images/form-block-bg.png);
    width: 100%;
    padding: 60px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
}
.form-block .container {
    align-self: center
}
.form-block .form {
    margin-top: 15px
}
.form-block input {
    height: 46px;
    border-radius: 0;
    border: 1px solid #c4b1af;
    padding-left: 50px
}
.form-block textarea {
    border-radius: 0;
    border: 1px solid #c4b1af
}
.btn-deep-blue {
    border: none;
    background: #104f7e;
    color: #fff;
    padding: 10px 30px;
    font-size: 1.8rem;
}
.btn-deep-blue:hover, .btn-deep-blue:focus {
    color: #fff;
    background: #1467a6;
    border: 0;
    box-shadow: none;
}
.form-block .name {
    background: #fff url(../images/user.png) no-repeat 15px 12px;
}
.form-block .email {
    background: #fff url(../images/email.png) no-repeat 15px 12px;
}
	
}

form.webform-client-form label {
  display: none;
}

form.webform-client-form input#edit-submitted-email-address {
  width: 100%;
}

form.webform-client-form div.form-item {
  margin-bottom: 15px;
}

form.webform-client-form div#edit-actions--3 {
  width: inherit;
  text-align: center;
}
.url-textfield {
  display: none;
}