/*-- Navigation : Class --*/
@media screen and (max-width: 900px) {
 
    .minimal-nav {
        border-bottom: 1px solid #d4d4d4;
    }
    
    .minimal-nav:before {
        position: absolute;
        top: 0px;
        left: 15px;
        content: ' ';
        width: 240px;
        height: 100%;
        background-image: url(../images/minimal-nav/branding.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }
    
    .minimal-nav ul {
        position: absolute;
        width: 100%;
        top: 71px;
        text-align: left;
        display: none;
    }
    
    .minimal-nav ul .desktop-branding {
        display: none;
    }
    
    .minimal-nav ul li {
        display: block;
        background-color: rgba(255, 255, 255, .9);
        border-bottom: 1px solid #f2f2f2;
    }
    
    .minimal-nav ul li a {
        display: block;
        font-size: 10px;
        padding: 10px 0px 17px 15px;
        text-shadow: 0 0 0;
        color: #b4b4b4;
    }
    
    .minimal-nav ul li:hover {
        background-color: rgba(255, 255, 255, 1);
    }
    
    .minimal-nav ul li:first-child a {
        padding: 10px 0px 17px 15px;
    }

    /*.minimal-nav ul li:last-child a {*/
    /*    padding: 10px 0px 17px 15px;*/
    /*}*/
    
    .minimal-nav ul li a.header-btn {
        padding: 12px 18px;
        width: 20%;
        text-align: center;
        margin-left: 14px;
    }
    
    .minimal-nav:after {
        display: none;
    }

    #nav-home {
        display: block;
    }
    
    .burger-bar {
        display: block;
    }
    
    
}


@media screen and (max-width: 400px) {
    
    .minimal-nav:before {
        width: 240px;
    }
    
    .burger-bar:before {
        display: none;
    }
    
    .burger-bar {
        right: 15px;
    }
    
}








/*-- Pin Info : Class --*/
@media screen and (max-width: 865px)  {
    
    .pin-info {
        padding-top: 7%;
        padding-left: 0%;
        width: 93%;
        margin: 0 auto;
        margin-bottom: 20px;
        max-width: none !important;
        text-align: center;
    }
    
    .pin-info h1 {
        width: 100%;
        left: 0px;
        max-width: none;
    }
    
    .pin-info p {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    
    .pin-info a {
        left: -20px;
        text-align: center;
    }
    
    .pin-info a:after {
        position: absolute;
        top: -5px;
        left: 105%;
        content: ' ';
        height: 30px;
        width: 30px;
        background-image: url(../images/pin-info-link.png);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }

    
}

@media screen and (max-width: 550px)  {
    
    .pin-info {
        padding-top: 10%;
    }
    
    .pin-info h1 {
        font-size: 50px;
    }
    
}

@media screen and (max-width: 480px)  {

    .pin-info h1 {
        font-size: 42px;
        letter-spacing: 0px;
    }
    
    
    
}







/*-- 2 Cols : Class --*/
@media screen and (max-width: 720px) {
 
    .read-more-cols .info-cols li {
        height: 380px;
    }

    .two-cols > li {
        display: block;
        margin-right: -4px;
        width: 100%;
    }
    
    .two-cols .two-col-mobile {
        display: block;
    }
    
    .two-cols .two-col-regular {
        display: none;
    }
    
    .polar-body p,
    .polar-body a {
        position: relative;
        top: 0%;
    }
    

}






/*-- Read More Titles and Read More Def--*/
@media screen and (max-width: 900px) {

/*    .read-more-titles {
        position: relative;
        max-width: 960px;
        width: 95%;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }*/
    .read-more-titles {
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
    }

}

@media screen and (max-width: 700px) {
    
    /*.read-more-titles h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 40px;
        text-align: center;
    }*/

    .read-more-titles h1 {
    width: 90%;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
    padding-bottom: 45px;
    }
    
    
    .read-more-titles h1:after {
        right: 40%;
        width: 20%;
    }
    
    .read-more-def > div:not(.read-more-titles) {
        width: 85%;
    }
    
}










/*-- Where Seekers --*/
@media screen and (max-width: 865px) {

    #where-seekers {
        height: 700px;
    }
    
    #where-seekers > p {
        font-size: 22px;
        width: 95%;
        padding-top: 4.5%;
        letter-spacing: 3px;
        line-height: normal;
        margin-bottom: 20px;
    }
        
    #where-seekers-inner {
        position: relative;
        width: auto;
        bottom: 0%;
    }

    #where-seekers-inner > div:not(.clear) {
        float: left;
        width: 100%;
    }

    #where-seekers-peace {
        display: none;
        padding-right: 0%;
    }

    #where-seekers-register {
        text-align: right;
        padding-left: 0%;
    }

    #where-seekers-register img {
        height: 100px;
    }

    #where-seekers-register span {
        display: none;
    }
    
}

