/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* line 2, ../sass/base/_forms.scss */
.form-text, .form-textarea, .form-submit {
  font-weight: 200;
  background-color: transparent;
  border: #ACC8D6 2px solid;
  color: #405463;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  height: 40px;
  margin-top: 40px;
}
/* line 12, ../sass/base/_forms.scss */
.form-text:focus, .form-text .focused, .form-textarea:focus, .form-textarea .focused, .form-submit:focus, .form-submit .focused {
  border-color: #405463;
}

/* line 17, ../sass/base/_forms.scss */
.form-submit {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: hand;
  cursor: pointer;
  padding: 0 40px;
  width: auto;
}
/* line 23, ../sass/base/_forms.scss */
.form-submit:hover {
  border-color: #405463;
}

/* line 28, ../sass/base/_forms.scss */
.form-text, .form-textarea {
  max-width: 400px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 28, ../sass/base/_forms.scss */
  .form-text, .form-textarea {
    margin-top: 20px;
  }
}

/* line 36, ../sass/base/_forms.scss */
.form-textarea {
  height: 120px;
  padding-top: 6px;
}

/* line 41, ../sass/base/_forms.scss */
div#content > form {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  background-color: white;
  padding: 40px 20px;
}

/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** global items & fixes, mixins and standard classes **/
/* line 3, ../sass/base/_custom.scss */
body, html, input, textarea {
  font-family: 'Gotham SSm A','Gotham SSm B',Arial,sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.3em;
}

/* line 13, ../sass/base/_custom.scss */
body * {
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/base/_custom.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 23, ../sass/base/_custom.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 30, ../sass/base/_custom.scss */
.page__title {
  display: none;
}

/* line 34, ../sass/base/_custom.scss */
img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 40, ../sass/base/_custom.scss */
.rotated {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: rotate, 0.3s;
  -o-transition: rotate, 0.3s;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

/* line 45, ../sass/base/_custom.scss */
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 51, ../sass/base/_custom.scss */
.boxy-button, .service-page__links .return-to-home__link {
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
  border: #ACC8D6 2px solid;
  color: #ACC8D6;
  display: block;
  font-size: 18px;
  line-height: 38px;
  height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 250px;
}
/* line 63, ../sass/base/_custom.scss */
.boxy-button:hover, .service-page__links .return-to-home__link:hover {
  border-color: #CE801E;
  color: #CE801E;
}
@media only screen and (max-width: 1300px) {
  /* line 51, ../sass/base/_custom.scss */
  .boxy-button, .service-page__links .return-to-home__link {
    font-size: 16px;
  }
}

/* line 7, ../sass/components/_global.scss */
.block__title {
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 50px;
  text-transform: uppercase;
  color: #405463;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  /* line 7, ../sass/components/_global.scss */
  .block__title {
    margin: 20px auto;
    padding: 0 24px;
    font-size: 24px;
    line-height: 24px;
  }
}

/* line 23, ../sass/components/_global.scss */
#screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(64, 84, 99, 0.8);
  z-index: 10;
  display: none;
}

/* line 6, ../sass/components/_header.scss */
#main {
  padding-top: 65px;
  overflow:hidden;
}

