@charset "utf-8";
/* CSS Document */

body,html
{
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
	display: block;
	overflow-x: hidden;
}

/* Typography */
.TitleStyle1 {
	color:#404040;
	font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
}
.TitleStyle2 {
	font-size:32px;
	color:#404040;
	margin-bottom:30px;
}
.sub-head {
	color: #393939;
}
h3{
		color: #404040;
		font-size:22px;
}
h4{		
		color: #404040;
		font-size:19px;
}
p, .content_section_bg ul li{
		color:#404040;
		font-size:20px;
		line-height:30px;
		margin:15px 0;
}
a{
		color:#2c2c2c;
		display: inline-block;
}
a:hover, a:focus{
		text-decoration: none;
		color: #777;
		outline: none;
}


/* Header */
header
{
	position:relative;
	padding-bottom: 15px;
	background: #000;
}
.head_section{
	margin: 25px 0;
}
.top_bar{
	float: right;
}
.social_media_phone{
	float: right;
}
ul.social_design li{
	float: left;
	list-style-type: none;
	margin:5px 0;
	padding: 2px 10px;
	line-height: 28px;
	font-size:22px;
	color: #fff;
}
ul.social_design li:nth-of-type(1) > a{
	color: #4f76c8;
}
ul.social_design li:nth-of-type(2) > a{
	color: #dd4b39;
}
ul.social_design li:nth-of-type(3) > a{
	color: #0077b5;
}
ul.social_design li:nth-of-type(4) > a{
	color: #dd4b39;
	margin-right:10px;
}
ul.social_design li:nth-of-type(5){
	background: #818181;
	color: #fff;
	border-radius: 25px;
	padding:5px 15px;
	font-size:18px;
	line-height:18px;
}



/* Logo And Navigation */

div.navigation_container {
	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;
	align-items: stretch; /* Default */
	justify-content: space-between;
	/* This aligns items to the end line on main-axis */
	justify-content: flex-end;
	flex-direction: row;
}
div.navigation_container div.navigation_items{
	display: flex;
	align-items: center;
}
nav.navbar-default {
	float: right;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	min-height: 0px;
}
ul.navbar-nav {
    float: none;
    margin: 7.5px -25px;
    display: flex;
    justify-content: space-around;
}
nav.navbar-default .navbar-nav > li > a {
   color:#FFF;
   font-size: 22px;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
}
nav.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#d7af6e;
	background-color:transparent;
}
nav.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover > .active, .navbar-default .navbar-nav > .active > a:focus {
    color: #d7af6e;
	background-color:  transparent;
}
nav.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #d7af6e;
	background-color:transparent;
}
.dropdown-menu > li > a.active, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
	text-decoration: none;
	background-color: #d7af6e;
    outline: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
   color: #d7af6e;
	text-decoration: none;
	background-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
	text-decoration: none;
	background-color:  #d7af6e;
}

.navbar-nav > li > .dropdown-menu{
	border-radius: 0px;
	padding: 0px;
}

/* Banner Area */

