@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Bitter|Open+Sans:300, 700");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
@media screen and (min-width: 1149) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .team_item {
    flex: 0 1 29% !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.main {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", serif;
  font-weight: 400;
}

h2 {
  text-align: center;
  font-size: 30px;
  color: #70aed3;
  margin-bottom: 0.3em;
}
@media (min-width: 1025px) {
  h2 {
    font-size: 45px;
  }
}

a {
  color: #fff;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 700;
}

.wrap_height {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 177px);
}
.wrap_height main {
  flex: 1;
}
.wrap_height footer {
  margin-top: auto;
}

.wrap {
  clear: both;
  position: relative;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .wrap {
    font-size: 23px;
  }
}

.inner_wrap, .wrap {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .inner_wrap, .wrap {
    padding: 0 16px;
  }
}
@media (min-width: 1025px) {
  .inner_wrap, .wrap {
    padding: 0 30px;
  }
}

.text_wrap {
  text-align: left;
}
.text_wrap h2,
.text_wrap h3 {
  margin-top: 1.5em;
}

.form .radio_group:after, .team_item:after, .team_list:after, header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

body {
  background-color: #292929;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #fff;
}

address {
  background-color: #06426c;
  font-size: 11px;
  text-align: center;
  font-style: normal;
  clear: both;
}
address ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  max-width: 990px;
}
address li {
  display: none;
  list-style-type: none;
  margin: 1em 0;
  flex: 1 0 320px;
}
address .address a {
  background: url(../img/marker.svg) no-repeat 0 1px;
  padding-left: 16px;
  text-decoration: none;
}
address .address a:hover {
  text-decoration: underline;
}
address .phone {
  display: inline-block;
}
address .phone span {
  background-image: url(../img/phone.svg);
  background-repeat: no-repeat;
  background-position: -2px 0;
  padding-top: 2px;
  padding-left: 22px;
}
address .phone span + span {
  margin-left: 1em;
}
address .email a {
  background: url(../img/email.svg) no-repeat 0 3px;
  padding-left: 28px;
}
@media (min-width: 768px) {
  address .phone {
    display: none;
  }
  address li {
    display: inline-block;
    flex: 1 0;
  }
  address li span {
    background-position: 0 0;
  }
  address li + li + li {
    border-left: 1px solid #83a1b6;
  }
}
@media (min-width: 1025px) {
  address {
    font-size: 13px;
  }
}

header {
  background-color: #1f1f1f;
  overflow: hidden;
  box-sizing: border-box;
  background: #1f1f1f url(../img/menu.svg) no-repeat 15px 15px;
}
@media (min-width: 768px) {
  header {
    background-image: none;
    overflow: visible;
    margin-bottom: 26px;
  }
}
@media (min-width: 1025px) {
  header {
    margin-bottom: 66px;
  }
}
header .logo {
  width: 106px;
  margin: 0 auto;
  height: 50px;
  display: flex;
  -js-display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  header .logo {
    width: 145px;
    height: 70px;
    margin: 0;
    float: left;
  }
}
@media (min-width: 1025px) {
  header .logo {
    width: 190px;
  }
}
header .logo img {
  width: 100%;
}

.main-menu a,
.main-menu span {
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 0;
  display: block;
  padding-left: 1em;
  -webkit-tap-highlight-color: rgba(6, 66, 108, 0.5);
}
.main-menu a:active,
.main-menu span:active, .main-menu a:focus,
.main-menu span:focus {
  background-color: #06426c;
}
.main-menu a:hover,
.main-menu span:hover {
  background-color: #fff;
  color: #06426c;
}

.item-active {
  background-color: #fff;
  color: #06426c;
}
.item-active a {
  color: #06426c;
}

