
@import url("//hello.myfonts.net/count/3722ba");

@font-face {font-family: 'Trade Gothic LT Pro';src: url('font/3722BA_0_0.eot');src: url('font/3722BA_0_0.eot?#iefix') format('embedded-opentype'),url('font/3722BA_0_0.woff2') format('woff2'),url('font/3722BA_0_0.woff') format('woff'),url('font/3722BA_0_0.ttf') format('truetype');}

body{
	padding: 0px;
	margin: 0px;
	font-family: Helvetica;
	font-style: normal;
	-webkit-text-size-adjust: none;
}


a{
	color: #000000;
	text-decoration: underline;
}

nav{
	border-top: #e8e8e8 solid 1px;
	width:100%;
	padding: 20px 0 0 0;
	margin: -66px 0 0 0;
	/* Ye - causing Max Safair issue! 
	overflow: hidden;
	*/
	position: fixed;
	background-color: #ffffff;
	z-index: 10;	/* Ye: 10000; */
	-webkit-box-shadow: 0px 9px 10px -5px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 9px 10px -5px rgba(0,0,0,0.50);
	box-shadow: 0px 9px 10px -5px rgba(0,0,0,0.50);
	z-index: 1000;
}

nav .logo{
	/*margin: 8px 0 0 16px;
	float: left;
	display: block;
	overflow: hidden;*/
	margin: 0px 0 10px 10px;
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
}
nav .logo img{
	/*max-width: 300px;*/
	max-height: 34px;
	border: none;
}

nav ul{
	padding: 0px;
	margin: 0 ;  
}

nav a{
	color: #000000;
	text-decoration: none;
}
.dropdown_content a:hover{
	text-decoration: underline;
}
nav .button_container a {
	white-space: nowrap; 
}
nav ul li{
	list-style: none;
	display: inline-block;
	padding: 10px 0 20px 0;
	margin: 0 26px;
	/* 2018.5.3, Ye Wang
	font-weight: bold;
	*/
	text-transform: uppercase;
	font-family: 'Trade Gothic LT Pro', arial;
	font-weight: normal;
	border-bottom: #ffffff solid 5px;
}
nav ul li:hover,
nav ul .active{
	border-bottom: #000000 solid 5px;
}


.desktop{
	display: block; 
}

.mobile{
	display: none;
}

.mobile_nav a{
	display: block;
}

.left{
	float: left;
}

.right{
	float: right;
}

.spacer{
	height: 40px;
	width: 100%;
}

.img_nav{
	padding-right: 0px;
	float: right;
	/*width: 200px;*/
	text-align: right;
	margin: 0 16px 0 0;
}

.img_nav{
	margin-top: 0px;
	padding-top: 5px;
}

nav .dropdown{
	border-top: #e8e8e8 solid 1px;
	width: 100%;
	min-height: 300px;
	background-color: #ffffff;
	overflow: hidden;
	display: none;
}
nav .dropdown_content{
	min-height: 200px;
	position: absolute;
	padding-top: 60px;
	z-index: 3;	/* Ye: 300 */
	display: none;
	font-size: 90%;
	overflow: hidden;
	white-space: nowrap;
}
nav .dropdown_content a{
	display: block;
	margin: 14px 0px;
}
nav .dropdown_content > div.divider{
	white-space: initial;
	display: inline-block;
	vertical-align: top;
}
nav #menu_parent_section_4 .dropdown_content > div.divider{

}
nav #menu_parent_section_11 .dropdown_content > div.divider:first-child:not(:last-child){
	min-width: 200px;
	max-width: 30%;
}
nav #menu_parent_section_11 .dropdown_content > div.divider:not(:first-child){
	max-width: 50%;
}
nav .dropdown_content > div.divider:not(:last-child) {
	border-right: #e8e8e8 solid 1px;
	padding-right: 20px;
	padding-bottom: 40px;
	margin-right: 20px;
}

/* Ye: single-column for Total Compensation */
/*nav ul.desktop li:nth-of-type(1) div.divider {
	display: block; 
	padding-bottom: 0px;
	border: 0;
}*/

nav .dropdown_content p {
	line-height: 22px;
	margin: 0px;
	white-space: normal;
}
nav .dropdown_content > div.divider a:first-child {
	margin-top: 0;
}

nav #nav_right li {
	margin-bottom: 0;
	padding-bottom: 0;
}

nav .nav_right_icon {
	display: inline;
}
nav .nav_right_icon img {
	cursor: pointer;
	float: right;
	margin-left: 21px;
}
	
nav #nav_right .profile_icon {
	padding-bottom: 21px;
}
nav .dropdown_content.profile_dropdown_content{
	background-color: #ffffff !important;
	min-height: 0px;
	height: auto;
	margin-top: -5px;
	border-top: 5px solid #000000;
	padding: 20px;
	text-align: left;
	position: fixed;
	font-weight: normal;
	white-space: normal;
	max-width: 200px;
}
nav .dropdown_content.profile_dropdown_content p{
	font-size: inherit;
	line-height: inherit;	
}

.log_out{
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	z-index: 1000;	/* Ye: 10000; */
	margin-top: -100px;
}
.log_out a{
	float: right;
	margin: 10px 20px 10px 0px;
	font-size: 12px;
	color: #989898;
	text-decoration: none;
	right: 0;
}

.log_out img{
	margin: 3px 0 0 3px;
}

h1{
	font-size: 24px;
	line-height: 32px;
	font-family: 'Trade Gothic LT Pro', arial;
	color: #ffffff;
	margin-bottom: 8px;
	font-weight: normal;
	font-style: normal;
}

