/*
Theme Name: Bonding Solutions
Description: Custom Wordpress Site
Version: 9999
Author: Blue Aspen Marketing
Author URI: http://blueaspenmarketing.com
*/


body {
	max-width:2000px;
	margin:0 auto;
	font-family: 'Montserrat', sans-serif;
}

.wrapper {
	max-width:1250px;
	margin:0 auto;
	padding:0 25px;
}

blockquote {background: #f9f9f9; border-left:12px solid #123d8c; border-right:1px solid #123d8c; margin:25px 40px; padding: 20px 10px; quotes: "\201C""\201D""\2018""\2019"; width:80%; line-height: 22px; } 
blockquote:before {color: #ccc; content: open-quote; font-size: 4em; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } 
blockquote p {display: inline; }

.sub-page {
	padding:35px 0;
	min-height: calc(100vh - 295px); /* Header + Footer height */
	max-width:900px;
	margin:0 auto;
}
.padded {
	padding:50px 0;
}

.center {
	text-align: center;
}

img {
	max-width:100%;
	height:auto;
}

a {
	color:inherit;
	text-decoration: underline;
}
.center {
	text-align: center;
}

.spp_state {
	display:none;
}

#bd-field {
	display: none;
}

.red {
	color:red;
}

.grey-section {
	background-color: #f3f3f3;
}

.grey-section .wrapper {
	position: relative;
}

.iframe-video { 
	overflow: hidden; 
	padding-bottom: 56.25%; 
	position: relative; 
	height: 0; 
}
.iframe-video iframe { 
	left: 0; 
	top: 0; 
	height: 100%;
	width: 100%; 
	position: absolute; 
}

.blue-button,
a.blue-button,
.sidebar-section input[type=submit] {
	background-color: #6391bf;
	color:#FFF;
	padding:13px 40px;
	border:0;
	display:inline-block;
	font-size: 22px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}


.blue-button.small {
	padding:5px 20px;
	font-size: 16px;
}

.blue-button.block {
	display:block;
	width:100%;
}

.blue-button:hover,
a.blue-button:hover {
	background-color: #567FAA;
}

.hollow-btn {
	padding:5px 50px;
	border:2px solid #FFF;
	color:#FFF;
	display: inline-block;
	cursor: pointer;
}

.divider {
	width:150px;
	height:3px;
	background-color: #c13a2d;
	margin:25px 0;
}

.single-post {
	width:48%;
	min-width:300px;
	display:inline-block;
	padding:0 20px 0 0;
	margin-bottom:60px;
	vertical-align: top;
}

.sp-block {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	min-height:350px;
}

.sp-block-search {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.spb-image {
	width:100%;
	height:auto;
}

.spb-text {
	padding:15px;
}

.spbt-date {
	margin-bottom:15px;
}

.spbt-title {
	min-height:66px;
}

h3.smaller-title {
	font-size: 20px;
}

.spbt-title a {
	color:inherit;
	text-decoration: none;
}

.spbt-excerpt {
	min-height: 100px;
}

.published {
	font-size:13px;
	color:#7D7D7D;
}

.read-more a {
	text-decoration: underline;
	color:inherit;
}

.next {
	float:right;
}

.prev {
	float:left;
}

.header {
	position: relative;
}

.header-menu {
	padding:20px 0 10px 0;
}

.desktop-menu {
	float:right;
	padding-top:0;
}

.desktop-menu ul {
	margin:0;
	padding:0;
}

.desktop-menu ul li {
	list-style-type: none;
	display:inline-block;
	position: relative;
	border-bottom:3px solid #FFF !important;
	transition-property: border !important; 
	transition-duration: 0.5s !important; 
	transition-timing-function: linear !important;
	padding:15px 0;
}

.desktop-menu ul li .mega-sub-menu li {
	border-bottom:none !important;
}
.desktop-menu ul li .mega-sub-menu li a {
	font-size: 14px !important;
}

.desktop-menu ul li.link-bordered {
	border-bottom:3px solid #c13a2d !important;
}

.desktop-menu ul li:hover {
	border-bottom:3px solid #c13a2d !important;
}

.desktop-menu ul li a {
	display:inline-block;
	padding:0 15px;
	text-decoration: none;
	color:#000;
	transition-property: color !important; 
	transition-duration: 0.5s !important; 
	transition-timing-function: linear !important;
	border-right:1px solid #999B9B;
}

.desktop-menu ul li:last-child a {
	border-right:0;
}

.desktop-menu ul li:nth-last-child(2) a {
	border-right:0;
}
.desktop-menu ul li:nth-last-child(3) a {
	border-right:0;
}

.desktop-menu ul li a:hover {
	color:#FF0000 !important;
}

.desktop-menu .menu-item-has-children a::after {
	content: "\25BF ";
	font-size:17px;
	padding:0 0 0 6px;
	color:#6C6C6C;
}

.desktop-menu .menu-item-has-children .sub-menu a::after {
	content: "";
}

.desktop-menu .sub-menu {
	display:none;
	position: absolute;
	top:54px;
	left:-1px;
	background-color:#fff;
	border:1px solid #EDEDED;
	z-index: 999;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
}

.desktop-menu ul li:hover .sub-menu {
	display:block;
}

.desktop-menu .sub-menu li {
	display:block;
	white-space: nowrap;
	border-bottom:1px solid #EDEDED;
	padding:0;
}
.desktop-menu .sub-menu li a {
	border-right:0;
}

.desktop-menu .sub-menu li:last-child {
	border-bottom:none;
}

.desktop-menu .sub-menu li a {
	padding:6px 18px;
	color:#000;
}

.desktop-menu .blue-button {
	padding: 3px 12px;
	font-size: 16px;
}

.desktop-menu .blue-button a {
	color:#FFF;
}
.desktop-menu ul li.blue-button a:hover {
	color:#FFF !important;
}
.desktop-menu ul li.blue-button:hover {
    border-bottom: 3px solid #FFF !important;
}

.mobile-menu-btn {
	display:none;
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 35px;
	color:#000;
	cursor: pointer;
}

.mobile-menu {
	display:none;
}

.mobile-menu ul {
	margin:0;
	padding:0;
}

.mobile-menu ul li {
	list-style-type: none;
	line-height:50px;
	font-size:20px;
	border-bottom:1px solid #EDEDED;
	padding-left:35px;
}

.mobile-menu ul li a {
	color:inherit;
	text-decoration: none;
}

.mobile-menu .sub-menu {
	margin-left:0;
	padding-left:0;
}

.mobile-menu .menu-item-has-children {
	margin-left:-35px;
}

.mobile-menu .menu-item-has-children a::after {
	content: "\25BF ";
	font-size:17px;
	padding:0 0 0 6px;
	color:#6C6C6C;
}

.mobile-menu .menu-item-has-children .sub-menu a::after {
	content: "";
}

.mobile-menu .menu-item-has-children li:first-child {
	border-top:1px solid #EDEDED;
}

.mobile-menu .menu-item-has-children li:last-child {
	border-bottom:0;
}

.mobile-menu .menu-item-has-children a {
	padding-left:35px;
}

.header-logo {
	float:left;
}




/* Home Page */

.home-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}


.hb-inner {
    padding: 50px 0 20px 0;
}


.hb-inner h1 {
	font-size: 50px;
	margin-bottom: 40px;
}

.hb-inner h4 {
	font-size: 24px;
	max-width:600px;
	line-height:1.7em;
	margin-top:20px;
}

.hb-inner-button {
	margin:50px 0;
}

.hb-inner-button .blue-button {
	margin-bottom:10px;
}

.hb-inner-button .blue-button {
	font-size: 28px;
}

.home-quote {
	float:left;
	max-width:600px;
	padding-bottom:35px;
}
.bond-type-quote {
	margin:-305px auto 0 auto;
	max-width:1100px;
}
.apply-box {
	margin:-305px auto 0 auto;
	max-width:1100px;
}

.hq-inner {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background-color: #FFF;
	text-align: center;
	padding:30px 50px;
	margin:0 ;
}
.hq-inner h1 {
	font-size: 40px;
	margin-bottom:75px;
}


.btq-inner {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background-color: #FFF;
	text-align: center;
	padding:50px 100px;
	margin:0 0 50px 0;
}

.btq-inner h1 {
	font-size: 50px;
	margin-bottom:50px;
}

.apply-inner {
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	background-color: #FFF;
	text-align: left;
	padding:70px 100px;
	margin:0 0 50px 0;
}

.apply-inner h1 {
	font-size: 50px;
	margin-bottom:25px;
}

.ap-box {
	background-color: #f3f3f3;
	padding:50px;
	margin-bottom:50px;
}

.ap-box-row {
	
}

.ap-box .left {
	width:45%;
	float:left;
}

.ap-box .right {
	width:45%;
	max-width:300px;
	float:right;
}
.ap-box label,
.ap-box label {
	display:block;
	font-size: 22px;
	font-weight: 700;
}
.pointer {
	cursor: pointer;
}


.agree-label {
	font-size: 18px;
	display:inline;
}

.ap-box input[type=text],
.ap-box input[type=text],
.ap-box textarea {
	width:100%;
	font-size: 18px;
	padding:10px;
	background-color: transparent;
	border:1px solid #A8AAAA;
	border-radius: 0;
	padding:14px 20px;
	font-size: 20px;
	color:#2F2F30;
	outline:0;
	width:100%;
	margin-bottom:35px;
}
.ap-box textarea {
	height:150px;
}

.ap-box input[type=text]:hover,
.ap-box input[type=text]:hover,
.ap-box textarea:hover,
.ap-box input[type=text]:focus,
.ap-box input[type=text]:focus,
.ap-box textarea:focus {
	border:2px solid #000;
	padding:13px 19px;
}

.ap-box select.select {
	margin-bottom:35px;
}

.ap-box select.select:hover,
.ap-box select.select:focus {
	border:2px solid #000;
}

.apb-thirds-left {
	width:30%;
	float:left;
	vertical-align: top;
}
.apb-thirds-middle {
	width:30%;
	float:left;
	vertical-align: top;
	margin-left:2%;
}
.apb-thirds-right {
	width:36%;
	float:right;
	vertical-align: top;
}


.hqi-box {
	width:100%;
	padding:15px;
	background-color: #f3f3f3;
	margin-bottom:15px;
}


select.select {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAABbUlEQVRIibXUO2tVQRDA8V9i1MLvYydcC60UYhR8YeIjVsZav4CFKSxUVBR8gMQoPkAhpQaNhV8mVTQg+GBgJOvuvZd7zfEPp9jZmTl/ZveciV5vP+zFHnzQDfvwE5+j2+rqaG0ncRRf8B4zTcb4HMBHrOFMio0sc7NYL2N6GyIH8aZY38KNJmsAIXOn2NqJFzjRP30oh/E6j/sP0fvusKKSKVzDeiEVQs9SdKmp6M+hFJkqdq/iet/sAUxmOOwvVSlPMdu/7C/izr2sRK6MK6KQkZM5V6wn8AQXm6otTqbI7iJ2GYtN5pgywWOcrWL3Md9UcjynVxIit5vMf5SR0wihX0XsQXWMc3mfyvqF7YiozrkW2sBz7MhYvOgbvuYES87jUdOlI5ngFU7Z+rKCe00WF7oQMeCYSuKfcwSbud6VT/AjZR82Vf9JJniLY/hexU/n1DpjFJlgpRKKTzruU6cMuzM179DLmk9di8BvyQc98joRb4gAAAAASUVORK5CYII=') no-repeat 100% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	height:50px;
	border:1px solid #A8AAAA;
	border-radius: 0;
	padding: 0 40px 0 20px;
	font-size: 20px;
	color:#2F2F30;
	outline:0;
	width:100%;
}

.sidebar-quote input[type=text],
.sidebar-quote input[type=tel],
.sidebar-quote input[type=email] {
	border:1px solid #A8AAAA;
	border-radius: 0;
	padding: 9px 20px;
	font-size: 20px;
	color:#2F2F30;
	width:100%;
	margin-bottom:5px;
}

.sidebar-quote select.select {
	margin-bottom:5px;
}

.sqil-button {
	margin-bottom:15px;
}
.sqil-button button {
	display: block;
	width:100%;
}

select.select:hover {
	border:2px solid #000;
	padding: 0 39px 0 19px;
}


.hqib-text {
	font-size: 28px;
	margin-bottom:15px;
}

.hqi-lower {
	margin-top:15px;
}

.hqi-lower h2 {
	margin-bottom:20px;
}

.hqil-tri-fields {
	width:100%;
}

.hqiltf-single {
	text-align:left;
	margin-bottom:10px;
}

.hqiltf-single input[type=text],
.hqiltf-single input[type=email],
.hqiltf-single input[type=tel] {
	width:100%;
	padding:8px 15px;
	border:1px solid #A8AAAA;
	font-size: 20px;
	outline:0;
}

.hqiltf-single input[type=text]:hover,
.hqiltf-single input[type=email]:hover,
.hqiltf-single input[type=tel]:hover,
.hqiltf-single input[type=text]:focus,
.hqiltf-single input[type=email]:focus,
.hqiltf-single input[type=tel]:focus {
	border:2px solid #000;
	padding:7px 14px;
}

.hqil-button {
	margin-top:15px;
}
.hqil-button .blue-button {
	display:block;
	width:100%;
}

.cb-tri-section {
	text-align: center;
}

.cbts-single {
	width:300px;
	max-width:90%;
	display:inline-block;
	margin:0 25px;
	vertical-align: top;
}

.cbts-single a {
	color:inherit;
	text-decoration: none;
}

.common-bonds {
    margin: 80px 0 25px 0;
}

.common-bonds h1 {
	margin-bottom:60px;
	font-size: 60px;
}

.cbtss-icon {
	width:280px;
	max-width:100%;
	margin:0 auto 20px auto;
}
.cbtss-text {
	font-size: 35px;
}

.cbtss-text h3 {
	font-size: 20px;
}

.home-testimonials {
	background-color: #c13a2d;
	color:#fff;
	padding:60px 0;
	text-align: center;
}

.about-testimonials {
	background-color: #c13a2d;
	color:#fff;
	padding:60px 0;
	margin:275px 0 0 0;
	text-align: center;
}

.testi-content {
	font-style: italic;
}

.ht-review-logos {
	margin-bottom: 15px;
}


.home-lower {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding:50px 0;
}

/*.home-lower-content {
	margin-top:-560px;
}
*/

.hlc-box-upper {
	padding:10px 0 0 0;
	width:670px;
	max-width:100% !important;
	color:#FFF;
}

.hlc-box-upper h2 {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.hlc-box {
	background-color: #c13a2d;
	color:#fff;
	padding:35px;
	max-width:670px;
	/*margin-left:85px;*/
}

#find-bond-form {
	margin-bottom:50px;
}
#find-bond-form h2 {
	color:#FFF;
}
#find-bond-form input[type=text] {
	border:1px solid #ccc;
	padding:12px;
	width:400px;
	max-width:100%;
}