.main-menu {
  margin-bottom: 1em;
  text-align: left;
}
.main-menu ul,
.main-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-menu li {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.main-menu li .item-active {
  background-color: #f2f2f2;
}
.main-menu .quote-menu a {
  color: #9F8C49;
}
.main-menu span {
  font-weight: 300;
}
.main-menu li li a {
  padding-left: 2em;
}
@media (min-width: 768px) {
  .main-menu {
    margin-bottom: 0;
    float: right;
  }
  .main-menu li {
    float: left;
    border-top: 0;
  }
  .main-menu a,
  .main-menu span {
    line-height: 70px;
    padding: 0 0.5em;
    font-weight: 700;
    font-size: 14px;
  }
  .main-menu li ul {
    display: none;
    position: absolute;
    background-color: #fff;
  }
  .main-menu li ul a {
    color: #000;
    text-transform: capitalize;
    line-height: 50px;
    padding: 0 0.5em;
  }
  .main-menu li ul a:hover {
    background-color: #f2f2f2;
  }
  .main-menu .submenu:hover,
  .main-menu .submenu:focus,
  .main-menu .submenu-active {
    background-color: #fff;
    color: #06426c;
  }
  .main-menu .submenu:hover ul,
  .main-menu .submenu:focus ul,
  .main-menu .submenu-active ul {
    display: block;
    z-index: 30;
  }
}
@media (min-width: 1025px) {
  .main-menu a,
  .main-menu span {
    font-size: 16px;
  }
}

.kentucky {
  background-color: #f0f0f0;
}
.kentucky .wrap {
  color: #1f1f1f;
}
.kentucky form .wrap {
  color: #fff;
}
.kentucky h2 {
  color: #06426c;
}
.kentucky .main-menu li .item-active {
  background-color: #06426c;
}
.kentucky .main-menu li .item-active a {
  color: #fff;
}
.kentucky .team_item {
  background-color: #c0c0c0;
  color: #505050;
}
.kentucky .team_item li,
.kentucky .team_item a {
  color: #636363;
}
.kentucky header {
  background: #fff url(../img/menu-blue.svg) no-repeat 15px 15px;
}
@media (min-width: 768px) {
  .kentucky header {
    background-image: none;
  }
}
.kentucky .main-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .kentucky .main-menu li {
    border-top: 0;
  }
}
.kentucky .main-menu a,
.kentucky .main-menu span {
  color: #06426c;
}
.kentucky .main-menu a:active, .kentucky .main-menu a:focus,
.kentucky .main-menu span:active,
.kentucky .main-menu span:focus {
  background-color: #06426c;
}
.kentucky .main-menu a:hover,
.kentucky .main-menu span:hover {
  background-color: #06426c;
  color: #fff;
}
.kentucky footer {
  background: #fff;
}

.img_over {
  width: 100%;
  position: absolute;
  top: 0;
  right: -100%;
}

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s;
}

.showing {
  opacity: 1;
  z-index: 2;
}