h2{
	font-size: 23px;
	font-family: 'Trade Gothic LT Pro', arial;
	color: #000000;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}

h3{
	font-size: 20px;
	font-family: 'Trade Gothic LT Pro', arial;
	margin: 10px 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

h4{
	font-size: 24px;
	font-family: 'Trade Gothic LT Pro', arial;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	font-style: normal;
}

h5{
	font-size: 20px;
	font-family: 'Helvetica';
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}

p{
	font-size: 16px;
}

.labels p{
	font-size: 9px;
}

table p{
	font-size: inherit;
}

.gray_text{
	color: #979797;
}

.black_text{
	color: #000000;
}

.white_text{
	color: #ffffff;
}

.float_left{
	float: left;
}
.float_right{
	float: right;
}

.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}

.hero{
	height: auto;
	padding-bottom: 80px;
	width: 100%;
	background-color: #000000;
	margin-top: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: auto;
	margin-bottom: 20px;
}

.hero_home{ 
	background-image: url("../img/Nike_Landing.jpg?v=2025-06-19");
	margin-bottom: 0px;
	background-position: center 30px;
	padding-top: 47px;
	padding-bottom: 82px;  
}
.hero_pre_launch{
	background-image: url('../img/Nike_Landing.jpg?v=2025-06-19');
	/* 2022.6.24, YW
	padding-top: 47px;
	padding-bottom: 36px;
	*/
	background-position: center 0; 
}
.hero_contacts{  
	/* 2022.6.24, YW
	background-position: center 40px;
	background-position: center 0;
	*/
	background-position: center 0px;
	background-image: url("../img/Nike_Contacts.jpg?v=2025-06-19");
	padding-top: 47px;
	padding-bottom: 36px;
}
.hero_equity_choice{ 
	background-image: url("../img/Nike_StockChoice.jpg?v=2025-06-19");
	padding-top: 50px;
}
.hero .left_fixed{
	margin-top: 66px;
}
.hero_modeler{
	background-image: url('../img/hero_modeler.png');
}
.hero_resources{ 
/* 2022.6.24, YW
	background-position: center 80px;
*/
	background-position: center 60px;
	background-image: url("../img/Nike_Resources.jpg?v=2025-06-19");
	padding-top: 47px;
	padding-bottom: 36px;
}
.hero_total_comp { 
/* 2022.6.24, YW
	background-position: center 30px;
	background-position: center 0;
*/
	background-position: center 60px;
	background-image: url("../img/Nike_TCS.jpg?v=202206");
	padding-top: 47px;
	padding-bottom: 36px; 
}

.compensation_table_link{
	text-decoration: none !important;
}


/* Hero donut chart */
#chart {
	text-align: center;
	z-index: 9;	/* Ye: 9000; */
}
#chart .slice {
	cursor: pointer;
}
.donut_chart{
	float: right;
	margin: 70px 100px 0 0; /* 70px 100px 0 0 */
	color: #ffffff !important;
}

text.chart_title{
	font-size: 24px;
    text-transform: none;
	font-family: 'Trade Gothic LT Pro', arial;
	font-weight: normal;
}

.tooltip{
	position: absolute;	
    text-align: left;
    padding: 10px 10px 5px 10px;	
    font-size: 14px;	
    background: #ffffff;
    color:#000000;
    text-transform: uppercase;
	font-family: 'Trade Gothic LT Pro', arial;
    border: 0px;					
    box-shadow: -3px 3px 15px #000000;
    opacity:0;
    font-weight: normal;
}


/* Bar charts */

.chart_holder{
	border-bottom: 1px solid #969696;
	display: flex;
	flex-wrap: nowrap;
	height: 170px;
	margin: 0px 0 0 0;
}

.chart_item{
	min-height: 5px;
	text-transform: uppercase;
	font-family: 'Trade Gothic LT Pro', arial;
	padding: 20px 20px 0 20px;
	text-align: center;
	font-size: 20px;
	margin: 0 10px;
	margin-top: auto;
	width: 20%;
	font-weight: normal;
}
.chart_item span{
	margin-top: auto;
	display: block;
}

.chart_item_legend{
	min-height: 5px;
	text-transform: uppercase;
	font-family: 'Trade Gothic LT Pro', arial;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	margin: 0 10px;
	margin-top: auto;
	width: 20%;
	font-weight: normal;
}

.legend_box{
	width: 20px;
	height: 20px;
	float: left;
	margin: 8px 8px 0 34px;
}

.chart_item .item_section{
	padding: 10px 0;
	height: 20px;
}

.flex_row{
	display: flex;
	flex-wrap: nowrap;
}





.no_border{
	border: none !important;
}

.hero_message{
	float: left;
	margin-top: 70px;
	padding: 0px 40px 0 5%;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px; 
	/* 	2019.8.2, Ye Wang - home banner fixes, TO be removed with new home hero image
	position: relative; 
	*/
	height: 326px;
	width: 460px;
}
div.hero:not(.hero_home) div.hero_message {
	position: relative; 
}




.hero_message.with_narrow_call_to_action {
	margin-top: 65px;
	padding-top: 0;
	height: 376px;
}
.hero_home .hero_message{
	width: 20%; 
}

.hero_message .hero_message_content{
	position: absolute;
	bottom: 0px;
}



.hero_message .hero_message_content p{
	margin-bottom: 11px;
}

.left_fixed.narrow{
	width: auto;
	min-width: 80px;
}

.left_fixed{
	min-height: 230px;
	/*width: 240px;*/
	width: 20%;
	background-color: #ffffff;
	float: left;
	margin-top: 70px;
	text-align: center;
	padding: 40px;  
}
.left_fixed p {
	font-size: 20px;
	font-weight: bold;
}
.left_fixed p,
.left_fixed div {
	margin: 0;
}

.left_fixed .rotated{
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    
	position: absolute;
	top: 50%;
	left: 50%;
	width: 320px;
	text-align: center;
}
.narrow{
	width: 80px;
	height: 320px;
	    padding: 20px 10px; /*padding: 20px 0px;*/
	text-align: center;
	position: relative;
}
.left_fixed.narrow p {
	margin: 0;
	padding: 0;
	width: initial;
	height: initial;
	font-size: 16px;
	font-weight: bold;
}

.left_fixed img{
	margin-bottom: 20px;
}



/* Buttons */

