
/*
::selection {
    color: white;
    background-color: #32a0b9;
}*/

.headerimg {
    opacity: 0;
}

.citylabel {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    color: white;
    background: url("../images/general/abdunkler_tb.png") center bottom repeat-x;
    height: 200px;
}

.citylabel p {
    position: absolute;
    bottom: 40px;
    left: 60px;
}




.wrapper_outer {
    position: relative;
    width: 100%;
    margin: 0;
}

.wrapper_inner {
    position: relative;
    width: 100%;
    margin: auto;
}

.wrapper_narrow {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: auto;
}


a,
.prevnext {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cpt_gallery_location {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

/* @end */

/* @group header */




@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .header h1 {
        background-image: url("../images/general/logo_h1.svg");
    }
}

/* @end */

/* @group mainnav */



.icn_lang_nav {
    position: absolute;
    left: 45px;
}

.langnav a,
.langnav a:link,
.langnav a:visited {
    font-size: 12px !important;
    padding-right: 7px;
    padding-left: 7px;
    margin-right: -3px;
    border-right: #6d6d6d solid 1px;
}

.langnav a.current-menu-item {
   color: #31a0b7;

}

.langnav a:last-child{
    border-right: none;
}

#menu-zweitmenu {
    font-size: 0.8em;
}

#menu-zweitmenu li {
    margin-bottom: 22px;
}

#menu-zweitmenu li:last-child {
    margin-bottom: 0px;
}



.full_container {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    max-height: 20000px;
    height: 100%;
    /*         -webkit-overflow-scrolling: touch;*/
}

.sitecontainer {
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    position: absolute;
    z-index: 1;

}

.sitecontainer_anim {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.20s ease;
    -moz-transition: 0.20s ease;
    -o-transition: 0.20s ease;
    transition: 0.20s ease;

}

.sitecontainer_inner {
    position: absolute;
    /*    height: 100%;*/
    width: 100%;
}

.toggle-nav {
    position: fixed;
    display: block;
    width: auto;
    height: 45px;
    z-index: 99999;
    -webkit-transition: transform 0.20s, top 0.2s ease;
    -moz-transition: transform 0.20s, top 0.2s ease;
    -o-transition: transform 0.20s, top 0.2s ease;
    transition: transform 0.20s, top 0.2s ease;
    background-color: rgba(238, 238, 240, 0.9);
    cursor: pointer;
}

.tgnav_sticky {

    -webkit-transform: translate(0px, -30px);
    -moz-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    transform: translate(0px, -30px);

}



.nav_icn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 45px;
    background-color: #0f3861;
    margin-right: -3px;
    background-image: url("../images/general/burger.png");
    background-size: contain;
}

.nav_title {
    position: relative;
    display: inline-block;
    height: 45px;
    width: 204px;
    /*    background-color: rgba(238, 238, 240, 0.9);*/
    vertical-align: top;
    padding-top: 16px;
    text-transform: uppercase;
    color: #0c3967;
    padding-left: 23px;
    padding-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    overflow: hidden;
    letter-spacing: 0.9px;
}

/* @end */

/* @group servicenav */

.servicenav {

}


/* @end */

/* @group content body */

.content {

}


.slideshow_container {
    margin-bottom: 90px;
}

.abdunkler {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 250px;
    background-image: url("../images/general/abdunkler_tb.png");
    background-repeat: repeat-x;
    background-position: center bottom;
    z-index: 99;
}

.cpt_gallery_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.cycle-pager {
    position: absolute;
    z-index: 999999;

}

.cpt_gallery_location {
    color: #afb0b1;
    text-transform: uppercase;
    cursor: pointer;
}

.cpt_gallery_location:hover {
    color: white;
}

.cycle-pager-active {
    border-bottom: white 1px solid;
    padding-bottom: 4px;
    color: white;
}

.prevnext {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    border: white solid 1px;
    bottom: 20px;
    right: 42px;
    z-index: 999999;
    cursor: pointer;
    background: url("../images/general/arr_next.png") center center no-repeat;
}

.prevnext:hover {
    background: rgba(0,0,0,0.1) url("../images/general/arr_next.png") center center no-repeat;
}