@media screen and (max-width: 520px) {
  
    #where-seekers > p {
        font-size: 18px;
        width: 98%;
        padding-top: 20px;
        letter-spacing: 1px;
    }
    
    #where-seekers-register img {
        height: 90px;
    }
    
}


@media screen and (max-width: 414px) {
    
    #where-seekers {
        height: 600px;   
        background-size: contain;
        background-image: url(../images/where-seekers-smxs.jpg);
    }
    
    #where-seekers > p {
        font-size: 17px;
        width: 95%;
        letter-spacing: 1px;
    }

    
}

@media screen and (max-width: 375px) {
    #where-seekers {
        height: 536px;
    }
}

@media screen and (max-width: 320px) {
    

}






/*-- The Format --*/
@media screen and (max-width: 900px) {
    
    #the-format-inner ul li:nth-child(1) h2 {
        left: 2px;
    }

    #the-format-inner ul li:nth-child(3) h2 {
        right: -20px;
    }
    
}



@media screen and (max-width: 600px) {
    
    /*#the-format {
        max-height: none;
        background-image: url(../images/the-format-smxs.jpg);
        background-size: cover;
        background-position:  center center;
        background-repeat: repeat;
        height: 797px;
    }*/

    #the-format {
        max-height: none;
        background-image: url(../images/the-format-smxs.jpg);
        background-size: cover;
        background-position:  center center;
        background-repeat: repeat;
        height: 970px;
    }
    
    #the-format .pin-info {
        padding-top: 5%;
    }
    
    
    #the-format-inner {
        position: relative;
        height: auto;
    }

    #the-format-inner ul {
        position: relative;
        top: 0px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    #the-format-inner ul li {
        display: block;
        width: 100%;
        height: 100%;
    }


    #the-format-inner ul li img {
        height: 90px;
    }
    
    #the-format-inner ul li:nth-child(2) {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #the-format-inner ul li:nth-child(1),
    #the-format-inner ul li:nth-child(2) {
    }

    #the-format-inner ul li:nth-child(2) h2 {
    
    }

    #the-format-inner ul li:nth-child(3) {
        text-align: center;
    }

    #the-format-inner ul li h2 {
        position: relative;
        font-size: 14px;
        margin-top: 15px;
    }

    
}


@media screen and (max-width: 550px)  {
    
    #the-format-inner ul {
        top: 15px;
    }
    
}








/*-- Biometrics --*/
@media screen and (max-width: 865px) {

    #biometrics {
        height: 800px;
        background-image: url(../images/biometrics-smxs.jpg);
        background-size: cover;
        background-position: bottom center;
    }
    
}

@media screen and (max-width: 580px) {
       
     #biometrics {
        height: 700px;
    }
    
}

@media screen and (max-width: 414px) {
    
    #biometrics {
        height: 650px;
    }
    
}

@media screen and (max-width: 375px) {
     #biometrics { 
        height: 568px;
    }
}













/*-- Sign up : Class --*/
@media screen and (max-width: 1080px) {

    .sign-up-form ul {
        width: 85%;
    }

}

@media screen and (max-width: 950px) {

    .sign-up-form {
        padding: 30px 0px 40px 0px;
    }
    
    .sign-up-form p {
        font-size: 23px;
    }
    
    .sign-up-form ul li {
        width: 37.5%;
    }

    .sign-up-form ul li:last-child {
        width: 25%;
    }
    
    .sign-up-form ul li input {
        width: 82%;
        padding: 10px 18px;
        font-size: 15px;
        letter-spacing: 0px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }
    
    
}



