* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Helvetica Neue;
    src: url("../fonts/HelveticaNeue.ttf");
}

@font-face {
    font-family: Helvetica Neue Bold;
    src: url("../fonts/HelveticaNeueBold.ttf");
}

.mission-body {
    background-color: #264c5b;
}


#accord {
    position: absolute;
    top:-60px;
}


nav.navbar.navbar-default {
    padding-top: 15px;
    padding-bottom: 30px;
    border-radius: 0;
    background-color: #232527;
    border: none;
    margin: 0;
    z-index: 999;
    position: fixed;
    width:100%;
    top:0px;

}



body {
    padding-top:60px;
    background-color: #fff;
}

.titles {
    font-size: 16px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-family: Helvetica Neue;
    text-transform: lowercase;
    letter-spacing: 2px;

}



@media (max-width: 1015px) {
    
   .nav.navbar-nav li a {
     font-size:10px;
    margin: 0 8px!important; 

    }
}

@media (max-width: 800px) {


    
   .nav.navbar-nav li a {
 
    margin: 0 8px!important; 
    }

        text-align: center;
    }
    
    .mission-control .container h1, .mission-control .container h3, .keywords {
        color: #fff;
    }  

navbar-brand > img {
    display: block;
    bar-default .navbar-brand { color: #777;
    float: right;
    position: absolute;
    right: 30px;
    height: 40px; } 

}