/* line 10, ../sass/components/_header.scss */
.header {
  padding: 5px;
  width: 100%;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  height:115px;
  /*
  position: absolute;
  right: 0;
  top: 0;
  */
}
/* line 8, ../sass/base/_mixins.scss */
.header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 19, ../sass/components/_header.scss */
.header__inner {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
}
/* line 23, ../sass/components/_header.scss */
.header__logo {
  display: block;
  float: left;
  width: 400px;
  padding-top:15px;
}
/* line 27, ../sass/components/_header.scss */
.header__logo img {
  width: 100%;
}
/* line 32, ../sass/components/_header.scss */
.header__region {
  display: block;
  float: left;
}
/* line 37, ../sass/components/_header.scss */
.header__contact-link {
  color: #38b6ff;
  display: inline-block;
  font-size: 36px;
  letter-spacing: -1px;
  padding: 12px 0 0 8px;
  text-decoration: none;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
  font-weight: 500;
}
/* line 46, ../sass/components/_header.scss */
.header__contact-link:hover {
  color: #38b6ff;
}
@media only screen and (max-width: 1300px) {
  /* line 52, ../sass/components/_header.scss */
  .header__region {
    clear: left;
    float: none;
  }
  /* line 56, ../sass/components/_header.scss */
  .header__contact-link {
    font-size: 26px;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 62, ../sass/components/_header.scss */
  .header__logo {
    float: right;
  }
  /* line 66, ../sass/components/_header.scss */
  .header__contact-link {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 10, ../sass/components/_header.scss */
  .header {
    height: 50px;
  }
  /* line 73, ../sass/components/_header.scss */
  .header__logo {
    width: 150px;
  }
}

/**



  .header__region {
    clear: none;
    height: 20px;
    @include vertical-align();
    .header__contact-link {
      margin-left: 44px;
      margin-top: -5px;
      color: $orange;
      text-decoration: none;
      font-size: 26px;
      float: left;
      @include transition(color, .3s);
      @include font-weight(medium);
      @include bp-small {
        display: none;
      }
      &:hover {
        color: $orange;
      }
    }
    .header__home-link {
      margin-left: 100px;
      color: $dark-grey-blue;
      text-decoration: none;
      font-size: 18px;
      width: auto;
      float: left;
      @include transition(color, .3s);
      @include font-weight(medium);
      @include bp-small {
        display: none;
      }
      &:hover {
        color: $orange;
      }
    }
  }
  **/
/* line 25, ../sass/components/_header-nav.scss */
.navigation {
  display: block;
  padding-top: 16px;
  position: absolute;
  right: 0;
  top: 15px;
  /* handle and offcanvas menu - open */
}
/* line 33, ../sass/components/_header-nav.scss */
.navigation__menu ul {
  text-align: right;
}
/* line 35, ../sass/components/_header-nav.scss */
.navigation__menu ul li {
  display: inline-block;
}
/* line 37, ../sass/components/_header-nav.scss */
.navigation__menu ul li a {
  color: #405463;
  display: inline-block;
  letter-spacing: 0.2px;
  padding: 10px 16px;
  text-decoration: none;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
  font-weight: 700;
}
/* line 45, ../sass/components/_header-nav.scss */
.navigation__menu ul li a:hover {
  color: #405463;
}
/* line 52, ../sass/components/_header-nav.scss */
.navigation__menu__contact {
  display: none;
}
/* line 56, ../sass/components/_header-nav.scss */
.navigation__menu__search {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 25, ../sass/components/_header-nav.scss */
  .navigation {
    right: auto;
    left: 0;
    padding-top: 0;
  }
  /* line 65, ../sass/components/_header-nav.scss */
  .navigation__menu {
    background-color: #405463;
    height: 100%;
    left: -75%;
    padding: 0 50px;
    position: fixed;
    top: 0;
    width: 75%;
    z-index: 5;
    -moz-transition: left, 0.3s;
    -o-transition: left, 0.3s;
    -webkit-transition: left, 0.3s;
    transition: left, 0.3s;
  }
  /* line 75, ../sass/components/_header-nav.scss */
  .navigation__menu ul {
    text-align: left;
    padding-top: 60px;
  }
  /* line 78, ../sass/components/_header-nav.scss */
  .navigation__menu ul li {
    display: block;
  }
  /* line 80, ../sass/components/_header-nav.scss */
  .navigation__menu ul li a {
    color: #d6e4eb;
    font-size: 45px;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 200;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  /* line 80, ../sass/components/_header-nav.scss */
  .navigation__menu ul li a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 800px) {
  /* line 80, ../sass/components/_header-nav.scss */
  .navigation__menu ul li a {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 675px) {
  /* line 80, ../sass/components/_header-nav.scss */
  .navigation__menu ul li a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 550px) {
  /* line 80, ../sass/components/_header-nav.scss */
  .navigation__menu ul li a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 20, ../sass/components/_header-nav.scss */
  .navigation__menu ul li a:hover {
    color: #FFFFFF;
  }
  /* line 88, ../sass/components/_header-nav.scss */
  .navigation__menu__contact {
    display: block;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  /* line 88, ../sass/components/_header-nav.scss */
  .navigation__menu__contact {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 800px) {
  /* line 88, ../sass/components/_header-nav.scss */
  .navigation__menu__contact {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 675px) {
  /* line 88, ../sass/components/_header-nav.scss */
  .navigation__menu__contact {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 550px) {
  /* line 88, ../sass/components/_header-nav.scss */
  .navigation__menu__contact {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 103, ../sass/components/_header-nav.scss */
  .navigation__menu__contact .navigation__contact-link {
    color: #d6e4eb;
    font-size: 45px;
    padding: 10px 16px;
    text-decoration: none;
    font-weight: 200;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  /* line 103, ../sass/components/_header-nav.scss */
  .navigation__menu__contact .navigation__contact-link {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 800px) {
  /* line 103, ../sass/components/_header-nav.scss */
  .navigation__menu__contact .navigation__contact-link {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 675px) {
  /* line 103, ../sass/components/_header-nav.scss */
  .navigation__menu__contact .navigation__contact-link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-height: 550px) {
  /* line 103, ../sass/components/_header-nav.scss */
  .navigation__menu__contact .navigation__contact-link {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 20, ../sass/components/_header-nav.scss */
  .navigation__menu__contact .navigation__contact-link:hover {
    color: #FFFFFF;
  }
  /* line 108, ../sass/components/_header-nav.scss */
  .navigation__menu__search {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 115, ../sass/components/_header-nav.scss */
  .navigation__menu {
    padding: 0 24px;
    left: -100%;
    width: 100%;
  }
  /* line 119, ../sass/components/_header-nav.scss */
  .navigation__menu .menu__item {
    margin-top: 15px;
  }
  /* line 121, ../sass/components/_header-nav.scss */
  .navigation__menu .menu__item .menu__link {
    font-size: 24px;
  }
}
/* line 128, ../sass/components/_header-nav.scss */
.navigation__handle {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  display: none;
  padding: 0 50px;
  z-index: 10;
}
/* line 133, ../sass/components/_header-nav.scss */
.navigation__handle__inner {
  height: 20px;
  width: 40px;
  top: 20px;
  float: left;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  z-index: 6;
}
/* line 142, ../sass/components/_header-nav.scss */
.navigation__handle__inner span, .navigation__handle__inner::before, .navigation__handle__inner::after {
  height: 2px;
  width: 40px;
  background-color: #405463;
  position: absolute;
  display: block;
  content: '';
  -moz-transition: background-color, 0.3s;
  -o-transition: background-color, 0.3s;
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}
/* line 151, ../sass/components/_header-nav.scss */
.navigation__handle__inner span {
  top: 9px;
}
/* line 154, ../sass/components/_header-nav.scss */
.navigation__handle__inner::before {
  top: 0px;
}
/* line 157, ../sass/components/_header-nav.scss */
.navigation__handle__inner::after {
  bottom: 0px;
}
/* line 161, ../sass/components/_header-nav.scss */
.navigation__handle__inner:hover span, .navigation__handle__inner:hover::before, .navigation__handle__inner:hover::after {
  background-color: #CE801E;
}
@media only screen and (max-width: 1024px) {
  /* line 128, ../sass/components/_header-nav.scss */
  .navigation__handle {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  /* line 128, ../sass/components/_header-nav.scss */
  .navigation__handle {
    padding: 0 15px;
  }
  /* line 172, ../sass/components/_header-nav.scss */
  .navigation__handle__inner {
    top: 10px;
  }
}
/* line 180, ../sass/components/_header-nav.scss */
.navigation--open .navigation__handle {
  position: fixed;
}
/* line 182, ../sass/components/_header-nav.scss */
.navigation--open .navigation__handle span, .navigation--open .navigation__handle::before, .navigation--open .navigation__handle::after {
  background-color: #FFFFFF;
}
/* line 186, ../sass/components/_header-nav.scss */
.navigation--open .navigation__handle:hover span, .navigation--open .navigation__handle:hover::before, .navigation--open .navigation__handle:hover::after {
  background-color: #CE801E;
}
/* line 191, ../sass/components/_header-nav.scss */
.navigation--open .navigation__menu {
  left: 0;
}

/* line 3, ../sass/components/_header-search.scss */
.navigation .block-search {
  margin-top: 50px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  /* line 3, ../sass/components/_header-search.scss */
  .navigation .block-search {
    margin-top: 40px;
  }
}
@media only screen and (max-height: 550px) {
  /* line 3, ../sass/components/_header-search.scss */
  .navigation .block-search {
    margin-top: 20px;
  }
}
/* line 12, ../sass/components/_header-search.scss */
.navigation .block-search::before {
  display: block;
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 99px;
  border: #ACC8D6 2px solid;
  position: absolute;
  top: 25px;
  left: 25px;
}
@media only screen and (max-height: 675px) {
  /* line 12, ../sass/components/_header-search.scss */
  .navigation .block-search::before {
    width: 17px;
    height: 17px;
    top: 15px;
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 12, ../sass/components/_header-search.scss */
  .navigation .block-search::before {
    height: 14px;
    width: 14px;
    top: 9px;
    left: 11px;
  }
}
/* line 35, ../sass/components/_header-search.scss */
.navigation .block-search::after {
  position: absolute;
  display: block;
  content: '';
  height: 15px;
  width: 2px;
  background-color: #ACC8D6;
  top: 42px;
  left: 49px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-height: 675px) {
  /* line 35, ../sass/components/_header-search.scss */
  .navigation .block-search::after {
    height: 10px;
    top: 32px;
    left: 35px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/components/_header-search.scss */
  .navigation .block-search::after {
    height: 9px;
    top: 23px;
    left: 28px;
  }
}
/* line 57, ../sass/components/_header-search.scss */
.navigation .block-search input[type=text] {
  height: 80px;
  width: 100%;
  padding: 25px;
  padding-left: 75px;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: #ACC8D6 2px solid;
  font-size: 28px;
  color: #FFFFFF;
}
/* line 68, ../sass/components/_header-search.scss */
.navigation .block-search input[type=text]:focus {
  border-color: #FFFFFF;
}
@media only screen and (max-height: 675px) {
  /* line 57, ../sass/components/_header-search.scss */
  .navigation .block-search input[type=text] {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 57, ../sass/components/_header-search.scss */
  .navigation .block-search input[type=text] {
    height: 40px;
    padding: 0;
    padding-left: 40px;
    font-size: 14px;
  }
}
/* line 81, ../sass/components/_header-search.scss */
.navigation .block-search input[type=submit] {
  display: none;
}
/* line 85, ../sass/components/_header-search.scss */
.navigation .block-search.focused::before {
  display: none;
}
/* line 88, ../sass/components/_header-search.scss */
.navigation .block-search.focused::after {
  display: none;
}

/* line 5, ../sass/components/_footer.scss */
#footer {
  width: 100%;
  background-color: #FFFFFF;
  display: inline-block;
}
/* line 9, ../sass/components/_footer.scss */
#footer::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 15, ../sass/components/_footer.scss */
#footer .footer__inner {
  max-width: 1300px;
  padding: 60px 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 15, ../sass/components/_footer.scss */
  #footer .footer__inner {
    padding: 24px;
  }
}
/* line 22, ../sass/components/_footer.scss */
#footer .footer__inner::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 28, ../sass/components/_footer.scss */
#footer .footer__inner .footer__contact {
  width: 25%;
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  float: left;
  color: #405463;
  font-weight: 500;
}
@media only screen and (max-width: 1300px) {
  /* line 28, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__contact {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 28, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__contact {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 28, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__contact {
    width: 100%;
  }
}
/* line 46, ../sass/components/_footer.scss */
#footer .footer__inner .footer__contact .footer__contact-link {
  text-decoration: none;
  color: #405463;
  font-weight: 500;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 46, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__contact .footer__contact-link {
    line-height: 20px;
  }
}
/* line 54, ../sass/components/_footer.scss */
#footer .footer__inner .footer__contact .footer__contact-link:hover {
  color: #38b6ff;
}
/* line 58, ../sass/components/_footer.scss */
#footer .footer__inner .footer__contact .footer__free-quote {
  display: inline-block;
  margin-top: 20px;
  height: 41px;
  width: 148px;
  text-decoration: none;
  color: #ACB8C6;
  border: #ACB8C6 2px solid;
  text-align: center;
  padding-top: 7px;
  font-weight: 500;
  -moz-transition: color, 0.3s, border-color, 0.3s;
  -o-transition: color, 0.3s, border-color, 0.3s;
  -webkit-transition: color, 0.3s, border-color, 0.3s;
  transition: color, 0.3s, border-color, 0.3s;
}
@media only screen and (max-width: 1300px) {
  /* line 58, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__contact .footer__free-quote {
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 58, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__contact .footer__free-quote {
    margin-top: 10px;
    padding-top: 11px;
    font-size: 14px;
    width: 100%;
  }
}
/* line 79, ../sass/components/_footer.scss */
#footer .footer__inner .footer__contact .footer__free-quote:hover {
  border-color: #38b6ff;
  color: #38b6ff;
}
/* line 85, ../sass/components/_footer.scss */
#footer .footer__inner .footer__menu {
  width: 20%;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 23px;
}
@media only screen and (max-width: 1300px) {
  /* line 85, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__menu {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 85, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__menu {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 85, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__menu {
    display: none;
  }
}
/* line 101, ../sass/components/_footer.scss */
#footer .footer__inner .footer__menu .footer__menu-link {
  text-decoration: none;
  color: #405463;
  font-weight: 500;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
}
/* line 106, ../sass/components/_footer.scss */
#footer .footer__inner .footer__menu .footer__menu-link:hover {
  color: #38b6ff;
}
/* line 111, ../sass/components/_footer.scss */
#footer .footer__inner .footer__subscribe {
  width: 50%;
  color: #405463;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
}
@media only screen and (max-width: 1300px) {
  /* line 111, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__subscribe {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 111, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__subscribe {
    padding-top: 25px;
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 111, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__subscribe {
    display: none;
  }
}
/* line 127, ../sass/components/_footer.scss */
#footer .footer__inner .footer__subscribe .subscribe-form__input {
  display: inline-block;
  float: left;
  margin-top: 11px;
  height: 40px;
  width: 80%;
  border: #ACB8C6 2px solid;
  color: #ACB8C6;
  font-size: 18px;
  line-height: 21px;
  padding-left: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 1300px) {
  /* line 127, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__subscribe .subscribe-form__input {
    font-size: 16px;
  }
}
/* line 142, ../sass/components/_footer.scss */
#footer .footer__inner .footer__subscribe .subscribe-form__input:focus {
  border:#38b6ff 2px solid;
}
/* line 146, ../sass/components/_footer.scss */
#footer .footer__inner .footer__subscribe .form-actions {
  width: 20%;
  margin-top: 11px;
  display: inline-block;
  float: left;
}
/* line 151, ../sass/components/_footer.scss */
#footer .footer__inner .footer__subscribe .form-actions .form-submit {
  height: 40px;
  border: #ACB8C6 2px solid;
  border-left: none;
  color: #ACB8C6;
  margin-top: 0;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  background-color: transparent;
}
@media only screen and (max-width: 1300px) {
  /* line 151, ../sass/components/_footer.scss */
  #footer .footer__inner .footer__subscribe .form-actions .form-submit {
    font-size: 14px;
    line-height: 24px;
  }
}
/* line 165, ../sass/components/_footer.scss */
#footer .footer__inner .footer__subscribe .form-actions .form-submit.focused {
  color: #CE801E;
  border-color: #CE801E;
}

/* line 5, ../sass/components/_modal-form.scss */
.region-bottom {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 10;
  padding-bottom: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 84, 99, 0.95);
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/components/_modal-form.scss */
  .region-bottom {
    height: 100%;
    overflow: auto;
    padding-bottom: 25px;
  }
}
/* line 23, ../sass/components/_modal-form.scss */
.region-bottom .block-webform {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  display: none;
  margin-top: 135px;
  padding: 0 50px;
}
/* line 8, ../sass/base/_mixins.scss */
.region-bottom .block-webform:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/components/_modal-form.scss */
  .region-bottom .block-webform {
    padding: 0 24px;
    margin-top: 65px;
  }
}
/* line 33, ../sass/components/_modal-form.scss */
.region-bottom .block-webform .block__title {
  font-size: 45px;
  line-height: 45px;
  color: #FFFFFF;
  padding: 0;
  max-width: auto;
  margin: 0;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../sass/components/_modal-form.scss */
  .region-bottom .block-webform .block__title {
    font-size: 24px;
    line-height: 24px;
  }
}
/* line 46, ../sass/components/_modal-form.scss */
.region-bottom .block-webform .form-text, .region-bottom .block-webform .form-textarea, .region-bottom .block-webform .form-submit {
  font-weight: 200;
  border: #ACC8D6 2px solid;
  color: #ACC8D6;
}
/* line 50, ../sass/components/_modal-form.scss */
.region-bottom .block-webform .form-text:focus, .region-bottom .block-webform .form-text .focused, .region-bottom .block-webform .form-textarea:focus, .region-bottom .block-webform .form-textarea .focused, .region-bottom .block-webform .form-submit:focus, .region-bottom .block-webform .form-submit .focused {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  /* line 58, ../sass/components/_modal-form.scss */
  .region-bottom .block-webform .form-text:first-child, .region-bottom .block-webform .form-textarea:first-child {
    margin-top: 35px;
  }
}
/* line 62, ../sass/components/_modal-form.scss */
.region-bottom .block-webform .form-text.email, .region-bottom .block-webform .form-textarea.email {
  float: left;
}
/* line 66, ../sass/components/_modal-form.scss */
.region-bottom .block-webform .form-submit {
  border-left: none;
  float: left;
  padding: 0;
  width: 98px;
}
@media only screen and (max-width: 767px) {
  /* line 66, ../sass/components/_modal-form.scss */
  .region-bottom .block-webform .form-submit {
    margin-top: 0;
    float: right;
    border-top: none;
    border-left: #ACC8D6 2px solid;
  }
}
/* line 78, ../sass/components/_modal-form.scss */
.region-bottom .block-webform ::-webkit-input-placeholder {
  color: #ACC8D6;
}
/* line 82, ../sass/components/_modal-form.scss */
.region-bottom .block-webform :-moz-placeholder {
  /* Firefox 18- */
  color: #ACC8D6;
}
/* line 86, ../sass/components/_modal-form.scss */
.region-bottom .block-webform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ACC8D6;
}
/* line 90, ../sass/components/_modal-form.scss */
.region-bottom .block-webform :-ms-input-placeholder {
  color: #ACC8D6;
}
/* line 96, ../sass/components/_modal-form.scss */
.region-bottom .modal-form__close {
  cursor: hand;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 57px;
  width: 50px;
  background-image: url("../images/blue-cross.png");
  background-size: 100%;
  background-repeat: no-repeat;
  -moz-transition: background-image, 0.3s;
  -o-transition: background-image, 0.3s;
  -webkit-transition: background-image, 0.3s;
  transition: background-image, 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 96, ../sass/components/_modal-form.scss */
  .region-bottom .modal-form__close {
    height: 37px;
    width: 30px;
  }
}
/* line 112, ../sass/components/_modal-form.scss */
.region-bottom .modal-form__close:hover {
  background-image: url("../images/orange-cross.png");
}
/* line 120, ../sass/components/_modal-form.scss */
.region-bottom .block-webform .webform-component-markup p {
  color: #acc8d6;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  width: 534px;
}
/* line 128, ../sass/components/_modal-form.scss */
.region-bottom .block-webform .webform-component--heading p {
  margin-top: 50px;
}
/* line 131, ../sass/components/_modal-form.scss */
.region-bottom .block-webform .webform-component--disclaimer p {
  bottom: -65px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  position: absolute;
}

/* line 5, ../sass/components/_about-page-team.scss */
.view-team .team-row {
  width: 100%;
  display: inline-block;
  position: relative;
}
/* line 11, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member {
  width: 25%;
  display: block;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 11, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 11, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member {
    width: 100%;
    float: none;
  }
}
/* line 22, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-main {
  text-align: center;
  cursor: hand;
  cursor: pointer;
}
/* line 27, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-main .team__member-main-image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  /* line 27, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-main .team__member-main-image img {
    height: auto;
    width: 100%;
  }
}
/* line 36, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-main .team__member-main-title-wrap {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 159px;
  position: relative;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1300px) {
  /* line 36, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-main .team__member-main-title-wrap {
    height: 129px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 36, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-main .team__member-main-title-wrap {
    height: 110px;
    padding: 10px 0;
  }
}
/* line 50, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-main .team__member-main-title-wrap.clicked {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -162px;
}
@media only screen and (max-width: 1300px) {
  /* line 50, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-main .team__member-main-title-wrap.clicked {
    margin-top: -132px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 50, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-main .team__member-main-title-wrap.clicked {
    margin-top: -113px;
  }
}
/* line 59, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-main .team__member-main-title-wrap.clicked .team__member-main-arrow {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: rotate, 0.3s;
  -o-transition: rotate, 0.3s;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}
/* line 64, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-main .team__member-main-title-wrap .team__member-main-name, .view-team .views-row .team__member .team__member-main .team__member-main-title-wrap .team__member-main-role {
  color: #405463;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  /* line 64, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-main .team__member-main-title-wrap .team__member-main-name, .view-team .views-row .team__member .team__member-main .team__member-main-title-wrap .team__member-main-role {
    line-height: 19px;
    font-size: 16px;
  }
}
/* line 74, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-main .team__member-main-title-wrap .team__member-main-role {
  margin-top: 0;
  font-weight: 300;
}
/* line 78, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-main .team__member-main-title-wrap .team__member-main-arrow {
  overflow: hidden;
  text-indent: 99999999px;
  height: 57px;
  width: 50px;
  margin: 10px auto 10px auto;
  /*background-image: url("../images/orange-arrow.png");*/
  background-image: url("../images/blue-arrow.png");
  background-size: 100%;
  background-repeat: no-repeat;
  -moz-transition: rotate, 0.3s;
  -o-transition: rotate, 0.3s;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 78, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-main .team__member-main-title-wrap .team__member-main-arrow {
    margin-top: 10px;
    height: 37px;
    width: 30px;
  }
}
/* line 96, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-info {
  padding: 0 30px;
  overflow: hidden;
  position: relative;
  height: 0;
  top: 0;
  background-color: #CE801E;
  color: #FFFFFF;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1300px) {
  /* line 96, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-info {
    line-height: 22px;
    font-size: 16px;
  }
}
/* line 112, ../sass/components/_about-page-team.scss */
.view-team .views-row .team__member .team__member-info.visable {
  padding: 30px;
  height: auto;
  min-height: 570px;
}
@media only screen and (max-width: 1300px) {
  /* line 112, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-info.visable {
    min-height: 478px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 112, ../sass/components/_about-page-team.scss */
  .view-team .views-row .team__member .team__member-info.visable {
    padding: 24px;
  }
}

/* line 6, ../sass/components/_basic-page.scss */
body.node-type-page h1.page__title {
  display: block;
}

/* line 11, ../sass/components/_basic-page.scss */
body {
  background-color: #d6e4eb;
}
/* line 13, ../sass/components/_basic-page.scss */
body .page__title {
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 50px;
  text-transform: uppercase;
  color: #405463;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass/components/_basic-page.scss */
  body .page__title {
    margin: 20px auto;
    padding: 0 24px;
    font-size: 24px;
    line-height: 24px;
  }
}
/* line 29, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageright-copy {
  width: 100%;
  background-color: #FFFFFF;
}
/* line 32, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageright-copy::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 38, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageright-copy .page-component-imageright-copy__body {
  width: 50%;
  float: left;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  /* line 38, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageright-copy .page-component-imageright-copy__body {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageright-copy .page-component-imageright-copy__body {
    padding: 0 24px;
  }
}
/* line 49, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageright-copy .page-component-imageright-copy__body p {
  float: right;
  max-width: 600px;
  margin: 60px auto 0 auto;
  color: #004878;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}
@media only screen and (max-width: 1300px) {
  /* line 49, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageright-copy .page-component-imageright-copy__body p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 49, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageright-copy .page-component-imageright-copy__body p {
    float: none;
    max-width: 100%;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 49, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageright-copy .page-component-imageright-copy__body p {
    padding: 30px 0;
    margin: 0;
  }
}
/* line 72, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageright-copy .page-component-imageright-copy__image {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 1024px) {
  /* line 72, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageright-copy .page-component-imageright-copy__image {
    width: 100%;
    float: none;
  }
}
/* line 79, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageright-copy .page-component-imageright-copy__image img {
  width: 100%;
  height: auto;
}
/* line 85, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageleft-copy {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: -3px;
}
/* line 89, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageleft-copy::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 95, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__body {
  width: 50%;
  float: right;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  /* line 95, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__body {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 95, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__body {
    padding: 0 24px;
  }
}
/* line 106, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__body p {
  float: left;
  max-width: 600px;
  margin: 60px auto 0 auto;
  color: #405463;
  line-height: 34px;
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 1300px) {
  /* line 106, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__body p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 106, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__body p {
    float: none;
    max-width: 100%;
    padding: 60px 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 106, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__body p {
    padding: 30px 0;
    margin: 0;
  }
}
/* line 130, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__image {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  /* line 130, ../sass/components/_basic-page.scss */
  body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__image {
    width: 100%;
    float: none;
  }
}
/* line 137, ../sass/components/_basic-page.scss */
body .paragraphs-item-imageleft-copy .page-component-imageleft-copy__image img {
  width: 100%;
  height: auto;
}
/* line 143, ../sass/components/_basic-page.scss */
body .paragraphs-item-image-fullwidth {
  display: inline-block;
  margin-top: -3px;
}
/* line 146, ../sass/components/_basic-page.scss */
body .paragraphs-item-image-fullwidth img {
  width: 100%;
  height: auto;
}
/* line 151, ../sass/components/_basic-page.scss */
body .paragraphs-item-title-copy-fullwidth, body .paragraphs-item-title-copy-fullwidth-bg {
  width: 100%;
  background-color: #FFFFFF;
  padding: 80px 0;
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  /* line 151, ../sass/components/_basic-page.scss */
  body .paragraphs-item-title-copy-fullwidth, body .paragraphs-item-title-copy-fullwidth-bg {
    padding: 25px 0;
  }
}
/* line 159, ../sass/components/_basic-page.scss */
body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__title, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__title {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  margin-bottom: 50px;
  color: #405463;
  line-height: 45px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  /* line 159, ../sass/components/_basic-page.scss */
  body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__title, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__title {
    line-height: 24px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 159, ../sass/components/_basic-page.scss */
  body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__title, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__title {
    padding: 0 24px;
  }
}
/* line 176, ../sass/components/_basic-page.scss */
body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__body, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__body {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  color: #405463;
  line-height: 34px;
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 1300px) {
  /* line 176, ../sass/components/_basic-page.scss */
  body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__body, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__body {
    line-height: 22px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 176, ../sass/components/_basic-page.scss */
  body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__body, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__body {
    padding: 0 24px;
    margin-top: 24px;
  }
}
/* line 192, ../sass/components/_basic-page.scss */
body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__body p, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__body p {
  padding-top: 35px;
}
@media only screen and (max-width: 1300px) {
  /* line 192, ../sass/components/_basic-page.scss */
  body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__body p, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__body p {
    padding-top: 20px;
  }
}
/* line 197, ../sass/components/_basic-page.scss */
body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__body p:first-child, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__body p:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 1300px) {
  /* line 197, ../sass/components/_basic-page.scss */
  body .paragraphs-item-title-copy-fullwidth .page-component-title-copy-fullwidth__body p:first-child, body .paragraphs-item-title-copy-fullwidth-bg .page-component-title-copy-fullwidth__body p:first-child {
    padding-top: 0;
  }
}
/* line 206, ../sass/components/_basic-page.scss */
body .paragraphs-item-title-copy-fullwidth-bg {
  background-color: #d6e4eb;
}
/* line 209, ../sass/components/_basic-page.scss */
body .page-component-block-reference__block {
  background-color: #FFFFFF;
}
/* line 211, ../sass/components/_basic-page.scss */
body .page-component-block-reference__block::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 217, ../sass/components/_basic-page.scss */
body .page-component-block-reference__block .testimonials {
  padding-top: 60px !important;
}
@media only screen and (max-width: 1024px) {
  /* line 217, ../sass/components/_basic-page.scss */
  body .page-component-block-reference__block .testimonials {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 222, ../sass/components/_basic-page.scss */
  body .page-component-block-reference__block .testimonials .testimonials__inner {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 226, ../sass/components/_basic-page.scss */
  body .page-component-block-reference__block .testimonials .testimonials__inner .block__title {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

/* line 6, ../sass/components/_block-service-index.scss */
body.node-type-service-category {
  background-color: #d6e4eb;
}
/* line 8, ../sass/components/_block-service-index.scss */
body.node-type-service-category #content {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../sass/components/_block-service-index.scss */
  body.node-type-service-category #content {
    background-color: #d6e4eb;
  }
}
/* line 13, ../sass/components/_block-service-index.scss */
body.node-type-service-category #content .block-views {
  background-color: #d6e4eb;
}
/* line 18, ../sass/components/_block-service-index.scss */
body.node-type-service {
  background-color: #d6e4eb;
}

/* line 8, ../sass/base/_mixins.scss */
.service-index--wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 25, ../sass/components/_block-service-index.scss */
.service-index--wrapper .views-row {
  float: left;
  height: auto;
  position: relative;
  z-index: 1;
  width: 16.666666666666%;
  overflow: hidden;
  margin: 0;
}
@media only screen and (max-width: 1600px) {
  /* line 25, ../sass/components/_block-service-index.scss */
  .service-index--wrapper .views-row {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 25, ../sass/components/_block-service-index.scss */
  .service-index--wrapper .views-row {
    width: 50%;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  /* line 25, ../sass/components/_block-service-index.scss */
  .service-index--wrapper .views-row {
    width: 100%;
    position: initial;
    overflow: inherit;
  }
}
/* line 46, ../sass/components/_block-service-index.scss */
.service-index--wrapper .views-row img {
  width: 100%;
  height: auto;
  display: block;
}
/* line 52, ../sass/components/_block-service-index.scss */
.service-index--wrapper .views-row:hover .service-index--hover {
  opacity: 1;
}
/* line 56, ../sass/components/_block-service-index.scss */
.service-index--wrapper .views-row .service-index--hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-transition: opacity, 0.3s;
  -o-transition: opacity, 0.3s;
  -webkit-transition: opacity, 0.3s;
  transition: opacity, 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 56, ../sass/components/_block-service-index.scss */
  .service-index--wrapper .views-row .service-index--hover {
    position: inherit;
    opacity: 1;
    height: 40px;
    background-color: #405463;
  }
}
/* line 72, ../sass/components/_block-service-index.scss */
.service-index--wrapper .views-row .service-index--hover .service-index--hover__link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
/* line 77, ../sass/components/_block-service-index.scss */
.service-index--wrapper .views-row .service-index--hover .service-index--hover__link .service-index--hover__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 79, ../sass/components/_block-service-index.scss */
.service-index--wrapper .views-row .service-index--hover .service-index--hover__link .service-index--hover__inner .service-index--hover__title {
  padding-bottom: 25px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  line-height:35px;
}
@media only screen and (max-width: 767px) {
  /* line 79, ../sass/components/_block-service-index.scss */
  .service-index--wrapper .views-row .service-index--hover .service-index--hover__link .service-index--hover__inner .service-index--hover__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 0;
  }
}
/* line 92, ../sass/components/_block-service-index.scss */
.service-index--wrapper .views-row .service-index--hover .service-index--hover__link .service-index--hover__inner .service-index--hover__arrow {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  background-image: url("../images/white-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 57px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -999999999px;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  /* line 92, ../sass/components/_block-service-index.scss */
  .service-index--wrapper .views-row .service-index--hover .service-index--hover__link .service-index--hover__inner .service-index--hover__arrow {
    display: none;
  }
}

/* line 2, ../sass/components/_block-service-sidebar-menu.scss */
div.service-links {
  background-color: #FFFFFF;
  float: left;
  padding: 60px 50px;
  width: 50%;
}
/* line 76, ../sass/base/_custom.scss */
div.service-links > * {
  float: right;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/components/_block-service-sidebar-menu.scss */
  div.service-links {
    float: none;
    width: 100%;
  }
  /* line 88, ../sass/base/_custom.scss */
  div.service-links > * {
    float: none;
    max-width: none;
  }
}
/* line 113, ../sass/base/_custom.scss */
div.service-links li {
  border-bottom: #004878 1px solid;
  color: #004878;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 200;
  font-size: 24px;
  line-height: 38px;
}
/* line 103, ../sass/base/_custom.scss */
div.service-links li a {
  color: #004878;
  text-decoration: none;
}
/* line 106, ../sass/base/_custom.scss */
div.service-links li a:hover {
  color: #CE801E;
}
@media only screen and (max-width: 1300px) {
  /* line 119, ../sass/base/_custom.scss */
  div.service-links li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/components/_block-service-sidebar-menu.scss */
  div.service-links {
    padding: 20px 24px;
  }
  /* line 125, ../sass/base/_custom.scss */
  div.service-links li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 4, ../sass/components/_block-service-sidebar-menu.scss */
div.service-links .service-links__blog {
  display: none;
}

/* line 9, ../sass/components/_block-service-sidebar-menu.scss */
body.section-homeowners .service-links__blog {
  display: block;
}

/* line 5, ../sass/components/_block-testimonials.scss */
.testimonials {
  background-color: #FFFFFF;
  width: 100%;
  z-index: 2;
}
/* line 9, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ACC8D6;
}
/* line 13, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .block__title {
  width: 50%;
  display: inline-block;
  float: left;
  color: #FFFFFF;
  line-height: 72px;
  font-size: 60px;
  padding-left: 78px;
  margin-top: 140px;
  font-weight: 200;
}
@media only screen and (max-width: 1400px) {
  /* line 13, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .block__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 13, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .block__title {
    width: 100%;
    float: none;
    display: block;
    margin: 0;
    padding: 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .block__title {
    padding: 40px 24px 0 24px;
    margin: -3px 0 20px 0;
    font-size: 30px;
    line-height: 34px;
  }
}
/* line 39, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .block__title .block__title-arrow {
  display: none !important;
}
/* line 43, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider {
  background-color: transparent;
  margin: 0;
  border: none;
  height: 500px;
}
@media only screen and (max-width: 1024px) {
  /* line 43, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider {
    height: auto;
  }
}
/* line 53, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
}
/* line 57, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider:hover .flex-direction-nav .flex-prev {
  left: 30px;
  opacity: 1;
}
/* line 63, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .slides {
  background-color: #d6e4eb;
  bottom: 0;
  display: inline-block;
  /*height: 410px;*/
  height:auto;
  /*overflow: auto;*/
  overflow-y: auto;
  position: absolute;
  right: 0;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  /* line 63, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .slides {
    position: relative;
    bottom: auto;
    right: 0;
    height: auto;
    display: block;
    width: auto;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 63, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .slides {
    margin-left: 24px;
  }
}
/* line 85, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .flex-control-paging {
  display: none;
}
/* line 88, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .flex-direction-nav {
  height: 100%;
  width: 50px;
  position: absolute;
  right: -50px;
}
/* line 93, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .flex-direction-nav a {
  z-index: 4;
}
@media only screen and (max-width: 1400px) {
  /* line 88, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav {
    width: 100px;
    right: 50px;
    height: 35px;
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 88, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav {
    right: 0px;
    height: 35px;
    bottom: 20px;
  }
}
@media only screen and (max-width: 1400px) {
  /* line 107, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-next {
    height: 57px;
    width: 50px;
    display: inline-block;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  /* line 107, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-next {
    height: 41px;
    width: 35px;
  }
}
/* line 118, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-next .flex-next {
  margin-top: 0px;
  overflow: hidden;
  text-indent: 999999999px;
  /*background-image: url("../images/orange-arrow.png");*/
  background-image: url("../images/blue-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media only screen and (max-width: 1400px) {
  /* line 118, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-next .flex-next {
    margin-top: 0;
    height: 57px;
    width: 50px;
    top: 0;
    left: 10px;
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 767px) {
  /* line 118, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-next .flex-next {
    height: 41px;
    width: 35px;
  }
}
/* line 138, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-next .flex-next::before {
  display: none;
}
@media only screen and (max-width: 1400px) {
  /* line 143, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-prev {
    height: 57px;
    width: 50px;
    display: inline-block;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  /* line 143, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-prev {
    height: 41px;
    width: 35px;
  }
}
/* line 154, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
  margin-top: -50px;
  overflow: hidden;
  text-indent: 999999999px;
  /*background-image: url("../images/orange-arrow.png");*/
  background-image: url("../images/blue-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1400px) {
  /* line 154, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
    margin-top: 0;
    height: 57px;
    width: 50px;
    top: 0;
    left: -10px;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 767px) {
  /* line 154, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
    height: 41px;
    width: 35px;
    left: 0px;
  }
}
/* line 175, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .flex-direction-nav .flex-nav-prev .flex-prev::before {
  display: none;
}
/* line 180, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .flexslider .flex-direction-nav a {
  right: 0;
  left: 30px;
  display: block;
  opacity: 1;
  height: 41px;
  width: 35px;
}
@media only screen and (max-width: 1400px) {
  /* line 180, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .flexslider .flex-direction-nav a {
    left: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* line 194, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .testimonials__content {
  padding: 60px 50px;
  color: #405463;
  line-height: 34px;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1400px) {
  /* line 194, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .testimonials__content {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 194, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .testimonials__content {
    padding: 20px 24px 60px 24px;
    line-height: 22px;
    font-size: 16px;
  }
}
/* line 208, ../sass/components/_block-testimonials.scss */
.testimonials .testimonials__inner .testimonials__content .testimonials__content-attribute {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1400px) {
  /* line 208, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .testimonials__content .testimonials__content-attribute {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 208, ../sass/components/_block-testimonials.scss */
  .testimonials .testimonials__inner .testimonials__content .testimonials__content-attribute {
    margin-top: 20px;
    font-size: 16px;
  }
}

/* line 2, ../sass/components/_block-blog-social.scss */
.blog__about-social-links {
  max-width: 1300px;
  padding: 0 50px 20px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 40px;
  color: #004878;
}
@media only screen and (max-width: 1300px) {
  /* line 2, ../sass/components/_block-blog-social.scss */
  .blog__about-social-links {
    line-height: 22px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/components/_block-blog-social.scss */
  .blog__about-social-links {
    padding: 0 24px;
    margin-top: 20px;
  }
}
/* line 18, ../sass/components/_block-blog-social.scss */
.blog__about-social-links a {
  text-decoration: none;
  color: #004878;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
}
/* line 22, ../sass/components/_block-blog-social.scss */
.blog__about-social-links a:hover {
  color: #CE801E;
}

/* line 3, ../sass/components/_block-blog-tag-tabs.scss */
#block-views-blog-block .view-filters {
  margin-bottom: -8px;
  padding-top: 20px;
}
/* line 6, ../sass/components/_block-blog-tag-tabs.scss */
#block-views-blog-block .view-filters #views-exposed-form-blog-block {
  max-width: 1300px;
  margin: 0 auto;
}
/* line 9, ../sass/components/_block-blog-tag-tabs.scss */
#block-views-blog-block .view-filters #views-exposed-form-blog-block .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}
/* line 14, ../sass/components/_block-blog-tag-tabs.scss */
#block-views-blog-block .view-filters #views-exposed-form-blog-block .form-item-field-blog-category-tid .form-type-bef-link {
  float: left;
  display: block;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  /* line 14, ../sass/components/_block-blog-tag-tabs.scss */
  #block-views-blog-block .view-filters #views-exposed-form-blog-block .form-item-field-blog-category-tid .form-type-bef-link {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 14, ../sass/components/_block-blog-tag-tabs.scss */
  #block-views-blog-block .view-filters #views-exposed-form-blog-block .form-item-field-blog-category-tid .form-type-bef-link {
    height: 40px;
  }
}
/* line 26, ../sass/components/_block-blog-tag-tabs.scss */
#block-views-blog-block .view-filters #views-exposed-form-blog-block .form-item-field-blog-category-tid .form-type-bef-link a {
  text-decoration: none;
  color: #405463;
  display: block;
  font-size: 24px;
  line-height: 34px;
  height: 100%;
  padding: 10px 20px;
  width: 100%;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
}
@media only screen and (max-width: 1300px) {
  /* line 26, ../sass/components/_block-blog-tag-tabs.scss */
  #block-views-blog-block .view-filters #views-exposed-form-blog-block .form-item-field-blog-category-tid .form-type-bef-link a {
    line-height: 80px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 26, ../sass/components/_block-blog-tag-tabs.scss */
  #block-views-blog-block .view-filters #views-exposed-form-blog-block .form-item-field-blog-category-tid .form-type-bef-link a {
    line-height: 40px;
  }
}
/* line 43, ../sass/components/_block-blog-tag-tabs.scss */
#block-views-blog-block .view-filters #views-exposed-form-blog-block .form-item-field-blog-category-tid .form-type-bef-link a:hover {
  color: #CE801E;
}
/* line 46, ../sass/components/_block-blog-tag-tabs.scss */
#block-views-blog-block .view-filters #views-exposed-form-blog-block .form-item-field-blog-category-tid .form-type-bef-link a.active {
  background-color: #f0f5f8;
}
/* line 52, ../sass/components/_block-blog-tag-tabs.scss */
#block-views-blog-block .view-filters #views-exposed-form-blog-block .description {
  display: none;
}

