body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  font-family: 'Droid Sans', sans-serif;
  color: #c35e00;
  text-decoration: none;
}

.body {
  height: 100%;
  color: #006837;
}

.photo-gallery {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff !important;
}

.body.payment {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-splash-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51));
}

.navi {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
}

.navi-toggle {
  padding: 0px;
  background-color: #fff;
}

.navi-toggle.w--open {
  padding-top: 0px;
  padding-bottom: 0px;
}

.navi-drop-bkrnd.w--open {
  border-top: 1px solid #ececec;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.navi-drop {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  display: block;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navi-link {
  display: block;
  padding: 10px 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #1e4d7a;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.navi-link:hover {
  color: #4487c7;
  font-weight: 700;
}

.logo-container {
  margin-right: 50px;
}

.logo-container.w--current {
  display: block;
  width: auto;
  margin-right: 50px;
}

.navi-drop-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Lato, sans-serif;
  color: #1e4d7a;
  font-weight: 700;
  text-align: center;
}

.navi-drop-link:hover {
  color: #4487c7;
}

.navi-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services-slider {
  width: 400px;
  height: 100px;
  border-style: none;
  background-color: transparent;
}

.services-slide {
  height: 100px;
  background-color: transparent;
}

.home-splash-section {
  height: 100%;
}

.home-splash-slider {
  position: static;
  height: 100%;
  background-color: transparent;
}

.contact-buton {
  position: fixed;
  left: 0px;
  bottom: 0px;
  overflow: scroll;
  width: auto;
  padding: 5px 20px;
  float: right;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  background-color: #971400;
  font-family: Exo, sans-serif;
  text-align: right;
}

.get-in-touch-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  float: right;
  font-family: Exo, sans-serif;
  color: #fff;
}