.nav>li>a {
    padding: 0!important;
    padding-top: 15px!important;
}
.nav.navbar-nav li a {
    color: #A9B9BF;
 margin: 0 20px!important; 
    transition: color 0.2s;
    -o-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
.nav.navbar-nav li a:hover {
    color: #fff;
}

.nav.navbar-nav li a.active {
    color: #fff;
}

.nav.navbar-nav li a.navbar-brand {
    margin: 0 40px;
}

.logo {
    width: 75px;
}

.navbar .navbar-collapse {
    text-align: center;
}

.header {
    padding: 0;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

.contain-fixed {
    max-width: 980px!important;
    margin:auto!important;
}

.action-phrase {
    padding-top: 10px;
    padding-bottom: 0px;
    font-family: Helvetica Neue Bold;
    color: #264C5B; 
}

.footer-invite {
    color:#fff;
    font-family: Helvetica Neue Bold;
    font-size: 42px;

}


.header.service {
    background-image: url(../imgs/bg_service.png);
background-color: #F2F2F0;
/*background-position: bottom;*/
 background-size: contain;
height:100%;
}



.meet-crew-head {
    
    position: absolute;
    top:20px;
    left:35%;
    font-family: Helvetica Neue Bold;
    color: #264C5B;
    font-size: 36px;
}

.transcend-head-text {
    color: #264C5B;
   
    left:12%;
}

.service-head-text {
    color: #264C5B;
    font-family: Helvetica Neue Bold;
    font-size: 36px;
position: absolute;
}

.crew {

background-color: #F2F2F0;
}

@media(max-width: 640px) {


    .crew {
        padding-top: 110px;
    }

    a.learn-more {
        padding: 5px!important;
      
    }

    form button {
        width:100%;
    }

    .button .content a {
        padding-left:15 !important;
        padding-right:15 !important;
    }

.navbar-brand > img {
    display: block;
    right: 0;
    position: absolute;
    height: 40px;
}

}


.header.case-studies {
    background-image: url(../imgs/bg_189-case-studies.png);
background-color: #F2F2F0;
background-position: bottom;
}

#mce-EMAIL {
    margin-bottom: 15px;
}

.header.transcend-awesome {
    background-image: url(../imgs/bg_transcend-awesome.png);
background-color: #F2F2F0;
background-position: bottom;
}

.header.old {
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
margin-left: auto; margin-right: auto;
}


.jumbotron {
    background-color: transparent;
}

.header-service {
    margin: 0;
    font-family: Helvetica Neue Bold;
    color: #264C5B;
    position: absolute;
    top:0;
}

.header-color {
    color:#264C5B;
}

.service-body {
    background-color: #F2F2F0;
}

.mission-control {
    position: relative;
    /*height: 100%;

    background-size: contain;
    background-repeat: no-repeat;
    background-position:bottom;*/
    font-family: Helvetica Neue Bold;
   /* background-image: url(../imgs/bg-mission-controlx980-thomas.png); */
}

.mission-text {
    position: absolute;
    top:5%;
    left:20%;
    width:80%;
    font-family: Helvetica Neue Bold;
}






.service-text {
    position: absolute;
    top:10%;
    left:20%;
    width:80%;
    font-family: Helvetica Neue Bold;
}

.noPadLeft {
   float: left;
   padding:0;
}

.center-img {
    
}

.noPadRight {
    float: right;
    padding:0;
 
}


.addMargin {

}

.area-head {
    color:#fff;
    font-size: 24px;
    font-family:Helvetica Neue;
    padding-bottom: 22px;

}

.select-area {
    font-size: 24px;
}

.message-head {
    font-size: 24px;
    padding-bottom: 24px;
}

.image-select {
    background-color: #000;
    position: absolute;
}

.mission-top {
    width:100%;
    z-index: 33;
    position: relative;

}

.mission-top-desktop-image {
 display:block;

}

.mission-top-mobile-image {
  display:none;
 }

@media (max-width: 640px) and (min-width: 320px){
  .mission-top-desktop-image{
   display:none;
  }

  .mission-top-mobile-image{
   display:block;
  }
}

.mission-control h1 {
   
    color: #A9B9BF;
}

.mission-control h3 {
    margin-bottom: 20px;
    color: #fff;
}

.keywords {
    color: #52ADCE;
}

h3.grey {
    color: #A9B9BF;
}

/*.content-page h1 {
    font-family: Helvetica Neue Bold;
    color: #264C5B;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 80px;
}*/

.content-page.mission {
 
    background-color: #264c5b;
    padding-top: 50px;
    z-index: 22;

}

.content-page.service h1 {

    margin-bottom: 5px;
    margin-top: 15px;
}


.content-page.crew h1 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.contain-head {
    max-width: 980px;

}

.content-page.mission h1 {
    margin-bottom: 5px;
    margin-top: 15px;
}

.noPad {
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    margin:auto!important;
}


.content {
    background-color: #fff;
}
.content-img {
    position: relative;
}
.content-img h2 {
    position: absolute;
    top:20px;
    color:#000;
}
.content-img h4 {
    position: absolute;
    top:80px;
    color:#000;

}

.transcend-text {
    position: relative!important;
    left: 0;
    top: -116px;
    margin: auto;
    
}


.box {
    padding: 0;
}

.box.center {
    padding: 0 10px;
}

.opacity {
    background-color: #D5DADD;
}

.serve {
    text-align: center;  
    width:95%;
    max-height:420px;
    opacity: 0.9;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
border-radius: 10px     10px      0           0;


}


.dark2 {
    background-color: #264c5b;
    width: 100%;
}

.dark {
    background-color: #52ADCE;
    width: 100%;
}


.toggle {
    left:0%;
    width:100%;
}

.centerIt {
    margin:auto;
    width:100px;
}
.return {
    font-family: Helvetica Neue Bold;
    color: #264C5B;
    font-size: 42px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.return-info {
    font-family: Helvetica Neue;
    color: #264C5B;
    text-align: center;
}

.blog-link {

    margin-top: 40px;
    margin-bottom: 40px;
}

.white {
    background-color: #fff
}

@media(max-width: 600px) {
    .image-container-service {
        top:80px;
        position: relative;
    }

    .image-container-transcend {
        top:80px;
        position: relative;
    }
}


.serve:hover {
    opacity: 1 !important;
}

.serve.active {
    opacity: 1 !important;
}

.serve.active:hover {
    cursor: default;
}

.serve.human.active {
    background-image: url(../imgs/mission-control/human-on.png) !important;
width:95%;
  
background-color:white;
    max-height:420px;
background-size: cover;
background-repeat:no-repeat;
}

.serve.development.active {
    background-image: url(../imgs/mission-control/development-on.png) !important;
width:95%;
   
    max-height:420px;
background-color:white;
background-size: cover;
background-position:bottom;
background-repeat:no-repeat;
}

.serve.ecosystems.active {
    background-image: url(../imgs/mission-control/ecosystems-on.png) !important;
width:95%;
background-color:white;
  max-height:420px;
background-size: cover;
background-position:bottom;
background-repeat:no-repeat;
}

.serve.human {
    background-image: url(../imgs/mission-control/human.png) !important;
width:95%;
   max-height:420px;
background-size: cover;
background-position:bottom;
background-repeat:no-repeat;
}

.serve.development {
    background-image: url(../imgs/mission-control/development.png) !important;
width:95%;
   max-height:420px;
background-size: cover;
background-position:bottom;
background-repeat:no-repeat;
}

.serve.ecosystems {
    background-image: url(../imgs/mission-control/ecosystems.png) !important;
width:95%;
   max-height:420px;
background-size: cover;
background-position:bottom;
background-repeat:no-repeat;
}

.serve h2 {
    font-family: Helvetica Neue Bold;
    color: #264C5B;
}

.serve h4 {
    color: #264C5B !important;
}

.content-wrapper {
    padding: 60px 15px;
    background-color: #fff;
   
}

.crew-list {
    padding-bottom: 20px;
}

.content-wrapper.line {
    border-bottom: 2px dashed #333;
}

.content-wrapper h2 {
    font-family: Helvetica Neue Bold;
    color: #264C5B;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}


.content .column {
    text-align: center;
}

.content .column h4 {
    font-family: Helvetica Neue Bold;
    color: #264C5B
}

.content .column ul {
    margin-bottom: 50px;
}

.content .column ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
color: #264C5B
}

.content .column p {
    text-align: center;
font-family: Helvetica Neue Bold;
color: #264C5B;
}

.content .column ul li a {
    text-decoration: none;
    color: #264C5B
}

.content .column ul li a:hover {
    border-bottom: 1px solid #264c5b;
}

a.learn-more {
    text-decoration: none;
    font-family: Helvetica Neue Bold;
    text-decoration: none;
    padding: 15px;
    border: 2px solid #52adce;
   border-radius: 8px;
    font-size: 20px;
    color: #264c5b;
    
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

a.learn-more:hover {
    color: #fff;
    background-color: #52adce;
}

a.learn-more h4 {
    margin: 0;
}



.twitterfeed p {
  font-size:9pt;
  margin:10px 0 0 0;
  color:#fff;
}

.twitterfeed a {
  font-size:9pt;
  margin:10px 0 0 0;
  color:#fff;
}

.twitterfeed a:visited {
  color:#427fed;
}

.twitterfeed a:hover {
  color:#fff;
}
.twitterfeed p:hover {
  color:#fff;
}

.twitterfeed ul li {
  list-style:none;
  overflow:hidden;
  margin:5px;
  padding:5px;
  display:inline-block;
  width: 30%; /*Change this depending on how many you want per row*/
  font-size: 16px;
  text-align: center;
min-height: 240px;
}

.twitterfeed ul li:hover {
  background-color:#333;
}

.twitterfeed .user, .tweet, .timePosted {
  float:none;
}


.twitterfeed .user {
  clear:left;
}



.twitterfeed .user span span {
  width:100px;
  display:block;
  margin-top:10px;
}
.twitterfeed .user img, .user a > span {
  float:left;
}

.twitterfeed .interact {
  display:none;
}

.twitterfeed.interact a {
  margin-left:5px;
  float:left;
}

.twitterfeed .user a > span {
  margin-left:10px;
}

.twitterfeed .media img {
  width:auto;
  height:100px;
}

.twitterfeed { background: #264C5B }

.twitter { background-color: #52ADCE;}
.twitterfeed .tco-hidden{
  display: none;
}


#content-2 {
    display: none;
}
#content-3 {
    display: none;
}

#service-content-1 {
    display: none;
}

#service-content-2 {
    display: none;
}
#service-content-3 {
    display: none;
}

