@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:400,300|Julius+Sans+One);
/*
COLOR PALETTE
Primary color (lime green): #0024ff
Content Color(teal): #000;

*/
body {
	/* font-family: 'Lato', sans-serif !important; */
	font-family: "Helvetica Neue", sans-serif !important;
	font-weight: bold;
}
/*--------- Topbar ----------*/
.tab {
	background-color: #000;
	height: 8px;
	position: relative;
	top: 0;
	z-index: 999;
}
.tab ul.login {
	background-color: #000;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	height: 35px;
	display: block;
	position: relative;
	width: 570px;
	line-height: 42px;
	margin: 0;
	padding-left: 10px;
	/*	right: 150px;*/
	color: white;
	float: right;
}
.tab ul.login li.left {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li.right {
	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
.tab ul.login li {
	text-align: left;
	padding: 10px 6px 6px 6px;
	display: block;
	float: left;
}
.tab ul.login li a {
	color: #FFFFFF !important;
}
.tab ul.login li a:hover {
	color: white;
}
.tab .sep {
	color: #FFFFFF
}
.tab a.open, .tab a.close {
	height: 15px;
	line-height: 15px !important;
	cursor: pointer;
	display: block;
	width: 75px;
	position: relative;
}
/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	top: 0;
	width: 100%;
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
}
#panel {
	width: 100%;
	height: 400px;
	color: #999999;
	background: #000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}
#panel h4 {
	color: #0024ff !important;
	font-size: 1.6em;
	font-weight: 300;
	margin-top: 20px;
	line-height: 30px;
}
#panel h4 span {
	display: block !important;
	font-size: 14px;
}
#panel p {
	color: #fff !important;
	font-size: 1em;
	font-weight: 400;
	line-height: 2em;
}
#panel a {
	text-decoration: none;
	color: #0024ff;
}
#panel a:hover {
	color: #fff;
}
#panel a-lost-pwd {
	display: block;
	float: left;
}
.space-fix {
	margin-right: 1px;
	margin-top: 0;
	padding-right: 6px;
}
#tel-section{
	padding-right: 10px;
}
.tab a.close {
	float: none !important;
	font-size: 13px !important;
	font-weight: normal !important;
	line-height: 20px;
	color: #000;
	text-shadow: none !important;
	color: #FFF !important;
	opacity: 1 !important;
}
.close:hover, .close:focus {
	opacity: 1 !important;
}
.top {
	background-color: #0024ff;
	height: 8px;
}
.height-fix {
	height: 30px;
}
.icon-phone {
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 35px;
	background-position-y: 0px;
}
.contact {
	background-color: #0024ff;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 25px;
	padding: 5px;
}
.contact p {
	color: #FFF !important;
	font-weight: bold;
	font-size: 13px !important;
	float: left;
	text-transform: uppercase;
	padding-right: 10px;
	vertical-align: middle;
}
/*--------- Header ----------*/