.hlc-box h2 {
	font-size:50px;
	margin: 0 0 25px 0;
}

.hlc-box h4 {
	font-size:30px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 50px 0 0 0;
}

.hlc-box a {
	color:inherit;
}

.home-lower-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin:100px 0;
}

.hlc-left,
.hlc-right {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.hlc-left {
	border-right:1px solid #ccc;
	padding:0 40px 25px 0;
}

.hlc-right {
	padding:0 0 25px 60px;
}

.hlc-left a,
.hlc-right a {
	font-size: 26px;
	display:block;
	margin-top:15px;
	color:inherit;
}

.hlc-icon {
	max-width:75px;
	margin-bottom: 25px;
}

.hlc-header-text {
	font-size: 35px;
}

.hlc-text {
	font-size: 26px;
}


.get-started {
	background-image: url('assets/images/get-started-bg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding:120px 0;
}

.gs-left {
	float:left;
	width:50%;
	color:#FFF;
}

.gs-right {
	width:50%;
	float:right;
	text-align: right;
	padding-top:55px;
}

.gs-left h1 {
	font-size: 48px;
}
.gs-left h2 {
	color:#d1d5d9;
	font-size: 24px;
}

.gs-button {
	background-color: rgba(255,255,255,0.8);
	padding:5px 40px;
	font-size: 30px;
	color:#6693bf;
	display:inline-block;
}

.gs-button:hover {
	background-color: rgba(255,255,255,1);
}


/*----- FOOTER -----*/

.footer {
	background-color: #404041;
	color:#9e9e9e;
	padding:50px 0;
	font-size: 16px;
	text-transform: uppercase;
}
.footer a {
	color:inherit;
}

.footer ul {
	margin:0;
	padding:0;
}

.footer ul li {
	display:inline-block;
}

.footer ul li a {
	display:inline-block;
	padding:10px 15px;
	text-decoration: none;
}

.footer ul li a:hover {
	color:#fff;
}

.footer-copy,
.menu-footer-menu-container {
	display:inline-block;
}
.footer-copy {
	margin-right:15px;
}

.footer-social {
	float: right;
	padding-top:9px;
	color:#F1EDE1;
}
.footer-social .fa {
	padding:0 10px;
	color:#9e9e9e;
}
.footer-social .fa:hover {
	color:#FFF;
}
.footer-center {
	text-align: center;
	margin-top:35px;
	font-size: 13px;
}

.dev-group {
	background-color: #404041;
	color:#9e9e9e;
	padding:10px 0;
	font-size: 12px;
	text-align: center;
}
.dev-group a {
	color:inherit;
}

.about-banner {
	background-image: url('assets/images/about-banner.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	height:0;
	padding-bottom: 63%;
	color:#FFF;
	text-align: center;
}

.ab-inner {
	padding:125px 0;
}

.ab-inner h1 {
	font-size: 65px;
	margin-bottom: 40px;
}

.ab-inner h4 {
	font-size: 28px;
	max-width:800px;
	margin:0 auto;
	line-height:1.7em;
	margin-top:20px;
}


.about-v2-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center -15px;
	text-align: left;
	color:#FFF;
	padding-bottom:0%;
}



.ab2-inner {
    padding: 180px 0;
    text-align: center;
    max-width: 900px;
    margin:0 auto;
}


.about-v2-red-box {
	margin-top:-300px;
	background-color: #c13a2d;
	color:#FFF;
	padding:50px;
	width:670px;	
	float:right;

}

.ab2-inner h1 {
	font-size: 60px;
}


.team-cards {
	margin:-200px auto 0 auto;
	max-width: 1000px;
}

.tc-single {
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	background-color: #FFF;
	margin-bottom:70px;
}

.tc-single img {
	float:left;
	margin-right:50px;
}

.tc-single {
	text-align: center;
}

.tcs-text {
	padding: 50px 50px 0 0;
}

.tc-single.right img {
	float:right;
	margin:0 0 0 50px;
}
.tc-single.right .tcs-text {
	padding: 50px 0 0 50px;
	margin-right:50px;
}

.tcs-text h1 {
	margin-bottom:30px;
}

.tcs-text h4 {
	text-transform: uppercase;
	margin-bottom:30px;
}

.tcs-text p {
	font-size: 21px;
}


.about-lower-banner {
	background-image: url('assets/images/about-lower-banner.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-bottom:40%;
}

.about2-lower-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	height:525px;
	margin-bottom:215px;
}
.about2-lower-banner .wrapper {
	position: relative;
}

.a2lb-red-box {
	background-color: #c13a2d;
	color:#FFF;
	padding:50px;
	width:670px;	
	font-size: 45px;
	line-height: 1.15em;
	position: absolute;
	top:350px;
	left:20px;
}

.tc-section {
	padding:50px 0;
}

.tc-section h1 {
	margin-bottom:50px;
}

.twin-cols {
	columns:2;
	column-gap: 75px;
}

.two-col-section {
	padding:100px 0 50px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tcs-one {
	-webkit-flex: 4;
	-ms-flex: 4;
	flex: 4;
}
.tcs-two {
	-webkit-flex: 6;
	-ms-flex: 6;
	flex: 6;
	padding:0 25px;
}

.tcs-two p {
	font-size: 22px;
}

.benefits {
	background-color: #f3f3f3;
	padding:100px 0;
}

.benefits-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding:70px 0;
}

.benefits-icon {
	padding:0 25px;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.benefits-icon img {
	max-width:200px;
}

.benefits-text {
	text-align: center;
	-webkit-flex: 7;
	-ms-flex: 7;
	flex: 7;
	padding:45px 75px;
}

.benefits-text p {
	font-size: 22px;
}

.cv-header {
	padding:50px 0;
}

.cv-header {
	text-align: center;
}

.red-bg {
	background-color: #c13a2d;
	color:#FFF;
}

.cv-row {
	padding:50px 0;
}

.cv-row .wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding:50px inherit;
}

.cs-icon {
	-webkit-flex: 35;
	-ms-flex: 35;
	flex: 35;
}
.right .cs-icon {
	text-align: right;
}

.cs-icon img {
	max-width:200px;
}

.cs-text {
	-webkit-flex: 65;
	-ms-flex: 65;
	flex: 65;
	padding-top:50px;
}

.ab2-team {
	text-align: center;
	background-color: #f3f3f3;
	padding:50px 0;
}

.ab2t-col {
	width:49%;
	/*min-width:300px;*/
	max-width:590px;
	margin:0 auto;
	display:inline-block;
	padding:50px 40px 0 40px;
	text-align: left;
	vertical-align: top;
}

.ab2t-col-image {
	position: relative;
	margin-bottom:115px;
}
.ab2t-col-image img {
	width:100%;
}

.grey-bg {
	background-color: #f3f3f3;
}


.ab2t-img-plack {
	background-color: #fff;
	position: absolute;
	bottom:-75px;
	right:-40px;
	width:300px;
	padding:25px;
}
.ab2t-img-plack h2 {
	font-weight: 700;
}
.ab2t-img-plack h3 {
	text-transform: uppercase;
	font-size: 20px;
}

/*.ab2t-col-text {
	margin-right:-40px;
}*/


.blog-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	/*height:0;
	padding-bottom:29%;
	margin-bottom:20px;*/
}

.bb-inner {
	color:#FFF;
	padding:50px 0;
}
.bb-inner h1 {
	font-size: 45px;
}

.blog-index,
.single-index {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top:25px; 
}

.blog-main-content {
	-webkit-flex: 72;
	-ms-flex: 72;
	flex: 72;
	border-right:2px solid #dddddd;
	padding-right:5px;
}

.sidebar {
	-webkit-flex: 28;
	-ms-flex: 28;
	flex: 28;
	padding-left:35px;
}

.sidebar h2 {
	margin-bottom:15px;
}

.sidebar ul {
	margin:0;
	padding:0;
}

.sidebar ul li {
	list-style-type: none;
	font-size: 20px;
	margin-bottom:6px;
}

.sidebar-section {
	margin-bottom:35px;
}

.sidebar-section input[type=text] {
	width:100%;
	padding:10px;
	margin-bottom:10px;
	border:1px solid #ccc;
}

.sidebar-section a {
	color:inherit;
	text-decoration: none;
}

.wp-pagenavi {
	padding:20px 0;
}

.search-field {
	padding:4px 5px;
	width:500px;
	max-width:85%;
	border:1px solid #ccc;
	max-width: 80%;
}

.page-banner {
	/*margin-bottom:25px;*/
	padding:65px 0;
	color:#fff;
	text-align: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;

	margin-bottom:15px;
}

.moved-banner {
	padding-bottom:25%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	margin-bottom:15px;
}

.single-main {
	padding-right:30px;
	text-align: left;
}


.contact-halves {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	margin-bottom:50px;
}
.contact-main {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:25px 0;
}
.contact-side {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.contact-box {
	width:100%;
	max-width:500px;
	margin:0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	padding:50px;
}
.contact-box h2 {
	text-align: center;
	margin-bottom:20px;
	margin-top:0 !important;
}

.contact-box input[type=text],
.contact-box textarea {
	width:100%;
	display:block;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ccc;
}
.contact-box textarea {
	height:150px;
}

.contact-box .blue-button {
	display:block;
	width:100%
}

.contact-page h1 {
	margin-bottom:25px;
	font-weight: bold;
}

.contact-page h2,
.contact-page h3,
.contact-page h4,
.contact-page h6,
.contact-page h5 {
	margin-top:35px;
}

.bond-type-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	height:0;
	padding-bottom: 67%;
	color:#FFF;
}

.bond-type-banner2 {
	
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	color:#FFF;
}

.bt-inner {
	padding:125px 0;
}
.bt2-inner {
	padding:125px 0;
}

.bt-inner h1 {
	font-size: 50px;
	margin-bottom: 40px;
}
.bt2-inner h1 {
	font-size: 50px;
	margin-bottom: 40px;
}

.bt-inner h4 {
	font-size: 24px;
	line-height:1.7em;
	margin-top:20px;
}

.bt2-inner h4 {
	font-size: 24px;
	line-height:1.7em;
	margin-top:20px;
}

.red-box {
	background-color: #c13a2d;
	color:#FFF;
	padding:50px;
}

.bond-type {

}

.half-right {
	max-width:50%;
	float:right;
	padding-left:25px;
}

.bond-type .red-box {
	position: absolute;
	top:0;
	left:0;
	width:50%;
	margin-right:50px;
}

.bond-type h2 {
	font-size: 40px;
}

.grey-sect {
	background-image: url('assets/images/grey-bg-half.png');
	background-repeat: repeat-y;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: -70px top;
}

.bq-left {
	width:65%;
}

.bq-outer .wrapper {
	position: relative;
}

.bq-icons {
	position: absolute;
	top:75px;
	right:40px;
	width:20%;
	text-align: center;
	z-index: 100;
}
.bq-icons img {
	margin-bottom:125px;
}

.bond-list {
	text-align: center;
}
.bond-list input {
	padding:13px;
	border: 2px solid #CDCFD4;
	width:350px;
	vertical-align: bottom;
}

#bond-list {
	max-width:800px;
	margin:25px auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding:25px;
}