.headerimg_overlay_large {
    position: absolute;
    color: white;
   top:80px !important;
   left:80px !important;
    background-color: rgba(30,37,46,0.83);
    z-index: 999;
   padding:40px 30px;
    overflow: hidden;
    z-index: 999;
	height:auto;
}



	
@media (min-width:768px){

.headerimg_overlay_large {
/*	 top:61px !important;*/
top:70px !important;
   left:70px !important;
	
	}
	
	
	.headerimg_overlay_large{padding:30px;}
	.headerimg_overlay p, .headerimg_overlay_large p{font-size:14px;}
	.firm_slider {margin-top:20px;}
	.headerimg_overlay_large {
    width: 500px;}
	}
	
@media (min-width:1024px){
.headerimg_overlay_large {
/*	 top:91px !important;*/
top:80px !important;
   left:80px !important;
	
	}

	.headerimg_overlay_large{
	    width: 400px;
    z-index: 99999999;}
	
		.headerimg_overlay_large{padding:30px;}
	.headerimg_overlay p, .headerimg_overlay_large p{font-size:19px; }
	.firm_slider {margin-top:70px;}
	}
	
@media (min-width:1200px){
.headerimg_overlay_large {
	/* top:120px !important;*/
	 top:92px !importan
   left:92px !important;
	
	}

	.headerimg_overlay_large{
	    width: 400px;
    z-index: 999999;}
		.headerimg_overlay_large{padding:40px;}
	.headerimg_overlay p, .headerimg_overlay_large p{font-size:19px;}
	.firm_slider {margin-top:20px;}
	}
	
@media (min-width:1366px){
.headerimg_overlay_large {
	 /*top:120px !important;*/
	 top:92px !important;
   left:92px !important;
	
	}
		.headerimg_overlay_large{padding:40px;}
	.headerimg_overlay p, .headerimg_overlay_large p{font-size:19px;}
	.firm_slider {margin-top:80px;}
	
	.headerimg_overlay_large{
	    width: 400px;
    z-index: 999999;}
	}


.headerimg_overlay_large {
    width: 400px;
    z-index: 999999;
}

.headerimg_overlay {
    max-width: 468px;
    height: 124px;
    padding-left: 33px;
    padding-top: 25px;
    padding-right: 33px;

}

.headerimg_overlay h1,
.headerimg_overlay_large h1 {
    font-weight: 200;
}

.headerimg_overlay p,
.headerimg_overlay_large p {
    position: relative;
	font-family:'Lato-Light';
	font-weight:600;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1) {
 .headerimg_overlay p,
.headerimg_overlay_large p {
          -webkit-font-smoothing: subpixel-antialiased;
		  font-weight:normal;
}
}
}





.headerimg,
.headerimg_img {
    position: relative;
}

.headerimg {
    margin-bottom: 90px;
}

.headerimg_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* @end */


/* @group content module 'headline' */

.cm_headline {
    position: relative;
    height: auto;
    margin: auto;
    text-align: center;
}

.cm_headline.downloads {
	text-align: left !important;
	padding-bottom: 110px;
}

.cm_headline h1 {
    line-height: 1.3em;
    color: #005091;
}

.cm_headline p {
	line-height: 1.5em;
	font-size: 0.9em;
	margin-bottom: 40px;
	color: #4d5259;
}

.cm_headline p.small {
	font-size: 0.7em;
	font-family: 'Lato', sans-serif;
}


.cm_headline a {
    margin-top: 40px;
}

.list_container.downloads .cta_dark a {
	white-space: normal;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	.list_container.downloads {
		max-width: 95% ;
	}
}

@media screen and (min-width: 1024px) {
	.list_container.downloads {
		max-width: 890px ;
	}
}

/* @end */


/* @group cta */


.cta_light a,
.cta_dark a,
.cta_blue a,
.cta_lightblue a {
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    left: 50px;
    position: relative;
    line-height: normal;
    vertical-align: text-top;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    -ms-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    white-space: nowrap;
    letter-spacing: 1px;

}


.cta_light a,
.cta_light a:link,
.cta_light a:visited {
    color: white;
}

.cta_dark a,
.cta_dark a:link,
.cta_dark a:visited {
    color: #74787c;
}

.cta_blue a,
.cta_blue a:link,
.cta_blue a:visited {
    color: #005091;
}

.cta_light a:hover,
.cta_dark a:hover,
.cta_blue a:hover {

}

.cta_lightblue a,
.cta_lightblue a:link,
.cta_lightblue a:visited {
    color: #31a0b7;
}

