/**************************************************/
/*                    WebFonts                    */
/**************************************************/



/**************************************************/
/*                     Layout                     */
/**************************************************/
body {

}

/*Contains all elements within the body*/
.wrapper {
	border-top: 10px solid #0062CD;
	border-left: 2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	padding:0px;
	max-width:1200px;

	/*Fix for iPhones width */min-width:initial;
	/* Never make webpage less than 1100px wide */
}

/*Contain all data area items other than Transactions on Account Page*/
main {
	padding:10px;
}
main > .grid {

}

/*Contains the Utility Navigation, Banner, and Primary Navigation*/
header {
	margin-bottom:0px !important;
}

/*Banner*/
header div.grid__unit ~ div.grid__unit:nth-child(2) {

}

/*Define Logo Here*/
.bank-branding {
	position:inherit;
	background-image:url('corner_logo.gif'), url('internet_bank.jpg');
	background-repeat:no-repeat;
	background-position:top left, left 65px;
	height: 240px;
}

/*Used around data areas*/
.content--block{
    background-color:#ffffff;
	color:#000000;
}

/*Additional Selectors For Data Tables*/
.content--block, #table--transactions, .checkfree-widget-container{

}
div[data-bind*="hasFinishedProcessing"], #tranLegend {

}
#transfer .content--block, #download .content--block, div.dropdown  .content--block{

}
div.dropdown  .content--block {

}

/*Padding For Checkfree Widget*/
.checkfree-widget-container {
	margin:0px;
	padding: 10px 0px 5px 0px;
}

/*Home Page Advertisement*/
.ad-container iframe{
	display:none;
}
.ad-container {
	width:100%;
	height:;
	background-image:;
	background-repeat:no-repeat;
	background-size:contain;
}
/*Terms & Conditions fix*/
#terms-container {
	width: 100%; position:relative;  top: 0px;left: 0px;
	}
#terms-actions {
	left:0%;
	}
/**************************************************/
/*                     Font                       */
/**************************************************/
/*Fonts should only be defined as pixels on the html element. Other elements should use REM units.*/
html {
	font-size:14px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1rem;
}

/*Link colors. To target data section only add main in front of the selector*/
a {
	color:#0062CD;
	text-decoration:underline !important;
}
a:hover, a:active {
	color:#0062CD;
}
p {
    color:#000000;
}
a.btn--acctCreate {
	font-size:1rem;
	color: #0062CD;
	text-decoration: none !important;
}

/*Negative Account Balance*/
.neg--balance {
	color:#ff0000;
}

/*Action Buttons*/
#printSpecial {
	text-decoration:none !important;
}
.btn--default {
	background-color:#0062CD;
	color:#ffffff;
	border: 2px solid #000000;
}
.btn--default:hover {
	background:#FFFFFF;
	color:#0062CD;
}
.btn--link {
	color:#2b2b2b;
}
.btn--link:hover {
	color:#2b2b2b;
}
.btn--primary, a.btn--primary {
	background:#0062CD;
	color:#ffffff;
	border: 2px solid #000000;
}
.btn--primary:hover, a.btn--primary:hover {
	background:#FFFFFF;
	color:#0062CD;
}
.btn--thead, .header--non-sortable, .table--underlined th {
	color:#ffffff;
}

/*Alerts*/
.badge {
	background:#007ec2;
	color:#ffffff;
}

/*MFA*/
.mfa-divider {
	background:#dfdfdf;
}
.mfa-divider:before {
	background:#ffffff;
}

/*Data Tables*/
.text--plain {
	color:#000000;
}
.slat {
	border-color:#dfdfdf;
}
.table--underlined>thead>tr>th, .table--underlined>tbody>tr>th, .table--underlined>tbody>tr>td {
	border-bottom:1px solid #dfdfdf;
}
.table--underlined>thead tr:last-child th {
	border-bottom-width:2px;
}
.table--underlined>tbody tr:last-child td, .table--underlined .no-border {
	border-bottom-width:0;
}
.table--underlined>tfoot td {
	border-top:1px solid #dfdfdf;
}
thead th {
	background: #0062CD;
}

/*Data Table Odd/Even Row Background Colors*/
#table--transactions tbody tr:nth-child(odd), .table--trans-recent tbody tr:nth-child(odd), #scheduled-transfers .table--underlined tbody tr:nth-child(odd), #stopPaymentList .table--underlined tbody tr:nth-child(odd), .table--underlined tbody tr:nth-child(odd) {
	/*stuff*/
}
#table--transactions tbody tr:nth-child(even), .table--trans-recent tbody tr:nth-child(even), #scheduled-transfers .table--underlined tbody tr:nth-child(even), #stopPaymentList .table--underlined tbody tr:nth-child(even), .table--underlined tbody tr:nth-child(even) {
	/*stuff*/
}

.arrow {
	border-color:#dfdfdf;
}
.arrow--top-right:after {
	border-bottom-color:#dfdfdf;
}

/*OPTIONAL FONTS*/
/*Data Area Header Dropdown - Account page*/
main div.grid:nth-child(1)  div.grid__unit:nth-child(1) div.dropdown ul li , main div.grid:nth-child(1)  div.grid__unit:nth-child(1) div.dropdown ul li a {

}
main div.grid:nth-child(1)  div.grid__unit:nth-child(1) div.dropdown ul li , main div.grid:nth-child(1)  div.grid__unit:nth-child(1) div.dropdown ul li a:hover {

}
main div.grid:nth-child(1)  div.grid__unit:nth-child(1) div.dropdown ul li {

}
main div.grid:nth-child(1)  div.grid__unit:nth-child(1) div.dropdown ul li:hover {

}
main div.grid:nth-child(1)  div.grid__unit:nth-child(1) div.dropdown ul li:hover a{

}
input, select {

}
h1, h2, h3, .h1, .h2, .h3 {

}
h4, h5, h6, .h4, .h5, .h6 {

}
h1, .h1 {
	font-size:1.71rem;
}
h2, .h2 {
	font-size:1.43rem;
}
h3, .h3 {
	font-size:1.28rem;
}
h4, .h4 {
	font-size:1.14rem;
}
h5, .h5 {
	font-size:1rem;
}
h6, .h6 {
	font-size:.86rem;
}

