 
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden!important;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth; 
}

body {
  font-family: 'Josefin Sans', sans-serif; }


@media only screen and (min-width: 1200px) and (max-width: 1679px) {
    body {
        zoom: 80% !important;
    }

    
}

#navBarCtrl {
  background: #006EA0;
    box-shadow: 0px 27px 27px rgba(0, 0, 0, 0.17), 0px 9.85544px 9.85544px rgba(0, 0, 0, 0.117297), 0px 4.78464px 4.78464px rgba(0, 0, 0, 0.0945694), 0px 2.34552px 2.34552px rgba(0, 0, 0, 0.0754306), 0px 0.927421px 0.927421px rgba(0, 0, 0, 0.0527031);  
    max-height: 80px;
    z-index: 999999999;
}

#navBarCtrl .nav-item { padding-left: 20px; }

#navBarCtrl .nav-item .nav-link {
  font-weight: 700;
  position: relative;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FFFFFF; 
}

#navBarCtrl .nav-link:hover::after {
  position: absolute;
    content: url(../images/line.png);
    top: -18px;
    width: 75%;
    left: 0;
    height: 2px;
    background: #fff;
    right: 0;
    margin: auto;
}
#navBarCtrl .call-us:hover::after { display: none;}

.call-us { background: url(../images/phone.png) left center no-repeat; padding-left: 40px !important;}

.navbar { max-height: 80px; padding-top: 0px;}
.navbar-brand { margin-top: 10px;}

 /*------------------------
  HERO
 ------------------------------*/
#hero {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  clip-path: polygon(0% 0%, 100% 0, 100% 76%, 0% 100%);
 }

#hero .container { position: relative; z-index: 99999; max-width: 750px; padding-top: 250px;}
#hero h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 27px 27px rgba(0, 0, 0, 0.17), 0px 9.85544px 9.85544px rgba(0, 0, 0, 0.117297), 0px 4.78464px 4.78464px rgba(0, 0, 0, 0.0945694), 0px 2.34552px 2.34552px rgba(0, 0, 0, 0.0754306), 0px 0.927421px 0.927421px rgba(0, 0, 0, 0.0527031);
}
#hero h2 {
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 27px 27px rgba(0, 0, 0, 0.17), 0px 9.85544px 9.85544px rgba(0, 0, 0, 0.117297), 0px 4.78464px 4.78464px rgba(0, 0, 0, 0.0945694), 0px 2.34552px 2.34552px rgba(0, 0, 0, 0.0754306), 0px 0.927421px 0.927421px rgba(0, 0, 0, 0.0527031);
}

.get-estimate { 
  background: linear-gradient(142.19deg, #FFFFFF 37.24%, rgba(255, 255, 255, 0.65) 117.42%);
  box-shadow: 0px 27px 27px rgba(0, 0, 0, 0.17), 0px 9.85544px 9.85544px rgba(0, 0, 0, 0.117297), 0px 4.78464px 4.78464px rgba(0, 0, 0, 0.0945694), 0px 2.34552px 2.34552px rgba(0, 0, 0, 0.0754306), 0px 0.927421px 0.927421px rgba(0, 0, 0, 0.0527031);
  border-radius: 11px;
  padding: 20px 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #0E3C6F;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0px auto;
  margin-top: 40px;
}

.get-estimate:hover {background: #0E3C6F;  color: #fff; }

#hero_video {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

#hero_layer {
  background: #006EA0 url(../img/common/video-pixel.png) repeat;
  z-index: 9999;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  opacity: .5;
  height: 700px;
}

 /*------------------------------------------------------*/



/*------------------------------------------------------*/

#covered-options { background: #823135; box-shadow: inset 0px -8px 16px rgba(0, 0, 0, 0.08);  
  padding: 250px 0 300px 0; clip-path: polygon(0 18%, 100% 0, 100% 75%, 0% 100%); margin-top: -165px;}

.vline { width: 1px; background: #fff; height: 80px; display: block; margin: 0px auto; margin-bottom: 30px;}

#covered-options h3{ 
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 40px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
}
.options { margin-top: 70px;}