/* line 7, ../sass/components/_blog.scss */
body.section-blog #content {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
}

/* line 12, ../sass/components/_blog.scss */
.node-blog {
  background-color: #FFFFFF;
  border-top: #ACC8D6 2px solid;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../sass/components/_blog.scss */
  .node-blog {
    padding: 0;
  }
}
/* line 19, ../sass/components/_blog.scss */
.node-blog::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 25, ../sass/components/_blog.scss */
.node-blog header {
  display: none;
}
/* line 28, ../sass/components/_blog.scss */
.node-blog .blog-post__images {
  width: 25%;
  float: left;
  display: inline-block;
}
/* line 32, ../sass/components/_blog.scss */
.node-blog .blog-post__images img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  /* line 28, ../sass/components/_blog.scss */
  .node-blog .blog-post__images {
    width: 100%;
    float: none;
    display: block;
  }
}
/* line 42, ../sass/components/_blog.scss */
.node-blog .blog-post__main {
  float: left;
  width: 70%;
  display: inline-block;
  margin-left: 50px;
  color: #405463;
}
@media only screen and (max-width: 1024px) {
  /* line 42, ../sass/components/_blog.scss */
  .node-blog .blog-post__main {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 42, ../sass/components/_blog.scss */
  .node-blog .blog-post__main {
    padding: 0 24px 20px 24px;
  }
}
/* line 58, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__main-title {
  padding-bottom: 28px;
  line-height: 38px;
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  /* line 58, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__main-title {
    line-height: 26px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 58, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__main-title {
    padding-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 58, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__main-title {
    padding-bottom: 16px;
    padding-top: 0;
  }
}
/* line 75, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__main-body {
  line-height: 34px;
  font-size: 24px;
}
@media only screen and (max-width: 1300px) {
  /* line 75, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__main-body {
    line-height: 22px;
    font-size: 16px;
  }
}
/* line 82, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__main-body p {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  /* line 82, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__main-body p {
    padding-top: 20px;
  }
}
/* line 87, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__main-body p:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 87, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__main-body p:first-child {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 87, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__main-body p:first-child {
    padding-top: 20px;
  }
}
/* line 97, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__main-body ol {
  counter-reset: blog-counter;
}
/* line 99, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__main-body ol li {
  padding-top: 40px;
  color: #405463;
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 767px) {
  /* line 99, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__main-body ol li {
    padding-top: 20px;
    padding-left: 20px;
  }
}
/* line 109, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__main-body ol li::before {
  content: counter(blog-counter) ".";
  counter-increment: blog-counter;
  color: #004878;
  position: absolute;
  left: 0px;
}
/* line 118, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__right-category {
  margin-top: 35px;
  font-size: 18px;
  color: #405463;
}
@media only screen and (max-width: 1300px) {
  /* line 118, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__right-category {
    line-height: 14px;
    font-size: 14px;
  }
}
/* line 126, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__right-category a {
  color: #004878;
  text-decoration: none;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
}
/* line 130, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__right-category a:hover {
  color: #CE801E;
}
/* line 135, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__right-comment {
  margin-top: 20px;
}
/* line 137, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__right-comment .comment-add {
  width: 210px;
  height: 40px;
  border: #ACB8C6 2px solid;
  text-align: center;
  -moz-transition: border-color, 0.3s;
  -o-transition: border-color, 0.3s;
  -webkit-transition: border-color, 0.3s;
  transition: border-color, 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 137, ../sass/components/_blog.scss */
  .node-blog .blog-post__main .blog-post__right-comment .comment-add {
    width: 100%;
  }
}
/* line 146, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__right-comment .comment-add:hover {
  border: #CE801E 2px solid;
}
/* line 148, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__right-comment .comment-add:hover a {
  color: #CE801E;
}
/* line 152, ../sass/components/_blog.scss */
.node-blog .blog-post__main .blog-post__right-comment .comment-add a {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #ACB8C6;
  line-height: 40px;
  font-weight: 500;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
}

