h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #3a362f;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #605a51;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

label {
  display: block;
  margin-bottom: 7px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.hero-image {
  position: relative;
  width: 100%;
  min-height: 550px;
  background-color: #1c4b7e;
  background-image: url('../images/3.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.86)), to(rgba(242, 106, 33, 0.86))), url('../images/bgbwtint6.jpg');
  background-image: url('../images/3.png'), linear-gradient(180deg, rgba(242, 106, 33, 0.86), rgba(242, 106, 33, 0.86)), url('../images/bgbwtint6.jpg');
  background-position: 0px 0px, 0px 0px, 100% 0px;
  background-size: contain, auto, contain;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.div-block {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60%;
  height: auto;
  max-width: 700px;
  min-height: 225px;
  margin-right: 0px;
  margin-bottom: 55px;
  padding: 30px 35px 30px 40px;
  border-radius: 0px;
  background-color: #fffcf4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 252, 244, 0.75)), to(rgba(255, 252, 244, 0.75))), url('../images/pattern-halftone-blue.png');
  background-image: linear-gradient(180deg, rgba(255, 252, 244, 0.75), rgba(255, 252, 244, 0.75)), url('../images/pattern-halftone-blue.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
  color: #1c4b7e;
}

.brand {
  max-width: 180px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  color: #f26a21;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: -0.5px;
}

.navbar {
  background-color: #ede8db;
}

.icon {
  margin-right: 12px;
}

.text-holder {
  width: 100%;
  padding: 0px 6px 10px;
}

.phone-link {
  height: 29px;
  min-height: 30px;
  margin-right: 4px;
  padding: 5px 15px 5px 35px;
  float: left;
  border-right: 1px solid #e7e7e7;
  background-color: #2a60a5;
  background-image: url('../images/email-square.png');
  background-position: 10px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.phone-link:hover {
  background-color: #1c4b7e;
}

.phone-link.map {
  padding-left: 30px;
  background-color: #2a60a5;
  background-image: url('../images/home.svg');
  background-size: 12px;
  color: #fff;
}

.phone-link.map:hover {
  background-color: #1c4b7e;
}

.phone-link.email {
  background-image: url('../images/mail.png');
  background-size: 16px;
  font-size: 15px;
  letter-spacing: 0px;
}

.phone-link.email:hover {
  background-color: #dfddce;
}

.navtop {
  min-height: 35px;
  background-color: #fff;
}

.dropdown-link {
  padding: 10px 30px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  font-family: 'Open Sans', sans-serif;
  color: #4a4636;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #ede8db;
}

.dropdown-link.w--current {
  background-color: rgba(0, 0, 0, 0.05);
  color: #ff7f27;
}

.navtop-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1100px;
  min-height: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown.w--open {
  min-width: auto;
  background-color: #f5f2e9;
  box-shadow: 0 15px 30px -15px rgba(36, 33, 33, 0.25);
}

.nav-menu-2 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.nav-link-2 {
  height: auto;
  padding: 20px 25px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
  font-family: 'PT Serif', serif;
  color: #676256;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.nav-link-2:hover {
  box-shadow: inset 0 3px 0 0 #f26a21;
  color: #f26a21;
}

.nav-link-2.w--current {
  color: #2a60a5;
  font-weight: 400;
}

.nav-link-2.w--current:hover {
  color: #ff7f27;
}

.nav-link-2.dd {
  padding-right: 35px;
  font-family: 'PT Serif', serif;
  color: #666055;
}

.nav-link-2.dd:hover {
  color: #ff7f27;
}

.nav-link-2.home.w--current {
  padding-left: 45px;
  background-image: url('../images/home-regular_1home-regular.png');
  background-position: 20px 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #f8f8f8;
}

.nav-contain {
  display: block;
  width: 90%;
  max-width: 1100px;
  min-height: 55px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.top-phone {
  border-bottom: 1px solid rgba(255, 127, 39, 0.2);
  color: #ff7f27;
  font-weight: 400;
  text-decoration: none;
}

.top-phone:hover {
  border-bottom-color: #ff7f27;
}

.social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 2px;
  margin-left: 2px;
  background-color: #f26a21;
  background-image: url('../images/facebook-white-f.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.social-link:hover {
  background-color: #d46416;
}

.social-link._2 {
  background-image: url('../images/twitter-white.svg');
  background-size: 15px;
}

.section-two {
  min-height: 300px;
  padding-top: 55px;
  padding-bottom: 100px;
  background-color: #fff;
}

.line-bttn {
  margin-top: 20px;
  padding: 0px 0px 5px;
  border-bottom: 3px solid #fff;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 700;
  letter-spacing: 2px;
}

.line-bttn:hover {
  border-bottom-color: #861705;
}

.line-bttn.drk {
  margin-top: 12px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(28, 75, 126, 0.2);
  border-radius: 0px;
  background-color: #2a60a5;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.line-bttn.drk:hover {
  border-color: #1c4b7e;
  background-color: #12386b;
  color: #fff;
}

.line-bttn.drk.line {
  border-width: 1px;
  border-color: #1c4b7e;
  background-color: transparent;
  font-family: 'Libre Baskerville', sans-serif;
  color: #1c4b7e;
  font-weight: 400;
}

.line-bttn.drk.line:hover {
  background-color: #1c4b7e;
  color: #fff;
}

.line-bttn.drk.line.centered {
  margin-top: 0px;
}

.line-bttn.drk.line.bluel {
  border-color: #2a60a5;
  background-color: transparent;
  color: #12386b;
}

.line-bttn.drk.line.bluel:hover {
  background-color: #2a60a5;
  color: #fff;
}

.line-bttn.drk.line.orng {
  border-color: #f26a21;
  background-color: #f26a21;
  color: #fff;
  text-decoration: none;
}

.line-bttn.drk.line.orng:hover {
  border-color: #ff7f27;
  background-color: #ff7f27;
}

.line-bttn.drk.white-line {
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.line-bttn.drk.white-line:hover {
  box-shadow: inset 200px 0 0 0 #fff;
  color: #ff7f27;
}

.line-bttn.drk.orange {
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #f26a21;
  background-color: #f26a21;
  font-size: 20px;
}

.line-bttn.drk.orange:hover {
  background-color: transparent;
  color: #f26a21;
}

.colored-div {
  display: inline-block;
  width: 40%;
  height: 0px;
  float: left;
  background-color: #a55d35;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 93, 53, 0.91)), to(rgba(165, 93, 53, 0.91))), url('../images/22.jpg');
  background-image: linear-gradient(180deg, rgba(165, 93, 53, 0.91), rgba(165, 93, 53, 0.91)), url('../images/22.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.paragraph {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.heading-15 {
  margin-top: 0px;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 2px;
}

.about-image {
  position: absolute;
  left: 75px;
  top: 0px;
  width: 75%;
  height: 300px;
  padding-right: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/bgbwtint6.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 30px -10px rgba(56, 47, 25, 0.76);
  opacity: 1;
}

.about-image-wrapper {
  position: relative;
}

.portfolio-text-wrapper-2 {
  display: inline-block;
  width: 70%;
  padding: 2rem 2rem 2rem 3rem;
  float: left;
  color: #3a362f;
}

.portfolio-text-wrapper-2._100 {
  width: 100%;
}

.portfolio-text-wrapper-2._900 {
  display: block;
  width: 95%;
  max-width: 900px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 0rem;
}

.div-block-14 {
  width: 30%;
  height: 800px;
  background-color: #ff7f27;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 252, 244, 0.85)), to(rgba(255, 252, 244, 0.85))), url('../images/pattern-halftone-blue.png'), url('../images/bgbwtint5.jpg');
  background-image: linear-gradient(180deg, rgba(255, 252, 244, 0.85), rgba(255, 252, 244, 0.85)), url('../images/pattern-halftone-blue.png'), url('../images/bgbwtint5.jpg');
  background-position: 0px 0px, 100% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.section-three {
  padding-top: 80px;
  padding-bottom: 125px;
  background-color: #26527a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.79)), to(rgba(14, 45, 87, 0.79))), url('../images/bgblue.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.79), rgba(14, 45, 87, 0.79)), url('../images/bgblue.jpg');
  background-position: 0px 0px, 50% 0px;
}

.content-div {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.content-div.flx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-div._800 {
  max-width: 800px;
}

.content-div._900 {
  max-width: 900px;
}

.insurance-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/0d3364d0-3ea7-11e4-81d2-e76d178e4c6e-original.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/0d3364d0-3ea7-11e4-81d2-e76d178e4c6e-original.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 15px 30px -15px #0c2546;
  -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  transition: all 500ms cubic-bezier(.23, 1, .32, 1);
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.insurance-category:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.insurance-category.business {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/man-talking-on-cellphone_4460x4460.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/man-talking-on-cellphone_4460x4460.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.insurance-category.business._50._2 {
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.85)), to(rgba(242, 106, 33, 0.85))), url('../images/adobestock-175862697bw.jpg');
  background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.85), rgba(242, 106, 33, 0.85)), url('../images/adobestock-175862697bw.jpg');
  background-position: 0px 0px, 50% 50%;
  background-repeat: repeat, no-repeat;
}

.insurance-category.business._50._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.85)), to(rgba(242, 106, 33, 0.85))), url('../images/adobestock-175862697bw.jpg');
  background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.85), rgba(242, 106, 33, 0.85)), url('../images/adobestock-175862697bw.jpg');
}