.option {  }

.option-icon { 
  width: 100px;
  height: 100px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}
.option-name { 
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 110px;
}


/*------------------------------------------------------*/
#quality-results { padding: 100px 0; }

#quality-results h3 { 
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #006EA0;
}

#quality-results .sub-title { 
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #262626;
  opacity: 0.8;
  max-width: 800px;
  display: block;
  margin: 0px auto;
  margin-top: 30px;
}


.cards { margin-top: 120px;}

.card { border: none; padding: 0 8px; }

.card-img img {  
  height: 250px; border-radius: 16px 16px 0 0; width: 100%;
}
.card-name {  
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #006EA0;
  padding: 32px 0px;
  border-radius: 0 0 16px 16px ;
}
 
.card:hover .card-name { background: #823135; color: #FFFFFF;}

/*------------------------------------------------------*/

#testimonials { padding: 100px 0; }
.rline { width: 1px; background: #823135; height: 120px; display: block; margin: 0px auto; margin-bottom: 70px;}

.testi-icon {  background: url(../images/quote.png) center center no-repeat; height: 128px; margin-bottom: 70px;}

.testi-block { margin-top: 70px; width: 700px !important; display: block !important; margin: 0px auto;}
.quote { 
  font-family: 'Merriweather', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #006EA0;
}

.client-name { 
  padding-top: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #0E3C6F;
}

.google-rating { background: url(../images/google.png) center center no-repeat; height: 80px; display: block; margin: 0px auto; margin-top: 50px;}

/*------------------------------------------------------*/

#footer { background: #006EA0 url(../images/footer-bg.png) left center no-repeat; background-size: 70%; padding: 200px 0 100px 0; clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%); }

#footer:before {
  content: '';
  background: url(../images/f-shape.png) left center no-repeat; height: 270px; width: 230px;
}
.logo-white { background: url(../images/logo-white.png) left center no-repeat; height: 70px; width: 230px;}

#footer ul {}
#footer ul li { list-style: none;}
#footer ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;

}
#footer ul li a:hover { opacity: 0.6; text-decoration: underline; }


/*------------------------------------------------------*/
#copyright { background: #823135; padding: 24px 0;}

#copyright p { 
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 0px !important;
}

#copyright a { 
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #FFFFFF;
    opacity: 0.6;
  }
#copyright a:hover { opacity: 1;}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

 

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    
    text-indent: -9999px;  
  font-size: 0;
    line-height: 0;

    display: block;

    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(132, 133, 133, .4);
    border-radius: 12px;
    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
    background: #823135;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button
{
  background: #823135;
}



/*================================================================================================================================================
FAQ Page
================================================================================================================================================*/
#faq-page {}
#faq-main {}

.heading {
  text-align: center;
}

.heading h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #006EA0;
  text-transform: uppercase;
}

.heading h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2896E3;
}

.hero .description {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  max-width: 602px;
  margin: 40px auto 0;
}

#faq-hero {
	padding: 115px 0 60px;
  background: #823135 url(../images/hero-bg.png) center bottom no-repeat;
	text-align: center;
}
#faq-hero .hero {
	margin-bottom: 60px;
  color: #fff;
}
#faq-hero .hero .description {
	margin-top: 36px;
}

.faq-search {
	background: #FFFFFF;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
	padding: 0 40px;
}
.faq-search input {
	border: none;
	background: #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #1A1F3E;
	height: 80px;
  width: 100%;
  outline: none;
}
.faq-search input::-webkit-input-placeholder {
	color: #1A1F3E;
}
.faq-search input::-moz-placeholder {
	color: #1A1F3E;
}
.faq-search input:-ms-input-placeholder {
	color: #1A1F3E;
}
.faq-search input::-ms-input-placeholder {
	color: #1A1F3E;
}
.faq-search input:-moz-placeholder {
	color: #1A1F3E;
}
.faq-search input::placeholder {
	color: #1A1F3E;
}
.faq-search button {
	border: none;
	background: #fff;
	width: 42px;
	height: 42px;
	padding: 5px;
}
.faq-search button span {
	width: 100%;
	height: 100%;
}