/**
.section-blog {
	background-color: mix($light-grey-blue, white, 50%);
	.page__title {
		display: block;
		max-width: 1300px;
		margin: 60px auto;
		padding: 0 50px;
		text-transform: uppercase;
		color: $dark-grey-blue;
		font-size: 45px;
		@include font-weight(bold);
		@include bp-large {
			font-size: 24px;
			line-height: 24px;
		}
		@include bp-small {
			margin: 20px auto;
			padding: 0 24px;
		}
	}
	.paragraphs-item-title-copy-fullwidth {
		max-width: 1300px;
		padding: 0 50px;
		margin: 0 auto;
		@include bp-small {
			padding: 0 24px;
		}
		.page-component-title-copy-fullwidth__title {
			color: $dark-grey-blue;
			text-transform: uppercase;
			line-height: 38px;
			font-size: 24px;
			@include font-weight(extralight);
			@include bp-large {
				line-height: 22px;
				font-size: 16px;
			}
		}
		.page-component-title-copy-fullwidth__body {
			margin-top: 18px;
			color: $dark-grey-blue;
			line-height: 38px;
			font-size: 28px;
			@include font-weight(book);
			@include bp-large {
				line-height: 22px;
				font-size: 16px;
			}
		}
	}


	.views-row-1 {
		.blog-post__wrapper {
			border-top: none;
			@include bp-medium {

			}
		}
	}

	.pager-load-more {
		&.pager-load-more-empty {
			height: 0;
			.pager-next {
				height: 0;
			}
		}
		.pager-next {
			width: 325px;
			height: 80px;
			margin: 0 auto;
			text-align: center;
			@include bp-small {
				height: 40px;
				width: 100%;
			}
			a {
				text-decoration: none;
				line-height: 80px;
				font-size: 24px;
				color: $dark-grey-blue;
				@include font-weight(book);
				@include transition(color, .3s);
				@include bp-large {
					font-size: 16px;
				}
				@include bp-small {
					line-height: 40px;
				}
				&:hover {
					color: $orange;
				}
			}
		}
	}
}

**/
/* line 5, ../sass/components/_homepage.scss */
body.node-type-homepage {
  background-color: white;
  overflow-x: hidden;
}
/* line 7, ../sass/components/_homepage.scss */
body.node-type-homepage h1.page__title {
  display: none;
}