div.sections_bg {
    position: relative;
    overflow: hidden;
    z-index: 2;
	background:linear-gradient(to left, #d7af6e 0%, #d7af6e 100% );
	height: auto;
	padding:2px 0;
}

div.main_banner_area img{
	width: 100%; 
	height: 450px;
	object-fit: cover;
	/*clip-path: polygon(0% 0%, 95% 0%, 100% 20%, 100% 80%, 95% 100%, 30% 100%, 0% 100%, 0% 0%);*/
}
div.main_banner_area::after {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
	clip-path: inset(3px 0 3px 0);
    background: linear-gradient(to right, rgb(255, 255, 255, 0.9)30%, rgb(255, 255, 255, 0.5)50%, rgba(255, 255, 255, 0.3)70%, rgb(255, 255, 255, 0.1)100% );
  
}
/* Quote box */

div.main_banner_area div.banner-content {
    position: absolute;
    z-index: 100;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
div.quote_box{
	margin: 50px 0;
}
div.quote_box h2{
	font-size: 40px;
	font-weight: 700;
	color: #404040;
}

div.quote_box p{
	font-size: 23px;
	line-height:30px;
	font-weight: 400;
	color: #404040;
	margin-top:25px;
}
div.quote_box input, div.quote_box select{
	width: 100%;
	margin: 30px 0 0 0;
	height:40px;
	border-radius: 4px;
	border: none;
	background: #fff;
	color: #404040;
	font-weight: 300;
	font-size: 15px;
	padding: 0px 7px;
	text-transform: uppercase;
	box-shadow: 0px 3px 3px #bfb8b5;
}
div.quote_box select{
	
	padding: 0px 3px;
}
.submit_btn{
	width: 100%;
	background: #d7af6e;
	padding: 2px 10px;
	color: #fff;
	border: 0;
	border-radius: 25px;
	font-size:21px;
	font-weight: 600;
	margin-top: 40px;
	text-transform: uppercase;
	box-shadow: 0px 3px 3px #bfb8b5;
	text-align: center;
}
.submit_btn:hover, .submit_btn:focus{
	opacity: 0.8;
	color: #fff;
}


.sections_middle{
	background:#818181;
	position: relative;
}
div.sections_bg {
    
    z-index: 3;
	/*background:linear-gradient(to left, #d7af6e 0%, #818181 100% );*/
	height: auto;
padding: 3px 0;
position: relative;
	
}
div.sections_bg_lob {
	 z-index: 2;
	background:linear-gradient(to left, #818181 0%, #818181 100% );
	height: auto;
padding: 0;
position: relative;
}

.sections_bg_lob::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
	background:rgba(255, 255, 255, 0.6) url(../img/pattern-knockout.png) top left repeat;
    /*background:rgba(255, 255, 255, 0.6) url(../img/pattern-knockout.png) top left repeat;
	
	clip-path: polygon(4% 0, 100% 0, 100% 20%, 100% 70%, 100% 100%, 4% 100%, 0 75%, 0 25%);*/
}

/* Insurance LOB area */

.insurance_lob_mid{
	height: auto;
    padding: 0px 10px 40px 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    list-style: none;
}
.inner-pages .insurance_lob_mid{
	display: block;
}
.insurance_lob_box{
	background: #fff;
	position: relative;
	z-index:2;
	width: 250px;
height: auto;
box-sizing: border-box;
display: inline-block;
padding: 15px 10px;
border-bottom:20px solid #d7af6e;
}
.insurance_lob_box.index-lob {
	transition: all 1.5s;
}
.insurance_lob_box.index-lob:hover, .insurance_lob_box.index-lob:focus  {
	width: 280px;
	padding-left: 25px;
	padding-right: 25px;
}
.inner-pages .insurance_lob_box{
	background: transparent;
	border: none;
	width: auto;
}
div.insurance_lob_content {
    margin-top: 25%;
    text-align: center;
}
div.insurance_lob_content .fas{
	font-size: 55px;
	color:#404040;
	margin-bottom:10px;
}
div.insurance_lob_content span {
    font-size: 25px;
    text-align: center;
	position: relative;
    line-height: 32px;
	color:#404040;
	font-weight:700;
	text-transform: uppercase;
	display: block;
	padding:5px 0 25px;
}
.insurance_lob_box p{
	font-size: 15px;
	line-height:23px;
	text-align: center;
}



div.main_banner_sections div.banner-content {
  position: absolute;
  z-index:100;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}


.content_section_bg{
	background: #fff;
	padding: 50px 0;
	/*clip-path: polygon(0% 0%, 95% 0%, 100% 12%, 100% 88%, 95% 100%, 30% 100%, 0% 100%, 0% 0%);*/
	text-align: center;
}
.inner-pages .content_section_bg {
	text-align: left;
}
.inner-pages .insurance_lob_mid{
	padding: 0px;
}
.inner-pages .insurance_lob_content{
	margin-top: 0px;
	padding: 100px 0;
}
.inner-pages .TitleStyle1, .inner-pages #head {
    color: #404040;
    font-size: 70px;
	line-height: 80px !important;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0px;
	text-transform: uppercase;
	text-align: left;
}
.inner-pages .TitleStyle3{
	color: #404040;
    font-size: 25px;
} 
.inner-pages div.insurance_lob_content .fas{
	font-size: 70px;
}
.sections_bg_lob_below{
	z-index: 2;
	background:linear-gradient(to left, #d7af6e 0%, #818181 100% );
	height: auto;
padding: 0;
position: relative;
}
.sections_bg_lob_below img{
	width: 100%;
	position: relative;
	z-index:1;
	height: auto;

	/*clip-path: polygon(4% 0, 100% 0, 100% 20%, 100% 70%, 100% 100%, 4% 100%, 0 75%, 0 25%);*/
}
.sections_bg_lob_below::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
    background:rgba(255, 255, 255, 0.4) url(../img/footer-bg-img.png) repeat-y;
	
	/*clip-path: polygon(4% 0, 100% 0, 100% 20%, 100% 70%, 100% 100%, 4% 100%, 0 75%, 0 25%);*/
}

div.sections_bg_lob_g::after {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
	 z-index: 2;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.16)30%, rgb(255, 255, 255, 0.5)50%, rgba(255, 255, 255, 0.3)70%, rgb(255, 255, 255, 0.1)100% );
  
}
.starter-section-quote {
    text-align: center;
    position: absolute;
z-index: 100;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
}
.starter-section-quote h3{
	font-size:40px;
	color: #404040;
	margin-bottom: 25px;
}
.starter-section-quote p{
	font-size:40px;
	color: #404040;
	font-weight: 700;
}
.below-quote-btn{
	background: #d7af6e;
	padding: 5px 70px;
	color: #fff;
	border: 0;
	border-radius: 25px;
	font-size:21px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
	box-shadow: 0px 3px 3px #bfb8b5;
	
}
.below-quote-btn:hover, .below-quote-btn:focus {
	color: #fff;
	opacity: 0.7;
}
/* Footer */