.head_img {
  width: 100%;
  height: 254px;
  z-index: 10;
  position: absolute;
  overflow: hidden;
}
.head_img img {
  height: 100%;
  max-width: none;
  width: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .head_img {
    position: relative;
    width: 83%;
    margin-bottom: 2em;
    float: right;
    height: 70vh;
  }
  .head_img img {
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .head_img {
    width: 72%;
    margin-bottom: 4em;
  }
}

.wrap_marketing {
  padding: 0;
  padding-top: 70px;
  z-index: 20;
  box-sizing: border-box;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .wrap_marketing {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10%;
    padding: 0 16px;
  }
}
@media (min-width: 1025px) {
  .wrap_marketing {
    margin-top: 5%;
    padding: 0 30px;
  }
}

.head_marketing {
  box-sizing: border-box;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 7%;
  color: black;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.head_marketing .button {
  margin-bottom: 0;
}
.head_marketing p {
  margin-bottom: 0;
}
.head_marketing h1 {
  color: #06426c;
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .head_marketing {
    width: 52%;
    padding: 4%;
    font-size: 15px;
    max-width: 420px;
  }
  .head_marketing h1 {
    font-size: 34px;
  }
}
@media (min-width: 1025px) {
  .head_marketing {
    width: 54%;
    padding: 5%;
    font-size: 23px;
    line-height: 1.8;
    max-width: 635px;
  }
  .head_marketing h1 {
    font-size: 48px;
  }
}

.big_title {
  text-align: center;
  margin-bottom: 4em;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .big_title {
    font-size: 25px;
  }
}

.button {
  box-sizing: border-box;
  display: block;
  background-color: #06426c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4em;
  border: 0;
  padding: 13px 0 15px 0;
  width: 80%;
  font-weight: 700;
  line-height: 1;
  margin: 1.5em auto;
  cursor: pointer;
  height: 44px;
  font-size: 16px;
  transition: background-color 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.button:hover {
  background-color: #0a6eb4;
}
.button:active {
  background-color: #70aed3;
}
@media (min-width: 768px) {
  .button {
    margin: 2em auto;
    max-width: 180px;
  }
}
@media (min-width: 1025px) {
  .button {
    height: 51px;
    font-size: 23px;
    max-width: 300px;
  }
}

.button-quote {
  height: auto;
  border-radius: 25px;
}
.button-quote img {
  display: inline-block;
  margin-top: 1em;
}

.load_btn {
  max-width: auto;
  width: 50px;
  padding: 5px;
  height: 44px;
}
@media (min-width: 768px) {
  .load_btn {
    padding-top: 10px;
    height: 51px;
  }
}

.img_text_half {
  background-color: #1f1f1f;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
  clear: both;
}

.img_right {
  flex-direction: row-reverse;
}

.half_img {
  flex: 1 0 320px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}
.half_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 639px) {
  .half_img {
    height: auto;
  }
}

.half_text {
  flex: 1 0 320px;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .half_text {
    padding: 0;
  }
  .half_text .button {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .half_text {
    font-size: 23px;
  }
}

.wrap_half_text {
  box-sizing: border-box;
  max-width: 555px;
  text-align: center;
}
@media (min-width: 768px) {
  .wrap_half_text {
    text-align: left;
    padding-right: 9%;
    float: right;
    max-width: 90%;
  }
  .wrap_half_text h2 {
    text-align: left;
  }
  .img_left .wrap_half_text {
    padding-right: 0;
    padding-left: 9%;
    float: left;
  }
}
.wrap_half_text .button {
  margin: 2em auto;
}
.wrap_half_text .button_contact {
  background-color: #594e29;
}
.wrap_half_text .button_contact:hover {
  background-color: #9F8C49;
}
.wrap_half_text ul {
  padding-left: 0;
  list-style-position: inside;
}
.wrap_half_text li ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.three_choices {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3em;
}
.three_choices a {
  text-decoration: none;
}
.three_choices .col {
  width: 80%;
  margin: 0 auto 4em auto;
}
.three_choices h3 {
  font-size: 25px;
  margin: 0 0 16px 0;
}
.three_choices p {
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  .three_choices {
    display: flex;
    -js-display: flex;
  }
  .three_choices .col {
    width: auto;
    flex: 1;
    margin: 0 10px;
  }
}
@media (min-width: 1025px) {
  .three_choices .col {
    margin: 0 30px;
  }
}

.img_circle {
  width: 80%;
  margin: 1em auto;
  border-radius: 50%;
  overflow: hidden;
}
.img_circle img {
  display: block;
}

.companies {
  padding-top: 1em;
  background-color: #a8a8a8;
}
.companies h2 {
  margin-top: 0;
  color: #1f1f1f;
}

.companies_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.companies_list li {
  flex: 0 0 240px;
  box-sizing: border-box;
}

.photo_title {
  position: relative;
}
.photo_title h2 {
  margin: 0;
  color: #06426c;
}

.photo_title_img {
  position: relative;
  z-index: 10;
}
.photo_title_img img {
  position: relative;
  width: 100%;
  display: block;
}
.photo_title_img:after {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
}

.photo_title_text {
  z-index: 20;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #06426c;
  font-size: 12px;
}
.photo_title_text h2 {
  color: #1f1f1f;
  font-size: 24px;
}
.photo_title_text p {
  font-weight: 700;
  margin: 0;
}
.photo_title_text a {
  color: #06426c;
}
@media (min-width: 768px) {
  .photo_title_text {
    font-size: 16px;
  }
  .photo_title_text h2 {
    font-size: 30px;
  }
}

.team_list {
  clear: both;
  margin: 2em auto;
  padding: 0;
}
.team_list h4 {
  margin: 0 0 0.5em 0;
  font-size: 1.3em;
}
.team_list img {
  max-width: 70px;
  display: block;
  float: left;
  margin-right: 1em;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
}

.team_item {
  display: block;
  list-style-type: none;
  padding: 1em;
  text-align: left;
  font-size: 13px;
  background-color: #1f1f1f;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .team_list {
    flex-wrap: wrap;
    display: inline-flex;
    -js-display: flex;
    justify-content: space-between;
  }
  .team_item {
    flex: 0 1 48%;
    font-size: 16px;
  }
  .team_item img {
    max-width: 110px;
  }
  .team_item:last-child {
    margin-left: auto;
  }
}
@media (min-width: 1149px) {
  .team_list {
    justify-content: flex-start;
    min-width: 100%;
  }
  .team_item {
    flex: 0 1 32%;
    margin-right: 16px;
  }
  .team_item img {
    max-width: 30%;
  }
  .team_item:last-child {
    margin-left: 0;
  }
  .team_item:nth-child(3n) {
    margin-right: 0;
  }
}
.team_item ul,
.team_item li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.team_item ul {
  float: left;
}
.team_item li {
  margin-bottom: 0.2em;
}
.team_item li,
.team_item a {
  color: rgba(255, 255, 255, 0.7);
}
.team_item .position {
  font-style: italic;
}

.form {
  background-color: #1f1f1f;
  width: 100%;
  margin-bottom: 2em;
  box-sizing: border-box;
}
.form * {
  box-sizing: border-box;
}
.form legend {
  padding-top: 1em;
}
.form fieldset {
  border: 0;
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
}
.form p {
  margin: 0 0 1em 0;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #c6c6c6;
  font-size: 16px;
  padding: 0.7em 1em;
  color: #555555;
  width: 100%;
}
.form label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0.2em;
  position: relative;
}
.form label em {
  font-weight: normal;
  font-style: normal;
  color: red;
  text-transform: none;
  text-align: right;
  float: right;
}
.form .radio_group {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.form .radio_group label {
  float: left;
  margin-right: 1.2em;
  text-transform: capitalize;
  font-size: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form fieldset {
    max-width: 640px;
  }
  .form label {
    font-size: 16px;
  }
  .form input[type=text],
  .form input[type=tel] {
    padding: 1em;
  }
  .form .button {
    max-width: 300px;
    margin-bottom: 1em;
  }
}
@media (min-width: 1025px) {
  .form .radio_group label {
    font-size: 18px;
  }
  .form .button {
    max-width: 350px;
  }
}

#text_form {
  margin-top: 2em;
}

.button_group {
  display: flex;
}
.button_group .button {
  flex: 1 0 320px;
}

.services_wrap {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .services_wrap {
    display: flex;
  }
}

@media (min-width: 768px) {
  .services_col {
    width: 50%;
  }
}

.emergencies p {
  padding: 1em 2em;
  max-width: 1110px;
  border: 2px solid #70aed3;
  background-color: #1f1f1f;
}

.job_description {
  margin-top: 2em;
}
.job_description + .job_description {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}

.contact_address {
  margin-top: -2em;
  margin-bottom: 0;
  justify-content: center;
}
.contact_address .half_text {
  box-sizing: border-box;
  max-width: 600px;
  padding: 1em 1em 0 1em;
}

.submit_relative {
  position: relative;
  height: 51px;
}
.submit_relative .button {
  position: absolute;
  margin: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.form_ok {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #1c9888;
  line-height: 44px;
  border-radius: 5px;
  position: absolute;
  height: 44px;
}
@media (min-width: 768px) {
  .form_ok {
    height: 51px;
    line-height: 51px;
  }
}

.post_list {
  text-align: left;
}
.post_list li {
  margin-bottom: 1em;
}

.blog_post {
  text-align: left;
  padding: 0 3em 2em 3em;
}

dl {
  text-align: left;
  margin-top: 2em;
}

dt {
  font-style: italic;
  color: #70aed3;
}

dd {
  margin: 0 0 3em 0;
  padding: 0;
}

footer {
  clear: both;
  background-color: #1f1f1f;
}
footer .logo {
  width: 190px;
  margin: 0 auto;
  padding: 10px 0;
}
footer .logo img {
  display: block;
}
@media (min-width: 768px) {
  footer .logo {
    float: left;
  }
}
footer .main-menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  footer .main-menu a,
  footer .main-menu span {
    line-height: 72px;
  }
  footer .main-menu ul {
    bottom: 0;
  }
}
footer address li,
footer address .phone {
  display: inline-block;
}
@media (min-width: 768px) {
  footer address li + li {
    border-left: 1px solid #83a1b6;
  }
}

.testimonials {
  background-color: #333;
  padding: 1em 0;
  margin-top: 6em;
  margin-bottom: 6em;
  position: relative;
  overflow: hidden;
}
.testimonials .testimonial_bg {
  background-size: cover;
  background-position-y: 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  opacity: 0.4;
}
.testimonials h2 {
  position: relative;
}

#RRTestimonials blockquote {
  display: none;
}
#RRTestimonials .rr-testimonial {
  border-left: 0;
}
#RRTestimonials .rr-testimonial p {
  margin-bottom: 1em;
  font-size: 1em;
}
#RRTestimonials .rr-testimonial small {
  color: #ccc;
}