button,
input[type="submit"],
.button_container a,
a.button{
	padding: 13px 13px 10px 13px;
	/* 2018.5.3, Ye Wang
	font-weight: bold;
	*/
	color: #ffffff;
	font-size: 15px;
	border: none;
	cursor: pointer;
	font-family: 'Trade Gothic LT Pro', arial;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
}
nav .dropdown_content .button_container {
	margin-top: 20px;
}
nav .dropdown_content .button_container a {
	display: inline-block;
}

.small_btn{
	padding: 12px 12px 7px 12px;
	font-size: 13px;
}

.form_button,
a.button.form_button{
	padding: 10px 12px 9px 12px;
	font-size: 14px;
	color: #000000;
	min-width: 0px;
	margin: 4px 20px 0px 0px;
}

.toggle_button{
	padding: 12px 12px 7px 12px;
	font-size: 14px;
	color: #000000;
	min-width: 0px;
	width: 104px;
	margin: 4px 0px 0px -5px;
	border: 1px solid #989898 !important;
}

.active_btn{
	display: none;
}

.inactive_btn button{
	cursor: no-drop;
	color: #999999 !important;
}

.inactive_btn button.gray_bg:hover,
.inactive_btn a.gray_bg:hover{
	background-color: #e5e5e4 !important;
}



.checkbox_holder{
	margin: 6px 100px 0 0;
	font-family: 'Trade Gothic LT Pro', arial;
	font-size: 14px;
	cursor: pointer;
	font-weight: normal;
}
.custom_checkbox{
	width: 28px;
	height: 28px;
	border: 1px solid #e5e5e4;
	float: left;
	margin: 0 15px 0 0;
}
.checkbox_holder span{
	display: inline-block;
	padding: 9px 0 0 0;
}
.checkbox_holder #checked{
	margin: 3px 0 0 3px;
}


.equity_choice_nav {
	text-align:right;
}

.equity_choice_nav a {
	background-color: #e5e5e4;	
	border: none;	
	color: #000000;	
	cursor: pointer;	
	display: inline-block;	
	font-family: 'Trade Gothic LT Pro', arial;	
	font-size: 14px;	
	font-style: normal;
	/* 2018.5.3, Ye Wang
	font-weight: bold;
	*/	
	font-weight: normal;
	margin: 4px 20px 0px 0px;	
	min-width: 0px;	
	padding: 10px 12px 9px 12px;
	text-decoration: none;	
}
.equity_choice_nav a:hover {
	background-color: #444445;
	color: #ffffff;;
}

/* COLORS */


.red_bg{
	background-color: #a62535;
	border: 1px solid #a62535; /* consolidate into one red color with #a62337 */
}
.red_border{
	border-color: #a62535;
}
table.red_border td{
	border-color: #a62535;
}
button.red_bg:hover{
	background-color: #ffffff !important;
	color: #a62535;
}

.dark_red_bg{
	background-color: #7f1c2e;
}



.blue_bg{
	background-color: #0d558e;
	border: 1px solid #0d558e;
}
.blue_border{
	border-color: #0d558e;
}
table.blue_border td{
	border-color: #0d558e;
}
button.blue_bg:hover{
	background-color: #ffffff !important;
	color: #0d558e;
}



.light_blue_bg{
	background-color: #3274b4;
	border: 1px solid #3274b4;
}
.light_blue_border{
	border-color: #3274b4;
}
table.light_blue_border td{
	border-color: #3274b4;
}
button.light_blue_bg:hover{
	background-color: #ffffff !important;
	color: #3274b4;
}

.chart_blue_bg{
	background-color: #4da1d9;
}



.orange_bg,
input[type="submit"].orange_bg,
.button_container.orange_bg_container a{
	border: 1px solid #e65f28;
	background-color: #e65f28; /* consolidated into one orange color #e7602a */ 
	z-index: 200;
	position: relative
} 
.orange_border{
	border-color: #e65f28;
}
table.orange_border td{
	border-color: #e65f28;
}
button.orange_bg:hover,
input[type="submit"].orange_bg:hover,
.button_container.orange_bg_container a:hover{
	background-color: #ffffff !important;
	color: #e65f28;
}



.purple_bg{
	background-color: #403a6b;
	border: 1px solid #403a6b;
}
.purple_border{
	border-color: #403a6b;
}
table.purple_border td{
	border-color: #403a6b;
}
button.purple_bg:hover{
	background-color: #ffffff !important;
	color: #403a6b;
}




.green_bg{
	background-color: #59a873;
}
.green_border{
	border-color: #59a873;
}
table.green_border td{
	border-color: #59a873;
}


.gray_bg{
	background-color: #e5e5e4;
	border: 1px solid #e5e5e4;
}
button.gray_bg:hover,
a.gray_bg:hover{
	background-color: #444445 !important;
	color: #ffffff;
}



/* dark red accordion */

#accordion .ui-accordion-header{
	color: #ffffff;
	padding: 11px 17px 5px 17px;
	cursor: pointer;
}

.icon_open {
    background:url('../img/icon_down_arrow.png') no-repeat;
    float: right;
    background-size: 13px;
    width: 14px;
    height: 13px;
    margin-top: 4px;
}
.icon_closed {
    background:url('../img/icon_close.png') no-repeat;
    float: right;
    background-size: 13px;
    width: 14px;
    height: 13px;
    margin-top: 4px;
}

.ui-accordion .ui-accordion-content{
  overflow:auto;
}



/* Table */

table{
	width: 100%;
	font-size: 18px;
	font-family: 'Trade Gothic LT Pro', arial;
	border-spacing: 0;
	font-weight: normal;
}
tr:nth-child(2) td {
	/*padding-top: 24px;*/
}
th{
	/* 2018.5.3, Ye Wang
	font-weight: bold;
	*/
	font-weight: normal;
	color: #ffffff;
	padding: 10px 10px 4px 20px;
	text-align: left;
	margin-bottom: 20px;
	vertical-align: top;
}
th:first-child{
	padding-left: 10px;
}
td{
	/* 2018.5.3, Ye Wang
	font-weight: bold;
	*/
	padding: 12px 10px 8px 20px;
	border-bottom: 1px solid;
	vertical-align: top;
}




