@import url(//fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(//fonts.googleapis.com/css?family=Rokkitt:400,700);
/* ========================================= HTML 5 and basics */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,div{display:block;position:relative;padding:0;margin:0;}.left {float:left;}.right {float:right;}.txtl{text-align:left;}.txtc{text-align:center;}.txtr{text-align:right;}.clear{clear:both;}img{border:0;}.clearfix:after{visibility:hidden;display:block;font-size:0;content:"";clear:both;height:0;}.clearfix{min-height:0;display:block;}* html .clearfix{height:1%;}

/* ================================================= Text & Links */
body, td, div, select, textarea, input {
	font: 16px 'Rokkitt','Times New Roman', Times, Georgia, serif;
	color: #254a63;
}
body.mceContentBody{background:#fff;color:#000;text-align:left;} /* Website Amigo paste from word*/
a {
	text-decoration: none;
	color: #e88254;
	text-decoration: underline;
	transition: all .2s ease;
	outline:none;
}
a:hover {
	text-decoration: none;
}
i.fa{margin-right:5px;}/*font awesome */
h1, h2, h3, h1 a, h2 a, h3 a, legend {
	color: #e88254;
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	margin: 0 0 .3em;
	font-size: 1.87em;
}
h2 {
	margin:1.5em 0 .3em;
	font-size: 1.4em;
	color:#437495;
	border-bottom:1px solid #f6cdbb;
}
#rightcol h2 { color: #fff; font-size: 1.87em; margin: 0 0 10px; padding: 0 0 10px; border-bottom: 2px solid #254a63; }
.home #rightcol h2 { border-bottom: 2px solid #894b2c; }
h3 {
	margin:1.5em 0 .3em;
	font-size: 1.1em;
	color:#437495;
}
#rightcol h3 { color: #fff; margin: 0 0 10px; }

p {margin:0 0 1em;line-height:1.4em;}
ul,ol{margin:0 0 1em 30px;padding: 0;}
ul li, ol li{line-height:1.3em;margin: .3em 0;padding: 0;}
li ol, li ul{margin-bottom:0;}
.little{font-size:.8em;}

/* =================================================== Page Content */
figure.right,figure.left{text-align:center;margin:0;padding:5px;border:1px solid #ccc;background:#fff;}
figure.right{margin:0 0 5px 15px;}
figure.left{margin:0 15px 5px 0;}
figcaption{padding:0;margin:5px 0 0 0;font-size:.85em;}
img.right{margin:0 0 5px 15px;}
img.left{margin:0 15px 5px 0;}
#leftcol aside, #rightcol aside{clear:both;padding:1px 0 10px;}
#rightcol img{max-width:100%; height:auto;}
hr{height:0;margin: 2em 0; border:none;border-top:1px dashed #ccc;}
.blist {
    list-style: outside none none;
    margin: 1em 0;
    width: 250px;
}
.blist li a, a.btn, a.button, form.lj input.submit, .calc td input.submit {
    background: #437495;
    color: #fff;
    display: block;
    font: 1.5em/1em "Ubuntu Condensed",Arial,Helvetica,sans-serif;
    padding: 16px 10px 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 3px;
}
.blist li a.light, a.btn.light, a.button.light, form.lj input.submit.light, .calc td input.submit.light{background:#ccc;}
a.button { display: inline-block; margin: 0 10px; }
form.lj input.submit, .calc td input.submit{padding:16px 20px 15px 20px;border:none;}
.blist li a:hover, a.btn:hover, form.lj input.submit:hover{opacity:.7;}
a.btn{display:inline-block;margin-right:6px;margin-bottom:6px;padding:16px 20px 15px 20px;}
a.btn i{margin-right:5px;}
a.btn:last-child{margin-left:0;}

/* ======================================================== Tables  */
.grid{width:100%;border-collapse:collapse;margin:1em 0;}
.grid th, .grid td{padding:10px 15px;}
.grid thead th, .grid tbody th{background:#eee;border:1px solid #ccc;border-bottom:3px solid #437495;}
.grid tbody th{background:#eee;border:1px solid #ccc;border-right:2px solid #437495;}
.grid td{border:1px dashed #ccc;border-bottom:1px solid #ddd;
	-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;
}
.grid tbody tr{-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;}
.grid tbody tr:hover{-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);}

.calc{border-collapse:collapse;margin:1em 0;}
.calc td{padding-bottom:5px;padding-right:5px;}
.calc td input{font-size:1.2em;font-weight:bold;padding:5px;border: 2px solid #f6cdbb;border-radius: 3px;}
 .calc td textarea{width:90%;height: 200px;padding:5px;border: 2px solid #f6cdbb;border-radius: 3px;}
/* ================================================= Page Structure */
body{margin:0;padding:0;text-align:left;
	background: #e88254;
}
.pagewidth {
	margin:0 auto;
	width:980px;
}
#wrapper{
	background: #fff;
	width: 100%;
	overflow: hidden;
	clear: both;
	z-index: 1;
}
#rightcol{
	float:right;
	z-index: 2;
	width: 250px;
	background: #437495;
	margin: 15px 0;
	/*padding: 30px 30px 15px;*/
	padding: 20px 20px 15px; /*changed after changing calculator to ultimate checking in inside pages sidebar*/
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	color: #fff;
}
/*.home #rightcol{ background: #e88254; }*/
.home #rightcol{ background: transparent; }

#maincol{float: left;z-index: 1;
	width: 730px;
	padding: 25px 30px 15px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* ========================================================== Header */
header.heady{
	width: 100%;
	z-index: 3;
	background: #fff url('../images/header-bg.png') repeat-x left top;
	height:214px;
	border-bottom: 9px solid #894b2c;
}
header.heady .pagewidth{
	height:214px;
}
header.heady h1 {margin:0;position:absolute;
	top:20px;
	left:29px;
}
header.heady h1 img{width:253px;}
header.heady p.info-links {
	color: #437495;
	position:absolute;
	top:53px;
	right:30px;
	font: 1.2em 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
}
header.heady p.info-links a {
	color: #437495;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	padding: 0 7px 0 5px;
}
header.heady p.info-links a:last-child {
	padding-right: 0;
	padding-left:9px;
	border-left:2px solid #437495;
}
header.heady p.info-links a:hover{text-decoration: underline;}
header.heady p.phone {
	margin: 18px 30px 0 0;
	float: right;
	color: #437495;
	font: 1.4em 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
}
header.heady p.phone i.fa-phone { 
    color: #e98357;
    font-size: 1.1em;
    padding: 0 2px 0 0;
    top: 2px;
    position: relative; 
}
header.heady p.phone a{text-decoration: none;	color: #437495;}

form.lj.search{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    text-align: right;
    top: 94px;
}
form.lj.search input {
    display: inline;
    width: 191px;
}
form.lj.search input.submit {
    font-size: 1.1em;
    line-height: 1em;
    margin: 0 0 0 4px;
    padding: 6px;
    position: relative;
    top: 2px;
    width: auto;
}

/* ========================================================== Content */

.btns-holder {
	width: 100%;
	overflow: hidden;
	margin: 0;
}
.btns-holder a {
	padding: 16px 12px;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0 0 6px;
	color: #fff;
	text-transform: uppercase;
	font: 1.5em/1em 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	text-align: left;
	background: #254a63;
	white-space: nowrap;
	opacity: 1;
	text-decoration: none;
}
.btns-holder a.banking { background: #254a63; }
.btns-holder a.visa { background: #beae85; }
.btns-holder a.rates { background: #e88254; }
.btns-holder a.online { background: #a1a9b1; }
.btns-holder a.calculators { background: #894b2c; }

.btns-holder a i.fa {
	margin: 0 10px 0 0;
	font-size: 0.8em;
	vertical-align: bottom;
	padding-bottom:.1em;
}
.btns-holder a:hover{opacity: .7;}

#rightcol .btns-holder { margin-bottom: 10px; }
#rightcol .btns-holder a { font-size: 1.2em; }
#rightcol .btns-holder a i.fa { font-size: 1em;padding-bottom:0; }

/* ============================================ Sidebar */
#rightcol p, #rightcol li, #rightcol a { color: #fff; }
#rightcol a { text-decoration: underline; }
#rightcol .btns-holder a, #rightcol .btns-holder a:hover{text-decoration: none;}
#rightcol a{text-decoration:none;}
#rightcol a:hover { text-decoration: underline; }
#rightcol ul {
    margin-bottom: 0;
    margin-left: 15px;
}
#rightcol a.btn {
    background: #894b2c none repeat scroll 0 0;
    font-size: 16px;
    margin-right: 0;
}
#rightcol a.btn:hover{text-decoration: none;}


/* ========================================================== Footer */
footer.footy {
	width: 100%;
	border-top: 9px solid #894b2c;
	background:#e88254;
}
footer.footy .pagewidth {
	padding: 15px 0;
	overflow: hidden;
}
footer.footy a{
	color:#fff;
	text-decoration: none;
}
footer.footy a:hover{
	color:#fff;
	text-decoration: underline;
}
footer.footy p{
	margin:0;
}
footer.footy .logos {
	float: left;
	margin: 3px 22px 0 30px;
}
footer.footy .logos a:first-child{margin-right:10px;}
footer.footy p#copy, footer.footy p#copy a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #894b2c;
}
footer.footy .footer-nav ul {
	width: 100%;
	overflow: hidden;
	margin: 0 0 2px;
	list-style: none;
}
footer.footy .footer-nav ul li {
	float: left;
	margin: 0;
	position: relative;
}
footer.footy .footer-nav ul li a {
	color: #fff;
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	padding: 0 10px;
	position: relative;
}
footer.footy .footer-nav ul li a:after {
	content: '';
	display: block;
	height: 16px;
	width: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 2px;
}
footer.footy .footer-nav ul li:first-child a { padding-left: 0; }
footer.footy .footer-nav ul li:first-child a:after { display: none; }

footer.footy .work-hours { 
	float: right; 
}
footer.footy section { 
	float: left; 
	margin: 0 30px 0 0;
}
footer.footy section h3 { 
	font-size: 1em;
	color: #fff;
	margin: 0;
}
footer.footy section p { 
	color: #894b2c;
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

/* ================================================ Horizontal Menu */
#hamburger { display: none; }
#hnav {clear:both;float:left;width:100%;margin:0;padding:0;position:absolute; 
   	bottom:0;
}
#hnav ul {margin:0;padding:0;list-style:none;}
#hnav ul li {margin:0;padding:0;position:relative;float:left;}
#hnav ul li a {display:block;margin:0;
   	padding: 23px 21px 21px;
   	font-size: 24px;
   	line-height: 1em;
   	text-decoration: none;
   	color: #fff;
   	text-transform: uppercase;
   	font-family: 'Rokkitt', serif;
   	background: #e88254;
}
span.lowercase { text-transform: none; }
#hnav ul li a:hover, #hnav ul li:hover a {
   	color:#894b2c;
}
/* Center Menu */
#hnav ul{float:right;position:relative;right:50%;}#hnav ul li{position:relative;left:50%;}#hnav ul ul{right:auto;}#hnav ul ul li {left:auto;}
/* Submenu items */
#hnav ul ul {position:absolute;opacity:0;left:-888em;top:100px;
	width:265px;
	padding: 10px 0;
}
#hnav ul ul li {clear:left;margin:0;padding:0;width:100%;}

#hnav ul ul li a, #hnav ul li:hover ul li a{
	background:#894b2c;
	color:#fff; 
	padding: 10px 10px 10px 27px;
	font-size: 19px;
}
#hnav ul ul li a:hover,
#hnav ul li:hover ul li a:hover{ 
	background:#e88254; 
   	color:#fff;
}
#hnav ul li:hover ul{left:0;height:auto;opacity:1;
top:67px; /* =(#hnav lineheight + #hnav ul li a top/bottom padding/margin) */ 
}


/* =========================================================== Slider */
.slideshow-holder {
	width: 100%;
	overflow: hidden;
	margin: 0;
	background: #437495;
}
.slideshow-holder .pagewidth {
	overflow: hidden;
}
.slideshow-holder .btns-holder {
	float: right;
	/*width: 230px;*/
	width: 240px; /*Added after adding "Ultimate Checing Instead of Calculators*/
	margin: 9px 7px 0 0;
}
.iosslider-responsive {
    height: 332px;
    position: relative;
    overflow: visible;
    width: 726px;
    float: left;
}
.cms-page-editor-preview .iosslider-responsive {height: auto;}/*website amigo*/

.iosslider-responsive > .container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cms-page-editor-preview .iosslider-responsive > .container{position: relative;}/*website amigo*/
.iosslider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height: 100%;
}
.iosslider .slider {
	width: 100%;
	height: 100%;
}
.iosslider .slider .slide {
	float: left;
	width: 100%;
    height: 100%;
}
.iosslider .slider .slide .content {
	width: 320px;
	max-height: 100%;
	padding: 20px 30px 10px;
	overflow: hidden;
	margin: 20px 30px 0;
	background: #fff;
	background: rgba(255,255,255,0.8);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	z-index: 10;
	position: absolute;
}
.iosslider .slider .slide .content h2 {
	font-size: 1.87em;
	margin: 0 0 5px;
}
.iosslider .slider .slide .content p {
	font-size: 1.12em;
}
.iosslider .slider .slide .content a{white-space: nowrap;}
.iosslider .slider .slide img {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	margin: 0; 
}
.iosslider .navigation-block {
	text-align: center;
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
}
.iosslider .navigation-block .item {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 5px;
	background: #437495;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}
.item.selected{border:2px solid #fff;top:2px;}
.iosslider .navigation-block .item:nth-child(4n+2) { background: #beae85; }
.iosslider .navigation-block .item:nth-child(4n+3) { background: #e88254; }
.iosslider .navigation-block .item:nth-child(4n+4) { background: #a1a9b1; }
.iosslider .navigation-block .item:nth-child(4n+5) { background: #894b2c; }

/* =========================================================== Forms */
input, select, textarea{-webkit-appearance: none;}
form.lj fieldset {
border:1px solid #eee;  /* Fieldset Border */
margin:  0 0 1em 0;padding: 0 1em 1px;
}
form.lj input, 
form.lj select,
form.lj textarea {
color:#254a63;             /* Input Text Color */
display: block;
width: 94%;
background: #fff;
border: 2px solid #f6cdbb; /* Input Border */
padding:.25em .5em;
font-weight:bold;
border-radius:3px;
}
form.lj input:focus, form.lj select:focus, form.lj textarea:focus{-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);}
form.lj .submit {
border: none;
display:inline;margin:0 2em 1em 0;width: auto;cursor:pointer;}
form.lj .submit.light{color:#ccc;font-weight:normal;}
form.lj legend {     /* color defined above with h3 */
background:#fff;font-size: 1.1em;font-weight:bold;}
form.lj .ammerspay{position:absolute;width:50px;top:0;left:-5000px;}
form.lj fieldset.radio{margin: 1em 0 1em 0;}
form.lj fieldset label.radio,form.lj fieldset.radio label{cursor:pointer;line-height:1.6em;}
form.lj fieldset.radio input,form.lj label.radio input {width:auto;float:left;margin-right:6px;border:none;background:none;}
form.lj fieldset.float label,form.lj fieldset label.float{display:inline; float:left;white-space: nowrap;margin-right: 15px;}
form.lj input.hidden {border:none;padding:0;display:inline;}
form.lj legend a {font-weight:normal;font-size:.9em;}
form.lj label{display: block;margin-bottom: 1em;}
form.lj label.f3{float:left;width:33.3%;}
form.lj label.f3 input{width:90%;}
form.lj label.f2{float:left;width:50%;}
form.lj label.f2 input{width:93%;}
form.lj .first{padding-top: 1em;}
form.lj select{width:auto;}
form table,form h2{margin-left:0;margin-right:0;}
form.lj p{margin:0 0 .25em 0;padding:0;}
form.lj {margin-top: 1em;margin-bottom:1em;}

/* ========================================================= Alerts */
h3.alert, h3.alertyes, h3.alertwarn{font-size:12px;line-height:16px;padding:5px 5px 5px 30px;color:#000;border: 2px solid #0c0;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;margin-top:.8em;margin-bottom:1.8em;background: #cfc;border-radius:3px;/*-moz-box-shadow:0 5px 10px 0px rgba(0,0,0,.7);-webkit-box-shadow:0 5px 10px 0px rgba(0,0,0,.7);box-shadow:0 10px 5px -5px rgba(0,0,0,.3);*/position:relative;}
h3.alert{background: #fcc;border-color:#c00;}
h3.alertwarn{background: #ffc;border-color:#ff3;}
h3.alert:before, h3.alertyes:before, h3.alertwarn:before{content:'!';position:absolute;left:0px;top:0px;background:#c00;text-align:center;padding:0px 10px 0px 8px;color:#fff;height:100%;line-height:2em;}
h3.alertyes:before{content:'✓';background:#0c0;padding:0px 8px 0px 6px;}
h3.alertwarn:before{content:'i';background:#ff3;color:#000;text-transform: none;}
#fm {
    margin: 15px 0;
    text-transform: none;
    display:none;
}
.is-cms #fm{display:block;min-height: 1em;}

/* =========================================================== Grids */
.cols2, .cols3, .cols4, .cols5, .cols6{clear:both;overflow:hidden;}.cols2 section,.cols3 section,.cols4 section,.cols5 section,.cols6 section{float:left;margin-left:2%;}.cols2 section:first-child, .cols3 section:first-child, .cols4 section:first-child, .cols5 section:first-child, .cols6 section:first-child{margin-left:0}.cols2 section{width:49%;}.cols3 section{width:32%;}.cols4 section{width:23.5%;}.cols5 section{width:18.4%;}.cols6 section{width:15%;}.cols3 .merge2{width:66%;}.cols4 .merge2{width:49%;}.cols5 .merge2{width:38.8%;}.cols6 .merge2{width:32%;}.cols4 .merge3{width:74.5%;}.cols5 .merge3{width:59.2%;}.cols6 .merge3{width:49%;}.cols5 .merge4{width:79.6%;}.cols6 .merge4{width:66%;}.cols6 .merge5{width:83%;} 

.cols2 section i.fa{margin-left:1px;}

#sb-body h2 { margin-top: 15px; }
#sb-body a.button { font-size: 1.2em; padding: 10px 15px; }

/* =========================================================== Mobile */
.ismobile{display:none !important;}


/* =============================
NEW CSS - SALES PAGES
==============================
 */
.sale-h1 {
	/*font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;*/
	color: #426077;
	/*font-size: 74px;*/
	/*font-size: 62px;*/
	/*font-size: 52px;*/
	font-size: 44px;
	font-weight: bolder;
	line-height: 1.2;
	margin: 0;
	text-transform: capitalize;
	font-family: sans-serif;
}

.sale-h2 {
	color: #ed6833;
	/*font-size: 62px;*/
	/*font-size: 52px;*/
	/*font-size: 44px;*/
	font-size: 36px;
	font-weight: bolder;
	margin: 0;
	border-bottom: 3px solid #426077;
	text-transform: capitalize;
	font-family: sans-serif;
}

.sale-border {
	border-bottom: 2px solid #426077;
}

.sale-para {
	margin-top: 12px;
	font-family: sans-serif;
	color: #ed6833;
	font-size: 28px;
	line-height: 1.2;
}

.sale-span {
	font-weight: bolder;
	font-size: 32px;
}

.sale-list {
	list-style: none;
	font-size: 24px;
	margin-left: 0;
}

.sale-para-2 {
	font-size: 24px;
}

.sale-para-3 {
	font-size: 14px;
	margin-bottom: 12px;
}

.sale-email-input {
	/*width: 50%;*/
	width: 55%;
	display: block;
	padding: 12px 12px;
	/*box-sizing: border-box;*/
	/*border: none;*/
	border: 4px solid #f0cfbf;
	border-radius: 5px;

}

.sale-label {
	font-size: 24px;
}

.sale-asterick {
	color: #ed6833;
}

.sale-btn:link,
.sale-btn:visited,
input[type=submit]{
	margin-top: 24px;
	margin-bottom: 64px;
	display: inline-block;
	/*font-size: 44px;*/
	font-size: 36px;
	/*font-size: 30px;*/
	text-decoration: none;
	/*padding: 12px 48px;*/
	padding: 12px 36px;
	background: #ed6833;
	color: #fff;
	border-radius: 10px;
	font-family: sans-serif;
	font-weight: bold;
	box-sizing: border-box;
	border: none;

	transition: all .2s;
}

.sale-btn:hover,
.sale-btn:active,
input[type=submit]:hover,
input[type=submit]:active {
	background: #be5329;
	cursor: pointer;
}

.btn--apply {
	margin-top: 0px !important;
	padding: 12px 96px !important;
}

.sale-thanks-para {
	font-size: 24px;
	margin-top: 24px;
	font-family: sans-serif;
	color: #212529;
}

.sale-form-messages {
}
.sale-form-messages span{
	/*width: 70%;*/
	/*margin: 0 auto;*/

	/*display: inline-block;*/
	color: white;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 3px;
	padding: 10px;
}

.sale-success {
	background-color: green;
}

.sale-error {
	background-color: maroon;
}


/* =============================
NEW CSS - SALES PAGES - 23 May 2022
==============================
 */
.sale-image {
	display: block;
	width: 100%;
}