/*Various alerts messages */
.alert--error {
	background:#fbeae9;
	border-color:#f7d6d3;
	color:#ad3123;
}
.alert--info {
	background:#d9edf7;
	border-color:#bce8f1;
	color:#2e6a87;
}
.alert--success {
	background:#dff0d8;
	border-color:#d6e9c6;
	color:#3a703c;
}
.alert--warning {
	background:#fffdd5;
	border-color:#ffe89e;
	color:#8c6b33;
}
.text--error {
	color:#ad3123;
}
.text--info {
	color:#2e6a87;
}
.text--muted {
	color:#999;
}
.text--success {
	color:#3a703c;
}
.text--warning {
	color:#8c6b33;
}

/***** use this section when you need to target the eStatement Terms and Conditions link *****/
section a[href*="ElectronicStatements"] {}


/**************************************************/
/*            Utility Navigation                  */
/**************************************************/
/*Position of Utility Section*/
header div.grid:nth-child(1)  div.grid__unit:nth-child(1) {
	position:absolute;
}

/*Welcome Message*/
.message--welcome {
	padding-top:4px;
}
.message--welcome p {

}

/*Utility Navigation Buttons*/
.nav--utility {
	background-color:#CCFFFF;
}
.nav--utility li {

}
.nav--utility a{
	color:#0062CD;
	font-weight: bold;
	font-size:12px;
	font-style: italic;
}
.nav--utility a:hover {

}

/**************************************************/
/*            Primary Navigation                  */
/**************************************************/
/*Primary Navigation Positioning*/
header div.grid__unit ~ div.grid__unit:nth-child(3) {
	position:absolute;
	top: 50px;
}
header div.grid__unit ~ div.grid__unit:nth-child(3) > nav {
	float:right;
}
/*Navigation Buttons*/

.nav--primary li {
	margin-right:5px;
}
.nav--primary li a{
	background-color:#0062CD;
	color:#FFFFFF;
	text-decoration:none !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-weight: bold;
	border: 2px solid #0062CD;
}
.nav--primary li.is--selected a{

}
.nav--primary li a:hover {
	background-color:#FFFFFF;
	color:#0062CD;
	border: 2px solid #0062CD;
}
.nav--primary a {

}

/**************************************************/
/*            Account Navigation                  */
/**************************************************/
.nav--account {

}
.nav--account li a {
	background-color:#0062CD;
	color:#ffffff;
	border: 2px solid #000000;
	text-decoration:none !important;
	transition: 0s;
}
.nav--account li a:hover {

	background:#FFFFFF;
	color:#0062CD;
	transition: 0s;
}
.nav--account li.is--selected a {

}

/**************************************************/
/*                   Footer                       */
/**************************************************/
.page--footer {

}
footer nav{

}
footer p {

}
footer a {
	color:#0062CD;
	text-decoration:underline !important;

}


/**************************************************/
/*                Media Queries                   */
/**************************************************/
@media screen and (max-width: 830px) {
	/*Define Logo Here*/
	.bank-branding {
		background-image:url('corner_logo.gif');
		background-repeat:no-repeat;
		background-position:top left;
		height: 100px;
	}
	/*Welcome Message*/
	.message--welcome {
		position:absolute;
		top:40px;
		right:0px;
	}
	.message--welcome p {
	
	}

	/**************************************************/
	/*            Primary Navigation                  */
	/**************************************************/
	/*Primary Navigation Positioning*/
	header div.grid__unit ~ div.grid__unit:nth-child(3) {
		position:relative;
		top: 0px;
	}
	header div.grid__unit ~ div.grid__unit:nth-child(3) > nav {
		float:initial;
	}
}
@media screen and (max-width: 599px) {
	html {
		font-size:12px;
	}
	
	/*Add "mobile" logo here*/
	.bank-branding {

	}
	.wrapper {
		min-width:90%;
		padding:0px;
	}
	main {
		padding:10px;
	}
	.bank-branding {
		background-image:url('corner_logo.gif');
		background-repeat:no-repeat;
		background-position:center;
	}
	/*Position of Utility Section*/
	header div.grid:nth-child(1)  div.grid__unit:nth-child(1) {
		position:relative;
		background-color:#CCFFFF;
	}
	/*Welcome Message*/
	.message--welcome {
		position:relative;
		top:initial;
		right:initial;
	
	}
	#utilitySection, .message--welcome {
		float:none !important;

	}
	.message--welcome p:nth-child(1){
		float:left; padding-left:10px; line-height:40px; font-size:.8em;
	}
	.message--welcome p:nth-child(2){
		float:right; padding-left:10px; padding-bottom:10px; margin-top:12px
	}
	.nav--primary li {
		margin-right:0px;
	}
	.nav--primary li {
		border-bottom: 1px solid #ffffff;
		text-align:center;
	}
	.nav--primary li a{
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
	}
}
@media screen and (max-width: 415px) {

	#table--transactions, #scheduled-transfers, #stopPaymentList {
		font-size:10px;
		padding: 0px 2px;
		
	}
	thead th, td {
		padding: 0px 2px;
		font-size: 1rem;
	}
@media screen and (max-width: 360px) {
	html {
		font-size:10px;
	}
	thead th, td {
		padding: 0px 2px;
		font-size: 1rem;
	}
}