.bond-list .blue-button {
	padding:10px 35px;
	margin-top:2px;
	white-space: nowrap;
}

.bond-list-form {
	margin-bottom:50px;
}

.bond-list-table table {
	width:100%;
	text-align:left;
}
.bond-list-table table td,
.bond-list-table table th {
	padding:10px ;
}

.bond-list-table a {
	color:inherit;
}

.bond-list-table .blue-button {
	padding:6px 30px;
	font-size: 16px;
	color:#FFF;
}

.bond-list-table table tr:nth-child(even) {
	background-color: #f3f3f3;
}


.more-bonds {
	display: none;
}

.load-more {
	cursor: pointer;
}

.load-more span {
	font-size: 30px;
	line-height: 12px;
}


.all-state-banner {
	background-image: url('assets/images/about-banner.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center -350px;
	color:#FFF;
	height:0;
	padding-bottom:40%;
}

.asb-box select.select {
	width:auto;
}

.asb-inner {
	padding-top:60px;
}


.asb-box {
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	width:700px;
	max-width: 100%;
	margin-top:-200px;
	margin-bottom:50px;
	padding:35px;
	float:left;
}

.asb-search {
	float:right;
	vertical-align: top;
	margin-top:-200px;
}

.asb-search input[type=text] {
	width:100%;
	padding:12px 24px 12px 8px;
	border:1px solid #ccc;
}

.asb-search .fa {
	color:#959797;
}

.search-input-div {
	width:350px;
	position: relative;
}

.search-btn {
	border:0;
	background-color: transparent;
	margin-left:-35px;
	outline: none !important;
	position: absolute;
	right:0;
	top:12px;
}

.asb-red-section {
	background-color: #c13a2d;
	color:#FFF;
	padding:60px 0;
	text-align: center;
}

.common-bonds {
	text-align: center;
}

.cbs-icon {
	width:90px;
	display:inline-block;
	text-align: center;
	margin-bottom:20px;
}

.com-bon-single {
	width:30%;
	min-width:200px;
	display:inline-block;
	text-align: center;
	margin:0 auto 50px auto;
}

.ash-half {
	width:50%;
	float:left;
}

.ash-half.text {
	padding:40px;
}



.landing-page-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	height:0;
	padding-bottom: 46%;
	color:#FFF;
}
.lp-inner {
	padding-top:100px;
}
.lp-inner h1 {
	font-size: 60px;
	margin-bottom:35px;
}
.lp-inner h4 {
	font-size: 30px;
}

.landing-page-sect2 {
	padding:75px 0 100px 0;
	text-align: center;
}

.landing-page-sect2 h1 {
	font-size: 55px;
	margin-bottom:35px;
}

.landing-page-sect2 h4 {
	font-size: 25px;
	margin-bottom:35px;
	line-height: 1.5em;
}

.landing-page-sect3 .grey {
	background-color: #f2f3f4;
}

.lp-divider {
	width:150px;
	height:3px;
	background-color: #000;
	margin:25px 0;
}
.lps3-left {
	float:left;
	width:60%;
}

.lps3-right {
	float:right;
	width:40%;
	text-align: right;
}
.grey .lps3-left {
	float:left;
	width:40%;
}

.grey .lps3-right {
	float:right;
	width:60%;
	text-align: right;
}

.lps3-right.text {
	padding:50px;
	text-align: left;
}

.lps3-left.text {
	padding:50px 50px 50px 0;
}

.landing-page-sect3 p {
	line-height: 2em;
}


.learn-page-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center -185px;
	height:0;
	padding-bottom: 1100px;
	color:#FFF;
}

.lr-inner {
	padding-top:100px;
}
.lr-inner h1 {
	font-size: 60px;
	margin-bottom:35px;
}
.lr-inner h4 {
	font-size: 30px;
}

.learn-box-div {
	margin:-560px 0 100px 0;
}

.lbd-box-left,
.lbd-box-right {
	width:46%;
	background-color: #fff;
	padding:25px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	min-height:500px;
}

.lbd-box-left {
	float:left;
}

.lbd-box-right {
	float:right;
}

.lbd-box-left h1,
.lbd-box-right h1 {
	margin-bottom: 25px;
}

.open-faq {
	float:right;
	width:50px;
	text-align: center;
}

.faq-single .question,
.learn-single .question {
	cursor: pointer;
}

.faq-single .question p,
.learn-single .question p {
	font-weight: bold;
}

.faq-single .answer,
.learn-single .answer {
	display:none;
}

.recent-posts {
	text-align: center;
	margin-bottom:50px;
}

.recent-posts h1 {
	margin-bottom:40px;
}

.rp-single {
	width:33%;
	min-width:300px;
	padding: 0 1%;
	display:inline-block;
	margin-bottom: 50px;
	vertical-align: top;
}

.rp-single-image {
	margin-bottom:15px; 
}

.rp-single img {
	width:100%;
}

.rp-single-header {
	text-align: left;
	min-height:60px;
}
.rp-single-header a {
	color:inherit;
	text-decoration: none;
}

.rp-single-body {
	text-align: left;
	min-height:75px;
}


.videos {
	text-align: center;
	padding:25px 0;
}

.videos.grey {
	background-color: #ebebeb;
}

.tri-videos {

}

.tv-single {
	display:inline-block;
	max-width:350px;
	margin:50px 23px;
	position: relative;
}

.tvs-play-btn {
	position: absolute;
	top:65px;
	left:50%;
	margin-left:-50px;
	cursor: pointer;
}

.state-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center -100px;
	height:0;
	padding-bottom: 630px;
	color:#FFF;
}

.sb-inner {
	padding:75px 0;
}
.sb-inner h1 {
	font-size: 55px;
}


.state-bond-list {
	text-align: center;
}
.state-bond-list input {
	padding:13px;
	border: 2px solid #CDCFD4;
	width:500px;
	max-width: 100%;
	vertical-align: bottom;
}

.state-bond-list-table {
	margin:-400px auto 25px auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding:25px;
	background-color: #FFF;
}

.state-bond-list-table h1 {
	margin-bottom:25px;
}

.state-bond-list .blue-button {
	padding:10px 35px;
	margin-top:2px;
}

.state-bond-list-form {
	margin-bottom:50px;
}

.state-bond-list-table table {
	width:100%;
	text-align:left;
}
.state-bond-list-table table td,
.state-bond-list-table table th {
	padding:10px ;
}

.state-bond-list-table .blue-button {
	padding:6px 30px;
	font-size: 16px;
	text-align: center;
}

.state-bond-list-table table tr:nth-child(even) {
	background-color: #f3f3f3;
}

.state-section-2 {
	background-color: #f1f1f1;
	padding:60px 0;
}

.ss2-left {
	width:55%;
	float:left;
	padding:0 40px 25px 0;
}
.ss2-right {
	width:45%;
	float:left;
}
.ss2-right .divider {
	width:150px;
	height:3px;
	background-color: #FFF;
	margin:25px 0 50px 0;
}
.ss2-right p {
	line-height: 2em;
}
.ss2-left a {
	color:inherit;
}
.ss2-red-box a {
	color:inherit;
}
.ss2-gs {
	font-size: 24px;
}

.ss2-red-box {
	background-color: #c13a2d;
	color:#FFF;
	padding:50px;
}



.state-section-3 {
	padding:60px 0;
}
.state-section-3 p {
	font-size: 22px;
}

.state-section-3 img {
	float:left;
	margin:0 50px 50px 0;
	max-width:50%;
}


.state-section-4 {
	padding:60px 0;
}

.ss4-left {
	width:50%;
	float:left;
	padding:0 25px 0 0;
}

.ss4-left p {
	font-size: 22px;
}

.ss4-right {
	width:50%;
	float:right;
	padding:0 0 0 25px;
}

.ss4-right h2 {
	font-size: 50px;
}

.spec-padding {
	height:200px;
}



.state-section-5 {
	position: relative;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	min-height:575px;
}


.ss5-pop-box {
	position: absolute;
	top:-190px;
	left:50%;
	margin-left:-450px;
	text-align: center;
	background-color: #fff;
	width:900px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.ss5pb-header {
	background-color: #f3f3f3;
	padding:35px 25px 15px 25px;
}

.ss5pb-body {
	padding:50px;
}

.ss5pbb-left {
	float:left;
	width:32%;
	margin-bottom:30px;
}

.ss5pbb-middle {
	float:left;
	width:32%;
	margin:0 16px 30px 16px;
	text-align: center;
}

.ss5pbb-right {
	float:right;
	width:32%;
	margin-bottom:30px;
}

.ss5pb-body input[type=text] {
	padding: 13px;
    border: 2px solid #CDCFD4;
	width:100%;
	border:1px solid #ccc;
}

.ss5pb-body .blue-button {
	width:100%;
}

.calendar_wrap table {
	width:100%;
}


.add-cart-btn {
    background-color: #0e783b !important;
    border: 0 !important;
    color: #FFF !important;
}

a.mega-menu-link {
	font-size: 19px !important;
	color:#000 !important;
	text-transform: uppercase !important;
}

.link-bordered {
	margin:-2px 0 0 0!important;
	border:3px solid #c13a2d !important;
	padding:3px 5px !important;
	margin-left:10px !important;
}

.link-bordered a {
	color:#c13a2d !important;
	font-weight: bold !important;
}



.link-bordered:hover {
	background-color: #c13a2d !important;
}
.link-bordered:hover a:hover {
	color:#FFF !important;
}

.home-form-header h1, 
.home-form-header h2, 
.home-form-header h3, 
.home-form-header h4, 
.home-form-header h5 {
	margin:0;
}
.home-form-header h3 {
	font-size: 20px;
}
.home-form-header {
	margin-bottom:20px;
}




/*  ----- SUPER FOOTER ----- */
.super-footer {
	background-color: #353535;
	color:#848484;
	padding:50px 0;
	text-align: center;
}

.super-footer h3,
.super-footer .header,
.super-footer .header a {
	color:#FFF;
	margin-top:0;
	font-size: 20px;
}

.super-footer a {
	color:inherit;
	text-decoration: none;
}

.super-footer a:hover {
	color:#FFF;
}

.sf-col {
	width:23%;
	display:inline-block;
	vertical-align: top;
	padding-right:15px;
}

.super-footer ul {
	margin:0;
	padding:0;
}

.super-footer ul li {
	list-style-type: none;
}
.super-footer ul li a {
	font-size: 14px;
}

.apply-cols {
	margin-top:25px;
}

.ac-one {
	width:33%;
	min-width:300px;
	display:inline-block;
	padding-right:15px;
}

.ac-two {
	width:33%;
	min-width:300px;
	display:inline-block;
	padding-right:15px;
}

.ac-three {
	width:33%;
	min-width:300px;
	display:inline-block;
	padding-right:15px;
}

.app-form-header {
	text-align: center;
}


.state-testimonials {
	text-align: center;
	background-color: #c13a2d;
	padding:60px 0;
	color:#fff;
}

.new-grey-section {
	padding:1px 0;
	background-color: #f1f1f1;
}


.asb-red-section2 {
	background-color: #c13a2d;
	color:#FFF;
	padding:60px 0;
	text-align: center;
}

.asb-red-section2 h1 {
	margin-bottom:40px;
}

.four-columns {
	text-align: left;
	padding-left:10%;
}

.fc-one,
.fc-two,
.fc-three,
.fc-four {
	display:inline-block;
	width:21%;
}

.fc-button {
	text-align: center;
	margin-top:35px;
}

.fc-button .blue-button {
	padding: 15px 50px;
    font-size: 25px;
}


.new-about-section {
	padding:60px 0;
	background-color: #f1f1f1;
	text-align: center;
}


.closed .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
}

