﻿/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);*/


/* LOCAL FONTS
----------------------------------------------------------*/

@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSans-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSans-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSans-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Italic.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSans-Italic.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSans-Italic.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSans-Italic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSans-Italic.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSans-Italic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSans-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSans-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSans-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSans-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSans-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSans-Bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSans-Bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSans-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSans-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSans-ExtraBold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSans-ExtraBold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSans-ExtraBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSans-ExtraBold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSans-ExtraBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("./fonts/OpenSansCondensed-Bold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSansCondensed-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSansCondensed-Bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSansCondensed-Bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSansCondensed-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSansCondensed-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSansCondensed-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: 700;
  font-style: normal;
}

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #e2f2fb;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #283576;
}

a:link, a:visited
{
    color: #283576;
    font-weight: 700;
}

a:hover
{
    color: #0c77ae;
    text-decoration: none;
}

a:active
{
    color: #0c77ae;
}

p
{
    margin-bottom: 15px;
}
sup, sub
{
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
  top: -0.5em;
}
h1 sup 
{
  font-size: 30%;
  top: -1.5em;
}
 
sub {
  bottom: -0.25em;
}
.uppercase {
	text-transform:uppercase;
}
strong, b
{
    font-weight:700;
}
em, i
{
    font-style: italic;
}

ul { 
   list-style-type: disc;  
   list-style-position: outside; 
   margin-left:45px;
}
ol { 
   list-style-type: decimal;   
   list-style-position: outside; 
   margin-left:45px;
}

li 
{
    padding-left:15px;
    padding-bottom:10px;
}

ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

hr {
	border:1px solid #82a0c5;
}

.offscreen {
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip; rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 20px;
}

h1
{
    font-size: 28px;
    font-weight: 800;
    line-height:32px;
}

h2
{
    font-size: 22px;
    font-weight: 700;
    line-height:26px;
    margin-top:20px;
}

h3
{
    font-size: 20px;
    font-weight: 700;
    line-height:24px;
}

h4
{
    font-size: 18px;
    font-weight: 700;
    line-height:22px;
}

h5
{
    font-size: 18px;
    font-weight: 400;
    line-height:22px;
}
h6
{
    font-size: 18px;
    font-weight: 400;
    line-height:22px;
}

/* NAVIGATION, HEADER AND FOOTER
----------------------------------------------------------*/

.topnav 
{
    background-color:#eeeeee;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:16px;
    padding:10px;
}
.topnav a, .nav a 
{
    text-decoration:none;
    color:#001d87;
    display:inline-block;
    margin-right:15px;
    margin-left:15px;
}
.es .nav a 
{
    margin-right:10px;
    margin-left:10px;
}
.topnav a:hover, .nav a:hover
{
    color: #0c77ae;
}
.topnav .right a
{
    color: #696969;
}
.topnav .right a:hover
{
    color: #ff982a;
}

.topnav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 1000;
}

.topnav ul a
{
	display:block;
}

.topnav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.topnav ul li:hover
{
	 
}

.topnav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#eeeeee;
	padding:10px 0px 0px 0px;
}

.topnav ul ul li
{
	float:none;
	width:200px
}

.topnav ul ul a
{
	line-height:120%;
	padding:10px 15px
}

.topnav ul ul li:hover
{
	 background-color:#f7f7f7;
}

.topnav ul ul ul
{
	top:0;
	left:100%
}

.topnav ul li:hover > ul
{
	display:block
}

.nav
{
    background-color:#f0e73a;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:18px;
    padding:10px;
    text-align:center;
}
.es .nav
{
    font-size:16px;
}
.bottomnav 
{
    background-color:#0c77ae;
    padding-bottom:10px;
    color:#fff;
    font-weight:600;
    font-size:14px;
    text-align:center;
}
.bottomnav a
{
    color:#fff;
    text-decoration:none;
    margin-right:5px;
    margin-left:5px;
}
.bottomnav a:hover 
{
    color:#f0e73a;
}
.bottomnav .bnavR img
{
    margin-right:10px;
    max-width:24px;
}
.bottomnav .bnavR
{
    padding-top:10px;
}
.bottomnav .bnavR a
{
    margin:0px;
}
.bottomnav .bnavM
{
    padding-top:20px;
}
.bottomnav .bnavL 
{
    max-width:228px;
}
.bottomnav .bnavL a
{
    margin:0px 0px 0px -5px;
}
.topnav a.first, .nav a.first, .bottomnav a.first
{
    margin-left:0px;
}
.topnav a.last, .nav a.last, .bottomnav a.last
{
    margin-right:0px;
}
.head
{
    background-color:#fff;
    padding-top:15px;
    padding-bottom:20px;
}
.head .headL
{
    padding-left:20px;
    font-weight:400;
    font-size:26px;
    line-height:30px;
    padding-top:10px;
}
.head .headL strong
{
    font-weight:800;
    font-size:30px;
    line-height:34px;
}
.head .headR 
{
    text-align:right;
    font-weight:700;
    font-size:28px;
    line-height:32px;
    padding-top:10px;
    padding-right:40px;
}
.head .logo img 
{
    width:250px;
}
.foot 
{
    background-color:#283576;
    color:#fff;
    font-size:12px;
    padding-top:20px;
    padding-bottom:20px;
    line-height:16px;
}
.foot .copyright 
{
    text-align:center;
    margin-bottom:20px
}