.insurance-category._50 {
  position: relative;
  overflow: hidden;
  max-width: 46%;
  min-height: 250px;
  margin-right: 2%;
  margin-left: 2%;
  float: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.75)), to(rgba(242, 106, 33, 0.75))), url('../images/personalinsurance.jpg');
  background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.75), rgba(242, 106, 33, 0.75)), url('../images/personalinsurance.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 105%;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.6);
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.insurance-category._50:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.75)), to(rgba(242, 106, 33, 0.75))), url('../images/personalinsurance.jpg');
  background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.75), rgba(242, 106, 33, 0.75)), url('../images/personalinsurance.jpg');
  background-size: auto, 120%;
  box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.6);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.column {
  border-right: 1px dashed rgba(237, 232, 219, 0.25);
}

.section-title {
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.5px;
}

.option-row {
  margin-top: 50px;
}

.image {
  position: absolute;
  left: 0px;
  bottom: -219px;
  max-width: 300px;
  opacity: 0.31;
}

.div-block-15 {
  max-width: 575px;
  float: left;
}

.hero-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

.text-span {
  position: relative;
  bottom: -13px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 23px;
  float: left;
  font-size: 55px;
  font-weight: 300;
}

.paragraph-2 {
  font-family: 'Libre Baskerville', sans-serif;
  line-height: 24px;
}

