body{
    font-family:'Roboto', sans-serif;
    font-weight:400;
    color:#474747;
    font-size:18px;
}
.logo-wrapper{
    background:#ffffff;
    padding:23px 17px;
    text-align:left;
    height:105px;
}
body{
    background:#fff;
}
header{
    padding:0;
}
footer {
    margin-top: 60px;
}
#language-selector-wrapper{

}
#navbar-wrapper{
    text-align:center;
    padding:0;
}
#navbar-wrapper .nav{
    margin:0 auto;
    float:none;
}
#navbar-wrapper .nav > li{
    float:left;
}
#navbar-wrapper .navbar-nav>li>a{
    font-size:14px;
    color:#000;
    text-transform:uppercase;
    width:7.8vw;
    padding:31px 5px 0;
    height:105px;
}
#language-selector{
    font-size:19px;
    float:right;
    padding-right:15px;
    padding-left:40px;
    border-left:2px solid #b7b7b7;
    height:105px;
    padding-top:39px;
    position:relative;
}
#language-selector a{
    color:#474747;
}
#current-language img{
    margin-right:10px;
}
#current-language{
    font-family:'Cabin';
}
.logged-in{
    padding-top:48px;
}
.home-carousel .item{
    background-position: center center;
    background-size:cover;
}
.home-carousel .item img{
    opacity:0;
    max-width:100%;
    min-height:250px;
}
.home-carousel .carousel-caption{
    position:absolute;
    top:10%;
}
.home-carousel .carousel-caption h3{
    color:#fff;
    font-size:5vw;
    font-weight:bold;
    margin:0 auto;
    max-width:40vw;
}
.home-carousel .carousel-indicators li{
    height:20px;
    width:20px;
}
.home-carousel .carousel-link{
    color:#fff;
    font-size:1.7vw;
    background:#000;
    display:inline-block;
    padding:1vw 7vw;
    margin-top:3vw;
    position:relative;
}
.home-carousel .carousel-link i{
    position:absolute;
    top:1.45vw;
    right:2vw;
    opacity:0;
}
.home-carousel .carousel-link:hover{
    text-decoration: none;
}
.home-carousel .carousel-link:hover i{
    opacity:1;
}
.logo-wrapper img{
    max-width:100%;
    max-height:57px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}
#navbar-wrapper > ul > li.menublue > a{
    border-bottom:8px solid #1FB58F;
}
#navbar-wrapper > ul > li.menublack > a{
    border-bottom:8px solid #000000;
}
#navbar-wrapper > ul > li.menuyellow > a{
    border-bottom:8px solid #8DC63F;
}
#navbar-wrapper > ul > li.menublue:hover > a, #navbar-wrapper .menublue.open > a{
    background:#1FB58F;
    color:#ffffff;
}
#navbar-wrapper > ul > li.menublack:hover > a, #navbar-wrapper .menublack.open > a{
    background:#000000;
    color:#ffffff;
}
#navbar-wrapper > ul > li.menuyellow:hover > a, #navbar-wrapper .menuyellow.open > a{
    background:#8DC63F;
    color:#ffffff;
}
#navbar-wrapper > ul > li > ul{
    background:transparent;
    padding:0;
    border:0;
}
#navbar-wrapper > ul > li > ul > li > a{
    opacity:0.95;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    padding:10px 15px;
}
#navbar-wrapper > ul > li > ul > li > a > i{
    margin-right:20px;
}
#navbar-wrapper > ul > li > ul > li > a:hover{
    opacity:1;
}
#navbar-wrapper > ul > li.menublue > ul > li > a{
    background:#1FB58F;
}
#navbar-wrapper > ul > li.menublack > ul > li > a{
    background:#000000;
}
#navbar-wrapper > ul > li.menuyellow > ul > li > a{
    background:#8DC63F;
    color:#000;
}
#navbar-wrapper > .nav > li:hover > ul{
    display:block;
                  }