#total_compensation_base_salary td:not(:first-child),
#total_compensation_base_salary th:not(:first-child),

#total_compensation_psp td:not(:first-child),
#total_compensation_psp th:not(:first-child),

#total_compensation_ltip td:not(:first-child),
#total_compensation_ltip th:not(:first-child),

#equity_awards_tbl_1 td:not(:first-child),
#equity_awards_tbl_1 th:not(:first-child),

#total_compensation_profit td:not(:first-child),
#total_compensation_profit th:not(:first-child) {
	text-align: right;
}





.detail_table{
	width: 100%;
	font-size: 12px;
	font-family: 'Helvetica';
	border-collapse:collapse;
}
.detail_table th{
	font-size: 20px; 
	font-family: 'Trade Gothic LT Pro', arial;
	color: #ffffff !important;
	text-transform: uppercase;
	font-weight: normal;
}
#table_2 th{
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.detail_table tr{
	border-bottom: 1px solid #cccaca;
}
#table_2 tr{
	border-bottom: none;
}


.detail_table td{
	font-size: 12px;
	padding: 3px 15px 5px 15px;
	vertical-align: top;
	text-transform: none;
	border-bottom: 1px solid #cccaca;
	border-bottom: none;
	font-size: 14px;
	font-family: 'Trade Gothic LT Pro', arial;
	font-weight: normal;
}
#table_2 td{
	border-bottom: none;
}

.detail_table .row_title{
	font-size: 18px;
	font-family: 'Trade Gothic LT Pro', arial;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	padding: 2px 10px 10px 0;
}

#table_2 .row_title{
	font-size: 18px;
	font-family: 'Trade Gothic LT Pro', arial;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
		padding: 0 20px;
		background-color: #2fa5e0;
		color: #ffffff;
		vertical-align: top;
		border-bottom: 0px;
}

#table_2 .row_title span{
	vertical-align: middle;
	height: 100%;
	display: inline-block;
	font-weight: normal;
}

#table_2 tr:nth-child(2) td:before{
	border-top: 1px solid #f5f5f5;
}


#table_2 td:before{
	width:100%;
	height: 1px;
	border-top: 1px solid #cccaca;
	content: " ";
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 7px;
}
#table_2 td.row_title:before{
	width:100%;
	height: 1px;
	border-top: 1px solid #a1d6f1;
	content: " ";
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}

#table_2 tr:nth-child(2) .row_title{
	-webkit-border-top-left-radius: 16px;
	-moz-border-radius-topleft: 16px;
	border-top-left-radius: 16px;
	border-width: 0px;
	border-color: #2fa5e0;
	border-bottom: solid #2fa5e0 1px;
    border-right: 0px;
}
#table_2 tr:nth-child(2) .row_title:before{
	border-top: 1px solid #2fa5e0;
}

#table_2 tr:nth-last-child(2) .row_title{
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	padding-bottom: 20px;
	border-width: 0px;
	border-color: #2fa5e0;
	border-top: solid #2fa5e0 1px;
    border-right: 0px;
}

#table_2 tr:nth-last-child(2) td{
	border-bottom: none;
}

.detail_table .tr_dark{
	background-color: #d3e5ec;
	border-bottom: 2px solid #2ba7dd;
}

.detail_table .tr_extra_dark{
	background-color: #2ba7dd;
}



#table_2 .bottom_row .no_color_td{
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	height: 20px;
}
#table_2 .bottom_row .color_td{
	background-color: #2fa5e0 !important;
	height: 20px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	border-bottom-right-radius: 16px;
	display: none;
}

#table_2  .bottom_row .no_color_td:before,
#table_2 .bottom_row .color_td:before{
	display: none;
}






#table_2 td:nth-child(2){
	background-color: #f5f5f5; /* #ecebf0 */
	border-right: 1px solid #cccaca;
}

#table_2 td:nth-child(3){
	background-color: #f5f5f5 ; /* #ebf1f7 */
}



#table_2 tr:nth-child(2) .row_title:before {
	margin-bottom: 0px;
}
#table_2 tr:nth-child(2) td:before {
	margin-bottom: 0px;
}
#table_2 tr:nth-child(2) td:nth-child(2){
	border-right: none;
}

#table_2 tr:nth-child(3) td:before {
	display: none;
}
#table_2 tr:nth-child(3) td {
	padding-top: 10px;
}

#table_2 tr:nth-last-child(3) td {
	padding-bottom: 10px;
}

#table_2 .bottom_row_spacer td:before {
	border-top: none;
	margin-top: 0;
}
#table_2 .bottom_row_spacer td:nth-child(2) {
	border-right: none;
}




#equity_table{
	font-size: 16px; 
	font-family: 'Trade Gothic LT Pro', arial;
	font-weight: normal;
}

#equity_table td{
	border-bottom: 0px;
	padding:15px 5px;
}

#equity_table tr{
	border-bottom: 0px;
}

#equity_table .tr_light{
	background-color: #ffffff !important;
	border-bottom: 1px solid #2ba7dd;
}

#equity_table .tr_extra_dark td{
	padding:5px 5px 10px 5px;
}

#equity_table .row_title{
	color: #ffffff;
}

#equity_table .tr_extra_dark td{
	border-bottom: none !important;
	text-align: left;
}

#equity_table .row_sub_header,
#equity_table .row_sub_header td{
	background-color: #d3e5ec !important;
	border: none !important;
}


#equity_table .row_sub_footer{
	border-bottom: 0px;
}

#equity_table{
	display: none;
}



.footnote{
	font-size: 13px;
	font-style: italic;
}

.content_holder{
	max-width: 1067px;
	margin: 0 auto;
	overflow: hidden;
}
.content_holder.with_narrow_call_to_action {
	margin: 0 auto 0 0;
}

.box_section{
	padding: 20px 0 20px 0;
}

.box_section .content_holder{
	display: flex;
	flex-direction: row;
	margin: 0px auto 40px auto; /*  40px auto */
	max-width: 1067px;
}

.content_half{
	width: 50%;
	padding: 0 20px 0 25px;
		overflow: hidden;
}