#faq-content {
	padding: 97px 0 50px;
}
#faq-content .heading {
	margin-bottom: 19px;
}
#faq-content .faq-items {
	max-width: 772px;
	margin: 0 auto;
  margin-top: 40px;
}
.faq-list-item {
	border-bottom: 1px solid #1A1F3E;
	padding: 22px 15px 12px 0;
}
.faq-list-item .faq-question {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.faq-list-item .faq-question.collapsed {
	padding-bottom: 17px;
}
.faq-list-item .faq-question .text {
	font-style: normal;
	font-weight: 900;
	font-size: 13px;
	line-height: 20px;
  text-transform: uppercase;
	color: #823135;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.faq-list-item .faq-question.collapsed .text {
	font-style: normal;
	font-weight: 900;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #006EA0;
}
.faq-list-item .faq-question .arrow {
	width: 13.91px;
	height: 7.04px;
	display: inline-block;
	background: url('../images/arrow-bottom-sm.svg') center/cover no-repeat;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
         -o-transform: scaleY(-1);
            transform: scaleY(-1);
}
.faq-list-item .faq-question.collapsed .arrow {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
}
.faq-list-item .faq-answer {
	padding-top: 19px;
	padding-right: 15px;
}
.faq-list-item .faq-answer .description {
	font-family: 'Helvetica';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #1A1F3E;
	margin-bottom: 20px;
}
.faq-list-item .faq-answer .description:last-child {
	margin-bottom: 0;
}




/*================================================================================================================================================
  14 - Privacy Page + Terms Page
================================================================================================================================================*/


#privacy-hero {
	padding: 115px 0 120px;
	background: #823135;
	text-align: center;
}
#privacy-content {
    padding: 84px 0 27px;
    
}
#privacy-content .main-content {
	max-width: 628px;
	margin: 0 auto;
}


/*********************************************/
#inner-hero {
	padding: 115px 0 60px;
  background: #823135 url(../images/hero-bg.png) center bottom no-repeat;
	text-align: center;
}
#inner-hero .hero {
	margin-bottom: 60px;
  color: #fff;
}
#inner-hero .hero .description {
	margin-top: 36px;
}
.section-content { padding: 50px 0; }

.section-content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #006EA0;
}

.section-content .sub-title {
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #262626;
  opacity: 0.8;
  max-width: 800px;
  display: block;
  margin: 0px auto;
  margin-top: 30px;
}
.partners { align-items: center; text-align: center; }

.partners img { width: 70%; height: auto; object-fit: contain; vertical-align: middle;}


/*================================================================================================================================================
  00 - Privacy
================================================================================================================================================*/
#privacy-page {

}
#main-privacy {
padding: 100px 0 200px 0;
}

#main-privacy .text-content {
	padding: 50px 0;
	max-width: 1300px;
	margin: 0 auto
}
#main-privacy .text-content .heading {
	text-align: left;
	margin: 0 0 90px;
}
#main-privacy .text-content .heading h2 {
	font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #59A52C;
}
#main-privacy .text-content .heading .description {
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	color: #823135;
	margin-bottom: 30px;
}

#main-privacy .text-content .paragraph {

}
#main-privacy .text-content .paragraph .title {
	font-weight: normal;
	font-size: 30px;
	line-height: 40px;
	color: #823135;
	margin-bottom: 30px;
}
#main-privacy .text-content .paragraph .description {
	font-weight: normal;
	font-size: 17px;
	line-height: 25px;
	color: #823135;
	margin-bottom: 30px;
}

/*================================================================================================================================================
  00 - Blog PAGE
================================================================================================================================================*/
#blog-page {

}
#blog-hero {
	position: relative;
    padding: 195px 0;
    background: rgba(49, 29, 63, .2);
	margin-bottom: 100px;
}
#blog-hero .cta-links {
    margin-top: 54px;
    margin-bottom: 60px;
}