@media screen and (max-width: 780px) {
    
    
    .sign-up-form ul {
        position: relative;
        text-align: center;
    }
    
    .sign-up-form ul li {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    
    
    .sign-up-form ul li:last-child {
        width: 50%;
        margin: 0 auto;
    }
    
}


@media screen and (max-width: 550px) {
    
    .sign-up-form p {
        letter-spacing: 0px;
        font-size: 20px;
    }
    
    
}












/*-- The Great Experiment --*/
@media screen and (max-width: 950px) {
    #the-great-experiment {
        height: 880px;
    }
}

@media screen and (max-width: 414px) {

    #the-great-experiment {
        height: 790px;
    }

}









/*-- The Science --*/
@media screen and (max-width: 1100px) {
    
    #the-science-list li > img {
        height: auto;
        width: 95%;
        left: 2.5%;
    }
    
    #the-science {
        height: 700px;
    }
    
}

@media screen and (max-width: 750px) {
    
    #the-science {
        height: 880px;
    }
    
    #the-science-list {
        position: absolute;
        height: 60%;
        width: 70%;
        left: 15%;
        bottom: 5%;
        text-align: center;
    }
    
    #the-science-list li {
        width: 50%;
        height: 50%;
        margin-bottom: 10px;
    }
    
    #the-science-list li > img {
        height: 100%;
        width: auto;
        left: 0%;
    }
    
}


@media screen and (max-width: 620px) {
    
    #the-science-list {
        width: 90%;
        left: 5%;
    }
    
}

@media screen and (max-width: 480px) {
    
    #the-science {
        height: 780px;
    }
    
    #the-science-list {
        height: 50%;
        width: 90%;
        left: 5%;
    }
    
}


@media screen and (max-width: 414px) {
    
    
}

@media screen and (max-width: 900px) {
    
    h3.team-name,
    h2.team-title, 
    h2.team-role {
        width: 85%;
        margin: 0 auto;
    }
    
}








/*-- Partners --*/
@media screen and (max-width: 1100px) {
    
    #partners-list {
        padding-top: 50px;
    }
    
}

@media screen and (max-width: 510px) {
    
    #partners {
        height: 700px;
        background-size: contain;
        background-image: url(../images/partners-smxs.jpg);
    }
    
    
}

@media screen and (max-width: 414px) {
    
    #partners {
        height: 630px;
    }
    
    #partners-list ul li {
        width: 65px;
        height: 65px;
        margin: 10px 5px;
        text-align: center;
    }
    
}









/*--  The Response --*/

@media screen and (max-width: 1000px) {
    
    #the-response {
        height: 700px;
    }
}


@media screen and (max-width: 865px) {
    
    #the-response {
        height: auto;
    }
    
    #the-response ul {
        width: 85%;
        padding-top: 5%;
        padding-bottom: 5%;
    }
    
    #the-response ul li {
        width: 50%;
        margin-bottom: 3%;
    }
    
    
    #the-response ul li img {
        width: 85%;
    }
    
    
}


@media screen and (max-width: 520px) {
 
    #the-response {
        background-size: cover;
    }
    
    #the-response ul li {
        width: 100%;
    }
    
    #the-response ul li img {
        width: 100%;
        max-width: 280px;
        
    }
    
    #the-response ul {
        padding-bottom: 12%;
    }
    
}


@media screen and (max-width: 400px) {
    
    #the-response ul li img {
        width: 95%;
    }
    
}












/*-- Your Guides --*/
@media screen and (max-width: 1200px) {
    
    #your-guides ul {
        width: 75%;
    }

    #your-guides ul li {
        width: 30%;
    }

    #your-guides ul li:first-child {
        margin-right: 4%;
    }

    #your-guides ul li img {
        width: 200px;
    }
        
    #your-guides ul li h2 {
        line-height: 25px;
    }

    #your-guides ul li h2:nth-child(2) {
        font-size: 25px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    #your-guides ul li h2:nth-child(3),
    #your-guides ul li h2:nth-child(4),
    #your-guides ul li h2:nth-child(5) {
        font-size: 15px;
    }

    
}


/*@media screen and (max-width: 700px) {*/
 
/*    #your-guides ul {*/
/*        width: 80%;*/
/*    }*/
    
/*}*/