.content-wrapper.button {
    text-align: center;
}

.button .content a {
    text-decoration: none;
    font-family: Helvetica Neue Bold;
    color: #fff;
    background-color: #e12226;
    padding: 15px;
    padding-left: 110px;
    padding-right: 110px;
    border-radius: 4px;
    position: relative;
    top:15px;
    transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

.content-wrapper.button .content a:hover {
    background-color: #c11e26;
}

.content-wrapper.featured {
    background-color: #264c5b;
    text-align: center;
    font-family: Helvetica Neue Bold;
}

.content-wrapper.featured h2 {
    color: #fff;
}

.logos {
    margin-top: 15px;
}

.logos img {
    margin: 0 auto;
    width: 150px;
    margin-top: 10px;
}

.content-wrapper.community {
    text-align: center;
    color: #264c5b;
}

.content-wrapper.community h3 {
    margin-bottom: 50px;
}

.content-wrapper.community a {
    text-decoration: none;
    font-family: Helvetica Neue Bold;
    color: #fff;
    background-color: #e12226;
    padding: 15px;
    border-radius: 4px;
    
    transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

.content-wrapper.community a:hover {
    background-color: #c11e26;
}

.community-background {
background-color:#fff;
}

.content-wrapper.hangout {
    background-color: #232527;
}

.content-wrapper.hangout h2 {
    color: #fff;
}

/*Media Queries*/


@media only screen and (min-width: 368px) {
    a.navbar-brand {
        display: none;
    }
}

@media only screen and (min-width: 640px) {
    a.navbar-brand {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .navbar-header {
        margin-bottom: 0px;
 float: left !important;
    }

.service-head-text {
    color: #264C5B;
    position: absolute;
    left: -10%;
    top: -15%;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #333;
}

.nav.navbar-nav li a {
    font-size: 20px !important;
  margin: 0 8px!important; 
}

    .mission-experience {
        position: relative;
        top:120px!important;
    }

    .navbar.navbar-default {
        padding: 5px 0 !important;
    }
    
    .nav.navbar-nav li a.navbar-brand {
        display: none !important;

    }
    
    .header {
        background-size: cover;
    }
 


.service-header-text {
    padding-top: 40px;
    padding-bottom: 20px;
    color: white;
}

.mission-top-crew {
    height: 100px;
    background-position: bottom;
}

    .mission-control .container {
   
        text-align: center;
    }
    
    .mission-control .container h1, .mission-control .container h3, .keywords {
        color: #fff;

    }
       
   
.mission-text {
       
font-size: 90% !important;
       
    }


 
    .container {
        padding: 0;
    }
    
    .box.center {
        padding: 0;
    }
    
.serve {
        background-size: contain;


    }
    .serves {
        padding: 1px;
height: 400px

    }
    
.button .content a {
    
    padding-left: 15px;
    padding-right: 15px;
    
}
    .col-md-4.column {
        margin-top: 50px;
    }
    
    /*.community-background {
        display: none;
    }*/
}

.rw-words span{
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: red;
}
.rw-words-1 span{
    animation: rotateWordsFirst 18s linear infinite 0s;
}
.rw-words-2 span{
    animation: rotateWordsSecond 18s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
    animation-delay: 3s; 
    color: red;
}
.rw-words span:nth-child(3) { 
    animation-delay: 6s; 
    color: red; 
}
.rw-words span:nth-child(4) { 
    animation-delay: 9s; 
    color: red;
}
.rw-words span:nth-child(5) { 
    animation-delay: 12s; 
    color: red;
}
.rw-words span:nth-child(6) {  
    animation-delay: 15s; 
    color: red;
}
@keyframes rotateWordsFirst {
    0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
    8% { opacity: 1; height: 60px; }
    19% { opacity: 1; height: 60px; }
    25% { opacity: 0; height: 60px; }
    100% { opacity: 0; }
}
@keyframes rotateWordsSecond {
    0% { opacity: 1; animation-timing-function: ease-in; width: 0px; }
    10% { opacity: 0.3; width: 0px; }
    20% { opacity: 1; width: 100%; }
    27% { opacity: 0; width: 100%; }
    100% { opacity: 0; }
}


.full {
    width: 100%;    
}
.gap {
    height: 30px;
    width: 100%;
    clear: both;
    display: block;
}
.footer {
    background: #232527;
    height: auto;
padding-top:30px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    
}


.footer p {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h3 {
    
    color: #54697E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}
.footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #7F8C8D;
}
.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
}
.footer a {
    color: #fff;
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.newsletter-box input {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
}
.newsletter-box input#appendedInputButton {
    background: #FFFFFF;
    display: inline-block;
    float: left;
    height: 30px;
    clear: both;
    width: 100%;
}
.newsletter-box .btn {
    border: medium none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
}
.newsletter-box {
    overflow: hidden;
}
.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
    background: none repeat scroll 0 0 #B5B5B5;
    border: 2px solid #B5B5B5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 35px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
}
.social li:hover {
    border: 2px solid #2c3e50;
    background: #2c3e50;
}
.social li a i {
    font-size: 16px;
    margin: 8px 0 0 8px;
    color: #EDEFF1 !important;
}
.footer-bottom {
    background: #232527;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bottom p {
    padding-top: 6px;
    color:#fff;
}

.copy-visa {
    padding-top: 20px;
}
.payments {
    font-size: 1.5em;   
}

.payments .fa {
    color:#fff;
}

nav.navbar.navbar-default {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
    background-color: #232527;
    border: none;
    margin: 0;
}

.accordian-contain {
    display: none;
    position: relative;
background-color: #264c5b;
}


.img-center {
    margin:auto;
}

.question2 {
        font-family: Helvetica Neue Bold;
       color: #264C5B !important;
        text-align: center;
}

.questionmission {
        font-family: Helvetica Neue Bold;
        color: #fff;
        text-align: center;
}

.crew-header-text {
    font-size: 36px;
}




@media(max-width: 800px) {

.footer-about {
display:none;
}

.footer-more {
display:none;
}

.footer-social {
display:none;
}

 .navbar-header {
     margin-bottom: 0px;
 float: left !important;
}
    .accordian-contain {
        display: block!important;
    }

    #outer-btn {
        display: none;
    }

    .content-normal-container {
    display: none!important;
}

.header-image-container {
    display:none!important
}


.content-img img {
        display: none!important;

    }

    .content-img h4 {
        display: none!important;
        position: relative!important;
        padding: 0;
        margin:0;
    }

    .toggle {
        color:#fff!important;
    }

    .content-img a {
        display: block!important;
        
        color:#fff!important;

        padding:5px;

    }

.mission-text {
        position: relative!important;
        left:0;
        top:-188px;
        margin:auto!important;

    }



.meet-crew-head {
    font-size: 30px;
}

.question2 { font-size: 30px; }

    .mission-experience {
        position: relative;
        top:50px;
    }

    .mission-control h3 {
        text-align: center;
    }

    .mission-control h1 {
        text-align: center;
    }

    .select-area {
        top:-20px;
    }
    
    .question-transcend {
        position: relative;
        padding-top: 96px;
    }
    .question-mission {
        top:-60px;

    }

    .crew-header-text {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .service-header-text {
 color: white;
        padding-top:200px;
        padding-bottom: 20px;
    }
    .toggle {
        display: none!important;
    }

    h3 span {
        display: block;
        padding-top: 0px;
        color:#fff!important;
    }

    .rw-words span {
        display: none;
    }

    .mission-body {
  /*  background-color: #52ADCE !important; */
 background-color: #264c5b !important;
}

.content-wrapper.button {  background-color: #264c5b;
}

.crew-body {
    background-color: #fff !important;
}

.content-normal-container {
    display: block;
    background-color: #fff;
}

/* Style the buttons that are used to open and close the accordion panel */

button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 80%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
border-radius:10px 10px 10px 10px;
    margin-left: auto;
    margin-right: auto;
display:block;


}

button.accordion.active, button.accordion:hover {
 background-color: #eee;
    background-color: #ddd;
}

button.accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1; 
min-height:1300px;
 
}

div.panel.human.show {
    opacity: 1; 
min-height:850px !important;
 
}

div.panel.team.show {
    opacity: 1; 
min-height:1100px !important;
 
}

div.panel.community.show {
    opacity: 1; 
min-height:1100px !important;
 
}

div.panels {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panels.show {
    opacity: 1; 
min-height:700px;
 
}

.accordian-contain {
    
background-color: #264c5b;
}

.accordian-contain ul {
    margin:0;
}


.modal-body p {
    font-size: 14px;
}

.modal-contain.row {
text-align: center;
}

.subscribe-container{
    width: 50%;
    margin: auto;
}
.mission-bottom {
display:none;}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
}


.quote {
  display: inline-block;
  margin: 2ex 1em;
max-width: 600px;
  min-width: 300px;
    margin-left: 20%;
    margin-right: 20%;
}
.quote p {
  font-weight: 500;
}

.quote blockquote {
  color: #576776;
 line-height: 1.4;
  margin: 5px;
  padding: 17px;
  border-left: 1px solid #fff;

}

.quote .bubble 
{
position: relative;
min-width: 300px;
max-width: 600px;
padding: 8px;
background: #FFFFFF;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: #264c5b solid 3px;
}

.quote .bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 49px;
}