.head-bg {
	background-color: #fff;
}
/*Logo*/
.logo {
	padding-top: 0;
	padding-bottom: 20px;
	float: left;
  width: 150px;
}
/*Navigation*/
nav {
	padding-top: 70px;
}
.nav-pills > li > a {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #000 !important;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	background: #eee !important;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.social-nav {
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: 10px !important;
	line-height: 0px !important;
	border-radius: 0px;
	margin-top: -5px !important;
}
.space-left {
	margin-left: 30px;
}
.social-nav:hover {
	background-color: transparent !important;
}
#main-nav .nav {
	margin: 0px 0px 40px 0px;
}
#main-nav .nav li {
	list-style-type: none;
	float: left;
	margin-right: 12%;
	font-weight: bold;
}
#main-nav .nav li.last {
	margin-right: 0 !important;
}
#main-nav .nav li a {
	font-size: 1.3em;
	color: #000;
	font-weight: 600;
}
#main-nav .nav a:hover, #main-nav .nav a:focus {
	text-decoration: none;
	background: none;
	color: #0e25d5;
	font-weight: 600;
}
#main-nav .nav li a.selected {
	color: #0e25d5 !important;
}
.dropdown-menu {
	left: 0px !important;
}
.nav .dropdown-toggle .caret {
	margin-top: 8px;
	border-top-color: #000;
	border-bottom-color: #000;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
	border-top-color: #000 !important;
	border-bottom-color: #000 !important;
}
.dropdown-menu>li {
	float: none !important;
	margin-right: 0px !important;
}
#main-nav .nav .dropdown-menu>li>a {
	color: #000 !important;
	font-size: 14px !important;
	font-weight: normal;
}
#main-nav .nav .dropdown-menu>li>a:hover {
	color: #FFFFFF !important;
}
#main-nav .nav .dropdown-menu>li>a.selected {
	color: #FFFFFF !important;
	background-color: #0e25d5;
}
/*--------- Typography ----------*/
#main-content h2, #main-content h3, #main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
h1 {
	color: #FFF !important;
	font-size: 2.5em;
    line-height: 1.2em;
	font-weight: 300;
}
h1 a {
    color: #000;
}
h1 a:hover, h1 a:focus {
    color: #333;
}
h2 {
	color: #000 !important;
	font-size: 1.8em;
    line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
}
h3 {
	color: #000 !important;
	font-size: 1.5em;
    line-height: 1.2em;
	font-weight: 300 !important;
	text-transform: uppercase;
}
h4 {
	color: #000 !important;
	font-size: 1.2em;
    line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 20px;
}
p, #main-content ul li, #main-heading ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #333333 !important;
    margin-bottom: 10px;
}
#main-content ul, #main-heading ul {
    margin: 20px 0;
    padding-left: 20px;
}
#main-content ul li::marker, #main-heading ul li::marker {
    color: #0024ff;
}
/*--------- Slider ----------*/

.slider {
	height: 428px;
	width: 740px;
}
.rslides {
	margin: 0 auto 40px;
	list-style-type: none;
	max-width: 100%;
}
#slider2, #slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs li {
	width: 100% !important;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