.closed .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
	opacity: 1;
}

.opened .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: .7;
}

.opened .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}

.circle-plus {
	height: 4em;
	width: 4em;
	font-size: 1em;
	position: absolute;
	left:0;
	top:0;
}

.circle-plus .circle {
	position: relative;
	width: 2.55em;
	height: 2.5em;
}

.circle-plus .circle .horizontal {
	position: absolute;
	background-color: #000;
	width: 30px;
	height: 5px;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -2.5px;
}

.circle-plus .circle .vertical {
	position: absolute;
	background-color: #000;
	width: 5px;
	height: 30px;
	left: 50%;
	margin-left: -2.5px;
	top: 50%;
	margin-top: -15px;
}

.faq-container {
	padding:35px 0 75px 0;
}

.faq {
	margin:0;
	padding:0;
}
.faq li {
	position: relative;
	padding:5px 0 10px 60px;
	list-style-type: none;
	border-bottom:1px solid #ccc;
}

h3.question {
	padding-top:13px;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	color:#000;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}
h3.question.open {
	color:#6C6D6D;
}

.answer {
	display:none;
}

.hlc-box h5 {
	line-height: 27px;
}

.rplg .rplg-review-name {
	color:#FFF !important;
}

.rplg .rplg-review-time {
    color:#FFF !important;
    text-shadow: none!important;
}

.careers-banner {
	padding:100px 0 150px 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}

.cb-inner {
	max-width:800px;
	margin: 0 auto;
	text-align: center;
	color:#FFF;
}

.what-we-offer {
	text-align: center;
	padding:25px 0 50px 0;
}

.what-we-offer h2 {
	margin-bottom:25px;
}

.wwo-cols {
	text-align: left;
}

.wwo-cols h3 {
	font-size: 22px;
	color:#c13a2d;
}

.wwoc-left {
	float:left;
	width:47%;
}
.wwoc-right {
	float:right;
	width:47%;
}


.quad-icons {
	padding:50px 0;
}

.qi-single {
	display: inline-block;
	width:280px;
	text-align: left;
}

.qi-cols {
	text-align: center;
}

.qis-icon {
	font-size: 70px;
	float:left;
	width:70px;
	margin-right:15px;
	height:110px;
	text-align: center;
}

.qis-text {
	padding-top:17px;
}

.positions {
	padding:50px 0;
}

.posc-single-left {
	float:left;
	width:45%;
}

.posc-single-right {
	float:right;
	width:45%;
}


.join {
	padding:50px 0;
}

.join h2 {
	text-align: center;
	margin-bottom: 25px;
}

.join-form {
	width:500px;
	max-width:100%;
	margin:0 auto;
}

.form-inline {
	margin-bottom: 15px;
	vertical-align: top;
}

.form-inline label {
	display: block;
	width:100%;
}

.form-inline input[type=text],
.form-inline input[type=email],
.form-inline input[type=tel] {
	width:100%;
	border:1px solid #ccc;
	padding:5px;
}
.form-inline textarea {
	width:100%;
	border:1px solid #ccc;
	height:100px;
	padding:5px;
}


.payment-page .inputa {
	border:2px solid #ddd;
	border-radius: 4px;
	width:400px;
	max-width:100%;
	padding:10px;
	margin-bottom:10px;
	display: block;
}

.payment-page .inputb {
	border:2px solid #ddd;
	background-color: #eee;
	border-radius: 4px;
	width:250px;
	max-width:100%;
	padding:10px;
	margin:25px 0 15px 0;
}

.add-reference-number {
	text-decoration: underline;
	color:#3C83FF;
	font-size: 14px;
	cursor: pointer;
}

.remove-reference-number {
	display: none;
	text-decoration: underline;
	color:#3C83FF;
	font-size: 14px;
	cursor: pointer;
}

.pricing-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.pricing-col-a {
	font-weight: bold;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pricing-col-b {
	max-width:100px;
	text-align: right;
}

.pricing-col-b.bold {
	font-weight: bold;
}

.disclaimer {
	font-size: 14px;
	margin:25px 0;
}

.form-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-cols h5 {
	font-weight: bold;
	font-size: 16px;
}

.form-col1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right:20px;
}

.form-col2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left:20px;
}

.input-full {
	width:100%;
}

.input-half-left {
	width:48%;
	float:left;
}
.input-half-right {
	width:48%;
	float:right;
}

.input-half-right input,
.input-half-left input,
.input-full input {
	border:2px solid #ddd;
	border-radius: 4px;
	width:100%;
	padding:10px;
	margin-bottom:10px;
}

.input-full select,
.input-half-left select,
.input-half-right select {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAALxJREFUKJGlUjEOhCAQHO8XPsdEG1/BA6TVN0grrc1a+AIbGmsLfmHCM/aKS4yIyOVuEgoYZnd2M8AFXdfx+c7Mt+d1/kREbK3FOI6MBA6htZaJCAAwzzO2bXsUH8JhGDxCa53uqJTifd89wjmHvu+jXbNlWXhd12jloihQ13UWCB/94LPVqNVf8J9VpRQbYwJRVVVo2/Z2nONRCOFtNs9zTNOUJWeUUnpE0zRR+wGIiMuy5HPkYlkN8G3I31N1h3BXecT3AAAAAElFTkSuQmCC') no-repeat 99% 50%;
	background-color: #FFF;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border:2px solid #ddd;
	border-radius: 4px;
	padding-left:10px;
	width:100%;
	height:48px;
	margin-bottom:10px;
}


.payment-page .blue-button {
	width:100%;
	padding:7px 40px;
	border-radius: 4px;
}

/*.rplgsw-slide {
	max-width:350px;
}*/
.rplg {
	max-width:95%;
	margin:0 auto;
}

.payment-confirmation-page h5 {
	font-size: 16px;
	font-weight: bold;
}

.bordered {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.payment-confirmation-page ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.payment-confirmation-page ul li .fa {
	padding-right:10px;
}

.flex1 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex1-col {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:0 0 0 10px;
}
.flex1-col:first-child {
	padding:0 10px 0 0;
}
.flex1-col .blue-button {
	padding:10px 20px;
	font-size: 20px;
}

.cc-error {
	color:red !important;
	text-align: center;
}

.bond-questions {
	/*padding-top:200px;*/
}

.bond-table {
	border:1px solid #ccc;
	margin-bottom:30px;
}

.bond-table td {
	padding:15px 5px;
}
.bond-table a.orange-button,
.bond-table a.orange-button:active,
.orange-button {
	background-color: #C43A27;
	color:#fff;
	border-radius: 3px;
	padding:7px 20px;
	text-decoration: none;
}
.bond-table a.button:hover,
.orange-button:hover {
	text-decoration: none;
	color:#FFF;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #6699CC;
	color:#FFF;
}

.bond-table small {
	display: block;
	color:#8A8A8A;
}

.covid-banner {
	background-color: #c13a2d;
	padding:20px 0;
	text-align: center;
}

.covid-banner a {
	text-decoration: none;
	color:#FFF;
}

.covid-banner p {
	margin:0;
}

.remove-banner {
	float:right;
	font-size: 30px;
}
.remove-banner a {
	color:#A2A2A2;
}

.remove-banner a:hover {
	color:#B5251E;
}

.map2 {
	max-width:700px;
	margin: 0 auto;
	padding:50px 0;
}

/*  -------------- CALCULATOR --------------  */
.tabs-container {
	/*width:600px;*/
	margin:65px 0 45px 0;
}

.the_tabs {
	border:1px solid #ccc;
	border-top:0;
	padding:20px;
}

.my-tabs {
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-top: 25px;
}

.my-tabs div {
	display: inline;
	padding: 3px 20px;
	border: 1px solid #ccc;
	background-color: #E2E4E4;
	border-radius: 4px 4px 0 0;
	color: #727474;
	box-shadow: inset 0px 2px 5px #AEB0B0;
	cursor: pointer;
}

.my-tabs #tab-1 {
	position: absolute;
	bottom: -1px;
	left: 0;
	padding: 8px 15px 6px 15px;
}

.my-tabs #tab-2 {
	position: absolute;
	bottom: -1px;
	left: 221px;
	padding: 8px 15px 6px 15px;
}

.my-tabs div.active {
	border-bottom: 1px solid #FFF;
	background-color: #fff;
	color: #000;
	box-shadow: none;
}

.the_tabs label {
	margin-bottom:3px;
}

.the_tabs .form-element {
	margin-bottom:15px;
}
.the_tabs .form-element label {
	display: block;
}
.the_tabs .form-element input[type=text] {
	border:1px solid #ccc;
	font-size: 18px;
	padding:5px 10px;
	border-radius: 3px;
	width:270px;
	max-width:100%;
}

.the_tabs .form-element select {
	border:1px solid #ccc;
	font-size: 16px;
	padding:0 25px 0 10px;
	height:39px;
	border-radius: 3px;
	width:150px;
}

.btn-calc {
	background-color:#CC3333;
	color:#FFF;
	border:1px solid #B32E2D;
	padding:5px 15px;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
}

.btn-calc:hover {
	background-color:#B62F2E;
	border:1px solid #A02A29;
}

.calc-enter {
	float:left;
	width:50%;
}
.calc-result {
	float:left;
	width:50%;
	margin-top:35px;
	/*display: none;*/
}

.calc-result h1 {
	font-weight: bold;
	font-size: 65px
}

.map-alt {
	padding:50px 0;
}

.home-header-form input[type=text] {
	padding: 10px;
    border: 1px solid #E4EAEA;
    /*box-shadow: 0 0 15px rgba(0,0,0,0.2);*/
    width:100%;
    max-width: 600px;
    margin-bottom: 20px;
}

.bond-request-form-outer {
	padding:25px 0;
}

.bond-request-form {
	padding:35px;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.brf-separator {
	margin:20px 0 10px 0;
	font-weight: 700;
}

h5.brf-separator {
	font-size: 16px;
}

.brf-flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:15px;
}

.brf-flex-column {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	padding:0 4px;
	/*vertical-align: top;*/
}

.brf-flex-checkbox-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:1px;
}

