@charset "UTF-8";
/*
Theme Name: CH2 Framework
Theme URI: TDB
Author: Helio Interactive
Author URI: http://heliointeractive.com
Description: Underscores SASS Bootstrap ACF
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ch2_sandbox
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CH2 is built out of on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
Extends a divs background to fill the viewport on both sides,
only ONE color is needed, additional arguments allow to specify left and right "bar" colors
Remember html and body element should have overflow-x hidden to prevent scrollbars.

color 1 will determine ALL the colors, color 2 overrides outside colors, color 3 overrides right side one.
*/
/*
This mixin helps with fonts that could potentially get TOO small while scaling off of the general design.
 */
/*--------------------------------------------------------------
# reboot (this is like normalize)
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 20px;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (min-width: 400px) {
  html {
    font-size: calc(16px + 4 * (100vw - 400px) / 1200);
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 20px;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  position: relative;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #58595b;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

article footer {
  background: transparent;
  padding: 0;
}

/*--------------------------------------------------------------
# Boostrap Grid
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=466c6aef7c6106cc86454bd9af34bc08)
 * Config saved to config.json and https://gist.github.com/466c6aef7c6106cc86454bd9af34bc08
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970.000000352px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid, header .outer-block-wrapper, footer .outer-block-wrapper, .error404 .outer-wrapper, .search-results .outer-wrapper, .post-type-archive-team_member .outer-block-wrapper, .block.general_copy .outer-block-wrapper, .block.billboard .outer-block-wrapper, .block.photo_cards .outer-block-wrapper, .block.image_slider .outer-block-wrapper, .block.logo_block .outer-block-wrapper, .block.call_to_action .outer-block-wrapper, .block.two_columns .outer-block-wrapper, .block.form .outer-block-wrapper, .block.three_circles .outer-block-wrapper, .block.documents .outer-block-wrapper, .block.projects .outer-block-wrapper, .block.statistics .outer-block-wrapper, .block.statistics_construction .outer-block-wrapper, .block.team_members .outer-block-wrapper, .block.three_columns .outer-block-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 1300px;
}

.row, header .inner-block-wrapper, footer .inner-block-wrapper, .error404 .inner-wrapper, .search-results .inner-wrapper, .post-type-archive-team_member .inner-block-wrapper, .block.general_copy .inner-block-wrapper, .block.billboard .inner-block-wrapper, .block.photo_cards .inner-block-wrapper, .block.image_slider .inner-block-wrapper, .block.logo_block .inner-block-wrapper, .block.call_to_action .inner-block-wrapper, .block.two_columns .inner-block-wrapper, .block.form .inner-block-wrapper, .block.three_circles .inner-block-wrapper, .block.documents .inner-block-wrapper, .block.projects .inner-block-wrapper, .block.statistics .inner-block-wrapper, .block.statistics_construction .inner-block-wrapper, .block.team_members .inner-block-wrapper, .block.team_members .team_members--container, .block.three_columns .inner-block-wrapper {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  align-items: center;
}

.col > *:first-child, .col .module > *:first-child {
  margin-top: 0;
}

.col > *:last-child, .col .module > *:last-child {
  margin-bottom: 0;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .block.documents .documents--content, .block.statistics .statistics--content, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .block.image_slider .image_slider--content, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .block.billboard .billboard--content, .block.image_slider .image_slider--content, .block.statistics .statistics--content, .col-sm-12, .col-md-12, .error404 .content-wrapper, .search-results .content-wrapper, .post-type-archive-team_member .group, .block.general_copy .content, .block.photo_cards .photo_cards--content, .block.logo_block .logo_block--content, .block.two_columns .two_columns--content, .block.two_columns h2.two_columns--title,
.block.two_columns .two_columns--subtitle, .block.form .form--content, .block.three_circles .three_circles--content, .block.statistics_construction .statistics_construction--content, .block.team_members .team_members--content, .block.three_columns .three_columns--content, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .block.billboard .billboard--content, .block.image_slider .image_slider--content, .block.statistics .statistics--content {
  float: left;
}

.col-xs-12, .block.billboard .billboard--content, .block.image_slider .image_slider--content, .block.statistics .statistics--content {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .block.documents .documents--content, .block.statistics .statistics--content, .col-md-9, .col-md-10, .block.image_slider .image_slider--content, .col-md-11, .col-md-12, .error404 .content-wrapper, .search-results .content-wrapper, .post-type-archive-team_member .group, .block.general_copy .content, .block.photo_cards .photo_cards--content, .block.logo_block .logo_block--content, .block.two_columns .two_columns--content, .block.two_columns h2.two_columns--title,
  .block.two_columns .two_columns--subtitle, .block.form .form--content, .block.three_circles .three_circles--content, .block.statistics_construction .statistics_construction--content, .block.team_members .team_members--content, .block.three_columns .three_columns--content {
    float: left;
  }
  .col-md-12, .error404 .content-wrapper, .search-results .content-wrapper, .post-type-archive-team_member .group, .block.general_copy .content, .block.photo_cards .photo_cards--content, .block.logo_block .logo_block--content, .block.two_columns .two_columns--content, .block.two_columns h2.two_columns--title,
  .block.two_columns .two_columns--subtitle, .block.form .form--content, .block.three_circles .three_circles--content, .block.statistics_construction .statistics_construction--content, .block.team_members .team_members--content, .block.three_columns .three_columns--content {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10, .block.image_slider .image_slider--content {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8, .block.documents .documents--content, .block.statistics .statistics--content {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2, .block.documents .documents--content, .block.statistics .statistics--content {
    left: 16.66666667%;
  }
  .col-md-push-1, .block.image_slider .image_slider--content {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before, .block:before,
.clearfix:after,
.block:after,
.container:before,
.container:after,
.container-fluid:before,
header .outer-block-wrapper:before,
footer .outer-block-wrapper:before,
.error404 .outer-wrapper:before,
.search-results .outer-wrapper:before,
.post-type-archive-team_member .outer-block-wrapper:before,
.block.general_copy .outer-block-wrapper:before,
.block.billboard .outer-block-wrapper:before,
.block.photo_cards .outer-block-wrapper:before,
.block.image_slider .outer-block-wrapper:before,
.block.logo_block .outer-block-wrapper:before,
.block.call_to_action .outer-block-wrapper:before,
.block.two_columns .outer-block-wrapper:before,
.block.form .outer-block-wrapper:before,
.block.three_circles .outer-block-wrapper:before,
.block.documents .outer-block-wrapper:before,
.block.projects .outer-block-wrapper:before,
.block.statistics .outer-block-wrapper:before,
.block.statistics_construction .outer-block-wrapper:before,
.block.team_members .outer-block-wrapper:before,
.block.three_columns .outer-block-wrapper:before,
.container-fluid:after,
header .outer-block-wrapper:after,
footer .outer-block-wrapper:after,
.error404 .outer-wrapper:after,
.search-results .outer-wrapper:after,
.post-type-archive-team_member .outer-block-wrapper:after,
.block.general_copy .outer-block-wrapper:after,
.block.billboard .outer-block-wrapper:after,
.block.photo_cards .outer-block-wrapper:after,
.block.image_slider .outer-block-wrapper:after,
.block.logo_block .outer-block-wrapper:after,
.block.call_to_action .outer-block-wrapper:after,
.block.two_columns .outer-block-wrapper:after,
.block.form .outer-block-wrapper:after,
.block.three_circles .outer-block-wrapper:after,
.block.documents .outer-block-wrapper:after,
.block.projects .outer-block-wrapper:after,
.block.statistics .outer-block-wrapper:after,
.block.statistics_construction .outer-block-wrapper:after,
.block.team_members .outer-block-wrapper:after,
.block.three_columns .outer-block-wrapper:after,
.row:before,
header .inner-block-wrapper:before,
footer .inner-block-wrapper:before,
.error404 .inner-wrapper:before,
.search-results .inner-wrapper:before,
.post-type-archive-team_member .inner-block-wrapper:before,
.block.general_copy .inner-block-wrapper:before,
.block.billboard .inner-block-wrapper:before,
.block.photo_cards .inner-block-wrapper:before,
.block.image_slider .inner-block-wrapper:before,
.block.logo_block .inner-block-wrapper:before,
.block.call_to_action .inner-block-wrapper:before,
.block.two_columns .inner-block-wrapper:before,
.block.form .inner-block-wrapper:before,
.block.three_circles .inner-block-wrapper:before,
.block.documents .inner-block-wrapper:before,
.block.projects .inner-block-wrapper:before,
.block.statistics .inner-block-wrapper:before,
.block.statistics_construction .inner-block-wrapper:before,
.block.team_members .inner-block-wrapper:before,
.block.team_members .team_members--container:before,
.block.three_columns .inner-block-wrapper:before,
.row:after,
header .inner-block-wrapper:after,
footer .inner-block-wrapper:after,
.error404 .inner-wrapper:after,
.search-results .inner-wrapper:after,
.post-type-archive-team_member .inner-block-wrapper:after,
.block.general_copy .inner-block-wrapper:after,
.block.billboard .inner-block-wrapper:after,
.block.photo_cards .inner-block-wrapper:after,
.block.image_slider .inner-block-wrapper:after,
.block.logo_block .inner-block-wrapper:after,
.block.call_to_action .inner-block-wrapper:after,
.block.two_columns .inner-block-wrapper:after,
.block.form .inner-block-wrapper:after,
.block.three_circles .inner-block-wrapper:after,
.block.documents .inner-block-wrapper:after,
.block.projects .inner-block-wrapper:after,
.block.statistics .inner-block-wrapper:after,
.block.statistics_construction .inner-block-wrapper:after,
.block.team_members .inner-block-wrapper:after,
.block.team_members .team_members--container:after,
.block.three_columns .inner-block-wrapper:after {
  content: " ";
  display: table;
  width: 0;
  /* SAFARI FIX */
}