#footer-form-wrapper{
    padding-top:50px;
    background:url('../images/footer-bg.jpg');
    background-position:center center;
    background-size:cover;
}
#footer-form-inner-wrapper{
    background:rgba(0,0,0,0.8);
    padding-top:30px;
    padding-bottom:50px;
    margin-top:40px;
}
.field-row{
    margin-bottom:15px;
}
#footer-form-wrapper h2{
    color:#fff;
    font-family:"Roboto";
    font-weight:bold;
    font-size:40px;
    margin:0;
    line-height:55px;
}
.phone-us{
    display:block;
    width:100%;
    color:#fff;
    font-family:"Roboto";
    font-size:29px;
    text-align:center;
    border:2px solid #fff;
    padding:5px;
}
#footer-form-wrapper .control-label{
    color:#fff;
    font-size:19px;
    font-family:"Roboto";
}
#footer-form-wrapper .form-control{
    border-radius:0;
    background:#b7b7b7;
    border:none;
    font-size:22px;
    height:55px;
}
#footer-form-wrapper textarea.form-control{
    height:157px;
    resize:none;
}
#footer-form-wrapper .bootstrap-select button{
    height: 55px;
    border-radius: 0;
    background: #b7b7b7;
    font-size: 22px;
}
.phone-us i{
    margin-right:30px;
}
.btn-rf{
    background:transparent;
    border:2px solid #fff;
    padding:10px 90px;
    color:#fff;
    border-radius:0;
    font-family:"Roboto";
    font-size:19px;
    font-weight:bold;
}
.phone-us:hover, .btn-rf:hover{
    background:rgba(255,255,255,0.2);
    color:#000;
    text-decoration: none;
}
.plain-text-section p{
    font-size:25px;
    line-height:35px;
}
.site-section{
    padding:50px 0;
}
.plain-text-section{
    padding-top:80px;
}
.tile-text, .custom-information-tile .information-tile-hover{
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align:center;
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:5;
}
.tile-overlay{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:3;
}
.tile-hover-visible{
    display:none;
}
.custom-tile{
    margin-bottom:30px;
}
.tile-link .custom-tile:hover{
    cursor:pointer;
}
.tile-link .custom-tile:hover .tile-hover-visible{
    display:inline-block;
}
.tile-link .custom-tile:hover .tile-hover-hidden{
    display:none;
}
.custom-information-tile:hover .tile-hover-visible{
    display:block;
}
.custom-information-tile:hover .tile-hover-hidden{
    display:none;
}
.tile-icon{
    font-size:42px;
    color:#000000;
    background:#fff;
    border:5px solid #000000;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    padding:13px;
}
.custom-tile h2,  .custom-tile h2 *{
    margin:0;
    font-size:24px;
    line-height:36px;
    color:#ffffff;
    font-weight:bold;
}
.custom-tile h2{
    margin-top:15px;
    padding:0 15px;
    padding:0 40px;
}
.tile-link .custom-tile:hover .tile-icon{
    background:#f37122;
}
.tile-link .custom-tile:hover h2,  .tile-link .custom-tile:hover h2 *{
    color:#000000;
}
.tile-link-text{
    color:#000;
    font-size:24px;
    margin-top:30px;
    font-family:'Cabin';
}
.tile-description, .tile-description *{
    font-size:18px;
    margin:0;
}
.tile-description table{
    width:100%;
    text-align:left;
}
.tile-description table td{
    border-bottom:1px solid #ddd;
    font-size:17px;
}
.tile-description h3{
    font-size:22px;
    font-weight:bold;
    margin-bottom:15px;
}
.tile-description{
    margin-top:15px;
    padding:0 15px;
    text-align:left;
}
.tile-link .custom-tile:hover .tile-description,  .tile-link .custom-tile:hover .tile-description *{
    color:#2b313d;
}
#copyright{
    font-size:19px;
    padding:15px 0;
}
.back-to-top{
    font-size:30px;
    color:#b1b3b6;
    cursor:pointer;
}
.back-to-top:hover{
    color:#000;
}
#copyright a{
    color:#000;
}
.page-top-image{
    position:relative;
    background-position:center center;
    background-size:cover;
    max-height:350px;
}
.page-top-image img{
    max-height:500px;
    opacity:0;
    min-height:250px;
}
.page-image-text{
    position:absolute;
    top:25%;
    text-align:center;
    width:100%;
}
.page-image-title{
    font-size:90px;
    line-height:90px;
    color:#fff;
    font-weight:900;
    text-transform: uppercase;
    max-width:950px;
    margin:0 auto;
}
.page-image-title span {
    font-weight: bold;
}
.page-image-breadcrumbs{

}
.page-image-breadcrumbs ul{
    margin:0;
}
.page-image-text .breadcrumbs{
    list-style-type:none;
    padding:0;
}
.page-image-text .breadcrumbs li{
    display:inline-block;
}
.page-image-text .breadcrumbs a,  .page-image-text .breadcrumbs li.active{
    color:#fff !important;
    font-family:'Open Sans';
    font-size:2vw;
    font-weight:bold;
}
.page-image-text .breadcrumbs a:hover{
    color:#f37122 !important;
}
.page-image-text .breadcrumbs>li+li:before{
    color:#fff;
    padding:0 15px 0 15px;
    content: "/";
}
.tile-hover-overlay:hover, .tile-hover-overlay:hover *{
    color:#fff !important;
}
.tile-description a{
    display: inline-block;
    background: #8DC63F;
    color: #000;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration:none;
}
.tile-description a i{
    margin-left:10px;
}
.tile-description a:hover{
    color:#fff;
}
.accordion-header{
    padding:30px 0;
    background:#000;
    cursor:pointer;
}
.accordion-title{
    color:#8DC63F;
    font-weight:bold;
    font-size:25px;
    position:relative;
}
.accordion-header:hover i{
    color:#fff;
}
.accordion-title i{
    position:absolute;
    right:0;
    line-height:35px;
}
.accordion-body{
    padding:50px 0;
    display:none;
}
.accordion-row-section .accordion-body{
    padding:0;
}
.accordion-section-description{
    font-size:20px;
    margin-bottom:50px;
}
.accordion-column + .accordion-column{
    border-left:2px solid #000;
}
.accordion-column{
    padding:0 15px 15px 15px;
}
.accordion-column-content h3{
    font-size:22px;
    font-weight:bold;
    margin-bottom:15px;
}
.accordion-column > img{
    margin:0 auto 30px auto;
}
.accordion-column-content a{
    display: inline-block;
    background: #8DC63F;
    color: #000;
    padding: 5px 15px;
    margin-top: 10px;
    text-decoration:none;
}
.accordion-column-content a:hover{
    color:#fff;
}
.accordion-column-content ul{
    list-style-type:none;
    padding-left:15px;
}
.accordion-column-content ul li:before{
    font-family: 'FontAwesome';
    content:"\f054";
    margin:0 10px 0 -23px;
    color: #000;
}
.accordion-row{
    padding:30px 0;
    background:#ebebeb;
}
.accordion-row.alt{
    background:#fff;
}
.accordion-row h2{
    font-size:25px;
    font-weight:bold;
}
.accordion-row p{
    font-size:20px;
    line-height:25px;
}
.valign{
    vertical-align:middle;
    float:none;
    display:inline-block;
}
.case-study-section{
    background:#ebebeb;
}
.case-study-image{
    width:100%;
    margin-bottom:30px;
}
.case-study-title{
    font-size:40px;
    font-weight:bold;
    margin-bottom:50px;
}
.case-study-item-title{
    font-weight:bold;
    font-size:17px;
    color:#000;
}
.case-study-item-description{
    font-size:17px;
    color:#000;
}
.case-study-item:hover .case-study-item-title, .case-study-item:hover .case-study-item-description{
    color:#8DC63F;
}
.ccm-block-type-form{
    min-width:320px;
    padding:30px 20% 0;
    margin-bottom:30px;
}
.ccm-block-type-form .form-actions:after{
    clear:both;
    display:table;
    content:" "
}
.ccm-block-type-form .form-actions .btn{
    float:right;
}