/* #Mobile Nav
================================================== */
.mobilenav 
{
    background-color:#fff;
}
.mobilenav .locbtn 
{
    float:right;
    padding-right:15px;
    font-size:48px;
    color:#283676;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8);
}
.navicon-line {
	width: 34px;
	height: 6px;
	border-radius: 1px;
	margin-bottom: 5px;
	background-color: #283676;
	-webkit-box-shadow: 1px 1px 0px 0px rgba(255, 249, 229, 0.75);
    -moz-box-shadow:    1px 1px 0px 0px rgba(255, 249, 229, 0.75);
    box-shadow:         1px 1px 0px 0px rgba(255, 249, 229, 0.75);
}
.sb-toggle-left {
	width: 58px;
	float: left;
	padding: 14px;
	
}
.sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}
.mobilenav .subline 
{
    background-color:#f0e73a;
    padding:5px;
}
.mobilenav .subline a
{
    text-decoration:none;
    font-weight:700;
}


/*menu nav*/
.sidenavmobile 
{
    text-align:center;
    cursor:pointer;
    font-size:30px;
    color:#c1452d;
}

/* #slidebars
================================================== */

.sb-slidebar {
	background-color: #283676 !important; /* Background colour. */
	color: #fff; /* Text colour. */
}
.sb-slidebar a {
	color: #f0e73a;
	text-decoration: none;
}
.sb-slidebar a:hover {
	color: #fff; /* Link hover colour. */
	text-decoration: underline;
}

/* Main Menu */
.sb-menu { /* Apply to <ul> or <ol>. */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sb-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1); /* Will lighten any background colour you set. */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Will darken any background colour you set. */
}

.sb-menu > li:first-child {
	border-top: none; /* Removes top border from first list item.. */
}

.sb-menu > li:last-child {
	border-bottom: none; /* Removed bottom border from last list item. */
}

.sb-menu li a {
	width: 100%; /* Makes links full width. */
	display: inline-block;
	padding: 1em; /* Creates an even padding the same size as your font. */
}

.sb-menu li a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.05); /* Will lighten any background colour you set. */
}

/* Borders */
.sb-left .sb-menu li a {
	border-left: 3px solid transparent;
}