#main-article {
	padding-top: 20px !important;
}
.know hr {
    border-color: #ccc;
    border-bottom:none;
}
/*--------- Secondary Navigation ----------*/
.nav-tabs > li > a {
	color: #000 !important;
	font-size: 18px;
	font-weight: 300;
}
.nav-tabs>li>a {
	border: none !important;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	border: none !important;
	background: #ffffff !important; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 1%, #eaeaea 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #ffffff), color-stop(100%, #eaeaea)) !important; /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 1%, #eaeaea 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #ffffff 1%, #eaeaea 100%) !important; /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 1%, #eaeaea 100%) !important; /* IE10+ */
	background: radial-gradient(ellipse at center, #ffffff 1%, #eaeaea 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}
#main-article .nav {
	margin-bottom: 10px !important;
}
.tab-content h4 {
	color: #0024ff !important;
	margin-top: 0px !important;
	font-weight: bold;
	font-size: 17px !important;
}
/*Banner*/

.banner .container {
	background: transparent;
}
.banner {
	background: #000;
    background: linear-gradient(0deg, #1a1a1a, #000);
	height: auto !important;
    overflow: hidden;
}
.banner-main {
	background-image: url(../img/banner2.png);
	background-repeat: no-repeat;
	height: auto;
	background: #3f5afb; /* Old browsers */
	background: -moz-linear-gradient(top, #3f5afb 0%, #0024ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f5afb), color-stop(100%, #0024ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3f5afb 0%, #0024ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3f5afb 0%, #0024ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3f5afb 0%, #0024ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3f5afb 0%, #0024ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f5afb', endColorstr='#0024ff', GradientType=0 ); /* IE6-9 */
}
.banner-inner {
    background: #000;
    background: linear-gradient(0deg, #2c2c2c, #000);
	height: 120px;
}
.pull-up {
	margin-top: -120px;
}
.compare-pull-up {
	margin-top: -120px;
}
.banner-main-inner img {
	z-index: 0;
	/*position: absolute;*/
	left: 460px;
}
.banner-main h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 2.5em;
	color: #FFF !important;
	font-weight: 300;
	margin-top: 50px;
	line-height: 50px;
}
.banner-main h2 {
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 1.8em;
	color: #FFF !important;
	font-weight: 300;
}
/*Quote Box*/
.quote-box {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	z-index: 500;
	position: absolute;
	height: 250px;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 4px 4px rgba(50, 50, 50, 0.75);
	display: block;
	height: auto;
	width: auto;
}
.quote-box hgroup {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.quote-box h3 {
	color: #941313 !important;
	font-weight: bold;
	text-transform: uppercase !important;
	font-family: 'Helvetica Neue', sans-serif;
	text-shadow: none !important;
	float: left;
}
.grad {
	/*min-height: 1300px;*/
	float: left;
	background: #eee;
}
.inner-quote {
	background: #000;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
	height: auto;
	padding: 20px;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}
.inner-quote hgroup {
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
}
.inner-quote h3 {
	color: #FFFFFF !important;
	font-weight: 300 !important;
	text-transform: uppercase !important;
	font-family: 'Helvetica Neue', sans-serif;
	text-shadow: none !important;
	float: left;
}
.inner-quote p {
	color: #FFFFFF !important;
}
.inner-quote .turquoise {
	width: 200px;
	font-weight: bold !important;
}
.banner-main-inner h1 {
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 10px 0;
	z-index: 100;
	position: relative;
	height: 100px;
	padding-top: 25px;
}
.banner-main-inner h3 {
	color: #000 !important;
	font-family: 'Julius Sans One', sans-serif;
	font-weight: normal;
	float: none;
	margin-bottom: 10px;
	width: auto;
}
.banner-main-inner p {
	color: #000;
	line-height: 25px;
	margin: 17px 0;
}
.quote-btnn {
	margin-bottom: 10px;
}
.quoteform {
	margin-top: 15px;
}
#main-article .nav {
	margin-bottom: 10px !important;
}
.tab-content h4 {
	color: #000 !important;
	margin-top: 0px !important;
	font-weight: bold;
	font-size: 17px !important;
}
/*--------- Boxes----------*/

.box-grey {
	padding: 20px;
	background-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.box-red {
	padding: 33px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #001fe5; /* Old browsers */
	background: -moz-linear-gradient(top, #001fe5 0%, #0024ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001fe5), color-stop(100%, #0024ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #001fe5 0%, #0024ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #001fe5 0%, #0024ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #001fe5 0%, #0024ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #001fe5 0%, #0024ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001fe5', endColorstr='#0024ff', GradientType=0 ); /* IE6-9 */
}
.box-red p, .box-red h2, .box-red a {
	color: white !important;
}
/*videos*/

.video img {
	width: 100% !important;
}
#mcts1 {
	height: 86px;
	margin: 0 auto;
	padding: 16px 20px;
	white-space: nowrap;
	position: relative;
	font-size: 0px;
}
/*--------- Buttons ----------*/

.lrmore {
	background: #333; /* Old browsers */
	background: -moz-linear-gradient(top, #333 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333 0%, #131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333 0%, #131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333 0%, #131313 100%); /* IE10+ */
	background: linear-gradient(to bottom, #333 0%, #131313 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#131313', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: white !important;
	font-size: 13px;
	width: 100px;
	text-shadow: none !important;
	margin-top: 20px;
	border-bottom: 1px solid #333;
}
.lrmore:hover {
	background: #000 !important; /* Old browsers */
}
/*--------- Footer ----------*/

footer {
	margin-top: 20px;
	padding-top: 20px;
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff', GradientType=0 );
}
footer h3 {
	color: #000 !important;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
}
footer a {
	color: #0024ff !important;
}
footer ul {
	margin: 0;
}
footer ul li {
	list-style: none;
}
footer ul li a {
	color: #000 !important;
}
#footernav nav {
	padding-top: 50px !important;
}
#footernav nav ul {
	margin-left: 0px;
}
#footernav nav > ul > li {
	float: left;
	padding: 0;
	margin-left: 10px;
	list-style: none;
	font-size: 0.8em;
}
#footernav nav > ul > li:first-child {
	margin: 0 0 0 0px !important;
}
#footernav nav > ul > li > a {
	color: #000 !important;
	font-size: 1.2em;
}
#footernav nav > ul > li.active {
	font-weight: bold !important;
}
#footernav nav > ul > li > a:hover, #footernav nav > ul > li > a:focus {
	color: #0e25d5 !important;
}
#copyright p {
	padding-top: 50px !important;
	text-align: right;
	font-weight: 500;
}
#copyright a {
	color: #0e25d5 !important;
}
.cont a:hover, .cont a:focus, #copyright a:hover {
  color: #4961f4 !important;
}
.whats-new-content h4 {
	color: #000 !important;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	margin-top: 20px;
}
.whats-new-content {
	margin-top: 20px;
	color: #005895 !important;
	font-size: 12px !important;
	line-height: 14px;
	padding-right: 20px;
	padding-left: 20px;
}
.whats-new-content p {
	color: #000 !important;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
}
.whats-new-content a.titlefield {
	font-size: 13px;
	font-weight: 600;
	margin: 7px 0;
	color: #0024ff !important;
	display: block;
}
.whats-new-content .datefield {
	display: block;
}
.twitter-username a {
	font-size: 20px;
	color: #0024ff !important;
}
.twitter-username a:hover {
	font-size: 20px;
	color: #000 !important;
}
/*-- Nav Social Icons --*/
.social {
	float: left;
	margin-left: 0px !important;
	width: 100%;
}
.social > li {
	list-style-type: none!important;
	float: left;
}
.social > li > a {
	text-decoration: none;
	text-shadow: none;
	margin: 0 0 5px 15px;
	padding: 5px 5px 10px 5px !important;
	vertical-align: middle!important;
	background-color: #c4d862;
}
.social > li > a:focus, .social > li > a:hover {
	background-color: #000;
}
.ie-fix {
	display: none;
}
iframe {
	width: 100% !important;
	height: 400px;
	border: none;
}
.iframe-fix {
	border: none;
	height: 1800px;
}
.bdr-none {
	border: none !important;
	width: 100%;
	height: 500px;
}
input, button, select, textarea {
	font-family: 'Helvetica Neue', sans-serif;
}
a {
	color: #0e25d5;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0024ff;
	text-decoration: none;
}
/*Blog*/
.blog-addition {
	overflow: hidden;
	position: relative;
}
.blog-addition div.grad {
	height: auto;
}
.blog-left-addition, .blog-right-addition {
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}
.blog-addition header, .blog-addition footer {
	background: none;
}
.blog-newsfeed > br,.blog-newsfeed p > br,.blog-newsfeed p:last-child{display:none;}
.site-main h1 {
	font-size: 1.9em;
	padding-bottom: 15px;
	height: auto;
}
.site-main footer {
	margin-top: 0px;
	padding: 0px;
}
.site-main h1, .site-main a {
	color: #0024ff !important;
}
.widget-area {
	padding: 20px;
}
.titlefield {
	font-family: 'Julius Sans One', sans-serif;
	font-size: 1.3em;
}
.datefield {
	font-size: 0.8em;
	text-transform: uppercase;
	display: block;
}
.descriptionfield {
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 20px 0;
}
/*.blog {
	display: block;
	float: left;
	padding: 25px;
	background-color: #d5d5d5;
	border-top: 1px solid #ffffff;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.blog h4 {
	color: #183114 !important;
	font-size: 1.5em;
	font-weight: 700;
	float: left;
}
.blog .span6 {
	text-align: right;
}
.blog .span6 a {
	color: #183114 !important;
	font-size: 12px;
	font-weight: 700;
}*/
#rssfeeds {
	/*height: 400px;*/
}
.refreshpost {
	font-size: 11px!important;
	clear: both;
}
.refreshpost a {
	color: #183114 !important;
	text-align: left;
	font-weight: 700;
}
.viewmore {
	display: block;
	float: right;
	margin-top: -30px;
	font-weight: 600;
	font-size: 11px!important;
}
.viewmore a {
	text-decoration: none;
	color: #888;
	color: rgba(255,255,255,0.4);
}
.cs {
	margin-top: 850px;
}
/*Corousel*/