.quote .bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 17px 17px 0;
border-color: #264c5b transparent;
display: block;
width: 0;
z-index: 0;
bottom: -20px;
left: 47px;
}

.quote .bubble p {
font-size: 22px;
  line-height: 1.4;
  margin: 5px;
  padding: 17px;
}


.main_title {
    font-family: "Helvetica Neue";
    font-size: 44px;
    padding-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 65px;
    text-transform: uppercase;
    color: #2b2b2b;
}
.main_text {
    font-family: "Helvetica Neue";
    font-size: 20px;
    padding-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 65px;

    color: #2b2b2b;
}
.main_title span {

}

.box {
    border-radius: 3px;
    /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
    padding: 38px 30px;
    text-align: right;
    display: block;
height:200px;
    /* margin-top: 60px; */cursor: pointer;
}
.box-icon span {
    color:red;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    color: #555454;
    font-size: 22px;
    margin: 0px;
    font-family: Helvetica Neue;
    font-weight: 100;
    padding: 28px 0px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    text-align: center;
}

.box >.box-icon {
    
}
.box:hover >.box-icon {
    
    background-color: #fff;
    
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.box:hover >.box-icon >span {
    
}
.box-icon {
    
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0 auto;
    width: 80px;/*margin-top: -61px;*/
}

.main_title {
    font-family: "Helvetica Neue";
    font-size: 44px;
    padding-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 65px;
    text-transform: uppercase;
    color: #fff;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
    margin-bottom: 1px;
}

@media (min-width: 768px)
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 640px)
.mission-top {
background-position: top;
height: 100%;
background-repeat: no-repeat !important;
font-family: Helvetica Neue Bold;
background-image: url(../imgs/header-mission-mobile.png);
background-size: contain; }

@media (max-width: 640px)
.service-header-text {
    color: white;
    padding-top: 200px; 
    padding-bottom: 20px;
}

.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 640px){ .mobileShow { display: inline;}}


.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 640px){  .mobileHide { display: none;}}

.mobile-image {display: none;}
media screen and (min-width:540px) {
    .mobile-image {display: block;}
}

strong {
    font-weight: 700;
    color: #576776;
    line-height: 1.4;
    margin: 5px;
    /* padding: 17px; */
    font-size: 20px;
}