.inside {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
    background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
    /*
    // if you want to give content full height give him height: 100%;
    // with content full height you can't apply margins to the content
    // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
    */
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
.plain-text-section h2{
    text-align:center;
    margin-top:0;
}
.people-image{
    max-width:100%;
    max-height:300px;
    margin:0 auto;
}
.people-name{
    margin:0;
    font-weight:bold;
    color:#1FB58F;
}
.people-qualifications{
    color:#777;
    font-size:12px;
}
.people-title{
    font-weight:bold;
    color:#666;
    font-size: 21px;
}
.people-appointed {
    font-size: 12px;
    font-style: italic;
    margin-top: 12px;
}
.people-info{
    margin-top:30px;
}
.people-info-full{
    display:none;
}
.view-more-people{
    cursor:pointer;
}
.fileset-filter {
    margin-bottom: 15px;
}
.fileset-filter .control-label {
    margin-top: 5px;
    margin-bottom: 0;
}
.fileset {
    border: 3px solid #21b88f;
    margin: 0 0 15px 0;
}
div.ccm-page .fileset h2 {
    background: #21b88f;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
}
html body div.ccm-page main .fileset h2.fileset-name a {
    display: block;
    color: #000;
    text-transform: uppercase;
    padding: 15px 15px 12px 15px;
    text-decoration: none;
}
html body div.ccm-page main .fileset h2.fileset-name a:hover {
    color: #333;
}
.fileset h2 a:after {
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f077";
    float: right;
}
.fileset h2 a.collapsed:after {
    content: "\f078";
}
.fileset ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.fileset ul > li {
    padding: 15px;
    font-size: 12px;
}
.fileset ul > li:hover {
    background: #ebebeb;
}
.fileset ul > li:after {
    display: block;
    content: '';
    clear: both;
}
.fileset .column {
    width: 70%;
    float: left;
}
.fileset .date, .fileset .btn {
    width: 15%;
}
html body div.ccm-page main .fileset a.title {
    color: #000;
}
html body div.ccm-page main .fileset a.title:hover {
    color: #666;
}
div.ccm-page .fileset a.btn {
    border: 2px solid #000;
    border-radius: 0;
    padding: 4px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
div.ccm-page .fileset a.btn:hover {
    color: #fff;
    background: #000;
}
.fileset span.date, .fileset a.title {
    line-height: 20px;
    padding: 6px 0;
    vertical-align: middle;
    font-size: 16px;
}
.fileset p {
    padding: 30px;
}
.dateless .fileset span.date.column {
    display: none;
}
.dateless .fileset span.title.column {
    width: 85%;
}

.map-marker{
    height:14px;
    width:14px;
    margin-left:-7px;
    margin-top:-7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border:2px solid white;
}
.map-items{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    min-width:700px;
}
.map-wrapper{
    position:relative;
    min-width:700px;
}
.map-outer{
    overflow-x:auto;
}
.map-object{
    position:absolute;
}
.map-tooltip{
    padding:15px;
    width:200px;
    text-align:center;
    background:#fff;
    margin-left:-100px;
    margin-top:-30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:2px solid #1FB58F;
    position:relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}
.map-description{
    font-size:14px;
}
.map-tooltip-close{
    position:absolute;
    top:0px;
    line-height:20px;
    right:2px;
    font-size:20px;
    cursor:pointer;
}
.map-tooltip-close:hover{
    color:#1FB58F;
}
.map-popup{
    cursor:pointer;
}
.map-popup:hover{
    border:2px solid #000000;
}

main > picture > img {
    margin: 0 auto;
}
main.article picture img {
    max-width: 250px;
}
.latest-news h2 {
    margin: 40px 0 30px 0;
    text-transform: uppercase;
}
html body div.ccm-page main .latest-news .ccm-block-page-list-header h2 a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.46em;
}
.latest-news .box {
    display: block;
    position: relative;
    padding-top: 140%;
}
.latest-news .box .thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    width: 100%;
    display: block;
}
.latest-news .box .title {
    position: absolute;
    top: calc(100% - 80px);
    right: 0;
    bottom: 0;
    left: 0;
    background: #e1e1e1;
    color: #000;
    transition-property: top;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-news .box .title h3 {
    margin: 0;
    text-align: center;
    padding: 15px;
    color: #000;
}
.latest-news .box:hover .title {
    top: calc(100% - 110px);
}
.latest-news .box .title .readmore {
    display: none;
    font-weight: bold;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
}
.latest-news .box:hover .title .readmore {
    display: block;
}
.ccm-block-page-list-pages img {
    width: 100px;
    max-width: 100%;
}
.ccm-block-page-list-pages .ccm-block-page-list-page-entry-thumbnail {
    float: left;
    margin: 0 10px 10px 0;
}
main .two-columns {
    font-size: 20px;
    color: #000;
}
main .two-columns hr {
    margin: -40px 0 40px 0;
    border-color: #c7d92f;
    border-width: 2px;
}
main .two-columns .btn {
    border: none;
    border-radius: 0;
    background: #e1e1e1;
    text-transform: uppercase;
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 15px 0;
    font-size: 25px;
}
main .two-column-links h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
main .two-column-links a.btn.btn-default {
    border-radius: 0;
    border: 3px solid #c7da30;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    margin: 7px 0 8px 0;
    color: #000;
}
main .two-column-links a.btn.btn-default:hover {
    background: #c7da30;
}
main .two-column-links .row > div:nth-child(odd) {
    padding-right: 8px;
}
main .two-column-links .row > div:nth-child(even) {
    padding-left: 7px;
}
.publication h2 {
    font-size: 1.2em;
    margin-top: 0;
}
.publication h2 a {
    color: #000;
}
.publication img {
    width: 100%;
    border: 1px solid #ccc;
}
.publication {
    padding: 60px;
}
.publications.row > div {
    border: 1px solid #e8e8e8;
}
.publications-heading {

}
.publications a.btn {
    border: 2px solid #000;
    border-radius: 0;
    padding: 4px;
    text-align: center;
    color: #000;
    min-width: 110px;
}
.publications a.btn:hover {
    color: #fff;
    background: #000;
}

.ccm-block-page-list-page-entry-horizontal {
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.ccm-block-page-list-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.ccm-block-page-list-date {
    font-style: italic;
    font-size: 12px;
    display: none;
}
.page-type-article .ccm-block-page-attribute-display-wrapper {
    font-size: 16px;
    margin-top: 5px;
    font-style: italic;
    display: none;
}
body.landing, #landing-page {
    background: #000;
    color: #fff;
}
body.landing .page-template-landing-page > header {
    background: #fff;
    color: #000;
    padding: 40px 0;
}
.landing-banner {
    min-height: 500px;
    padding-top: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.landing-banner h1 {
    font-family: 'Roboto', Helvetica, arial, sans-serif;
    font-size: 4.4vw;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
#landing-page h2 {
    font-family: 'Roboto', Helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
#landing-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#landing-page ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
#landing-page ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', Helvetica, arial, sans-serif;
    font-weight: 400;
}
#landing-page ul li a:hover {
    color: #21b78f;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 992px) {
    #navbar-wrapper .navbar-nav>li>a{
        width:7.5vw;
    }
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}