.brf-flex-column-question {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.brf-flex-column-checkbox {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width:100px;
}

.brf-flex-column input[type=text],
.brf-flex-column input[type=number],
.brf-flex-column input[type=email],
.brf-flex-column input[type=date],
.brf-flex-column textarea,
.brf-flex-column select {
	width:100%;
	border:1px solid #ccc;
	border-radius: 0;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
    background: transparent;
    outline: 0; 
}

.brf-flex-column input[type=text]:focus,
.brf-flex-column input[type=number]:focus,
.brf-flex-column input[type=email]:focus,
.brf-flex-column input[type=date]:focus,
.brf-flex-column textarea:focus,
.brf-flex-column select:focus {
	border:1px solid #000;
}

.brf-flex-column input[type=text],
.brf-flex-column input[type=number],
.brf-flex-column input[type=email],
.brf-flex-column input[type=date],
.brf-flex-column textarea {
	padding:4px 5px;
}

.brf-flex-column textarea {
	height:80px;
}

.brf-flex-column select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	height:34px;
	border-radius: 0;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAALxJREFUKJGlUjEOhCAQHO8XPsdEG1/BA6TVN0grrc1a+AIbGmsLfmHCM/aKS4yIyOVuEgoYZnd2M8AFXdfx+c7Mt+d1/kREbK3FOI6MBA6htZaJCAAwzzO2bXsUH8JhGDxCa53uqJTifd89wjmHvu+jXbNlWXhd12jloihQ13UWCB/94LPVqNVf8J9VpRQbYwJRVVVo2/Z2nONRCOFtNs9zTNOUJWeUUnpE0zRR+wGIiMuy5HPkYlkN8G3I31N1h3BXecT3AAAAAElFTkSuQmCC') no-repeat 99% 50%;
}

.brf-flex-column label {
	margin-bottom: 0;
}

.brf-flex-column label.label {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom:0;
}

.brf-button {
	text-align: center;
}

.note {
	text-align: center;
	font-size: 14px;
	margin:15px 0;
}

.ad-landing-banner {
	background-color: #F7F6F3;
	padding:5px 0 0 0;
}

.ad-landing-banner h1 {
	font-size: 60px;
	max-width:575px;
	padding-top:50px;
	margin:0 0 20px 0;
}
.ad-landing-banner h2 {
	color:#c13a2d;
	font-weight: 300;
	max-width:450px;
	margin:0 0 45px 0;
}

.ad-landing-banner .wrapper {
	position: relative;
}