.cta_light a:before,
.cta_dark a:before,
.cta_blue a:before,
.cta_lightblue a:before {
    position: absolute;
    display: block;
    width: 38px;
    height: 17px;
    left: -54px;
    content: " ";
    top: 0;
    -webkit-transition: width 0.1s linear;
    -moz-transition: width 0.1s linear;
    -ms-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;

}

.cta_light a:before {
    background: url("../images/general/arr_long_white.png") center right no-repeat;
}

.cta_dark a:before {
    background: url("../images/general/arr_long.png") center right no-repeat;
}

.cta_blue a:before {
    background: url("../images/general/arr_long_blue.png") center right no-repeat;
}

.cta_lightblue a:before {
    background: url("../images/general/arr_long_lightblue.png") center right no-repeat;
}

.cta_light a:hover:before,
.cta_dark a:hover:before,
.cta_blue a:hover:before,
.cta_lightblue a:hover:before {
    width: 48px;
}

.cm_headline.cta_blue a {
    left: 0;
}


.cta_blue {
    margin-bottom: 10px;

}

/* @end */


/* @group teaser */

.teaser {
    position: relative;
    margin: auto;
}

.teaser h1 {
    position: relative;
    background: url("../images/general/line_horz_gray.png") center center repeat-x;
    text-align: center;
    text-transform: uppercase;
    color: #005091;
    font-size: 0.85em;
    margin-bottom: 14px;
}

.teaser h1 span {
    background-color: white;
    padding-left: 9px;
    padding-right: 9px;
}

.teaser_item {
    float: left;
    position: relative;
    overflow: hidden;
}

.teaser_item:nth-child(even) {
    margin-right: 0;
}

.teaser_item:hover .teaser_img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.mobile .teaser_item:hover .teaser_img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.teaser_content {
    position: relative;
    overflow: hidden;
}

.teaser_overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background-color: rgba(30,37,46,0.83);
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


@media screen and (min-width: 1024px) {

    .no-touch .teaser_item:hover .teaser_overlay {
        top: 16px;
        right: 16px;
    }
}


.teaser_overlay p {
    position: absolute;
    display: block;
    font-family: 'Playfair Display', sans-serif;
    left: 16px;
    bottom: 16px;
    color: white;
    font-weight: 200;
}

.teaser_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    background-size: cover;
}

.teaser .cta_light a {
    position: absolute;
    bottom: 13px;
    left: 74px;
}
/* @end */


/* @group two part box */

.cm_twopartbox {
    position: relative;

}

.twopart_text {
    font-family: 'Playfair Display', sans-serif;
    position: relative;
    color: white;
}

.twopart_text.left {
    float: left;

}

.twopart_text.right {
    float: right;

}

.twopart_text p {
    margin-bottom: 40px;
    font-weight: 200;
}

.twopart_text p:last-child {
    margin-bottom: 0;
}