#blog-hero h6 { text-align: center; font-size: 14px;}
#blog-hero h2 { color: #823135; text-align: center; font-size: 18px;}


#blog-hero .author {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
#blog-hero .author .author-img {
	background: #E1E9F0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 20px;
	padding: 10px;
	display: none;
}
#blog-hero .author .author-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
#blog-hero .author .author-info {
	text-align: center;

}
#blog-hero .author .author-info .name {
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #823135;
}

.filter-bar {
	height: 90px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 6px rgba(57, 68, 77, 0.15);
	        box-shadow: 0 2px 6px rgba(57, 68, 77, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.filter-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.filter-bar .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.filter-bar .navbar-nav .nav-item:not(.filter-title) .nav-link {
	color: #373738;
	
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	padding-right: 29px;
	padding-left: 29px;
	padding-right: 29px !important;
    padding-left: 29px !important;
	position: relative;
    transition: all 0.2s ease-in-out;
}
.filter-bar .navbar-nav .nav-item .nav-link:hover {
	color: #823135;
}
.filter-bar .navbar-nav .nav-item:not(.filter-title) .nav-link:hover:before,
.filter-bar .navbar-nav .nav-item:not(.filter-title).active .nav-link:before {
    content: '';
    position: absolute;
    height: 2px;
    width: calc(100% - 58px);
    background-color: #823135;
    left: 29px;
    right: 0;
    bottom: 0;
    margin: 0;
    transition: all 0.2s ease-in-out;
}
.filter-bar .navbar-nav .nav-item.active .nav-link {
	color: #823135;
}
.filter-bar .navbar-nav .nav-item.filter-title {
    margin-left: 61px;
}
.filter-bar .navbar-nav .nav-item.filter-title .nav-link {
    pointer-events: none;
    cursor: default;
	color: #823135;
	
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.05px;
	padding-left: 0;
	padding-right: 29px !important;
}


.filter-bar .filter-select-options {
	display: none;
	width: 88%;
    max-width: 483px;
}


.searchbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-transition: width 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
	margin-left: auto;
}
.searchbar .search-input {
	text-align: center;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	border: 0;
	outline: 0;
	background: none;
	width: 0;
	caret-color:transparent;
	line-height: 40px;
	background-color: #fff;
	border-bottom: 1px solid rgba(34, 68, 119, 0.2);
	margin-bottom: -1px;
	-webkit-transition: width 0.1s ease-in-out;
	-o-transition: width 0.1s ease-in-out;
	transition: width 0.1s ease-in-out;
}
.searchbar .search-button {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	height: 42px;
	background: white;
	color: #212529;
	border: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.searchbar .search-button span {
	background-image: url('../img/icons/search-icon.png');
	height: 32px;
	width: 32px;
	display: block;
}
.search-button:focus + .search-input{
	padding-left: 10px;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	caret-color: unset;
}
.search-input:focus {
	padding-left: 10px;
	width: 100%;
	border-bottom: 1px solid rgba(34, 68, 119, 0.2);
	caret-color: unset;
}


.t-label {
	min-width: 99px;
    pointer-events: none;
    color: #823135;
    
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.05px;
    position: relative;
	margin: 0 20px 0 61px;
}
.t-label:before {
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background-color: #823135;
	left: -61px;
	top: 10px;
}
.t-field-s {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #1d1d4f;
    background-color: #ffffff !important;
    padding: 14px 20px;
    color: #1d1d4f;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background: url(../img/icons/arrow-bottom.png) right 30px center no-repeat!important;
    margin-right: 9px;
}


@media only screen and (max-width: 991px) {
	.filter-bar .navbar-nav {
		display: none;
	}
	.filter-bar .filter-select-options {
		display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
@media only screen and (max-width: 425px) {
	.t-label {
		margin: 0 20px 0 0px;
	}
	.t-label:before {
		content: none;
	}
	.t-field-s {
		padding: 14px 26px 14px 10px;
	    background: url(../img/icons/arrow-bottom.png) right 15px center no-repeat!important
	}
}

.blog-hero-visual {
	position: relative;
	margin-top: 48px;
	margin-bottom: 39px;
}

#blog-items {
	margin: 40px 0 0;
	padding-bottom: 174px;
    background-color: rgba(170, 221, 238, 0.3);
    background-image: -o-linear-gradient(129deg, rgba(255, 255, 244, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(-39deg, rgba(255, 255, 244, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.card-outer-link:hover > .card-blog .card-body .card-title {
	color: #823135;
}
.blog-articles {
	padding-top: 90px;

}
.card-blog {
	margin-bottom: 98px;
	position: relative;
}

.card-blog .blog-img {
	height: 260px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
 
	border-radius: 8px;
 
	overflow: hidden;
	position: relative;
	margin-bottom: 49px;
  border: 2px solid #823135;
}
.card-blog .blog-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.card-blog .card-body{
	color: #333333;	
	padding: 0; 
	max-width: 400px;
    margin: 0 auto;
}
.card-blog .card-body .card-category {
	color: #823135;
	
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.8px;
	margin-bottom: 15px;
}
.card-blog .card-body .card-title {
	color: #373738;
	
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.6px;
	line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.card-blog .card-body .card-description{
	color: #373738;
	
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 21px;
}
.card-blog .card-body .card-date {
	color: #373738;
	
	font-size: 14px;
	font-weight: 400;
}
.card-blog .author {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.card-blog .author .author-img {
	background: #E1E9F0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 20px;
	padding: 10px;
	display: none;
}
.card-blog .author .author-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.card-blog .author .author-info {

}
.card-blog .author .author-info .name {
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #373738;
}


.card-main-blog {
	height: 700px;
	background: url('../img/common/bg.png') center/cover no-repeat;
    padding: 220px 20px;
    text-align: center;
    margin-bottom: 98px;
}
.card-main-blog h6 {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #8298AB;
}
.card-main-blog h2 {
	font-weight: 400;
	font-size: 45px;
	line-height: 50px;
	color: #823135;
	max-width: 843px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 30px;
}
.card-main-blog .description {
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	color: #823135;
	margin: 0 auto;
	max-width: 600px
}
#blog-pagination {
	margin: 50px 0;
}
#blog-pagination .pagination {
	display: flex;
	justify-content: center
}
#blog-pagination .page-item.active .page-link {
	background: #823135;
	border-color: #823135;
}
.page-link {
	color: #823135 !important;
	border-color: #823135;
  padding: 10px 14px;
  font-size: 14px;
}

.page-link:hover { background: rgba(49, 29, 63, .4) !important; border-color: #823135;}
.page-item.active:hover { background: #823135;}
.page-item.active .page-link{ color: #fff !important;}

#blog-items .blog-second-title{
	    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}
.card-outer-link:hover > .blog-side {
	background-color: #fafafa;
}
#blog-items .card-outer-link:last-child .blog-side {
	border-bottom: none;
}
#blog-items .blog-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	padding: 15px;
}
#blog-items .blog-side .blog-side-img {
	width: 220px;
	padding-right: 30px;
}
#blog-items .blog-side .blog-side-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#blog-items .blog-side-info {
	width: 100%;
}
#blog-items .blog-side .title {
	font-weight: 400;
	font-size: 20px;
	color: #123D6B;
	line-height: 26px;
	margin-bottom: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#blog-items .blog-side .description{
	font-weight: 400;
	font-size: 14px;
	color: #808080;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.card-blog .blog-img {
	    height: 170px;
	}
}
@media only screen and (max-width: 767.98px) {
	#blog-items {
		padding-bottom: 50px;
	}
}



#blog-d-page .blog-content {
	max-width: 893px;
    margin: 0 auto;
    padding: 150px 0
}
#blog-d-page .heading h1 {
	margin: 0 auto 35px;
}