@media screen and (max-width: 940px) {
 
    #your-guides {
        height: 1270px;
    }
    
    
    #your-guides {
        padding-bottom: 50px;
    }
    
    #your-guides ul {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    
    #your-guides ul li {
        width: 100%;
        margin: 0 auto;
        display: block;
        margin-bottom: 50px;
    }

    #your-guides ul li:first-child {
        margin-right: 0%;
    }
    
}













/*-- Lasting Inner Happiness --*/
@media screen and (max-width: 865px) {
    
    #inner-happiness {
        min-height: 0px;
        height: 100%;
        max-height: 800px;
        background-image: url(../images/happiness-smxs.jpg);
    }
    
    
    #inner-happiness .pin-info h1 {
        max-width: none;
    }
    
}






/*-- Footer --*/
@media screen and (max-width: 675px) {
    
    .footer > ul > li {
        display: block;
        width: 100%;
    }
    
    .footer > ul > li p {
        margin: 0 auto;
        width: 90%;
        max-width: 300px;
    }

    .footer > ul > li {
        height: 170px;
    }
    
    
}







/*-- Read More --*/
@media screen and (max-width: 900px) {
    
    #read-more-header ul li h1 {
        top: 37%;
        width: 80%;
        margin: 0 auto;
        letter-spacing: 2px;
    }

}


@media screen and (max-width: 700px) {
    
    #read-more-header ul li h1 {
        letter-spacing: 1px;
        font-size: 35px;
    }
    
    .guides-position {
        margin: 10% 0px;
    }

    
}


@media screen and (max-width: 600px) {
    
    #read-more-header ul li h1 {
        letter-spacing: 0px;
        font-size: 30px;
    }
    
}

@media screen and (max-width: 560px) {
    
    #read-more-header ul li h1 {
        letter-spacing: 0px;
        font-size: 30px;
    }
    
    #read-more-header {
        height: auto;
    }

    #read-more-header ul {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: visible;
    }

    #read-more-header ul li {
        display: block;
        height: auto;
    }
    
    #read-more-header ul li:first-child {
        width: 100%;
        height: 320px;
        text-align: center;
        background-color: #e2e2e2;
        overflow: hidden;
    }

    
    #read-more-header ul li:first-child img {
        max-width: 320px;
    }
    
    #read-more-header ul li:last-child {
        width: 100%;
        background-image: url(../images/read-more-header.jpg);
        background-position: center center;
        padding: 30px 0px;
        
    }
    
    #read-more-header ul li h1 {
        position: relative;
        top: 0px;
    }

}





/*-- Two Cols v2 --*/
@media screen and (max-width: 900px) {

    .two-cols-v2-a,           
    .two-cols-v2-b {
        width: 100%;
        height: auto !important;
        max-width: none;
        margin: 0 auto;
        padding-bottom: 0px;
        margin-bottom: 40px;
        border-bottom: 0px solid silver;
    }

    .two-cols-v2-a > div:not(.clear),
    .two-cols-v2-b > div:not(.clear) {
        float: none;
        width: 100%;
        height: auto;
        display: block;
    }

    .two-cols-v2-a > div > div,
    .two-cols-v2-b > div > div {
        display: block;
        vertical-align: middle;
    }

    .two-cols-v2-a > div > div p,
    .two-cols-v2-b > div > div p {
        width: 85%;
        margin: 0 auto;
    }

    .two-cols-v2-a .two-cols-table {
        padding-left: 0px;
        width: calc(100% - 0px) !important;
    }

    .two-cols-v2-b .two-cols-table {
        padding-right: 0px;
        width: calc(100% - 0px) !important;
    }

    .two-cols-b-desktop {
        display: none !important;
    }

    .two-cols-b-mobile {
        display: block !important;
    }

    .two-cols-display div iframe {
        height: 380px;
        max-height: 380px;
    }
    
    .two-cols-display div img {
        height: 250px;
        max-height: 250px;
        outline: 1px solid #e8e8e8;
        width: auto;
        max-width: none;
    }
    
    .two-cols-v2-a > div > div h3,
    .two-cols-v2-b > div > div h3 {
        margin-bottom: 10px;
        margin-top: 20px;
   }

}




/*-- Contact Us --*/
@media screen and (max-width: 700px) {
    
    #contact-wrapper > div:not(.clear) {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    
}













