/*////////////////////////////////// Banner Styles //////////////////////////////////*/
#banner {
	background-color: #FFF;
}

#bannerHotspot {
	height: 100%;
	width: 7288px;
	top: 0px;
	left: 0px;
}

#bannerContent {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#bannerCopy {
    margin: 13px 0px 0px 0px;
    font-size: 18px;
    color: #FFF;
}

#bannerSubCopy {
    margin: 13px 3px 0px 0px;
    font-size: 9px;
    color: #646363;
}
#bannerSubCopy p {padding: 0px; margin: 0px;}
#bannerSubCopy p:first-child {font-weight: bold; font-size: 16px; color: #b1d34a; padding-bottom: 5px;}
#bannerCTA {font-weight: bold; font-size: 12px; color: #0065a4; padding-top: 10px; padding-right: 4px;}

/*////////////////////////////////// Panel Styles //////////////////////////////////*/
#panel {
	background-color: #FFF;
    color: #646363;
}


/*panel static links*/
.panelLinks{
    position: absolute;
	bottom: 0px;
	left: 0px;
	width: 718px;
    height: 25px;
    padding-right: 10px;
    background-color: #76004b;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.panelLogo {
    margin: 15px;
}

/*////////////////////////////////// Tab Styles //////////////////////////////////*/
#tabs {
	position: absolute;
	top: 0px;
	right: 0px;
	/*bottom: 0;*/
	left: 0px;
}

#tabButtons {
    margin-left: 140px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.tabButton {
	width: 114px;
    height: 25px;
    padding-top: 3px;
    font-size: 10px;
    font-weight: bold;
	text-align: center;
    border-top:1px solid #d0d0d0;
    border-left: 1px solid #646363;
    border-bottom: 1px solid #646363;
}
.tabButton.tabButtonOn {
	color: #FFF;
	background-color: #76004b;
    border: 1px solid #76004b;
}
.tabButton.tabButtonOff {
	background-color: #d0d0d0;
}

#tabButtons div:nth-child(5) {border-right: 1px solid #646363;}


.padTop {padding-top: 5px;}

.tabContent {
	position: absolute;
	top: 70px;
	left: 0;
    height: 480px;
    width: 728px;
    margin: 0px;
}

/* overall content tab header */
.Tab_Header {font-size: 12px; color: #626366; margin: 10px 15px}
.Tab_Header p {margin:0px 0px 10px 0px; padding: 0px;}
.Tab_Header p:first-child {font-size: 13px; color: #f26937;}
.Tab_Header span {color: #76004b;}

.Tab_Header ul {margin-top: 0px; padding-top: 0px;}
.Tab_Header ul ul {margin-top: 5px; padding-top: 0px;}

.Tab_Header ul li {
    margin-bottom: 5px; 
    font-size: 12px; 
    color: #646363;
}

.Tab_Header ul li:before {
    content: '';
    height: 3px;
    width: 3px;
    background-color: #f26937;
    display: block;
    position: absolute;
    border-radius: 1px;
    top: 4px;
    left: 0;
}

.Tab_Header ul li ul li:before {
    content: '';
    height: 1px;
    width: 3px;
    background-color: #f26937;
    display: block;
    position: absolute;
    border: 1px;
    top: 4px;
    left: 0;
}


/*tab chart placement */
.Tab_column {width: 50%; margin:0px;}
.Tab_column_left {width: 50%; margin:0px 10px 0px 0px; }
.Tab_column_right {width: 50%; margin: 0px 0px 0px 10px;}


/*////////////////////////////////// Tab 1 Styles //////////////////////////////////*/
#Tab_1_Content {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
   /* align-items: center;*/
    margin: 0px 15px;
    font-size: 13px;
    line-height: 14px;
    color: #76004b;
}

#Tab_1_Content p {margin:0px; padding: 0px;}
#Tab_1_Content p:first-child {padding-bottom: 10px;}

.narrowHead {color: #76004b; font-family: 'Roboto Condensed', sans-serif; font-size: 1.05em;}

#Tab_1_LowCopy {
    font-size: 10px;
    line-height: 10px;
    margin: 8px 15px 0px;
}

#Tab_1_LowCopy p {padding: 0px 0px 3px 0px; margin: 0px;}
#Tab_1_LowCopy p:last-child {font-size: 8px; margin-top: 3px;}

/*////////////////////////////////// Tab 2 Styles //////////////////////////////////*/
#Tab_2_Content {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
   /* align-items: center;*/
    margin: 0px 15px;
    font-size: 13px;
    line-height: 14px;
    color: #76004b;
}

#Tab_2_Content p {margin:0px; padding: 0px;}
#Tab_2_Content p:first-child {padding-bottom: 3px;}


#Tab_2_LowCopy {
    font-size: 10px;
    line-height: 10px;
    margin: 7px 5px 0px 15px;
}