.diag-bar {
	background-image: url('assets/images/diagonal-bg3.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	height:329px;
	margin-top:-122px;
}
.diag-bar .wrapper {
	position: relative;
}

.model-lady {
	position: absolute;
	bottom:-329px;
	right:0;
}


.alb-more {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width:600px;
}

.albm-left {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width:110px;
	max-width:110px;
	min-width:110px;
}
.albm-right {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.under-banner-bar {
	padding:30px 0;
	background-color: #c13a2d;
	color:#fff;
	text-align: center;
}
.under-banner-bar h2 {
	margin:0;
}

.ad-landing-quote {
	padding:35px 0; 
	text-align: center;
}

.alq-form-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.alq-form-column {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #f3f3f3;
	padding:10px;
	margin:10px;
}
.alq-form-column.no-bg {
	background-color: #fff;
}


.alq-form-column input[type=text],
.alq-form-column select {
	width:100%;
	border:1px solid #Ccc;
	outline:0;
}
.alq-form-column input[type=text] {
	padding:8px;
}
.alq-form-column select {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAALxJREFUKJGlUjEOhCAQHO8XPsdEG1/BA6TVN0grrc1a+AIbGmsLfmHCM/aKS4yIyOVuEgoYZnd2M8AFXdfx+c7Mt+d1/kREbK3FOI6MBA6htZaJCAAwzzO2bXsUH8JhGDxCa53uqJTifd89wjmHvu+jXbNlWXhd12jloihQ13UWCB/94LPVqNVf8J9VpRQbYwJRVVVo2/Z2nONRCOFtNs9zTNOUJWeUUnpE0zRR+wGIiMuy5HPkYlkN8G3I31N1h3BXecT3AAAAAElFTkSuQmCC') no-repeat 99% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	height:42px;
	padding: 0 0 0 8px;
}

.large-submit {
	background-color: #6391bf;
	color:#FFF;
	padding:12px;
	border:0;
	display: block;
	width:100%;
	font-size: 30px;
	margin-top:10px;
}



.ads-landing2-section-2 .large-submit {
	max-width:350px;
	margin:18px auto 0 auto;
}

.alq-form-icons {
	padding-top:15px;
}

.ad-landing-reviews {
	padding:50px 0 0 0;
	background-color: #c13a2d;
}

.ad-landing-surety-bonds {
	padding:50px 0;
	text-align: center;
}

.ad-landing-surety-bonds {
	max-width:1000px;
	margin:0 auto;
}

.ad-landing-surety-bonds-header-text {
	margin-bottom:50px;
}

.alsb-icons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.alsbi-single {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:0 10px;
}

.alsbi-single-icon {
	margin-bottom: 20px;
}

.alsbi-single-text h3 {
	margin-bottom: 20px;
}

.ad-landing-why-choose-us {
	background-image: url('assets/images/why-choose-us-bg.jpg');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding:65px 0;
}

.alwch-red-box {
	background-color: #c13a2d;
	color:#FFF;
	max-width:700px;
	padding:40px;
}
.alwch-red-box a {
	text-decoration: none;
	color:inherit;
}

.alwch-red-box h2 {
	font-size: 45px;
	margin-bottom: 35px;
}
.alwch-red-box h3 {
	font-size: 32px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.alwch-red-box h4 {
	line-height: 1.5em;
	margin-bottom: 30px;
}

.alwch-red-box h3.h3-no-bottom-marg {
	margin-bottom:0;
}






.ads-landing2-banner {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-color: #f8f8f6;
}

.ads-landing2-banner-inner {
	padding:95px 0;
	max-width:550px;
}

.ads-landing2-banner h1 {
	font-size: 62px;
}

.ads-landing2-banner h3 {
	font-size: 32px;
	color:#c43927;
	font-weight: 300;
	margin-bottom:70px;
}



.alb2-more {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width:600px;
}

.alb2m-left {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width:110px;
	max-width:110px;
	min-width:110px;
}
.alb2m-right {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}


.ads-landing2-red-bar {
	background-color: #c13a2d;
	color:#FFF;
	padding:15px 0;
	text-align: center;
}

.ads-landing2-red-bar-inner {
	max-width:900px;
	margin:0 auto;
}

.ads-landing2-red-bar-inner h2 {
	font-weight: 300;
	margin:0;
}


.ads-landing2-section-2 {
	padding:45px 0;
	max-width:800px;
	margin:0 auto;
	text-align: center;
}

.ads-landing2-section-2 h2 {
	margin-bottom:25px;
}

.ads-landing2-section-2 span {
	color:#c13a2d;
}

.adsl2s2-form-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.adsl2s2-fc-single {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #f3f3f3;
	padding:10px;
	margin:10px;
}

.adsl2s2-fc-single label {
	display: block;
	text-align: center;
}

.adsl2s2-fc-single input,
.adsl2s2-fc-single select {
	width:100%;
	border:1px solid #Ccc;
	outline:0;
}

.adsl2s2-fc-single select {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAALxJREFUKJGlUjEOhCAQHO8XPsdEG1/BA6TVN0grrc1a+AIbGmsLfmHCM/aKS4yIyOVuEgoYZnd2M8AFXdfx+c7Mt+d1/kREbK3FOI6MBA6htZaJCAAwzzO2bXsUH8JhGDxCa53uqJTifd89wjmHvu+jXbNlWXhd12jloihQ13UWCB/94LPVqNVf8J9VpRQbYwJRVVVo2/Z2nONRCOFtNs9zTNOUJWeUUnpE0zRR+wGIiMuy5HPkYlkN8G3I31N1h3BXecT3AAAAAElFTkSuQmCC') no-repeat 99% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	height:42px;
	padding: 0 0 0 8px;
}

.ads-landing2-section3 {
	background-color: #f8f8f6;
	padding:50px 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}

.al2s3-inner {
	max-width:700px;
}

.al2s3-red-box {
	background-color: #c13a2d;
	color:#FFF;
	padding:50px;
}

.al2s3-red-box h2 {
	font-size: 45px;
	margin-bottom:25px;
}
.al2s3-red-box p {
	font-size: 1.55em;
	font-weight: 300;
}

.al2s3-inner-s2 {
	color:#c13a2d;
	margin:25px;
}

.al2s3-inner-s2 h2.bold {
	font-weight: 700;
}


.ads-landing2-reviews {
	padding:50px 0 0 0;
	background-color: #c13a2d;
	text-align: center;
}

.ads-landing2-reviews h2 {
	font-size: 50px;
	color:#FFF;
}

.ads-landing2-section4 {
	padding:50px 0;
	text-align: center;
}

.ads-landing2-section4 h2 {
	font-size: 35px;
}
.ads-landing2-section4 h2 span {
	color:#c13a2d;
}

.ads-landing2-section4-inner {
	max-width:800px;
	margin:0 auto;
}

.big-blue-button {
	background-color: #6391bf;
	color:#FFF;
	padding:12px 30px;
	border:0;
	display: inline-block;
	font-size: 30px;
	margin-top:10px;
}

.ads-landing3-banner {
	padding:100px 0;
	background-color: #feefda;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}

.ads-landing3-banner h1 {
	font-size: 50px;
	font-weight: bold;
}

.ads-landing3-banner h3 {
	font-size: 30px;
	margin: 20px 0;
	color:#c13a2d;
}

.al3b-text {
	max-width:600px;
}



.alb3-more {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width:600px;
}

.alb3m-left {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width:110px;
	max-width:110px;
	min-width:110px;
}
.alb3m-right {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.al3b-text .blue-button {
	margin-bottom:50px;
}



.ads-landing3-red-bar {
	background-color: #c13a2d;
	color:#FFF;
	padding:15px 0;
	text-align: center;
}

.ads-landing3-red-bar-inner {
	max-width:900px;
	margin:0 auto;
}

.ads-landing3-red-bar-inner h2 {
	font-weight: 300;
	margin:0;
}

.ads-landing3-section2 {
	padding:50px 0;
	max-width:900px;
	margin:0 auto;
}

.al3s2-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.al3s2-flex-single {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #f3f3f3;
	padding:10px;
	margin:10px;
}

.al3s2-flex-single.plain {
	background-color: transparent;
}

.al3s2-flex-single h3 {
	text-align: center;
}

.al3s2-flex-single label {
	display: block;
	text-align: center;
}

.al3s2-flex-single input,
.al3s2-flex-single select {
	width:100%;
	border:1px solid #Ccc;
	outline:0;
}

.al3s2-flex-single input {
	padding:8px;
}

.al3s2-flex-single select {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAALxJREFUKJGlUjEOhCAQHO8XPsdEG1/BA6TVN0grrc1a+AIbGmsLfmHCM/aKS4yIyOVuEgoYZnd2M8AFXdfx+c7Mt+d1/kREbK3FOI6MBA6htZaJCAAwzzO2bXsUH8JhGDxCa53uqJTifd89wjmHvu+jXbNlWXhd12jloihQ13UWCB/94LPVqNVf8J9VpRQbYwJRVVVo2/Z2nONRCOFtNs9zTNOUJWeUUnpE0zRR+wGIiMuy5HPkYlkN8G3I31N1h3BXecT3AAAAAElFTkSuQmCC') no-repeat 99% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	height:42px;
	padding: 0 0 0 8px;
}

.ads-landing3-section3 {
	padding:50px 0;
	background-color: #c13a2d;
	color:#FFF;
	text-align: center;
}

.ads-landing3-section3 h2 {
	font-size:35px;
	margin-bottom: 40px;
}

.al3s3-icons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.al3s3-icon {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width:190px;
	margin-bottom:15px;
}


.ads-landing3-section4 {
	padding:50px 0;
}

.al3s4-tri-columns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.al3s4-tc-single {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 0 15px;
	margin-bottom:25px;
	vertical-align: top;	
	min-width:260px;			
}

.al3s4-tc-single-icon {
	padding-bottom:20px;
}

.al3s4-tc-single-text h3 {
	padding-bottom:20px;
	font-weight: 700;
}

.ads-landing3-s4-btn {
	text-align: center;
	padding:25px 0;
}

.al3s4-tri-columns.second {
	margin-top:50px;
}

.ads-landing3-section5 {
	background-color: #c13a2d;
	color:#FFF;
	padding:50px 0;
	text-align: center;
	background-image: url('assets/images/waiting-bg-image.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}

.ads-landing3-section5 h2 {
	font-size: 55px;
	margin-bottom:25px;
}

.ads-landing3-section5 h3 {
	font-weight:300;
	margin-bottom:40px;
}

/*
| Info Graphic 1
*/

.info-graphic1 {
	max-width:800px;
	margin-bottom:50px;
	background-image: url('assets/images/infog-bg.png');
	/*background-repeat: no-repeat;*/
	/*-webkit-background-size: cover;
	background-size: cover;*/
	background-position: center top;
}
.ig1-wrapper {
	padding:0 25px;
}

.ig1-header {
	background-image: url('assets/images/infog-header.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
	padding-bottom:11%;
	text-align: center;
	color:#FFF;
	position: relative;
}

.freight-bond-truck {
	position: absolute;
	bottom:-35px;
	left:50%;
	margin-left:-125px;
}

.ig1-header h1 {
	font-size:75px;
	font-weight: bold;
	padding-top:43px;
}

.ig1-section2 {
	padding:40px 0 80px 0;
	text-align: center;
}

.ig1-section2 h2 {
	color:#c13a2d;
	font-weight: bold;
	font-size: 29px;
	margin-bottom:60px;
}


.ig1-section2 h4 {
	margin-top:-35px;
	font-size:21px;
	line-height: 1.4em;
}

.ig1-section3 {
	background-color: #c13a2d;
	color:#fff;
	padding:100px 0;
	position: relative;
	text-align: center;
}
.ig1-section3 h2 {
	font-weight: bold;
	margin-bottom:25px;
}

.ig1-section3 h4 {
	font-size: 21px;
	line-height: 1.4em;
}

.ig1s3-asterisk {
	position: absolute;
	top:-59px;
	left:50%;
	margin-left:-58px;
}

.ig1s3-money {
	position: absolute;
	bottom:-59px;
	left:50%;
	margin-left:-58px;
}

.ig1-section4 {
	padding:75px 0;
	text-align: center;
}

.ig1-section4 h2 {
	color:#c13a2d;
	font-weight: bold;
	margin-bottom:25px;
}

.ig1-section4 h4 {
	line-height: 1.4em;
	font-size: 21px;
}

.ig1-section5 {
	position: relative;
	background-color: #c13a2d;
	color:#fff;
	padding:70px 0 0 0;
	text-align: center;
}

.ig1-section5 h2 {
	margin-bottom:50px;
}


.ig1s5-apply {
	position: absolute;
	top:-60px;
	left:50%;
	margin-left:-58px;
}

.ig1s5-blocks {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ig1s5b-single {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	margin-bottom:50px;
}

.ig1s5bs-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ig1s5bs-cols .ig1s5bsc-img {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width:95px;
}

.ig1s5bs-cols .ig1s5bsc-text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right:10px;
}


.ig1-section6 {
	text-align: center;
	padding:35px 0;
	border-bottom:20px solid #c13a2d;
}

.radiobtns {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom:10px;
}

.radiobtns .button {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
	background-color: #ccc;
	width:100%;
	text-align: center;
	padding:5px 0;
	cursor: pointer;
}

.radiobtns .button.active { 
	background-color: #6391bf;
	color:#fff;
}



.ad-landing4-banner {
	background-color: #f8f8f6;
}

.ad-landing4-banner-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ad-landing4-banner-column1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:75px 95px 0 0;
}

.ad-landing4-banner-column1-text {
	max-width:360px;
}

.ad-landing4-banner-column2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #c13a2d;
	color:#fff;
	text-align: center;
	padding:35px 25px;
	position: relative;
}

.ad-landing4-banner-column2 h1 {
	font-size: 48px;
}

.ad-landing4-banner-column2 p {
	font-size: 22px;
	max-width:80%;
	margin:0 auto 25px auto;
}

.landing4-form-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.landing4-form-column {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:10px;
}

.landing4-form-box {
	background-color: #f3f3f3;
	padding:10px;
	color:#000;
}
.landing4-form-box label {
	text-align: center;
	display: block;
}
.landing4-form-box select {
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAAB50RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNS4xqx9I6wAAALxJREFUKJGlUjEOhCAQHO8XPsdEG1/BA6TVN0grrc1a+AIbGmsLfmHCM/aKS4yIyOVuEgoYZnd2M8AFXdfx+c7Mt+d1/kREbK3FOI6MBA6htZaJCAAwzzO2bXsUH8JhGDxCa53uqJTifd89wjmHvu+jXbNlWXhd12jloihQ13UWCB/94LPVqNVf8J9VpRQbYwJRVVVo2/Z2nONRCOFtNs9zTNOUJWeUUnpE0zRR+wGIiMuy5HPkYlkN8G3I31N1h3BXecT3AAAAAElFTkSuQmCC') no-repeat 99% 50%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	height:35px;
	border:1px solid #dfdfdf;
	border-radius: 0;
	padding: 0 40px 0 10px;
	font-size: 18px;
	color:#535353;
	outline:0;
	width:100%;
}

.landing4-form-box input[type=text],
.landing4-form-box input[type=email] {
	border:1px solid #dfdfdf;
	border-radius: 0;
	padding: 3px 10px;
	width:100%;
	font-size: 18px;
	color:#535353;
}

.ad-landing4-divider {
	background-color: #fff;
	width:70%;
	margin:25px auto;
	height:3px;
}

.ad-landing4-banner-column1 h2 {
	color:#c43927;
	margin:25px 0;
}

.adl4-ban-col1-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* max-width:400px; */
}

.adl4-ban-col1-column1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width:70px;
}

.adl4-ban-col1-column2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.adl4-ban-col1-column1 img {
	max-width:80%;
}

.woman-model {
	position: absolute;
	left:-251px;
	bottom:-56px;
}

.landing4-diag-bar {
	background-image: url('assets/images/diagonal-bg3.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center bottom;
	height:313px;
	margin-top:-257px;
}


.landing4-button {
	background-color: #6391bf;
	color:#FFF;
	padding:12px;
	border:0;
	display: inline-block;
	font-size: 20px;
}

.landing4-form-column img {
	max-width:150px;
}


.progress_indicator {
	display: none;
}






#sig-canvas {
	border: 1px dotted #CCCCCC;
	background-color: rgba(0,0,0,0.01);
	/* border-radius: 15px; */
	cursor: crosshair;
	touch-action: none;
	/* width:1000px; 
	height:160px; */
}
#sig-submitBtn,
#sig-image,
#sig-dataUrl {
	display: none;
}

#sig-clearBtn {
	text-decoration: underline;
}







/*  ---------- RESPONSIVE STYLING ---------- */

@media only screen and (max-width:1300px) {

	.team-cards {
	    margin: -150px auto 0 auto;
	}
	.about-v2-banner {
		background-position: center top;
	}

	.about-v2-red-box {
	    margin-top: -425px;
	}
	.bt2-inner {
	    padding: 90px 0;
	}
	.bond-type-banner {
		padding-bottom: 72%;
	}
	
}

@media only screen and (max-width:1250px) {
	.desktop-menu {
		display:none;
	}
	.mobile-menu-btn {
		display:block;
	}

}

@media only screen and (max-width:1200px) {
	.home-banner {
		min-height:750px;
	}
	.bond-type-banner {
		min-height:875px;
	}
	.team-cards {
	    margin: -150px auto 0 auto;
	}
	.about-banner {
		min-height:730px;
	}
	.ab-inner {
		padding:60px 0;
	}
	.bb-inner {
		padding-top:60px;
	}
	.landing-page-banner {
		padding-bottom: 550px;
	}
	a.mega-menu-link {
		font-size: 16px !important;
	}
	.search-input-div {
		width:260px;
	}
	.diag-bar {
	    margin-top: -122px;
	}
	.ads-landing2-banner {
		background-position: -180px top;
	}
	.ads-landing2-banner-inner {
	    padding: 66px 0;
	}
	.ig1-section2 h2 img {
		max-height:50px;
	}
	.ad-landing4-banner-column1-text {
		max-width: 315px;
	}
}

@media only screen and (max-width:1100px) {

	.gs-left h1 {
		font-size: 42px;
	}
	.bb-inner {
		padding-top:50px;
	}
	.all-state-banner {
		background-position: center -300px;
		padding-bottom:45%;
	}
	.lp-inner {
	    padding-top: 50px;
	}
	.lp-inner h1 {
		font-size: 40px;
	}
	.lp-inner h4 {
		font-size: 25px;
	}
	
	a.mega-menu-link {
		font-size: 14px !important;
	}
	.bond-type-banner {
	    min-height: auto;
	    height: auto;
	    padding:0;
	}
	.bt-inner {
	    padding: 100px 0 250px 0;
	}
	.apply-box {
	    margin: -190px auto 0 auto;
	}
	.home-banner {
		background-image: none !important;
		background-color: #F7F7F4;
	}
	.home-quote {
  	  	float: none;
	    margin:0 auto;
	}
	.hb-inner {
		text-align: center;
	    padding: 50px 0 20px 0;
	}
	.fc-one,
	.fc-two,
	.fc-three,
	.fc-four {
		width:45%;
	}

	.home-header-form {
	   	text-align: center;
	}
	.alb-more {
		max-width:500px;
	}

	.diag-bar {
	    margin-top: -127px;
	}

	.ads-landing3-banner {
		background-position: left top;
	    padding: 50px 0;
	}

	.al3b-text {
	    max-width: 100%;
	    text-align: center;
	}
	.alb3-more {
	   margin:0 auto;
	}

	.alb3-more {
	    flex-direction: column;
	    margin-bottom:25px;
	}
	.alb3m-left {
		margin:0 auto;
	}
	.landing4-form-container {
		flex-direction: column;
	}
	
}


@media only screen and (max-width:1023px) {
	.home-lower-content {
		margin-top:-130px;
	}
	.home-lower-cols {
		flex-direction: column;
	}
	.hlc-left {
	    border-right: none;
	    padding: 0;
	    margin-bottom:50px;
	    text-align: center;
	}
	.hlc-right {
	    padding: 0;
	    text-align: center;
	}
	.hlc-icon {
		margin:0 auto;
	}
	.gs-left h1 {
		font-size: 38px;
	}

	.gs-button {
		padding:10px 35px;
		font-size: 35px;
	}
	.ab-inner {
		padding:50px 0;
	}
	.ab2-inner {
		padding:120px 0;
	}
	.ab-inner h1 {
		font-size: 60px;
		margin-bottom: 35px;
	}
	.ab-inner h4 {
		font-size: 25px
	}
	.tc-single img,
	.tc-single.right img {
	    float: none;
	    margin: 25px;
	}
	.tcs-text,
	.tc-single.right .tcs-text {
	    padding: 50px;
	    margin-right: 0;
	}
	.bb-inner {
		padding-top:35px;
	}
	.blog-banner {
		min-height:320px;
	}
	.spbt-excerpt {
	    min-height: 120px;
	}
	.spbt-title {
	    min-height: 87px;
	}
	.all-state-half {
		margin-top:50px;
	}
	.ash-half {
		width:100%;
		max-width:640px;
		float:none;
		text-align: center;
		margin:0 auto;
	}
	.ash-row.first {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
	}
	.ash-half.text {
	     padding: 40px 0; 
	}

	.all-state-banner {
	    background-position: center -202px;
	}
	.rp-single {
	    width: 70%;
	    padding: 0;
	}
	.rp-single-image {
		margin-bottom:25px;
	}
	.ss5-pop-box {
		width:700px;
		margin-left:-350px;
	}
	.ss5pbb-left {
		width:32%;
	}

	.ss5pbb-middle {
		width:33%;
		margin:0 8px 30px 8px;
	}

	.ss5pbb-right {
		width:32%;
	}
	.ss5pb-body h4 {
		font-size: 20px;
	}
	.bt2-inner {
	    padding: 65px 0;
	}

	.sf-col {
		width:48%;
		margin-bottom:45px;
	}
	.asb-box {
		float:none;
	}

	.asb-search {
		float:none;
		margin:0 0 20px 0;
	}
	.asb-search input[type=text] {
		width:450px;
		max-width:100%;
	}

	.ac-one,
	.ac-two,
	.ac-three {
	    width: 100%;
	    min-width: auto;
	    display: block;
	    padding-right: 0;
	}
	.lbd-box-left,
	.lbd-box-right {
		min-height:550px;
	}

	.hlc-box-upper {
		padding:140px 0 0 0;
	}
	
	.brf-flex-container {
		flex-direction: column;
		margin-bottom:0;
	}
	.brf-flex-column {
		margin-bottom:15px;
	}
	
	.alq-form-row {
	    flex-direction: column;
	}
	.alq-form-column {
	    background-color: #FFF;
	    text-align: left;
	    padding:0;
	}
	.alq-form-icons {
		text-align: center;
	}

	.ig1-section2 h2 img {
		max-height:40px;
	}
	
}


@media only screen and (max-width:1000px) {
	.alb-more {
	    max-width: 440px;
	}
	.diag-bar {
	    margin-top: -175px;
	}
}

@media only screen and (max-width:930px) {
	.single-post {
	    width: 100%;
	    max-width: 400px;
		margin-left:auto;
		margin-right:auto;
		padding: 0;
	}
	.blog-main-content {
		text-align: center;
	}
	.spb-text {
		text-align: left;
	}
	.spbt-title,
	.spbt-excerpt {
	    min-height: auto;
	}
	.search-field {
		width: 305px;
	}
	.search-res-title {
		text-align: left;
		width: 400px;
		max-width:100%;
		margin:0 auto .5rem auto;
	}
	.alb-more {
	    max-width: 400px;
	}
	.diag-bar {
	    margin-top: -199px;
	}
}
@media only screen and (max-width:900px) {
	
	.home-lower-content {
		margin-top:-90px;
	}
	.hlc-box {
		width:85%;
		max-width:85%;
		margin: 0 auto;
	}
	.get-started {
	    padding: 75px 0;
	}
	.gs-left h1 {
	    font-size: 34px;
	}
	.gs-button {
	    padding: 6px 31px;
	    font-size: 30px;
	}
	.footer-social {
		width:100%;
		text-align: center;
	}
	.footer-fr {
		text-align: center;
	}
	.two-col-section {
		flex-direction: column;
	}
	.tcs-two {
	    padding: 0;
	}
	.ab2t-col {
		width:100%;
		display:block;
		padding:0 0 0 0;
		max-width: 500px;
		margin-bottom:75px;
	}
	.contact-box {
	    float: none;
	    width: 100%;
	}

	.contact-halves {
		flex-direction: column;
	}

	.bond-type-quote {
	    margin: -125px auto 0 auto;
	}

	.grey-sect {
		-webkit-background-size: 95% 100%;
		background-size: 95% 100%;
	}
	.ap-box .left {
		width:100%;
		float:none;
	}

	.ap-box .right {
		width:100%;
		max-width:100%;
		float:none;
	}
	.apb-thirds-left {
		width:100%;
		float:none;
	}
	.apb-thirds-middle {
		width:100%;
		float:none;
		margin-left:0;
	}
	.apb-thirds-right {
		width:100%;
		float:none;
	}
	.all-state-banner {
		padding-bottom:600px;
	}	
	.asb-box {
	    margin-top: -275px;
	}
	.lps3-right.text {
	    padding: 25px;
	}
	.lps3-left.text {
	    padding: 25px 25px 25px 0;
	}

	.lbd-box-left,
	.lbd-box-right {
	    float: none;
	    width:90%;
	    margin:0 auto 50px auto;
	    min-height:0;
	}

	.rp-single {
		width:90%;
	}
	.ss2-left {
		width:100%;
		float:none;
		padding:0 0 35px 0;
	}
	.ss2-right {
		width:100%;
		float:none;
	}
	.ss2-red-box {
		width:500px;
		max-width:90%;
		margin:0 auto;
	}
	
	.btq-inner {
	    padding: 50px 50px;
	}
	.bond-type .red-box {
	    position:relative;
		top:0;
		left:0;
	    width: 100%;
	    margin: 0 0 25px 0;
	    text-align: left;
	}
	.grey-sect {
	    -webkit-background-size: 100% 100%;
	    background-size: 100% 100%;
	}
	.half-right {
		max-width:100%;
		float:none;
	}

	.gs-left,
	.gs-right {
		float:none;
		width:100%;
		text-align: center;
		padding-top:0;
	}
	.gs-button {
		margin-top:25px;
	}
	.get-started {
	    padding: 55px 0;
	}

	.bond-questions {
		padding-top:20px;
	}
	.hlc-box-upper {
		padding:100px 0 0 0;
		width:85%;
		margin:0 auto;
	}

	.bq-left {
	    width: 60%;
	}
	.model-lady img {
		height:700px;
	}
	.diag-bar {
	    margin-top: -188px;
	}
	.alb-more {
	    max-width: 390px;
	}

	.ig1s5-blocks {
		flex-direction: column;
	}

	.ig1-section2 h2 img {
		max-height:30px;
	}

}

@media only screen and (max-width:800px) {
	

	.bt2-inner {
	    padding: 77px 0;
	}

	.hlc-box h2 {
	    font-size: 40px;
	    margin: 0 0 15px 0;
	}
	.hlc-box h4 {
	    font-size: 25px;
	    margin: 35px 0 0 0;
	}
	
	.ab2-inner {
	    padding: 75px 0;
	}
	.about-v2-banner {
		text-align: center;
	}

	.about-v2-red-box {
		float:none;
		width:95%;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
	}	


	.twin-cols {
	    columns: 1;
	    column-gap: 0;
	}
	.blog-index,
	.single-index {
		flex-direction: column;
	}
	.blog-main-content {
	    border-right: 0;
	    padding-right: 0;
	}
	.blog-index .sidebar {
	    padding-left: 0;
	    max-width:400px;
	    margin:0 auto;
	}
	.single-index .sidebar {
	    padding-left: 0;
	    width:100%;
	    margin:25px auto 0;
	}
	.single-post {
	    margin-bottom: 35px;
	}
	.apply-inner {
	    padding: 50px 45px;
	}
	.lps3-left,
	.lps3-right,
	.grey .lps3-left,
	.grey .lps3-right {
	    float: none;
	    width: 100%;
	}

	.lps3-white {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
	}

	.grey .lps3-left,
	.lps3-right {
		text-align: center;
	}
	.lps3-right img,
	.lps3-left img {
		margin-top:25px;
	}

	.ss5pbb-left {
		width:100%;
		float:none;
		text-align: left;
		margin-bottom:15px;
	}

	.ss5pbb-middle {
		width:100%;
		float:none;
		margin:0 0 15px 0;
		text-align: left;
	}

	.ss5pbb-right {
		width:100%;
		float:none;
		text-align: left;
		margin-bottom:15px;
	}
	.ss5-pop-box {
	    width: 94%;
	    left:3%;
	    margin: 0 3px;
	}
	
	.hb-inner h1 {
	    font-size: 45px;
	}

	.wwoc-left {
		margin-bottom:35px;
	}
	.wwoc-left,
	.wwoc-right {
		float:none;
		width:100%;
		text-align: center;
	}

	.posc-single-left,
	.posc-single-right {
		float:none;
		width:100%;
		text-align: center;
	}
	.posc-single-left {
		margin-bottom:35px;
	} 
	
	.posc-single-left ul ,
	.posc-single-right ul {
		margin:0;
		padding:0;
	}

	.posc-single-left ul li,
	.posc-single-right ul li {
		list-style-type: none;
	}

	.form-cols {
		flex-direction: column;
	}
	.form-col1 {
		padding-right:0;
		margin-bottom:25px;
	}

	.form-col2 {
	    padding-left: 0;
	}

	.model-lady img {
	    height: 550px;
	}

	.alsb-icons {
		flex-direction: column;
	}
	.alsbi-single {
		max-width:600px;
		margin:0 auto 50px auto;
	}

	.ads-landing2-section3 {
		background-image: none !important;
	}

	.single-main {
	    padding-right: 0;
	}
	
	.ad-landing4-banner-container {
		flex-direction: column;	
	}
	.ad-landing4-banner-column1 {
		padding: 50px 0 0 0;
	}
	.ad-landing4-banner-column1-text {
		max-width: 100%;
	}
	.landing4-form-container {
		flex-direction: row;
	}
	.woman-model {
		display: none;
	}
}

@media only screen and (max-width:700px) {

	.hb-inner h1 {
	    font-size: 40px;

	}
	.hq-inner h1 {
	    font-size: 30px;
	}
	.hb-inner-button {
	    margin: 40px 0;
	}

	.bt-inner h1 {
	    font-size: 45px;
	    margin-bottom: 20px;
	}
	.bt-inner-button {
	    margin: 40px 0;
	}
	.bt2-inner {
	    padding: 70px 0;
	}
	.bt2-inner h1 {
	    font-size: 45px;
	    margin-bottom: 20px;
	}
	.bt2-inner-button {
	    margin: 40px 0;
	}
	.home-banner {
		min-height:730px;
	}
	.bond-type-banner {
		min-height:730px;
	}
	.hqi-box, .hqi-box.right {
	    float:none;
	}

	.hlc-box {
	    padding: 30px;
	}
	.hqil-tri-fields {
		flex-direction: column;
	}
	.hqiltf-single.left,
	.hqiltf-single.right,
	.hqiltf-single.middle {
		padding:0;
		margin-bottom: 15px;
	}
	.cb-tri-section { 
		flex-direction: column;
	}
	.cbts-single {
		margin-bottom:50px;
	}
	.hlc-box h2 {
	    font-size: 36px;
	    margin: 0 0 10px 0;
	}
	.hlc-box h4 {
	    font-size: 22px;
	    margin: 25px 0 0 0;
	}
	.home-lower {
	    min-height: 400px;
	}
	.cv-row {
		flex-direction: column;
		text-align: center;
	}
	.right.cv-row {
		flex-direction: column-reverse;
	}
	.right .cs-icon {
		text-align: center;
	}
	.cs-text {
		max-width: 500px;
		margin:0 auto;
	}
	.two-col-section {
		text-align: center;
	}
	.a2lb-red-box {
		width:95%;	
		margin:0 2.5%;
		left:0;
	}
	.a2lb-red-box {
	    font-size: 34px;
	}
	.about2-lower-banner {
	    margin-bottom: 125px;
	}
	.tc-section {
	  	text-align: center;
	}
	.ap-box label, .ap-box label {
	    font-size: 19px;
	}
	.state-section-3 img {
		float:none;
		width:100%;
		max-width:100%;
		margin:0 auto 35px auto;
	}

	.ss4-left {
		width:100%;
		float:none;
		padding:0;
	}

	.ss4-right {
		width:100%;
		float:none;
		padding:0;
	}

	.state-bond-list-table table td, 
	.state-bond-list-table table th {
	    padding: 7px;
	    font-size: 12px;
	}
	.state-bond-list-table .blue-button {
	    padding: 5px 15px;
	    font-size: 12px;
	}
	.sb-inner h1 {
	    font-size: 45px;
	}
	.state-bond-list-table h1 {
	    font-size: 37px;
	}

	.all-state-banner {
		padding-bottom:630px;
	}

	.calc-enter {
		float:none;
		width:100%;
	}
	.calc-result {
		float:none;
		width:100%;
	}

	.model-lady {
		display: none;
	}
	.alb-more {
	    max-width: 100%;
	}
	.diag-bar {
	    margin-top: -110px;
	}
	.ad-landing-banner h1 {
	    font-size: 47px;
	    max-width: 100%;
		text-align: center;
	}
	.ad-landing-banner h2 {
	    font-size: 30px;
	    max-width: 100%;
	    text-align: center;
	}

	.ads-landing2-banner {
		background-image:none !important;
	}
	.al3s2-flex {
		flex-direction: column;
	}
	.ig1-header h1 {
	    font-size: 56px;
	}
	
	.ig1-header h1 {
	    font-size: 56px;
	}

}

@media only screen and (max-width:600px) {
	
	.get-started {
	    padding: 40px 0;
	}
	.ab-inner h4 {
	    font-size: 22px;
	}
	.about-v2-red-box {
		padding:35px;
	}

	.bt-inner {
	    padding: 60px 0 230px 0;
	}

	.about-v2-red-box h1 {
		font-size: 35px;
	}
	
	.search-field {
		max-width: 70%;
	}
	.lp-inner h1 {
		font-size: 34px;
	}
	.lp-inner h4 {
		font-size: 21px;
	}
	.bq-icons {
		display:none;
	}
	.bq-left {
	    width: 100%;
	}
	.grey-sect {
	    -webkit-background-size: 157% 100%;
	    background-size: 157% 100%;
	}
	.bond-list-table table td,
	.bond-list-table table th {
	    font-size: 14px;
	}
	.bond-list-table .blue-button {
	    padding: 4px 10px;
	    text-align: center;
	    font-size: 14px;
	}
	.fc-one,
	.fc-two,
	.fc-three,
	.fc-four {
		display: block;
		width:240px;
		margin:0 auto;
	}

	.hlc-box-upper {
		/*padding:100px 0 0 35px;*/
	}
	.state-bond-list-table {
	    margin: -360px auto 25px auto;
	}
	.ab2t-img-plack {
	    bottom: -75px;
	    right: 0;
	    width: 300px;
	    padding: 25px;
	}

	.my-tabs .tabs {
		font-size: 14px;
	}
	.my-tabs #tab-2 {
	    left: 198px;
	}

	.alwch-red-box {
	    opacity: .8;
	}
	.alwch-red-box h2 {
	    font-size: 35px;
	}
	.alwch-red-box h3 {
	    font-size: 26px;
	}
	.alwch-red-box h4 {
		font-size: 21px;
		line-height: 1.4em;
	}
	.ads-landing2-banner-inner {
	    padding: 50px 0;
	}
	.ads-landing2-banner h1 {
	    font-size: 50px;
	}
	.ads-landing2-banner h3 {
	    font-size: 30px;
	    margin-bottom: 50px;
	}
	.alb2m-right h2 {
		font-size: 25px;
	}

	.adsl2s2-form-cols {
		flex-direction: column;
	}
	.adsl2s2-fc-single {
	    margin:10px 0;
	}

	.ads-landing3-banner h1 {
	    font-size: 42px;
	}

	.ads-landing3-banner h3 {
	    font-size: 24px;
	}
	.ig1-header h1 {
	    font-size: 42px;
	}
	.freight-bond-truck {
	    bottom: -35px;
	    margin-left: -100px;
	}
	.freight-bond-truck img {
		width:200px;
	}
	.landing4-form-container {
		flex-direction: column;
	}
}

@media only screen and (max-width:500px) {
	.wrapper {
	    padding: 0 12px;
	}
	.hb-inner {
	    padding: 50px 0;
	}

	.bt2-inner {
	    padding: 50px 0;
	}
	.home-banner {
	    min-height: 755px;
	}
	.bond-type-banner {
	    min-height: 755px;
	}
	.home-lower {
	    min-height: 300px;
	}
	.hlc-box h2 {
	    font-size: 30px;
	}
	.hlc-box h4 {
	    font-size: 18px;
	}
	.hlc-box {
	    width: 90%;
	    max-width: 90%;
	}
	.ab-inner h1 {
	    font-size: 55px;
	    margin-bottom: 20px;
	}
	.ab2-inner h1,
	.new-about-section h1 {
	    font-size: 40px;
	}
	.tc-single img,
	.tc-single.right img {
	    margin: 0;
	    width:100%;
	}
	.tcs-text, 
	.tc-single.right .tcs-text {
	    padding: 20px;
	}
	.a2lb-red-box {
	    font-size: 30px;
	    padding:35px;
	}
	.ap-box {
	    padding: 25px;
	}
	.apply-inner {
	    padding: 15px;
	    box-shadow: none; 
	}
	.asb-box select.select {
	    width: 100%;
	}
	.lp-inner {
	    padding-top: 40px;
	}
	.lp-inner h1 {
		font-size: 30px;
	}
	.lp-inner h4 {
		font-size: 17px;
	}
	.lbd-box-left,
	.lbd-box-right {
	    width:100%;
	}
	.rp-single {
		width:100%;
	}
	.learn-box-div {
	    margin: -580px 0 100px 0;
	}
	.ss5pb-header {
	    padding: 25px;
	}
	.ss5pb-body {
	    padding: 25px;
	}
	.ss2-red-box {
	    padding: 25px;
	    max-width: 95%;
	}
	.bond-list-table table td,
	.bond-list-table table th {
	    font-size: 12px;
	}
	.bond-list-table .blue-button {
	    padding: 3px 8px;
	    font-size: 12px;
	}
	.bond-type {
		text-align: center;
	}
	.bond-questions {
		text-align: center;
	}
	.divider {
	    margin: 25px auto;
	}
	.sf-col {
		width:100%;
		text-align: center;
	}
	.hq-inner {
	    padding: 30px;
	}

	.input-half-left {
		width:100%;
		float:none;
	}
	.input-half-right {
		width:100%;
		float:none;
	}

	.all-state-banner {
		padding-bottom:660px;
	}
	.state-bond-list-table {
	    margin: -315px auto 25px auto;
	}

	.videos {
		padding:10px 0;
	}
	.tv-single {
		margin:50px 0;
	}
	.cv-row .wrapper {
		flex-direction: column;
	}

	.my-tabs #tab-1,
	.my-tabs #tab-2 {
		position: relative;
	    left:0;
	    bottom:0;
	    display: block;
	}
	.my-tabs #tab-2 {
	}
	.my-tabs div {
		color: #AFB1B1;
	}

	.bond-request-form {
		padding:0;
		box-shadow: none;
	}
	.brf-flex-column textarea {
	    height: 125px;
	}

	.brf-flex-column input[type=text],
	.brf-flex-column input[type=number],
	.brf-flex-column input[type=email],
	.brf-flex-column input[type=date],
	.brf-flex-column textarea {
		padding:10px;
	}
	.brf-flex-column select {
		height:45px;
	}
	.ad-landing-banner h1 {
	    font-size: 40px;
	}
	.ad-landing-banner h2 {
	    font-size: 23px;
	}

	.ads-landing2-banner h1 {
	    font-size: 42px;
	}

	.ads-landing3-banner h1 {
	    font-size: 35px;
	}

	.ig1-section2 h2 img {
		display:none;
	}
	.ig1-header h1 {
	    font-size: 35px;
	}
	.freight-bond-truck {
		margin-left:-75px;
	}
	.freight-bond-truck img {
	    width: 149px;
	}
	
	.ad-landing4-banner-column1 h1 {
		font-size: 34px;
	}
	.ad-landing4-banner-column1 h2 {
		font-size: 25px;
	}
	.adl4-ban-col1-column2 h3 {
		font-size: 23px;
	}
}