.content_full{
	width: auto; /*width: 96%;*/
	padding: 30px 25px; /* 30px 2% */
}
.content_half table p,
.content_full table p {
	margin: 0;
}

.content_container > *:first-child {
	margin-top: 0px;
}

.content_limited{
	width: 100%;
	margin: 0 auto;
	max-width: 890px;
}
.content_limited .content_half{
	width: 40%;
	margin: 0%;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 19px;
	font-family: Helvetica;
	text-transform: none;
	vertical-align: middle;
}

.content_limited .content_half table td{
	border: none;
	padding: 0px;
	font-size: 14px;
	line-height: 19px;
	font-family: Helvetica;
	text-transform: none;
	vertical-align: middle;
	text-align: left;
}
.content_limited .content_half h1{
	margin: 15px 0 0 0;
}
.content_limited .content_half img{
	margin: 5px 10px 0 0;
}

.content_full_connected{
	width: 96%;
	padding: 0px 2%;
}

.full_width{
	padding: 0 0 5px 0;
	width: 100%;
}

.full_width_image{
	width:98%;
	float: right;
}

.box_2{
    width: 50%;
}

.box_3{
    /*width: 33%;*/
    width: 25%;
    padding: 2%;
    margin: 0 1%;
}

.box_4{
	width:25%;
}
.box_4 img{
	margin-bottom: 10px;
}

.box_gray_divider{
	font-size: 14px;
	padding: 22px 53px 28px 53px;
	border-right: 1px solid #969696;
	text-align: center;
}
.box_gray_divider_left{
	font-size: 14px;
	padding: 22px 53px 28px 53px;
	border-left: 1px solid #969696;
	text-align: center;
}
.box_gray_divider_double{
	font-size: 14px;
	padding: 22px 53px 28px 53px;
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
	text-align: center;
}
.ta_container,
.take_action_carousel {
	cursor: default;
}

.ta_container .ta_section {
	font-size: 14px;
	padding: 22px 53px 28px 53px;
	text-align: center;
}

.ta_container .ta_section:not(:last-child){
	border-right: 1px solid #969696;
}

.ta_container a,
.take_action_carousel a {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	oveflow: hidden;
}

.ta_container .content_holder{
    margin: 0px auto 0px auto;
}

.box_outlined{
	border: 1px solid #989898;
    font-size: 14px;
    /*padding: 22px 20px 22px 20px;
    margin: 0 20px;*/
}

.contain_button{
	position: relative;
	padding-bottom: 55px;
}
.absolute{
	position: absolute;
	bottom: 15px;
}
.fullwidth{
	width: calc(100% - 40px);
}


.comp_part{
	float: left;
	/*height: 100%;*/
	padding: 0px 20px 0 0px;
}



/* Equity Choice flow */

.circle_nav_container{
	text-align: center;
}
.circle_nav{
	margin: 30px auto 0 auto;
	display: inline-block;
	overflow: auto;
}
.circle {
	width: 12px;
	height: 12px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 3px;
}
.circle_active{
	background: #444445;
	border-color: #444445;
}
.circle_inactive{
	background: #cccaca;
	border-color: #cccaca;
}
.circle_active:hover,
.circle_inactive:hover{
	background: #444445;
	border-color: #cccaca;
}
.circle_active_but_not_clickable {
	background: transparent;
	border-color: #cccaca;
}
.circle_unavailable{
	background: transparent;
	border-color: #cccaca;
}

.angle_left{
	background-image:url('../img/angle_left.png');
	width: 20px;
	height: 30px;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}
.angle_right{
	background-image:url('../img/angle_right.png');
	width: 11px;
	height: 30px;
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
}

.empty{
	opacity: 0.5;
}

.congrats{
	text-align: center;
	font-size: 40px;
	color: #cccaca;
	font-family: 'Trade Gothic LT Pro', arial;
	font-weight: normal;
}

.confirm_election_container {
	display: inline-block; 
	width: 420px;
	width: 460px; 
}
.confirm_election_container .checkbox_holder {
	display: inline-block; 
	margin-right: 100px;
	margin-right: 40px;
	margin-left: 10px;  
	float: left; 
}
.confirm_election_container .custom_checkbox {
	margin-right: 10px;
	margin-left: 0px;
}
.confirm_election_container .equity_choice_nav {
	display: inline-block;   
}
.confirm_election_container div.equity_choice_nav a,
.confirm_election_container form button {
	margin-right: 10px;
}

.confirm_election_footnote {
	clear: both; 
	padding-top: 1px; 
	margin-left: 5px;
	margin-right: 20px;
}

.confirm_election_error {
	clear: both; 
	padding-top: 1px; 
	display: none;
	margin-left: 5px;
	margin-right: 20px;
	color: #ff0000;
}


.resource_boxes .box_outlined{
	min-height: 90px;
	height: auto;
	position: relative;
	padding-bottom: 50px;
}
.resources_color_1_button_container{
	bottom: 15px;
	position: absolute;
	width: 86%;
	text-align: center;
	padding:0px;
}

#nocountry_popup{
	width: 80%;
	max-width: 800px;
}

.fancybox-enabled.popup_yes_scroll_html {
	overflow: auto !important;
}
.fancybox-enabled.popup_yes_scroll_html body {
	margin-right: auto !important;
}


/* Footer */

footer{
	background-color: #212221;
	padding: 190px 0 33px 0;
	width: 100%;
	color: #989898;
	font-size: 10px;
}

footer .footer_content{
	max-width: 646px;
	margin: 0 auto;
}

footer .footer_content p {
	margin: 0;
}

footer a{
	color: #989898;
	text-decoration: none;
	margin: 0 10px;
}

.equity_choice_confirm h2[data-election-type-id] {
	margin-top: 0px;
}


@media (max-width:1420px){

	.hero {
		background-size: cover;
	}
}



@media (max-width:1150px){

	.hero{
		background-size: contain;
		background-position: top;
	}
}



@media (max-width:1010px){

	.hero_message{
		width: 270px;
	}

}


