body {
  padding-top: 72px; /*for fixed header, adjustment*/
  font-family: 'Roboto', sans-serif;
  color: #000000;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3{
  margin-top: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #126bc3;
}
h2 {
  font-size: 26px;
}
h3 {
  color: #000000;
  margin-bottom: 30px;
}
strong {
  font-weight: 900;
}
.header {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
 
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
 
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    background-color: #ffffff;
    border-bottom: 2px solid #efefef;
}
 
.header--hidden {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}
.navbar {
	padding: 10px 0;
}

.navbar-header a,
#main-navigation a {
	color: #000000;
  text-transform: uppercase;
  font-size: 15px;
}
#logo img {
  max-width: 275px;
}
#main-navigation {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
#main-navigation .dropdown-menu>li>a:hover {
  color: #d1d1d1;
}
#main-navigation a:focus,
#main-navigation a:hover {
    background-color: transparent;
    color: #176ed3;
}
#main-navigation .dropdown-menu>li>a:focus, 
#main-navigation .dropdown-menu>li>a:hover {
    background-color: #daedfc;
}
a.btn-c {
  color: #fff;
}
a.btn-c:hover {
  text-decoration: none;
  color: #fff;
}
.ccm-toolbar-visible .navbar-fixed-top{
  top: 48px;
  z-index: 10;
}

/* Prevent stuck CMS overlays from blocking page clicks after login */
html:not(.ccm-panel-open) > .ccm-panel-overlay,
body:not(.ccm-panel-open) > .ccm-panel-overlay {
  display: none !important;
  pointer-events: none !important;
}
.ui-widget-overlay:not(.ui-front) {
  pointer-events: none;
}
#main-content {
  padding-bottom: 20px;
}
#main-content #left-content ul {
    list-style-image: url(images/bullet-tick.png);
    padding-left: 25px;
}
#main-content .row {
    margin: 2em 0;
}
#right-sidebar .rslides_nav {
  display: none;
}
#page-content {
  margin-top: 50px;
  padding-bottom: 50px;
}
#copyright {
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ffffff;
  font-size: 12px;
}
#page-content .container .container,
.container .container {
  width: 100%;
}

.qf-form-sidebar ol,
.right-sidebar ol,
.qf-form-sidebar ul,
.right-sidebar ul {
	list-style-image: url('https://www.lifesbestinsurance.com/application/files/9914/7925/3898/check-mark-sm.png');
	margin-bottom: 0px;
}
#qf-form-wrap .qf-btn, #qf-form-wrap .qf-btn:hover {
    text-decoration: none;
}
blockquote {
  background: #cedeeb;
  margin: 1.5em 10px 20px;
  padding: 10px 20px;
  quotes: "\201C""\201D""\2018""\2019";
  display: block;
  border-left: 0;
  border-radius: 10px;
}
blockquote::before {
  color: #4d83b0;
    content: '\201c';
    font-size: 6em;
    line-height: 0;
    margin-right: 0.1em;
    vertical-align: -0.4em;
    font-family: 'Arial', sans-serif;
}
cite {
  display: block;
  text-align: right;
  margin: 15px 0 0;
  font-size: 16px;
}
#footer {
    padding: 40px 0 0;
    color: #ffffff;
    overflow: hidden;
}
#footer h2 {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif; 
	margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
#footer .footer-cols ul {
    list-style-type: none;
    padding-left: 0;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-cols {
  margin-bottom: 20px;
}
/* C9 search block uses Bootstrap 5 `hstack` + `form-control` (full width);
   theme is Bootstrap 3, so keep input + button on one row in the footer. */
#footer .ccm-search-block-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
#footer .ccm-search-block-form .ccm-search-block-text,
#footer .ccm-search-block-form .form-control {
  display: inline-block;
  width: auto;
  flex: 1 1 auto;
  max-width: calc(100% - 78px);
  height: 34px;
  margin: 0;
  vertical-align: middle;
}
#footer .ccm-search-block-form .ccm-search-block-submit {
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  height: 34px;
  margin: 0;
  padding: 6px 12px;
  vertical-align: middle;
  white-space: nowrap;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* =========  VIVID ACCORDION OVERRIDES ========== */
.simple-accordion-group {
    margin-bottom: 5px;
}
.simple-accordion-title-shell {
  padding: 15px;
  background-color: #cedeeb;
  border-radius: 8px;
}
#banner {
  height: 150px;
  overflow: hidden;
  position: relative;
}
#banner img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-35%);
  -ms-transform: translate(-50%,-35%);
  transform: translate(-50%,-35%);
}
.term-life #banner img {
  -webkit-transform: translate(-50%,-30%);
  -ms-transform: translate(-50%,-30%);
  transform: translate(-50%,-30%);
}

/* ========== */
@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding: 15px 10px;
  }
}
@media (max-width: 1199px) {
  .navbar-header a, #main-navigation a {
    font-size: 12px;
  }
  .nav>li>a {
    padding: 8px;
  }
}
@media (max-width: 991px) {
  video#example_video_1 {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 110px;
  }
  #main-navigation {
      display: block;
      float: left;
      position: relative;
      top: 7px;
  }
}
@media (max-width: 767px) {
	body {
	    padding-top: 0px; /*110px*/
	}
	nav.header.navbar.navbar-fixed-top, nav.header.navbar.navbar-fixed-top.header--hidden {
	    position: relative;
	    transform: none;
	    margin-bottom: 0;
	}
	.navbar-header {
	    padding: 0 15px;
	}
	.slicknav_menu {
		background: #1669c9;
		margin-top: 10px;
	}
	#sidebar {
		margin-top: 20px;
	}
	#banner {
		margin-top: 40px;
	}
	#page-content {
		margin-top: 40px;
	}
	.thanks-preferred-quote #page-content {
		margin-top: 60px;
	}
	.right-content,
	.left-content {
		margin-bottom: 20px;
	}
	#banner img {
		-webkit-transform: translate(-50%,-45%);
		-ms-transform: translate(-50%,-45%);
		transform: translate(-50%,-45%);
	}
  div.ccm-layout-column {
    width: 100% !important;
  }
  .ccm-layout-column-inner {
    margin: 0 !important;
  }
} 


@media screen and (max-height: 700px){
    .hero-container p,
    .qf-form .toggle label {
      font-size: 14px;
    }
    .qf-form-container {font-size: 12px;}
    .qf-form-heading {margin-bottom: 5px;}
    #zipcode, .form-group input, .form-group textarea {
        height: 40px;
    }
    .toggle label span {
        padding: 5px 20px;
    }
    .qf-form .form-control {
      font-size: 12px;
    }
    #first-step.qf-form-container .qf-btn {
      font-size: 16px;
    }
}