.paragraph-2.lrgr-font {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.paragraph-2.drk {
  color: #605a51;
}

.text-span-2 {
  color: #f26a21;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.footer-container.fb-footer {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-4 {
  margin-right: 13px;
  color: #f8f8f8;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-wrapper {
  margin-bottom: 15px;
}

.logo-text {
  margin-top: 10px;
  color: #20193a;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.div-block-5 {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border-top: 1px solid #1c4b7e;
  background-color: transparent;
}

.split-line {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
  background-color: rgba(79, 94, 120, 0.15);
}

.icon-2.fb-footer-link {
  color: #d8d8d8;
}

.footer-4 {
  padding: 50px 15px 25px;
  background-color: transparent;
}

.info-text {
  display: block;
  float: left;
  color: rgba(79, 94, 120, 0.4);
  text-decoration: none;
}

.info-wrap {
  margin-bottom: 0px;
  padding: 0px;
  background-color: #0e2d57;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 78%, 0.09);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-col {
  width: 30%;
  padding: 20px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-col._2 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-col._3 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-col._4 {
  width: 28%;
}

.fb-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8b8b8b;
  text-align: right;
}

.link-block-2 {
  text-decoration: none;
}

.image-2 {
  max-width: 100px;
}

.link {
  color: #73b6ff;
}

.link:hover {
  color: #3897ff;
}

.footer-paragraph {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.25);
  border-left: 1px none #2a60a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.53)), to(rgba(14, 45, 87, 0.53))), url('../images/stars.png');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.53), rgba(14, 45, 87, 0.53)), url('../images/stars.png');
  background-position: 0px 0px, 0px 2px;
  background-size: auto, 15px;
  background-repeat: repeat, no-repeat;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.footer-link-hyper {
  color: #f26a21;
  text-decoration: none;
}

.smll-footer-txt {
  display: block;
  max-width: 1000px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
  text-align: left;
}

.white-centered {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.div-block-16 {
  width: 30%;
  height: 400px;
  float: left;
  background-image: url('../images/bgbwtint6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-16._2 {
  height: auto;
  min-height: 400px;
  background-image: url('../images/side-img2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.call-to-action {
  position: relative;
  width: 100%;
  padding-top: 66px;
  padding-bottom: 66px;
  background-color: #f2ede9;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(76%, rgba(255, 252, 244, 0.33)), to(#fff)), url('../images/ctabg7.jpg');
  background-image: linear-gradient(0deg, rgba(255, 252, 244, 0.33) 76%, #fff), url('../images/ctabg7.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-div-2 {
  display: block;
  width: 95%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #202020;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.heading-10.cta-text {
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #26527a;
  font-size: 26px;
  line-height: 38px;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: none;
}

.heading-10.cta-text.white-cta {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.heading-10.cta-text.centered {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.heading-10.cta-text.contact-small {
  font-size: 20px;
  line-height: 32px;
}

.button {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 6px;
  background-color: #1a9984;
  box-shadow: 0 15px 30px 0 rgba(70, 70, 70, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #006d5b;
  box-shadow: 0 15px 30px 0 rgba(45, 35, 66, 0);
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.button.light-blue {
  background-color: #007a59;
  box-shadow: 0 15px 30px 0 rgba(45, 45, 45, 0.15);
}

.button.light-blue:hover {
  background-color: #026449;
  box-shadow: none;
}

.heading-16 {
  margin-bottom: 15px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #26527a;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0px;
}

.heading-16.inline {
  display: inline-block;
  margin-right: 10px;
}

.paragraph-3 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.heading-17 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #26527a;
  font-size: 30px;
  letter-spacing: -0.5px;
}

.text-field {
  margin-bottom: 15px;
  border-style: solid solid none;
  border-color: transparent transparent #fff;
  border-bottom-width: 1px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.text-field.message {
  min-height: 75px;
}

.subhead {
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #ff7f27;
  font-size: 20px;
  line-height: 26px;
}

.subhead.lrg {
  display: inline-block;
  font-size: 25px;
}

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

.column-2 {
  top: 0px;
  padding: 0px;
  background-color: #fffaf4;
  box-shadow: 0 15px 35px -6px rgba(96, 90, 81, 0.15);
}

.field-label {
  font-family: Lato, sans-serif;
  color: #fff;
}

.line-white {
  display: block;
  width: 55px;
  height: 1px;
  margin: 10px auto 15px;
  background-color: #fff;
}

.link-2 {
  text-decoration: none;
}

.field-div {
  width: 97%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  float: left;
}

.field-div._50 {
  width: 47%;
}

.field-div._33 {
  width: 31%;
  margin-right: 1%;
  margin-left: 1%;
}

.div-block-18 {
  position: absolute;
  left: 0px;
  top: -100px;
  right: 0px;
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-18._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.div-block-19 {
  position: relative;
  height: 200px;
  min-height: auto;
}

.div-block-19._2 {
  margin-top: 100px;
}

.div-block-20 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 40px;
  max-width: 200px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #ff7f27;
  -webkit-transform: translate(0px, 65px);
  -ms-transform: translate(0px, 65px);
  transform: translate(0px, 65px);
  font-size: 16px;
  line-height: 26px;
}

.div-block-21 {
  padding: 20px;
  text-align: left;
}

.text-span-3 {
  color: #f26a21;
}

.row {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-22 {
  padding: 30px 25px;
}

.phone-link-home {
  display: inline-block;
  margin-top: 5px;
  color: #f26a21;
  text-decoration: none;
}

.div-block-23 {
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 1px none #ede8db;
}

.div-block-23._2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.banner {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #12386b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.73)), to(rgba(14, 45, 87, 0.73))), url('../images/grunge-pattern.png'), url('../images/bgbwtint6.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.73), rgba(14, 45, 87, 0.73)), url('../images/grunge-pattern.png'), url('../images/bgbwtint6.jpg');
  background-position: 0px 0px, 0px 50%, 50% 100%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.banner._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.69)), to(rgba(14, 45, 87, 0.69))), url('../images/grunge-pattern.png'), url('../images/bgbwtint5.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.69), rgba(14, 45, 87, 0.69)), url('../images/grunge-pattern.png'), url('../images/bgbwtint5.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.banner._2.orng {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 52, 102, 0.85)), to(rgba(15, 52, 102, 0.85))), url('../images/grunge-pattern.png'), url('../images/Bubela-quote-banner.jpg');
  background-image: linear-gradient(180deg, rgba(15, 52, 102, 0.85), rgba(15, 52, 102, 0.85)), url('../images/grunge-pattern.png'), url('../images/Bubela-quote-banner.jpg');
  background-position: 0px 0px, 0px 50%, 50% 100%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner._2.process {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.85)), to(rgba(14, 45, 87, 0.85))), url('../images/grunge-pattern.png'), url('../images/faded-image2.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.85), rgba(14, 45, 87, 0.85)), url('../images/grunge-pattern.png'), url('../images/faded-image2.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.banner._2.contact-header {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 56, 111, 0.85)), to(rgba(14, 56, 111, 0.85))), url('../images/Bubela-quote-banner.jpg');
  background-image: linear-gradient(180deg, rgba(14, 56, 111, 0.85), rgba(14, 56, 111, 0.85)), url('../images/Bubela-quote-banner.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.banner._2.auto-p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 52, 102, 0.9)), to(rgba(15, 52, 102, 0.9))), url('../images/bigstock-Dealer-Vehicles-In-Stock-93496580.jpg');
  background-image: linear-gradient(180deg, rgba(15, 52, 102, 0.9), rgba(15, 52, 102, 0.9)), url('../images/bigstock-Dealer-Vehicles-In-Stock-93496580.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner._2.life-p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 56, 107, 0.9)), to(rgba(18, 56, 107, 0.9))), url('../images/Happy-couple-smiling.jpg');
  background-image: linear-gradient(180deg, rgba(18, 56, 107, 0.9), rgba(18, 56, 107, 0.9)), url('../images/Happy-couple-smiling.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.banner._2.health-p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.9)), to(rgba(14, 45, 87, 0.9))), url('../images/friendly-receptionist_0m.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.9), rgba(14, 45, 87, 0.9)), url('../images/friendly-receptionist_0m.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner._2.home-p {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.9)), to(rgba(14, 45, 87, 0.9))), url('../images/LRESocialBlog.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.9), rgba(14, 45, 87, 0.9)), url('../images/LRESocialBlog.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.personal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.7)), to(rgba(14, 45, 87, 0.7))), url('../images/grunge-pattern.png'), url('../images/fam.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.7), rgba(14, 45, 87, 0.7)), url('../images/grunge-pattern.png'), url('../images/fam.jpg');
  background-position: 0px 0px, 0px 50%, 50% 0px;
  background-size: auto, contain, cover;
  background-attachment: scroll, scroll, fixed;
}

.banner.business {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 42, 85, 0.9)), to(rgba(10, 42, 85, 0.9))), url('../images/grunge-pattern.png'), url('../images/adobestock-175862697bw.jpg');
  background-image: linear-gradient(180deg, rgba(10, 42, 85, 0.9), rgba(10, 42, 85, 0.9)), url('../images/grunge-pattern.png'), url('../images/adobestock-175862697bw.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.banner.work-comp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 56, 107, 0.88)), to(rgba(18, 56, 107, 0.88))), url('../images/preferred_64873550-1200x600.jpg');
  background-image: linear-gradient(180deg, rgba(18, 56, 107, 0.88), rgba(18, 56, 107, 0.88)), url('../images/preferred_64873550-1200x600.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.carlot {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.85)), to(rgba(14, 45, 87, 0.85))), url('../images/grunge-pattern.png'), url('../images/car-upgrade-long.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.85), rgba(14, 45, 87, 0.85)), url('../images/grunge-pattern.png'), url('../images/car-upgrade-long.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.banner.garage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.9)), to(rgba(14, 45, 87, 0.9))), url('../images/grunge-pattern.png'), url('../images/footer.png');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.9), rgba(14, 45, 87, 0.9)), url('../images/grunge-pattern.png'), url('../images/footer.png');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner.builder-risk {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.85)), to(rgba(14, 45, 87, 0.85))), url('../images/grunge-pattern.png'), url('../images/79.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.85), rgba(14, 45, 87, 0.85)), url('../images/grunge-pattern.png'), url('../images/79.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner.pro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.9)), to(rgba(14, 45, 87, 0.9))), url('../images/grunge-pattern.png'), url('../images/professional.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.9), rgba(14, 45, 87, 0.9)), url('../images/grunge-pattern.png'), url('../images/professional.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner.storage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 41, 85, 0.85)), to(rgba(8, 41, 85, 0.85))), url('../images/grunge-pattern.png'), url('../images/737b3abdb266dab85ad45aac32aa9a14.jpg');
  background-image: linear-gradient(180deg, rgba(8, 41, 85, 0.85), rgba(8, 41, 85, 0.85)), url('../images/grunge-pattern.png'), url('../images/737b3abdb266dab85ad45aac32aa9a14.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner.liquor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.85)), to(rgba(14, 45, 87, 0.85))), url('../images/grunge-pattern.png'), url('../images/BeerGardens_Featured.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.85), rgba(14, 45, 87, 0.85)), url('../images/grunge-pattern.png'), url('../images/BeerGardens_Featured.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner.contractor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.85)), to(rgba(14, 45, 87, 0.85))), url('../images/grunge-pattern.png'), url('../images/Dollarphotoclub_59278001.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.85), rgba(14, 45, 87, 0.85)), url('../images/grunge-pattern.png'), url('../images/Dollarphotoclub_59278001.jpg');
  background-position: 0px 0px, 0px 50%, 50% 50%;
  background-size: auto, contain, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner.general {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.87)), to(rgba(14, 45, 87, 0.87))), url('../images/accounting-services.jpg'), url('../images/grunge-pattern.png');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.87), rgba(14, 45, 87, 0.87)), url('../images/accounting-services.jpg'), url('../images/grunge-pattern.png');
  background-position: 0px 0px, 50% 50%, 0px 50%;
  background-size: auto, cover, contain;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.banner.com-prop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.85)), to(rgba(14, 45, 87, 0.85))), url('../images/slide2.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.85), rgba(14, 45, 87, 0.85)), url('../images/slide2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.banner.disaster-in {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.85)), to(rgba(14, 45, 87, 0.85))), url('../images/4343104d-51fb-4410-85ab-9a791be20dfb_h.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.85), rgba(14, 45, 87, 0.85)), url('../images/4343104d-51fb-4410-85ab-9a791be20dfb_h.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.banner.boiler {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.85)), to(rgba(14, 45, 87, 0.85))), url('../images/Water-Treatment-1024x681.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.85), rgba(14, 45, 87, 0.85)), url('../images/Water-Treatment-1024x681.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.banner.liability {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.9)), to(rgba(14, 45, 87, 0.9))), url('../images/professional.jpg');
  background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.9), rgba(14, 45, 87, 0.9)), url('../images/professional.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.xl {
  color: #ff7f27;
  font-size: 56px;
  line-height: 72px;
}