@media (max-width:950px){

	nav ul li{
		margin:0 10px;
	}

}



@media (max-width:900px){

	nav ul{
		font-size: 95%;
	}	

	nav .nav_right_icon img {
		margin-left: 9px;
	}
	.box_gray_divider {
	    padding: 10px 20px;
	}
	.donut_chart{
		margin: 40px 20px 0 0;
	}
	.box_section {
	    padding: 20px ;
	}

}


@media (max-width:870px){



}


@media (max-width:800px){
	nav ul{
		font-size: 90%;
	}	
	nav ul li{
		margin:0 4px;
		padding-bottom: 21px;
	}
	.hero_home .left_fixed {
	    height: auto;
	    padding: 10px 10px 20px 10px;
	    font-size: 14px;
	}
	.hero_home .left_fixed h3,
	.hero_home .left_fixed p{
		font-size: 14px;
	}
	.left_fixed img{
		height: 40px;
		margin-bottom: 0px;
	}
	.hero_home .left_fixed button,
	.hero_home .left_fixed .button_container a{
		font-size: 14px;
	}
	.hero_home{
		/*background-position-x: -200px;*/
	}
	.hero_home .hero_message {
	    float: left;
	    margin-top: 58px;
	    padding: 40px 40px 0 5%;
	    color: #ffffff;
	    font-size: 14px;
	    line-height: 20px;
	    position: relative;
	    height: auto;
	    width: 240px;
	    margin-top: 420px;
	    margin-left: -190px;
	    width: 50%; 
	}

	.hero_home .hero_message .hero_message_content {
	    position: absolute;
	    bottom: 0px;
	    width: 600px;
	    padding-left:10px;
	}

	.hero_home .left_fixed{
		margin-top: 120px;
		min-height: 130px;
	}

	.hero_message{
		width: 230px;
	}	
}


@media (max-width:750px){
	.hero_message{
		width: 180px;
	}

	.absolute.fullwidth a{
		padding-right: 1%;
		padding-left: 1%;
		width: 98%;
	}

}

@media (max-width:700px){
	.hero_message{
		width: 170px;
	}	
}

