

/* type2_hero */
.type2_hero a:after, .type2_hero a:before {
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -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";
    -webkit-font-smoothing: antialiased;
}
	

.holder:after {
    display: block;
    clear: both;
    content: '';
}



.type2_hero2 {
    text-align: center;
	padding: 90px 8px 28px; 
    line-height: 18px;
    font-size: 13px;
	min-height: 500px;
	background-image: url("Images/hero2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.type2_hero3 {
    text-align: center;
	padding: 90px 8px 28px; 
    line-height: 18px;
    font-size: 13px;
	min-height: 500px;
	background-image: url("Images/hero3.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}


.type2_hero4 {
    text-align: center;
	padding: 90px 8px 28px; 
    line-height: 18px;
    font-size: 13px;
	min-height: 500px;
	background-image: url("Images/hero4.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.type2_hero5 {
    text-align: center;
	padding: 90px 8px 28px; 
    line-height: 18px;
    font-size: 13px;
	min-height: 500px;
	background-image: url("Images/hero5.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.type2_hero6 {
    text-align: center;
	padding: 90px 8px 28px; 
    line-height: 18px;
    font-size: 13px;
	min-height: 500px;
	background-image: url("Images/hero6.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.type2_hero7 {
    text-align: center;
	padding: 90px 8px 28px; 
    line-height: 18px;
    font-size: 13px;
	min-height: 500px;
	background-image: url("Images/hero7.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.type2_hero8 {
    text-align: center;
	padding: 90px 8px 28px; 
    line-height: 18px;
    font-size: 13px;
	min-height: 500px;
	background-image: url("Images/hero8.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.type2_hero9 {
    text-align: center;
	padding: 90px 8px 28px; 
    line-height: 18px;
    font-size: 13px;
	min-height: 500px;
	background-image: url("Images/hero9.jpg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}


/* hero basline stroke */	

.herobaseline_holder {
	background-color: #002D73;
	width: 100%;
	}
	

.herobaseline_section {
	text-align: center;
	line-height: 18px;
	font-size: 13px;
	min-height: 5px;
	z-index: 2;
	margin: 0 auto;
	max-width:1000px;
		}
	
	

.herobaseline_section .art_wrapper {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	float: left;
	width:100%;
	}



.team_member {
	background-color: #fff;
}



.team_holder {
  	width: 100%;
	margin-bottom: 3px;
	margin: 0 auto;
	background-color: #fff;

	}

.team_member {
  display: inline-block;
  width: 19.84%;
  margin-right: 0.2%;
  vertical-align: top;
  font-size: 0;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}
.executivesItem {
  display: inline-block;
  width: 16.5%;
  margin: 0 0.2% 3px 0;
  vertical-align: top;
  font-size: 0;
  position: relative;
  cursor: pointer;
}
.team_member:last-of-type,
.executivesItem:nth-child(6n+6) {
  margin-right: 0;
}

.team_member img,
.executivesItem img {
  	width: 100%;
	}

.team_holder p {
	width: 100%;
	position: relative;
	bottom: 0;
	padding: 7px 10px;;
	padding-top: 10px;
	font-size: 14px;
	font-size: 0.85rem;
	color: #222;
	font-weight: 500;
	line-height: 130%;
	}


.team_shade_holder {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1%;

}
span.member_name {
font-size: 18px;
font-size: 1.125rem;
color: #b1930b;
text-transform: uppercase;
font-weight: 800;
letter-spacing: 1px;
}

span.member_role {
  font-size: 14px;
  font-size: 0.875rem;
  color: #222;
  font-weight: 500;
}

.back_to_team{
background-color: #fff;
width: 100%;
}


.back_to_team_section, .back_to_team_section a {
text-align: right;
line-height: 18px;
font-size: 12px;
min-height: 10px;
z-index: 2;
margin: 0 auto;
max-width: 1000px;
color: #999;
padding-right: 10px;
max-height: 25px;
}

article.team_link {
padding-top: 10px;	
}

/* release_detail */

.release_detail .art_wrapper {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
	width:70%;
	
	}



.release_detail a:after, .release_detail a:before {
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -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";
    -webkit-font-smoothing: antialiased;
}
	

.holder:after {
    display: block;
    clear: both;
    content: '';
}

.release_detail {
	text-align: center;
	line-height: 18px;
	font-size: 13px;
	min-height: 350px;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 25px;
}

.release_detail_holder {
	max-width: 70%;
    margin: 0 auto;
    overflow: hidden;
}

.release_detail h1 {
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #002D73;
	margin: 0 0 13px;
	font-size: 18px;
	text-align: left;
	line-height: 140%;
	padding-left: 20px;
	}

.release_detail article {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0;
}

.release_detail .spacer {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0;
	width:1%;
}

.release_detail .bio_wrapper {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
	width: 75%;	
	}

.release_photo img {
	height: 250px;
	width: 200px;
}

.release_detail .release_photo article {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0;
	width:10%;

}

.release_detail .release_photo article {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 0;
}

.release_detail a {
    color: #002D73;
    position: relative;
    z-index: 2;
    padding: 0px;
}

.release_detail .release_photo a:after {
    top: 27px;
}

.release_detail .release_photo a:before {
    top: 14px;
}

.release_detail a:hover {
    text-decoration: none;
}

.release_detail p {
	margin: 0 0 13px;
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 170%;
	padding-left: 20px;
	}

.release_detail p sup {
    font-size: 10px;
    line-height: 14px
}

.release_detail .holder {
	display: inline-block;
	/* margin: 0 auto; */
	/* max-width: 100%; */
	/* width: auto; */
	font-size: 0;
	letter-spacing: -4px;
	text-align: left;
	position: relative;
	float: left;
	padding-left: 20px;
	}

.release_detail .holder:after {
    content: "";
    clear: both;
    display: block
	}

.release_detail .holder .column {
    float: left;
    width: 50%;
    text-align: left
	}

	
	
.member_detail{
text-align: center;
line-height: 18px;
font-size: 13px;
min-height: 350px;
background-color: #fff;
padding-top: 20px;
padding-bottom: 25px;	
}

.member_detail_holder{
max-width: 100%;
margin: 0 auto;
overflow: hidden;
}		
.member_detail .holder{
display: inline-block;
margin: 0 auto;
max-width: 100%;
width: auto;
font-size: 0;
letter-spacing: -4px;
text-align: center;
}

	
.member_detail article {	
display: inline-block;
vertical-align: top;
font-size: 13px;
letter-spacing: 0;	
	}

.member_detail .spacer {	
display: inline-block;
vertical-align: top;
font-size: 13px;
letter-spacing: 0;
width: 1%;	
}	
	
.member_detail .bio_wrapper
	{
display: inline-block;
vertical-align: top;
font-size: 13px;
width: 45%;
	}
	
	.member_detail h1 {
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
line-height: 140%;
padding-left: 20px;	
}	

	.member_detail p {
	margin: 0 0 13px;
font-size: 16px;
color: #000;
text-align: left;
min-height: 169px;
line-height: 170%;
padding-left: 20px;
}
	
	.member_detail .holder:after {	
content: "";
clear: both;
display: block	
}






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

	
.team_holder p {
	padding-top: 10px;
	font-size: 14px;
  	font-size: 0.875rem;
	}

span.member_name {
	font-size: 14px;
	font-size: .9rem;
	}
	
span.member_role {
	font-size: 10px;
	font-size: .875rem;
	line-height: 80%;
	}
	
.release_detail .bio_wrapper {
	width:70%;

}
	
	

	
	
}



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

	
.team_holder p {
	font-size: 12px;
	font-size: 0.75rem;
	}

span.member_name {
	font-size: 14px;
	font-size: .90rem;
	}
	
	
span.member_role {
	font-size: 12px;
	font-size: .7rem;
	}
	
.release_detail .bio_wrapper {
	width:56%;


}
	
	
}


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

	
span.member_name {
	font-size: 12px;
	font-size: .9rem;
	}	
	
span.member_role {
	font-size: 0px;
	font-size: 0rem;
	}

.member_detail .bio_wrapper {
		width: 100%;
	}
		
	
	
}

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

	
	
span.member_name {
	font-size: 12px;
	font-size: .9rem;
	}	
	
span.member_role {
	font-size: 0px;
	font-size: 0rem;
	}

.release_detail .bio_wrapper {
	padding-top: 20px;
	width:75%;
}


}

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

	
span.member_name {
	font-size: 8px;
	font-size: .67rem;
	}	
	
span.member_role {
	font-size: 0px;
	font-size: 0rem;
	}

	
.member_detail .spacer{
	display: none;
	
	}
	
	
	
	

}