.clearfix:after,
.block:after,
.container:after,
.container-fluid:after,
header .outer-block-wrapper:after,
footer .outer-block-wrapper:after,
.error404 .outer-wrapper:after,
.search-results .outer-wrapper:after,
.post-type-archive-team_member .outer-block-wrapper:after,
.block.general_copy .outer-block-wrapper:after,
.block.billboard .outer-block-wrapper:after,
.block.photo_cards .outer-block-wrapper:after,
.block.image_slider .outer-block-wrapper:after,
.block.logo_block .outer-block-wrapper:after,
.block.call_to_action .outer-block-wrapper:after,
.block.two_columns .outer-block-wrapper:after,
.block.form .outer-block-wrapper:after,
.block.three_circles .outer-block-wrapper:after,
.block.documents .outer-block-wrapper:after,
.block.projects .outer-block-wrapper:after,
.block.statistics .outer-block-wrapper:after,
.block.statistics_construction .outer-block-wrapper:after,
.block.team_members .outer-block-wrapper:after,
.block.three_columns .outer-block-wrapper:after,
.row:after,
header .inner-block-wrapper:after,
footer .inner-block-wrapper:after,
.error404 .inner-wrapper:after,
.search-results .inner-wrapper:after,
.post-type-archive-team_member .inner-block-wrapper:after,
.block.general_copy .inner-block-wrapper:after,
.block.billboard .inner-block-wrapper:after,
.block.photo_cards .inner-block-wrapper:after,
.block.image_slider .inner-block-wrapper:after,
.block.logo_block .inner-block-wrapper:after,
.block.call_to_action .inner-block-wrapper:after,
.block.two_columns .inner-block-wrapper:after,
.block.form .inner-block-wrapper:after,
.block.three_circles .inner-block-wrapper:after,
.block.documents .inner-block-wrapper:after,
.block.projects .inner-block-wrapper:after,
.block.statistics .inner-block-wrapper:after,
.block.statistics_construction .inner-block-wrapper:after,
.block.team_members .inner-block-wrapper:after,
.block.team_members .team_members--container:after,
.block.three_columns .inner-block-wrapper:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.ch2-grid {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: -99999;
  background-color: lightblue;
}