.list_carousel {
	margin: 0 0 0px 0px;
	width: auto !important;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: auto;
	height: auto;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
/*Fixes*/

.standout {
	margin: 30px 0px;
}
.standout h2 {
	margin-bottom: 0px;
}
.pad-30 {
	padding: 30px 0px;
}
/* Slider*/
.banner .miniQuote {
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.miniQuote h6 {
	font-size: 44px !important;
	color: #fff;
	line-height: 1;
	font-weight: 100 !important;
}
.miniQuote p {
    color: #fff!important;
}
.lrmore1 {
	width: 150px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #000 !important;
	text-shadow: none !important;
	margin-top: 20px;
}
.lrmore1:hover {
	background: #eee !important; /* Old browsers */
}
#main-nav .nav .dropdown-menu > li > a:hover, #main-nav .nav .dropdown-menu > li > a:focus {
	color: #fff !important;
	background: #0e25d5;
}
.selected {
	color: #0e25d5!important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff !important;
	text-decoration: none;
	background: #0e25d5;
}
/*Banner*/

.banner h1, .banner h2, .banner h3, .banner h4 {
	color: #ffffff;
}
.banner .span4 {
	text-align: center;
}
/*Carousel*/
.carousel {
	margin-bottom: 0;
}
.carousel-inner {
	width: auto;
}
.carousel .item {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.carousel .active.left {
	left: 0;
	opacity: 0;
	z-index: 2;
}
.banner .carousel-inner {
	border-top-right-radius: 50%;
	-moz-border-top-right-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	-moz-border-bottom-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	/*border-width: 3px 40px 3px 0;
	border-style: solid;
	border-color: #000 #000 #000 transparent;*/
    background: #333;
    background: linear-gradient(0deg, #1a1a1a, #333);
    box-shadow: inset -20px 5px 10px #555, 1px 1px 5px #000;
}
.banner .carousel-inner img {
	border-top-right-radius: 50%;
	-moz-border-top-right-radius: 50%;
	-webkit-border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	-moz-border-bottom-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
}
.carousel-indicators .active {
	background-color: #d4c6aa;
}
.carousel-indicators li {
	background-color: #f0e8d8;
}
.carousel-indicators {
	height: 10px;
	position: static;
	float: right;
	width: auto;
	margin-top: -30px;
}
#carrier-carousel .carousel-inner {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #f0e8d8;
	margin-bottom: 20px;
}
.thumbnail {
	box-shadow: none;
	border: 0;
	padding: 0;
}
.thumbnails {
	margin-bottom: 0;
}
/*Form Elements*/
input {
	font-family: Helvetica, Arial, sans-serif;
}
/*.btn {
	font-family: 'Cinzel', serif;
	border: none;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #d4c6aa;
	color: #ffffff;
	font-size: 20px;
	transition: all .1s ease-out .1s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
*/select {
	border: 0;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 22px;
	border: 0;
	box-shadow: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.miniQuote input {
	display: block;
	margin: 10px auto;
}
.miniQuote .btn {
	margin: 10px auto;
	font-size: 24px;
	padding: 15px;
    background: #0024ff;
    background: linear-gradient(180deg, #0024ff, #001fe5);
    color: #fff!important;
    box-shadow:1px 1px 5px #000;
    border:none;
    text-shadow: 1px 1px 1px #000!important;
}
.miniQuote .btn:hover, .miniQuote .btn:focus {
    background: #0e25d5!important;
}
/*Home Page*/
.module {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px;
}
.aside .module {
	padding: 20px;
}
.tab-content .span12 {
	margin-bottom: 20px;
}
.primary {
	color: #ffffff;
	background-color: #95301f;
}
.accent {
	color: #ffffff;
	background-color: #f0e8d8;
}
.module h1, .module h2, .module h3 {
	margin: 0;
}
.primary h1, .primary h2, .primary h3 {
	color: #ffffff;
}
.primary p {
	color: #ffffff;
}
.testimonial .span6:before {
	content: "\201C";
	color: #d4c6aa;
	float: left;
	font-family: 'Cinzel', serif;
	font-size: 80px;
	height: 0;
	margin: 33px 13px 0 0;
	padding: 0;
}
.bottom {
	margin-bottom: 20px;
}
.call-to-action h2 {
	line-height: .9em;
	display: inline-block;
	width: 100%;
}
.miniQuote {
	margin-top: 30px;
}
.home-title {
	color: #0024ff !important;
}
.gmap {
	width: 100% !important;
	height: 350px;
	frameborder: 0;
	margin: 0;
	margin-top: 5px;
}
.ie8-map {
	display: none !important;
}
.banner-main-inner ul>li {
	line-height: 2;
}
/* Blog Fixes */
.banner-main-inner h1 a {
	color: #ffffff;
}
/**, *:before, *:after {
	-moz-box-sizing: content-box;
}*/

.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.entry-header .entry-meta, .entry-header a, .entry-header a:hover {
	color: #001fe5;
}
h1.widget-title {
	color: #001fe5 !important;
}
code {
	white-space: normal;
	display: block;
	max-width: 500px;
}
.content-area input, .content-area select, .content-area textarea {
	border: 1px solid #cccccc !important;
}
.know {
	background-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.know p, .know h3, .plans p, .plans h3 {
	float: left;
	margin-bottom: 10px;
	color: #000 !important;
	font-weight: normal;
}
.know h3, .plans p {
	margin-top: 0px !important;
}
.plans {
	background-color: #eee;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
.turquoise {
    color: white !important;
	font-size: 13px;
	width: 200px;
	text-transform: uppercase !important;
	text-shadow: 1px 1px 1px #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #0024ff;
	background: -moz-linear-gradient(top, #0024ff 0%, #001fe5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0024ff), color-stop(100%, #001fe5));
	background: -webkit-linear-gradient(top, #0024ff 0%, #001fe5 100%);
	background: -o-linear-gradient(top, #0024ff 0%, #001fe5 100%);
	background: -ms-linear-gradient(top, #0024ff 0%, #001fe5 100%);
	background: linear-gradient(to bottom, #0024ff 0%, #001fe5 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0024ff', endColorstr='#001fe5', GradientType=0 );
	border-bottom: 1px solid #0024ff;
}
.turquoise:hover {
	background: #001fe5;
}
.standout {
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 30px !important;
	height: 30px;
	background: #000;
    background: linear-gradient(0deg, #1a1a1a, #000);
}
.standout h2 {
	color: #fff !important;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	float: left;
	line-height: 10px;
	margin-left: 10px;
	margin-top: 10px !important;
    text-shadow:none;
}
.dark {
	background: #0024ff;
    background: linear-gradient(180deg, #0024ff, #001fe5);
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #000;
}
.dark:hover, .dark:focus {
	background: #0e25d5;
	color: #FFF;
}
.grey {
	background-color: #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.grey p, h4 {
	color: #333333 !important;
	margin-top: 0px;
}
.black {
	background-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	color: #ffffff !important;
}
.black h3 {
	font-family: inherit;
	font-weight: bold;
	color: #fff !important;
}
.black p, .black a, .login a {
	color: #fff !important;
}
.mob-center li {
	padding: 5px;
}
/* Mobile- fixes */
.phone-view h2 {
	font-size: 20px;
	font-weight: normal;
	float: none!important;
	text-align: center!important;
	color: #000!important;
}
.mobile-img {
	float: left;
	margin-right: 20px;
}
.call-img {
	float: left;
	margin-right: 20px;
	margin-left: 15px;
}
.mobile-go {
	width: 100%;
	color: #fff;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	background: #000; /* Old browsers */
	border: none;
}
.mobile-call {
	width: 100%;
	color: #fff;
	padding: 11px 0px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	background: #000; /* Old browsers */
	border: none;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-call:hover, .mobile-go:hover, .mobile-call:focus, .mobile-go:focus {
	color: #fff;
	background: #1a1a1a;
}
.mobile-address {
	background: #eaeaea;
	color: #000;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-address h5 {
	font-weight: normal!important;
	font-size: 24px;
	color: #000;
	padding: 0px 0 10px 0;
}
.mobile-address p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #000!important;
}
.mobile-direction {
	background: #0024ff;
	margin: 20px auto;
	padding: 8px 18px;
	font-size: 14.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0px;
	color: #fff !important;
    text-shadow: 1px 1px 1px #000;
}
.mobile-direction a {
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}
.mobile-direction:hover, .mobile-direction:focus {
	background: #0e25d5;
}
.mobile-map {
	float: left;
	margin-right: 10px;
}
.sociald {
	margin: 60px 0 0 20px;
}
.sociald > li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
#sociald #sociald-nav > ul {
	padding: 0;
	margin: 0;
}
.sociald img {
	width: auto;
	height: auto;
	float: left;
	padding-left: 3px;
}
.footer_img {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
}
/* Career Grid Style */
.career-grid-header {
	background-color: #0024ff;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #eeeeee;
}
.jot-form {
	width: 100%;
	height: 800px;
	border: none;
}
.banner-main-inner .quote-icon {
	display: inline-block !important;
	left: 0 !important;
	position: relative !important;
	max-width: inherit !important;
}
.quote-icon {
	margin-right: 10px;
	width: 30px;
	margin-top: -5px;
}
.quote-btn {
	font-size: 16px;
	width: 60%;
	text-align: left;
	height: 25px;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	color: #fff;
	font-family: "Julius Sans One", sans-serif;
	background: #001fe5; /* Old browsers */
	background: -moz-linear-gradient(top, #001fe5 0%, #0024ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001fe5), color-stop(100%, #0024ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #001fe5 0%, #0024ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #001fe5 0%, #0024ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #001fe5 0%, #0024ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #001fe5 0%, #0024ff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001fe5', endColorstr='#0024ff', GradientType=0 ); /* IE6-9 */
}
.quote-btn:hover {
	background: #001fe5;
}
.quote-form {
	width: 100%;
	height: 200px;
	border: none;
}
.mar-btm {
	margin-bottom: 200px;
}
.jot-form-lob {
	width: 100%;
	height: 450px !important;
	border: medium none;
}
.caroufredsel_wrapper {
	height: 112px !important;
}
/*My Account Start*/
.login.nav-pills.topnav.my-account.hidden-phone > li {
	padding: 0;
	line-height: 35px;
	float: right;
	display: block;
}
/*My Account For Desktop*/
.dropdown-toggle.my-account-icon {
	background: #000 url("../img/my-account.png") no-repeat scroll 10px 10px;
	margin: 0;
	padding: 8px 15px 9px 30px;
	text-decoration: none;
}
.my-account .open .dropdown-toggle, .my-account li.dropdown.my-account-icon.open.active > a:hover, .my-account > .my-account li.dropdown.my-account-icon.open.active > a:focus {
	text-decoration: none;
	background: #000 url("../img/my-account.png") no-repeat scroll 10px 10px;
	box-shadow: none;
	padding: 8px 15px 9px 30px;
	margin: 0;
	border-radius: 0 0 6px;
}
.dropdown-menu.my-account-details-menu {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
	width: 230px;
	left: -110px!important;
}
.tab ul.login .dropdown-menu.my-account-details-menu a {
	text-align: center;
	color: #000 !important;
	white-space: normal;
	line-height: 18px;
}
.tab ul.login .dropdown-menu.my-account-details-menu a:hover {
	background: none;
	color: #0e25d5 !important;
    opacity: 1!important;
}
.tab ul.login .dropdown-menu.my-account-details-menu a:focus {
	background: none;
	color: #0e25d5!important;
    opacity: 1!important;
}
.tab ul.login li .dropdown-menu.my-account-details-menu > li {
	padding: 0 6px;
}
/*My Account Mobile View*/
.myaccount-mob:focus {
	background: #0024ff;
	color: #fff;
}
.myaccount-mob {
	background-color: #9d6679;
}
.myaccount-mob-expand {
	background-color: #eaeaea;
	margin-top: -10px;
	text-align: center;
	z-index: 1;
}
.myaccount-mob-expand ul {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
}
.myaccount-mob-expand li {
	padding: 8px 0 0px 0;
	list-style-type: none;
}
.myaccount-mob-expand li a {
	color: #000;
	font-weight: bold;
}
.myaccount-mob-expand li a:hover, .myaccount-mob-expand li a:focus {
	color: #0e25d5;
	text-decoration: none;
}
.myaccount-mobile-section button.mobile-go {
	position: relative;
	background: #000;
	z-index: 2;
	padding: 14px 19px;
}
.myaccount-mobile-section button.mobile-go:hover {
	background: #1a1a1a;
}
.myaccount-mobile-section button.mobile-go:focus {
	background: #1a1a1a;
}
.myaccount-mob {
	margin-bottom: 0px !important;
}
.myaccount-mobile-section {
	margin-bottom: 20px;
}
/* Carrier Details */
.grid-divider {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.grid img {
	display: block!important;
	left: 0px;
	position: relative;
}
.grid {
	margin-top: 15px;
}
.grid h4 {
	font-size: 18px;
	color: #000;
}
.shadowed {
	-webkit-filter: drop-shadow(2px 3px 3px #999);
	filter: drop-shadow(2px 3px 3px #999);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
}

 .sitelock-logo{
 clear:both;
 float:right;
 }
#main-content ul.breadcrumb {
    background: transparent none repeat scroll 0 0;
    margin: 0 !important;
    padding: 15px 0px 0px;
}
#main-content ul.breadcrumb li a,  #main-content ul.breadcrumb li a:hover, #main-content ul.breadcrumb li a:focus{
    color: #0e25d5;
	text-decoration:none;
}
#main-content ul.breadcrumb li {
    float: left;
    list-style-type: none;
    margin-bottom: 0px;
}
#main-content ul.breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


#ZipCode {
padding-left:10px!important;
padding-right:60px!important;	
	}
	
	#frame {height:1600px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;width:auto;}
	
	 .mar-top {margin-top:10px;}
	 
	
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #0024ff; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 15px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:1000;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
/* Ada compliance fixes end */ 


.know h3, .plans h3, .know p {
  float: none !important;
}

.know h3, .plans h3 {
  float: none;
}

.know h3, .plans p {
  margin-top: 0px !important;
}

.service.index {
  padding-left: 0;
  padding-right: 0;
}

.nobreak {
  display: inline-block;
}

.service {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
}

.grw-author-photo {
  width: 50px;
  height: 50px;
  border-radius: 0% !important;
  margin-right: 0;
  vertical-align: middle;
}

/* Google Review */

.grw-review-btn, .grw-view-all-btn{
	background-color: #0024ff!important;
}
.grw-total-reviews, .grw-theme-dark .rm-link {
    color: #666!important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #0024ff!important;
}
.grw-review-btn:hover, .grw-review-btn:focus, .grw-view-all-btn:hover, .grw-view-all-btn:focus {
  background: #314efe;
  opacity: 0.8 !important;
  color:#fff !important;
}
.grw-business-footer p{
	text-align:center!important;
}

.grw-author {
    color: #3d4049!important;
}
.grw-business-header {
	background: transparent!important;
}
.grw-business-name a, .grw-business-name a:visited {
	color: #3d4049 !important;
}
.grw-business-header {
	border-bottom: 3px solid #0024ff !important;
}
.grw-business-footer{
	margin-top:30px;
}
.grw-slider-wrapper{
	display:flex;
	margin-top:30px;
}
.grw-time-since {
	font-size: .6em;
}
.grw-time-since {
	font-size: 8px;
}
.grw-theme-dark {
	background: transparent!important;
}

#top-panel li a:hover {
  opacity: 0.8;
}

#footernav .dropdown-menu > li > a:hover, #footernav .dropdown-menu > li > a:focus, #footernav .dropdown-menu > li > a.active {
  background: #0e25d5 none repeat scroll 0 0;
  color: #fff !important;
}

#footernav li a.active {
  color: #0e25d5 !important;
}

.header-btns > .nav-pills > li > a {
  background: #0024ff;
  color: #fff !important;
  font-size: 18px;
  margin: 0 10px;
  border: 1px solid #000;
  border-radius: 30px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  text-shadow: 1px 1px 1px #000;
}

.social-li a {
  background: none !important;
}
.header-btns > .nav-pills > li.social-li > a {
    border:none;
    box-shadow:none;
}
.social-nav:hover {
  background-color: transparent !important;
}

.social-nav:hover, .sociald:hover {
  opacity: 0.8;
}

.header-btns > .nav-pills > li > a:hover, .header-btns > .nav-pills > li > a:focus {
  background: #0e25d5;
}

.quote-btn:hover, .quote-btn:focus, .quote-btn.active {
  background: #0e25d5;
  color: #fff !important;
}

.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #314efd;
  text-decoration: none;
}

.turquoise:hover, .turquoise:focus {
  background: #0e25d5 !important;
}

.testimonials {
  padding-right: 20px;
  padding-left: 20px;
  clear: both;
  padding-top: 10px;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  text-decoration: none;
  background-color: #0024ff !important;
  color: #fff !important;
}

.contact-list .btn-mini {
  background: #0024ff;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.contact-list .btn-mini:hover, .contact-list .btn-mini:focus {
  background: #0e25d5;
}

.contact-details p{
		margin-top:0px;
	}
	
	.email-form {
  width: 100%;
  height:600px !important;
  border: none;
}
.desk-nav-logo{
	display:flex;
	align-items:center;
}
.header-btns .nav{
	margin-bottom:0;
}
