
@media (max-width: 1199px){
    .page-title{
        display:none;
    }
}

.faq-section{
    padding:30px 0 30px;
}

.support-info{
    border-radius: 10px;
    padding:30px 42px;
    max-width:960px;
    width:100%;
    margin:0 auto;
}
.sup-headline,
.faqs-headline{
    font-size: 24px;
    line-height:1;
    margin:0 0 20px 0;
    color: #00a1a9;
    font-weight:500;
    padding-bottom:15px;
}
.sup-body{
    margin:0 -22px;
}
.sub-box{
    width:33.333333%;
    display:inline-block;
    margin-right: -0.25em;
    vertical-align:top;
    text-align:center;
    padding:0 22px;
}
.sub-box p{
    line-height:1.4;
    font-weight:300;
    color:#000000;
    margin:0;
}
.sub-box > p{
    margin-bottom:25px;
}
.sup-box-icon{
    width:64px;
    height:64px;
    background-image: url('../img/support-icons.png');
    background-repeat: no-repeat;
    margin:0 auto 14px;
}
.sup-box-icon.contact{
    background-position:0 0;
}
.sup-box-icon.mail{
    background-position:-64px 0;
}
.sup-box-icon.ticket{
    background-position:-128px 0;
}

.sup-box-footer .button{
    font-weight:300;
    padding:12px 20px;
}
.sup-box-footer p{
    color:#879199;
    margin-top:10px;
}


.faqs{
    max-width:340px;
    float:left;
    padding:30px 0 0 55px;
}
.faqs-headline{
    position:relative;
    color:#000;
    margin:0 0 15px 0;
}
.faqs-headline:after{
    content:'';
    width:40px;
    height:3px;
    background:#9fa9b0;
    position:absolute;
    left:0;
    top:100%;
}
.faqs-body ul li{
    display:block;
    margin-bottom:16px;
}
.faqs-body ul li a{
    font-size:15px;
    line-height:1.3;
    color:#000000;
    font-weight:300;
}
.faqs-body ul li a:after,
.faqs-view-more:after{
    content: ' \02192';
}
.faqs-body ul li a:hover{
    color: #00a1a9;
    text-decoration: underline;
}
.faqs-footer{
    padding-top:30px;
}
.faqs-view-more{
    font-size:15px;
    line-height:1.3;
    color:#879199;
    font-weight:400;
}
.faqs-view-more:hover{
    text-decoration: underline;
}
@media (max-width: 1459px){
    .support-info{
        padding-left:30px;
        padding-right:30px;
    }
    .sub-box .btn{
        font-size:16px;
    }
}
@media (max-width: 1199px){
    .faq-section{
        padding:25px 0;
    }
    .support-info{
        width:100%;
        max-width:100%;
        float:none;
    }
    .faqs{
        max-width:100%;
        float:none;
        padding-left:0;
    }
    .faqs-footer{
        padding-top:10px;
    }
}
@media (max-width: 991px){
    .support-info{
        background:none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius:0;
        padding:0;
    }
    .sup-headline{
        text-align:center;
        padding:0 10px;
    }
    .sup-body{
        padding:30px;
        margin:0;
        
    }
    .sub-box{
        width:100%;
        padding:0;
        margin:0 0 50px 0;
    }
    .sub-box:last-child{
        margin-bottom:0;
    }
    
    .faqs{
        padding-left:10px;    
    }
}
@media (max-width: 767px){
    .sup-headline, 
    .faqs-headline{
        font-size:22px;
    }
    .sub-box p{
        font-size:16px;
    }
    .sup-box-footer .button{
        font-size:14px;
    }
    .faqs-body ul li a{
        font-size: 14px;
    }
}

.map-section{
    min-height:865px;
    background:#fff;
    position:relative;
    overflow:hidden;
}

#location-tabs{
    float:right;
    padding-top: 130px;
    padding-bottom: 270px;
    width:580px;
    position:relative;
    z-index:2;
}
.tab-nav li{
    float:left;
}
.tab-nav li a{
    display:block;
    font-size:15px;
    line-height:40px;
    color:#041e41;
    padding:0 21px;
    background:#fff;
}
.tab-nav li a.active{
    color:#fff;
    background: #00a1a9;
}

.tab-panels{
    background: #00a1a9;
    color:#fff;
    -webkit-box-shadow: 0 0 30px 15px rgba(0,0,0,0.025);
    box-shadow: 0 0 30px 15px rgba(0,0,0,0.025);
}
#location-tabs .panel{
    display:none;
    padding:10px;
    font-weight:300;
    font-size:15px;
}
#location-tabs .panel.active{
    display:block;
}
.location-info{
    border-bottom:1px solid rgba(0, 176, 185, 0.9);
    padding:30px 30px 20px;
}
.location-info .li-item{
    display:block;
    margin-bottom:12px;
}
.location-info .li-item:last-child{
    margin-bottom:0;
}
.li-icon{
    display:inline-block;
    vertical-align:middle;
    width:50px;
    height:45px;
    background-image: url('../img/contact-icons.png');
    background-repeat: no-repeat;
    margin-right:11px;
}
.li-icon.mail{
    background-position: 0 0;
}
.li-icon.phone{
    background-position: -50px 0;
}
.li-icon.address{
    background-position: -100px 0;
}
.li-item-text{
    display:inline-block;
    vertical-align:middle;
    line-height:1.2;
}

#dep-toggle{
    text-align:center;
    padding-bottom:25px;
    display:none;
}
#dep-toggle .btn{
    font-size:14px;
    width:220px;
    padding:11px 10px;
    position:relative;
    transition: none;
}
#dep-toggle .btn:hover{
    color:#fff;
}
#dep-toggle .btn:hover .btn-skew:before {
     -webkit-transform: none; 
     transform: none;
}
#dep-toggle .btn.btn-white .btn-skew:before{
    background:none;
}
#dep-toggle.js-open-dep .btn .text{
    font-size:0;
    line-height:0;
}
#dep-toggle.js-open-dep .btn .text:before{
    content: attr(data-close);
    font-size:14px;
    line-height:26px;
    display:inline-block;
    float:left;
    width:100%;
    position:relative;
}

.department-info{
    border-top:1px solid #009199;
    padding:30px 0;
}
.department-info .dep-item{
    width:50%;
    display:inline-block;
    margin-right:-0.25em;
    padding:0 10px 0 30px;
    vertical-align:top;
}
.dep-headline{
    font-size:16px;
    font-weight:500;
    line-height:1.1;
    color:#fff;
    margin:0 0 12px 0;
    position:relative;
    padding-bottom:5px;
}
.dep-headline:after{
    content:'';
    height:1px;
    width:20px;
    background:#fff;
    position:absolute;
    left:0;
    top:100%;
}

.dep-person + .dep-person{
    margin-top:20px;
}

.depp-name,
.depp-position{
    font-size:18px;
    line-height:1;
    margin:0;
    display:block;
}
.depp-name{
    margin-bottom: 3px;
}
.depp-position{
    font-size:14px;
    margin-bottom:10px;
}
.depp-info li{
    display:block;
    margin-bottom:7px;
}
.depp-info li i{
    margin-right:3px;
}


.google-map{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:1;
}




.google-map .map{
    opacity:0;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}

.google-map .map.active{
    opacity:1;
    z-index:2;
}

@media (max-width: 767px){
    .map-section{
        background:#1a353b;
        min-height:0;
    }
    .map-section .wrapper{
        padding:0 10px;
    }
    #location-tabs{
        float:none;
        padding-top:25px;
        padding-bottom:0;
        min-width:auto;
        width:100%;
    }
    .location-info{
        padding:20px 0;
        border-bottom:0;
    }
    .li-icon,
    .li-item-text{
        display:table-cell;
    }
    .li-item-text{
        padding-left:10px;
    }
    #dep-toggle{
        display:block;
    }
    .department-info{
        border-top:0;
        padding:0;
        max-height:0;
        overflow:hidden;
        transition: all 0.5s;
    }
    .js-open-dep + .department-info{
        max-height:1000px;
    }
    .department-info .dep-item{
        width:100%;
        padding:0;
        margin:0 0 20px 0;
    }
    
    .google-map{
        position:relative;
        height:400px;
        width:100%;
    }
}


.contact-form-section{
    padding:40px 0 40px;
}
.contf-header{
    text-align:center;
    margin-bottom:50px;
}
.contf-headline{
    font-size:24px;
    line-height: 1.2;
    color:#000;
    margin:0 0 30px 0;
}

.office-phones{
    margin-bottom:25px;
}
.op-item{
    display:inline-block;
    margin:0 37px;
}
.ip-item-icon{
    height:49px;
    width:58px;
    background: url('../img/phone-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.ip-item-icon-container,
.op-item-body{
    display:table-cell;
    vertical-align:middle;
    text-align:left;
}
.op-item-body{
    padding-left:12px;
}
.op-item-body span{
    display:block;
}
.opi-location{
    font-size:15px;
    font-weight:400;
    line-height:1;
    color:#9fa9b0;
    display:block;
    margin-bottom:5px;
}
.opi-phone{
    font-size: 24px;
    line-height: 1;
    color: #00a1a9;
    letter-spacing:-1px;
}
.delimiter-on-mobile{
    display:none;
}

.contact-form{
    padding:0 22px;
    max-width:960px;
    margin:0 auto;
}
.contact-form .col-6{
    float:left;
    width:50%;
    text-align:center;
    padding:10px 20px;
}
.contact-form .col-12{
    padding:10px 20px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    border:none;
    background:#fff;
    -webkit-box-shadow: 0 0 14px 5px rgba(0,0,0,0.04);
    box-shadow: 0 0 14px 5px rgba(0,0,0,0.04);
    padding:0 20px;
    font-size:16px;
    line-height:24px;
    color:#000;
}
.contact-form input{
    height:52px;
}
.contact-form textarea{
    max-width:100%;
    height:160px;
    resize: none;
    padding-top:20px;
}
.contact-form select{
    display:none;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  opacity:1;
  color:#879199;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  opacity:1;
  color:#879199;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  opacity:1;
  color:#879199;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  opacity:1;
  color:#879199;
}

.contact-form .sbHolder{
    width:100%;
    height:52px;
    background:#fff;
    -webkit-box-shadow: 0 0 14px 7px rgba(0,0,0,0.04);
    box-shadow: 0 0 14px 7px rgba(0,0,0,0.04);
    position:relative;
    text-align:left;
    font-size:16px;
}
.contact-form .sbSelector{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:50px;
    padding-left: 20px;
    line-height:52px;
    color:#000;
    font-weight:400;
    overflow:hidden;
}
.contact-form .sbSelector.placeholder{
    color:#879199;
}
.contact-form .sbToggle{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    width:50px;
    line-height:52px;
    text-align:center;
}
.contact-form .sbToggle:before{
    font-family: FontAwesome;
    content: '\f107';
    color:#879199;
    font-size:18px;
}
.contact-form .sbOptions{
    position:absolute;
    top:calc(100% + 10px) !important;
    left:0;
    right:0;
    background:#fff;
    -webkit-box-shadow: 0 0 14px 7px rgba(0,0,0,0.04);
    box-shadow: 0 0 14px 7px rgba(0,0,0,0.04);
    padding:20px;
    overflow:auto;
    z-index:10;
}
.contact-form .sbOptions li{
    display:block;
}
.contact-form .sbOptions li:first-child{
    display:none;
}
.contact-form .sbOptions li a{
    display:block;
    font-size:15px;
    font-weight:400;
    line-height:40px;
    color:#000;
}
.contact-form .sbOptions li a:hover{
    color:#00a1a9;
}

.form-footer{
    text-align:center;
}


@media (max-width: 991px){
    .contact-form-section .wrapper{
        padding:0 10px;
    }
    .contf-header{
        margin-bottom:0;
    }
    .contf-headline{
        font-size:18px;
        margin-bottom:15px;
    }
    .office-phones{
        margin-bottom:0;
    }
    .op-item{
        margin:0 0 20px;
    }
    .delimiter-on-mobile{
        display:block;
    }
    
    .contact-form{
        padding:0;
    }
    .contact-form .col-6,
    .contact-form .col-12{
        width:100%;
        padding:10px 0; 
    }
    .contact-form input, 
    .contact-form textarea,
    .contact-form .sbHolder{
        font-size:14px;
        -webkit-box-shadow: 0 0 14px 7px rgba(0,0,0,0.07);
        box-shadow: 0 0 14px 7px rgba(0,0,0,0.07);
        
    }
    .contact-form input,
    .contact-form .sbHolder{
        height:50px;
    }
    .contact-form .sbToggle,
    .contact-form .sbSelector{
        line-height:50px;
    }
    .form-footer .button{
        float:none;
        font-size:14px;
        padding:12px 20px
    }
}



















































