
.navbar {
    background-color: #1C1929;
    padding-top: 1em;
    padding-bottom: 1em;
    z-index: 100;
    border-radius: 0px;
    margin-bottom: 0px;
}

.homenav {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.homenav > a {
    margin-left: 10px;
    margin-right: 10px;    
    color: #555;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
}

.homenav > a.active {
    color: #de4f44;
    border-bottom: 3px solid #de4f44;
}

.homenav > a:hover, .homenav > a:focus {
    text-decoration: none !important;
}

.navlinks {
    margin-top: 5px;
    margin-bottom: 0px;
}

ul.navlinks li {
    display: inline-block;
}

.navlinks a {
    margin: 0px 22px 0px 0px;
    color: #ffffff;
    text-shadow: 0 0 2px rgba(0,0,0,0.5);
    font-size: 1.1em;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.navlinks a:hover {
    border-bottom: 2px solid #ed6355;
    text-decoration: none;
    cursor: pointer;
}

.mob-menu {display: none;}

.logo {
    margin: auto 0;
    display: inline-block;
    text-align: center;
}


.plus50 {
    margin-bottom: 30px;
}

body {
/*    background-image:url("imgs/bg-lg.png") !important;*/
    background-size: auto 600px !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    font-family: 'Open Sans',sans-serif;
    -webkit-font-smoothing: antialiased !important;
    color: #4d4d4d;
/*    background: #f7f7f7;*/
}

a {cursor: pointer;}

.large-text {
    color: #fff;
    font-family: Open Sans, Arial, Helvetica, sans-serif !important;
    font-size: 2.8em;
    text-shadow: 1px 2px 0px rgba(0,0,0,0.8);
    line-height: 1.3em;
    margin-bottom: 0.5em;
    text-align: center;
}

.hero-h1 {
    font-size: 1.8em;
    color: #de4f44;
    font-family: Open Sans, Arial, Helvetica, sans-serif !important;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.sub-herotext {
    font-size: 1.4em;
    font-weight: 300;
    color: #de4f44;
    font-family: Open Sans, Arial, Helvetica, sans-serif !important;
    font-style: italic;
    text-align: center;
}

.page {

}

.hideme {display: none;}



.middle {
    margin: 0 auto;
}

/* Hero Join form */

.regform {
    background: #f7f7f7;
    padding: 25px 20px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.75);
    margin-top: 30px;
    width: 330px;
    padding-top: 5px;
}

.regform label {
    color: #555;
    font-weight: normal;
    font-size: 15px;
}

#signupForm {
    padding-top: 65px;
}

.form-bait {
    z-index: 9;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: #de4f44 ;
    width: 338px;
    margin: auto;
    padding: 9px;
    box-shadow: 0px 2px 3px -2px rgba(0,0,0,0.75);
    position: absolute;
    width: 338px;
    margin-left: -24px;
}

.text-signup .regform {
    -webkit-box-shadow: 2px 5px 7px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 5px 7px rgba(0,0,0,0.6);
    box-shadow: 2px 5px 7px rgba(0,0,0,0.6);
    border: 2px solid #ed6355;
    background-color: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.text-signup .regform .gender-text, .text-signup .regform .terms {
    color: #333;
}

.error, .has-error .help-block {
    color: #E2371A;
    font-size: 13px;
}

#hint {
    font-size: 13px;
    color: #fff;
    margin: 5px 0px 10px 0px;
}

.has-error .form-control, .has-error .form-control:focus {
    border-color: #E2371A;
}

.m-b-10 {
    margin-bottom: 10px;
}


.gender-text input {
    margin-right: 5px;
}

.footerlinks {
    margin-bottom: 30px;
    text-align: right;
}

.footerlinks a {
    color: #4d4d4d;
    margin-left: 15px;
}


.container {
max-width: 970px;
}

.container-sm {
max-width: 720px;
}

.btn-join {
    min-height: 40px;
    font-size: 1.3em;
    background-color: #de4f44 !important;
/*    background: -webkit-linear-gradient(top, #f07161, #ea5549) !important;
    background: linear-gradient(#f07161, #ea5549) !important;*/
    color: white;
/*    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8), #f9c3ad 0px 1px 1px inset !important;*/
    border-bottom: solid 4px #B12E2B !important;
    width: 100%;
    font-weight: 600;
}

.btn-join:hover, .btn-join:focus {

    background-color: #ea5549 !important;
    background: -webkit-linear-gradient(top, #ea5549, #ea5549) !important;
    background: linear-gradient(#ea5549, #ea5549) !important;
    color: #fff;

}
.join-title {
    text-align: center;
    color: #fff !important;
    font-size: 1.5em !important;
    margin: 0px;
}

.login {
    display: inline-block;
    float: right;
}

/* Login Modal */

.LoginModal {
    padding: 15px;
    border-top: 3px solid #ed6355;
    background-color: #f7f7f7;
    border-radius: 6px;
}

.LoginModal .input-lg {
    font-size: 14px;
}

.login-title {
    margin-bottom: 20px;
    text-align: center;
}


#affix1{
/*    width: 310px;*/
}

#affix1.affix {
    position:fixed;
    top:50px;
}

.pagehead {
    background: #f7f7f7;
    border-bottom: solid 1px #ccc;
    border-radius: 5px 5px 0px 0px;
    padding: 0px;
}

.home-text {
    padding: 15px 29px;
}

.home-text h2 {
    color: #ed6355;
    font-weight: 600;
    font-size: 22px;
    font-family: Open sans, Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.home-text p {
    color: #333333;
    font-size: 15px;
    line-height: 28px;
    font-family: Georgia, serif;
    -webkit-font-smoothing: initial;
}

.text-signup {
    padding: 0px 30px 0px 0px
}
    
.topM0 {
    margin-top: 0px;
}

.page .regform {
    margin-top: 40px;
}

/*
.sub-herotext:after {
    background-image: url("imgs/arrow.png");
    height: 63px;
    width: 100%;
    position: relative;
    right: 0;
    left: 80%;
    top: -20px;
    bottom: 0;
    display: block;
    content: " ";
    clear: both;
    background-repeat: no-repeat;
    float: right;
}
*/

.sell {
    font-size: 35px;
    font-weight: normal;
    line-height: 22px;
    color: #000;
    margin-bottom: 40px;
}

a.btn-clear, a.btn-clear:hover {
    background: none;
    border: 0px;
    color: #fff;
    margin-top: 6px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    margin-right: 20px;
    opacity: 0.8;
}

a.btn-clear:hover {
    opacity: 0.9;
}

#CountryModal li { margin-bottom: 5px; }
#CountryModal a, #CountryModal a:hover { text-decoration: none;}
#CountryModal h4 { text-align: center; margin-bottom: 20px;}
#sm-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.obox {
    position: fixed;
    bottom: 0px;
    right: 20px;
}

.obox a {
    display: block;
    color: #555;
    padding: 7px 11px;
    width: 250px;
    background: #f7f7f7;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
}

.obox a:hover {
    cursor: pointer;
    text-decoration: none;
    background: #E8E8E8;
}

@media handheld, only screen and (max-width: 990px) and (min-width: 0px) {
    .container { width: auto; }
    .sub-herotext:after {display: none;}    
    .wld_badge_item img { width: 70px; height: 70px; } 
    .wld_badge_item {width: 70px; margin-bottom: 15px;}
    .page {margin: 10px 0 40px 0;}
}

@media handheld, only screen and (max-width: 767px) and (min-width: 0px) {
    .large-text {font-size: 2.3em; text-align: center; margin-bottom: 60px; margin-top: 40px;}
    .hero-h1 {text-align: center; font-size: 1.5em;}
    .sub-herotext {text-align: center; font-size: 1.5em;}
    .plus50 {margin-bottom: 10px;}
    #affix1.affix {position:initial;}
    .wld_badge_item img { width: 60px; height: 60px; } 
    .wld_badge_item {width: 60px; margin-bottom: 15px;}
    .text-signup {display: none;}
    .navlinks {display: none;}
    .mobhide {display: none !important;}
    .mob-menu {display: block;}
    .obox {display: none;}
    /*.block1 {padding-top: 0px !important;}*/
}

@media handheld, only screen and (max-width: 400px) and (min-width: 0px) {
    .regform {width: auto;}
    .large-text {margin-bottom: 40px; margin-top: 30px;}
    .form-bait {width: 100%; margin-left: -20px; font-size: 18px;}
    .regform label {font-size: 14px;}
}

.sprite {
    background-image: url(imgs/flags.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
}

.sprite-AU {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.sprite-AZ {
    width: 24px;
    height: 24px;
    background-position: -39px -5px;
}

.sprite-CA {
    width: 24px;
    height: 24px;
    background-position: -73px -5px;
}

.sprite-GB {
    width: 24px;
    height: 24px;
    background-position: -5px -39px;
    vertical-align: middle;
}

.sprite-GE {
    width: 24px;
    height: 24px;
    background-position: -39px -39px;
}

.sprite-IR {
    width: 24px;
    height: 24px;
    background-position: -73px -39px;
}

.sprite-SA {
    width: 24px;
    height: 24px;
    background-position: -5px -73px;
}

.sprite-SP {
    width: 24px;
    height: 24px;
    background-position: -39px -73px;
}

.sprite-SW {
    width: 24px;
    height: 24px;
    background-position: -73px -73px;
}

.sprite-USA {
    width: 24px;
    height: 24px;
    background-position: -107px -5px;
}

.block1 {
    background: #1C1929;
    padding-top: 30px;
    min-height: 665px;
    border-bottom: 3px solid #de4f44;
}

.darken {
    display: none;
    background: #000;
    opacity: 0.8;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1020;
}

.grey {
    filter: blur(20px) grayscale(20%);
    }

.front {
    z-index: 1030;
    position: relative;
    filter: blur(0px) grayscale(0%) !important;
}

.input-lg {
    font-size: 14px;
}

.btn-login {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    transition: background 0.5s ease;
    opacity: 0.8;
}

.btn-login:hover {
    background: #fff;
    color: #1C1929;
    border: 1px solid #fff;
}

.member {
    color: #fff;
    padding-top: 8px;
    margin-right: 15px;
}

.pagehead img {
    margin: auto !important;
}

#out-affix.affix {
    position: fixed;
    width: 100%;
    z-index: 1029;
    right: 0;
    top:50px;
}

#hero-signup.active {
    margin-left: auto;
    margin-right: auto;
}

.pressimg { 
    background-image: url(imgs/press.png) ;
    width: 100%;
    min-height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:100% auto;
    max-width: 900px;
    margin: auto;
}

@media handheld, only screen and (max-width: 400px) and (min-width: 0px) { 
    .pressimg { 
        background-image: url(imgs/press-sm.png) ; 
        min-height: 50px;
    }
    
    .homenav > a {
        margin-left: 16px;
        margin-right: 16px;    
        margin-bottom: 16px;
        display: inline-block;
    }
    
    .footerlinks {
        text-align: center;
    }
    
    .footerlinks a {
        margin: 16px;
        display: inline-block;
    }
}

/*MVD*/

/*Container*/

.container--app-image.container--fixed-height {
    height: 234px;
}

@media handheld, only screen and (max-width: 991px) and (min-width: 0px) {
    .container--app-image.container--fixed-height {
        height: auto;
    }
}

/*Container Ends*/

/*Points section*/

.single-point-container {
    margin-top: 15px;
}

.single-point-container img {
    width: 10%;
    margin: 0 5px;
    display: inline-block;
}


.home-text-points {
    width: 75%;
    display: inline-block;
    padding: 0;
    vertical-align: top;
}

.home-text-points h2 {
    margin: 0;
}

.home-text-points p {
   display: inline-block; 
   margin: 0;
}

/*Points section end*/

/*Content section*/

.grey-background {
    border-top: 1px solid #ED6355;
    background-color: #F7F7F7;
}

.blue-background {
    background-color: #1B1728;
}

.blue-background .home-text p {
    color: white;
}

.content-section {
    margin-top: 30px;
}

.content-section.content-section--no-margin {
    margin-top: 0px;
}

.content-section__padding-bottom {
        padding-bottom: 70px;
    }

.content-section__padding-top {
        padding-top: 70px;
    }

@media handheld, only screen and (max-width: 991px) and (min-width: 0px) {
    .content-section__padding-bottom {
        padding-bottom: 0;
    }

    .content-section__padding-top {
        padding-top: 0;
    }
}

.centred-image img {
    margin: 0 auto;
    display: block;
}

.centred-image img.chevron-image {
    height: 25px;
}

.centred-image img.couple-image {
    max-width: 650px;
    width: 95%;
}

.column--app-image .absolute-image {
    width: 100%;
    position: absolute;
    top: -120px;
}

.column--app-image {
        display: block;
    }

@media handheld, only screen and (max-width: 991px) and (min-width: 0px) {
    .column--app-image {
        display: none;
    }
}

.bold-text {
    font-weight: bold;
}

.page.page__no-bottom-margin,
.page.page__no-bottom-margin .home-text {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*Content section end*/

/*Text*/

.right-text {
        text-align: right;
    }

.home-text__center {
    text-align: center
}

.home-text__center--app-image {
    padding: 15px 60px;
    max-width: 700px;
    margin: 0 auto;
}

.home-text__center--app-image {
    padding: 15px 60px;
    max-width: 700px;
    margin: 0 auto;
}

.home-text__center--app-image h2 {
    margin-top: 0;
}

@media handheld, only screen and (max-width: 799px) and (min-width: 0px) {
    .home-text__center--app-image {
    padding: 15px 30px;
    }
}

.home-text--without-padding {
    padding: 0 29px;
    }

/*Text Ends*/

/*Video grid*/

.video-grid {
    display: flex;
}

.video-grid__featured-video {
    display: flex;
    align-items: center;
}

.video-grid__featured-video iframe.video-data {
    padding: 20px;
    min-height: none;
}

.video-grid__featured-video img {
    width: 100%;
}

.video-grid__secondary-videos img {
    width: 100%;
    margin: 20px auto;
    display: block;
}

/* Mobile carousel */

.mobile-carousel {
    background-color: #F7F7F7;
    padding: 0 29px;
}

.mobile-carousel--white {
    background-color: white;
}

.mobile-carousel-textblock {
    padding: 12px
}

@media handheld, only screen and (max-width: 799px) and (min-width: 0px) {
    .mobile-carousel-textblock {
        text-align: center;
    }
    .mobile-carousel {
    padding: 0;
    }
    .mobile-carousel-textblock {
        color: #c4c4c4;
    }
    .mobile-carousel .slick-current .mobile-carousel-textblock {
        color: #4d4d4d;
    }
}

/*Accordian*/
@media handheld, only screen and (max-width: 799px) and (min-width: 0px) {
 div.accordian {
    display: block;
 }

 div.desktop-accordian {
    display: none;
 }
}

 .accordian {
    display: none;
 }

 .desktop-accordian {
    display: block;
    margin-top: 25px;
 }


.accordian .collapse {
    overflow: hidden;
}

.accordian-title {
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    display: -webkit-flex;
    justify-content: space-between;
    border-bottom: 1.5px solid red;
    margin-bottom: 5px;
}

.accordian-title .accordian-title__text {
    width: 80%;
    margin-right: 0;
}

.accordian-title .accordian-title__icon {
    text-align: right;
    width: 10%;
    margin-right: 0;
}

.desktop-accordian-title {
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.desktop-accordian-option {
    padding-top: 10px;
    width: 50%;
    border-right: 2px solid #ed6355;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: -3px -4px 5px rgba(0, 0, 0, 0.11);
    color: #ed635578;
}

.desktop-accordian-option--inactive {
    box-shadow: -3px -4px 5px rgba(0, 0, 0, 0.11);
    border-bottom: 2px solid #ed6355;
}

.desktop-accordian-option.desktop-accordian-option--inactive h2 {
    color: #ed63557a;
}

.desktop-accordian-option.desktop-accordian-option--last {
    margin-right: 0;
    border-right: none;
}

.desktop-accordian-child {
    display: none;
}

.desktop-accordian-child.show{
    display: block;
}

.desktop-accordian-child--text-only {
    margin-top: 20px;
}

/*Image and text container*/

.image-text-container {
    display: flex;
    margin-top: 20px;
}

.image-text-container p,
.image-text-container .image-text-container--image {
    width: 50%
}

.image-text-container .image-text-container--image img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

/*Homepage CTA*/

.homepage-cta__image {
    width: 85%;
    float: right;
}

.homepage-cta__text-container {
    margin-top: 128px;
    margin-left: -57px;
}

.homepage-cta__text-container .home-text {
    padding-top: 0;
}

.homepage-cta__text-container h2 {
    margin: 20px 0;
}

@media handheld, only screen and (max-width: 799px) and (min-width: 0px) {
    .homepage-cta__text-container {
    width: 75%;
    float: right;
    margin-top: -20px;
    min-width: 346px;
    }

    .homepage-cta__image {
        float: left;
        max-width: 342px;
    }
}

/*MVD ENDS*/


.p-0 {
    padding: 0px;
}

.pic-container {
    max-width: 1138px;
    margin: 0 auto;
    margin-top: 30px;
}

.profpic {
    height: 180px;
    width: 180px;
    display: inline-block;
}  


.m1 { background-image: url("../../../uploads/2015/04/M1.png"); }
.m2 { background-image: url("../../../uploads/2015/04/M2.png"); }
.m3 { background-image: url("../../../uploads/2015/04/M3.png"); }
.m4 { background-image: url("../../../uploads/2015/04/M4.png"); }

.f1 { background-image: url("../../../uploads/2015/04/F1.png"); }
.f2 { background-image: url("../../../uploads/2015/04/F2.png"); }
.f3 { background-image: url("../../../uploads/2015/04/F3.png"); }
.f4 { background-image: url("../../../uploads/2015/04/F4.png"); }          

.left-pics, .right-pics {
    float: left;
    max-width: 404px;
    padding-top: 5px;
}

.left-pics .profpic {
    margin-right: 20px;
    margin-bottom: 20px;
}

.right-pics .profpic {
    margin-left: 20px;
    margin-bottom: 20px;
}      

.regform {
    margin-top: 0px;
    float: left;
}  

.pic-container .profpic {  
    opacity: 0.4;
    border-radius: 5px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.pic-container .profpic:hover {
    opacity: 1 !important;
}  

#out-affix.affix .profpic {
    display: none;
}  

#out-affix.affix .regform {
    margin: 0 auto;
    float: none;
}  



.quoteform {
   background: #f7f7f7 ;
   padding: 25px 20px 25px 10px;
   border-radius: 3px;
   box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.75);
   margin-top: 30px;
   padding-top: 25px;
}


@media handheld, only screen and (max-width: 1138px) and (min-width: 0px) {
    .pic-container {
        max-width: 734px;
    }
    .left-pics, .right-pics {
        max-width: 202px;
    }
    .a-hide {
        display:none;
    }
}

@media handheld, only screen and (max-width: 734px) and (min-width: 0px) {  
    .b-hide {
        display:none;
    }
    .regform {
        float:none;
    }

    .large-text {
        margin-top: 0px;
        padding-top: 30px;            
    }
}

.hellobar {
        padding: 20px;
        font-weight: bold;
        text-align: center;
    }

    /** App **/
    .app-signup {
        margin-top: 30px;
        box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
            border-radius: 5px;
            background: #f7f7f7;
            border: none;
            border-left: 5px solid #ed6355;
            padding: 15px;
            margin-bottom: 15px;
            overflow: auto;
        position: relative;
    }

    .app-signup h2 {
        margin-top: 5px;
    }

    .app-signup-text {
        float: right;
        text-align: center;
    }

    .app-image-container {
        position: relative;
        top: -335px;
        width: 42%;
        margin-bottom: -345px;
    }

    .sendgrid-subscription-widget.app-form input[type="email"] {
        box-shadow: 0 1px 4px rgba(0,0,0,0.13) inset;
        width: 241px;
            padding: 0.5em 9px;
            font-size: 1em;
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            color: #555;
            border: 1px solid #d4d4d4;
            background: #fff;
            outline: none;
            border-radius: 3px;
            margin: 6px 15px 4px 0px !important;
    }

    .app-button-anchor,
    .sendgrid-subscription-widget.app-form input[type="submit"] {
        background-color: #de4f44 !important;
            background: linear-gradient(#f07161, #ea5549) !important;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8), #f9c3ad 0px 1px 1px inset !important;
            border: solid 1px #de4f44 !important;
            display: inline-block;
            padding: 7px 0.9em 0.35em 0.9em;
            color: #fff!important;
            margin-top: -0.3em;
            border-bottom-color: rgba(0,0,0,0.1);
            border-bottom-width: 2px;
            position: relative;
            text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
         font-family: Montserrat, Helvetica, Arial, sans-serif;
            line-height: 1.5em;
            cursor: pointer;
    }

    .app-button-anchor:hover {
        text-decoration: none;
    }

    .app-button-anchor {
        width: 80%;
        margin: 10px 0;
    }

    .app-form span {
        display: none;
    }

    @media handheld, only screen and (max-width: 992px) and (min-width: 0px) {
        .app-image-container {
            display: none;
        }

        .sendgrid-subscription-widget.app-form input[type="email"] {
            width: auto;
        }

        .app-signup {
            margin-top: 5px;
                margin-bottom: 40px;
        }

        .app-signup-text {
                text-align: center;
        }
    }

    .video-grid__featured-video iframe.video-data {
        min-height: 0;
    }