.social_title {
  margin-top: 3em;
}

.video_wrapper {
  max-width: 600px;
  padding-bottom: 2em;
  margin: 0 auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#icons_attribute {
  text-align: center;
  font-size: 11px;
  padding-bottom: 2em;
}
#icons_attribute, #icons_attribute a {
  color: rgba(255, 255, 255, 0.1);
}

.social_media {
  padding-bottom: 2em;
  text-align: center;
}
.social_media ul {
  padding: 1em 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  width: 90%;
  max-width: 600px;
}
.social_media a {
  display: block;
  opacity: 0.7;
  transition: opacity 0.2s;
  width: 48px;
  height: 48px;
  padding: 10px;
}
.social_media a:hover {
  opacity: 1;
}
.social_media li {
  text-align: center;
  margin: auto;
}
.social_media svg {
  width: 48px;
  height: 48px;
}

.chamber {
  text-align: center;
  margin-top: -3em;
  margin-bottom: 4em;
}
.chamber h4 {
  margin: 0 0 0.5em 0;
}
.chamber img {
  max-width: 250px;
}

.office-map {
  padding: 2em 1em;
  text-align: center;
}
.office-map p {
  font-weight: bold;
}
.office-map ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.office-map ul li {
  display: inline;
}
.office-map ul li + li:before {
  content: " • ";
  color: #70aed3;
}
.office-map .clipmap {
  max-width: 800px;
  margin: 1em auto;
  overflow: hidden;
  border-radius: 1em;
}
.office-map .clipmap img {
  display: block;
}/*# sourceMappingURL=styles.css.map */