/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

.login-wrap ul, .navigation, .add-navigation, .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #2d3d4f;
  background: #fff;
  font: 16px/1.2 "Work Sans", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #2d3d4f; }
  a:hover, a:focus {
    text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 0;
  margin: 0;
  padding: 0; }

.ui-widget {
  font-size: inherit; }

.ui-menu-item-wrapper {
  width: 100%; }

.gform_wrapper {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  /* Firefox bugfix */ }
  @media (max-width: 768px) {
    .gform_wrapper .gfield_label {
      margin: 20px 0;
      display: inline-block;
      width: 100%; } }
  @media (min-width: 768px) {
    .gform_wrapper {
      padding-top: 32px; }
      .gform_wrapper .gfield_label {
        max-width: 42%;
        width: 1000px; }
      .gform_wrapper .acf-label {
        width: 42%; }
      .gform_wrapper .acf-input {
        padding-left: 25px; } }
  .gform_wrapper .gform_validation_container {
    position: absolute;
    top: -999em;
    overflow: hidden;
    height: 0;
    width: 0; }
  .gform_wrapper .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0.8em 2.1em 0.4em .5em; }
  .gform_wrapper .ui-selectmenu-button {
    border-radius: 0; }
  .gform_wrapper .ui-selectmenu-icon {
    display: none; }
  .gform_wrapper .gfield_required {
    display: none; }
  .gform_wrapper .gfield_select {
    width: 99% !important; }
  .gform_wrapper .gfield_radio li {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 20px; }
  .gform_wrapper li {
    position: relative;
    list-style: none;
    margin-bottom: 15px; }
    .gform_wrapper li h2 {
      font-size: inherit;
      font-weight: bold; }
    .gform_wrapper li .validation_message {
      color: #e74c3c;
      flex: 0 1 100%;
      margin-top: 10px; }
    @media (min-width: 768px) {
      .gform_wrapper li.gfield_error {
        flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .gform_wrapper li:not(.gsection) {
        display: flex; } }
    .gform_wrapper li.pw-weak {
      display: none; }
    .gform_wrapper li [type="radio"] {
      display: none; }
    .gform_wrapper li [type="radio"]:checked + label:before {
      opacity: 1; }
    .gform_wrapper li .gfield_radio li label {
      padding: 0 70px 0 45px; }
      .gform_wrapper li .gfield_radio li label:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #e6e6e6;
        vertical-align: middle;
        margin-right: 17px;
        left: 5px; }
      .gform_wrapper li .gfield_radio li label:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-color: #2d3d50;
        vertical-align: middle;
        margin-right: 17px;
        left: 10px;
        top: 5px;
        z-index: 999999;
        opacity: 0; }
    .gform_wrapper li .gfield_checkbox {
      padding: 0px;
      position: relative; }
      .gform_wrapper li .gfield_checkbox [type="checkbox"]:checked + label:before {
        opacity: 1; }
      .gform_wrapper li .gfield_checkbox input {
        display: none; }
      .gform_wrapper li .gfield_checkbox label {
        padding: 0 70px 0 45px; }
        .gform_wrapper li .gfield_checkbox label:after, .gform_wrapper li .gfield_checkbox label:before {
          content: '';
          position: absolute;
          display: inline-block;
          width: 20px;
          height: 20px;
          background-color: #e6e6e6;
          vertical-align: middle;
          margin-right: 17px;
          left: 5px;
          top: 0px; }
        .gform_wrapper li .gfield_checkbox label:before {
          width: 10px;
          height: 10px;
          background-color: #2d3d50;
          vertical-align: middle;
          margin-right: 17px;
          left: 10px;
          top: 5px;
          z-index: 100;
          opacity: 0; }
    .gform_wrapper li .slider-display {
      margin-top: 0.3em; }
    @media (min-width: 768px) {
      .gform_wrapper li > div:first-child span {
        padding: 0;
        margin-top: -10px; } }
  .gform_wrapper .tml-fields {
    display: block !important; }
    .gform_wrapper .tml-fields p {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .gform_wrapper .tml-fields p {
          display: flex; } }
    @media (max-width: 768px) {
      .gform_wrapper .tml-fields label {
        margin: 20px 0;
        margin-right: 25px;
        display: inline-block;
        width: 100%; } }
    @media (min-width: 768px) {
      .gform_wrapper .tml-fields label {
        margin-right: 25px;
        max-width: 42%;
        width: 1000px; } }
  @media (min-width: 768px) {
    .gform_wrapper li .ginput_container {
      max-width: 58%;
      width: 1000px;
      flex: 1; } }
  .gform_wrapper .fake-select, .gform_wrapper .ginput_container_select {
    display: block;
    position: relative;
    width: 99%;
    height: 52px;
    line-height: 52px; }
    .gform_wrapper .fake-select select, .gform_wrapper .fake-select .ui-selectmenu-button, .gform_wrapper .ginput_container_select select, .gform_wrapper .ginput_container_select .ui-selectmenu-button {
      vertical-align: top;
      display: inline-block;
      border: 1px solid #ccc;
      width: 100%;
      height: 100%;
      outline: none;
      padding-left: 5px;
      padding-right: 60px; }
    .gform_wrapper .fake-select:after, .gform_wrapper .ginput_container_select:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 16px 12px 0 12px;
      border-color: #999 transparent transparent transparent;
      transform: translateY(-50%);
      top: 50%;
      right: 13px;
      pointer-events: none; }
    .gform_wrapper .fake-select:before, .gform_wrapper .ginput_container_select:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 100%;
      right: 0;
      top: 0;
      background-color: #ccc;
      pointer-events: none; }
  .gform_wrapper label {
    margin-right: 70px; }
    .gform_wrapper label:last-child {
      margin-right: 0; }
  .gform_wrapper textarea {
    width: 100%;
    resize: none;
    height: 130px;
    border-color: #ccc;
    outline: none; }
    @media (min-width: 768px) {
      .gform_wrapper textarea {
        padding: 10px; } }
    .gform_wrapper textarea::-webkit-input-placeholder {
      color: #ccc; }
    .gform_wrapper textarea::-moz-placeholder {
      opacity: 1;
      color: #ccc; }
    .gform_wrapper textarea:-moz-placeholder {
      color: #ccc; }
    .gform_wrapper textarea:-ms-input-placeholder {
      color: #ccc; }
    .gform_wrapper textarea.placeholder {
      color: #ccc; }
  .gform_wrapper .jcf-select {
    width: 100%; }
  .gform_wrapper .tml-submit-wrap {
    text-align: right;
    display: block;
    width: 100%; }

button.sticky-list-edit {
  border: 0 none;
  padding: 0 none;
  background: transparent;
  text-decoration: underline; }
  button.sticky-list-edit:hover {
    text-decoration: none; }

.gform_body .gfield_label {
  margin-right: 25px; }
  .gfield_error .gform_body .gfield_label {
    flex: 1; }

.gform_fields, .gfield_radio {
  padding: 0;
  list-style: none; }

.tml-action-links {
  list-style: none;
  padding: 0;
  margin: 0; }
  .tml-action-links li {
    padding: 0;
    margin: 0; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-color: #ccc;
  outline: none;
  padding: 0.4em 0.7em;
  width: 100%; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ccc; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ccc; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #ccc; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ccc; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ccc; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #ccc; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* Menu items */
#menu-secondary-menu .twitter {
  margin-top: 20px; }
  @media (min-width: 768px) {
    #menu-secondary-menu .twitter {
      margin-top: 31px; } }
  #menu-secondary-menu .twitter span {
    font-weight: normal !important; }
#menu-secondary-menu .menu-item {
  font-weight: bold; }
  #menu-secondary-menu .menu-item .sub-menu {
    list-style-type: none;
    padding: 0; }
    #menu-secondary-menu .menu-item .sub-menu li:first-child {
      margin-top: 6px; }
    #menu-secondary-menu .menu-item .sub-menu li {
      font-weight: normal; }