@media only screen and (max-width:400px) {
	.hb-inner h1 {
    	font-size: 38px;
	}
	.hb-inner h4 {
	    font-size: 19px;
	}
	.hb-inner {
	    padding: 35px 0;
	}
	.bt-inner h1 {
    	font-size: 38px;
	}
	.bt-inner h4 {
	    font-size: 19px;
	}

	.bt2-inner h1 {
    	font-size: 38px;
	}
	.bt2-inner h4 {
	    font-size: 19px;
	}
	.bt2-inner {
	    padding: 35px 0;
	}
	.home-banner {
	    min-height: 715px;
	}
	.bond-type-banner {
	    min-height: 715px;
	}
	.gs-left h1 {
	    font-size: 30px;
	}
	.gs-button {
	    margin-top: 20px;
		padding: 4px 27px;
    	font-size: 25px;
	}	
	.hlc-text {
	    font-size: 22px;
	}
	.hq-inner {
    	padding: 40px 15px;
	    margin: 0px 0px;
	}
	.hqi-lower {
	    margin-top: 40px;
	}
	.ab-inner {
	    padding: 35px 0;
	}
	.ab-inner h1 {
	    font-size: 50px;
	    margin-bottom: 20px;
	}
	.ab-inner h4 {
	    font-size: 20px;
	    line-height: 1.6em;
	}
	.tcs-text p {
	    font-size: 18px;
	}
	.tcs-text h4 {
	    margin-bottom: 20px;
	}
	.tcs-text h1 {
	    margin-bottom: 20px;
	}
	.a2lb-red-box {
	    font-size: 27px;
	}
	.search-field {
		max-width: 65%;
	}
	.search-res-title {
		text-align: center;
	}
	.contact-box {
	    padding: 25px;
	}
	.contact-box h2 {
		font-size: 25px;
	}
	.contact-box .blue-button {
		font-size: 20px;
	}
	.contact-box input[type=text], 
	.contact-box textarea {
	    padding: 10px;
	}
	.bb-inner h1 {
	    font-size: 45px;
	}
	.learn-box-div {
	    margin: -544px 0 100px 0;
	}
	.ss5-pop-box {
	    left:2%;
	}
	.state-bond-list-table table td, 
	.state-bond-list-table table th {
	    padding: 7px 2px;
	    font-size: 10px;
	}
	.state-bond-list-table .blue-button {
	    padding: 3px 6px;
	    font-size: 10px;
	}
	.sb-inner h1 {
	    font-size: 38px;
	}
	.common-bonds h1 {
	    font-size: 45px;
	}
	#wp-admin-bar-wpseo-menu {
		display: none !important;
	}
	.cbts-single {
	    margin: 0; 
	}
	.payment-page .inputb {
		width:100%;
	}
	.all-state-banner {
	    padding-bottom: 750px;
	}
	.state-bond-list-table {
	    margin: -290px auto 25px auto;
	}

	.tvs-play-btn {
		top:50%;
		left:50%;
		margin-top:-35px;
		margin-left:-35px;
	}
	.tvs-play-btn img {
		max-width:70px;
	}
	.ab2t-img-plack {
		width:100%;
		bottom:0;
		position:relative;
	}

	.ads-landing3-banner h1 {
	    font-size: 26px;
	}

	.ads-landing3-banner h3 {
	    font-size: 21px;
	}
	.ad-landing4-banner-column2 {
		padding: 25px 10px;
	}
}



/* REVERSE RESPONSIVE - ABOVE 1500px */

@media only screen and (min-width:1500px) {

	.about-banner {
		background-position: center -50px;
	}

	.team-cards {
	    margin: -280px auto 0 auto;
	}

	
	
	.about-v2-red-box {
		margin-top:-235px;
	}
	.all-state-banner {
		background-position: center -150px;
		height:525px;
		padding-bottom:0
	}
	.bt2-inner {
	    padding: 180px 0;
	}


}

@media only screen and (min-width:1600px) {
	
	.bond-type-banner {
	    padding-bottom: 700px;
	}

	.bond-type-quote {
	    margin: -90px auto 0 auto;
	}
	.apply-box {
	    margin: -90px auto 0 auto;
	}
	.bt2-inner {
	    padding: 200px 0;
	}
}

@media only screen and (min-width:1700px) {
	.about-banner {
		background-position: center -200px;
	}
	.team-cards {
	    margin: -450px auto 0 auto;
	}
}