.twopart_img {
    position: absolute;
    width: 39.5%;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.twopart_img.left {
    left: 0;
}

.twopart_img.right {
    right: 0;
}

.bg_dark_blue {
    background-color: #09395e;
}

.bg_light_blue {
    background-color: #31a0b7;
}

/* @end */


/* @group cm standardtext */

.cm_standardtext,
.cm_downloads {
    max-width: 640px;
    margin: auto;
    font-family: 'Playfair Display', sans-serif;
    color: #4d5259;
    padding-left: 20px;
    padding-right: 20px;
}

.karriere .cm_standardtext,
.karriere .cm_downloads,
.careers .cm_standardtext,
.careers .cm_downloads {
    padding-bottom: 50px;
}


.kontakt .cm_standardtext,
.contact .cm_standardtext{
    padding-bottom: 50px;
}

.karriere .cm_standardtext:last-of-type,
.careers .cm_standardtext:last-of-type {
    padding-bottom: 120px !important;
}

.cm_standardtext p {
    line-height: 1.7em;
    font-size: 1em;
    margin-bottom: 40px;
}

.cm_standardtext table {
    border-bottom: #e1dfdf 1px solid;
    font-family: 'Playfair Display', sans-serif;

    border-top: #e1dfdf 1px solid;
    padding-top: 45px;
    padding-bottom: 45px;
    margin-bottom: 90px;
}

.cm_standardtext table:not(.imprint_phone) td {
    padding-right: 60px;
}

.impressum .cm_standardtext,
.imprint .cm_standardtext {
    font-size: 0.95em;
    padding-bottom: 0;
}

.impressum .cm_standardtext h2,
.imprint .cm_standardtext h2 {
    color: #005091;
    margin-bottom: 5px;
    line-height: 1.4em;
}

.cm_standardtext pre {
    position: relative;
    white-space: normal;
    font-size: 0.7em;
    line-height: 1.7em;

}

.cm_standardtext p a,
.cm_standardtext p a:link,
.cm_standardtext p a:visited {
    color: #4d5259;
    text-decoration: underline;
}

.no-touch .cm_standardtext p a:hover {
    color: #005091;
}

.align_center {
    text-align: center !important;
}

/* @end */


/* @group textandlist */

.cm_textandlist {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-family: 'Playfair Display', sans-serif;
    color: #4d5259;
    margin-bottom: 90px;
}

.textandlist_text {
    position: relative;
    float: left;
}

.textandlist_text p {
    line-height: 1.7em;
    font-size: 1em;
    margin-bottom: 40px;
}

.textandlist_list {
    position: relative;
    float: right;
    top: 3px;
}

.textandlist_list  h1 {
    color: #005091;
    margin-bottom: 21px;
    font-size: 1.1em;

}

.textandlist_list li {
    position: relative;
    width: 100%;
    border-bottom: #e1dfdf 1px solid;
    font-size: 0.8em;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1.6em;
}

.textandlist_list li:first-of-type {
    border-top: #e1dfdf 1px solid;
}

ul.list_arrow,
ul.list_bullet {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.list_arrow li {
    background-image: url("../images/general/list_arrow_gray.png");
    background-repeat: no-repeat;
    background-position: 6px 23px;
    padding-left: 24px;
}

ul.list_bullet li {
    background-image: url("../images/general/list_bullet_gray.png");
    background-repeat: no-repeat;
    background-position: 6px 23px;
    padding-left: 24px;
}


/* @end */

.top_margin {
    padding-top: 90px;
}

/* @group parallaxbox */

.cm_parallaxbox {
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
    opacity: 1 !important;
    width: 100%;
}

.cm_parallaxbox .parallax_image {
    position: absolute;
    height: 3000px;
    left: 0;
    right: 0;
    background-position: center bottom;
    z-index: -1;
    background-size: cover;
}

.standalone_parallax_image {
    position: absolute;
    height: 3000px;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;

    background-position: center 700px !important;
}

.cm_parallaxbox p,
.cm_parallaxbox h1 {
    font-family: 'Playfair Display', sans-serif;

}

.cm_parallaxbox p,
.cm_parallaxbox h1,
.cm_parallaxbox div {
    position: relative;
    color: white;
}

.cm_parallaxbox div {
    text-transform: uppercase;
    font-size: 0.7em;
    margin-bottom: 38px;
}

.cm_parallaxbox div span {
    margin-left: 4px;
    margin-right: 4px;
    line-height: 1.7em;
}

.cm_parallaxbox h1 {
    font-size: 3.4em;
    margin: auto;
    margin-bottom: 70px;
    text-align: center;
}

.cm_parallaxbox p {
    width: 80%;
    margin: auto;
    text-align: center;
    line-height: 1.5em;
}

.cm_parallaxbox .cta_light {
    display: block;
    text-align: center;
}

.cm_parallaxbox .cta_light a {
    left: 19px;
}

/* @end */

/* @group Team */

.team_item {
    position: relative;
    float: left;
    background-color: #efeeee;
    overflow: hidden;
}

.team_item_img {
    position: relative;


}

.team_item_img span {
    position: absolute;
    display: block;
    left: 15px;
    bottom: 15px;
    height: 37px;
    background-color: rgba(30,37,46,0.83);
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition:  all 0.2s ease-out;
    -ms-transition:  all 0.2s ease-out;
    transition:  all 0.2s ease-out;
}


.no-touch .team_item_img:hover span {
    bottom: 0 !important;
    left: 0 !important;

}

.no-touch .team_item_img:hover .ctacontainer {
    bottom: 0;
    left: 0;


}

.team_item_img img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}

.no-touch .team_item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.team_email {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 40%;
    left: 50%;
    color: white;
    width: 188px;
    height: 50px;
    margin-left: -94px;
    margin-top: -25px;
    border: white solid 1px;
    padding-top: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75em;

}

.team_cv {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 60%;
    left: 50%;
    color: white;
    width: 188px;
    height: 50px;
    margin-left: -94px;
    margin-top: -25px;
    border: white solid 1px;
    padding-top: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75em;

}


.subpage_loop.team {
    position: relative;
    min-height: 400px;
}

.subpage_loop.team.list_view {
    border-top: #d5d6d7 1px solid;
}

.team_item_info {
    position: relative;
    z-index: 1;
    background-color: #efeeee;
    font-family: 'Playfair Display', sans-serif;
    height: 100px;
    padding-top: 20px;
    padding-left: 20px;
}

.mobile .team_item_info {
    height: 130px;
}



.team_item_img img {
    width: 100%;
    height: auto;
}

.team_list_item h1,
.team_item h1 {
    color: #005091;
}

.team_list_item p,
.team_item p {
    color: #4d5259;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-top: 9px;
}

.team_list_item p {
    margin-top: 4px;
}

.team_list_item h1 {
    margin-right: 10px;
}


.team_item_img p {
    position: absolute;
    left: 17px;
    bottom: 12px;
    text-transform: uppercase;
    color: white;
    font-size: 0.65em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.no-touch .team_item_img:hover p {
    left: 32px;
    bottom: 27px;


}

.team_list_item .cta_blue {
    right: 0;
}


.team_list_item .cta_blue a {
    width: 180px;
    font-size: 0.65em;
}

.team_list_item .cta_blue a:last-child {
    width: 100px;
}

.team_list_item .team_item_info {
    background-color: white !important;
    border-bottom: #d5d6d7 1px solid;
    height: auto;
    padding-left: 0;
}

.team_list_item:first-child .team_item_info {
    /*    border-top: #d5d6d7 1px solid;*/
}

.location {
    white-space: nowrap;
}


.ctacontainer {
    position: absolute;
    left: -15px;
    bottom: -15px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.view_switch {
    right: 0;
    height: 34px;
    width: 100%;
    text-align: right;
}

.view_switch button {
    position: relative;
    height: 34px;
    width: 34px;
    margin-left: 3px;
    cursor: pointer;

}

button.switch_view_list {
    background: url("../images/general/icn_list.png") center center no-repeat;
}

button.switch_view_list.active_btn {
    background: url("../images/general/icn_list_active.png") center center no-repeat;
}

button.switch_view_tiles {
    background: url("../images/general/icn_tiles.png") center center no-repeat;
}

button.switch_view_tiles.active_btn {
    background: url("../images/general/icn_tiles_active.png") center center no-repeat;
}

/* @end */

/* @group downoalds */

.cm_downloads_item {
    padding-top: 44px;
    padding-bottom: 39px;
    border-top: #e0e0e0 solid 1px;
    padding-left: 12px;
}

.cm_downloads_item:last-child {
    border-bottom: #e0e0e0 solid 1px;
}

/* @end */

/* @group timeline */
.timeline {
    position: relative;
    margin-bottom: 200px;


}

.timeline_item_first {
    position: relative;
    background-color: white;
    top: 50px;
    height: 150px;
}

.timeline_image {
    position: relative;
    margin: auto;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
    display: block;
}


.timeline_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/general/timeline_overlay.png") center center no-repeat;
    opacity: 0;
    background-size: contain;
}

.timeline_image p {
    position: relative;
    text-align: center;
    line-height: 1.7em;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
}

.timeline_mask {
    position: relative;
    height: 280px;

}

.timeline_bg_colored {
    position: relative;
    background-color: #31a0b7;
    width: 1px;
    left: 50%;
    top: -1px;
    height: 0;
}


.timeline_item {
    position: relative;
    background-color: white;
}

.timeline_year {
    position: relative;
    text-align: center;
    font-size: 2.7em;
    font-weight: 300;
    color: #31a0b7;
    height: 110px;
    padding-top: 32px;
}

.timeline_small_bubble {
    position: absolute;

    border-radius: 50%;
    top: 50px;
    text-align: center;
    font-family: 'Playfair Display', sans-serif;


}


.timeline_small_bubble p {
    font-weight: 100;
    font-size: 0.9em;
    line-height: 1.3em;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
}

.timeline_bubble_lightgray {
    background-color: #efeeee;
    color: #31a0b7;
}

.timeline_bubble_lightblue {
    background-color: #31a0b7;
    color: white;
}


.next_timeline_item {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    border: #d2d4d5 solid 1px;
    bottom: 20px;
    right: 42px;
    z-index: 999;
    cursor: pointer;
    background: url("../images/general/arr_down_blue.png") center center no-repeat;
    top: 40px;
    right: 40px;
}

.dot {
    position: relative;
    /* bottom: 0; */
    left: 50%;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    background-color: #a6afb7;
    border-radius: 50%;
    /* clear: both; */
    z-index: -1;
    top: -11px;
}

.dot_top {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    background-color:  #31a0b7;
    border-radius: 50%;
    z-index: 9;
}

/* @end */

/* @group maps */

#map-canvas {
    position: relative;
    width: 100%;
    margin-bottom: 140px;
}

.gm-style-iw,
.gm-style-iw div {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
}

.map_nav li {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    border-right: white solid 1px;
}

.map_nav li:last-child {
    border-right: none;
}

.map_nav,
.map_nav li,
.map_nav li a {
    height: 100px;

}

.map_nav li a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #09395e;
    text-transform: uppercase;
    padding-top: 37px;
    background-color:  #f1f1f2;
}

