/* normalize: http://necolas.github.io/normalize.css/ */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

* {
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
FONT STACKS
*********************/
/*********************
Grid gutter width
*********************/
/*********************
Default bottom margin

This is used for paragraphs,
lists, and pretty much everywhere
as a base to help with vertical rhythm
*********************/
/*********************
The golden ratio
*********************/
/*********************
COLORS
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
BUTTONS
*********************/
#wp-submit,
.search-submit,
.form-submit input,
.button,
.u-btn,
a.u-btn, .u-btn--blue,
a.u-btn--blue, .u-btn--cta,
a.u-btn--cta,
.button-cta,
a.button-cta, #wp-submit:visited,
.search-submit:visited,
.form-submit input:visited,
.button:visited,
.u-btn:visited, .u-btn--blue:visited, .u-btn--cta:visited,
.button-cta:visited {
  background-color: #9ba5b0;
  border: 1px solid #9ba5b0;
  border-radius: 8px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  height: 2.25rem;
  line-height: 2.25rem;
  min-width: 160px;
  padding: 0 2rem;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out; }
  #wp-submit:hover,
  .search-submit:hover,
  .form-submit input:hover,
  .button:hover,
  .u-btn:hover, .u-btn--blue:hover, .u-btn--cta:hover,
  .button-cta:hover, #wp-submit:focus,
  .search-submit:focus,
  .form-submit input:focus,
  .button:focus,
  .u-btn:focus, .u-btn--blue:focus, .u-btn--cta:focus,
  .button-cta:focus, #wp-submit:visited:hover,
  .search-submit:visited:hover,
  .form-submit input:visited:hover,
  .button:visited:hover,
  .u-btn:visited:hover, .u-btn--blue:visited:hover, .u-btn--cta:visited:hover,
  .button-cta:visited:hover, #wp-submit:visited:focus,
  .search-submit:visited:focus,
  .form-submit input:visited:focus,
  .button:visited:focus,
  .u-btn:visited:focus, .u-btn--blue:visited:focus, .u-btn--cta:visited:focus,
  .button-cta:visited:focus {
    background-color: #298ab1;
    border-color: #298ab1;
    color: white;
    text-decoration: none; }
  #wp-submit:active,
  .search-submit:active,
  .form-submit input:active,
  .button:active,
  .u-btn:active, .u-btn--blue:active, .u-btn--cta:active,
  .button-cta:active, #wp-submit:visited:active,
  .search-submit:visited:active,
  .form-submit input:visited:active,
  .button:visited:active,
  .u-btn:visited:active, .u-btn--blue:visited:active, .u-btn--cta:visited:active,
  .button-cta:visited:active {
    top: 1px; }

#wp-submit,
.search-submit,
.form-submit input,
.button,
.u-btn,
a.u-btn {
  text-decoration: none; }

.u-btn--blue, .u-btn--blue:visited,
a.u-btn--blue,
a.u-btn--blue:visited {
  background: #7baed4;
  border-color: #7baed4;
  color: white;
  text-decoration: none; }
  .u-btn--blue:hover, .u-btn--blue:focus, .u-btn--blue:visited:hover, .u-btn--blue:visited:focus,
  a.u-btn--blue:hover,
  a.u-btn--blue:focus,
  a.u-btn--blue:visited:hover,
  a.u-btn--blue:visited:focus {
    background-color: #5d6770;
    border-color: #5d6770;
    color: white; }
  .u-btn--blue:active, .u-btn--blue:visited:active,
  a.u-btn--blue:active,
  a.u-btn--blue:visited:active {
    top: 1px; }

.u-btn--cta,
a.u-btn--cta,
.button-cta,
a.button-cta {
  font-size: 1.714285714em;
  line-height: 4.5rem;
  padding: 0 3rem; }

/******************************************************************

Stylesheet: Typography

Some Guidelines:

- Do yourself a favor, and only use these target pixel sizes: 5, 7, 9, 12, 16, 21, 28, 37, 50, 67, 83
	These sizes are based off of the proportion of 3:4
	
	If one of these sizes isn't quite achieving the effect you want, there are tons of other things you 
	can do: use bold or italics, use all-caps (for titling and metadata), or use a different color. Stick 
	with these sizes, and worry about something else.

- Never More Than Fifteen Words on a Line

http://webdesign.tutsplus.com/articles/9-quick-wins-for-halfway-decent-design--cms-19444

- Pay attention to the Vertical Rhythm

http://webdesign.tutsplus.com/articles/improving-layout-with-vertical-rhythm--webdesign-14070

******************************************************************/
/******************************************************************
FONT BASE
******************************************************************/
body {
  font-size: 100%;
  line-height: 1.8;
  color: #5d6770;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  fill: #5d6770;
  text-align: center; }

svg {
  fill: currentColor; }
  svg.icon {
    display: inline-block;
    vertical-align: baseline; }
  svg use {
    pointer-events: none; }

/** /
::selection {
	background: $link_color;
	color: black !important;
	text-shadow: none;
}
/**/
hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid white;
  margin: 0 0 1em;
  padding: 0; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  clear: both;
  color: #5d6770;
  font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0 0 0.9375rem;
  text-transform: uppercase; }
  h1 a,
  h1 a:visited, .h1 a,
  .h1 a:visited,
  h2 a,
  h2 a:visited, .h2 a,
  .h2 a:visited,
  h3 a,
  h3 a:visited, .h3 a,
  .h3 a:visited,
  h4 a,
  h4 a:visited, .h4 a,
  .h4 a:visited,
  h5 a,
  h5 a:visited, .h5 a,
  .h5 a:visited {
    text-decoration: none; }

h1, .h1 {
  color: #9ecdef;
  font-size: 2.142857143em;
  line-height: 1.25; }

h2, .h2 {
  color: #298ab1;
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-bottom: 1rem; }

h3, .h3 {
  font-size: 1.0625rem;
  letter-spacing: 2px;
  line-height: 1.25;
  margin-bottom: 1.25rem; }

h4, .h4 {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1.4em;
  font-style: italic;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 0.25em;
  text-transform: none; }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px; }

@media screen and (min-width: 48em) {
  h4, .h4 {
    font-size: 1.5625em; } }

@media medium {
  h4, .h4 {
    font-size: 1.5625em; } }

/******************************************************************
BASE ELEMENTS
******************************************************************/
p {
  letter-spacing: 0px;
  margin: 0 0 0.9375rem; }

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

blockquote {
  margin: 0 0 1.875rem 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #5d6770;
  font-style: italic;
  color: #9ba5b0; }

address {
  margin: 0 0 1.875rem; }

pre {
  background: black;
  color: #e9e9e9;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9em;
  margin: 0 0 1.875rem;
  max-width: 100%;
  padding: 1em;
  overflow: auto; }

abbr, acronym {
  cursor: help; }

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

/******************************************************************
ENTRY CONTENT
******************************************************************/
#tinymce {
  padding: 0.9375rem 1.875rem !important;
  text-align: left; }

#tinymce a,
.Entry-content a,
.Introduction-content a {
  text-decoration: underline; }

#tinymce ul, #tinymce ol,
.Entry-content ul,
.Entry-content ol,
.Introduction-content ul,
.Introduction-content ol {
  margin: 0 0 1.875rem 1.875rem; }

#tinymce ul,
.Entry-content ul,
.Introduction-content ul {
  list-style: disc; }

#tinymce ol,
.Entry-content ol,
.Introduction-content ol {
  list-style: decimal; }

#tinymce li > ul,
#tinymce li > ol,
.Entry-content li > ul,
.Entry-content li > ol,
.Introduction-content li > ul,
.Introduction-content li > ol {
  margin-bottom: 0;
  margin-left: 1em; }

#tinymce dt,
.Entry-content dt,
.Introduction-content dt {
  font-weight: bold; }

#tinymce dd,
.Entry-content dd,
.Introduction-content dd {
  margin: 0 1em 1.875rem; }

#tinymce table,
.Entry-content table,
.Introduction-content table {
  margin: 0 0 1.875rem;
  width: 100%; }

#tinymce th,
.Entry-content th,
.Introduction-content th {
  font-weight: bold; }

/******************************************************************
CUSTOM
******************************************************************/
/*********************
IMPORTING LIBRARIES
*********************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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 {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/*********************
IMPORTING MODULES
*********************/
/******************************************************************

Stylesheet: WP Images

******************************************************************/
/******************************************************************
RESPONSIVE VIDEO
******************************************************************/
.video-container {
  height: 0;
  margin-bottom: 1.875rem;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  .video-container iframe,
  .video-container object,
  .video-container embed,
  .video-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/******************************************************************
ENTRY CONTENT IMAGES
******************************************************************/
.Entry-content img {
  height: auto;
  margin: 0 0 1.875rem;
  max-width: 100%; }

/* end .entry-content */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 30em) {
  .alignleft, img.alignleft, figure.alignleft, dl.alignleft {
    display: inline;
    float: left;
    margin-left: 0em;
    margin-right: 1.875rem; }
  .alignright, img.alignright, figure.alignright, dl.alignright {
    display: inline;
    float: right;
    margin-left: 1.875rem;
    margin-right: 0em; }
  .aligncenter, img.aligncenter, figure.aligncenter, dl.aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto; } }

.alignnone, img.alignnone, figure.alignnone, dl.alignnone, .alignnone img {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

/******************************************************************
CAPTIONS
******************************************************************/
.wp-caption {
  max-width: 100%;
  background: #e9e9e9;
  font-size: 0.75em;
  padding: 0.333333333em 0;
  text-align: center;
  /* images inside wp-caption */ }
  .wp-caption.alignleft {
    margin-right: 1.875rem; }
  .wp-caption.alignright {
    margin-left: 1.875rem; }
  .wp-caption.aligncenter {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.9em;
    margin: 4px 0 7px;
    text-align: center; }

/******************************************************************
HTML5 IMAGE GALLERY
******************************************************************/
.gallery {
  text-align: justify; }
  .gallery .gallery-item {
    margin: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: .5em; }
  .gallery img {
    display: block;
    transform: translateZ(0); }
  .gallery .gallery-caption {
    text-align: left;
    padding: .25em 0; }
  .gallery:after {
    content: '';
    display: inline-block;
    width: 100%; }
  @media screen and (min-width: 48em) {
    .gallery .gallery-item {
      width: 25%; }
    .gallery img:hover {
      opacity: .7;
      transition: opacity .2s ease; } }
  @media medium {
    .gallery .gallery-item {
      width: 25%; }
    .gallery img:hover {
      opacity: .7;
      transition: opacity .2s ease; } }

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  background-color: white;
  border: 1px solid #9c9c9c;
  border-radius: 8px;
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  color: #5d6770;
  display: block;
  font-size: 1em;
  height: 3em;
  line-height: 1em;
  margin-bottom: 0;
  padding: 0.75em 0.75em !important;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.24s ease-in-out;
  vertical-align: middle;
  width: 100%; }

textarea {
  line-height: 1.5em;
  max-width: 100%;
  min-height: 120px;
  overflow: auto; }

.gform_wrapper {
  margin: 0 auto;
  max-width: 640px; }
  .gform_wrapper label,
  .gform_wrapper .gfield_label {
    display: none; }
  .gform_wrapper ul,
  .gform_wrapper ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .gform_wrapper .gfield {
    padding: 0.9375rem; }
  .gform_wrapper #field_1_1,
  .gform_wrapper #field_1_2 {
    float: left;
    width: 50%; }
  .gform_wrapper #field_1_3 {
    clear: both; }

.validation_error {
  background: red;
  color: white;
  margin: 0 0.9375rem; }

.validation_message {
  font-weight: bold; }

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/*********************
NAVIGATION BASE STYLES
*********************/
nav {
  margin: 0;
  /* highlight current page */ }
  nav li {
    display: block; }
    nav li a,
    nav li a:visited {
      color: #298ab1;
      cursor: pointer;
      text-decoration: none;
      padding: 0 0.9375rem;
      transition: background 0.3s linear, color 0.2s linear, line-height 0.3s ease-in-out; }
    nav li:hover > a,
    nav li:hover > a:visited,
    nav li a:hover,
    nav li a:focus {
      background: #1f6a88;
      color: white; }
    nav li ul.sub-menu li a, nav li ul.sub-menu li a:visited,
    nav li ul.children li a,
    nav li ul.children li a:visited {
      padding-left: 30px; }
  nav li.current-menu-item a,
  nav li.current_page_item a,
  nav li.current-page-ancestor a {
    background: #1f6a88;
    color: white;
    cursor: default; }
  @media screen and (min-width: 48em) {
    nav li {
      display: inline;
      float: left;
      position: relative; } }
  @media medium {
    nav li {
      display: inline;
      float: left;
      position: relative; } }

.MobileNav {
  background: transparent;
  border: 0px solid white;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0;
  height: 50px;
  left: 0.9375rem;
  margin: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  text-indent: -9999em;
  top: 0.9375rem;
  transition: all 0.3s ease-in-out;
  width: 50px;
  z-index: 1000; }
  .MobileNav span {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(0deg); }
    .MobileNav span, .MobileNav span::before, .MobileNav span::after {
      background-color: white;
      border-radius: 2px;
      display: block;
      height: 4px;
      position: absolute;
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s linear;
      width: 30px; }
    .MobileNav span::before, .MobileNav span::after {
      content: '';
      left: 0; }
    .MobileNav span::before {
      top: -8px; }
    .MobileNav span::after {
      bottom: -8px; }
  .MobileNav:hover span, .MobileNav:hover span::before, .MobileNav:hover span::after, .MobileNav:focus span, .MobileNav:focus span::before, .MobileNav:focus span::after {
    background-color: #9ecdef; }
  .MobileNav.is-active {
    border: 1px solid white; }
    .MobileNav.is-active:hover, .MobileNav.is-active:focus {
      border-color: #9ecdef; }
    .MobileNav.is-active span {
      background-color: transparent;
      transform: translate(-50%, -50%) rotateY(180deg); }
      .MobileNav.is-active span::before {
        transform: translate3d(0, 8px, 0) rotate(45deg); }
      .MobileNav.is-active span::after {
        transform: translate3d(0, -8px, 0) rotate(-45deg); }

/**/
.MainNav {
  font-size: 1.75em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .MainNav li {
    display: block !important;
    padding: 1vh 0;
    width: 100%; }
    .MainNav li a,
    .MainNav li a:visited {
      color: white;
      display: block;
      padding: 0; }
    .MainNav li:hover > a,
    .MainNav li:hover > a:visited,
    .MainNav li a:hover,
    .MainNav li a:focus {
      background: transparent;
      color: #9ecdef; }
  .MainNav li.current-menu-item a,
  .MainNav li.current_page_item a,
  .MainNav li.current-page-ancestor a {
    background: transparent;
    color: #1f6a88; }

/**/
.NavDrawer {
  bottom: 0;
  padding: 1.75em;
  position: fixed;
  left: 0;
  text-align: left;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out 0.1s;
  width: 100%;
  z-index: 999; }
  .NavDrawer:before {
    background: rgba(0, 115, 163, 0.65);
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

/**/
.NavOverlay {
  background-color: white;
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s linear 0.2s;
  z-index: -10; }

body.is-navOpen .MobileNav {
  position: fixed; }

body.is-navOpen .NavDrawer {
  transform: translateX(0); }

body.is-navOpen .NavOverlay {
  opacity: 0.75;
  z-index: 100; }

@media screen and (min-width: 30em) {
  .NavDrawer {
    width: 75%; } }

@media screen and (min-width: 48em) {
  .MobileNav {
    left: 6.1vw;
    top: 50px; }
  .MainNav {
    font-size: 2em;
    left: 7.2vw; }
  .NavDrawer {
    width: 60%; } }

@media medium {
  .MobileNav {
    left: 6.1vw;
    top: 50px; }
  .MainNav {
    font-size: 2em;
    left: 7.2vw; }
  .NavDrawer {
    width: 60%; } }

@media screen and (min-height: 530px) {
  .MainNav li {
    padding: 3vh 0; } }

/** /
.Page {
	//transition: transform 0.3s ease-in-out;
}

body.is-navOpen {
	& .Page {
		//transform: translateX($drawer_width);
	}

	& .NavOverlay {
		display: block;
		opacity: 0.5;
	}
}

	.NavDrawer {
		background: none;
		box-shadow: none;
		float: right;
		margin: 0 auto;
		padding: 0;
		position: relative;
		top: 0;
		transform: none;
		transition: none;
		width: 70%;
		z-index: 1;

		& .MainNav {
			margin-left: auto;
			margin-right: auto;
		}
	}

	.NavOverlay,
	.MobileNav {
		display: none !important;
	}

	.MainNav {
		display: block !important;
		float: right;
		font-size: 1em;
		font-weight: 700;
		padding: 0;

		& ul {
			display: block;
			float: right;
			text-align: right;
		}

		& li {
			& a,
			& a:visited {
				line-height: 90px;
			}
		}
	}

	body.is-navOpen {
		& .Page {
			//transform: none;
		}

		& .NavOverlay {
			display: none;
		}
	}
/**/
.Header {
  min-height: 100vh;
  position: relative; }

.Header-wrap {
  min-height: 100vh;
  padding-top: 1.875rem; }

.Introduction {
  font-size: 1.25rem;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%; }
  .Introduction .u-wrap {
    max-width: 850px; }
  .Introduction-title {
    font-size: 1.25em; }
  .Introduction-content {
    color: white;
    font-family: "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: .9em;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 1.5; }

@media screen and (min-width: 30em) {
  .Introduction {
    font-size: 5vw; } }

@media screen and (min-width: 48em) {
  .Header {
    min-height: 75vh; }
  .Header-wrap {
    min-height: 75vh;
    padding-top: 50px; }
  .Introduction {
    font-size: 2.35vw;
    width: 65%; } }

@media medium {
  .Header {
    min-height: 75vh; }
  .Header-wrap {
    min-height: 75vh;
    padding-top: 50px; }
  .Introduction {
    font-size: 2.35vw;
    width: 65%; } }

@media screen and (min-width: 90em) {
  .Introduction {
    font-size: 2.125rem; } }

@media xlarge {
  .Introduction {
    font-size: 2.125rem; } }

.Brand {
  float: right;
  padding: 0;
  position: absolute;
  z-index: 1000;
  right: 1.875rem;
  text-align: center;
  top: 1.875rem;
  max-width: 220px;
  width: 50vw; }
  .Brand a,
  .Brand img,
  .Brand svg {
    display: block;
    width: 100%; }
  .Brand svg {
    fill: white; }
  .Brand a:hover {
    opacity: .7; }

@media screen and (min-width: 48em) {
  .Brand {
    max-width: 300px;
    right: 6.1vw;
    top: 50px;
    width: 18vw; } }

@media medium {
  .Brand {
    max-width: 300px;
    right: 6.1vw;
    top: 50px;
    width: 18vw; } }

.Footer {
  background: #51748b;
  clear: both;
  color: #e9e9e9;
  font-size: 0.875em;
  font-weight: 100;
  margin-top: 0;
  padding: 1.875rem 0;
  position: relative; }
  .Footer nav {
    margin: 1.875rem 0 0 0.5rem; }
    .Footer nav li a,
    .Footer nav li a:visited {
      background: none;
      color: white;
      font-weight: 400;
      padding: 0 0.5rem; }
    .Footer nav li a:focus,
    .Footer nav li a:hover {
      color: #298ab1; }

@media screen and (min-width: 48em) {
  .Footer nav {
    float: left;
    margin: 1.875rem 0 0 0.5rem; }
    .Footer nav li {
      border-left: 1px solid white;
      float: left; } }

@media medium {
  .Footer nav {
    float: left;
    margin: 1.875rem 0 0 0.5rem; }
    .Footer nav li {
      border-left: 1px solid white;
      float: left; } }

/*********************
ARROWS
*********************/
.PageContent-slide > div {
  background-position: center center;
  background-size: cover;
  height: 100vh; }
  .PageContent-slide > div .u-wrap {
    left: 50%;
    position: absolute;
    top: 58%;
    transform: translate(-50%, -50%); }

.PageContent-slideshowContent {
  background: rgba(255, 255, 255, 0.4);
  left: 50%;
  padding: 2em 0;
  position: absolute;
  top: 58%;
  transform: translate(-50%, -50%); }
  .PageContent-slideshowContent .Entry-content h1 {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5); }
  .PageContent-slideshowContent .Entry-content h3 {
    text-shadow: 0px 1px 5px rgba(255, 255, 255, 0.5); }

@media screen and (min-width: 48em) {
  .PageContent-slide > div {
    background-attachment: fixed; }
  .PageContent-slideshowContent {
    top: 58%; } }

@media medium {
  .PageContent-slide > div {
    background-attachment: fixed; }
  .PageContent-slideshowContent {
    top: 58%; } }

/*********************
ARROWS
*********************/
.slick-arrow {
  background: white;
  border: none;
  cursor: pointer;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  z-index: 1; }
  .slick-arrow svg {
    fill: none;
    left: 50%;
    position: absolute;
    stroke: #9ba5b0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px; }
  .slick-arrow.arrow-left {
    left: 0; }
  .slick-arrow.arrow-right {
    right: 0; }
  .slick-arrow:hover {
    background: #9ba5b0; }
    .slick-arrow:hover svg {
      stroke: white; }

/*********************
DOTS
*********************/
.slick-dots {
  bottom: 1.875rem;
  display: block;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    position: relative; }
    .slick-dots li button {
      background: transparent;
      border: 1px solid white;
      border-radius: 50%;
      cursor: pointer;
      display: block;
      height: 14px;
      margin: 0;
      padding: 0 !important;
      text-indent: -9999em;
      width: 14px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        border: 1px solid #298ab1; }
    .slick-dots li.slick-active button {
      background: white; }

.Entry-multiSlides {
  padding-bottom: 1.875rem; }
  .Entry-multiSlides .Entry-slide {
    padding: 0.9375rem; }
    .Entry-multiSlides .Entry-slide img {
      background: white;
      height: auto;
      margin: 0 auto;
      padding: 0.9375rem;
      width: 100%; }
  .Entry-multiSlides .slick-dots {
    bottom: -2em; }

/*********************
SITE
*********************/
/*********************
GENERAL STYLES
*********************/
html,
body {
  min-height: 100%; }

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

body {
  background: url(../img/bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  position: relative; }
  body > svg {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: -9999em;
    width: 0; }
  body.mce-content-body {
    background-image: none;
    text-align: left; }

#Page {
  position: relative; }

#What {
  background: white; }

#How {
  background: #51748b; }

#Who {
  background: white; }

/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #298ab1;
  text-decoration: none;
  transition: color 0.2s linear;
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #1f6a88; }
  a:active,
  a:visited:active {
    color: #16495e; }
  a:link,
  a:visited:link {
    -webkit-tap-highlight-color: rgba(41, 138, 177, 0.5); }

/*********************
Global Utilities
*********************/
.u-wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .u-wrap {
      width: 90%; } }
  @media medium {
    .u-wrap {
      width: 90%; } }

.u-wrap:after,
.u-cf:after {
  clear: both;
  content: '';
  display: block; }

/* Text meant only for screen readers. */
.u-screenReaderText {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .u-screenReaderText:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    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. */ }

.u-section {
  clear: both;
  padding: 4.285714286em 0; }

.Page-skip:focus {
  background: #298ab1;
  box-shadow: 0 0 0.5em 0.15em rgba(0, 0, 0, 0.35);
  color: white !important;
  display: block;
  font-size: 1em;
  font-weight: 600;
  height: auto;
  left: 6px !important;
  line-height: normal;
  outline: 0;
  padding: 1em 2em;
  position: fixed !important;
  text-decoration: none;
  top: 6px !important;
  width: auto;
  z-index: 100000; }

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

/*********************
BACK TO TOP LINK
*********************/
.PagetopNav {
  background: #9ecdef;
  border: none;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  opacity: 1;
  position: fixed;
  right: 1.875rem;
  transition: visibility 0s, opacity 0.3s linear;
  visibility: visible;
  width: 50px;
  z-index: 1001; }
  .PagetopNav svg {
    fill: none;
    left: 50%;
    position: absolute;
    stroke: white;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px; }
  .PagetopNav:hover {
    background: #9ba5b0; }

.PagetopNav--hide {
  opacity: 0;
  visibility: hidden; }

/*********************
SECTION: WHAT
*********************/
.What {
  color: #51748b; }
  .What .u-section {
    padding-bottom: 0; }
  .What-icon {
    margin: 0 auto 0.9375rem;
    max-width: 38px; }
  .What-action {
    font-family: "brandon-grotesque", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 2rem;
    text-transform: uppercase; }
  .What .Tabs .u-wrap {
    padding-left: 0;
    padding-right: 0; }
  .What .Tabs-tab {
    display: block;
    padding: 1.875rem;
    position: relative;
    vertical-align: top; }
    .What .Tabs-tab p {
      margin: 0 auto;
      max-width: 300px; }
    .What .Tabs-tab:after {
      border: 30px solid transparent;
      border-bottom-color: #e9e9e9;
      border-bottom-width: 0;
      bottom: 0;
      content: '';
      font-family: monospace;
      font-size: 4.8em;
      height: 0;
      left: 50%;
      opacity: 1;
      overflow: hidden;
      position: absolute;
      right: 0;
      text-align: center;
      transform: translateX(-50%);
      transition: all 0.3s linear;
      width: 0; }
    .What .Tabs-tab.Tabs-active:after {
      border-bottom-width: 16px;
      opacity: 1; }
    .What .Tabs-tab.Tabs-active .What-arrow:before, .What .Tabs-tab.Tabs-active .What-arrow:after {
      height: 80%; }
    .What .Tabs-tab.Tabs-active .What-arrow:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .What .Tabs-tab.Tabs-active .What-arrow:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .What .Tabs-tab.Tabs-tab--fleet .What-icon,
    .What .Tabs-tab.Tabs-tab--fleet h3,
    .What .Tabs-tab.Tabs-tab--fleet a.What-action,
    .What .Tabs-tab.Tabs-tab--fleet a.What-action:visited {
      color: #51748b; }
    .What .Tabs-tab.Tabs-tab--solutions .What-icon,
    .What .Tabs-tab.Tabs-tab--solutions h3,
    .What .Tabs-tab.Tabs-tab--solutions a.What-action,
    .What .Tabs-tab.Tabs-tab--solutions a.What-action:visited {
      color: #298ab1; }
    .What .Tabs-tab.Tabs-tab--industries .What-icon,
    .What .Tabs-tab.Tabs-tab--industries h3,
    .What .Tabs-tab.Tabs-tab--industries a.What-action,
    .What .Tabs-tab.Tabs-tab--industries a.What-action:visited {
      color: #5ca49b; }
  .What a.What-action,
  .What a.What-action:visited {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .9em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle; }
    .What a.What-action .What-arrow,
    .What a.What-action:visited .What-arrow {
      border: 1px solid #51748b;
      border-radius: 50%;
      display: block;
      height: 16px;
      margin: 7px 0 0 9px;
      position: relative;
      transform: rotate(90deg);
      width: 16px; }
      .What a.What-action .What-arrow:before, .What a.What-action .What-arrow:after,
      .What a.What-action:visited .What-arrow:before,
      .What a.What-action:visited .What-arrow:after {
        background: #51748b;
        content: '';
        display: block;
        height: 50%;
        left: 50%;
        position: absolute;
        top: 50%;
        width: 1px; }
      .What a.What-action .What-arrow:before,
      .What a.What-action:visited .What-arrow:before {
        transform: translate(0, -15%) rotate(45deg);
        transition: all 0.3s ease-in-out; }
      .What a.What-action .What-arrow:after,
      .What a.What-action:visited .What-arrow:after {
        transform: translate(0, -85%) rotate(-45deg);
        transition: all 0.3s ease-in-out; }
  .What .Tabs-content {
    background: #e9e9e9;
    color: #51748b;
    display: none;
    float: left;
    margin-bottom: 1.875rem;
    position: relative;
    width: 100%; }
    .What .Tabs-content h4 {
      color: #51748b; }
    .What .Tabs-content > div {
      padding: 4.28571rem 0 2.41071rem; }
  .What #industries img,
  .What #fleet img {
    display: block;
    margin: 0 auto;
    max-width: 165px;
    width: 100%; }
  .What #industries p,
  .What #fleet p {
    padding: 0.9375rem; }
  .What #industries section,
  .What #fleet section {
    padding-top: 1.875rem;
    vertical-align: top; }
  .What #industries img {
    max-width: 90px; }
  .What #solutions ul {
    margin: 0;
    padding: 1.875rem 0; }
    .What #solutions ul li {
      font-size: 1.125rem;
      list-style: none;
      margin: 0;
      padding: 0.9375rem;
      vertical-align: top; }
  @media screen and (max-width: 48em) {
    .What .Tabs-tab {
      height: auto !important; } }
  @media screen and (min-width: 30em) {
    .What #fleet section {
      display: inline-block;
      overflow: hidden;
      width: 45%; }
    .What #solutions ul li {
      display: inline-block;
      width: 45%; }
    .What #industries section {
      display: inline-block;
      overflow: hidden;
      width: 33.333333%; } }
  @media screen and (min-width: 48em) {
    .What .Tabs-tab {
      display: inline-block;
      padding: 4.285714286rem 1vw;
      width: 30%; }
    .What .Tabs-content {
      margin-bottom: 0; }
    .What #fleet section {
      margin: auto;
      width: 30%; }
    .What #solutions ul li {
      width: 30%; }
    .What #industries section {
      width: 20%; } }
  @media medium {
    .What .Tabs-tab {
      display: inline-block;
      padding: 4.285714286rem 1vw;
      width: 30%; }
    .What .Tabs-content {
      margin-bottom: 0; }
    .What #fleet section {
      margin: auto;
      width: 30%; }
    .What #solutions ul li {
      width: 30%; }
    .What #industries section {
      width: 20%; } }
  @media screen and (min-width: 64em) {
    .What .Tabs-tab {
      padding-left: 4%;
      padding-right: 4%; } }
  @media large {
    .What .Tabs-tab {
      padding-left: 4%;
      padding-right: 4%; } }