.sb-left .sb-menu li a:hover {
	border-left: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

.sb-right .sb-menu li a {
	border-right: 3px solid transparent;
}

.sb-right .sb-menu li a:hover {
	border-right: 3px solid; /* Removes transparent colour, so border colour will be the same as link hover colour. */
}

/* Slidebar Type */

.sb-slidebar ul.sb-nav li a:hover {
	color: #f0e73a;
	text-decoration: none;
}

.sb-slidebar ul.sb-nav li span:hover {
	color: #f0e73a;
}

.sb-slidebar .sub a
{
    color:#fff;
}

.sb-slidebar .sub a:hover {
	color: #f0e73a; 
}

.sb-slidebar .impt a
{
    color:#bbe8ff;
}

.sb-slidebar .impt a:hover {
	color: #f0e73a; 
}


/* Slidebar section heads */

.sb-slidebar, .sb-slidebar h3 {
	color: #4156bf;
}
.sb-menu li.sb-section {
	background-color:#1e2859;
	width: 100%; 
	display: inline-block;
	padding: 0.5em; 

}

/*icons */
.circle-fa i 
{
    text-align: center;
	float: left;
	width: 36px;
	height: 36px;
	background-color:#1e2859;
	border-radius: 100%;
	margin-right: 15px;   
	font-size: 20px;
    line-height: 38px;
    margin-top:-5px;
    margin-bottom:-5px;
}

#sb-site { min-height:100%!important; } 


/* SLIDER
----------------------------------------------------------*/
.tp-bannertimer { display:none ! important}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}
.tp-caption.lg_white 
{
    font-size:40px;
    line-height:46px;
    text-transform:uppercase;
    font-weight:600;
    color:#fff;
}
.tp-caption.txt_center 
{
    text-align:center;
}
.tp-caption.txt_nocaps 
{
    text-transform:none;
}
.tp-caption.xlg_blue
{
    font-size:70px;
    line-height:70px;
    text-transform:uppercase;
    font-weight:800;
    color:#0f2e78;
}
.tp-caption sup 
{
    font-size: 20%;
    top: -3em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.mainheadwrapper 
{

}
.mainbodywrapper 
{
    background-color:#e4f3fb;
}
.mainbodywrapper .container 
{
    background-color:#fff;
}
.container .extendfull 
{
    margin-left:-2.5%;
    margin-right:-2.5%
}
.containerpad 
{
    padding: 20px;
}
.medtext 
{
    font-size:15px;
    line-height:19px;
}
.es .medtext 
{
    font-size:14px;
    padding-bottom:18px;
}
.left 
{
    text-align:left;
}
.left.float
{
    display:block;
    float:left;
}
.right 
{
    text-align:right;
}
.right.float
{
    display:block;
    float:right;
}
.center
{
    text-align:center;
}
.resizeimg img
{
    width:100%;
}
.shadowsep 
{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.55);
    height:4px;
}
.or-spacer {
    /*margin-top:100px;
    margin-left:100px;
    width:400px;*/
    position:relative;
}
.or-spacer .mask {
    overflow:hidden;
    height:20px;
}
.or-spacer .mask:after {
    content:'';
    display:block;
    margin:-25px auto 0;
    width:100%;
    height:25px;
    border-radius:125px / 12px;
    box-shadow:0 0 8px rgba(0, 0, 0, 0.2);
}
.or-spacer span {
    width:50px;
    height:50px;
    position:absolute;
    bottom:100%;
    margin-bottom:-25px;
    left:50%;
    margin-left:-25px;
    border-radius:100%;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.2);
    background:white;
}
.or-spacer span i {
    position:absolute;
    top:4px;
    bottom:4px;
    left:4px;
    right:4px;
    border-radius:100%;
    border:1px dashed #aaa;
    text-align:center;
    line-height:40px;
    font-style:normal;
    color:#999;
}
.imgcover img
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.imgresize img { width:100%; }

a.img { border:0; }

.shadow-lt-med 
{
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 3px 10px 0px rgba(0, 0, 0, 0.25);
}

.box img { width:100%; }

.bluebox {
	background-color:#bed8fb;
	color:#273676;
	font-size:22px;
	line-height:normal; 
	font-weight:700;
	padding:20px;
}

.roundedbox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.yellowbox {
	background-color:#f7f3a4;
	color:#273676;
	font-size:22px;
	line-height:normal; 
	font-weight:700;
	padding:20px;
}

.bluebox-reg {
	background-color:#bed8fb;
	color:#273676;
	line-height:normal; 
	padding:20px;
    	margin-left:-20px;
}
.bluebox-reg-rounded {
	background-color:#bed8fb;
	color:#273676;
	line-height:normal; 
	padding:20px;
  	-webkit-border-radius: 15px;
  	-moz-border-radius: 15px;
  	border-radius: 15px;
   	margin-left:-20px;
   	height:auto;
}




/* PAGE SIDE ELEMENTS   
----------------------------------------------------------*/

.locatorbox 
{
    margin:0px 0px 0px auto;
    width:100%;
    padding:10px 15px 5px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color:#cde2fe;
}
.locatorbox .bit-85, .locatorbox .bit-15
{
    padding: 0.3em;
}
.locatorbox .txthead 
{
    font-size:18px;
    font-weight:800;
    color:#283576;
    text-transform:uppercase;
    text-align:center;
    padding-bottom:2px;
}
.locatorbox input[type=text]
{
    font-weight:700;
    color:#283576;
    font-size:18px;
}

