@charset "utf-8";
/* CSS Document */

body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
}

h1{
	color: #2c2c2c;
	text-align: left;
	font-size: 32px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 60px;
    font-style: italic;
	line-height: 30px;
	margin-bottom: 30px;
}

h2 {
    color: #393939;
	font-size: 24px;
	text-align: left;
	font-weight: 800;
	line-height: 30px;
}

h3 {
    font-size: 21px;
    font-weight: 700;
}

p, .main-content ul li{
	color: #393939;
	font-size: 20px;
	text-align: left;
	line-height: 36px;
	margin-bottom: 20px;
}

a, a:hover, a:focus{
	text-decoration: underline;
	text-decoration-color: #2bbfdf;
	text-decoration-thickness: 2px;
	text-underline-position: under;
	color: #000080;
	outline: none;
}

hr {
    border-top: 1px solid #b8b8b8;
}

/* Header */

header {
	position: relative;
}

/* Top Bar */

.top-bar {
	background: #000080;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #2bbfdf;
}

.top-info {
	float: right;
	margin-top: 2px;
}

.top-info h4 {
	display: inline-block;
	margin-right: 20px;
	font-size: 22px;
	color: #fff;
}

.phone > .fa-mobile-alt {
    color: #2bbfdf;
    font-size: 19px;
    padding-right: 10px;
}

.social-links {
	float: right;
	padding: 10px;
}

.social-links li {
	display: inline-block;
	 font-size: 18px;
}

.social-links .fab {
	margin: 0 5px;
}

.fab.fa-facebook-f {
	color:#3b5998 !important;
}

.fab.fa-twitter {
	color: #00aced;
}

.fab.fa-linkedin-in {
	color: #007bb6;
}

.fab.fa-google{
	color: #dd4b39;
}

.social-links i:hover, .social-down-links i:hover{
	opacity: 0.6;
}

/* Logo And Navigation */

.white-bg {
	background: #000080;
	padding: 30px 0;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: left;
}

.nav-section {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
}

.nav-menu {
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

.nav.navbar-nav {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	float: none;
	margin: 0px;
}

.navbar-default {
	background: transparent;
	border: 0;
	margin: 0;
	min-height: 0;
	width: 100%;
}

.navbar-default .navbar-nav > li {
	 list-style: none;
    flex-grow: 1;
    text-align: center;
	margin: 0 7px;
}

.navbar-default .navbar-nav > li a {
	color: #fff;
	width: 100%;
    margin: 0px;
	font-size: 18px;
	padding: 0 0 5px 0;
	font-weight: 100;
	text-decoration: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
	color: #2bbfdf;
}

.navbar-nav > li > .dropdown-menu {
    padding: 0;
    background: #fff;
    border: 1px solid #000080;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.navbar-default .navbar-nav .dropdown-menu li a {
	text-align: left;
	padding: 5px 10px;
	color: #fff;
}

.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a.active, .navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li a:focus, .navbar-default .navbar-nav .dropdown-menu li a.active {
    background: none;
	color: #2bbfdf;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2c2c2c;
	font-size: 17px;
	border-bottom: none;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
}

.navbar-toggle {
    background-color: transparent;
    border: 1px solid #c1aa77;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    width: 35px;
    float: right;
    z-index: 100;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -2px;
	padding: 0 0px;
	
}
.navbar-default .navbar-nav .open .dropdown-menu > li {
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a.active {
    color: #000080;
	background-color: #2bbfdf;
	text-decoration: none;
	transition: .2s;
	border-bottom: none;
}

.mid-section {
	position: relative;
}

.mid-section::after {
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	background: -webkit-linear-gradient(to left, rgb(255, 255, 255, 1)30%, rgb(255, 255, 255, 1)30%, rgba(255, 255, 255, 0)50%, rgb(255, 255, 255, 0)100% );
	background: linear-gradient(to left, rgb(255, 255, 255, 1)30%, rgb(255, 255, 255, 1)30%, rgba(255, 255, 255, 0)50%, rgb(255, 255, 255, 0)100% );
}

.quote {
	position:absolute;
	background: #fff;
	bottom: -75px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	right: 17%;
	z-index: 1;
	width: 550px;
}

.quote-box {
	padding: 100px 90px;
}

.jot .quote-box {
    padding: 30px 30px;
}

.quote-box h2 {
    font-size: 32px;
    color: #2c2c2c;
    text-align: left;
    font-weight: 700;
	font-style: italic;
	margin-top:10px;
	margin-bottom:10px;
}

.quote-box p {
    color: #585858;
    font-size: 20px;
	text-align: left;
	line-height: 30px;
}

.jot {
	bottom: -35px;
}

#Type {
	-moz-appearance:none;
	-webkit-appearance: none;
}

.quote select {
  margin-top: 30px;
}

.quote input, .quote select {
    color: #4e4e4e;
	border-radius: 5px;
	border: 1px solid #4e4e4e;
	background: #fff;
    width: 100%;
    padding: 3px 3px;
    font-size: 14px;
	text-transform:uppercase;
}
.quote input{
	padding: 3px 6px !important;
}
.quote .btn, .quote .btn:focus, .quote .btn:hover {
    background: #000080;
	margin-top:30px;
    color: #2bbfdf !important;
    width: 100%;
	padding: 0px 0px;
    border-radius: 8px;
    font-size: 22px;
    text-transform: uppercase;
	border: 1px solid #000080;
}

.quote .btn:hover, .quote .btn:focus {
	background: #2bbfdf;
	border: 1px solid #000080;
	color: #000080!important;
	transition: .2s;
}

/* Insurance Boxes */

.lob-section {
	padding: 0;
	background: #000080;
	display: flex;
	align-items: end;
	padding: 100px 0 20px 0;
}

.lob-section-inside {
	padding: 0;
	background: #000080;
	display: flex;
	align-items: center;
	padding: 100px 0 40px 0;
}

.ins-boxes, .ins-lob {
    display: flex;
	justify-content: space-between;
}

.box {
	text-align: center;
	margin: 0 auto;
}
.box a, .box a:hover, .box a:focus {
	text-decoration:none;
}
.box i, .box-lob i {
	color: #2bbfdf;
    font-size: 96px;
}

.box a:hover .fas, .box a:hover h3 {
	color:#2bbfdf;
	transition: .2s;
}

.ins-boxes h3 {
	color: #fff;
	margin-top: 25px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	text-transform:	Uppercase;
	line-height: 30px;
	font-size: 24px;
}

.ins-lob h3 {
	font-size: 72px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin-top: 0;
	margin-left: 30px;
	font-weight: 700;
	font-style: italic;
}

.policies{
	margin:25px 0;
}

/* Carrier logo carasoul */

.carrier h2 {
	color: #2c2c2c;
    font-size: 32px;
    font-weight: 700;
	font-style: italic;
	margin-top: 40px;
}

.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}

