/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%; }
  html.overlay, body.overlay {
    overflow: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0em;
  color: #565656;
  font-size: 20px;
  line-height: 1.5;
  background-color: #FFFFFF;
  margin: 0; }
  body.active {
    overflow-y: hidden; }
    body.active .overlay {
      display: block; }
  @media (max-width: 650px) {
    body {
      font-size: 18px; } }

h1 {
  font-size: 35px;
  text-transform: uppercase; }
  @media (max-width: 600px) {
    h1 {
      font-size: 28px; } }
  @media (max-width: 320px) {
    h1 {
      font-size: 24.5px; } }

h2 {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #000;
  font-weight: bold; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 40px; }

input,
textarea,
button {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0em;
  color: #565656;
  font-size: 20px; }
  @media (max-width: 650px) {
    input,
    textarea,
    button {
      font-size: 18px; } }

input,
textarea {
  padding: 10px; }

a {
  text-decoration: none;
  color: #F9B318; }
  a:hover {
    cursor: pointer; }

.gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(249, 179, 24, 0.8);
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(249, 179, 24, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top right, rgba(249, 179, 24, 0.8), rgba(0, 0, 0, 0.8));
  background: -o-linear-gradient(top right, rgba(249, 179, 24, 0.8), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom left, rgba(249, 179, 24, 0.8), rgba(0, 0, 0, 0.8)); }

.hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }

.container {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1; }

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: bold; }
  .brand .brand-icon {
    font-size: 40px; }
  .brand .brand-name {
    padding-left: 5px;
    font-size: 20px;
    text-transform: uppercase; }
  .brand.light .brand-icon,
  .brand.light .brand-name {
    color: #fff; }
  @media (max-width: 400px) {
    .brand .brand-icon {
      font-size: 30px; }
    .brand .brand-name {
      font-size: 15px; } }

.section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .section .section-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
    .section .section-image img {
      width: 100%; }
    .section .section-image .squared {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      position: relative;
      overflow: hidden; }
      .section .section-image .squared img {
        width: auto;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .section .section-image .squared:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
    .section .section-image .rounded {
      border-radius: 100%; }
  .section .section-text {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .section .section-text h1 {
      text-transform: uppercase; }
  .section.cta {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    text-align: center; }
    .section.cta h1 {
      max-width: 700px;
      margin: auto;
      font-size: 40px;
      color: inherit;
      text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
      @media (max-width: 600px) {
        .section.cta h1 {
          font-size: 25px; } }
    .section.cta .cta-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #F9B318;
      opacity: 0.8; }
  @media (max-width: 950px) {
    .section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .section .section-image {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%;
        max-width: 400px;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .section .section-text {
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }

.text-container {
  max-width: 800px;
  margin: auto; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
  z-index: 999; }
  .header .logo {
    height: 40px;
    -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-right: auto; }
    .header .logo a {
      color: #000; }
    .header .logo img {
      width: auto;
      height: 100%; }
  .header .mobile-menu-button {
    display: none;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    color: #000;
    z-index: 99999;
    font-family: "Montserrat", sans-serif; }
    .header .mobile-menu-button.open {
      color: #000; }
    @media (max-width: 1000px) {
      .header .mobile-menu-button {
        display: block;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3; } }
  .header nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    z-index: 9999; }
    .header nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .header nav li {
      display: inline-block;
      padding: 0 10px; }
      .header nav li:hover a, .header nav li.current-menu-item a, .header nav li.current_page_item a {
        color: #000;
        border-bottom: solid 2px black; }
    .header nav a {
      padding-bottom: 2px;
      border-bottom: solid 0px transparent;
      color: #000;
      font-family: "Montserrat", sans-serif;
      -webkit-transition: 0.15s all ease;
      -o-transition: 0.15s all ease;
      transition: 0.15s all ease; }
    @media (max-width: 1000px) {
      .header nav {
        display: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100vw;
        height: 100vh;
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.9);
        color: #565656; }
      @-webkit-keyframes show-menu {
        0% {
          display: none;
          opacity: 0; }
        1% {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          opacity: 0; }
        100% {
          opacity: 1; } }
      @keyframes show-menu {
        0% {
          display: none;
          opacity: 0; }
        1% {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          opacity: 0; }
        100% {
          opacity: 1; } }
        .header nav ul {
          -webkit-align-self: center;
              -ms-flex-item-align: center;
                  align-self: center; }
        .header nav li {
          display: block;
          text-align: center;
          padding: 10px; }
          .header nav li:hover a, .header nav li.active a {
            color: #000;
            border-bottom: solid 5px black; }
        .header nav.open {
          -webkit-animation: show-menu 150ms ease-in-out;
                  animation: show-menu 150ms ease-in-out;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }

.footer {
  width: 100%;
  background-color: #333; }
  .footer img {
    width: 100%;
    max-width: 300px; }
  .footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .footer .brand {
    margin: auto; }
    .footer .brand .brand-icon {
      font-size: 60px; }
    .footer .brand .brand-name {
      font-size: 30px; }
  @media (max-width: 600px) {
    .footer .brand .brand-icon {
      font-size: 50px; }
    .footer .brand .brand-name {
      font-size: 25px; } }
  @media (max-width: 400px) {
    .footer .brand .brand-icon {
      font-size: 40px; }
    .footer .brand .brand-name {
      font-size: 20px; } }

.footer-contact-container {
  margin-top: 20px;
  color: #fff;
  font-weight: bold; }
  .footer-contact-container a,
  .footer-contact-container span {
    color: inherit;
    font-weight: normal; }
  .footer-contact-container span {
    font-weight: bold; }
  .footer-contact-container > div {
    margin-bottom: 10px; }

.frontpage-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .frontpage-hero h1 {
    color: #fff;
    font-size: 65px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
    .frontpage-hero h1 img {
      width: 100%;
      max-width: 450px; }
  .frontpage-hero .container {
    color: #fff;
    text-align: center; }
  @media (max-width: 1000px) {
    .frontpage-hero h1 {
      font-size: 60px; } }
  @media (max-width: 800px) {
    .frontpage-hero h1 {
      font-size: 50px; } }
  @media (max-width: 600px) {
    .frontpage-hero h1 {
      font-size: 45px; } }
  @media (max-width: 400px) {
    .frontpage-hero h1 {
      font-size: 40px; } }

.frontpage-text .section-text-icon .material-icons {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 250px; }

.frontpage-text .section-text-text {
  padding-left: 30px; }

@media (max-width: 1000px) {
  .frontpage-text .section-text-icon {
    display: none; }
  .frontpage-text .section-text-text {
    padding-left: 0; } }

.contact-info span {
  font-weight: bold; }

.employees-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 60px; }

.employee-embed {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: block;
  width: 25%;
  padding: 20px;
  text-align: center; }
  .employee-embed .employee-embed-image {
    width: 80%;
    margin: 0 auto 10px;
    padding-top: 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%; }
  .employee-embed .employee-embed-title {
    margin-bottom: 10px; }
  .employee-embed .employee-embed-phone,
  .employee-embed .employee-embed-email {
    font-size: 15px; }
  @media (max-width: 900px) {
    .employee-embed {
      -webkit-flex-basis: 33.33%;
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
      width: 33.33%; } }
  @media (max-width: 700px) {
    .employee-embed {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      width: 50%; } }

.form-container {
  padding-top: 60px;
  padding-bottom: 60px; }

.map-container {
  font-size: 0; }

.page-header {
  position: relative;
  text-align: center;
  padding: 200px 0 150px; }
  .page-header h1 {
    color: #fff;
    font-size: 40px; }
  @media (max-width: 600px) {
    .page-header h1 {
      font-size: 30px; } }

.page-text {
  padding-top: 70px;
  padding-bottom: 90px; }

.page-top-padding {
  padding-top: 120px; }

.button {
  display: inline-block;
  padding: 20px 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: none;
  color: #F9B318;
  background-color: #fff;
  -webkit-transition: 0.15s all ease;
  -o-transition: 0.15s all ease;
  transition: 0.15s all ease;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }
  .button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }
  .button.dark {
    color: #fff;
    background-color: #F9B318; }
  @media (max-width: 650px) {
    .button {
      font-size: 18px; } }
  @media (max-width: 450px) {
    .button {
      padding: 20px 50px; } }
  @media (max-width: 380px) {
    .button {
      padding: 20px 25px; } }

.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 30px; }
  .button-container.centered {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .button-container .button {
    margin: 10px; }
    .button-container .button:first-child {
      margin-left: 0; }
    .button-container .button:last-child {
      margin-right: 0; }
  @media (max-width: 650px) {
    .button-container.centered {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .button-container .button {
      width: 100%;
      margin: 10px 0; } }

form input[type='text'],
form input[type='email'],
form textarea {
  width: 100%;
  border: solid 2px #002B48;
  border-radius: 0; }

form input[type='submit'] {
  border-radius: 0; }

form label {
  color: #000; }

.side-by-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px; }
  .side-by-side label {
    display: inline-block;
    width: 50%; }
    .side-by-side label:first-child {
      margin-right: 20px; }
      @media (max-width: 450px) {
        .side-by-side label:first-child {
          margin-right: 0;
          margin-bottom: 20px; } }
    .side-by-side label input[type="text"] {
      display: block;
      width: 100%; }
    @media (max-width: 450px) {
      .side-by-side label {
        width: 100%; } }
  @media (max-width: 450px) {
    .side-by-side {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