.xl.smllr {
  color: #f26a21;
  font-size: 54px;
}

.heading-18 {
  margin-bottom: 0px;
  font-size: 40px;
  text-align: right;
}

.heading-18.flip {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.heading-18.shrink {
  font-size: 30px;
  text-align: center;
}

.heading-18.blue {
  margin-bottom: 20px;
  color: #1c4b7e;
  text-align: left;
}

.title-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 140px;
  padding: 5px 25px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #fffcf4;
}

.title-half._2 {
  border-left-style: none;
}

.title-half._2.contact {
  width: 55%;
}

.title-half.contact-right {
  width: 45%;
}

.heading-19 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.heading-19.contact-page-heading2 {
  font-size: 20px;
  line-height: 34px;
}

.heading-19.contact-page-heading2.blue {
  color: #1c4b7e;
}

.heading-19.contact-page-heading2.blue-left {
  color: #1c4b7e;
  text-align: left;
}

.orange-section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff7f27;
  color: #fff;
}

.orange-section.off-white {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f7f4;
  text-align: center;
}

.insyrance-option-section {
  min-height: 200px;
  background-color: #0e2d57;
  background-image: url('../images/fam.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.insyrance-option-section.b {
  background-color: #ff7f27;
  background-image: url('../images/adobestock-175862697bw.jpg');
  background-position: 50% 50%;
}

.insurance-option-link {
  display: block;
  width: 25%;
  min-height: 200px;
  padding: 30px 15px;
  float: left;
  border: 2px solid #fffaf4;
  background-color: rgba(14, 45, 87, 0.85);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.insurance-option-link:hover {
  border-color: #ff7f27;
  background-color: #ff7f27;
}

.insurance-option-link.b {
  border-color: #fffaf4;
  background-color: rgba(255, 127, 39, 0.85);
}

.insurance-option-link.b:hover {
  background-color: #2a60a5;
}

.insurance-option-link.light {
  background-color: rgba(42, 96, 165, 0.85);
}

.insurance-option-link.light:hover {
  background-color: rgba(255, 127, 39, 0.85);
}

.insurance-option-link._33 {
  width: 33.3%;
}

.in-icon {
  display: block;
  max-width: 75px;
  margin-right: auto;
  margin-left: auto;
}

.heading-20 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.heading-21 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.title-div {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f9f7f4;
  text-align: center;
}

.call-now {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 34px;
  line-height: 50px;
  text-decoration: none;
}

.small-sub-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
}

.heading-22 {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.option-div {
  margin-bottom: 15px;
  background-color: #fffcf4;
}

.option-title {
  padding: 12px;
  background-color: #12386b;
  color: #fff;
}

.option-title-quote {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 400;
}

.quote-option-link {
  width: 100%;
  padding: 12px 15px 12px 30px;
  border: 1px solid #f2ede9;
  background-color: #fcfaf8;
  background-image: url('../images/black-arrow.png');
  background-position: 13px 50%;
  background-size: 5px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  color: #0e2d57;
  text-decoration: none;
}

.quote-option-link:hover {
  padding-left: 35px;
  background-position: 16px 50%;
  color: #ff7f27;
}

.quote-option-link.w--current {
  color: #f26a21;
}

.column-3 {
  padding-right: 25px;
  padding-left: 0px;
}

.link-3 {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.link-3:hover {
  color: #f26a21;
}

.link-3.blue {
  color: #1c4b7e;
}

.content-div-3 {
  position: relative;
  top: -20px;
  display: block;
  width: 90%;
  max-width: 1100px;
  min-height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.subhead-2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.subhead-2.max-w {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-size: 18px;
  line-height: 28px;
}

.top-center {
  padding: 30px 58px 45px;
  background-color: #f6f6f6;
  text-align: center;
}

.ship-55 {
  width: 55%;
  padding-right: 50px;
  float: left;
}

.ship-55._50 {
  width: 50%;
  padding: 29px 40px 29px 29px;
}

.ship-55._50.no-padding {
  position: relative;
  z-index: 1;
  width: 45%;
  min-height: 430px;
  padding: 0px;
  background-color: transparent;
}

.html-embed {
  margin-bottom: 40px;
}

.html-embed._2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  height: 440px;
  margin-bottom: 0px;
  background-color: transparent;
  opacity: 0.82;
}

.link-4 {
  color: #f6af15;
}

.link-4:hover {
  color: #3897ff;
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.row-2 {
  margin-top: 0px;
}

.field {
  height: 45px;
  margin-bottom: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(96, 90, 81, 0.3);
  background-color: hsla(0, 0%, 100%, 0.24);
  color: #000;
}

.field._2 {
  background-color: #fff;
}

.quote-div {
  width: 45%;
  min-height: 400px;
  margin-top: 0px;
  padding: 25px 35px;
  float: left;
  background-color: #08296c;
  color: #fff;
}

.quote-div._50 {
  width: 55%;
  padding-top: 35px;
  padding-bottom: 20px;
  background-color: #eaeaea;
}

.paragraph-4.left-align {
  text-align: center;
}

.submit {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0e2d57;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.submit:hover {
  background-color: #12386b;
}

.message {
  height: auto;
  min-height: 100px;
  margin-bottom: 25px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(96, 90, 81, 0.3);
  background-color: hsla(0, 0%, 100%, 0.23);
  color: #000;
}

.message._2 {
  background-color: #fff;
}

.concol {
  padding-right: 25px;
  padding-left: 25px;
}

.concol.right-side {
  border-left: 1px solid #cbcbcb;
}

.label {
  margin-top: 0px;
  margin-bottom: 7px;
  color: #605a51;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.contact-page-section {
  position: relative;
  padding-bottom: 25px;
}

.slide-in-image {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 52%;
  height: 100%;
  background-image: url('../images/pattern-blue-gold.png'), url('../images/bgbwtint5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.content-side {
  width: 70%;
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 15px;
  float: left;
}

.side-bar {
  width: 30%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
}

.inpage-img {
  width: 250px;
  height: 250px;
  margin-right: 25px;
  float: left;
  background-image: url('../images/bigstock-Dealer-Vehicles-In-Stock-93496580.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inpage-img.life {
  width: 50%;
  background-image: url('../images/3-IMG_0250.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.inpage-img.health {
  background-image: url('../images/iras.jpg');
  background-position: 75% 50%;
}

.inpage-img.home {
  width: 45%;
  background-image: url('../images/LRESocialBlog.jpg');
  background-position: 50% 50%;
}

.inpage-img.bizauto {
  width: 100%;
  height: 200px;
  margin-right: 0px;
  margin-bottom: 30px;
  background-image: url('../images/Commercial-Auto-Website.jpg');
}

.inpage-img.bizauto.wc {
  height: 250px;
  background-image: url('../images/Workers-Compensation.jpg');
}

.inpage-img.auto-dealer {
  width: 275px;
  height: 200px;
  background-image: url('../images/car-upgrade-long.jpg');
  background-position: 54% 50%;
}

.inpage-img.garage-liability {
  width: 100%;
  height: 200px;
  margin-right: 0px;
  margin-bottom: 25px;
  background-image: url('../images/footer.png');
}

.inpage-img.builder-risk {
  height: 200px;
  background-image: url('../images/79.jpg');
  background-position: 90% 50%;
}

.inpage-img.pro-liability {
  height: 200px;
  margin-bottom: 5px;
  background-image: url('../images/professional.jpg');
}

.inpage-img.comercial {
  width: 100%;
  height: 200px;
  background-image: url('../images/Commercial-Liability.jpg');
  background-position: 50% 75%;
}

.back-bar {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f5f5f5;
}

.back-text {
  display: inline-block;
  color: #2a60a5;
  text-decoration: underline;
}

.back-arrow {
  width: 20px;
  margin-right: 10px;
}

.ask-about-div {
  margin-top: 40px;
  padding: 20px;
  background-color: #f5f5f5;
}

.ask-about-link {
  display: block;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #2a60a5;
}

.ask-about-link:hover {
  color: rgba(42, 96, 165, 0.56);
}

.ask-about-link.w--current {
  color: #f26a21;
}

.quote-form {
  padding: 20px;
  background-color: #f1f1f1;
}

.orange-span {
  color: #f26a21;
}

.paragraph-5 {
  margin-top: 15px;
}

.tou {
  font-size: 10px;
  line-height: 16px;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="goleft"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="text-rl-to-r"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="text-rl-to-r-2"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="appearscroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

html.w-mod-js *[data-ix="appearscroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

html.w-mod-js *[data-ix="scollin-2"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

html.w-mod-js *[data-ix="scollin-3"] {
  opacity: 0;
  -webkit-transform: translate(-25px, 0px);
  -ms-transform: translate(-25px, 0px);
  transform: translate(-25px, 0px);
}

@media screen and (max-width: 991px) {
  .hero-image {
    background-image: url('../images/3.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 127, 39, 0.74)), to(rgba(255, 127, 39, 0.74))), url('../images/bgbwtint6.jpg');
    background-image: url('../images/3.png'), linear-gradient(180deg, rgba(255, 127, 39, 0.74), rgba(255, 127, 39, 0.74)), url('../images/bgbwtint6.jpg');
    background-position: 0px 0px, 0px 0px, 100% 0px;
    background-size: contain, auto, contain;
    background-repeat: repeat, repeat, repeat;
  }
  .div-block {
    width: 75%;
    height: auto;
    min-height: 200px;
    margin-bottom: 0px;
    padding-left: 25px;
  }
  .nav-menu-2 {
    width: 100%;
  }
  .nav-link-2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0px;
  }
  .nav-link-2.dd {
    padding-right: 30px;
  }
  .nav-contain {
    width: 98%;
  }
  .line-bttn {
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
  }
  .colored-div {
    width: 30%;
  }
  .portfolio-text-wrapper-2 {
    width: 70%;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 2rem;
  }
  .insurance-category {
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .insurance-category.business._50._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.7)), to(rgba(242, 106, 33, 0.7))), url('../images/bizinsurance.jpg');
    background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.7), rgba(242, 106, 33, 0.7)), url('../images/bizinsurance.jpg');
    background-size: auto, auto 105%;
  }
  .insurance-category.business._50._2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.7)), to(rgba(242, 106, 33, 0.7))), url('../images/bizinsurance.jpg');
    background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.7), rgba(242, 106, 33, 0.7)), url('../images/bizinsurance.jpg');
    background-size: auto, auto 120%;
  }
  .insurance-category._50 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.7)), to(rgba(242, 106, 33, 0.7))), url('../images/personalinsurance.jpg');
    background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.7), rgba(242, 106, 33, 0.7)), url('../images/personalinsurance.jpg');
    background-size: auto, auto 105%;
  }
  .insurance-category._50:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.7)), to(rgba(242, 106, 33, 0.7))), url('../images/personalinsurance.jpg');
    background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.7), rgba(242, 106, 33, 0.7)), url('../images/personalinsurance.jpg');
    background-size: auto, auto 120%;
  }
  .hero-content {
    z-index: 1;
  }
  .paragraph-2.quote-text {
    font-size: 12px;
  }
  .div-block-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-16._2 {
    background-position: 0px 50%;
  }
  .call-to-action {
    border-top: 1px solid rgba(96, 90, 81, 0.01);
  }
  .heading-10.cta-text {
    max-width: 100%;
    font-size: 25px;
    letter-spacing: 0px;
  }
  .heading-16 {
    font-size: 30px;
  }
  .heading-17 {
    font-size: 26px;
    line-height: 32px;
  }
  .text-field.message {
    min-height: 75px;
  }
  .field-div._50.extnd {
    width: 97%;
  }
  .div-block-18 {
    width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-21 {
    padding-top: 55px;
    padding-right: 15px;
    padding-left: 0px;
  }
  .banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.79)), to(rgba(14, 45, 87, 0.79))), url('../images/grunge-pattern.png'), url('../images/bgbwtint6.jpg');
    background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.79), rgba(14, 45, 87, 0.79)), url('../images/grunge-pattern.png'), url('../images/bgbwtint6.jpg');
    background-position: 0px 0px, 0px 50%, 100% 50%;
    background-size: auto, contain, contain;
  }
  .xl.smllr {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .heading-18.blue {
    font-size: 32px;
    line-height: 40px;
  }
  .title-half._2.contact {
    width: 58%;
    padding-left: 0px;
  }
  .title-half.contact-right {
    width: 42%;
  }
  .heading-19 {
    line-height: 38px;
  }
  .heading-19.contact-page-heading2 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .heading-20 {
    font-size: 20px;
    line-height: 26px;
  }
  .call-now {
    display: inline-block;
    margin-top: 5px;
  }
  .quote-option-link {
    font-size: 13px;
  }
  .content-div-3 {
    position: relative;
    width: 95%;
    min-height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .top-center {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ship-55._50 {
    padding-left: 0px;
  }
  .quote-div._50 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .paragraph-4 {
    font-weight: 400;
    letter-spacing: 0px;
  }
  .concol {
    padding-right: 20px;
    padding-left: 20px;
  }
  .concol.right-side {
    border-left: 1px solid #d5d5d5;
  }
  .slide-in-image {
    position: absolute;
    width: 52%;
    height: 100%;
    background-image: url('../images/bgbwtint5.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content-side {
    padding-right: 30px;
  }
  .inpage-img {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .inpage-img.auto-dealer {
    width: 100%;
  }
  .inpage-img.garage-liability {
    background-position: 100% 50%;
  }
  .inpage-img.builder-risk {
    height: 175px;
  }
  .inpage-img.pro-liability {
    margin-bottom: 20px;
  }
  .quote-form {
    padding-right: 11px;
    padding-left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .hero-image {
    min-height: 450px;
    background-image: url('../images/3.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 127, 39, 0.78)), to(rgba(255, 127, 39, 0.78))), url('../images/bgbwtint6.jpg');
    background-image: url('../images/3.png'), linear-gradient(180deg, rgba(255, 127, 39, 0.78), rgba(255, 127, 39, 0.78)), url('../images/bgbwtint6.jpg');
    background-position: 0px 0px, 0px 0px, 100% 0px;
    background-size: contain, auto, contain;
  }
  .div-block {
    bottom: 55px;
    width: 80%;
  }
  .brand {
    max-width: 160px;
  }
  .text-block-3 {
    font-size: 18px;
  }
  .text-holder {
    padding-left: 0px;
  }
  .menu-button-2 {
    display: block;
    width: 55px;
    height: 55px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    float: none;
    color: #605a51;
    font-size: 34px;
  }
  .menu-button-2.w--open {
    background-color: #e0d9c7;
  }
  .phone-link {
    padding-left: 30px;
    font-size: 12px;
  }
  .phone-link.map {
    padding-left: 30px;
  }
  .phone-link.email {
    padding-left: 30px;
    font-size: 12px;
  }
  .div-block-12 {
    padding-right: 8px;
  }
  .dropdown-link {
    font-size: 12px;
    text-align: center;
  }
  .navtop-contain {
    width: 99%;
  }
  .nav-menu-2 {
    background-color: #edebdc;
  }
  .nav-link-2 {
    width: 100%;
    background-color: #e0d9c7;
    color: #4a4636;
  }
  .nav-link-2:hover {
    box-shadow: none;
  }
  .nav-link-2.dd {
    padding-right: 15px;
  }
  .nav-link-2.home.w--current {
    color: #a9c358;
  }
  .section-two {
    padding-bottom: 25px;
  }
  .colored-div {
    width: 20%;
  }
  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }
  .about-image {
    width: 90%;
    height: 300px;
  }
  .portfolio-text-wrapper-2 {
    position: relative;
    top: -50px;
    width: 100%;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 2rem;
  }
  .content-div.flx {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .insurance-category {
    min-height: 150px;
    margin-bottom: 30px;
    padding: 30px 22px;
  }
  .insurance-category.business {
    margin-bottom: 0px;
  }
  .insurance-category.business._50._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.7)), to(rgba(242, 106, 33, 0.7))), url('../images/bizinsurance.jpg');
    background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.7), rgba(242, 106, 33, 0.7)), url('../images/bizinsurance.jpg');
    background-size: auto, 105%;
  }
  .insurance-category.business._50._2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.7)), to(rgba(242, 106, 33, 0.7))), url('../images/bizinsurance.jpg');
    background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.7), rgba(242, 106, 33, 0.7)), url('../images/bizinsurance.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 130%;
    background-repeat: repeat, no-repeat;
  }
  .insurance-category._50 {
    max-width: 48%;
    min-height: 150px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.7)), to(rgba(242, 106, 33, 0.7))), url('../images/personalinsurance.jpg');
    background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.7), rgba(242, 106, 33, 0.7)), url('../images/personalinsurance.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 105%;
    background-repeat: repeat, no-repeat;
    font-size: 22px;
    line-height: 28px;
  }
  .insurance-category._50:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 106, 33, 0.7)), to(rgba(242, 106, 33, 0.7))), url('../images/personalinsurance.jpg');
    background-image: linear-gradient(180deg, rgba(242, 106, 33, 0.7), rgba(242, 106, 33, 0.7)), url('../images/personalinsurance.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 130%;
    background-repeat: repeat, no-repeat;
  }
  .column {
    border-right-style: none;
  }
  .section-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .paragraph-2 {
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0px;
  }
  .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-container.fb-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-text {
    text-align: center;
  }
  .footer-col {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-col._2 {
    width: 50%;
  }
  .footer-col._3 {
    width: 50%;
  }
  .footer-col._4 {
    width: 50%;
  }
  .fb-footer-wrapper {
    margin-top: 15px;
  }
  .white-centered {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .div-block-16._2 {
    width: 65%;
    min-height: 225px;
    background-position: 50% 68%;
    opacity: 0.51;
  }
  .call-to-action {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .content-div-2 {
    width: 90%;
  }
  .heading-10.cta-text {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
  }
  .heading-10.cta-text.centered {
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .button {
    padding: 12px 25px;
    box-shadow: 0 15px 30px -6px rgba(45, 35, 66, 0.12);
    letter-spacing: 0.5px;
  }
  .heading-16 {
    font-size: 28px;
  }
  .paragraph-3 {
    display: none;
  }
  .column-2 {
    background-color: transparent;
    box-shadow: none;
    text-align: center;
  }
  .field-div._50.extnd {
    width: 47%;
  }
  .div-block-18 {
    width: 95%;
  }
  .div-block-19 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 100px;
  }
  .div-block-19._2 {
    height: 90px;
  }
  .div-block-21 {
    padding-top: 0px;
    padding-bottom: 45px;
    border-top: 1px none rgba(160, 150, 126, 0.17);
    text-align: center;
  }
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-22 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fffaf4;
    box-shadow: 0 15px 30px -8px rgba(96, 90, 81, 0.21);
  }
  .div-block-22.cp {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .div-block-23 {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    float: left;
    border-right: 1px solid #ede8db;
    border-bottom-style: none;
  }
  .div-block-23._2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-right-style: none;
    border-bottom-style: none;
  }
  .div-block-23._2.undo {
    width: 100%;
    float: none;
  }
  .banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 45, 87, 0.79)), to(rgba(14, 45, 87, 0.79))), url('../images/grunge-pattern.png'), url('../images/bgbwtint6.jpg');
    background-image: linear-gradient(180deg, rgba(14, 45, 87, 0.79), rgba(14, 45, 87, 0.79)), url('../images/grunge-pattern.png'), url('../images/bgbwtint6.jpg');
    background-position: 0px 0px, 0px 50%, 50% 0px;
    background-size: auto, contain, cover;
  }
  .xl {
    font-size: 40px;
    line-height: 50px;
  }
  .xl.smllr {
    display: inline-block;
    margin-top: 5px;
  }
  .heading-18 {
    font-size: 30px;
    line-height: 38px;
  }
  .heading-18.cntrd {
    text-align: center;
  }
  .title-half {
    width: 45%;
    padding-right: 2px;
  }
  .title-half._2 {
    width: 55%;
    padding-right: 25px;
    padding-left: 0px;
  }
  .title-half._2.contact {
    width: 100%;
    padding-right: 0px;
  }
  .title-half._2.contact.cntr {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .title-half.contact-right {
    width: 100%;
    padding-right: 25px;
    padding-left: 0px;
    border-right: 1px solid #fffcf4;
    border-left-style: none;
    text-align: right;
  }
  .title-half.contact-right.cntr {
    padding-right: 0px;
    border-top: 1px solid #fffcf4;
    border-right-style: none;
    text-align: center;
  }
  .heading-19 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
  }
  .insurance-option-link {
    width: 50%;
  }
  .heading-21 {
    margin-top: 32px;
    font-size: 24px;
    line-height: 34px;
  }
  .italic-text {
    display: inline-block;
    max-width: 300px;
  }
  .italic-text.widen {
    max-width: 500px;
  }
  .column-3 {
    padding-right: 0px;
    padding-bottom: 35px;
  }
  .top-center {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ship-55 {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
  .ship-55._50 {
    width: 100%;
  }
  .ship-55._50.no-padding {
    width: 100%;
  }
  .html-embed._2 {
    height: 300px;
  }
  .quote-div {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }
  .quote-div._50 {
    width: 100%;
  }
  .concol {
    padding-right: 15px;
    padding-left: 15px;
  }
  .concol.right-side {
    border-left: 1px solid #cecece;
  }
  .slide-in-image {
    width: 60%;
  }
  .content-side {
    width: 100%;
    padding-right: 0px;
  }
  .side-bar {
    width: 100%;
  }
  .inpage-img {
    width: 45%;
    margin-right: 27px;
    margin-bottom: 10px;
  }
  .inpage-img.builder-risk {
    margin-right: 20px;
  }
  .inpage-img.pro-liability {
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .quote-form {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-image {
    min-height: 420px;
    background-image: url('../images/3.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 127, 39, 0.81)), to(rgba(255, 127, 39, 0.81))), url('../images/bgbwtint6.jpg');
    background-image: url('../images/3.png'), linear-gradient(180deg, rgba(255, 127, 39, 0.81), rgba(255, 127, 39, 0.81)), url('../images/bgbwtint6.jpg');
    background-position: 0px 0px, 0px 0px, 100% 0px;
    background-size: contain, auto, cover;
  }
  .div-block {
    bottom: 0px;
    width: 90%;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .brand {
    display: block;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .text-block-3 {
    font-size: 16px;
    line-height: 1.3em;
  }
  .text-holder {
    padding-bottom: 10px;
  }
  .phone-link {
    width: 85px;
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 25px;
    float: left;
    background-position: 8px 50%;
    font-size: 12px;
  }
  .phone-link.map {
    width: 85px;
    margin-right: 5px;
    padding-right: 15px;
    padding-left: 25px;
    background-position: 6px 50%;
  }
  .phone-link.map.w--current {
    width: auto;
    padding-right: 10px;
    padding-left: 20px;
  }
  .phone-link.email {
    width: 33.3%;
    margin-right: 0px;
    padding-left: 25px;
    background-position: 5px 50%;
    font-size: 12px;
  }
  .navtop {
    min-height: 100px;
  }
  .div-block-12 {
    min-height: 65px;
    padding-right: 0px;
    text-align: center;
  }
  .dropdown-link {
    font-size: 12px;
    text-align: left;
  }
  .navtop-contain {
    display: block;
    width: 99%;
    min-height: 155px;
    padding-top: 0px;
    padding-bottom: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown.w--open {
    display: block;
    width: 100%;
  }
  .section-two {
    padding-bottom: 25px;
  }
  .line-bttn {
    font-size: 12px;
  }
  .line-bttn.drk {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .colored-div {
    display: none;
  }
  .paragraph {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
  }
  .heading-15 {
    font-size: 40px;
    letter-spacing: 1px;
  }
  .about-image {
    position: static;
    width: 95%;
    height: 200px;
    float: right;
  }
  .about-image-wrapper {
    overflow: hidden;
  }
  .portfolio-text-wrapper-2 {
    top: -85px;
    width: 100%;
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0.5rem;
  }
  .portfolio-text-wrapper-2._900 {
    position: static;
  }
  .insurance-category {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
  }
  .insurance-category._50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 95%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.39);
  }
  .insurance-category._50:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .section-title {
    font-size: 26px;
    font-weight: 400;
  }
  .paragraph-2 {
    font-size: 12px;
  }
  .text-block-4 {
    text-align: center;
  }
  .footer-text {
    margin-bottom: 10px;
  }
  .footer-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fb-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-centered {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .div-block-16._2 {
    display: block;
    width: 100%;
    min-height: 200px;
    opacity: 0.4;
  }
  .content-div-2 {
    width: 95%;
    text-align: center;
  }
  .heading-10.cta-text {
    max-width: 100%;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0px;
  }
  .heading-10.cta-text.centered {
    max-width: 95%;
    font-size: 18px;
  }
  .heading-16 {
    font-size: 24px;
    line-height: 37px;
  }
  .heading-16.inline {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .heading-17 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
  .subhead {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }
  .subhead.lrg {
    font-size: 22px;
    line-height: 28px;
  }
  .column-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .div-block-17 {
    display: inline-block;
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
  .field-div {
    text-align: left;
  }
  .field-div._50 {
    text-align: left;
  }
  .field-div._50.extnd {
    width: 97%;
  }
  .field-div._33 {
    width: 97%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
  .div-block-19 {
    height: 250px;
  }
  .div-block-19._2 {
    height: 100px;
  }
  .text-block-5 {
    display: inline;
  }
  .div-block-21 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-22.cp {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-23 {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-right-style: none;
    border-bottom-style: solid;
  }
  .xl.smllr {
    display: inline;
    font-size: 40px;
    line-height: 48px;
  }
  .heading-18 {
    text-align: center;
  }
  .heading-18.blue {
    font-size: 28px;
    line-height: 34px;
  }
  .title-half {
    display: block;
    width: auto;
    max-width: 85%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-left: 2px;
    float: none;
    border-top: 1px solid rgba(255, 252, 244, 0.5);
    border-left-style: none;
    text-align: center;
  }
  .title-half._2 {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
    border-top-style: none;
  }
  .title-half.contact-right {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-right-style: none;
    text-align: center;
  }
  .heading-19 {
    font-size: 20px;
    line-height: 30px;
  }
  .heading-20 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
  .heading-21 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 29px;
  }
  .quote-option-link {
    padding-left: 25px;
    font-size: 12px;
    line-height: 18px;
  }
  .quote-option-link:hover {
    padding-left: 30px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subhead-2.max-w {
    max-width: 95%;
    font-size: 16px;
    line-height: 26px;
  }
  .top-center {
    padding-bottom: 25px;
  }
  .heading-5 {
    font-size: 20px;
    line-height: 26px;
  }
  .quote-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .concol {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .concol.right-side {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 1px solid #dcdcdc;
    border-left-style: none;
  }
  .slide-in-image {
    width: 100%;
    height: 70%;
  }
  .inpage-img.auto-dealer {
    height: 175px;
  }
  .inpage-img.garage-liability {
    height: 175px;
  }
  .inpage-img.builder-risk {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .inpage-img.pro-liability {
    width: 100%;
    height: 155px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}