.nbs-flexisel-inner {
	float:left;
	margin:0 0 50px;
	overflow:hidden;
	width:100%;
}

.nbs-flexisel-ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}

.nbs-flexisel-item {
	cursor:default;
	float:left;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}

.nbs-flexisel-item img {
	cursor:default;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	max-width:100%;
	position:relative;
}

/* Carriers*/

.contact-list h2 {
    color: #2c2c2c;
    padding-bottom: 20px;
    font-size: 24px;
}

.contact-list p {
    font-size: 20px;
	margin-bottom: 10px;
}

.contact-list-bdr {
    border-bottom: 1.5px dotted #2bbfdf;
}

.btn-xs {
    background: #000080;
	color: #2bbfdf !important;
	margin-top: 3px;
	border: 1px solid #000080;
	text-decoration: none;
}

.btn-xs:hover, .btn-xs:focus {
    background: #2bbfdf;
	color: #000080!important;
	transition:.2s;
}

.contact-details a:hover, .contact-details a:focus{
	color: #000080;
}

.contact-details  a[href^=tel]{
  color: inherit;
}

/* Customer Service/Compare Quotes Iframe */

#cs-frame {
    height: 1600px;
    width: 100%;
    border: none;
}

#cpIframe {
	height:1700px;
	width:100%;
	border:0;
}

.gmap {
    width: 100%;
    height: 350px;
}

.jot-form {
    height: 380px !important;
	border: none;
	width:85%;
	margin:0 auto;
	display: table;
}

.jot h2{
	text-align: center;
}

.quick-contact {
    width: 100%;
    height: 360px !important;
    border: 0px;
}

/* Insurance Savings*/

.insurance-box{
	background-image: -webkit-linear-gradient(#fff 0%, #fff 80%, #000080 80%, #000080 100%);
	background-image: linear-gradient(#fff 0%, #fff 80%, #000080 80%, #000080 100%);
}

.insurance-savings .fa-angle-double-right {
    color: #2bbfdf;
    margin-right: 10px;
	float: left;
	margin-top: 10px;
}

.insurance-savings {
	color: #2c2c2c;
	background: #fff;
	display: inline-block;
	width: 100%;
	text-align: left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-bottom: 30px;
}

.insurance-savings h2 {
	font-size: 32px;
	font-weight: 700;
    width: 100%;
	color: #2c2c2c;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 67px;
}

.insurance-savings ul {
	list-style-type: none;
	font-size: 24px;
	line-height: 44px;
	padding-left: 67px;
}

.insurance-savings span {
    display: flex;
}

/* Footer*/

.footer-bg {
	background: #000080;
}

.footer-content h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-style: italic;
	margin-top: 50px;
}

.footer-content ul {
	list-style-type:none;
	padding-left: 0;
}
.footer-content ul li {
	margin-bottom: 5px;
}
.links ul {
	padding-left: 0;
	padding-right: 0;
}

.footer-content ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.footer-nav .fa-angle-double-right {
	color: #2bbfdf;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
	font-size: 14px;
}

.contact-info ul li a {
	font-size:16px;
	line-height:30px;
}

.contact-info ul li {
	display: flex;
	font-size: 18px;
	color: #fff;
	 margin: 10px 0;
}

.contact-info i {
	color: #2bbfdf;
	float: left;
	font-size: 19px !important;
	margin-right: 10px;
	margin-top: 5px;
	width: 20px;
}

.contact-info span, .footer-nav span{
    display: flex;
}

.social-down-links ul li {
    font-size: 16px;
    color: #2c2c2c;
    padding: 0 0 10px;
}

.social-down-links li {
	padding:0 !important;
	float: left;
}

footer .agency-logo {
	width: 80%;
	display: block;
	margin: 47px auto 0px;
}

.copy-right-ul {
	list-style-type:none;
	padding:0;	
	text-align:center;
}

.copy-right-ul li {
	display:inline-block;
}

.copy-right-ul li a, .copy-right-ul li {
	color: #fff;
	font-size: 16px;
}
.copy-right-ul li a, .footer-content ul li a {
	text-decoration-thickness: 2px!important;
	text-decoration: underline;
	text-decoration-color: transparent;
}
.copy-right-ul li a:hover, .copy-right-ul li a:focus, .footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
	color: #2bbfdf;
}

.copyright {
	padding:50px 0 20px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #2bbfdf; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.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 */ 
.lt-fix {
	list-style-type:numeric;
}