.ch2-grid .col {
  border: solid 1px black;
  background: darkgrey;
}

.ch2-grid .the-stuff {
  background: white;
  display: block;
  height: 100vh;
}

.grid-on .site {
  opacity: .95;
}

.grid-on .ch2-grid {
  display: block;
}

.grid-debug-button {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 99999;
}

.grid-debug-button:hover {
  background: blue;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #58595b;
  font-family: "Muli", sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-size: 1.3rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 1.9rem;
  }
}

h3 {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: .5rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.8rem;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

@media screen and (max-width: 768px) {
  pre {
    font-size: 13.125px;
    font-size: 0.8203125rem;
  }
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  code, kbd, tt, var {
    font-size: 13.125px;
    font-size: 0.8203125rem;
  }
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #07a7e3;
  border-radius: 0;
  background: transparent;
  color: #07a7e3;
  outline: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1.8em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  button,
  .button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 10.5px;
    font-size: 0.65625rem;
  }
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #07a7e3;
  background: #07a7e3;
  color: #fff;
  text-decoration: none;
}

button:active, button:focus,
.button:active,
.button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #07a7e3;
  outline: none;
}

input[type="submit"] {
  width: auto !important;
}

.button-download {
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*----------.----------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #07a7e3;
}

a:visited {
  color: #07a6e2;
}

a:hover, a:focus, a:active {
  color: #07a8e4;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
  padding-left: .5rem;
  padding-right: .5rem;
}

.main-navigation li:last-child {
  padding-right: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.main-navigation .menu-aux-menu-container ul li.current-menu-item a {
  border-bottom: 1px solid #07a7e3;
  padding-bottom: 3px;
}

.main-navigation .menu-aux-menu-container ul li a {
  color: #07a7e3;
  padding-bottom: 4px;
  border-bottom: solid 1px transparent;
}

.main-navigation .menu-aux-menu-container ul li a:hover {
  border-bottom: 1px solid white;
  padding-bottom: 3px;
}

.main-navigation .menu-main-menu-container ul li ul.sub-menu {
  padding-top: 1rem;
}

.main-navigation .menu-main-menu-container ul li ul.sub-menu li {
  padding: 0;
}

.main-navigation .menu-main-menu-container ul li ul.sub-menu li.current-menu-item a {
  background: #07a7e3;
}

.main-navigation .menu-main-menu-container ul li ul.sub-menu li a {
  padding: .5rem .75rem;
  border-bottom: none !important;
  font-size: .75rem;
}

.main-navigation .menu-main-menu-container ul li ul.sub-menu li a:hover {
  background: #07a7e3;
}

.main-navigation .menu-main-menu-container ul li.current-menu-item a {
  border-bottom: 2px solid #07a7e3;
  padding-bottom: 4px;
}

.main-navigation .menu-main-menu-container ul li.current-menu-item ul.sub-menu li a {
  border-bottom: none;
}

.main-navigation .menu-main-menu-container ul li a {
  color: white;
  padding-bottom: 6px;
}

.main-navigation .menu-main-menu-container ul li a:hover {
  border-bottom: 2px solid #07a7e3;
  padding-bottom: 4px;
}

.blog #menu-item-4893 > a,
.archive #menu-item-4893 > a,
.single #menu-item-4893 > a {
  border-bottom: 2px solid #07a7e3;
  padding-bottom: 4px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.comment-navigation,
.posts-navigation,
.post-navigation {
  text-transform: uppercase;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  content: "< ";
}

.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
  text-decoration: none;
  color: #00263c;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  content: " >";
}

.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
  text-decoration: none;
  color: #00263c;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #58595b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media screen and (max-width: 768px) {
  .screen-reader-text:focus {
    font-size: 12.25px;
    font-size: 0.765625rem;
  }
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
  /*
	search box stuff
	 */
}

header #header-top {
  background: #00263c;
}

header #header-top .inner-block-wrapper {
  font-size: calc(12px + (12 - 12) * (100vw - 350px) / (1300 - 350));
}

header #header-bottom {
  background: #00263c;
}

header #header-bottom .inner-block-wrapper {
  font-size: calc(12px + (15 - 12) * (100vw - 350px) / (1300 - 350));
}

@media (max-width: 767px) {
  header #header-bottom {
    height: 96px;
  }
}

header .outer-block-wrapper {
  padding-top: calc(.6rem + 5px);
  padding-bottom: calc(.6rem + 1px);
}

header .inner-block-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  header .site-branding {
    position: absolute;
    bottom: 50%;
  }
}

header .site-branding img {
  max-height: 63px;
}

header .button-box {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 33px;
}

header .social {
  display: flex;
  justify-content: flex-end;
}

header .social a {
  height: 33px;
  width: 33px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .social a:hover {
  opacity: .5;
}

header .search-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

header .search-box .search-form {
  display: block;
  opacity: 0;
  width: 0;
  z-index: 10;
  overflow: hidden;
  transition: width 1.5s, opacity 1s;
  background: white;
  padding: 5px 5px 0;
}

header .search-box.toggled .search-form {
  opacity: 1;
  width: 11.5rem;
}

header .search-box input {
  border: none;
}

header .search-box label {
  display: inline;
}

header .search-box .search-field {
  border-radius: 0;
  border-bottom: solid 1px #ccc;
  height: 35px;
  margin: 0;
}

header .search-submit {
  display: none;
  color: transparent;
}

header .search-toggle, header .search-submit {
  outline: none;
  border: none;
  background: transparent url("../../assets/images/loupe.png") no-repeat right center;
  margin: 0;
  background-size: 22px 22px;
  border-radius: 0;
  height: 33px;
  width: 33px;
  padding: 5px;
  padding: 0;
}

header .search-toggle:hover, header .search-submit:hover {
  opacity: .5;
}

header .toggled .search-toggle {
  background-image: url("../../assets/images/close.png");
}

header .main-navigation.toggled {
  padding: 1rem 0 0;
}

@media (max-width: 599px) {
  header .main-navigation li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  header .main-navigation li:nth-last-child(1):hover .sub-menu, header .main-navigation li:nth-last-child(12):hover .sub-menu {
    right: -0.75rem;
  }
}

header .main-navigation .sub-menu {
  background: #00263c;
  padding: 0;
}

@media (min-width: 600px) {
  header .main-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
  }
}