.How h2 {
  color: #7baed4; }

.How h4 {
  color: white; }

.How .Entry-content {
  color: white;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 3.75rem;
  width: 100%; }
  .How .Entry-content p {
    letter-spacing: 1px; }

.How .How-arrow-left,
.How .How-arrow-right {
  background: transparent !important;
  border: 1px solid white;
  border-radius: 50%;
  display: block;
  float: right;
  height: 18px;
  margin: 0;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 18px; }
  .How .How-arrow-left:before, .How .How-arrow-left:after,
  .How .How-arrow-right:before,
  .How .How-arrow-right:after {
    background: white;
    content: '';
    display: block;
    height: 48%;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: transform 0.5s linear;
    width: 1px; }
  .How .How-arrow-left:before,
  .How .How-arrow-right:before {
    transform: translate(0, -15%) rotate(45deg); }
  .How .How-arrow-left:after,
  .How .How-arrow-right:after {
    transform: translate(0, -85%) rotate(-45deg); }

.How .How-arrow-left {
  float: left;
  left: 0.9375rem; }
  .How .How-arrow-left:before, .How .How-arrow-left:after {
    left: auto;
    right: 50%; }
  .How .How-arrow-left:before {
    transform: translate(0, -15%) rotate(-45deg); }
  .How .How-arrow-left:after {
    transform: translate(0, -85%) rotate(45deg); }

@media screen and (min-width: 48em) {
  .How .Entry-content {
    padding: 0;
    width: 90%; }
  .How .How-arrow-left {
    left: 6.1vw; }
  .How .How-arrow-right {
    right: 6.1vw; } }

@media medium {
  .How .Entry-content {
    padding: 0;
    width: 90%; }
  .How .How-arrow-left {
    left: 6.1vw; }
  .How .How-arrow-right {
    right: 6.1vw; } }

.Who .Entry-content {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 1.875rem;
  width: 100%; }
  .Who .Entry-content p {
    letter-spacing: 1px; }

.Who-logos {
  padding: 1.875rem 0 0; }

.Who-logo {
  display: block;
  margin: auto;
  margin-bottom: 1.875rem;
  max-width: 200px;
  width: 100%; }

@media screen and (max-width: 48em) {
  .Who-logos img:last-child {
    margin-bottom: 0; } }

@media screen and (min-width: 48em) {
  .Who .Entry-content {
    width: 90%; }
  .Who-logos {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    display: -ms-flexbox;
    display: flex; }
  .Who-logo {
    display: inline-block;
    width: 33.333333%; } }

@media medium {
  .Who .Entry-content {
    width: 90%; }
  .Who-logos {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    display: -ms-flexbox;
    display: flex; }
  .Who-logo {
    display: inline-block;
    width: 33.333333%; } }

.Contact h4 {
  color: white;
  margin-bottom: 1.875rem; }

.ContactForm {
  background: #e9e9e9; }

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

Stylesheet: Print

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .Sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