.no-touch .map_nav li a:hover {
    color: white;
    background-color: #09395e;
}

.map_nav li a img {
    vertical-align: text-bottom;
    height: auto;
}

.map_nav {
    position: relative;
    margin-bottom: 1px;

}

.act_link {
    color: white !important;
    background-color: #09395e !important;
}

.firstHeading {
    background-color: #f1f1f2;
    padding-left: 28px;
    padding-top: 33px;
    padding-bottom: 28px;
    font-size: 1.1em;
    color: #0f3861;
    line-height: 1.5em;
    margin-left: 1px;
    margin-top: 1px;
    margin-right: 1px;
}

.bodyContent {
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 12px;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #4d5259;
}

.bodyContent p {
    margin-bottom: 12px;
}

.bodyContent span {
    font-size: 0.7em !important;
    line-height: 1.1em !important;
    margin-bottom: 12px;
}
.location_item a,
.location_item a:link,
.location_item a:visited {
    color: #4d5259;
    text-decoration: underline;
}

.no-touch .location_item a:hover {
    text-decoration: none;
}

.location_item .cta_blue a {
    text-decoration: none;
    color: #005091;

}

.bodyContent a,
.bodyContent a:link,
.bodyContent a:visited {
    color: #4d5259;
    text-decoration: underline;
}