.text-block {
  margin-bottom: 15px;
  float: right;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

.navbar-link {
  float: right;
}

.right-side-nav-div {
  position: static;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.request-quote-button {
  margin-left: 25px;
  border: 1px solid #00582f;
  border-radius: 5px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00783c), to(#006837));
  background-image: linear-gradient(180deg, #00783c, #006837);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
}

.request-quote-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03924a), to(#087944));
  background-image: linear-gradient(180deg, #03924a, #087944);
}

.request-quote-button:focus {
  color: #fff;
}

.text-div {
  position: static;
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
}

.splash-heading-text {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navi-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
}

.navi-div-2 {
  display: block;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navi-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 20px 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
}

.navi-drop-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-2 {
  display: block;
  padding-bottom: 0px;
}

.navi-link-2 {
  display: inline-block;
  margin-right: 8px;
  padding: 10px 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Exo, sans-serif;
  color: #004b28;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.navi-link-2:hover {
  color: #a9947a;
  font-weight: 700;
}

.navi-link-2.w--current {
  border-bottom: 3px solid #a9947a;
  color: #a9947a;
}

.navi-div-3 {
  display: block;
  max-width: 1875px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.who-we-are {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.who-we-are.homepage {
  max-width: 2000px;
  padding-right: 8%;
  padding-bottom: 30px;
  padding-left: 8%;
}

.who-we-are-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  -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;
}

.who-we-are-header {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #c35e00;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

.who-we-are-header.center {
  font-size: 18px;
  text-align: center;
}

.who-we-are-paragraph {
  padding-right: 8%;
  font-family: 'Droid Sans', sans-serif;
  color: #292929;
}

.who-we-are-image {
  width: 275px;
  height: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #f5f5f5;
  background-image: url('../images/iStock-512626108-small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block {
  margin-right: 27px;
}

.who-we-are-button {
  margin-top: 10px;
  margin-right: 25px;
  border: 1px solid #7a6b57;
  border-radius: 5px;
  background-color: #a9947a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a9947a), to(#957c5d));
  background-image: linear-gradient(180deg, #a9947a, #957c5d);
  font-family: Exo, sans-serif;
}

.who-we-are-button.otherservices {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-color: rgba(122, 107, 87, 0.37);
  background-color: rgba(223, 195, 162, 0.28);
  background-image: none;
  color: #693a00;
}

.request-a-quote-splash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #006837;
  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/iStock-856812536.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/iStock-856812536.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.splash-text-div {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-top: 140px;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Exo, sans-serif;
}

.click-to-call-button {
  margin-top: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #683200;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f67500), to(#c35e00));
  background-image: linear-gradient(180deg, #f67500, #c35e00);
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.click-to-call-button.desktop {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-color: #ff7b00;
  background-color: transparent;
  background-image: none;
  color: #ff7b00;
  text-align: center;
}

.click-to-call-button.dontmiss {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.click-to-call-button.homepage {
  height: 38px;
  margin-top: 0px;
  padding-top: auto;
  padding-bottom: auto;
}

.contact-and-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding: 35px 8%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fafafa;
}

.form-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.request-quote-heading {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #006837;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.formlabel {
  font-family: Exo, sans-serif;
  text-align: center;
}

.formfield {
  display: block;
  max-width: 1250%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.formfield:focus {
  background-color: #006837;
  color: #fff;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-2.admin {
  margin-bottom: 13px;
}

.text-block-2 {
  margin-top: 6px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  font-style: italic;
}

.contact-info {
  margin-bottom: 0px;
  margin-left: 25px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 5px solid #a9947a;
  border-radius: 10px;
  background-color: #006837;
}

.text-block-3 {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

.bus-del-risk-man {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fafafa;
}

.business-development {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.risk-management {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 5%;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.table.homepage {
  width: 100%;
}

.table.consultation {
  max-width: 1700px;
}

.service-table-header {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #006837;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.service-table-text {
  display: block;
  max-width: 750px;
  margin: 10px auto;
  font-family: 'Droid Sans', sans-serif;
  color: #686868;
  text-align: center;
}

.services-page-splash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -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;
}

.services-page-splash.consulting {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/iStock_000019031750_Large.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/iStock_000019031750_Large.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.services-page-splash.insurance {
  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/iStock-885607156.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/iStock-885607156.jpg');
  background-position: 0px 0px, 50% 47%;
  background-size: auto, cover;
}

.services-page-splash.what-is {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #006837), to(#33865f));
  background-image: linear-gradient(180deg, #006837 42%, #33865f);
}

.services-page-splash.surety {
  height: 70%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/canstockphoto10372032.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/canstockphoto10372032.jpg');
  background-position: 0px 0px, 50% 24%;
  background-size: auto, cover;
}

.services-page-splash.team {
  height: 75%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/iStock-940990278.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/iStock-940990278.jpg');
  background-position: 0px 0px, 50% 33%;
  background-size: auto, cover;
}

.splash-sub-text {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  color: hsla(0, 0%, 100%, 0.77);
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.consulting-first-blurb-section {
  padding-top: 50px;
  padding-bottom: 40px;
}

.consulting-container {
  display: block;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.service-blurb-paragraph {
  font-family: 'Droid Sans', sans-serif;
  color: #666;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.consulting-services-breakdown {
  background-color: #fafafa;
}

.services-offered {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Exo, sans-serif;
  color: #c35e00;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.oper-consultation {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.business-development-consultation {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.services-image {
  display: block;
  max-height: 250px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  border: 5px none #dadada;
  border-radius: 2px;
}

.text-block-4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #006837;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}

.services-pgph {
  margin-top: 10px;
  padding-right: 15%;
  padding-left: 15%;
  font-family: 'Droid Sans', sans-serif;
  color: #686868;
  text-align: center;
}

.dont-miss-contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #006837;
}

.dont-miss-out-heading {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.text-block-5 {
  margin-top: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-style: italic;
  text-align: center;
}

.insurance-initial-blurb-section {
  padding-top: 30px;
  padding-bottom: 20px;
}

.insurance-initial-blurb-section.surety-bonds {
  padding-bottom: 5px;
}

.blurb-container-insurance {
  display: block;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.insurance-blurb-pgph {
  font-family: 'Droid Sans', sans-serif;
  color: #292929;
  text-align: center;
}

.insurance-blurb-pgph.light {
  color: #f5f5f5;
  font-weight: 400;
}

.insurance-blurb-pgph.real-estate {
  margin-bottom: 25px;
}

.insurance-strong-quote {
  margin-bottom: 20px;
}

.bold-quote {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #c35e00;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.text-span {
  font-weight: 700;
}

.insurance-construction-who-we-serve {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}

.text-block-6 {
  display: block;
  max-width: 2000px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding-right: 0%;
  font-family: Exo, sans-serif;
  color: #006837;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.who-we-serve-list {
  padding-left: 40px;
  font-family: 'Droid Sans', sans-serif;
  color: #292929;
}

.who-we-serve-list-item {
  margin-bottom: 2px;
  font-size: 15px;
}

.list-div {
  margin-right: 65px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.risk-management-image-1 {
  width: 400px;
  height: 275px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 4px solid #ebebeb;
  background-image: url('../images/canstockphoto30258109.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.insurance-section-3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006837;
}

.construction-coverage-box {
  display: block;
  max-width: 1000px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  border: 4px solid #a9947a;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.text-block-7 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-7.special {
  margin-top: 15px;
}

.text-block-8 {
  padding-right: 25px;
  padding-left: 25px;
  font-family: 'Droid Sans', sans-serif;
  color: #5f5f5f;
  font-size: 14px;
}

.text-block-8.xl {
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-8.tight {
  padding-right: 13px;
  padding-left: 13px;
}

.coverage-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3%;
  margin-bottom: 10px;
  margin-left: 3%;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-9 {
  margin-top: 15px;
  font-family: Exo, sans-serif;
  color: #a5a5a5;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.real-estate-insurance {
  padding-top: 30px;
}

.text-block-10 {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #810;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.real-est-table-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.real-est-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62));
}

.real-est-image._2 {
  background-image: none;
}

.real-est-image._1 {
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
}

.text-block-11 {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Exo, sans-serif;
  color: #fc0;
  font-size: 18px;
  font-weight: 500;
}

.real-estate-list {
  margin-bottom: 2px;
  font-family: 'Droid Sans', sans-serif;
  color: #e4e4e4;
  text-align: center;
  list-style-type: none;
}

.unordered-list {
  padding-left: 0px;
}

.unordered-list._2-col {
  -webkit-column-count: 2;
  column-count: 2;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quote-pop-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 104, 55, 0.35);
}

.quote-pop-heading {
  display: block;
  max-width: 1500px;
  margin: 15px auto 10px;
  padding-right: 8%;
  padding-left: 8%;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form-block {
  display: block;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.home-pop-form-text-block {
  margin-right: 20px;
  border-style: none;
  border-radius: 5px;
  background-color: rgba(0, 26, 13, 0.82);
  font-family: 'Droid Sans', sans-serif;
}

.home-pop-form-text-block:focus {
  color: #fff;
}

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

.success-message {
  background-color: #006837;
}

.error-message {
  color: #c35e00;
}

.hoizonr-line {
  width: 1px;
  background-color: rgba(0, 107, 57, 0.41);
}

.hoizonr-line.consult {
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgba(0, 104, 55, 0.39);
}

.surety-bonds-explained {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fafafa;
}

.paragraph-text-container {
  max-width: 1500px;
  padding-right: 8%;
  padding-left: 8%;
}

.long-paragraph {
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #494949;
  text-indent: 0px;
}

.long-paragraph.indent {
  margin-bottom: 19px;
  margin-left: 15px;
  text-indent: 0px;
}

.long-paragraph.white {
  color: #b1b1b1;
}

.long-paragraph.list {
  padding-top: 0px;
  padding-bottom: 0px;
}

.long-heading {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #c35e00;
  font-size: 20px;
  line-height: 20px;
}

.long-paragraph-heading-2 {
  margin-bottom: 10px;
  margin-left: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #c35e00;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.long-paragraph-heading-2.below {
  margin-top: 20px;
  color: #fff;
}

.why-choose-centaur-for-bonding {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.66)), to(hsla(0, 0%, 100%, 0.66))), url('../images/blur.jpg'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.66), hsla(0, 0%, 100%, 0.66)), url('../images/blur.jpg'), linear-gradient(180deg, #d6d6d6, #d6d6d6);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
}

.why-centaur-title {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  font-family: Exo, sans-serif;
  color: #810;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.why-centaur-container {
  display: block;
  max-width: 1500px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8%;
  padding-left: 8%;
}

.why-centaur-container.team {
  max-width: 1200px;
}

.why-reason {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
}

.why-centaur-reason {
  margin-left: 20px;
  font-size: 16px;
}

.image-2 {
  height: 40px;
}

.what-are-surety-bonds {
  background-color: #006837;
}

.what-are-surety-bonds.work-comp {
  background-color: #004122;
}

.learn-more {
  display: block;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 8%;
}

.learn-more-text-surety {
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
}

.link-text {
  color: #fff;
  text-decoration: none;
}

.why-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #c35e00;
  font-weight: 700;
  text-decoration: underline;
}

.why-link:hover {
  color: #643000;
}

.footer {
  border-style: solid none none;
  border-top-width: 4px;
  border-top-color: #a9947a;
  background-color: #00351c;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-block.bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.08);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-column.centaur {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-header {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.contact-info-footer {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #969696;
  font-size: 13px;
}

.text-span-2 {
  font-family: Exo, sans-serif;
  color: #e7e7e7;
  font-weight: 500;
}

.footer-link {
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #969696;
}

.footer-link:hover {
  -webkit-transition-property: colorundefined;
  transition-property: colorundefined;
  color: #fff;
}

.footer-link.w--current {
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #969696;
}

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

.text-block-12 {
  font-family: Exo, sans-serif;
  color: hsla(0, 0%, 100%, 0.33);
  font-size: 12px;
}

.link-2 {
  font-family: 'Droid Sans', sans-serif;
  color: #c35e00;
  text-decoration: none;
}

.contact-map {
  height: 150px;
  margin-bottom: 10px;
}

.text-block-13 {
  margin-bottom: 8px;
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.78);
}

.text-block-14 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.text-block-14.bi {
  font-style: italic;
  font-weight: 400;
}

.downloads {
  display: block;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 8%;
  background-color: #fafafa;
}

.download-header {
  font-family: Exo, sans-serif;
  color: #c35e00;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.download-subtitle {
  margin-top: 2px;
  font-family: 'Droid Sans', sans-serif;
  color: #686868;
  font-size: 12px;
  text-align: center;
}

.download-buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider {
  height: 70%;
}

.text-span-3 {
  color: #006837;
  font-weight: 700;
}

.employee-section {
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #eeebeb;
}

.employee-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-bottom: 25px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.employee-box {
  padding: 10px 35px 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 4px solid #006837;
  background-color: #fff;
}

.employee-name {
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.gap {
  width: 5%;
}

.employee-title {
  font-family: Exo, sans-serif;
  color: #a9947a;
  font-size: 13px;
}

.employee-email {
  font-family: 'Droid Sans', sans-serif;
}

.employee-bio {
  margin-top: 7px;
  font-family: 'Droid Sans', sans-serif;
  color: #5a5a5a;
}

.text-block-15 {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.centaur-accomplishments {
  padding-top: 20px;
  padding-bottom: 25px;
}

.photo-gallery {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.centaur-photo-gallery {
  display: block;
  width: 800px;
  height: 520px;
  margin-right: auto;
  margin-left: auto;
}

.photo-gallery-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.text-block-16 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.71);
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.71);
  font-size: 12px;
}

.slide-nav {
  left: 0px;
  right: 0px;
  bottom: 50px;
  margin-bottom: 0px;
}

.image-4 {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.surety-program-details {
  padding-right: 12%;
  padding-bottom: 5px;
  padding-left: 12%;
}

.details-block {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 107, 57, 0.41);
  border-radius: 5px;
  background-color: rgba(0, 107, 57, 0.11);
}

.div-block-3 {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.details-block-container {
  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;
}

.surety-program-details-header {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.surety-list-item {
  margin-bottom: 5px;
  text-align: center;
}

.text-block-17 {
  font-family: 'Droid Sans', sans-serif;
  color: #292929;
  font-size: 16px;
}

.text-block-18 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.client-login {
  position: static;
  top: 0px;
  right: 0px;
  margin-right: 10px;
  background-color: transparent;
  font-family: 'Droid Sans', sans-serif;
  color: #006837;
  text-decoration: underline;
}

.client-login.right {
  width: 300px;
}

.administrator {
  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-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;
  background-color: #f0f0f0;
}

.text-block-19 {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 35px;
}

.workerscomp {
  padding-top: 30px;
  padding-bottom: 29px;
  background-color: #002915;
}

.text-block-20 {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.workerscompgrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.workerscompleftblock {
  width: 60%;
  padding-right: 15px;
  padding-left: 15px;
}

.workerscomprightblock {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.centaurgoalsbox {
  padding: 25px 15px 10px;
  border: 3px solid #a9947a;
  border-radius: 5px;
  background-color: #fff;
}

.goals-image {
  height: 200px;
  margin-right: 16px;
  margin-bottom: 5px;
  margin-left: 15px;
  border: 5px solid #eee;
  background-image: url('../images/canstockphoto8560065.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.image-5 {
  height: 500px;
  margin-top: 166px;
  margin-bottom: 27px;
  border: 10px solid #c35e00;
}

.addtlcoverage {
  padding: 30px 8%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 5, 0.81)), to(rgba(2, 2, 5, 0.81))), url('../images/dplateblue-600x600.jpg');
  background-image: linear-gradient(180deg, rgba(2, 2, 5, 0.81), rgba(2, 2, 5, 0.81)), url('../images/dplateblue-600x600.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 300px;
}

.text-block-21 {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #c35e00;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.caption {
  margin-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #838383;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.slide {
  background-color: #000;
}

.experiencetoquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/iStock-904709544.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/iStock-904709544.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.surety-faq-accordion {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 8%;
  padding-left: 8%;
  background-color: transparent;
}

.accordion-item-trigger {
  margin-bottom: 0px;
  background-color: rgba(25, 158, 96, 0.27);
  cursor: pointer;
}

.accordion-trigger-text {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(122, 107, 87, 0.37);
  font-family: Exo, sans-serif;
  color: #005d31;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
}

.accordion-item-content {
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 107, 57, 0.11);
}

.learn-more-surety-header {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  color: #810;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.text-block-22 {
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #8a8783;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  margin-left: 20px;
}

.columns {
  position: absolute;
  top: 0px;
  right: 0px;
}

.column {
  position: absolute;
  top: 0px;
  right: 0px;
}

.header-button-columns {
  position: fixed;
  top: 0px;
  right: 0px;
  min-width: 300px;
  padding-top: 15px;
}

.header-button-column {
  position: static;
  display: block;
}

.dropdown-toggle {
  position: static;
  top: 0px;
  right: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 42px;
}

.dropdown-toggle.w--open {
  margin-right: 0px;
  padding-bottom: 10px;
  background-color: #fafafa;
}

.dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
}

.dropdown:active {
  background-color: transparent;
}

.dropdown:focus {
  background-color: #fafafa;
}

.client-center-dropdown {
  margin-top: 13px;
  margin-right: 30px;
  color: #006837;
}

.client-center-dropdown.w--open {
  margin-top: 0px;
  padding-bottom: 2px;
  background-color: #fafafa;
}

.client-center-drop-link {
  padding-bottom: 20px;
  padding-left: 42px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.client-center-drop-link:hover {
  color: #006837;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
  background-color: #fafafa;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.html-embed {
  padding-left: 0px;
}

iframe.hmpg-frm {
    height: 268px !important;
}

.who-we-are.homepage.frmclm {
    padding-bottom: 0px !important;
}

@media screen and (max-width: 991px) {
  .navi {
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }

  .navi-toggle {
    background-color: transparent;
    text-align: center;
  }

  .navi-icon-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    text-align: right;
  }

  .navi-icon-menu-button.w--open {
    background-color: #fff;
  }

  .navi-drop {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1b2957;
  }

  .navi-link {
    width: 100%;
    color: #fff;
    text-align: center;
  }

  .navi-icon {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #004b28;
  }

  .navi-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .request-quote-button {
    margin-left: 0px;
  }

  .navi-2 {
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }

  .navi-div-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navi-3 {
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }

  .navi-drop-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fafafa;
  }

  .navi-link-2 {
    width: 100%;
    margin-right: 0px;
    color: #004726;
    text-align: center;
  }

  .navi-div-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .who-we-are-container {
    max-width: 1000px;
  }

  .who-we-are-image {
    width: 250px;
  }

  .click-to-call-button.splash {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .contact-and-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-info {
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .services-page-splash.team {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/iStock-475480066.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-475480066.jpg');
    background-position: 0px 0px, 0px 35px;
  }

  .services-image {
    max-height: 200px;
  }

  .risk-management-image-1 {
    width: 250px;
    background-position: 50% 50%;
  }

  .construction-coverage-box {
    margin-right: 5%;
    margin-left: 5%;
  }

  .text-block-8 {
    padding-right: 14px;
    padding-left: 14px;
  }

  .image-3 {
    height: 75px;
  }

  .centaur-photo-gallery {
    width: 600px;
  }

  .text-block-16 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slide-nav {
    bottom: 70px;
  }

  .surety-program-details {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .navi-icon-menu-button {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .navi-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    -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;
  }

  .who-we-are-container {
    display: block;
  }

  .click-to-call-button.splash {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .click-to-call-button.dontmiss {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .table {
    display: block;
  }

  .services-page-splash.team {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/iStock-475480066.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/iStock-475480066.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .services-pgph {
    margin-bottom: 25px;
  }

  .text-block-6 {
    padding-right: 0%;
    text-align: center;
  }

  .who-we-serve-list {
    padding-left: 0px;
    text-align: center;
  }

  .list-div {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .risk-management-image-1 {
    display: block;
    width: 400px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-8 {
    margin-bottom: 10px;
  }

  .coverage-table {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-block {
    display: block;
  }

  .footer-column {
    padding-right: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column.centaur {
    margin-bottom: 20px;
  }

  .contact-info-footer {
    text-align: center;
  }

  .text-block-12 {
    text-align: center;
  }

  .employee-container {
    display: block;
  }

  .employee-box {
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .centaur-photo-gallery {
    width: 450px;
    height: 427px;
  }

  .image-4 {
    height: 100%;
  }

  .details-block-container {
    display: block;
  }

  .surety-list-item {
    margin-bottom: 10px;
  }

  .workerscompgrid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .workerscompleftblock {
    width: 100%;
  }

  .div-block-4 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-button-column.login {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navi {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navi-icon-menu-button.w--open {
    background-color: transparent;
  }

  .navi-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
  }

  .logo-container.w--current {
    margin-right: 20px;
  }

  .request-quote-button {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .splash-heading-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 35px;
  }

  .navi-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navi-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .navi-drop-2 {
    background-color: #fafafa;
  }

  .navi-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
  }

  .navi-link-2.w--current {
    border-bottom-style: none;
  }

  .splash-text-div {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .click-to-call-button {
    text-align: center;
  }

  .click-to-call-button.splash {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-and-form {
    display: block;
  }

  .services-page-splash.consulting {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-page-splash.team {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/iStock-940990278.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/iStock-940990278.jpg');
    background-position: 0px 0px, 84% 50%;
    background-size: auto, cover;
  }

  .list-div {
    margin-right: 0px;
  }

  .risk-management-image-1 {
    width: 250px;
  }

  .centaur-photo-gallery {
    width: 250px;
    height: 300px;
  }

  .text-block-16 {
    background-color: #000;
  }

  .slide-nav {
    position: static;
  }

  .client-login {
    padding-right: 15px;
  }

  .text-block-19 {
    margin-top: 155px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .header-button-columns {
    display: none;
  }
}