.blog-content .second-title {
	    color: #373738;
    
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.36px;
	margin-bottom: 8px;
}
.blog-content .description {
	font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
   
    color: #262626;
    opacity: 0.8;
    max-width: 1000px;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
	margin-bottom: 40px;
}
.blog-content .blog-visual {
	margin-top: 76px;
	margin-bottom: 83px;
}
.blog-content .blog-visual .visual {
	max-width: 920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 440px;
	border-radius: 8px;
 
	margin-bottom: 30px;
	overflow: hidden;
}
.blog-content .blog-visual .visual img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.blog-content .blog-visual .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.blog-content .blog-visual .info img {
	width: 25px;
	height: 25px;
	-o-object-fit: contain;
	   object-fit: contain;
	margin-right: 20px;
}
.blog-content .blog-visual .info p {
	color: #8d8d96;
	
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
}
.blog-list {
	margin-bottom: 40px;
	padding-left: 40px;
}
.blog-list li{
    color: #8d8d96;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.blog-content .quote {
	margin-bottom: 40px;
}
.blog-content .quote .quote-description {
    color: #8d8d96;
    
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
	padding-left: 20px;
	border-left: 4px solid #6d6d6d;
	margin-bottom: 15px;
}
.blog-content .quote .quote-author-name {
	color: #8d8d96;
    
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
	padding-left: 20px;
}
.blog-content .quote .quote-author-job {
	color: #8d8d96;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
	padding-left: 20px;
}
.blog-content .link{
	color: #823135;
	text-decoration: underline;
}
.blog-content .link:focus,
.blog-content .link:hover{
	color: #823135;
}