.sitemap ul {
  list-style-type: none; }

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

.content-wrap img,
.content-wrap iframe,
.content-wrap object,
.content-wrap embed {
  max-width: 100%;
  width: 1000px; }
.content-wrap a {
  font-weight: bold;
  text-decoration: underline; }
  .content-wrap a:hover {
    text-decoration: none; }

.read-more {
  margin-top: 1em;
  display: block; }

body img.gform_ajax_spinner {
  display: none !important; }

.sponsors {
  padding: 0;
  margin: 0; }

.sponsors li {
  display: inline-block; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  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: #21759b;
  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. */ }

a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  text-decoration: none; }

.container {
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto; }

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

.header {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  background-color: #f0c023; }
  @media (min-width: 768px) {
    .header {
      padding: 26px 0 57px; } }
  .header a:hover {
    color: #fff; }
  .header .container {
    position: relative; }
  .header .row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .header .logo {
    font-size: 23px;
    font-weight: bold;
    max-width: 40%; }
    @media (min-width: 1024px) {
      .header .logo {
        margin-left: 69px; } }
    .header .logo img {
      width: 100%; }

.login-wrap {
  margin-bottom: 6px; }
  @media (min-width: 768px) {
    .login-wrap {
      margin-right: 66px; } }
  .login-wrap ul {
    display: flex;
    justify-content: flex-end; }
  .login-wrap li:after {
    content: '/';
    display: inline-block;
    padding: 0 5px; }
  .login-wrap li:last-child:after {
    display: none; }
  .login-wrap a {
    letter-spacing: -.02em; }

.nav-opener-wrap {
  transition: background 0.3s ease-in-out;
  padding: 5px 0;
  background-color: transparent;
  width: 250px;
  max-width: 45%;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .nav-opener-wrap {
      margin: 0 0 -16px;
      padding: 14px 0 10px;
      max-width: 55%; } }
  .nav-active .nav-opener-wrap {
    background-color: #ccc; }

.nav-opener {
  width: 28px;
  height: 26px;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .nav-opener {
      left: 50%;
      transform: translateX(-50%); } }
  @media (min-width: 768px) {
    .nav-opener {
      margin-left: 156px; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background: #2d3d4f;
    border-radius: 4px;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -2px; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 3px; }
  .nav-opener:after {
    top: 25px; }
  .nav-active .nav-opener:before {
    top: 50%;
    transform: rotate(45deg); }
  .nav-active .nav-opener:after {
    top: 50%;
    transform: rotate(-45deg); }
  .nav-active .nav-opener span {
    opacity: 0; }

.navigation-wrap {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .navigation-wrap {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 15px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(50%);
      background-color: #e6e6e6; } }
  @media (max-width: 767px) {
    .nav-active .navigation-wrap {
      opacity: 1;
      visibility: visible;
      transform: translateY(100%); } }
  .navigation-wrap a {
    letter-spacing: -.02em; }

@media (max-width: 767px) {
  .navigation {
    font-size: 20px;
    margin-bottom: 15px; } }
@media (min-width: 768px) {
  .navigation {
    display: flex; } }
.navigation li {
  margin-right: 15px; }
  @media (max-width: 767px) {
    .navigation li {
      margin-bottom: 5px; } }
  @media (min-width: 1024px) {
    .navigation li {
      margin-right: 45px; } }
  .navigation li:last-child {
    margin-right: 0; }
  .navigation li.active a {
    color: #fff; }

.add-navigation {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .add-navigation {
      position: absolute;
      opacity: 0;
      transform: translateY(-100px);
      visibility: hidden;
      background-color: #e6e6e6;
      right: 15px;
      top: 93px;
      width: 250px;
      padding: 17px 10px 25px 20px; } }
  .nav-active .add-navigation {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .add-navigation li {
    margin-top: 6px; }
    .add-navigation li:first-child {
      margin-top: 0; }
    .add-navigation li:last-child {
      /*margin-top: 20px;*/ }
      @media (min-width: 768px) {
        .add-navigation li:last-child {
          /*margin-top: 31px;*/ } }
  .add-navigation a:hover {
    color: #f0c023; }

.visual-section {
  position: relative;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
  color: #fff;
  height: 160px; }
  @media (min-width: 480px) {
    .visual-section {
      height: 250px; } }
  @media (min-width: 768px) {
    .visual-section {
      height: 370px; } }
  @media (min-width: 1200px) {
    .visual-section {
      height: 600px; } }
  .visual-section:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 5px;
    left: 0;
    background: linear-gradient(to bottom, #cdd9e0 0%, rgba(205, 217, 224, 0) 100%); }
  .visual-section.no-image {
    height: 140px; }
  .visual-section .container {
    width: 100%; }
  .visual-section .text-holder {
    padding: 10px;
    background-color: #0089a6;
    max-width: 80%;
    margin-left: -15px; }
    @media (min-width: 768px) {
      .visual-section .text-holder {
        margin: 0 0 20px;
        max-width: 500px;
        padding: 20px 30px 25px 20px;
        min-height: 100px; } }
    @media (min-width: 1024px) {
      .visual-section .text-holder {
        margin-left: 70px; } }
    .visual-section .text-holder.bg-red {
      background-color: #e74c3c; }
    .visual-section .text-holder span {
      display: block;
      text-decoration: underline;
      letter-spacing: -.02em;
      margin-bottom: 8px; }
    .visual-section .text-holder h1 {
      letter-spacing: -.02em;
      font-size: 18px; }
      @media (min-width: 768px) {
        .visual-section .text-holder h1 {
          margin-bottom: 13px;
          font-size: 20px; } }
      .visual-section .text-holder h1:last-child {
        margin-bottom: 0; }
      .visual-section .text-holder h1 a {
        text-decoration: none;
        font-weight: bold; }
    .visual-section .text-holder p {
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (max-width: 767px) {
        .visual-section .text-holder p {
          font-size: 14px; } }
      .visual-section .text-holder p:last-child {
        margin-bottom: 0; }
    .visual-section .text-holder a {
      color: #fff;
      font-weight: 600;
      text-decoration: underline; }
      .visual-section .text-holder a:hover {
        color: #f0c023; }

.text-section {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .text-section {
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    .text-section {
      padding: 51px 0; } }
  @media (min-width: 768px) {
    .text-section .text-holder {
      max-width: 90%; } }
  @media (min-width: 1024px) {
    .text-section .text-holder {
      padding-left: 91px;
      max-width: 75%; } }
  .text-section h3 {
    letter-spacing: -.02em; }
    @media (min-width: 768px) {
      .text-section h3 {
        margin-bottom: 22px; } }
  .text-section p {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .text-section p {
        margin-bottom: 20px; } }
    .text-section p:last-child {
      margin-bottom: 0; }
  .text-section a {
    text-decoration: underline; }
    .text-section a:hover {
      color: #f0c023; }

.boxes-section {
  width: 100%;
  overflow: hidden; }
  .boxes-section.learning .heading-holder {
    background-color: #2d3d4f; }
    .boxes-section.learning .heading-holder:before {
      background-color: #2d3d4f; }
    .boxes-section.learning .heading-holder .triangle:after {
      background-color: #2d3d4f; }
  .boxes-section.stories .heading-holder {
    background-color: #0089a6; }
    .boxes-section.stories .heading-holder:before {
      background-color: #0089a6; }
    .boxes-section.stories .heading-holder .triangle:after {
      background-color: #0089a6; }
  .boxes-section.blog .heading-holder {
    background-color: #2fa59a; }
    .boxes-section.blog .heading-holder:before {
      background-color: #2fa59a; }
    .boxes-section.blog .heading-holder .triangle:after {
      background-color: #2fa59a; }
  .boxes-section .boxes-wrap {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .boxes-section .boxes-wrap {
        margin: 0 -15px; } }
  .boxes-section .box-wrap {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 768px) {
      .boxes-section .box-wrap .text-wrap {
        position: absolute;
        bottom: 0; } }
    @media (min-width: 768px) {
      .boxes-section .box-wrap {
        width: 33.33%;
        min-height: 320px; } }
    .boxes-section .box-wrap.light {
      background-color: #f2f2f2; }
      .boxes-section .box-wrap.light .text-wrap {
        background-color: #f2f2f2; }
    .boxes-section .box-wrap.dark {
      background-color: #e6e6e6; }
      .boxes-section .box-wrap.dark .text-wrap {
        background-color: #e6e6e6; }
    .boxes-section .box-wrap.flex {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .boxes-section .box-wrap.text-white {
      color: #fff; }
      .boxes-section .box-wrap.text-white a {
        color: #fff; }
        .boxes-section .box-wrap.text-white a:hover {
          color: #f0c023; }
    .boxes-section .box-wrap .img-wrap img {
      width: 100%; }
    .boxes-section .box-wrap h3 {
      letter-spacing: -.02em;
      margin-bottom: 19px; }
  .boxes-section .heading-holder {
    color: #fff;
    padding: 12px 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .boxes-section .heading-holder {
        padding: 21px 0 25px; } }
    .boxes-section .heading-holder:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 101vw;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      z-index: -1; }
    .boxes-section .heading-holder:after {
      content: '';
      position: absolute;
      background: linear-gradient(to bottom, #cdd9e0 0%, rgba(205, 217, 224, 0) 100%);
      top: 100%;
      width: 101vw;
      transform: translateX(-50%);
      left: 50%;
      height: 5px; }
    .boxes-section .heading-holder h3 {
      margin: 0;
      letter-spacing: -.02em; }
      @media (min-width: 1024px) {
        .boxes-section .heading-holder h3 {
          margin-left: 91px; } }
    .boxes-section .heading-holder .triangle {
      overflow: hidden;
      width: 50px;
      height: 26px;
      position: absolute;
      z-index: 1;
      top: 100%;
      left: 30px; }
      @media (min-width: 768px) {
        .boxes-section .heading-holder .triangle {
          left: 94px; } }
      .boxes-section .heading-holder .triangle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 19px;
        width: 40px;
        height: 40px;
        transform: rotate(45deg) translateX(-50%);
        box-shadow: 0 0 2px 3px #cdd9e0; }
  .boxes-section .colored {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 15px 20px; }
    @media (min-width: 1024px) {
      .boxes-section .colored {
        padding: 31px 20px 29px 19px; } }
    .boxes-section .colored.red {
      background-color: #e74c3c; }
    .boxes-section .colored.yellow {
      background-color: #f0c023;
      color: #2d3d4f; }
    .boxes-section .colored.blue {
      background-color: #0089a6; }
    .boxes-section .colored.cyan {
      background-color: #2fa59a; }
    .boxes-section .colored .icon-holder {
      align-self: center;
      width: 100%; }
    .boxes-section .colored img {
      display: block;
      height: 122px;
      margin: 0 auto; }
    .boxes-section .colored span {
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
      line-height: 1.4; }
  .boxes-section .top-text-wrap {
    padding: 30px 15px 10px; }
    @media (min-width: 1024px) {
      .boxes-section .top-text-wrap {
        padding: 40px 20px 20px 18px; } }
    .boxes-section .top-text-wrap strong {
      display: block;
      font-size: 18px; }
      @media (min-width: 768px) {
        .boxes-section .top-text-wrap strong {
          font-size: 20px; } }
    .boxes-section .top-text-wrap span {
      display: block;
      font-size: 18px; }
      @media (min-width: 768px) {
        .boxes-section .top-text-wrap span {
          font-size: 20px; } }
  .boxes-section .text-wrap {
    padding: 15px; }
    @media (min-width: 1024px) {
      .boxes-section .text-wrap {
        padding: 17px 15px 30px 20px; } }
    .boxes-section .text-wrap span {
      display: inline;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 768px) {
        .boxes-section .text-wrap span {
          line-height: 1.4; } }
      .boxes-section .text-wrap span a {
        text-decoration: underline; }
        .boxes-section .text-wrap span a:hover {
          color: #f0c023; }

.content-section {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .content-section {
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    .content-section {
      padding: 47px 0 50px; } }
  @media (min-width: 1024px) {
    .content-section .content-wrap {
      padding-left: 90px;
      width: 74%; } }
  .content-section .video-wrap {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .content-section .video-wrap {
        margin-bottom: 42px; } }
    .content-section .video-wrap img {
      display: block;
      width: 100%; }
  .content-section h3 {
    letter-spacing: -.02em; }
    @media (min-width: 768px) {
      .content-section h3 {
        margin-bottom: 22px; } }
  .content-section p {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .content-section p {
        margin-bottom: 20px; } }
  .content-section .btn-holder, .content-section .gform_footer {
    text-align: right; }
    .content-section .btn-holder a,
    .content-section .btn-holder button, .content-section .gform_footer a,
    .content-section .gform_footer button {
      display: inline-block;
      background-color: #2d3d4f;
      font-weight: 700;
      font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
      color: #fff;
      padding: 13px 12px 13px 21px;
      border: 0; }
      .content-section .btn-holder a:after,
      .content-section .btn-holder button:after, .content-section .gform_footer a:after,
      .content-section .gform_footer button:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 17px;
        border-color: transparent transparent transparent #0089a6;
        margin-left: 35px;
        vertical-align: middle; }
      .content-section .btn-holder a:hover,
      .content-section .btn-holder button:hover, .content-section .gform_footer a:hover,
      .content-section .gform_footer button:hover {
        background-color: #f0c023; }
  .content-section .striped-list {
    padding: 0;
    margin: 1em 0;
    list-style-type: none; }
    .content-section .striped-list li {
      padding: 0.5em;
      margin: 0;
      background-color: #f2f2f2; }
      .content-section .striped-list li:nth-child(even) {
        background-color: #e6e6e6; }
      .content-section .striped-list li a {
        font-weight: normal; }
      .content-section .striped-list li form {
        display: inline; }

#footer {
  padding: 15px 0;
  background-color: #2d3d4f; }
  @media (min-width: 768px) {
    #footer {
      padding: 30px 0; } }
  @media (min-width: 1024px) {
    #footer {
      padding: 47px 0; } }
  #footer .row {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      #footer .row {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) {
      #footer .row {
        margin-bottom: 52px; } }
    #footer .row:last-child {
      margin-bottom: 0; }
  #footer .copyright {
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    padding-bottom: 9px;
    letter-spacing: -.02em;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      #footer .copyright {
        width: 30%;
        font-size: 10px;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      #footer .copyright {
        padding-left: 89px;
        width: 34.5%; } }
  #footer .banner {
    width: 100%; }
    @media (min-width: 768px) {
      #footer .banner {
        width: 70%; } }
    @media (min-width: 1024px) {
      #footer .banner {
        width: 65.5%; } }
  #footer .logo {
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      #footer .logo {
        width: 30%;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      #footer .logo {
        padding-left: 89px;
        width: 34.5%; } }

.footer-nav {
  column-count: 2;
  width: 100%;
  padding-bottom: 4px; }
  @media (min-width: 768px) {
    .footer-nav {
      width: 70%;
      column-count: 3; } }
  @media (min-width: 1024px) {
    .footer-nav {
      width: 51.5%; } }
  .footer-nav a {
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: underline;
    letter-spacing: -.02em; }
    .footer-nav a:hover {
      color: #f0c023; }

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