﻿/*    Top Header Styles   */
#head_top {
	margin: 10px;
}
#head_topnav SPAN {
	float: right;
	display: inline-block;
	font-size: 14px;
}
#head_topnav SPAN A, #head_topnav SPAN A:visited, #head_topnav SPAN A:hover {
	color: #0067ac;
	padding: 0 5px;
}
#hdTopSearch {
	float: right;
	width: 30%;
	position: relative;
	display: none;
}
#searchDropMobile {
	padding: 5px 2% 5px 2%;
	background-color: #7EC0EB;
}
/********* MY CHART LOGIN ************/
#sidr #MyChartLogin A {
	font-size: 18px;
	color: #5DAFE7;
	font-weight: normal;
	font-family: TradeGothicCon, 'Franklin Gothic', 'Fjalla One', 'Oswald', sans-serif;
	font-weight: normal !important;
	padding: 10px 0 10px 10px;
	display: block;
	width: auto;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e4e4e), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4e4e4e,#1a1a1a);
	background-image: -moz-linear-gradient(#4e4e4e,#1a1a1a);
	background-image: -o-linear-gradient(#4e4e4e,#1a1a1a);
	background-image: linear-gradient(#4e4e4e,#1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
}
#MyChartLogin {
	background-color: #444;
	padding: 0 0 10px 0;
}
#MyChartLogin .row {
	margin: 4px 0 0 10px;
	font-family: Univers,Open-Sans, sans-serif;
	font-size: 14px;
}
#MyChartLogin .row INPUT {
	font-size: 12px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #666;
	background-color: #EEE;
	color: #333;
	margin: 0 10px 2px 0;
}
#MyChartLogin .row IMG {
	position: relative;
	height: 20px;
	width: auto;
	display: inline-block;
	top: 5px;
}
#MyChartLoginMain {
	display: none;
	width: 250px;
	right: 5px;
	position: absolute;
	top: -10px;
	z-index: 9999;
	float: right;
	font-size: 13px;
	color: #FEFEFE;
	background-color: #5DAFE7;
	padding: 25px 10px 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#MyChartLoginMain DIV {
	padding: 0 0 10px 0;
	z-index: 9999;
	position: relative;
}
#MyChartLoginMain LABEL {
	padding-right: 10px;
	width: 100px;
	display: inline-block;
}
#MyChartLoginMain .centered {
	padding: 0px;
	text-align: center;
}
#MyChartLoginMain .centered SPAN {
	padding: 0 10px;
}
#MyChartLoginMain DIV A {
	color: #FFF;
}
#MyChartLoginMain .applinks {
	height: 40px;
	width: auto;
	position: relative;
	margin-top: 5px;
}
#MyChartLoginMain .applinks IMG {
	height: 100%;
	width: auto;
	margin-right: 5px;
	position: relative;
}
.txtfield-mc {
	width: 100px;
	font-size: 11px;
	color: #333;
	height: 15px;
}
/****************** Brand Header **********************/
#head_brand {
	position: relative;
	float: left;
}
/* Nav Header */
#head_mainlinks {
	clear: both;
	float: left;
	width: 100%;
	max-height: 20px;
}
#head_topnav {
	position: relative;
	float: left;
	display: none;
	width: 70%;
}
#hdTopLinks {
	color: #4d4d4f;
	font-size: 12px;
	text-align: right;
	width: 69%;
	float: right;
	margin-right: 1%;
	font-family: UniversLight, sans-serif;
	display: none;
}
#hdTopLinks UL {
	list-style: none;
	float: right;
	margin: 5px 0 0 0;
	position: relative;
	-webkit-padding-start: 0px;
}
#hdTopLinks UL LI {
	float: left;
}
#hdTopLinks UL LI A, #hdTopLinks UL LI A:visited {
	display: inline-block;
	padding: 0 7px;
	color: #4D4D4D;
}
#head_topnav A.topnav, #hdNavBar A.topnav:visited, A.topnav:hover {
	font-family: TradeGothicCon, 'Franklin Gothic', 'Fjalla One', 'Oswald', sans-serif;
	font-weight: normal !important;
	font-size: 20px;
	position: relative;
	color: #00225E;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin: 0 20px 20px 0;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
#head_contactinfo {
	float: right;
	position: relative;
	width: 25%;
	text-align: right;
	z-index: 25;
	margin-right: 2%;
	border-bottom: solid 1px #FFF;
}
/************** Blue Page Header Bar / Breadcrumbs *********************/
#breadcrumb {
	padding: 20px 25px 0px 13px;
	font: 12px/140% Univers, sans-serif;
	color: #2d2d2d;
}
#breadcrumb::after {
    content: "";
    clear: both;
    display: table;
}
#breadcrumb SPAN {
	display: block;
	float: left;
	margin: 0 7px 0 0;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb A {
	color: #0d76bb;
	text-decoration: underline;
}
#breadcrumb a:hover  {
	color:#00344a;
}