.sidebox-amscot 
{
    margin-top:40px;
	background-image: url(../images/side-amscot-foot.png);
	background-repeat: no-repeat;
	background-size:contain;
	background-position: center bottom;  
	padding-bottom:150px;  
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.sidebox-amscot.noimg
{
    margin-top:0px;
	background-image:none;
	padding-bottom:0px;  
}
.lightblue
{
	background-color:#cde2fe;
}
.darkblue
{
	background-color:#283576;
}
.topround {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.sidebox-amscot.glow
{
	background-image: url(../images/sideback-glow.jpg) !important;
	padding-bottom:120px; 
}
.links {
	padding-top:10px;
}
.sidebox-amscot .links a {
	background-color:#154c93;
	border: 3px solid #9ec0ed;
	color:#fff02a;
	text-decoration:none;
	padding:10px;
	display:block;
	width:80%;
	margin:10px auto;
	text-align:center;
	font-weight:bold;
}

.sidebox-amscot .links a:after {
   font-family: FontAwesome;
   content: "\f04b";
   float:right;
   font-size:12px;
}
.sidebox-amscot .links a.twoline:after {
	margin-top:-10px;
}
.sidebox-amscot .links a.threeline:after {
	margin-top:-20px;
}
.sidebox-amscot .links a.fourline:after {
	margin-top:-30px;
}

.sidebox-amscot .links a:hover {
   background-color:#1856a7;
   border: 3px solid #a9cdfd;
}

.sidebox-amscot .sidequotes {
	padding:20px 40px 0px 40px;
	color:#fff;
}
.sidebox-amscot .sidequotes h4 {
	color:#f0e73a;
}
.sidebar .listlinks {
	padding:40px 0px;
}
.sidebar .listlinks a
{
    display:block;
    padding:10px 0px;
    border-bottom: 1px solid #7e8dd9;
    text-decoration:none;
    color:#283576;
}
.sidebar .listlinks a.first
{
    border-top: 1px solid #7e8dd9;
}
.sidebar .listlinks a:hover, .sidebar .listlinks a.active
{
    background-color:#ebf3fe;
}
.sidebar .listlinks a:before {
   font-family: FontAwesome;
   content: "\f04b";
   float:left;
   color:#000;
   font-size:12px;
   padding-right:10px;
   margin-right:50px;
   -webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.sidebar .listlinks a:hover:before, .sidebar .listlinks a.active:before {
   color:#283576;
}

.sidebar .palebox {
	background-color:#fffeeb;
	margin: 20px 0px;
}
.sidebar .palebox .boxhead {
	background-color:#419ff6;
	color:#fff;
	font-weight:700;
	text-align:center;
	padding:10px;
}
.sidebar .palebox .list {
	font-size:12px;
	padding:10px 20px;
}
.sidebar .palebox .list a {
	text-decoration:none;
}

.sidebar .listlinks h1 {
     border-bottom: 1px solid #7e8dd9;
     padding-bottom:20px;
     margin: 0px 0px 0px 0px;
}


/* COMMON PAGE ELEMENTS   
----------------------------------------------------------*/

.pgbanner 
{
    background-position:top center;
    background-repeat:no-repeat;
    background-size: cover;
    text-align:center;
    background-color: #283576;
	-webkit-box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.pgbanner img 
{
    width:100%;
}
.pgbanner .title, .pgbanner .title h1 {
	color:#fff;
	font-size:40px;
	font-weight:700;
	line-height:40px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	padding:0px; 
	margin:0px;
}
.pgbanner .title.dkshadow, .pgbanner .title.dkshadow h1 {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.pgbanner .thin {
	height:100px;
}
h1.imgtitle {
	margin:0px;
	padding:0px;
}

.caption {
    background-color: #263377;
    font-size: 12px;
	line-height:14px;
    text-align: center;
	color:#fff;
}
.caption img  {
	border: 3px solid #a4c6e4;
}
.caption .txt {
	padding:5px;
}
.caption .txt strong {
	font-size:14px;
}

/* HOME PAGE ELEMENTS   
----------------------------------------------------------*/

.containerpadhome
{
    padding: 20px 0px;
    line-height:20px;
}
.hometitle h1 { font-size:30px; line-height:30px; font-weight:400; }
.formbox 
{
    background-color:#cde2fe;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	min-height:194px;
	overflow:hidden;
}
.es .formbox 
{
	min-height:234px;
}
.formbox .lft
{
    text-align:center;
    padding-top:20px;
}
.formbox .ctr
{
    padding: 15px 10px;
	text-align:left;
	font-size:14px;
	color:#283576;
	font-weight:600;
}
.formbox .rgt .locatewrap 
{
    padding:30px 40px;
}
.formbox .rgt .locsearch 
{
    font-size:16px;
}
.btn.cahmbtn {
	width:100%;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.btn.icon.home .txt {
	text-align:left;
	text-transform:uppercase;
	color:#efe73a;
	font-size:22px;
}
.btn.icon.home .txtsub {
	font-size:15px;
	line-height:15px;
	color:#fff;
}
.btn.icon.home .ico_play {
	margin-top:10px;
}
.btn.icon.home.bigger .txt {
	font-size:30px;
}
.btn.icon.home.bigger .txtsub {
	font-size:16px;
	line-height:28px;
}
.icon.home.bigger {
    padding: 20px 0px;
}
.icon.home.bigger .ico_play {
    width: 45px;
    height: 45px;
    margin-right: 20px;
}
.icon.home.bigger .ico_play:after {
    top: 9px;
    border-width: 13px 0 13px 18px;
}
.servicelinks a
{
    display:block;
    padding:10px 0px;
    border-bottom: 1px solid #7e8dd9;
    text-decoration:none;
    color:#000;
	font-weight:normal;
}
.servicelinks a:hover
{
    background-color:#ebf3fe;
}
.servicelinks a.last
{
    border-bottom: none;
}
.servicelinks h2 {
	margin-top:0px;
}
.newsfeed h2 
{
    font-size:30px; 
    font-weight:400; 
    padding-top:0px;
    margin-top:0px;
}
.newsfeed h3 
{
    margin-bottom:10px;
    font-size: 16px;
    line-height:20px;
}
.newsfeed p 
{
    color:#000;
    font-size:14px;
}
.newsfeed .itm  
{
    padding-bottom:20px;
}
.newsfeed .btn 
{
    font-size:12px;
}
.newsfeed .ftbar 
{
    /*background-color:#283576;
    padding:5px 20px;*/
    text-align:right;
    margin-top:-30px;
}
.newsfeed .ftbar a 
{
    /*text-decoration:underline;
    color:#fff;*/
    text-decoration:none;
    font-weight:700;
    font-size:12px;
}


/* PAGE SPECIFIC ELEMENTS
----------------------------------------------------------*/

.cashadvance .content img 
{
    max-width:700px;
}

.billsearch {
	margin:0px auto;
    width:100%;
    padding:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color:#283576;
	text-align:right;
}
.billsearch .txthead 
{
    font-size:18px;
    font-weight:800;
    color:#f0e73a;
    text-transform:uppercase;
    text-align:center;
    padding-bottom:2px;
}
.billsearch input[type=text]
{
    font-weight:700;
    color:#283576;
	width:100%;
}
.billersuggest {
	background-color:#bed8fb; 
	padding:20px 20px 10px 20px; 
	margin-bottom:20px;
}
.billersuggest .bit-30 { 
	padding-top:5px;
}
.buttonbox {
	margin-top:20px !important;
}
.buttonbox a {
	color:#000;
	background-color:#f9bf27;
	border:3px solid #fff;
	padding:20px 10px 0px 5px;
	text-decoration:none;
	display:block;
	line-height:15px;
	text-align:center;
	height:60px;
}
.buttonbox a:hover {
	background-color:#f9d36f;
}
.buttonbox a:after {
   font-family: FontAwesome;
   content: "\f04b";
   float:right;
}
.cash-advance-stories p {
	margin-bottom:30px;
}
.commercials .videobox  {
	text-align:center;
	padding-right:20px;
	padding-bottom:20px;
}
.commercials .videobox .thumb {
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.commercials .videobox .thumb .overlay {
	width:100%;
	padding:30px 0px;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
}
.commercials .videobox .thumb .overlay:hover {
	background-color: rgba(0, 0, 0, 0);
	cursor:pointer;
}
.commercials .videobox .thumb .overlay img {
	width:60px;
	height:60px;
	margin:0px auto;
}
.commercials .videobox h4 {
	padding:10px 0px;
	margin:0px;
}

.articlebox {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:20px;
	padding:20px;
}
.articlebox h2, .articlebox h2 a {
	margin:0px;
	padding:0px;
	font-size:18px;
}
.articlebox .category {
	font-size:14px;
	font-style:italic;
	margin-bottom:10px;
	border-bottom:1px solid #fff;
}
.articlebox a {
	text-decoration:none;
}
.articlesearch {
	margin:0px auto 20px auto;
    width:100%;
    padding:15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color:#cde2fe;
	text-align:right;
}
.articlesearch .txthead 
{
    font-size:18px;
    font-weight:800;
    color:#2C679B;
    text-transform:uppercase;
    text-align:center;
    padding-bottom:2px;
}
.articlesearch input[type=text]
{
    font-weight:normal;
    color:#666;
	width:100%;
}
.article h1 {
	font-size: 20px;
	margin:0px;
	padding:0px;
}
.article ul, .article ol 
{
    padding-bottom:20px;
}
.article li
{
    padding-bottom:10px;
}
.article .category {
	font-style:italic;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #cde2fe;
}
.article .body {
	padding-bottom:40px;
}
.article img {
    width: auto;
    padding-bottom:10px;
}
.article img.left {
    padding-right:10px;
}
.article img.right {
    padding-left:10px;
}
.article img.row1 {
    padding-right:2px;
}
.article img.row2 {
    padding-left:1px;
    padding-right:1px;
}
.article img.row3 {
    padding-left:2px;
}
.article img.full {
    width:100%;
    padding-bottom:0px;
}
.loclist {
	background-color:#fffeeb;
	padding:10px;
	margin-bottom:20px;
	border-bottom: 2px solid #ffde77;
}
.loclist .distance {
	font-size:14px;
	font-style:italic;
	padding-top:10px;
}
.loclist .address {
	font-weight:700;
}
.loclist .address, .loclist .numbers {
	line-height:18px;
	margin-bottom:5px;
}
.loclist .maplink {
	padding-bottom:20px;
}

.selectlocationbox 
{
    padding:0px; 
    margin:0px 10px 10px 0px; 
    border: 1px solid #f0e73a; 
    float:left; 
    width:250px;
    background-image: url('images/trans_white_10.png');
    background-repeat: repeat;
    background-position: left top;
    -webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.24);
    -moz-box-shadow:    2px 2px 5px rgba(50, 50, 50, 0.24);
    box-shadow:         2px 2px 5px rgba(50, 50, 50, 0.24);
}
.selectlocationnohover
{
    padding:5px; 
    background-color:#eeee91; 
    color:#728f89; 
    font-weight:bold;
    font-size:11pt;
}
.selectlocation
{
    padding:5px; 
    background-color:#f0e73a; 
    cursor: pointer; 
    color:#161d87; 
    font-weight:bold;
    font-size:11pt;
    text-align:center;
}
.selectlocation:hover
{
    background-color:#fffa9c; 
}
.choosewindow
{
    background-image: url('images/blueback.jpg');
    background-repeat: repeat-x;
    background-position: left bottom;
    width:100%;
}
.notary img {
    width: auto;
    padding-bottom:30px;
}
.notary img.left {
    padding-right:50px;
}
.location .sec2 .btn-secondary 
{
    background-color:#2b5699;
    border-color:#2b5699;
}
.location .sec2 .btn-secondary:hover
{
    background-color:#283576;
    border-color:#283576;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }
  
  #content:focus {
  outline: none; }
  
  .text-danger {
  color: #dc3545 !important; }
  
 
 /* NEWSLETTER SIGNUP */
  
.newsletter {
	background-color: #cde2fe;
}
.newsletter label#email_address_label_0 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.newsletter div#gdpr_text a, .newsletter div#gdpr_text_altplacement a {
	font-weight: normal;/*color:#000;*/
}
.newsletter .ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text {
/*color:#000;*/
}
.newsletter div#gdpr_text {
	display: none;
}
.newsletter div#gdpr_text_altplacement {
	font-size: 11px;
	line-height: normal;
	padding: 30px 20px 20px 20px;
}
.newsletter button.ctct-form-button {
	color: #EFE73A;
	font-weight: bold;
	font-size: 16px;
	background-color: #34459a;
	border: 0px;
	padding: 6px 16px;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	max-width: 300px;
}
.newsletter button.ctct-form-button:hover {
	background-color: #0c77ae
}
.newsletter .ctct-form-embed.form_0 .ctct-form-defaults {
	padding: 0px;
}
.newsletter input#email_address_0 {
	width: 100%;
	max-width: 300px;
	color:#666;
}
.newsletter p.ctct-form-errorMessage, div#network_error_message_0 {
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}
.newsletter .signupboxes .outwrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.newsletter .signupboxes .inwrap {
	padding-left: 20px;
	border-left: 2px solid #fff;
}
.newsletter .desctext {
	max-width: 600px;
	margin: 20px 0px 20px 50px;
}
.newsletter div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
	min-height: 100px;
	display: block;
	background-color: #f6fbff;
	border-radius: 5px;
	padding: 10px 20px;
	border: 1px solid #3a559f;
}
.newsletter .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
	font-size: 20px;
}
.newsletter .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text {
	font-size: 14px;
	margin-bottom: 0px;
}
.newsletter h3 
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}