header .main-navigation .menu-toggle {
  border: none;
  background-color: transparent;
  position: absolute;
  height: 32px;
  width: 32px;
  right: 0;
  padding: 0;
  top: calc(100% - 1.5rem);
  color: transparent;
}

header .main-navigation .menu-toggle .fancy-burger {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

header .main-navigation .menu-toggle .fancy-burger span {
  transition: all .5s;
  width: 30px;
  height: 4px;
  display: block;
  position: relative;
}

header .main-navigation .menu-toggle .fancy-burger span:after, header .main-navigation .menu-toggle .fancy-burger span:before {
  transition: all .5s ease-out;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 4px;
  display: block;
}

header .main-navigation .menu-toggle .fancy-burger span:before {
  bottom: -200%;
}

header .main-navigation .menu-toggle .fancy-burger span:after {
  top: -200%;
}

header .toggled .menu-toggle.menu-toggle span {
  transform: rotate(45deg);
}

header .toggled .menu-toggle.menu-toggle span:before {
  bottom: 0 !important;
  transform: rotate(-90deg);
}

header .toggled .menu-toggle.menu-toggle span:after {
  top: 0 !important;
  transform: rotate(-90deg);
}

@media (min-width: 600px) {
  header .menu-quick-links-container {
    height: 33px;
    display: flex;
    align-items: flex-end;
    margin-right: 140px;
    flex-wrap: nowrap;
  }
  header .menu-quick-links-container a {
    padding: 0 .6rem;
    height: 100%;
    font-size: calc(12px + (14 - 12) * (100vw - 350px) / (1300 - 350));
    line-height: 1.1;
  }
  header .menu-quick-links-container .menu > li {
    position: relative;
  }
  header .menu-quick-links-container .menu > li:not(:last-child) a {
    border-right: solid 1px black;
  }
  header .menu-quick-links-container .menu > li:last-child a {
    padding-right: 0;
  }
  header .menu-quick-links-container .menu > li:first-child a {
    padding-left: 0;
  }
}

header .menu-main-navigation-container .menu > li {
  position: relative;
}

@media (min-width: 600px) {
  header .menu-main-navigation-container .menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  header .menu-main-navigation-container li {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    width: auto;
  }
  header .menu-main-navigation-container a {
    text-align: center;
    font-size: .7em;
    padding: .2rem .5rem;
  }
  header .menu-main-navigation-container .menu > li:nth-last-child(1), header .menu-main-navigation-container .menu > li:nth-last-child(2) {
    margin-left: .5rem;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  margin-top: auto;
  padding: 2.4rem 0 1.6rem;
  background: #00263c;
}

footer .outer-block-wrapper {
  padding-top: calc(.6rem + 5px);
  padding-bottom: calc(.6rem + 5px);
}

footer .inner-block-wrapper {
  display: block;
  font-size: 1rem;
  font-size: calc(12px + (15 - 12) * (100vw - 350px) / (1300 - 350));
  position: relative;
}

footer .site-branding img {
  filter: brightness(0) invert(1);
  max-width: 100px;
  margin-bottom: 2rem;
}

footer #footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer #footer-menu ul {
  display: none;
  list-style: none;
}

footer #footer-menu ul li:last-child {
  border: none;
}

footer #footer-menu li {
  opacity: .8;
  width: 100%;
  border-bottom: 1px solid #a7a9ac;
  padding: 0;
}

footer #footer-menu li:hover, footer #footer-menu li.current_page_item {
  opacity: 1;
  border-bottom: 1px solid #fff;
}

footer #footer-menu li:hover a, footer #footer-menu li.current_page_item a {
  color: #fff;
}

footer #footer-menu li:hover ul, footer #footer-menu li.current_page_item ul {
  display: block;
}

footer #footer-menu li a {
  font-size: calc(12px + (12 - 12) * (100vw - 350px) / (1300 - 350));
  color: #f1f2f2;
  text-transform: uppercase;
  display: block;
  padding: .5em 0;
}

footer #footer-menu li a:hover {
  text-decoration: none;
}

footer .social-links {
  padding-top: 2em;
}

footer .social-links a {
  color: white;
  font-size: 1.5em;
  padding: 0 .25em .25em 0;
  opacity: .8;
}

