/* *********************
   Theme Name: CST Tax Legal
   ********************* */

/** Table of Contents:


* 1.0 - Fonts
* 2.0 - Icon-fonts
* 3.0 - General
    3.1 Box-sizing
    3.2 Fly-in box animation
    3.3 Pagination
    3.4 Social
    3.5 Block-brd
    3.6 Link
* 4.0 - Useful classes
* 5.0 - Buttons
* 6.0 - Forms
* 7.0 Mobile navigation
* 8.0 - Header
* 9.0 - Footer
* 10.0 - Sidebar
* 11.0 - Home sections
      11.01  Section-info
      11.02  Section-approach
      11.03  Section-question
      11.04  Section-video
      11.05  Section-news

**/

/* 1.0 Fonts
***************************** */
@font-face {
    font-family: 'AvenirLT-Light';
    src: url('../fonts/avenir-light-webfont.eot');
    src: url('../fonts/avenir-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avenir-light-webfont.woff2') format('woff2'),
         url('../fonts/avenir-light-webfont.woff') format('woff'),
         url('../fonts/avenir-light-webfont.ttf') format('truetype'),
         url('../fonts/avenir-light-webfont.svg#avenir_35_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinbekregular';
    src: url('../fonts/dinbek-regular-webfont.eot');
    src: url('../fonts/dinbek-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinbek-regular-webfont.woff2') format('woff2'),
    url('../fonts/dinbek-regular-webfont.woff') format('woff'),
    url('../fonts/dinbek-regular-webfont.ttf') format('truetype'),
    url('../fonts/dinbek-regular-webfont.svg#dinbekregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinbek_boldregular';
    src: url('../fonts/dinbek_bold-webfont.eot');
    src: url('../fonts/dinbek_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dinbek_bold-webfont.woff2') format('woff2'),
    url('../fonts/dinbek_bold-webfont.woff') format('woff'),
    url('../fonts/dinbek_bold-webfont.ttf') format('truetype'),
    url('../fonts/dinbek_bold-webfont.svg#dinbek_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DINProMedium_13936';
    src: url('../fonts/DINProMedium_13936.eot');
    src: url('../fonts/DINProMedium_13936.eot') format('embedded-opentype'),
    url('../fonts/DINProMedium_13936.woff2') format('woff2'),
    url('../fonts/DINProMedium_13936.woff') format('woff'),
    url('../fonts/DINProMedium_13936.ttf') format('truetype'),
    url('../fonts/DINProMedium_13936.svg#DINProMedium_13936') format('svg');
}
@font-face {
    font-family: 'DINProBold_13934';
    src: url('../fonts/DINProBold_13934.eot');
    src: url('../fonts/DINProBold_13934.eot') format('embedded-opentype'),
    url('../fonts/DINProBold_13934.woff2') format('woff2'),
    url('../fonts/DINProBold_13934.woff') format('woff'),
    url('../fonts/DINProBold_13934.ttf') format('truetype'),
    url('../fonts/DINProBold_13934.svg#DINProBold_13934') format('svg');
}

@font-face {
    font-family: 'alte_din_1451_mittelschriftRg';
    src: url('../fonts/din1451alt-webfont.eot');
    src: url('../fonts/din1451alt-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/din1451alt-webfont.woff2') format('woff2'),
    url('../fonts/din1451alt-webfont.woff') format('woff'),
    url('../fonts/din1451alt-webfont.ttf') format('truetype'),
    url('../fonts/din1451alt-webfont.svg#alte_din_1451_mittelschriftRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'IcoMoon-Free';
    src: url('../fonts/IcoMoon-Free.ttf?-b7qzp2') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* 2.0 Icon-fonts
***************************** */
@font-face {
    font-family: 'icomoon';
    src:url('../icon-fonts/icomoon.eot?shewar');
    src:url('../icon-fonts/icomoon.eot?#iefixshewar') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?shewar') format('truetype'),
    url('../icon-fonts/icomoon.woff?shewar') format('woff'),
    url('../icon-fonts/icomoon.svg?shewar#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
    content: "\e801";
}
.icon-plus:before {
    content: "\e800";
}
.icon-menu:before {
    content: "\e601";
}
.icon-right-quote:before {
    content: "\e603";
}
.icon-left-quote:before {
    content: "\e604";
}
.icon-google:before {
    content: "\e606";
}
.icon-facebook:before {
    content: "\e605";
}
/*.icon-twitter:before {
    content: "\e607";
}*/
.icon-feed:before {
    content: "\e608";
}
/*.icon-search:before {
    content: "\e600";
}*/
.icon-linkedin:before {
    content: "\f1d0";
}
.icon-arrow-right:before,
.icon-close:before {
  content: "\e90a";
}
/* 3.0 General
***************************** */

/**** 3.1 Box-sizing ****/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/**** 3.2 Fly-in box animation ****/
.animated-content {
    visibility: hidden;
    opacity: 0;
}
.fly-in {
    -webkit-transform: translateY(100px) scale(1) translate3d(0, 0, 0);
    -moz-transform: translateY(100px) scale(1) translate3d(0, 0, 0);
    -ms-transform: translateY(100px) scale(1) translate3d(0, 0, 0);
    -o-transform: translateY(100px) scale(1) translate3d(0, 0, 0);
    transform: translateY(100px) scale(1) translate3d(0, 0, 0)
}

.fly-in.appeared {
    -webkit-animation: fly-in 0.6s ease-out forwards;
    -moz-animation: fly-in 0.6s ease-out forwards;
    animation: fly-in 0.6s ease-out forwards;
    visibility: visible !important;
}

@-webkit-keyframes fly-in {
    0% {
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0) scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@-moz-keyframes fly-in {
    0% {
        opacity: 0
    }
    100% {
        -moz-transform: translateY(0) scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@-o-keyframes fly-in {
    0% {
        opacity: 0
    }
    100% {
        -o-transform: translateY(0) scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fly-in {
    0% {
        opacity: 0
    }
    100% {
        transform: translateY(0) scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

/**** 3.3 Pagination ****/
/*.pagination-block {
    text-align: center;
    position: relative;
    margin: 30px auto;
    max-width: 600px;
}
ul.pagination{
    display: inline-block;
    margin: 0;
    padding:0;
    font-family: 'DINProMedium_13936';
}
ul.pagination li a,
ul.pagination li button{
    border-radius:0;
    color: #6e6e6e;
    text-decoration: none;
    border: 2px solid transparent;
    font-size: 16px;
}
ul.pagination li.current a,
ul.pagination li.current button{
    background: transparent;
    color: #003a6a;
    cursor: default;
    border: 2px solid #003a6a;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus,
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus{
    background-color: #9aadc9;

}
ul.pagination li:last-child,
ul.pagination li:first-child{
    position: absolute;
}
ul.pagination li:last-child a,
ul.pagination li:first-child a{
    padding: 0;
    font-size: 15px;
    text-transform: uppercase;
    color: #003a6a;
}
ul.pagination li:last-child a:hover,
ul.pagination li:first-child a:hover{
    background-color: transparent;
}
ul.pagination li:first-child{
    left: 0;
    margin-left: 0;
    margin-right: 5px;
}
ul.pagination li:last-child {
    right: 0;
    margin-left: 5px;
    margin-0: 0;
}
@media only screen and (max-width: 40.063em){
    ul.pagination li:last-child a,
    ul.pagination li:first-child a {
        font-size: 12px;
    }
    ul.pagination li a,
    ul.pagination li button{
        font-size: 11px;
        padding: 0 7px;
    }
}*/
/**** 3.4 Social ****/
.foot-social {
    white-space: nowrap;
}
.social li{
    /*float: left;*/
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}
.social li:last-child{
    margin-right: 0 !important;
}
.social li a{
    text-decoration: none;
    color: #898989;
    display: block;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition:  color 0.5s ease;
}
.social li a:hover{
    color: #205f93;
}
/**** 3.5 Block-brd ****/
.block-brd{
    border: 1px solid #d2e1ee;
    margin-bottom: 30px;
    display: table;
}
.block-brd-txt,
.block-brd-img{
    display: table-cell;
    vertical-align: middle;
}
.block-brd-img{
    width: 35%;
}
.block-brd-txt{
    padding: 10px 10px 10px 0;
    width: 65%;
    padding-left: 30px;
}

@media only screen and (max-width: 64.063em) {
    .block-brd-img .thumb {
        height: 220px;
    }
    .block-brd-txt {
        padding: 10px 15px;
    }
    .block-brd-txt h3 {
        font-size: 18px;
    }
    .block-brd-txt p {
        font-size: 14px;
    }
    .block-brd-txt p {
        height: 64px !important;
        overflow: hidden;
    }
    .block-brd-txt .link {
        font-size: 14px;
    }
}

/**** 3.6 Link ****/
.link{
    font-family:'alte_din_1451_mittelschriftRg';
    font-size: 13px;
    text-transform: uppercase;
    color: #004884;
}
/* 4.0 Useful classes
***************************** */
.clear-list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.space{
    padding: 50px 0;
}
.space > .section-map {
    margin-top: -50px;
}
@media only screen and (max-width: 64.063em) {
    .space{
        padding: 25px 0;
    }
    .space > .section-map {
        margin-top: -25px;
    }
    .wrapper .section-blockquote hr {
        margin-bottom: -25px;
    }
}
/* 5.0 - Buttons
***************************** */
/*.button{
    font-family: 'dinbekregular';
    letter-spacing: 1px;
    border: 1px solid #004884;
    background-color: #004884;
    padding: 0.7rem 2rem;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}*/
.button:hover{
    background-color: #9aadc9;
}
.button-brd{
    background-color: #fff;
    color: #004884;
}
.button-brd:hover{
    background-color: #9aadc9;
    color: #fff;
}
/*.button-group .button:first-child{
    margin-right: 10px;
}*/
.postfix.button{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    height: 2.7rem;
    line-height: 2.7rem;
    display: block;
}
.postfix.button:hover {
    background-color: transparent;
    color: #004884;
}
@media only screen and (max-width: 40.063em){
     .button-group .button:first-child{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .button-group  .button,
    .button{
        font-size: 15px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .button-group  .button{
        display: block;
        padding-left: 4vw;
        padding-right: 4vw;
    }
}
/* 6.0 - Forms
***************************** */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea{
    font-family: 'dinbekregular';
    border: 1px solid #d2e1ee;
    font-size: 1rem;
    height: 2.7rem;
    padding: 0.5rem 1.2rem;
    color: #898989;
    box-shadow: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
select:hover{
    border: 1px solid #9DB9D2;
    background-color: #FAFBFD;
}
textarea{
    min-height: 100px;
    resize: none;
}
select{
    color: #898989;
    background-image: url("../images/select_arrow.png");
    background-position: 95% center;
    outline: none;
    border: 1px solid #ebebeb;
    height: 2.7rem;
}
.search{
    position: relative;
}
.search input{
    padding-right: 30px;
}
.search button {
    background-color: transparent;
    padding: 0;
    width: auto;
    height: auto;
    color: #bbb;
    font-size: 20px;
    outline: none;
    margin-bottom: 0;
    position: absolute;
    top: 8px;
    right: 10px;
}
/* 7.0 Mobile navigation
***************************** */
.right-off-canvas-menu{
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mobile-nav ul li a{
    display: block;
    padding: 10px 30px;
    font-family: 'DINProMedium_13936';
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: #004884;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}
.mobile-nav ul li a:hover{
    background-color: rgba(4, 55, 98, 0.8);
    color: #fff;
}
.mobile-search{
    padding: 0 30px;
}
.mobile-search button{
    right: 36px;
}

/* 8.0 Header
***************************** */
.header{
    position: relative;
    z-index: 2;
}
.head-main .head-top{
    background-color: #043762;
    position: static;
}
.head-main .head-video-block,
.head-main .head-title{
    display: none;
}
/*.head-top{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}*/
.head-logo a{
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}
.head-right-top{
    padding-bottom: 11px;
    border-bottom: 1px solid #4b5c70;
    margin-bottom: 17px;
}
.head-right-top a{
    font-family: 'alte_din_1451_mittelschriftRg';
    font-size: 11px;
    line-height: 1;
    color: #8da1bd;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
.head-right-top a:hover{
    color: #fff;
}
.head-right-bottom{
    position: relative!important;
}
.head-nav{
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #fff;
}
.head-nav ul {
    text-align: justify;
}
.head-nav ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.head-nav li{
    line-height: 1;
    display: inline-block;
    margin: 0 2%;
}
.head-top  .head-right{
    flex-grow: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}
.head-top  .head-right .head-right-bottom{
    flex-grow: 1;
}
.head-top  .head-right .head-right-bottom .head-nav ul{
    justify-content: flex-end;
}
#menu-main-menu > li > a {
	font-family: 'dinbek_boldregular';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}
.head-nav li a{
    font-family: 'dinbekregular';
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-bottom 0.5s ease;
    -moz-transition: border-bottom 0.5s ease;
    -o-transition: border-bottom 0.5s ease;
    transition: border-bottom 0.5s ease;
}

.head-nav li a:hover{
    border-bottom: 1px solid #fff;
}
.head-search input{
    /*display: none;*/
}
.head-search{
    position: absolute;
    top: -3px;
    right: 0;
}
.btn-search,
.btn-search:hover{
    background-color: transparent;
    padding: 0;
    width: auto;
    margin: 0;
    outline: none;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-size: 16px !important;
    position: static !important;
}
.btn-search:hover{
    color: #8da1bd;
}
.head-title{
    text-align: center;
    font-family: 'alte_din_1451_mittelschriftRg';
    font-size: 60px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.head-title-top{
    font-family: 'dinbekregular';
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 20px;
}
.head-title-middle{
    letter-spacing: 17px;
    margin-bottom: 20px;
}
.head-title-bottom{
    font-size: 18px;
    text-transform: none;
    letter-spacing: 2px;
}
.head-title span{
    display: block;
}
.head-video-block,
.head-bg-block,
.section-map{
    position: relative;
    padding-top: 56.4%;
}
.head-video-block:before,
.head-bg-block:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/video_overlay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 2;
}
.head-bg-block:before{
    content: "";
    background-color: rgba(14,14,14,0.5);
}
.head-video,
.head-bg-block:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.head-bg-block{
    /*background-image: url("../images/head_bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    z-index: 2;
}

.head-top .social{
    justify-content: flex-end;
}
.head-top .social li a{
    font-size: 20px;  
    color: #fff;
    margin-left: 9px;
    margin-right: 9px;
}
@media only screen and (max-width: 1299px){
    
    .header .head-top > .row > .large-2{
        max-width: 10%;
    }
    #menu-main-menu > li > a{
        font-size: 15px;
    }
}
@media only screen and (max-width: 64.063em) {
    .head-top .head-right .head-right-bottom{
        display: none;
    }
    .head-main .head-top{
        padding-bottom: 70px;
    }
    .head-top .social li a{
        font-size: 38px;
    }
    .head-logo img{
        max-width: 70%;
    }
    .header .head-top {
        padding-left: 96px;
    }
    .header-wrap .menu-icon{
        position: absolute!important;
        top: 0;
        bottom: auto;
        left: 0;
        z-index: 9999;
        font-size: 30px;
        text-decoration: none;
    }
    .head-top {
        padding-bottom: 0;
    }
    .head-right-top {
        margin-bottom: 0px;
    }
    .head-right-top a{
        margin-left: 0;
    }
    .head-right-top > a:first-child{
        float: left;
    }
    .head-right-top > a:last-child{
        float: right;
    }
    .head-title-middle{
        font-size: 35px;
    }
    .members-home .header h1.head-logo{
        margin-bottom: 0.1em;
    }
    .header .head-top > .row > .small-3{
        max-width: 25%;
    }
}
@media only screen and (max-width: 40.063em){
    .head-title-middle{
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 60px;
        letter-spacing: 5px;
    }
    .header .head-top{
        padding-left: 10vw;
    }
    .header-wrap .menu-icon{
        width: 13vw;
        height: 16vw;
    }
    .header-wrap .menu-cont a.menu-icon small{
        margin: 0;
    }
    .header-wrap .menu-cont a.menu-icon{
        width: 13vw;
        height: 16vw;
    }
    .header-wrap .menu-cont a.menu-icon i{
        font-size: 7vw;
    }
    .header .head-top .row{
        padding-top: 5vw;
        padding-left: 6vw;
        
    }
    .header .head-top .head-logo img{
        width: 15vw;
    }
    .head-top .social li a{
        font-size: 7vw;
    }
    .header .head-top > .row > .large-2{
        max-width: 25%;
    }
}
/* 9.0 Footer
***************************** */
.fotter{
    font-family: 'dinbekregular';
}
.foot-list li{
    line-height: 1;
    margin-bottom: 7px;
}
.foot-top ul li a{
    color: #898989;
    text-decoration: none;
}
.foot-line hr{
    margin-top: 0;
}
.foot-form h3{
    letter-spacing: 1.7px;
    font-size: 15px;
    min-height: 35px;
}
.foot-bottom{
    padding: 30px 0;
}
/*.foot-nav li{
    display: inline-block;
    margin-right: 10px;
}
.foot-nav li a{
    font-family: 'dinbekregular';
    color: #898989;
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition:  color 0.5s ease;
}
.foot-nav li a:hover{
    color: #205f93;;
}*/
.copyright{
    font-family: 'dinbekregular';
    text-align: right;
    margin-bottom: 0;
}

    @media only screen and (max-width: 64.063em) {
    .foot-top ul {
        margin-bottom: 30px;
    }
    ul.foot-social{
        margin-bottom: 10px;
    }
    .foot-top  select{
        margin-bottom: 30px;
    }
    .foot-form h4{
        min-height: inherit;
        margin-bottom: 15px;
    }
    .foot-bottom,
    .copyright{
        text-align: center;
    }
    .foot-nav{
        margin-bottom: 20px;
    }
    .foot-nav li{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 64.063em) and (min-width: 40.063em){
    .foot-social{
        float: none!important;
    }
    .foot-form h3{
        min-height: auto;
    }
}

/* 10.0 Sidebar
***************************** */
.gray-box{
    background-color: #f8f9fb;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.gray-box:last-child{
    margin-bottom: 0;
}
.gray-box h3{
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.gray-box .button{
    margin-bottom: 0;
}
.sidebar-news-box h5{
    text-transform: uppercase;
    font-family: 'alte_din_1451_mittelschriftRg';
    margin-bottom: 0;
    color: #004884;
}
.sidebar-news-box p{
    font-size: 14px;
}
.sidebar-news-box img{
    width: 100%;
}
.sidebar-news-box .thumb {
    display: block;
    width: 60px;
    height: 60px;
    background-size: cover;
}
.sidebar-categories-box ul li{
    margin-bottom: 20px;
}
.sidebar-categories-box ul li a{
    display: inline-block;
    color: #6e6e6e;
    text-decoration: none;
    border-bottom: 1px solid #dce7f1;
    -webkit-transition: border 0.5s ease;
    -moz-transition: border 0.5s ease;
    -o-transition: border 0.5s ease;
    transition:  border 0.5s ease;
}
.sidebar-categories-box ul li a:hover{
    border-bottom: 1px solid #004884;
}
@media only screen and (max-width: 64.063em) {
    .gray-box h3{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .sidebar-news-box .row{
        margin-bottom: 20px;
    }
    .sidebar-news-box h5{
        font-size: 12px;
    }
}
/* 11.0 Home sections
***************************** */

/**** 11.01  Section-info ****/
.section-info{
    background-image: url("../images/map_01_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 80px;
}
.section-info-top{
    background-color: #fff;
    padding: 30px 40px 30px 150px;
    position: relative;
    margin-top: -8%;
    margin-bottom: 80px;
    z-index: 2;
}
.section-info-top img{
    position: absolute;
    top: 30px;
    left: 40px;
}
.section-info-top h3{
    font-family: 'alte_din_1451_mittelschriftRg';
    font-size: 25px;
    line-height: 1.4;
    font-weight: normal;
    text-transform: none;
}
.section-info-columns ul{
    margin-bottom: 30px;
}
.section-info-columns ul li a{
    color: #6e6e6e;
}
@media only screen and (max-width: 64.063em) {
    .section-info-top {
        margin-bottom: 30px;
        padding: 20px;
        text-align: center;
    }
    .section-info-top h3 {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    h3{
        font-size: 20px;
        line-height: 1.2;
    }
    .section-info-columns ul{
        margin-bottom: 30px;
    }
}
/**** 11.02  Section-approach ****/
.section-approach{
    background-image: url("../images/map_01_bg.jpg");
    margin-top: -95px;
    z-index: 2;
}
.section-approach-info{
    padding: 30px 40px 0 40px;
}
.section-approach-info h2{
    margin-bottom: 46px;
}

@media only screen and (max-width: 40.063em){
    .section-approach-info{
        padding: 20px 20px 0 20px;
    }
    .section-approach-info h3{
        margin-bottom: 20px;
    }
}

/**** 11.03  Section-question and Section-contact  ****/
.section-question,
.section-contact{
    background-image: url("../images/map_02_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 100px 0;
}
.space > .section-contact,
.space > .section-question {
    margin-top: -50px;
}
.form-question input[type="submit"],
.form-contact input[type="submit"]{
    width: 100%;
}
@media only screen and (max-width: 64.063em) {
    .section-question,
    .section-contact{
        padding: 20px 0;
    }
    .space > .section-contact,
    .space > .section-question {
        margin-top: -25px;
    }
}
/**** 11.04  Section-video ****/
.video-box{
    position: relative;
}
.video-box img,
.video-box video {
    width: 100%;
}
.play-btn{
    width: auto!important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 64.063em) {
    .video-txt{
        margin-bottom: 30px;
    }
    .play-btn{
        max-width: 33%;
    }
}
/****11.05 Section-news  & Section-jobs ****/
.section-news,
.section-jobs{
    background-color: #f3f5f8;
}
.section-news-inner,
.section-jobs-inner{
    position: relative;
}
.section-news-inner:before,
.section-jobs-inner:before {
    display: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
    border-top: 20px solid #fff;
}
.section-news-inner h2,
.section-jobs-inner h2{
    margin-bottom: 40px;
}
.news-img,
.jobs-img{
    overflow: hidden;
    position: relative;
    cursor: pointer;
    max-height: 165px;
}
.news-img img,
.jobs-img img{
    display: block;
    max-width: initial;
    height: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.news-img:hover img,
.jobs-img:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.news-txt,
.jobs-txt{
    background-color: #fff;
    padding: 30px;
}
.news-txt h3,
.jobs-txt h3{
    font-family: 'alte_din_1451_mittelschriftRg';
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 2.6px;
    color: #205f93;
    text-transform: uppercase;
}
.news-txt p,
.jobs-txt p{
    font-size: 14px;
    margin-bottom: 10px;
}

/* 12.0 About
***************************** */
.profile{
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.prof-img,
.prof-txt{
    display: table-cell;
    vertical-align: bottom;
    width: 50%;
}
.prof-info p{
    font-size: 22px;
}
.content-top-img{
    margin-bottom: 40px;
}
.content-top-img img{
    width: 100%;
}

/* banner */
.banner{
    padding-top: 0%;
    height: 490px;
    position: relative;
    margin-bottom: 20px;
}
.banner-inner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.banner-title{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner-title h2 {
    color: #fff;
    position: static;
    font-family: 'dinbekregular';
    font-size: 60px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 15px;
    line-height: 1;
}
.banner-title h3 {
    font-family: 'dinbekregular';
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.prof-info {
    margin-bottom: 30px;
}
@media (max-width: 1200px) {
    .profile .prof-img {
        width: 35%;
    }
}
@media (max-width: 1025px) {
    .profile .prof-img img {
        width: 100%;
    }
}
@media only screen and (max-width: 64.063em) {
    .profile {
        display: block;
        width: 100%;
    }
    .prof-img,
    .prof-txt{
        display: inline-block;
        /*width: 100%;*/
    }
    .prof-txt h2{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .prof-txt h4 {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .profile .prof-img {
        width: 50%;
    }
    .profile .prof-txt {
        width: 48%;
        padding-left: 15px;
        line-height: 1.2;
        margin-bottom: -5px;
    }
    .profile .prof-txt strong {
        font-size: 14px;
    }
    .prof-info p{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .content-top-img{
        margin-bottom: 15px;
    }
    .banner-title h2{
        font-size: 20px;
    }
}


/* about-staff */
.staff-content{
    padding: 25px 0;
}
.staff-search{
    max-width: 450px;
    margin: 0 auto 50px;
    text-align: center;
}

@media only screen and (max-width: 64.063em) {
    .staff-content{
        padding: 5px 0;
    }
    .staff-search{
        margin-bottom: 0;
    }
}

/* faq */
.faq{
    border-top: 1px solid #dde9f2;
}
.faq-block{
    position: relative;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dde9f2;
}
.faq-block > p{
    margin-bottom: 0;
    padding-right: 30px;
}
.faq-block .faq-toggle{
    position: absolute;
    right: 0;
    top: 22px;
    text-decoration: none;
    color: #6e6e6e;
    font-size: 13px;
}
.sub-faq-block{
    display: none;
    padding: 20px 20px 0;
}
.sub-faq-block p:last-child{
    margin-bottom: 0;
}
/* privacy */
.privacy-content,
.terms-content,
.full-width-content {
    padding: 75px 0;
}
.full-width-content {
    padding-top: 25px;
}
.privacy-info{
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}
/* blog-single-page */
.blog-single{
    border: 1px solid #d2e1ee;
    margin-bottom: 40px;
}
.blog-single-img {
    margin-bottom: 0;
    background-size: cover;
    background-position: center center;
}
.blog-single-img img {
    width: 100%;
    height: 100%;
    opacity: 0;
    max-height: 310px;
}
.blog-single-nav-cont{
    padding: 20px 40px;
}
.blog-single-nav-cont .social{
    float: right;
}
.blog-single-nav li{
    float: left;
}
.blog-single-nav li a{
    color: #7e7e7e;
    text-decoration: none;
}
.blog-single-nav li+li:before{
    content: "|";
    margin-left: 5px;
    padding-right: 5px;
    color: #7e7e7e;
    line-height: 1;
}
.blog-single-txt{
    padding: 40px;
    border-top: 1px solid #d2e1ee;
}

@media only screen and (max-width: 40.063em) {
    .privacy-content,
    .terms-content{
        padding: 30px 0;
    }
    .blog-single-nav-cont{
        text-align: center;
        padding: 20px;
    }
    .blog-single-nav-cont .social{
        float: none;
        display: inline-block;
    }
    .blog-single-nav{
        display: inline-block;
        margin-bottom: 10px;
    }
    .blog-single-nav li{
        font-size: 13px;
    }
    .blog-single-txt{
        padding: 20px;
    }
}

/* personal-business */
.personal-business .head-title{
    font-family: 'DINProBold_13934';
    font-size: 36px;
    max-width: 700px;
    text-transform: none;
    letter-spacing: 0.5px;
}
.personal-business-section{
    padding: 75px 0;
    border-top: 1px solid #e2e2e2;
}
.personal-business-section:first-child{
    border-top: 0;
}
.personal-business-section img{
    margin-bottom: 20px;
}
.section-thumbnails > .row > div{
    margin-bottom: 30px;
}
.section-thumbnails > .row:last-child{
    margin-bottom: 0;
}
.thumbnail{
    text-align: center;
}
.thumbnail img{
    width: 100%;
    margin-bottom: 25px;
}
.thumbnail h3{
    font-family: 'alte_din_1451_mittelschriftRg';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.thumbnail{
    position: relative;
}
.thumbnail .info{
    font-size: 14px;
    color: #858585;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 2;
    right: 10px;
    padding: 20px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.35s, background-color 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.thumbnail .info p{
    /*font-family: Georgia, serif;*/
    font-size: 14px;
    color: #858585;
}
.thumbnail .info .button{
    margin-bottom: 0;
    display: block;
}
.thumbnail:hover .info {
    opacity: 1;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
.thumbnail .info:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    left: 40px;
    top: -7px;
}
.section-clients{
    text-align: center;
}
.section-clients ul{
    display: inline-block;
}
.section-clients ul li{
   display: inline-block;
    margin: 10px 25px;
    line-height: 80px;
}
.section-clients ul li a{
    display: inline-block;
}
.section-clients ul li a:hover{
    opacity: 0.7;
}
.section-clients ul li img{
    vertical-align: middle;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
    .section-clients ul li img{
        max-width: 70%;
    }
}
@media only screen and (max-width: 40.063em) {
    .personal-business .head-title {
        font-size: 15px;
        letter-spacing: normal;
        margin-top: 35px;
        margin-bottom: 0;
    }
    .section-clients ul li{
        display: block;
        margin: 20px 0;
    }
    .personal-business-section{
        padding: 30px 0;
    }
}

/* section-careers */

.careers-info{
    padding-right: 50px;
    border-right: 1px solid #e8f0f6;
}
.careers-contact{
    padding-left: 50px;
}
.careers-contact img{
    margin-bottom: 50px;
}
.careers-form{
    max-width: 350px;
}
.careers-form input{
    margin-bottom: 0;
}
.careers-form input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    z-index: 3;
}
.careers-form span.postfix{
    border: 1px solid #004884;
    background-color: #004884;
    color: #fff;
    margin-bottom: 0;
}
.careers-form span.postfix:hover{
    background-color: #9aadc9;
}
@media only screen and (max-width: 40.063em) {
    .careers-info{
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #e8f0f6;
    }
    .careers-contact{
        padding-left: 0;
        padding-top: 20px;
    }
}
.memberships-list ul{
    list-style-type: none;
    padding-left: 0;
}
.memberships-list ul li{
    height: 90px;
    line-height: 90px;
    margin-bottom: 30px;
}

.memberships-list ul li img{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    vertical-align: middle;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.memberships-list ul li a:hover img{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

@media only screen and (max-width: 40.063em) {
    .memberships-list,
    .awards-list{
        text-align: center;
    }
}
.history .head-middle, .no-history .head-middle{
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -55px;
    width: 100%;
    z-index: 3;
}
.history .head-middle h2, .no-history .head-middle h2{
    font-size: 50px;
    color: #fff;
}
.head-middle-txt{
    padding-top: 70px;
    text-align: left;

}
.head-middle-txt p{
    text-transform: none;
    letter-spacing: 0.5px;
    font-family: 'alte_din_1451_mittelschriftRg';
    font-size: 24px;
}
.history .subscribe-form,
.head-middle form,
.no-history .subscribe-form {
    padding: 45px 40px;
    background-color: #fff;
}
.history .subscribe-form input[type="text"],
.history .subscribe-form input[type="email"],
.history .subscribe-form input[type="tel"],
.history .subscribe-form textarea,
.head-middle .gform_wrapper form input[type="text"],
.head-middle .gform_wrapper form input[type="email"],
.head-middle .gform_wrapper form input[type="tel"],
.head-middle .gform_wrapper form textarea{
border-color: #c3c3c3;
}
.head-middle .gform_wrapper .gform_footer input.button {
    width: 100%;
}
body.history .section-video,
body.history .section-blockquote{
    background-image: url("../images/map_01_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.history .video-box-outer{
    padding-top: 140px;
}
.section-expatland h2{
    font-size: 24px;
}

@media only screen and (max-width: 40.063em) {
    .history .head-middle{
        bottom: auto;
    }
    .history .head-middle h2,
    .section-expatland h2 {
        font-size: 20px !important;
    }
    .head-middle-txt {
        padding-top: 85px;
        text-align: center;

    }
    .head-middle-txt p{
        line-height: 1.2;
        letter-spacing: normal;
        font-size: 14px;
    }
    .history .subscribe-form{
        padding: 20px;
    }
    .history .video-box-outer{
        padding-top: 0;
    }
    .section-history-img img{
        margin-bottom: 0;
    }

    .with-form .head-middle-txt {
        padding-top: 50px;
        text-align: left;
        padding-bottom: 60px;
    }
    .with-form .head-middle-txt p {
        line-height: 1.6;
        font-size: 16px;
    }
    .wrapper .section-video {
        margin-top: -25px;
    }
    .section-video.space {
        padding-top: 410px;
    }
    .history .subscribe-form, .head-middle form {
        padding: 30px 25px;
    }
}



#map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #CCC;
}
/*blockquote {
    font-family: AvenirLT-Light;
    padding: 0;
}
blockquote p:before {
    left: -30px;
}*/
select {
    background-color: #fff;
}
.blog-single-txt blockquote {
    padding: 0 40px;
}
.blog-single-txt blockquote p:before,
.blog-single-txt blockquote p:after {
    font-size: 22px;
}
.blog-single-txt blockquote p:before {
    left: -35px;
    top: -5px;
}
.blog-single-txt blockquote p:after {
    bottom: -5px;
    margin-left: 15px;
}
body {
    font-family: AvenirLT-Light;
}
.section-news .row .medium-4:last-child {
    float: left;
}

.section-offices hr {
    display: none;
}
.icon-linkedin {
    font-family: 'IcoMoon-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
    content: "\eac9";
}
.hd-text-section{
    background: #0058a3;
    color: #fff;
    padding-top: 7vw;
    padding-bottom: 7vw;
    border-top: 1.8vw solid #0467bc;
    border-bottom: 1px solid #023764;
}
.contact-us .box-question h2{
    text-align: center;
    text-transform: uppercase;
    color: inherit;
}
.contact-us .box-question label{
    color: inherit;
}
.contact-us .box-question h2 > span{
    font-size: 20px;
    display: block;
    color: #058de6;
}
.contact-us .gform_wrapper select,
.contact-us .gform_wrapper input{
    padding-left: 15px!important;
    height: 49px!important;
}
.contact-us .gform_wrapper input:not([type=checkbox]) + label{
    display: none!important;
}
.contact-us .gform_wrapper input[type=checkbox] + label{
    font-size: 18px;
}
.contact-us .gform_wrapper input[type=checkbox] + label:before{
    width: 22px;
    height: 22px;
    border-radius: 0;
}
.contact-us .gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0!important;
}
.contact-us .box-question{
    color: #fff;
}
.contact-us #breadcrumbs{
    display: none;
}
.contact-us .section-contact .gform_footer input[type=submit]{
    top: 0;
    width: 100%;
    background-color: #058de6;
    padding: 20px;
    font-size: 18px;
}
.contact-us .section-contact .gform_footer input[type=submit]:hover{
    color: #fff!important;
    border-color: #fff;
}