.bartitle, H2.bartitle {
	padding: 13px 0 10px 1%;
	float: left;
	clear: both;
	width: 100%;
	font-family: TradeGothicCon, 'Franklin Gothic', 'Fjalla One', 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: normal !important;
	position: relative;
	color: #FFF !important;
	text-transform: none;
	text-decoration: none;
	cursor: default;
	display: block;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 7px 0;
	line-height: 125%;
}
.bartitle A, .bartitle A:visited {
	float: left;
	width: auto;
	clear: both;
	font-family: TradeGothicCon, 'Franklin Gothic', 'Fjalla One', 'Oswald', 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: normal !important;
	position: relative;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	display: block;
}
.bartitle A:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #FFF;
}

@media screen and (min-width:320px) {

	#head_contactinfo {
	    top: -55px;
	    width: 40%;
	    position: relative;
	    float: right;
	    margin: 0px 10px 0px 0px;
	}
	
	#phoneLabel {
	    font-size: 16px;
	    display: block;
	    white-space: nowrap;
	    width:100%;
	  text-decoration: none;
	}
	
	#loginLabel {
	    font-size: 13px;
	    display: block;
	    white-space: nowrap;
	    width:100%;
	    text-decoration: underline;
	}
	
	#head_contactinfo SPAN {
	    display: none;
	}
	#head_mainlinks {
	    height: 0px;
	}
	#head_brand {
	    position: relative;
	    float: left;
	    margin: 0 0px 0px 0;
	    top: -10px;
	}
	#mobile-menu  {
	    display: block;
	}
		
}

@media screen and (min-width:600px) {
	
	#head_mainlinks {
	    height: 20px;
	}

	#head_contactinfo {
	    top: -22px;
	    width: 19%;
	    margin-right: 20px;
	}
	
	#phoneLabel, #loginLabel {
	    display: block;
	    width: 97%;
	    margin-right: 3%;
	}
	
	#phoneLabel {
	    font-size: 22px;
	}
	
	#loginLabel {
		font-size: 15px;
	}
		
	#head_topnav {
	    position: relative;
	    float: left;
	    display: block;
	    width: 74%;
	}
	
	#head_topnav A.topnav, #hdNavBar A.topnav:visited, A.topnav:hover {
	    margin: 0 2.3% 20px 0;
	    font-size:19px;
	}
	
	#mobile-menu {
	    display: none;
	}
		
	#hdTopSearch {
	    float: right;
	    width: 40%;
	    position: relative;
	    top: 0px;
	    margin-left: 20px;
	    display:block;
	}

}

@media screen and (min-width:740px) {

	#hdTopLinks {
	    color: #4d4d4f;
	    font-size: 12px;
	    text-align: right;
	    width: 65%;
	    display:inline-block;
	    float: right;
	    margin-right: 1%;
	    font-family: UniversLight, sans-serif;
	}
	#hdTopSearch {
	    float: right;
	    width: 28%;
	    position: relative;
	}
	#head_brand {
	    position: relative;
	    float: left;
	    margin: 0 10px 35px 0;
	    clear: both;
	    top:0px;
	}
}

@media screen and (min-width:900px) {
	
	#head_topnav A.topnav, #hdNavBar A.topnav:visited, A.topnav:hover {
	    margin: 0 2.5% 20px 0;
	    font-size:20px;
	}
	#translate_tab, #giving_tab {
	    display:block;
	}
}

@media screen and (min-width:1200px) {
	
	#phoneLabel {
		font-size: 22px;
	} 
	
	#head_topnav {
	    position: relative;
	    float: left;
	    display: block;
	    width: 70%;
	}
}

@media screen and (min-width: 1300px) {
	
	#head_topnav A.topnav, #hdNavBar A.topnav:visited, A.topnav:hover {
	    font: 22px TradeGothicCon;
	    font-weight: normal !important;
	    margin: 0 23px 0 0;
	}
	#head_mainlinks {
	    font-size: 16px;
	}
	
	#head_contactinfo {
	    margin-right: 0%;
	}
	
	#head_contactinfo {
	    top: 0px;
	    width: 30%;
	    margin-right: 0px;
	}
	
	#phoneLabel, #loginLabel {
	    display: inline;
	    width: auto;
	    font-size: 20px;
	    margin-right: 0%;
	}
	
	#head_contactinfo SPAN {
	    display: inline;
	}
}