.no-touch .bodyContent a:hover {
    color: #429fba;
}

.location_list {
    position: relative;
    margin: auto;

}

.location_list h3 {
    text-transform: uppercase;
    font-size: 0.7em;
    color: #818181;
    font-weight: bold;
    margin-left: 48px;
    border-bottom: #dedede solid 1px;
    margin-bottom: 70px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-right: 20px;
}

.location_item {
    position: relative;
    margin-bottom: 88px;
}


.location_item h1 {
    text-transform: uppercase;
    color: #0a3a5f;
    font-weight: 600;
    margin-bottom: 20px;
}

.location_item h1.show_marker:before {
    position: absolute;
    content: " ";
    background: url("../images/general/maps_nav_marker.png") center center no-repeat;
    background-size: contain;
    width: 17px;
    height: 20px;
    left: -30px;
}

.location_item p {
    color: #4d5259;
    margin-bottom: 20px;
}

.location_item p.small {
    font-size: 0.7em;
}

.location_item p,
.location_item h2 {
    font-size: 0.9em;
    line-height: 1.5em;
}

.location_item h2 {
    color: #0a3a5f;
}

.loaction_list_left,
.loaction_list_right {
    float: left;
    width: 350px;
}
.loaction_list_left {
    margin-right: 20px;
}

/* @end */

/* @group aside */

.aside {

}


/* @end */

/* @group footer */

.footer {
    position: relative;
    height: 476px;
    background-color: #f5f5f5;
    padding-top: 95px;
}

.footercontainer {
    position: relative;
    margin: auto;
    width: 800px;
    height: 260px;

}

.footer1,
.footer2,
.footer3 {
    text-transform: uppercase;
    margin-bottom: 40px;

}