@media (max-width:680px){

	nav {
		margin-top: -61px;
	}
	.hero_home .left_fixed {
	    height: auto;
	    padding: 10px 5%;
	    width: 90%;
	    font-size: 14px;
	}
	.hero_home .left_fixed h3,
	.hero_home .left_fixed p{
		font-size: 20px;
		margin: 20px 0 0px 0;
	}
	.left_fixed img{
		height: 40px;
		margin-bottom: 0px;
	}
	.hero_home .left_fixed button{
		font-size: 14px;
	}
	.hero{
		margin-bottom: 0px;
		background-size: contain;
	}
	
	.hero_home:before{
	    width: 100%;
	    height: 100px;
	    display: block;
	    content: '';
	}

	.resource_boxes .box_outlined{
		height: auto;
		padding: 0 5% 20px 5%;
	}
	.resources_color_1_button_container{
		position: relative;
		width: auto;
		bottom: 0px;
	}


	.hero_message.with_narrow_call_to_action {
		height: initial;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.content_holder.with_narrow_call_to_action{
		overflow: visible;
	}

	.desktop{
		display: none;
	}

	.mobile{
		display: block; 
	}

	.burger{
		padding-right: 20px;
		cursor: pointer;
		margin-top: 3px;
	}
	.close{
		margin-right: 20px;
		cursor: pointer;
		display: none;
		height: 26px;
		padding-right: 3px;
	}

	nav .content_holder{
		min-height: 40px;
		overflow: visible !important;
	}

	nav ul{
		/*margin-top: 10px;*/
		padding-top: 20px;
		border-top: 1px solid #cccccc;
		overflow: scroll !important;
	    background-color: #ffffff;
	    position: fixed;
	    left: 0;
	    width: 100%;
	    height: calc(100% - 70px);
	    z-index: 30;	/* Ye: 30000; */
	}
	nav ul li{
		padding: 0px 0 10px 5%;
		font-size: 18px;
		width: 90%;
		border: none !important;
	}

	nav ul li .sublinks{
		margin: 5px 0 0 20px;
		font-size: 14px;
		line-height: 20px;
		padding-bottom: 10px;
	}
	nav ul li .sublinks a{
		line-height: 30px;
	}
	nav ul li .sublinks p{
		margin: 0px;
	}

	nav .logo{
		margin-top: 3px;
		margin-left: 10px;
		width: 75%;
	}

	nav .logo img{
		/*width: 100%;*/
	}
	ul.mobile{
		display: none;
	}

	.log_out{
		display: none;
	}

	.checkbox_holder{
		float: none;
		margin: 10px 0 0 20px;
		/*width: 100%;*/
		margin-right: 40px;
		height: 30px;
	}
	.content_full{
		width: 92%;
		padding: 4%;
	}
	.box_section .content_holder{
	/* YE
		display: inline-block;
		width: 100%;
	*/	
		width: 90%;
		display: block;  
	}
	.content_half{
		width: 90%;
		margin: 20px auto 40px auto;
		padding:0px; 
	} 
	.circle_nav{
		margin-top: 0px;
	}
	.box_section .content_holder{
		margin: 0px auto;
		/*margin-bottom: 20px;*/
		margin-bottom: 0px;
	}
	.box_section{
		padding: 0px;
	}
	.resource_boxes{
		padding-bottom: 20px;
	}
	.box_outlined {
		margin: 10px auto 0px auto;
		padding-bottom: 30px;
		word-wrap:break-word;
	}	
	.box_2{
		width: 80%;
		border-bottom: 1px solid #989898;
		margin: 30px auto 0px auto;
		padding: 5%;
		word-wrap:break-word;
	}
	.box_3{
		width: 89%;
		margin: 10px auto 0px auto;
		padding-bottom: 30px;
		word-wrap:break-word;
	}
	.box_4{
		width: 90%;
		border-bottom: 1px solid #989898 !important;
		border-right: 0px !important;
		margin: 30px auto 0px auto;
		padding-bottom: 30px;
		word-wrap:break-word;
	}

	.ui-accordion{
		width: 100%;
	}
	footer{
		padding: 5%;
		width: 90%;
	}
	footer .footer_content{
		width: 100%;
	}
	footer .footer_content .float_right, footer .footer_content .float_left{
		float: none;
		padding-bottom: 10px;
		text-align: center;
	}
	table{
		word-wrap:break-word;
	}
	table .small_td{
		font-size: 14px;
    	line-height: 19px;
    	font-family: Helvetica;
    	padding-top: 20px;
	}
	table table td{
		padding-left: 0px;
		padding-top: 0px;
		border-bottom: 0px;
	}
	table img{
		margin-top: 15px;
	}
	.congrats{
		margin-top: 10px;
		font-size: 30px;
	}

	.hero{
		margin-top: 60px;
		background-color: #ffffff;
		overflow: auto;
		background-position: top;
		width: 100%;
		background-size: contain;
		height: auto;
		padding-bottom: 0px;
		height: auto;
			/* Jenny */
			background-color: #000000;
			overflow: visible;
			position: relative;
			padding-top: 180px;
	}
	.hero_message{
		color: #000000 !important;
		margin:0px auto;
		padding: 0 5%;
		height: auto;
		width: 90%;
		margin-top: 0px;
		margin-bottom: 20px;
			/* Jenny */
			background-color: #ffffff;
			padding-bottom: 20px;
			margin-bottom: 0px;
	}
	.hero_message .hero_message_content {
		position: relative;
	    bottom: 0px;
	    color: #000000;
	}

	.hero_equity_choice{
		padding-top:140px !important;
		padding-bottom: 0px;
	}

	.hero_total_comp,
	.hero_contacts,
	.hero_resources{
		padding-top:140px !important;   
	}

	.donut_chart h1{
		color: #000000 !important;
	}
	.left_fixed {
	    height: 230px;
	    width: 100%;
	    background-color: #ffffff;
	    float: left;
	    margin-top: 30px;
	    text-align: center;
	    padding: 0 5%;
	}

	.hero_message h1{
	 	color: #000000 !important;
	 	margin-bottom: 0px;
	 	line-height: 24px;
	}

	.donut_chart{
		margin: 250px 5px 0 0; 
		float: none;
		text-align: center;
		padding: 0px 0 20px 0;
		position: relative;
			/* Jenny */
			background: #ffffff;
			margin: 50px 0 0 0 ;
			position: initial;
			color: #000000;
	}

	.hero_home{
		margin-top: 60px;
		background-color: #ffffff;
		overflow: auto;
		/*background-position: top;*/
		width: 100%;
		background-size: contain;
		height: auto;
		padding-bottom: 0px;
		height: auto;
	}

	.hero_home_mobile{
		background-image:url('../img/hero_home.jpg');
		background-color: #000000;
	}



	.hero_home .hero_message {
	    float: none;
	    margin-top: 58px;
	    font-size: 14px;
	    line-height: 20px;
	    height: auto;
	    padding-top: 90px;
	    margin-left: 10px;
	    width: 70%;
	    	/* Jenny */
	    	width: 90%;
	    	margin: 0px;
	    	padding-left: 5%;
	    	padding-right: 5%;
	    	margin-bottom: -20px;
	    	padding-top: 20px;
	    	/*margin-top: 100px;*/
	    	padding-bottom: 20px;
	    	background-color: transparent;
	}


	.hero_home .hero_message .hero_message_content {
	    position: absolute;
	    bottom: 0px;
	    width: 100%;
	    	/* Jenny */
	    	position: relative;
	}

	.hero .left_fixed, 
	.hero_home .left_fixed { 
		/*margin-top: 180px;*/
		margin-top: 100px;
	}

	.hero_resources .left_fixed.narrow,
	.hero_contacts .left_fixed.narrow{
		margin-top: 0px;
	}



	.hero_home .donut_chart{
		margin-top: 10px;
	}

	.left_fixed .rotated{

		-webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
			-moz-transform: translateX(0%) translateY(0%) rotate(0deg);
			-o-transform: translateX(0%) translateY(0%) rotate(0deg);
			-ms-transform: translateX(0%) translateY(0%) rotate(0deg);
			transform: translateX(0%) translateY(0%) rotate(0deg);

		position: initial;
		top: initial;
		left: initial;

		text-align: center;
		background-color: none;
		height: auto;
		padding:5%;
		width: 90%;

	    min-height: 80px;
	    margin-top: 30px;
	}
	.left_fixed{
		width: 90%;
		height: auto;
		padding: 10px 5%;
		text-align: center;
		display: inline;
		overflow: auto;
		 /* Jenny */
		 	/*margin-bottom: 30px;*/
		margin-top: 50%;
		min-height: 50px;
	}
	.left_fixed button{
		margin-top: 5px;
	}
	.left_fixed img{
		margin-bottom: 0px;
	}
	.narrow{
		width: 100%;
		height: auto;
		padding: 0;
		text-align: center;
		display: inline;
		overflow: auto;
		position: initial;
	}

	.full_width button.float_right{
		width:170px;
		margin: 20px 12px 20px 0px;
	}

	.take_action_carousel{
		background-color: #e5e5e4;
		overflow: hidden;
	}
	
	.take_action_carousel p {
		display: none;
	}

	.slick-slide{
		text-align: center;
	}
	.slick-slide img{
		margin: 20px auto 0 auto;
		height: 40px;
	}

	.slick-slide h4{
		font-size:16px;
		line-height: 20px;
	}

	.slick-next {
	    /*right: -50px;
	    top: 45px;*/
	    right: 10px;
	}
	.slick-prev {
	    /*left: -50px;
	    top: 45px;*/
	    left: 10px;
	}

	#ui-id-2 .chart_item{
		padding:10px 20px;
	}
	.chart_item{
		margin-left:0px;
		font-size: 12px;
		padding:10px 0px;
	}
	.legend_box{
		margin-left: 0px;
	}
	h3{
		margin-right: 20px;
	}
	.chart_item_legend{
		padding: 10px 0;
		font-size: 12px;
	}
	.chart_item .item_section{
		padding-left: 10px;
		padding-right: 10px;
	}

	.confirm_election_container {
		display: block; 
		width: 85%;
		margin-left: auto;
		margin-right: auto;
		width: 90%; 
	}
	.confirm_election_container .checkbox_holder {
		display: inline-block; 
		margin-left: 20px;
		margin-right: 15px;
		margin-left: 10px;
		margin-right: 5px;
		float: left;
	} 
	.confirm_election_container div.equity_choice_nav {
		max-width: 250px; 
	}
	.confirm_election_container form { 
	}
	.confirm_election_footnote {
		margin-left: 10px;
	}
	.confirm_election_error {
		margin-left: 10px;
	}


	.absolute{
		position: relative;
	}
	.absolute.fullwidth a{
		padding-right: 12px;
		padding-left: 12px;
		width: auto;
		margin-top: 20px;
	}
	.fullwidth{
		width: auto;
	}
	.contain_button{
		padding-bottom: 12px;
	}

	.content_full_connected{
		overflow: scroll;
	}

	.detail_table th{
		font-size: 14px;
		padding: 5px;
	}

	.detail_table .row_title{
		font-size: 14px;
		padding: 0 10px;
	}

	nav {
		overflow: visible !important; 
	} 
	ul.mobile.mobile_nav li:last-child { 
		margin-bottom: 2em;
	}
	
	.equity_choice_confirm h2[data-election-type-id] {
		margin-top: 24px;
	}
	
	/* phone portrait view */
	@media (orientation: portrait) { 
		.hero_home{
			padding-top: 50px;
		}
		
		.hero .left_fixed{
			margin-top: 0px;
			/*min-height: 50px; 
			margin-bottom: 30px;*/
			width: 100%;
		} 

		.hero_home .left_fixed { 
			width: 90%;
		}
		.hero_home .orange_bg_container{
			margin-top: -20px;
			margin-bottom: 20px;
		}

		.content_half {
			width: 100%;
			overflow: scroll; 
		}

		.hero_total_comp{
			padding-top: 100px;
		}

	}
	/* END OF PHONE PORTRAIT */	

	/* Landscape */
	@media (orientation: landscape) { 
		.donut_chart{
			margin: 200px 0 0 0;
			padding-top: 10px;
		}
		.hero .left_fixed{
			width: 90%;
			padding: 0% 5%;
		} 

		.hero_home{
			padding-top: 130px;
		}

		.left_fixed .rotated{
			min-height: 0px;
		}

		.hero_total_comp{
			padding-top: 100px;
		}

	}
	

}