footer {
	border-top: 3px solid #d7af6e;
    background: #000;
    padding: 30px 0;
    margin: 0;
}
footer .TitleStyle2 {
	color: #d7af6e;
	font-size:40px;
	font-weight: 700;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-nav {
	padding-left: 0px;
}
.footer-nav li {
    float: left;
    list-style-type: none;
    padding: 5px 25px 5px 0px;
    color: #d7af6e;
    width: 33.333%;
    font-size: 17px;
}

.footer-nav li a {
	color: #fff;
}


.foot-links a, .foot-links p {
    font-size: 14px;
}


.footer-nav li a:hover,
.foot-contact a:hover  {
	color: #d7af6e;
}
.footer-nav li a.active {
	color: #d7af6e;
}
.footer-nav .fa-angle-double-right {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	color: #d7af6e;

}
.footer-nav span {
	display: block;
	overflow: hidden;
}
.foot-links p{
	text-align: center;
}
.foot-links span{
display:inline-block;
white-space:nowrap;
}

.foot-contact {
    padding-left: 0px;
    list-style-type: none;
}
.foot-contact li {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    font-weight: 300;
	font-size:15px;
}
.foot-contact a {
    color: #fff;
}

.foot-contact figure {
    float: left;
}
.foot-contact i {
    color: #d7af6e;
    padding-right: 10px;
	padding-top:5px;
}


.copyright {
    display: table;
    width: 100%;
    padding-top: 30px;
}


.copyright p {
	color: #fff;
}
.copyright p a {
	color: #fff;
}


.copyright p a:hover
{
color: #d7af6e;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.gmap {
    height: 300px;
    width: 100%;
    border: none;
}
iframe {
    height: 700px;
    width: 100%;
    border: 0;
    background: transparent;
}
iframe.ccframe {
    height: 1600px;
}
#cpIframe {
    height: 1700px;
}

#title_section{
	display: flex;
	text-align: left;
}
#title_section i {
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.triangle-top {
    height: 0;
    width: 0px;
}
.top-banner > .triangle-top, .main-content > .triangle-top {
	position: absolute;
	top: 0; 
	right: 0;
	border-top: 100px solid #d7af6e;
	border-left: 50px solid transparent;
	z-index: 1;
}
.top-banner > .triangle-bottom, .main-content > .triangle-bottom {
	position: absolute;
	bottom: 0; 
	right: 0;
	border-bottom: 100px solid #d7af6e;
	border-left: 50px solid transparent;
	z-index: 101;
}
.sections_middle > .triangle-top, .sections_bg_lob_below > .triangle-top {
	position: absolute;
	top: 0; 
	left: 0;
	border-top: 100px solid #d7af6e;
	border-right: 50px solid transparent;
	z-index: 10;
}
.sections_middle > .triangle-bottom, .sections_bg_lob_below > .triangle-bottom {
	position: absolute;
	bottom: 0; 
	left: 0;
	border-bottom: 100px solid #d7af6e;
	border-right: 50px solid transparent;
	z-index: 10;
}

/* Jot Section */
.top-banner form .col-md-4{
margin-top: 10px;
}
.top-banner .jot-section h3{
color: #fff;
font-size: 37px;
margin-top: 3px;
text-shadow: 1px 3px 0px #464c4c;
}
.top-banner .jot-section{
background: rgba(20,20,20,0.7);
padding: 10px 15px 5px 15px;
margin-top: -314px;
z-index: 4;
position: relative;
text-align: center;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.top-banner .jot-section .jot-form{
height: 221px!important;
width: 100%;
border: none;
}
.top-banner .jot-section{
margin-top: -295px;
}


/* Carriers */

.carriers > .col-md-4 {
	margin-bottom: 20px;
	border-radius: 40px;
}

.carriers p {
    font-size: 16px;
    line-height: 30px;
}

.carriers-inner {
	padding: 30px;
}
.carriers-inner > img {
	width: 100%;
	max-width: 280px;
}
.carriers-inner > p strong {
	font-size: 19px;
}
.carriers-inner > p span {
	float: right;
}
.carriers-inner > p a {
	float: right;
	padding: 0px 10px;
	border-radius: 20px;
	background: #c99b50;
	color: #fff;
}
.carriers-inner > p a:hover, .carriers-inner > p a:focus {
	color: #fff;
	text-decoration: none;
	background: #d7af6e;
}


.top-phone a {
	color: #fff !important;
}

.content_section_bg ul {
	padding-left: 30px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.is-cms div.sections_bg_lob_g::after,
.is-cms .sections_bg_lob_below::after,
.is-cms div.main_banner_area::after {
    position: inherit;
}