.footer1 h1,
.footer2 h1,
.footer3 h1 {
    color: #005091;
    margin-bottom: 20px;
    font-size: 0.95em;
}

.footer3 {
    position: absolute;
    top: 0;
    left: 275px;
}



.footernav1 a,
.footernav1 a:link,
.footernav1 a:visited,
.footernav2 a,
.footernav2 a:link,
.footernav2 a:visited,
.footernav3 a,
.footernav3 a:link,
.footernav3 a:visited {
    font-size: 0.8em;
    margin-bottom: 20px;
    display: block;
    color: #74787c;
}

.footer1 h1 a,
.footer1 h1 a:link,
.footer1 h1 a:visited,
.footer2 h1 a,
.footer2 h1 a:link,
.footer2 h1 a:visited,
.footer3 h1 a,
.footer3 h1 a:link,
.footer3 h1 a:visited {
    color: #005091;
}


.footernav1 a:hover,
.footernav2 a:hover,
.footernav3 a:hover {
    color: #005091;
}


.footer4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 335px;
    border-left: #dededf solid 1px;
    height: 243px;
    padding-left: 24px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #74787c;
}

.footer4 p {
    position: absolute;
    top: -9px;
}




.footer_floor1 {
    text-align: center;
    height: 20px;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-transform: uppercase;
    font-size: 0.5em;
    font-weight: bolder;
}

.footer_floor1 span {
    margin-left: 10px;
    margin-right: 10px;
    color: #74787c;
}

.footer_floor2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    background-color: #f0f0f0;


}

.footer_floor2 img {
    position: relative;
    display: block;
    margin: auto;
    top: 25px;
}

.footer_logo {
    background: #f0f0f0 url("../images/general/logo_footer.png") center center no-repeat;
    background: #f0f0f0 url("../images/general/logo_footer.svg") center center no-repeat;
    cursor: pointer;
}

/* @end */


.timeline_small_bubble.come-in {
    -webkit-opacity: 1;
    -webkit-transform: translateY(-50px) scale(0);
    -webkit-animation-delay: 2s;
    -webkit-animation: plop 0.7s linear forwards;

    -moz-opacity: 1;
    -moz-transform: translateY(-50px) scale(0);
    -moz-animation-delay: 2s;
    -moz-animation: plop 0.7s linear forwards;

    opacity: 1;
    transform: translateY(-50px) scale(0);
    animation-delay: 2s;
    animation: plop 0.7s linear forwards;
}





.come-in {
    -webkit-opacity: 0;
    -webkit-transform: translateY(150px);
    -webkit-animation-delay: 0.3s;
    -webkit-animation: come-in 0.5s ease-out forwards;

    -moz-opacity: 0;
    -moz-transform: translateY(150px);
    -moz-animation-delay: 0.3s;
    -moz-animation: come-in 0.5s ease-out forwards;

    opacity: 0;
    transform: translateY(150px);
    animation-delay: 0.3s;
    animation: come-in 0.5s ease-out forwards;


}
/*
.come-in:nth-child(odd) {
    -webkit-animation-duration: 0.6s;
    -webkit-animation-delay: 0.2s;

    -moz-animation-duration: 0.6s;
    -moz-animation-delay: 0.2s;

    animation-duration: 0.6s;
    animation-delay: 0.2s;

}*/


.already-visible {
    -webkit-transform: translateY(0);
    -webkit-animation: none;

    -moz-transform: translateY(0);
    -moz-animation: none;

    transform: translateY(0);
    animation: none;
    opacity: 1;

}