input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
    outline: none;
}
.slick-slide, .slick-slide *{ 
		outline: none !important; 
}





/* --- Added by Dom --- */

.survey-question {
    font-weight: bold;
    color: #ffffff;
    padding: 10px 10px 8px 20px;
    text-align: left;
    margin-bottom: 20px;
}
.survey-form-row {
    margin-bottom: 25px;  
}
.survey-form-row label {
    margin-right: 15px;
	margin-bottom: 6px;
	display: inline-block;
	white-space: nowrap; 
}
.survey-form-row .submit.orange_bg {
    padding: 13px 13px 10px 13px;
    min-width: 136px;
    /* 2018.5.3, Ye Wang
	font-weight: bold;
	*/
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    cursor: pointer;
    font-family: 'Trade Gothic LT Pro', arial;
    font-weight: normal;
}

@media (max-width: 1067px) {
	.survey-wrapper {
		padding: 0 5%;
		width: 90%;
	}
}
@media (max-width: 680px) {
	.survey-form-row label {
    	display: block;
		margin: 0px 0px 5px 0px;
		width: 100%;
	}
	.center-mobile {
		display: inherit;
		margin: 15px auto 0px;
	}
}


span[currency],
table span[currency] {  
	word-break: keep-all;
	white-space: nowrap; 
	font-size: inherit; 
	text-transform: none;
}
div.table-wrapper {
	margin: 0 0px; 
	width: auto;
	overflow: hidden;   
} 
div.instr {    
	display: none;
	padding: 8px 2%; 
	font-size: 0.8em;  
}
div.instr:nth-of-type(2n) {  
	padding-top: 10px;
}
div.instr:after {
	content: " \02192";
}
div.instr.left:before {
	content: "\02190 \0020";
}


@media (max-width:680px) {   
	div.table-wrapper {
		overflow-x: auto ;
		-webkit-overflow-scrolling: touch; 
		-ms-overflow-style: -ms-autohiding-scrollbar;
	} 
	div.instr {
		display: block;
	}
}



/* 
	2019.8.2, Ye Wang - home banner fixes 
	TO be removed with new home hero image
*/
div.hero_home {
	position: relative;
	background-size: contain, cover !important;
}
div.hero_home div.hero_message {
	position: static;
}
div.hero_home div.hero_message_content {
	/*
	background: rgba(0, 0, 0, 0.05);   
	*/
	bottom: 5%; 
	width: 40%; 
}
@media (max-width:1420px) {
	div.hero_home div.hero_message_content {
		width: 60%;
	} 
}
@media (max-width:1150px) {
	div.hero_home div.hero_message_content {  
		bottom: 5%; 
		width: 40%;
		margin-left: -20px; 
	} 	
	div.hero_home div.donut_chart {
		margin-right: 20px;
	}	
}
@media (max-width:1024px) { 
	div.hero_home div.hero_message_content {    
	} 
}
@media (max-width:900px) {
	div.hero_home div.hero_message {
		position: relative;
	}
	div.hero_home div.hero_message_content { 
		bottom: 5px; 
		width: auto;
	}
} 
@media (max-width:800px) {
	div.hero_home div.hero_message {
		position: relative;
		margin-left: 0; 
		width: 20%;
	}
	div.hero_home div.hero_message_content { 
		bottom: 5px; 
		width: 100% !important; 
	}	
}
@media (max-width:680px) { 
	div.hero_home div.hero_message { 
		width: auto;
	}
}