.follow-socials {
	margin-top: 40px;
	display: flex;
	align-items: center
}
.follow-socials p {
	color: #8d8d96;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-right: 25px;
}
.follow-socials a {
	padding: 10px;
	height: 45px;
	width: 45px;
}

.side-socials {
	position: absolute;
    display: flex;
    height: 100%;
    right: 15px;
    top: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.side-socials p {
	color: #8d8d96;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    writing-mode: vertical-rl;
	text-orientation: mixed;
	margin-top: 50px;
}
.side-socials a {
	padding: 10px;
	height: 45px;
	width: 45px;
}
.similar-blogs{
	margin-top: 99px;
	padding: 52px 0 0;
   
}
.similar-blogs .heading {
	margin-bottom: 80px;
}
.similar-blogs .heading h4 {
	color: #823135;
	
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2.8px;
	text-align: center;
	margin: 0;
}
 

@media only screen and (max-width: 1199px) {
	.blog-content {
		margin-left: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-content {
		max-width: 80%;
	}
}

#main-content { padding-bottom: 100px;}

a { text-decoration: none !important;}


/*================================================================================================================================================
  00 - Contact
================================================================================================================================================*/



#contact-page {

}

#contact-page .hero {
	padding: 100px 0 0;
	background: #FEF6F0;
	position: relative;
}

.address-popover {
	position: absolute;
    top: 110px;
    right: 61.5%;
	height: 180px;
	max-width: 300px;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
}
.address-popover:before {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    z-index: 0;
    bottom: -10px;
    left: calc(50% - 10px);
}
.address-popover .title {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #311D3F;
}
.address-popover .description {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #311D3F;
	margin-bottom: 20px;
}
.address-popover .date {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #311D3F;
}

#contact-page .visual-content {
	max-width: unset;
	height: 750px;
}
#contact-page .visual-content img {
	object-fit: contain;
    height: 100%;
    width: 100%;
}
 
.contact-card {
	padding: 20px 30px;
	border-radius: 6px;
 
}
.contact-card .heading h3 {
	font-weight: 700;
    font-size: 24px;
    line-height: 32px;
	color: #0e3c6f;
	text-align: left;
	margin-bottom: 10px;
}
.contact-card .heading .description {
	margin-bottom: 20px;
	text-align: left;
	color: #0e3c6f;
}
.form-control { padding: 1.2rem 0.75rem; }

.contact-card .form-control {
  border: 2px solid #0e3c6f;
  color: #0e3c6f;
}