@-webkit-keyframes come-in {
    to {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes plop {
    30% {
        -webkit-transform: translateY(0) scale(0);
        transform: translateY(0) scale(0);
    }

    80% {
        -webkit-transform: translateY(0) scale(1.2);
        transform: translateY(0) scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-opacity: 1;
        opacity: 1;

    }
}



@-moz-keyframes come-in {
    to {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes plop {
    30% {
        -moz-transform: translateY(0) scale(0);
    }

    80% {
        -moz-transform: translateY(0) scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;

    }
}



@keyframes come-in {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes plop {
    30% {
        transform: translateY(0) scale(0);
    }

    80% {
        transform: translateY(0) scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* FILTER --------------------------------------------------------*/

.filter_left,
.filter_right {
    position: relative;
    float: left;

}

.filter_wrapper {
    position: relative;
    height: 77px;
    z-index: 3;
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% ! important;
    height: 77px;
}

.filter_left .chosen-single {
    background: url("../images/general/icn_magnifier.png") 30px center no-repeat;
    background-size: 19px 19px;

}

.filter_right .chosen-single {
    background: url("../images/general/icn_trichter.png") 30px center no-repeat;
    background-size: 19px 19px;

}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-top: 0;
    background-color: #303337;

}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: none;
    background-color: #f1f1f2;
    background-clip: padding-box;
    color: #959a9d;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    height: 77px;
    padding-left: 67px;
}
.chosen-container-single .chosen-default {
    color: #959a9d;
    height: 77px;
}
.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 27px;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 77px;
    height: 100%;
    border-left: #cecfd1 solid 1px;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/general/arr_dropdown.png") center center no-repeat;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0 2px 0px;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 13px 16px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
    border-bottom: #45484b solid 1px;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
    color: white;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #45484b;
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
    color: #a2a2a2;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #666;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    /*    border: 1px solid #5897fb;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active.chosen-with-drop .chosen-single {

}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    border-left: #cecfd1 solid 1px;
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
    }
}
/* @end */


.scale-out {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}


.scale-in {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.iScrollIndicator {
    -webkit-transition: background-color 0.2s linear !important;
    -moz-transition: background-color 0.2s linear !important;
    -ms-transition: background-color 0.2s linear !important;
    -o-transition: background-color 0.2s linear !important;
    transition: background-color 0.2s linear !important;
    background-color: rgba(0,0,0,0.4) !important;

}

.iScrollIndicator:hover,
.iScrollIndicator:active {
    background: rgba(0, 0, 0, 0.55) !important;

}

.iScrollVerticalScrollbar {
    -webkit-transition: width 0.2s linear !important;
    -moz-transition: width 0.2s linear !important;
    -ms-transition: width 0.2s linear !important;
    -o-transition: width 0.2s linear !important;
    transition: width 0.2s linear !important;
    width: 10px !important;
}



.site_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(10,20,27,1);
    z-index: 9999999;
    display: none;
    overflow: hidden;
}

.site_overlay .cta_light a {
    font-family: 'Playfair Display', sans-serif;
    text-transform: none;
    font-weight: 200;
    white-space: normal;

}

.site_overlay .cta_light a:before {
    top: 1px;
}

.site_overlay_inner {
    position: relative;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;

}

.site_overlay h1,
.site_overlay p.dowload_msg {
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;

}

.dowload_msg {
	position: relative;
	font-size: 0.8em !important;
	margin-bottom: 16px;
	max-width: 1000px;
	margin: auto;
	line-height: 1.6em;
	color: #74787c;
    text-transform: uppercase;
	font-family: 'Lato';

}

.site_overlay h1 {
    font-weight: 200;
    position: relative;
    line-height: 1.5em;
    white-space: nowrap;
    max-width: 1000px;
    margin: auto;
}

.site_overlay p {
    position: relative;
    font-size: 0.7em;
    margin-bottom: 16px;
    max-width: 1000px;
    margin: auto;
    color: white;
    margin-bottom: 30px;
    line-height: 1.6em;
}



.list_container {
    height: auto;
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1000px;
    bottom: 50px;
    top: 0;
}

.list_container ul {
    list-style: none;
}

.list_container li {
    border-bottom: #e1dfdf solid 1px;
    padding-bottom: 18px;
    padding-top: 22px;
    padding-left: 17px;
    white-space: nowrap;
    padding-right: 50px;
    list-style: none;

}

.list_container li:first-child {
    border-top: #e1dfdf solid 1px;
}

.close_btn {
    position: absolute;
    background: url("../images/general/icn_close_btn.png") center center no-repeat;
    cursor: pointer;
    background-size: contain;
    z-index: 999;
}

.mobile_emaillink {
    display: none;
    margin-top: 25px;
    margin-left: 5px;
}

.mobile_emaillink a {
    font-size: 0.7em !important;
    display: block;
    margin-bottom: 10px;
}


.overflow_control {
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    /*    top: 0;*/
    .map_nav li {
        width: 33.3% !important;
        margin-bottom: 1px;
    }
}

@media only screen and (max-device-width : 1024px)  {


    .team_item_info {

        height: 160px !important;
    }


}