/* line 13, ../sass/components/_homepage.scss */
.homepage__header {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  font-weight: 200;
  color: #405463;
  font-size: 60px;
  padding: 50px 50px 0 50px;
}
/* line 19, ../sass/components/_homepage.scss */
.homepage__header strong {
  font-weight: 500;
}
/* line 24, ../sass/components/_homepage.scss */
.homepage__subheader {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  font-weight: 200;
  color: #405463;
  padding: 50px;
  line-height: 38px;
  font-size: 28px;
}
/* line 31, ../sass/components/_homepage.scss */
.homepage__subheader strong {
  font-weight: 500;
}
/* line 36, ../sass/components/_homepage.scss */
.homepage__feature {
  overflow: hidden;
  position: relative;
}
/* line 8, ../sass/base/_mixins.scss */
.homepage__feature:after {
  content: "";
  display: table;
  clear: both;
}
/* line 40, ../sass/components/_homepage.scss */
.homepage__feature__inner {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
/* line 8, ../sass/base/_mixins.scss */
.homepage__feature__inner:after {
  content: "";
  display: table;
  clear: both;
}
/* line 44, ../sass/components/_homepage.scss */
.homepage__feature__inner > div {
  float: left;
  width: 33.333%;
  padding: 30px 20px;
}
/* line 52, ../sass/components/_homepage.scss */
.homepage__feature__image img {
  position: absolute;
}
/* line 57, ../sass/components/_homepage.scss */
.homepage__feature__services {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
/* line 61, ../sass/components/_homepage.scss */
.homepage__feature__services .field-label {
  border-bottom: #004878 1px solid;
  color: #004878;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 200;
  color: #405463;
  font-size: 24px;
}
/* line 103, ../sass/base/_custom.scss */
.homepage__feature__services .field-label a {
  color: #004878;
  text-decoration: none;
}
/* line 106, ../sass/base/_custom.scss */
.homepage__feature__services .field-label a:hover {
  color: #CE801E;
}
/* line 66, ../sass/components/_homepage.scss */
.homepage__feature__services .field-item {
  border-bottom: #004878 1px solid;
  color: #004878;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 200;
  font-weight: 700;
}
/* line 103, ../sass/base/_custom.scss */
.homepage__feature__services .field-item a {
  color: #004878;
  text-decoration: none;
}
/* line 106, ../sass/base/_custom.scss */
.homepage__feature__services .field-item a:hover {
  color: #38b6ff;
}
/* line 71, ../sass/components/_homepage.scss */
.homepage__feature__content {
  position: relative;
  z-index: 2;
}
/* line 74, ../sass/components/_homepage.scss */
.homepage__feature__content__inner {
  color: #405463;
  font-size: 24px;
  line-height: 1.4em;
  padding: 20px;
}
/* line 81, ../sass/components/_homepage.scss */
.homepage__feature__quote {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  border: 2px solid #CE801E;
  color: #CE801E;
  display: block;
  margin-top: 60px;
  padding: 20px 40px 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/* line 93, ../sass/components/_homepage.scss */
.homepage__feature__quote:after {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  background-image: url("../images/white-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 57px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -999999999px;
  width: 50px;
  /*background-image: url("../images/orange-arrow.png");*/
  background-image: url("../images/blue-arrow.png");
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  height: 54px;
  width: 36px;
}
@media only screen and (max-width: 767px) {
  /* line 93, ../sass/components/_homepage.scss */
  .homepage__feature__quote:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 93, ../sass/components/_homepage.scss */
  .homepage__feature__quote:after {
    display: block;
    height: 37px;
    width: 30px;
  }
}
/* line 102, ../sass/components/_homepage.scss */
.homepage__feature__quote:hover {
  border-color: #405463;
  color: #405463;
}
@media only screen and (max-width: 1300px) {
  /* line 111, ../sass/components/_homepage.scss */
  .homepage__feature__quote {
    font-size: 20px;
  }
  /* line 113, ../sass/components/_homepage.scss */
  .homepage__feature__quote:after {
    height: 40px;
    width: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 123, ../sass/components/_homepage.scss */
  .homepage__feature {
    background-color: #ACC8D6;
  }
  /* line 125, ../sass/components/_homepage.scss */
  .homepage__feature__image {
    display: none;
  }
  /* line 128, ../sass/components/_homepage.scss */
  .homepage__feature__quote {
    padding-right: 0;
  }
  /* line 130, ../sass/components/_homepage.scss */
  .homepage__feature__quote:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 137, ../sass/components/_homepage.scss */
  .homepage__header {
    padding: 24px;
    font-size: 30px;
    line-height: 30px;
  }
  /* line 142, ../sass/components/_homepage.scss */
  .homepage__subheader {
    padding: 24px;
    font-size: 16px;
    line-height: 22px;
  }
  /* line 149, ../sass/components/_homepage.scss */
  .homepage__feature__inner > div {
    width: 100%;
    float: none;
  }
  /* line 155, ../sass/components/_homepage.scss */
  .homepage__feature__services div.field-label {
    padding-bottom: 10px;
  }
  /* line 158, ../sass/components/_homepage.scss */
  .homepage__feature__services div.field-item {
    border: none;
    padding: 10px 0;
  }
  /* line 163, ../sass/components/_homepage.scss */
  .homepage__feature__content {
    background-color: #FFFFFF;
    margin-top: 20px;
    padding-top: 40px;
  }
}

/* line 5, ../sass/components/_homepage-categories.scss */
.homepage__categories {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
}
/* line 7, ../sass/components/_homepage-categories.scss */
.homepage__categories .view-content {
  position: relative;
}
/* line 9, ../sass/components/_homepage-categories.scss */
.homepage__categories .view-content .views-row {
  width: 33.333%;
  float: left;
  position: relative;
  border-right: 1px solid #fff;
}
/* line 13, ../sass/components/_homepage-categories.scss */
.homepage__categories .view-content .views-row img {
  display: block;
}
/* line 16, ../sass/components/_homepage-categories.scss */
.homepage__categories .view-content .views-row a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(64, 84, 99, 0.4);
  color: #FFFFFF;
  display: block;
  font-size: 36px;
  height: 100%;
  left: 0;
  position: absolute;
  padding-top: 60%;
  top: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
/* line 30, ../sass/components/_homepage-categories.scss */
.homepage__categories .view-content .views-row a:after {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  background-image: url("../images/white-arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 57px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -999999999px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
@media only screen and (max-width: 767px) {
  /* line 30, ../sass/components/_homepage-categories.scss */
  .homepage__categories .view-content .views-row a:after {
    display: none;
  }
}
/* line 35, ../sass/components/_homepage-categories.scss */
.homepage__categories .view-content .views-row a:hover {
  color: #38b6ff;
}
/* line 37, ../sass/components/_homepage-categories.scss */
.homepage__categories .view-content .views-row a:hover:after {
  background-image: url("../images/blue-arrow.png");
}
@media only screen and (max-width: 1300px) {
  /* line 47, ../sass/components/_homepage-categories.scss */
  .homepage__categories .view-content .views-row a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 58, ../sass/components/_homepage-categories.scss */
  .homepage__categories .view-content .views-row {
    float: none;
    width: 100%;
  }
  /* line 61, ../sass/components/_homepage-categories.scss */
  .homepage__categories .view-content .views-row a {
    color: #405463;
    position: relative;
    height: auto;
    padding: 10px 0;
    width: auto;
  }
}

/* line 6, ../sass/components/_search.scss */
body.section-search {
  background-color: #d6e4eb;
}
/* line 9, ../sass/components/_search.scss */
body.section-search #content h2 {
  display: none;
}
/* line 13, ../sass/components/_search.scss */
body.section-search .page__title {
  display: block;
  max-width: 1300px;
  margin: 60px auto;
  padding: 0 50px;
  text-transform: uppercase;
  color: #405463;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  /* line 13, ../sass/components/_search.scss */
  body.section-search .page__title {
    margin: 20px auto;
    padding: 0 24px;
    font-size: 24px;
    line-height: 24px;
  }
}
/* line 29, ../sass/components/_search.scss */
body.section-search .search-form {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  /* line 29, ../sass/components/_search.scss */
  body.section-search .search-form {
    padding: 0 24px;
    padding-bottom: 50px;
  }
}
/* line 38, ../sass/components/_search.scss */
body.section-search .search-form .form-wrapper {
  position: relative;
}
/* line 40, ../sass/components/_search.scss */
body.section-search .search-form .form-wrapper::before {
  content: '';
  position: absolute;
  height: 28px;
  width: 28px;
  border-radius: 9999px;
  border: #405463 2px solid;
  right: 38px;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 40, ../sass/components/_search.scss */
  body.section-search .search-form .form-wrapper::before {
    height: 13px;
    width: 13px;
    right: 17px;
    top: 10px;
  }
}
/* line 56, ../sass/components/_search.scss */
body.section-search .search-form .form-wrapper::after {
  content: '';
  position: absolute;
  height: 17px;
  width: 2px;
  background-color: #405463;
  right: 37px;
  top: 44px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  /* line 56, ../sass/components/_search.scss */
  body.section-search .search-form .form-wrapper::after {
    height: 8px;
    width: 2px;
    top: 23px;
    right: 17px;
  }
}
/* line 72, ../sass/components/_search.scss */
body.section-search .search-form .form-wrapper label {
  display: none;
}
/* line 75, ../sass/components/_search.scss */
body.section-search .search-form .form-wrapper .form-text {
  height: 80px;
  border-radius: 0;
  border: #405463 2px solid;
  background: transparent;
  padding-left: 27px;
  color: #405463;
  line-height: 80px;
  font-size: 28px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  /* line 75, ../sass/components/_search.scss */
  body.section-search .search-form .form-wrapper .form-text {
    height: 40px;
    padding-left: 13px;
    font-size: 18px;
    line-height: 40px;
  }
}
/* line 92, ../sass/components/_search.scss */
body.section-search .search-form .form-wrapper .form-submit {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  overflow: hidden;
  text-indent: 999999999px;
  cursor: hand;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 92, ../sass/components/_search.scss */
  body.section-search .search-form .form-wrapper .form-submit {
    height: 40px;
    width: 40px;
  }
}
/* line 111, ../sass/components/_search.scss */
body.section-search .search-results {
  background-color: #FFFFFF;
}
/* line 113, ../sass/components/_search.scss */
body.section-search .search-results .search-result {
  padding: 60px 0;
  border-top: 2px solid;
  border-color: #d6e4eb;
}
@media only screen and (max-width: 767px) {
  /* line 113, ../sass/components/_search.scss */
  body.section-search .search-results .search-result {
    padding: 18px 0;
  }
}
/* line 120, ../sass/components/_search.scss */
body.section-search .search-results .search-result:first-child {
  border-top: none;
}
/* line 123, ../sass/components/_search.scss */
body.section-search .search-results .search-result .title {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  /* line 123, ../sass/components/_search.scss */
  body.section-search .search-results .search-result .title {
    padding: 0 24px;
    padding-bottom: 13px;
  }
}
/* line 132, ../sass/components/_search.scss */
body.section-search .search-results .search-result .title a {
  text-decoration: none;
  color: #405463;
  line-height: 38px;
  font-size: 28px;
  font-weight: 700;
  -moz-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 132, ../sass/components/_search.scss */
  body.section-search .search-results .search-result .title a {
    line-height: 28px;
    font-size: 18px;
  }
}
/* line 143, ../sass/components/_search.scss */
body.section-search .search-results .search-result .title a:hover {
  color: #CE801E;
}
/* line 148, ../sass/components/_search.scss */
body.section-search .search-results .search-result .search-snippet-info {
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  color: #405463;
  line-height: 34px;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  /* line 148, ../sass/components/_search.scss */
  body.section-search .search-results .search-result .search-snippet-info {
    padding: 0 24px;
    line-height: 22px;
    font-size: 16px;
  }
}
/* line 163, ../sass/components/_search.scss */
body.section-search .search-results li {
  margin-bottom: 0;
}

/* line 6, ../sass/components/_service-page.scss */
.service-page__section__title {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  margin-bottom: -80px;
  z-index: 2;
}
/* line 10, ../sass/components/_service-page.scss */
.service-page__section__title h1 {
  font-weight: 500;
  background-color: #CE801E;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1em;
  width: 50%;
  padding: 24px;
}
/* line 24, ../sass/components/_service-page.scss */
.service-page__section--content {
  padding-bottom: 80px;
}
/* line 8, ../sass/base/_mixins.scss */
.service-page__section--content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 27, ../sass/components/_service-page.scss */
.service-page__section--content.notabs {
  padding-bottom: 0;
}
/* line 8, ../sass/base/_mixins.scss */
.service-page__section--index:after {
  content: "";
  display: table;
  clear: both;
}
/* line 37, ../sass/components/_service-page.scss */
.service-page__body {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  font-weight: 300;
  color: #405463;
  font-size: 28px;
  line-height: 38px;
  padding: 60px 50px;
}
/* line 44, ../sass/components/_service-page.scss */
.service-page__body.half {
  float: left;
  padding: 60px 50px;
  width: 50%;
}
/* line 76, ../sass/base/_custom.scss */
.service-page__body.half > * {
  float: right;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 44, ../sass/components/_service-page.scss */
  .service-page__body.half {
    float: none;
    width: 100%;
  }
  /* line 88, ../sass/base/_custom.scss */
  .service-page__body.half > * {
    float: none;
    max-width: none;
  }
}
/* line 48, ../sass/components/_service-page.scss */
.service-page__body p {
  margin-bottom: 45px;
  max-width: 900px;
}
/* line 51, ../sass/components/_service-page.scss */
.service-page__body p:last-child {
  margin-bottom: 0;
}
/* line 57, ../sass/components/_service-page.scss */
.service-page__priceinfo {
  float: left;
  padding: 60px 50px;
  width: 50%;
  background-color: #FFFFFF;
}
/* line 76, ../sass/base/_custom.scss */
.service-page__priceinfo > * {
  float: left;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 57, ../sass/components/_service-page.scss */
  .service-page__priceinfo {
    float: none;
    width: 100%;
  }
  /* line 88, ../sass/base/_custom.scss */
  .service-page__priceinfo > * {
    float: none;
    max-width: none;
  }
}
/* line 62, ../sass/components/_service-page.scss */
.service-page__links {
  background-color: #FFFFFF;
  float: left;
  padding: 60px 50px;
  width: 50%;
}
/* line 76, ../sass/base/_custom.scss */
.service-page__links > * {
  float: right;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/components/_service-page.scss */
  .service-page__links {
    float: none;
    width: 100%;
  }
  /* line 88, ../sass/base/_custom.scss */
  .service-page__links > * {
    float: none;
    max-width: none;
  }
}
/* line 113, ../sass/base/_custom.scss */
.service-page__links li {
  border-bottom: #004878 1px solid;
  color: #004878;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 200;
  font-size: 24px;
  line-height: 38px;
}
/* line 103, ../sass/base/_custom.scss */
.service-page__links li a {
  color: #004878;
  text-decoration: none;
}
/* line 106, ../sass/base/_custom.scss */
.service-page__links li a:hover {
  color: #CE801E;
}
@media only screen and (max-width: 1300px) {
  /* line 119, ../sass/base/_custom.scss */
  .service-page__links li {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/components/_service-page.scss */
  .service-page__links {
    padding: 20px 24px;
  }
  /* line 125, ../sass/base/_custom.scss */
  .service-page__links li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* line 65, ../sass/components/_service-page.scss */
.service-page__links .return-to-home__link {
  margin-top: 24px;
  padding: 0 10px;
}
/* line 71, ../sass/components/_service-page.scss */
.service-page__service-index {
  float: left;
  padding: 60px 50px;
  width: 50%;
}
/* line 76, ../sass/base/_custom.scss */
.service-page__service-index > * {
  float: left;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 71, ../sass/components/_service-page.scss */
  .service-page__service-index {
    float: none;
    width: 100%;
  }
  /* line 88, ../sass/base/_custom.scss */
  .service-page__service-index > * {
    float: none;
    max-width: none;
  }
}

/* line 100, ../sass/components/_service-page.scss */
body.node-type-service .block__title .block__title-arrow {
  /*background-image: url("../images/orange-arrow.png");*/
  background-image: url("../images/blue-arrow.png");
  background-size: 100%;
  height: 57px;
  width: 50px;
  display: inline-block;
  margin-left: 25px;
  position: relative;
  top: 10px;
  cursor: pointer;
  cursor: hand;
  -moz-transition: rotate, 0.3s;
  -o-transition: rotate, 0.3s;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}
@media only screen and (max-width: 767px) {
  /* line 100, ../sass/components/_service-page.scss */
  body.node-type-service .block__title .block__title-arrow {
    top: 5px;
    height: 28px;
    width: 25px;
  }
}
/* line 119, ../sass/components/_service-page.scss */
body.node-type-service .service-index--wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 123, ../sass/components/_service-page.scss */
  body.node-type-service .service-index--wrapper .view-content .views-row img {
    display: none;
  }
}

/* line 2, ../sass/components/_service-page-comparison.scss */
.service__before-after__wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: -16px;
}
@media only screen and (max-width: 767px) {
  /* line 2, ../sass/components/_service-page-comparison.scss */
  .service__before-after__wrapper {
    top: 0;
  }
}
/* line 10, ../sass/components/_service-page-comparison.scss */
.service__before-after__wrapper::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 16, ../sass/components/_service-page-comparison.scss */
.service__before-after__wrapper .service__before, .service__before-after__wrapper .service__after {
  width: 50%;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  /* line 16, ../sass/components/_service-page-comparison.scss */
  .service__before-after__wrapper .service__before, .service__before-after__wrapper .service__after {
    width: 100%;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 16, ../sass/components/_service-page-comparison.scss */
  .service__before-after__wrapper .service__before, .service__before-after__wrapper .service__after {
    width: 100%;
    margin-top: -3px;
  }
}
/* line 28, ../sass/components/_service-page-comparison.scss */
.service__before-after__wrapper .service__before .field-label, .service__before-after__wrapper .service__after .field-label {
  width: 600px;
  height: 80px;
  position: absolute;
  text-align: center;
  top: 0;
  color: #405463;
  line-height: 80px;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  /* line 28, ../sass/components/_service-page-comparison.scss */
  .service__before-after__wrapper .service__before .field-label, .service__before-after__wrapper .service__after .field-label {
    font-size: 16px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 28, ../sass/components/_service-page-comparison.scss */
  .service__before-after__wrapper .service__before .field-label, .service__before-after__wrapper .service__after .field-label {
    width: 90%;
    display: block;
    top: auto;
    margin: 0 auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  /* line 28, ../sass/components/_service-page-comparison.scss */
  .service__before-after__wrapper .service__before .field-label, .service__before-after__wrapper .service__after .field-label {
    width: 272px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    display: block;
    top: auto;
    margin: 0 auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* line 70, ../sass/components/_service-page-comparison.scss */
.service__before-after__wrapper .service__before img, .service__before-after__wrapper .service__after img {
  width: 100%;
  height: auto;
}
/* line 77, ../sass/components/_service-page-comparison.scss */
.service__before-after__wrapper .service__before .field-label {
  background-color: #ACC8D6;
  float: right;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 77, ../sass/components/_service-page-comparison.scss */
  .service__before-after__wrapper .service__before .field-label {
    float: none;
    bottom: 0;
    right: auto;
  }
}
/* line 90, ../sass/components/_service-page-comparison.scss */
.service__before-after__wrapper .service__after .field-label {
  background-color: #d6e4eb;
  float: left;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 90, ../sass/components/_service-page-comparison.scss */
  .service__before-after__wrapper .service__after .field-label {
    float: none;
    top: 0;
    left: 50%;
  }
}

/* line 2, ../sass/components/_service-page-estimate.scss */
.service-estimate {
  font-weight: 300;
  color: #405463;
  font-size: 28px;
  line-height: 38px;
}
/* line 8, ../sass/components/_service-page-estimate.scss */
.service-estimate li {
  border-bottom: #004878 1px solid;
  color: #004878;
  display: block;
  padding-bottom: 25px;
  padding-top: 25px;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-weight: 200;
  overflow: hidden;
}
/* line 103, ../sass/base/_custom.scss */
.service-estimate li a {
  color: #004878;
  text-decoration: none;
}
/* line 106, ../sass/base/_custom.scss */
.service-estimate li a:hover {
  color: #CE801E;
}
/* line 13, ../sass/components/_service-page-estimate.scss */
.service-estimate__description {
  float: left;
}
/* line 16, ../sass/components/_service-page-estimate.scss */
.service-estimate__price {
  float: right;
}

/* line 5, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  /* line 5, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper {
    margin-top: -200px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper {
    margin-top: -40px;
  }
}
/* line 14, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .field-group-htabs-wrapper {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  /* line 14, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .field-group-htabs-wrapper {
    background-color: transparent;
  }
}
/* line 20, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  /* line 20, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs {
    background-color: transparent;
  }
}
/* line 26, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  padding: 0 50px;
  text-align: center;
  position: relative;
  top: -80px;
}
/* line 8, ../sass/base/_mixins.scss */
.service__tab__wrapper .horizontal-tabs-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 35, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-list .horizontal-tab-button {
  display: inline-block;
  float: left;
  width: calc(100% / 3);
  font-size: 24px;
  height: 80px;
  background-color: #ACC8D6;
}
@media only screen and (max-width: 1300px) {
  /* line 35, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-list .horizontal-tab-button {
    font-size: 16px;
  }
}
/* line 45, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-list .horizontal-tab-button.selected {
  background-color: #FFFFFF;
}
/* line 48, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-list .horizontal-tab-button a {
  display: block;
  line-height: 80px;
  width: 100%;
  text-decoration: none;
  color: #004878;
}
@media only screen and (max-width: 1024px) {
  /* line 26, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-list {
    display: none;
  }
}
/* line 60, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes {
  margin-bottom: -80px;
}
/* line 62, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset {
  width: 100%;
  display: block;
  position: relative;
  top: -80px;
}
/* line 67, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset.horizontal-tab-hidden {
  display: none;
}
@media only screen and (max-width: 1024px) {
  /* line 62, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset {
    height: 80px;
    max-height: 100px;
    overflow: hidden;
    padding: 0;
  }
  /* line 71, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset.horizontal-tab-hidden {
    display: block;
  }
  /* line 78, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset.open {
    height: auto;
    max-height: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 62, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset {
    height: 40px;
    margin-bottom: 5px;
  }
}
/* line 88, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset legend {
  display: none;
  padding: 0;
  width: 100%;
  height: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #405463;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  /* line 88, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset legend {
    display: block;
    padding-left: 50px;
    width: calc(100% - 100px);
    margin: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 88, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset legend {
    padding-left: 24px;
    height: 40px;
    width: calc(100% - 48px);
    margin: 0 24px;
  }
}
/* line 110, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset legend .fieldset-legend {
  display: none;
  position: relative;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  /* line 110, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset legend .fieldset-legend {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 110, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset legend .fieldset-legend {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #FFFFFF;
  }
}
@media only screen and (max-width: 767px) {
  /* line 110, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset legend .fieldset-legend {
    height: 40px;
    line-height: 40px;
  }
}
/* line 128, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset legend .fieldset-legend::before {
  content: '';
  position: absolute;
  height: 20px;
  width: 6px;
  background-color: #CE801E;
  right: 55px;
  top: 30px;
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
@media only screen and (max-width: 767px) {
  /* line 128, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset legend .fieldset-legend::before {
    right: 24px;
    height: 10px;
    width: 3px;
    top: 15px;
  }
}
/* line 144, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset legend .fieldset-legend::after {
  content: '';
  position: absolute;
  height: 20px;
  width: 6px;
  background-color: #CE801E;
  right: 70px;
  top: 30px;
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media only screen and (max-width: 767px) {
  /* line 144, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset legend .fieldset-legend::after {
    height: 10px;
    right: 30px;
    width: 3px;
    top: 15px;
  }
}
/* line 162, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset .service__tab-body {
  display: inline-block;
  color: #405463;
  line-height: 34px;
  font-size: 24px;
  background-color: #FFFFFF;
  font-weight: 300;
}
@media only screen and (max-width: 1300px) {
  /* line 162, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset .service__tab-body {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 162, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset .service__tab-body {
    width: 100%;
    float: none;
    padding: 60px 50px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 162, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset .service__tab-body {
    padding: 24px;
  }
}
/* line 181, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset .service__tab-body p {
  padding-top: 35px;
}
@media only screen and (max-width: 1300px) {
  /* line 181, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset .service__tab-body p {
    padding-top: 20px;
  }
}
/* line 186, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset .service__tab-body p:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 1300px) {
  /* line 186, ../sass/components/_service-page-tabs.scss */
  .service__tab__wrapper .horizontal-tabs-panes fieldset .service__tab-body p:first-child {
    padding-top: 0;
  }
}
/* line 196, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset.open span::before {
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
/* line 199, ../sass/components/_service-page-tabs.scss */
.service__tab__wrapper .horizontal-tabs-panes fieldset.open span::after {
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

/** nudge tab panes to left & position service links on right **/
/* line 209, ../sass/components/_service-page-tabs.scss */
.service-page__section--tabs {
  background-color: white;
}
/* line 8, ../sass/base/_mixins.scss */
.service-page__section--tabs:after {
  content: "";
  display: table;
  clear: both;
}
/* line 212, ../sass/components/_service-page-tabs.scss */
.service-page__section--tabs .service-page__links {
  float: left;
  padding: 60px 50px;
  width: 50%;
  padding-top: 0;
}
/* line 76, ../sass/base/_custom.scss */
.service-page__section--tabs .service-page__links > * {
  float: left;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 212, ../sass/components/_service-page-tabs.scss */
  .service-page__section--tabs .service-page__links {
    float: none;
    width: 100%;
  }
  /* line 88, ../sass/base/_custom.scss */
  .service-page__section--tabs .service-page__links > * {
    float: none;
    max-width: none;
  }
}
/* line 218, ../sass/components/_service-page-tabs.scss */
.service-page__section--tabs .horizontal-tabs.clearfix:after {
  clear: none;
}
/* line 222, ../sass/components/_service-page-tabs.scss */
.service-page__section--tabs .horizontal-tabs-panes {
  float: left;
  padding: 60px 50px;
  width: 50%;
}
/* line 76, ../sass/base/_custom.scss */
.service-page__section--tabs .horizontal-tabs-panes > * {
  float: right;
  max-width: 550px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 222, ../sass/components/_service-page-tabs.scss */
  .service-page__section--tabs .horizontal-tabs-panes {
    float: none;
    width: 100%;
  }
  /* line 88, ../sass/base/_custom.scss */
  .service-page__section--tabs .horizontal-tabs-panes > * {
    float: none;
    max-width: none;
  }
}

/* line 5, ../sass/components/_servicecat-page.scss */
.node-service-category {
  width: 50%;
  float: right;
  display: inline-block;
  background-color: #d6e4eb;
}
@media only screen and (max-width: 1024px) {
  /* line 5, ../sass/components/_servicecat-page.scss */
  .node-service-category {
    width: 100%;
    display: block;
  }
}
/* line 14, ../sass/components/_servicecat-page.scss */
.node-service-category .service-category__title {
  display: none;
}
/* line 17, ../sass/components/_servicecat-page.scss */
.node-service-category .service-category__body {
  padding: 60px;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../sass/components/_servicecat-page.scss */
  .node-service-category .service-category__body {
    padding: 0 24px;
    padding-bottom: 40px;
  }
}
/* line 24, ../sass/components/_servicecat-page.scss */
.node-service-category .service-category__body::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
/* line 30, ../sass/components/_servicecat-page.scss */
.node-service-category .service-category__body .service-category__body-title {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #405463;
  float: left;
  max-width: 500px;
}
@media only screen and (max-width: 1300px) {
  /* line 30, ../sass/components/_servicecat-page.scss */
  .node-service-category .service-category__body .service-category__body-title {
    font-size: 16px;
    line-height: 22px;
  }
}
/* line 42, ../sass/components/_servicecat-page.scss */
.node-service-category .service-category__body .service-category__body-copy {
  font-size: 24px;
  line-height: 30px;
  color: #405463;
  float: left;
  max-width: 500px;
}
@media only screen and (max-width: 1300px) {
  /* line 42, ../sass/components/_servicecat-page.scss */
  .node-service-category .service-category__body .service-category__body-copy {
    font-size: 16px;
    line-height: 22px;
  }
}
/* line 52, ../sass/components/_servicecat-page.scss */
.node-service-category .service-category__body .service-category__body-copy p {
  padding-top: 30px;
}
@media only screen and (max-width: 1300px) {
  /* line 52, ../sass/components/_servicecat-page.scss */
  .node-service-category .service-category__body .service-category__body-copy p {
    padding-top: 20px;
  }
}

/* line 2, ../sass/components/_tabs-primary.scss */
ul.tabs-primary {
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 20;
}
/* line 7, ../sass/components/_tabs-primary.scss */
ul.tabs-primary li a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: white;
  border: 2px solid #CE801E;
  color: #CE801E;
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
/* line 17, ../sass/components/_tabs-primary.scss */
ul.tabs-primary li a:hover {
  border-color: #405463;
  color: #405463;
}

/**
 * @file
 * User Pages ( Login / Change Password / New Account )
 */
/* line 7, ../sass/components/_user-pages.scss */
body.page-user #content .profile, body.page-user #content > form {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  width: 100%;
  background-color: white;
  max-width: 600px;
  padding: 30px;
  margin: 30px auto;
}

/*
@import "components/about-page";
@import "components/user-pages";

@import "components/search";

@import "components/thank-you-pages";
*/
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
