html {height: 100%;}
body .onePage {
    background-color: #fff;
    color: #717171;
    font-family: 'Montserrat', sans-serif;
    /*padding-bottom: 100px;*/
}
.onePage header {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.onePage header ul {
    float: right;
    margin-top: 28px;
    text-align: right;
    padding-right: 15px;
}
.onePage header ul li {
    display: inline-block;
    margin-left: 20px;
}
.onePage header ul li a {
    color: #3c6271;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.onePage header ul li a:hover {
    color: #55b7b3;
}
.onePage.thank-you footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}
.onePage .block-hero-ribbon {
    background-color: #2a3a54;
    position: relative;

    margin-bottom: 60px;
}
.block-hero-ribbon .image {
    height: 180px;
    position: relative;
    overflow: hidden;
}
.onePage .block-hero-ribbon  .image img {
    position: absolute;
    top: 30%;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    margin: auto;
    opacity: .1;
}

.onePage .block-hero-ribbon .block-hero-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: static;
}
.landing-intro p {
    max-width: 720px;
    margin: 20px auto 0;
    font-weight: 200;
    font-size: 16px;
    line-height: 25px;
}
.landing-intro {
    color: #fff;
    text-align: center;
    max-width: 1300px;
    padding: 20px 10px;
}
.landing-intro h1 {
    font-size: 28px;
    /*width: 0%;*/
    margin: auto;
    max-width: 490px;
}
.landing-intro ul {
    margin-top: 50px;
}
.landing-intro ul li {
    padding-left: 10px;
    margin-bottom: 15px;
}
.landing-intro ul li a {
    text-decoration: none;
    color: #b1dbd7;
    margin-right: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.layout-container.landing {
    padding: 30px 25px 0;
    margin-bottom: 20px;
}
.layout-container.landing  h2 {
    color: #1e384b;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.onePage .subheading {
    background-color: #b1dbd7;
    padding: 30px 0;
}
.onePage .subheading > div > div:first-child {
    margin-bottom: 40px;
}
.onePage .subheading > div > div:first-child > div {
    margin-top: 40px;
}
.onePage .subheading img {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    vertical-align: middle;
    -ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.onePage .subheading h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1e384b;
    margin-bottom: 20px;
}
.onePage form input {
    margin: 0;
}

.onePage form input[type=text],
.onePage form input[type=email] {
    border: 0;
    background-color: #fff;
    display: block;
    height: auto;
    width: 100%;
    line-height: normal;
    font-size: 14px;
     padding: 10px 10px;
    /*padding: 0 20px;*/
    margin-bottom: 15px;
}
.onePage form.test input[type=text],
.onePage form.test input[type=email] {
   width: 100%;
}
@media only screen and (min-width: 500px) {
    .onePage form.test input[type=text],
    .onePage form.test input[type=email] {
        width: 30%;
        display: inline-block;
        margin-left: 4%;
    }
    .onePage form.test input:first-child {
        margin-left: 0;
    }
}
.onePage form input[type="submit"] {
    text-transform: uppercase;
    color: white;
    background-color: #eb6852 !important;
    display: inline-block;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border: 0;
    width: 100%;
    border-radius: 0;
    padding: 5px 18px;
    line-height: 34px;
    display: inline-block;
    margin: 0;
}
.onePage form input[type="submit"]:hover {
    background-color: #d5624c !important;
}
.onePage footer {
    width: 100%;
    text-align: center;
    background-color: #35647e;
    color: #fff;
}
.onePage footer img {
    margin: 20px 0 30px;
}
.onePage footer h4 {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.onePage footer iframe {
    max-width: 500px !important;
    height: auto !important;
    margin: 0 auto 30px !important;
    min-height: 250px;
}
.onePage footer iframe input[type=text],
.onePage footer iframe input[type=email] {
    border: 0;
    background-color: #fff;
    display: block;
    height: auto;
    width: 100%;
    line-height: normal;
    font-size: 14px;
    padding: 10px 10px;
    /*padding: 0 20px;*/
    margin-bottom: 15px;
}
.onePage footer iframe form input[type="submit"] {
    text-transform: uppercase !important;
    color: white !important;
    background-color: #eb6852 !important;
    display: inline-block !important;
    font-size: 13px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    border: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    padding: 5px 18px !important;
    line-height: 34px !important;
    display: inline-block !important;
    margin: 0 !important;
}
.onePage footer form {
    max-width: 500px;
    margin: 0 auto 30px;
}
.onePage footer p {
    font-size: 12px;
    color: #889ba3;
}
.landing-cols-3 .col img {
    width: 100%;
    margin-bottom: 15px;
}
.landing-cols-3 .col {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto 30px;
    width: 100%;
    -webkit-box-shadow: 1px 2px 10px 1px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    1px 2px 10px 1px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         1px 2px 10px 1px #ccc;
    display: table;
}
.landing-cols-3 .col a {
    text-decoration: none;
    color: #717171;
}
.landing-cols-3 .col .wysiwyg {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}
.indResources {
    margin-bottom: 20px;
}
.indResources .col > a {
    text-decoration: none;
    width: 100%;
    color: #717171;
}
.indResources .col {
    width: 187px;
    margin: 0px auto 30px;
    font-size: 14px;
}
.indResources .col .image {
    border: 1px solid #ccc;
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin-bottom: 20px;
}
.indResources .col .image img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 85%;
}
@media only screen and (min-width: 400px) {
    .onePage form input[type="submit"] {
        font-size: 18px;
    }
}
@media only screen and (min-width: 450px) {
    .landing-cols-3 .col {
        width: 380px;
    }

}
@media only screen and (min-width: 500px) {
    .onePage form .inputWrapper {
        margin-left: -15px;
    }
    .onePage form .outer {
        width: 33.33%;
        float: left;
    }
    .onePage form .outer .inner {
        padding-left: 15px;
    }
    .indResources .col {
        margin: 0 20px 30px 0;
        display: inline-block;
        vertical-align: top;
    }
    .landing-intro ul li {
        display: inline-block;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .landing-intro ul li:after {
        content: '|';
        color: #b1dbd7;
    }
    .landing-intro ul li:last-child:after {
        content: '';
    }
}
@media only screen and (min-width: 600px) {
    .onePage header .absoluteTitle h1 {
        font-size: 40px;
    }
    .onePage header .absoluteTitle h3 {
        line-height: 28px;
        font-size: 18px;

    }
    .onePage .subheading > div > div {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .onePage .subheading img {
        margin-left: 0;
        margin-right: 0;
        width: 100px;
        margin-left: -8px;
        display: inline;
    }
    .onePage .subheading > div > div:first-child {
        display: table;
    }
    .onePage .subheading > div > div:first-child > div {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
        margin-top: 0;
    }
    .landing-intro {
        position: absolute;
        top: 0;
        bottom: 0;
        left:0;
        right:0;
        height: 80%;
        margin: auto;
        padding: 0;
    }
    .landing-intro ul {
        position: absolute;
        bottom: -15px;
        left:0;
        right:0;
        margin: auto;
    }
    .block-hero-ribbon .image {
        height: 320px;
    }
}

@media only screen and (min-width: 700px) {
    .onePage .benefit.row > div {
        width: 50%;
        float: left;
    }
    .landing-intro h1 {
        font-size: 35px;
    }
    .landing-intro p {
        font-size: 23px;
        line-height: 30px;
    }
    .onePage .benefit.row > div.right {
        float: right;
    }
    .onePage .compliant-image {
        float: right;
    }
    .onePage .benefit.row > div.left {
        float: left;
    }
    .onePage .all-benefits .benefit-header img{
        width: 30%;
        float: left;
        margin: 0 30px 0 0;
    }

    .onePage .all-benefits .benefit-header h2 {
        width: 60%;
        float: right;
    }
    .onePage footer h4 {
        font-size: 35px;
    }

    .onePage .subheading h3 {
        margin-bottom: 0;
    }
    .onePage form input[type="submit"] {
        /*margin: 0 15px 0 15px !important;*/
        width: 100%;

    }
    .layout-container.landing  h2 {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .onePage header ul {

        margin-top: 40px;
    }
}
@media only screen and (min-width: 800px) {
    .onePage .subheading > div > div {
        width: 50%;
        float: left;
    }
    .onePage .subheading > div > div:first-child {
        margin-bottom: 0;
        margin-top: -10px;
    }
    .onePage .subheading > div > div form {
        margin-left: 20px;
    }
    .onePage header .absoluteTitle h1 {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 850px) {
    .onePage.thank-you .all-benefits .benefit-header > div{
        width: 63%;
        float: right;
        clear: none;
    }
}
@media only screen and (min-width: 900px) {
    .onePage .benefit-image img {
        max-width: 80%;
    }
    .onePage .benefit.row {
        margin-bottom: 80px;
    }
    .landing-cols-3 .col {
        width: 27%;
        float: left;
        margin-right: 40px;
    }
}
@media only screen and (min-width: 1024px) {
    .onePage .primary-header {
        height: 140px;
    }
    .onePage header ul {
        margin-top: 60px;
    }
    .onePage .primary-logo {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1250px) {
    .onePage header ul {
        padding-right: 0;
    }
}