.contact-card .form-control::placeholder {
	color: #0e3c6f;
}
.contact-card .form-control:focus {
    background: #E1E9F0;
}

.submit-form{
  background: #0e3c6f;
  color: #fff;
  border-radius: 11px;
  padding: 20px 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin-top: 10px;
  border: none;
}

.submit-form:hover { background: #823135; color: #fff;}

textarea.form-control { font-size: 14px;}

.contact-details { background: #fff; padding: 40px; border-radius: 8px;}
.contact-details .title { 
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #823135;
	margin-bottom: 20px;
}
.contact-details .details { 
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
}

.contact-links {
	margin-bottom: 30px;
}
.contact-links li {
    padding: 7px 0;
	font-size: 17px;
	line-height: 25px;
}
.contact-links li a {
	display: flex;
	font-size: 17px;
	line-height: 25px;
	color: #311D3F;
}

.contact-links .phone {  
	background: url(../img/icons/phone.png) center center no-repeat; 
	display: inline-block;
	width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: contain;
	margin-top: 6px;
}
.contact-links .location { 
	background: url(../img/icons/location.png) center center no-repeat;
	display: inline-block;
	width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: contain;
	margin-top: 6px;
}
.contact-links .email  { 
	background: url(../img/icons/email.png) center center no-repeat;
	display: inline-block;
	width: 16px;
    height: 16px;
    margin-right: 10px;
    background-size: contain;
	margin-top: 6px;
} 

#m-contact {
     
    padding: 160px 0;
}

.form-group { margin-bottom: 10px;}


.contact-info {
 
	padding: 70px;
}

.contact-item {

}
.contact-item p {
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: #311D3F;
	text-align: center;
}
.contact-item .contact-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px;
    background-size: contain!important;
}
.contact-item .contact-icon.sv3 {
	background: url('../img/icons/phone.png') center no-repeat;
}
.contact-item .contact-icon.sv2 {
	background: url('../img/icons/email.png') center no-repeat;
}
.contact-item .contact-icon.sv1 {
	background: url('../img/icons/address.png') center no-repeat;
}

/*------------------------------------------------------
  Bulk Rail Logistics polish (scoped)
------------------------------------------------------*/
.brl-site .brl-brand {
  margin-top: 0px !important;
  font-size: 24px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}

.brl-site #navBarCtrl .navbar {
  max-height: none;
  min-height: 92px;
  display: flex;
  align-items: center;
}

.brl-site #navBarCtrl .container-fluid {
  align-items: center;
}

.brl-site #navBarCtrl .nav-item .nav-link {
  font-size: 16px;
  line-height: 24px;
}

.brl-site .call-us {
  font-size: 17px !important;
}

.brl-site #hero_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brl-site #hero .container {
  max-width: 1024px;
  padding-top: 210px;
}

.brl-site #hero h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0.01em;
}

.brl-site #hero h2 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 28px;
  text-transform: none;
}

.brl-site .get-estimate {
  font-size: 18px;
  line-height: 24px;
  padding: 20px 54px;
  margin-top: 46px;
}

.brl-site .brl-options .option-name {
  padding: 0 28px;
  text-transform: none;
  line-height: 34px;
  font-size: 22px;
}

.brl-site .brl-quality .cards {
  align-items: stretch;
}

.brl-site .brl-proof-band {
  padding-top: 20px;
}

.brl-site .brl-proof-card {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.12);
}

.brl-site .brl-proof-card .card-body {
  padding: 34px 28px;
}

.brl-site .brl-proof-card h4 {
  color: #0E3C6F;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.brl-site .brl-proof-card p {
  color: #1f2933;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
}

.brl-site .brl-cards .card {
  display: flex;
  flex-direction: column;
}

.brl-site .brl-cards .card-img {
  flex: 1;
}

.brl-site .brl-cards .card-img img {
  object-fit: cover;
}

.brl-site .section-content .sub-title {
  max-width: 900px;
  font-size: 22px;
  line-height: 34px;
  margin-top: 34px;
}