@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media (max-width: 1600px) {
    .landing-banner {
        min-height: 460px;
        padding-top: 160px;
    }
    .landing-banner h1 {
        font-size: 5vw;
    }
}
@media (max-width: 1400px) {
    .landing-banner h1 {
        font-size: 6vw;
    }
}
@media (max-width:1199px){
    .home-carousel .carousel-link{
        margin-top:2vw;
    }
    #language-selector{
        height:100px;
        padding-top:38px;
    }
    .logo-wrapper{
        height:100px;
        padding:15px;
    }
    .logo-wrapper img{
        padding-top:14px;
    }
    #navbar-wrapper .navbar-nav>li>a{
        height:100px;
        font-size:11px;
    }
    #navbar-wrapper > ul > li > ul > li > a{
        font-size:11px;
    }
    .plain-text-section p{
        font-size: 20px;
        line-height: 30px;
    }
    .tile-link-text{
        margin-top:20px;
    }
    #footer-form-wrapper .form-control, #footer-form-wrapper .bootstrap-select button{
        height:45px;
    }
    #footer-form-wrapper textarea.form-control{
        height:137px;
    }
    .btn-rf{
        padding:7px 80px;
    }
    .page-image-title {
        font-size: 70px;
        line-height: 70px;
    }
    .custom-tile h2, .custom-tile h2 * {
        font-size: 20px;
        line-height: 26px;
    }
    .tile-description h3{
        font-size:20px;
    }
    .tile-description, .tile-description *, .tile-description table td{
        font-size:14px;
    }
    .fileset.in_column a.btn {
        display: none;
    }
    .fileset.in_column span.date {
        width: 30%;
    }
    .fileset.in_column ul > li {
        padding: 3px;
    }
    .landing-banner h1 {
        font-size: 5.5vw;
    }
}
@media (max-width:991px){
    .home-carousel .carousel-indicators{
        margin-bottom:0;
        bottom:10px;
    }
    .logo-wrapper img{
        padding-top:0;
        height:71px;
    }
    #navbar-wrapper .nav > li{
        float:none;
        display:inline-block;
        vertical-align:bottom;
    }
    #navbar-wrapper .navbar-nav>li>a{
        width:110px;
        font-size:15px;
        height:75px;
        padding:15px 7px;
    }
    #main-nav-wrapper{
        border-top:2px solid #b7b7b7;
    }
    .plain-text-section {
        padding-top: 60px;
    }
    .site-section {
        padding: 40px 0;
    }
    .custom-tile h2, .custom-tile h2 * {
        font-size: 20px;
        line-height: 28px;
    }
    .plain-text-section p{
        font-size: 20px;
        line-height: 30px;
    }
    .tile-link-text{
        margin-top:10px;
    }
    #footer-form-wrapper h2{
        font-size:32px;
        line-height:40px;
        text-align:center;
    }
    #footer-form-wrapper .form-control, #footer-form-wrapper .bootstrap-select button{
        height:45px;
    }
    #footer-form-wrapper textarea.form-control{
        height:137px;
    }
    .btn-rf{
        padding:7px 80px;
    }
    .page-image-title {
        font-size: 60px;
        line-height: 60px;
    }
    .custom-tile h2, .custom-tile h2 * {
        font-size: 60px;
        line-height: 78px;
    }
    .tile-description h3{
        font-size:34px;
    }
    .tile-description, .tile-description *, .tile-description table td{
        font-size:24px;
    }
    .accordion-column + .accordion-column{
        border-top:2px solid #000;
        border-left:0;
        padding-top:30px;
    }
    .case-study-item + .case-study-item{
        padding-top:50px;
    }
    .landing-banner {
        min-height: 400px;
        padding-top: 120px;
    }
    .landing-banner h1 {
        font-size: 5.2vw;
    }
}
@media (max-width:767px){
    #language-selector{
        float:none;
        border-left:none;
        padding-left:15px;
        padding-right:0;
        height:auto;
        padding-top:6px;
    }
    .logo-wrapper{
        height:auto;
        text-align:left;
    }
    .mobile-nav-toggle .navbar-toggle{
        margin:0;
        padding:0 10px;
        font-size:28px;
    }
    #navbar-wrapper{
        padding-bottom:15px;
    }
    #navbar-wrapper .nav > li{
        display:block;
    }
    #navbar-wrapper .navbar-nav>li>a{
        width: 100%;
        text-align: left;
        height: auto;
        margin-top: 0;
        padding: 12px 15px;
        border-bottom-width: 2px !important;
    }
    #main-nav-wrapper{
        padding:0;
    }
    #navbar-wrapper > ul > li > ul > li > a{
        padding: 13px 15px;
        font-size: 15px;
    }
    .home-carousel .carousel-caption h3{
        font-size:27px;
        max-width:90%;
    }
    .home-carousel .carousel-link{
        font-size:18px;
        padding:5px 40px;
        max-width:90%;
        margin-top:30px;
    }
    .custom-tile h2, .custom-tile h2 * {
        font-size: 17px;
        line-height: 24px;
    }
    #copyright .text-right{
        text-align:center;
    }
    .page-image-title {
        font-size: 25px;
        line-height: 30px;
    }
    .custom-tile h2, .custom-tile h2 * {
        font-size: 16px;
        line-height: 18px;
    }
    .tile-description h3{
        font-size:22px;
    }
    .tile-description, .tile-description *, .tile-description table td{
        font-size:13px;
    }
    .accordion-title{
        font-size:20px;
    }
    .fileset a.btn {
        display: none;
    }
    .fileset span.date {
        width: 30%;
    }
    .fileset ul > li {
        padding: 3px;
    }
    .landing-banner {
        min-height: 360px;
        padding-top: 120px;
    }
    .landing-banner h1 {
        font-size: 28px;
    }
    .page-template-landing-page header a {
        max-width: 100%;
        display: inline-block;
    }
    .page-template-landing-page header a img {
        max-width: 100%;
    }
    .latest-news .box {
        margin-bottom: 15px;
    }
    .latest-news .box .title h3 {
        font-size: 18px;
    }
    #navbar-wrapper > .nav > li:hover > ul {
        display: none;
    }
    #navbar-wrapper > .nav > li.open > ul.dropdown-menu {
        display: block;
    }
}