#Tab_2_LowCopy p {padding: 0px 0px 3px 0px; margin: 0px;}
#Tab_2_LowCopy p:last-child {font-size: 7px; line-height: 8px}

/*////////////////////////////////// Tab 3 Styles //////////////////////////////////*/
#Tab_3_Content {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
   /* align-items: center;*/
    margin:25px 15px 0px 15px;
    font-size: 13px;
    line-height: 14px;
    color: #76004b;
}

#Tab_3_Content p {margin:0px; padding: 0px;}
#Tab_3_Content p:first-child {padding-bottom: 25px;}


#Tab_3_LowCopy {
    font-size: 7px;
    margin: 65px 15px 0px;
}

/*////////////////////////////////// Tab 4 Styles //////////////////////////////////*/
#Tab_4_Content {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
   /* align-items: center;*/
    margin: 15px;
    font-size: 13px;
    line-height: 14px;
    color: #76004b;
}

#Tab_4_Content p {margin:0px; padding: 0px;}
#Tab_4_Content p:first-child {padding-bottom: 3px;}
#Tab_4_Content .Tab_1_pad {margin:0px 0px 10px;}


#Tab_4_LowCopy {
    font-size: 7px;
    line-height: 7px;
    margin: 10px 15px 0px;
}

/*////////////////////////////////// Tab 5 Styles //////////////////////////////////*/
#Tab_5_Content {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    margin: 0px 15px;
}

#Tab_5_Content div:last-child {margin-left: 20px;}

#Tab_5_Content ul {margin-top: 0px; padding-top: 0px;}

#Tab_5_Content ul li {
    margin-bottom: 0px; 
    font-size: 10px; 
    color: #646363;
}

#Tab_5_Content ul li:before {
    content: '';
    height: 3px;
    width: 3px;
    background-color: #646363;
    display: block;
    position: absolute;
    border-radius: 1px;
    top: 4px;
    left: 0;
}

.Tab_5_Header {font-weight: bold; font-size: 16px; color: #76004b; margin:35px 0px 12px 15px;}

.Tab_5_SubHead {font-weight: bold; margin-bottom: 0px;}

.Tab_5_Wrap {overflow-wrap: break-word; margin: 0px;}

/*////////////////////////////////// POP UP MODULE //////////////////////////////////*/
/*popup button*/
.popupBTN {
	font-size: 10px;
	color: #FFF;
    font-weight: bold;
	margin: 8px 15px;
}

.popupBTN span:after {
    content: url(../img/popup_carrot.png);
    position: relative;
    top: 0px;
    left: 10px;
}

/*pop up window*/
.popupContent {
	width: 695px;
	bottom: 34px;
	left: 7px;
	padding: 8px;
}

.popupContent p {
	margin: 0 0 6px;
}

.popupContent ul li, .popupContent ol li {
	margin-bottom: 6px;
}


.ref_Content {
    display: flex;
    justify-content: space-between;
   font-size: 9px;
    margin: 35px 0px 0px 0px;
    padding: 0px;
    width: 550px;
}


.ref_Content div:last-child {
    font-size: 8px;
    transform: rotate(270deg);
}

.ref_img_pad {    margin: 40px 10px 0px 10px;}

/*////////////////////////////////// Other Styles //////////////////////////////////*/
.staticLinks {
	font-size: 11px;
	color: #000;
	display: flex;
	position: absolute;
	justify-content: center;
}
.staticLinks span {
	text-decoration: underline;
	cursor: pointer;
}
.staticLinks .rule {
	text-decoration: none;
	margin: 0 6px;
}