.brl-site .section-content h3,
.brl-site #quality-results h3,
.brl-site #covered-options h3 {
  font-size: 44px;
  line-height: 50px;
  letter-spacing: 0.01em;
}

.brl-site .brl-list {
  max-width: 900px;
  margin: 26px auto 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.brl-site .brl-list li {
  font-family: 'Helvetica';
  font-size: 22px;
  line-height: 34px;
  color: #262626;
  opacity: 0.9;
  padding-left: 34px;
  position: relative;
  margin-bottom: 14px;
}

.brl-site .brl-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #006EA0;
}

.brl-site #testimonials .quote {
  font-size: 40px;
  line-height: 56px;
}

.brl-site .brl-footer-logo {
  padding-top: 30px;
  font-size: 40px !important;
  line-height: 48px;
}

.brl-site .brl-contact-list li {
  margin-bottom: 8px;
}

.brl-site #copyright p {
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 992px) {
  .brl-site #navBarCtrl .navbar-collapse {
    align-items: center;
  }

  .brl-site #navBarCtrl .navbar-nav {
    align-items: center;
  }

  .brl-site #navBarCtrl .nav-item .nav-link {
    min-height: 92px;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .brl-site .options {
    flex-wrap: wrap;
    gap: 28px 0;
  }

  .brl-site .options .option {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .brl-site .cards {
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .brl-site .brl-proof-card h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .brl-site .brl-proof-card p {
    font-size: 18px;
    line-height: 28px;
  }

  .brl-site .cards .card {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .brl-site .testi-block {
    width: 100% !important;
    max-width: 680px;
  }
}

@media only screen and (max-width: 767.98px) {
  .brl-site #navBarCtrl {
    max-height: none;
  }

  .brl-site .brl-brand {
    font-size: 17px;
  }

  .brl-site #navBarCtrl .navbar {
    min-height: 78px;
  }

  .brl-site #navBarCtrl .container-fluid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }

  .brl-site #navBarCtrl .navbar-brand {
    margin-top: 0 !important;
    margin-right: 0;
    padding: 0;
    max-width: calc(100% - 56px);
    flex: 1 1 auto;
  }

  .brl-site #navBarCtrl .navbar-toggler {
    margin-left: auto;
    padding: 0.25rem 0.4rem;
    flex: 0 0 auto;
  }

  .brl-site #navBarCtrl .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #006EA0;
    padding: 10px 16px 14px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  }

  .brl-site #navBarCtrl .navbar-nav {
    gap: 2px;
  }

  .brl-site #navBarCtrl .nav-item {
    padding-left: 0;
  }

  .brl-site #navBarCtrl .nav-item .nav-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 8px 6px;
  }

  .brl-site #hero .container {
    padding-top: 180px;
  }

  .brl-site #hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .brl-site #hero h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .brl-site .cards .card {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .brl-site .brl-proof-card .card-body {
    padding: 24px 20px;
  }

  .brl-site .section-content h3,
  .brl-site #quality-results h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .brl-site .section-content .sub-title,
  .brl-site .brl-list li {
    font-size: 16px;
    line-height: 24px;
  }

  .brl-site .brl-footer-logo {
    font-size: 28px !important;
    line-height: 34px;
  }
}

.form-control:focus { box-shadow: none !important;}

.brl-logo-image {
/*  max-height: 70px; */
	max-height: 90px;
  width: auto;
}

.brl-footer-logo-link {
  display: inline-block;
  padding-top: 10px;
}

.brl-footer-logo-image {
  max-width: 260px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767.98px) {
  .brl-logo-image {
    max-height: 52px;
    max-width: 100%;
    width: auto;
  }

  .brl-footer-logo-image {
    max-width: 190px;
  }
}
.center { text-align:center; }
.white { color:#fff; }
.sub-title.center.white { text-align:center; color:#fff; font-size:20px; padding-top:40px; }

#covered-options h3 { max-width: 950px; margin-left:auto; margin-right:auto; }
.brl-site .brl-list.max750, .max750 li { max-width:750px; }
.PT0 { padding-top:0px !important;}