footer .social-links a:hover {
  opacity: 1;
  color: #07a7e3;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*
Use this file primarily for DEFAULT posts and pages or for relatively GLOBAL styles i.e if the styles for archives will apply for multiple post types or are styles that will work for most pages. that being said, most global styles should be going on a client specific "base styles file"
*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.home .block.two_columns:nth-of-type(3) .col.general {
  padding-left: 0;
}

.blog.hfeed article,
.archive.hfeed article {
  margin-top: 1em;
}

.blog.hfeed .entry-content,
.archive.hfeed .entry-content {
  margin-top: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #a7a9ac;
}

.blog.hfeed .entry-content .moretag,
.archive.hfeed .entry-content .moretag {
  display: inline-block;
  padding-top: .75rem;
}

.blog.hfeed .entry-content .moretag:hover,
.archive.hfeed .entry-content .moretag:hover {
  text-decoration: none;
  color: #00263c;
}

.blog.hfeed p:last-child,
.archive.hfeed p:last-child {
  margin: 0;
}

.blog.hfeed .entry-header,
.archive.hfeed .entry-header {
  padding-top: .5rem;
}

.blog.hfeed .entry-header a:hover,
.archive.hfeed .entry-header a:hover {
  text-decoration: none;
  color: #00263c;
}

.blog.hfeed .entry-header .entry-title,
.archive.hfeed .entry-header .entry-title {
  margin-bottom: .5em;
  line-height: 1.1;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .blog.hfeed .entry-header .entry-title,
  .archive.hfeed .entry-header .entry-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .blog.hfeed .entry-header .entry-title,
  .archive.hfeed .entry-header .entry-title {
    font-size: 2rem;
  }
}

.blog.hfeed .container,
.archive.hfeed .container {
  max-width: 992px;
}

.single-post .container {
  max-width: 992px;
}

.single-post article {
  margin-top: 2em;
}

.single-post article .moretag:hover {
  text-decoration: none;
  color: #00263c;
}

.single-post article h1.entry-title {
  margin-bottom: .5em;
  line-height: 1.1;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .single-post article h1.entry-title {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .single-post article h1.entry-title {
    font-size: 2rem;
  }
}

.single-post article li p {
  margin-bottom: 0;
}

.single-post article h2 {
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .single-post article h2 {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .single-post article h2 {
    font-size: 1.2rem;
  }
}

/* Indeed jobs stuff */
.page-id-0 .entry-title {
  margin-top: 3rem;
  margin-bottom: .25rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.3;
}

.page-id-0 .entry-content {
  margin-top: 0;
}

.page-id-0 .entry-content p b {
  display: block;
  margin-top: 1em;
  margin-bottom: -1em;
}

.block.categories {
  background-color: white;
  padding: 0;
  margin-bottom: 2rem;
}

.block.categories ul {
  list-style: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.block.categories ul li {
  padding: 0;
}

.block.categories ul li a {
  display: inline-block;
  padding: .75rem;
  text-transform: uppercase;
  font-size: .8rem;
}

.block.categories ul li a:hover {
  text-decoration: none;
  background: #00263c;
  color: #f1f2f2;
}

.block.categories ul .current-menu-item a {
  background: #07a7e3;
  color: #f1f2f2;
}

.block.categories ul .current-menu-item a:hover {
  background: #07a7e3;
  color: #f1f2f2;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
/*
404
*/
.error404 .site-content {
  padding: 4.125rem .75rem 6.125rem;
  text-align: center;
}

.error404 h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
/*
Search
*/
.search-results .site-content {
  padding: 4.125rem .75rem 6.125rem;
}

.search-results h1.page-title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
}

.search-results h2.entry-title a {
  font-size: 1.6rem;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
.post-type-archive-team_member .site-content {
  background-color: white;
}

.post-type-archive-team_member .inner-block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.post-type-archive-team_member .general_copy .content p:last-of-type {
  margin-bottom: 0;
}

.post-type-archive-team_member .group-list {
  margin: 0 0 .6rem;
  padding: 0 0.75rem;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .post-type-archive-team_member .group-list {
    flex-direction: column;
  }
}

.post-type-archive-team_member .group-list li, .post-type-archive-team_member .group-list a {
  padding: .25em;
  text-transform: uppercase;
  font-size: .6rem;
  font-size: calc(12px + (15 - 12) * (100vw - 350px) / (1300 - 350));
}

.post-type-archive-team_member .group-title, .post-type-archive-team_member .store-title {
  font-size: 1.5rem;
  display: block;
}

.post-type-archive-team_member .members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.post-type-archive-team_member .member {
  margin-bottom: 2.8rem;
  width: 100%;
}

@media (min-width: 800px) {
  .post-type-archive-team_member .member {
    width: calc(50% - (0.5 * 1.5rem));
  }
}

.post-type-archive-team_member .member .member-photo, .post-type-archive-team_member .member .member-photo img {
  display: block;
  margin: 0 auto;
}

.post-type-archive-team_member .member .member-photo {
  margin-bottom: 1.8rem;
}

.post-type-archive-team_member .member .name {
  font-size: 1.3rem;
}

.post-type-archive-team_member .member .role {
  font-size: .92rem;
  margin-bottom: .25em;
}

.post-type-archive-team_member .member .bio {
  font-size: .8rem;
}

@media (max-width: 768px) {
  .post-type-archive-team_member .member .bio {
    font-size: .9rem;
  }
}

.post-type-archive-team_member .member .bio p:last-child {
  margin-bottom: .5em;
}

.post-type-archive-team_member .member .email {
  text-transform: uppercase;
  font-size: .8rem;
}

.post-type-archive-team_member .blurb-title {
  font-size: 2.4rem;
}

.post-type-archive-team_member .content p {
  font-size: .92rem;
}

.post-type-archive-team_member .group-title {
  font-size: 1.6rem;
  margin-bottom: 1.1em;
}

.post-type-archive-team_member .board {
  padding-bottom: 6rem;
  width: 100%;
}

@media (min-width: 992px) {
  .post-type-archive-team_member .board {
    columns: 2 1.5rem;
  }
}

.post-type-archive-team_member .bod {
  margin-bottom: .5em;
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .post-type-archive-team_member .bod {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}

.post-type-archive-team_member .bod .board-member, .post-type-archive-team_member .bod .bod-divider, .post-type-archive-team_member .bod .role {
  font-size: 1.3rem;
}

.post-type-archive-team_member .bod .organization {
  display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Styles applying to all blocks
--------------------------------------------------------------*/
.block.default-1, .block {
  background: white;
}

.block.default-2 {
  background: #f1f2f2;
}

.block.default-3 {
  background: #00263c;
}

.block.default-3 h1, .block.default-3 h2, .block.default-3 h3, .block.default-3 h4, .block.default-3 h5, .block.default-3 h6, .block.default-3 p, .block.default-3 li {
  color: #fff;
}

.block {
  padding: 4rem 0;
}

.block .outer-block-wrapper .inner-block-wrapper:before, .block .outer-block-wrapper .inner-block-wrapper:after {
  display: none;
}

.headline-underline {
  display: block;
  width: 60px;
  height: 2px;
  background: #07a7e3;
  margin: 0 auto 1rem;
}

.headline-underline.headline-underline-left {
  margin: 0 0 1rem;
}

@media (max-width: 768px) {
  .headline-underline.headline-underline-left {
    margin: 0 auto 1rem;
  }
}

/*--------------------------------------------------------------
# General copy
--------------------------------------------------------------*/
.block.general_copy {
  /*content here*/
}

/*--------------------------------------------------------------
# Billboard
--------------------------------------------------------------*/
.block.billboard {
  padding: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 600px;
  height: calc(100vh - 6.3rem);
  max-height: 800px;
  /*content here*/
}

@media (max-width: 768px) {
  .block.billboard {
    min-height: 300px;
    max-height: 300px;
  }
}

.block.billboard .outer-block-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.block.billboard .inner-block-wrapper {
  height: 100%;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.block.billboard .billboard--title {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 0 0 75px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .block.billboard .billboard--title {
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .block.billboard .billboard--title {
    font-size: 2.4rem;
  }
}

.block.billboard .billboard--content {
  margin: 0 auto;
  padding: 1.25rem 0 1.4rem;
}

@media (min-width: 768px) {
  .block.billboard .billboard--content {
    width: 85%;
  }
}

.block.billboard .filter {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.33);
}

.block.billboard .copy {
  padding-bottom: .5em;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Two column text and photo blocks
--------------------------------------------------------------*/
.block.photo_cards {
  /*content here*/
}

.block.photo_cards h5 {
  margin: 0;
}

.block.photo_cards p {
  margin-bottom: .25rem;
}

.block.photo_cards .photo-cards-wrapper {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .block.photo_cards .photo-cards-wrapper {
    column-count: 2;
    column-gap: 1.5rem;
  }
}

.block.photo_cards .photo-cards-wrapper .single-card-wrapper {
  width: 100%;
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
  display: flex;
  margin-bottom: 1.5rem;
}

.block.photo_cards .photo-cards-wrapper .single-card-wrapper .image-wrapper {
  width: calc(100% / 3);
  width: 33.33333333%;
  background-size: cover;
  background-position: center;
}

.block.photo_cards .photo-cards-wrapper .single-card-wrapper .image-wrapper-inner {
  width: 100%;
}

.block.photo_cards .text-wrapper {
  width: 66.666666666666%;
  break-inside: avoid;
  padding: .6rem;
  font-size: .8rem;
}

.block.photo_cards .text-wrapper h5, .block.photo_cards .text-wrapper p, .block.photo_cards .text-wrapper a {
  font-size: inherit;
}

.block.photo_cards .text-wrapper p {
  line-height: 1.2;
}

.block.photo_cards .text-wrapper h5 {
  margin-top: -.25em;
  display: block;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Image slider
--------------------------------------------------------------*/
.block.image_slider {
  text-align: center;
  overflow: hidden;
}

.block.image_slider .image_slider--title:after {
  content: " ";
  display: block;
  width: 60px;
  height: 2px;
  background: #07a7e3;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .block.image_slider .slide {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.block.image_slider .slide blockquote {
  padding-top: 20px;
  margin-bottom: 60px;
}

.block.image_slider .slide .testimonial-byline p {
  margin: 0 0 .25em;
}

.block.image_slider .slide .testimonial-byline p:first-child {
  font-size: .75rem;
  text-transform: uppercase;
}

.block.image_slider .slide .testimonial-byline p:first-child:before {
  content: "— ";
}

.block.image_slider .slide .testimonial-byline p:last-child {
  font-size: .7rem;
  text-transform: uppercase;
  color: #07a7e3;
  font-weight: bold;
}

.block.image_slider .slick-arrow {
  background: transparent;
  padding: 0;
  z-index: 10;
  height: 100%;
  width: 100px;
  border: none;
  border-radius: 0;
  top: 25%;
}

.block.image_slider .slick-arrow:before {
  color: #07a7e3;
  font-size: 2rem;
  opacity: .75;
}

.block.image_slider .slick-arrow:hover:before {
  opacity: 1;
}

.block.image_slider .slick-arrow.slick-prev {
  left: -45px;
}

@media (min-width: 768px) {
  .block.image_slider .slick-arrow.slick-prev {
    left: 0;
  }
}

.block.image_slider .slick-arrow.slick-prev:before {
  content: '〈';
}

.block.image_slider .slick-arrow.slick-next {
  right: -45px;
}

@media (min-width: 768px) {
  .block.image_slider .slick-arrow.slick-next {
    right: 0;
  }
}

.block.image_slider .slick-arrow.slick-next:before {
  content: '〉';
}

/*--------------------------------------------------------------
# Logo block
--------------------------------------------------------------*/
.block.logo_block {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /*content here*/
}

.block.logo_block .logo_block--content {
  width: 100%;
}

.block.logo_block .logos-wrapper {
  width: 100%;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.block.logo_block .logos-wrapper.num-2 {
  width: 50%;
  margin: 1rem auto 0;
}

@media (max-width: 768px) {
  .block.logo_block .logos-wrapper.num-2 {
    width: 100%;
  }
}

.block.logo_block .logos-wrapper .image-wrapper {
  width: 33.33333%;
  padding: 2.75rem 0.75rem;
  padding: 0.75rem;
}

.block.logo_block .logos-wrapper .image-wrapper img {
  margin: 1rem 0 0;
}

.block.logo_block .num-1 .image-wrapper, .block.logo_block .num-2 .image-wrapper, .block.logo_block .num-3 .image-wrapper {
  width: 33.3333333%;
}

@media (max-width: 768px) {
  .block.logo_block .image-wrapper {
    width: 50% !important;
  }
}

/*--------------------------------------------------------------
# Call to action
--------------------------------------------------------------*/
.block.call_to_action {
  padding: 3rem 0 2rem;
  /*content here*/
}

.block.call_to_action .inner-block-wrapper {
  text-align: center;
}

.block.call_to_action.style-1 {
  padding-bottom: 3rem;
}

.block.call_to_action.style-1 .call_to_action--content {
  border: 2px solid #07a7e3;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .block.call_to_action.style-1 .call_to_action--content {
    padding: 3rem 3rem 2rem;
  }
}

.block.call_to_action.style-1 .call_to_action--content h3 {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Two columns
--------------------------------------------------------------*/
.block.two_columns {
  /*content here*/
}

.block.two_columns .two_columns--content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.block.two_columns .two_columns--content .col:nth-last-child(2) {
  padding-left: 0;
}

.block.two_columns h2.two_columns--title,
.block.two_columns .two_columns--subtitle {
  padding-top: 2rem;
  width: 100%;
  text-align: center;
}

.block.two_columns .two_columns--subtitle {
  margin-bottom: 1.5rem;
}

.block.two_columns h3 {
  margin-top: -15px;
}

.block.two_columns ul, .block.two_columns ol {
  margin: 0 0 1.5rem -.5rem;
}

.block.two_columns.style-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.block.two_columns.style-1 p:last-child {
  margin-bottom: 2rem;
}

.block.two_columns.style-1 .col {
  padding-right: 1.75rem;
}

.block.two_columns.style-1 .col.image {
  padding-right: 0;
}

.block.two_columns.style-1 .col:last-child {
  padding-right: 0;
  padding-left: 1.75rem;
}

.block.two_columns.style-1 .col:last-child.image {
  padding-left: 0;
}

.block.two_columns.style-2 .two_columns--content {
  text-align: center;
}

@media (max-width: 768px) {
  .block.two_columns.style-1 .col {
    padding-right: 0;
    width: 100%;
  }
  .block.two_columns.style-1 .col:last-child {
    padding-left: 0;
  }
  .block.two_columns.style-1 .col.general {
    order: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .block.two_columns.style-1 .col.image {
    text-align: center;
    order: 2;
    padding: 0;
  }
  .block.two_columns h3, .block.two_columns p {
    text-align: center;
  }
  .block.two_columns img {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.block.form {
  /*content here*/
}

.block.form .form--content .form--header {
  margin-bottom: 3rem;
}

.block.form .form--content .form--header .form--title {
  text-align: center;
  font-size: 1.82rem;
}

.block.form .gform_body li:first-child {
  margin-top: 0;
}

.block.form .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
  margin: 0;
  font-size: 1rem;
}

.block.form .gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 1rem;
}

.block.form .gform_wrapper .top_label div.ginput_container {
  max-width: 90%;
}

.block.form .gform_wrapper .top_label input:not([type=submit]) {
  width: 100%;
}

.block.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.block.form .gform_wrapper textarea {
  border: none;
  background: #f1f2f2;
}

.block.form .site-logo {
  position: relative;
  background-color: #00263c;
}

.block.form .site-logo:before, .block.form .site-logo:after {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 0.75rem;
  top: 0;
  background-color: #00263c;
}

.block.form .site-logo:before {
  left: -0.75rem;
}

.block.form .site-logo:after {
  right: -0.75rem;
}

.block.form .contact-info p {
  margin: 0;
}

.block.form .contact-info span.glyphicon {
  font-size: 1.5rem;
  opacity: .8;
}

.block.form .contact-info .site-logo {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.block.form .contact-info .site-logo img {
  max-width: 150px;
}

.block.form .contact-info .contact-phone {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #a7a9ac;
  border-bottom: 1px solid #a7a9ac;
}

.block.form .contact-info .contact-address {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #a7a9ac;
}

/*--------------------------------------------------------------
# Three circles
--------------------------------------------------------------*/
.block.three_circles {
  /*content here*/
}

.block.three_circles.style-1 .three_circles--title {
  color: white;
}

.block.three_circles.style-1 .single-circle-wrapper p {
  color: black;
  font-size: 1rem;
  font-weight: bold;
}

.block.three_circles.style-1 .circle-link:hover p {
  color: white;
}

.block.three_circles.style-1 .copy {
  color: white;
  font-weight: bold;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.33);
}

.block.three_circles.style-1 .button.button.button {
  color: black;
  border-color: white;
}

.block.three_circles.style-1 .button.button.button:hover {
  color: white;
}

.block.three_circles .three_circles--content {
  text-align: center;
}

.block.three_circles .three_circles--title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2.75rem;
}

.block.three_circles h2 {
  text-align: center;
}

.block.three_circles img {
  border-radius: 50%;
  margin-bottom: 1.6rem;
}

.block.three_circles .circles-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -0.75rem;
  width: calc(100% + 1.5rem);
}

.block.three_circles .circles-wrapper .single-circle-wrapper {
  width: calc(100% / 3);
  width: calc(33.33333333%);
  padding: 0 0.75rem 2.75rem;
  text-align: center;
}

@media (max-width: 768px) {
  .block.three_circles .circles-wrapper .single-circle-wrapper {
    width: calc(60%);
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .block.three_circles .circles-wrapper .label {
    font-size: 18px;
  }
}

.block.three_circles .circle-link:hover img {
  box-shadow: 0 0 10px 0 rgba(125, 125, 125, 0.5);
}

.block.three_circles.accent-orange .circle-link:hover img, .block.three_circles.accent-purple .circle-link:hover img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.block.three_circles .copy {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 1.6rem;
  display: block;
  font-size: .8rem;
}

.block.three_circles .copy *:last-child {
  margin-bottom: 0;
}

.block.three_circles .button {
  text-align: center;
  width: auto;
}

/*--------------------------------------------------------------
# Documents
--------------------------------------------------------------*/
.block.documents {
  /*content here*/
}

.block.documents .documents--content {
  padding-bottom: 6rem;
}

.block.documents .documents--content h3 {
  text-align: center;
}

.block.documents .documents--content .document {
  margin-top: 1rem;
  color: #58595b;
  align-items: stretch;
}

.block.documents .documents--content .document .col-xs-10 {
  background: #f1f2f2;
  display: flex;
  /* nested flex container */
  flex-direction: column;
  justify-content: center;
  /* center flex items vertically */
}

.block.documents .documents--content .document .col-xs-10 h4 {
  margin: 0;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: normal;
}

.block.documents .documents--content .document .col-xs-2 {
  background: #a7a9ac;
  display: flex;
  /* nested flex container */
  flex-direction: column;
  justify-content: center;
  /* center flex items vertically */
}

.block.documents .documents--content .document .col-xs-2 span {
  text-align: center;
  border: none;
  color: #fff;
  font-size: 1.14rem;
}

.block.documents .documents--content .document .col-xs-2 span:hover {
  background: none;
}

.block.documents .documents--content .document:hover {
  text-decoration: none;
}

.block.documents .documents--content .document:hover .col-xs-10 {
  background: #d1d3d4;
}

.block.documents .documents--content .document:hover .col-xs-2 {
  background: #00263c;
}

/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.block.projects {
  /*content here*/
}

.block.projects .projects--content .project {
  margin-bottom: 3rem;
}

.block.projects .projects--content .project:last-child {
  margin-bottom: 0;
}

.block.projects .projects--content .project img {
  margin-bottom: 1rem;
}

.block.projects .projects--content .project .project-description {
  text-align: center;
}

.block.projects .projects--content .project .project-description p {
  font-size: .82rem;
}

.stats-container {
  align-items: normal;
  flex-wrap: wrap;
}

.stats-container .stat {
  text-align: center;
  margin-bottom: 1rem;
}

.stats-container .stat .stat-number {
  font-size: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .stats-container .stat .stat-number {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .stats-container .stat .stat-number {
    font-size: 1.4rem;
  }
}

.stats-container .stat .stat-description {
  font-size: .82rem;
  display: block;
}

/*--------------------------------------------------------------
# Statistics
--------------------------------------------------------------*/
.block.statistics {
  padding: 0;
  margin: -3rem 0 0;
  /*content here*/
}

.block.statistics .inner-block-wrapper {
  text-align: center;
}

.block.statistics .statistics--content {
  background: #00263c;
  align-items: normal;
  padding: 1rem 0;
}

.block.statistics .statistics--content .stat {
  text-align: center;
}

@media (max-width: 768px) {
  .block.statistics .statistics--content .stat {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .block.statistics .statistics--content .stat:last-child {
    margin-bottom: 0;
  }
}

.block.statistics .statistics--content .stat .stat-number {
  font-size: 1.6rem;
  display: inline;
  color: #fff;
  font-weight: bold;
}

.block.statistics .statistics--content .stat .stat-number.flipped {
  font-size: 2rem;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .block.statistics .statistics--content .stat .stat-number.flipped {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .block.statistics .statistics--content .stat .stat-number.flipped {
    font-size: 3rem;
  }
}

.block.statistics .statistics--content .stat .stat-description {
  font-size: .82rem;
  display: block;
  color: #fff;
}

@media (min-width: 768px) {
  .block.statistics .statistics--content .stat.col-sm-4:nth-of-type(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

/*--------------------------------------------------------------
# Statistics for Construction page
--------------------------------------------------------------*/
.block.statistics_construction {
  padding-top: 2rem;
  padding-bottom: 0;
  /*content here*/
}

.block.statistics_construction .statistics_construction--content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.block.statistics_construction .statistics_construction--content .stat {
  text-align: center;
  margin-bottom: 1.5rem;
}

.block.statistics_construction .statistics_construction--content .stat .stat-number {
  font-size: 2rem;
  display: inline;
}

@media (min-width: 768px) {
  .block.statistics_construction .statistics_construction--content .stat .stat-number {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .block.statistics_construction .statistics_construction--content .stat .stat-number {
    font-size: 2.8rem;
  }
}

.block.statistics_construction .statistics_construction--content .stat .stat-number.flipped {
  font-size: 3rem;
  line-height: 1.1;
}

.block.statistics_construction .statistics_construction--content .stat .stat-description {
  font-size: .82rem;
  display: block;
}

/*--------------------------------------------------------------
# Team Members
--------------------------------------------------------------*/
.block.team_members {
  padding-top: 0;
  padding-bottom: 0;
  /*content here*/
}

.block.team_members h2.team_members--title {
  display: block;
  text-align: center;
}

.block.team_members .team_members--container {
  flex-wrap: wrap;
  margin-top: 2rem;
}

.block.team_members .team-member {
  background: #f1f2f2;
  padding: 100px 0 0;
  position: relative;
  border: 1px solid #fff;
}

@media (max-width: 768px) {
  .block.team_members .team-member {
    width: 100%;
  }
}

.block.team_members .team-member .team-member-image {
  text-align: center;
}

.block.team_members .team-member .team-member-image img {
  max-height: 380px;
  width: auto;
}

.block.team_members .team-member .team-member-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  background: rgba(0, 32, 60, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.block.team_members .team-member .team-member-info h2 {
  color: #07a7e3;
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .block.team_members .team-member .team-member-info h2 {
    font-size: 1.8rem;
  }
}

.block.team_members .team-member .team-member-info h4 {
  color: #fff;
  font-size: .8rem;
}

.block.team_members .team-member .team-member-info p {
  color: #fff;
  margin-bottom: 0;
  font-size: .7rem;
}

.block.team_members .team-member:hover .team-member-info {
  opacity: 1;
}

@media (max-width: 768px) {
  .block.team_members h3, .block.team_members p {
    text-align: center;
  }
  .block.team_members img {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Three Columns
--------------------------------------------------------------*/
.block.three_columns {
  /*content here*/
}

.block.three_columns .three_columns--content {
  text-align: center;
}

@media (max-width: 768px) {
  .block.three_columns .three_columns--content .col {
    margin-bottom: 2rem;
  }
}

.block.three_columns .three_columns--content .col:nth-last-child(2) {
  padding-left: 0;
}

.block.three_columns .three_columns--content h4 {
  font-size: 1rem;
  color: #07a7e3;
  text-transform: uppercase;
  margin-bottom: 0;
}

.block.three_columns .three_columns--subtitle {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .block.three_columns h3, .block.three_columns p {
    text-align: center;
  }
  .block.three_columns img {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */