@charset "UTF-8";
/*!
Theme Name:		Stratejus Theme
Description:	Custom theme developed by Stratejus, Inc.
Version:		1.0
Author:			Stratejus, Inc.
Author URI:		https://stratejus.com
*/
button,
hr,
input {
  overflow: visible;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  padding: 0;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #333;
}

body {
  margin: 0;
  background-color: #ffffff;
  color: #333;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

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

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

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

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

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #333;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

textarea,
input {
  outline: none;
}

[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
}

cite {
  display: block;
  font-weight: 700;
  font-style: normal;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  background: #f4f4f4;
  padding: 9px 12px 10px;
  margin: 0 !important;
  font-size: 90%;
  line-height: 17px;
  color: #666;
}

.embed-container {
  position: relative;
  padding-bottom: 55.8%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

button,
[class*=btn-],
input[type=submit] {
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus,
.slick-slide:focus {
  outline: 0;
}

.hidden,
.seoOnly {
  display: none !important;
}

.left,
.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

.right,
.alignright {
  float: right;
  clear: right;
  margin: 0 0 1em 2em;
}

.highlight-red,
.required {
  color: #e64444;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.row {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px;
  width: 100%;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.lt-ie9 .row {
  width: 1280px;
}
.row--large {
  max-width: 1580px;
  padding: 0 20px 0 0;
  margin: 0;
}
.row--max {
  max-width: 1670px;
}

[class*=col-] {
  padding: 0;
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
}

.flex > [class*=col-] {
  margin-right: 0;
}

.push-right {
  float: right;
}

.push-left {
  float: left;
}

/*
[class*='col-'] {
    float: left;
    padding: $col-padding;
}
*/
.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.col-7 {
  width: 14.2857142857%;
}

.col-8 {
  width: 12.5%;
}

.col-9 {
  width: 11.1111111111%;
}

.col-10 {
  width: 10%;
}

.col-11 {
  width: 9.0909090909%;
}

.col-12 {
  width: 8.3333333333%;
}

.col-38 {
  width: 38%;
}

.col-62 {
  width: 62%;
}

.col-58 {
  width: 58%;
}

.col-42 {
  width: 42%;
}

.col-41 {
  width: 41%;
}

.col-59 {
  width: 59%;
}

.col-45 {
  width: 45%;
}

.col-55 {
  width: 55%;
}

.col-66 {
  width: 66%;
}

.col-75 {
  width: 75%;
}

.col-90 {
  width: 90%;
}

@media (max-width: 480px) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 960px) {
  .col-4,
  .col-6,
  .col-8,
  .col-10,
  .col-12 {
    width: 50%;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-5,
  .col-7,
  .col-9,
  .col-11 {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .col-38 {
    width: 100%;
  }
  .col-62 {
    width: 100%;
  }
  .col-58 {
    width: 100%;
  }
  .col-42 {
    width: 100%;
  }
  .col-41 {
    width: 100%;
  }
  .col-59 {
    width: 100%;
  }
  .col-45 {
    width: 100%;
  }
  .col-55 {
    width: 100%;
  }
  .col-66 {
    width: 100%;
  }
  .col-75 {
    width: 100%;
  }
  .col-90 {
    width: 100%;
  }
}
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?ujxmem");
  src: url("fonts/icons.eot?ujxmem#iefix") format("embedded-opentype"), url("fonts/icons.ttf?ujxmem") format("truetype"), url("fonts/icons.woff?ujxmem") format("woff"), url("fonts/icons.svg?ujxmem#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"],
.accordion__trigger:after,
.accordion--classic__title:before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-language1:before {
  content: "\e908";
}

.icon-language2:before {
  content: "\e90d";
}

.icon-language3:before {
  content: "\e90e";
}

.icon-language4:before {
  content: "\e90a";
}

.icon-globe1:before {
  content: "\e90b";
}

.icon-globe2:before {
  content: "\e90c";
}

.icon-podcast:before {
  content: "\e901";
}

.icon-external-link:before {
  content: "\e611";
}

.icon-google-plus:before {
  content: "\e60a";
}

.icon-minus:before {
  content: "\e609";
}

.icon-plus:before {
  content: "\e606";
}

.icon-plus-sign:before,
.accordion--classic__title:before {
  content: "\e607";
}

.icon-minus-circle:before {
  content: "\e608";
}

.icon-search2:before {
  content: "\e601";
}

.icon-user:before {
  content: "\e61d";
}

.icon-check:before {
  content: "\e60c";
}

.icon-remove:before {
  content: "\e60d";
}

.icon-off:before {
  content: "\e602";
}

.icon-home:before {
  content: "\e61c";
}

.icon-twitter:before {
  content: "\e617";
}

.icon-facebook:before {
  content: "\e618";
}

.icon-circle-arrow-right:before {
  content: "\e61a";
}

.icon-group:before {
  content: "\e61b";
}

.icon-caret-right:before {
  content: "\e604";
}

.icon-instagram:before {
  content: "\e61e";
}

.icon-youtube:before {
  content: "\e605";
}

.icon-applemusic:before {
  content: "\e904";
}

.icon-arrow-right:before {
  content: "\e909";
}

.icon-broadcast:before {
  content: "\e907";
}

.icon-mic:before {
  content: "\e905";
}

.icon-searchnspect:before {
  content: "\e906";
}

.icon-find:before {
  content: "\e906";
}

.icon-phone:before {
  content: "\e903";
}

.icon-mail:before {
  content: "\e902";
}

.icon-angle-right:before {
  content: "\e900";
}

.icon-new-tab:before {
  content: "\e615";
}

.icon-linkedin:before {
  content: "\eac9";
}

.icon-youtube-wide:before {
  content: "\e600";
}

.icon-pinterest:before {
  content: "\e603";
}

.icon-triangle-right:before {
  content: "\e60e";
}

.iconalt-highfive {
  width: 36px;
  height: 22px;
  background: url("/img/icon-highfive.svg");
  display: inline-block;
}

.iconalt-bubble {
  width: 20px;
  height: 18px;
  background: url("/img/icon-bubble.svg");
  display: inline-block;
}

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.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-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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ; /*lte IE 8*/
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: 2px solid #206D78;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icons";
  font-size: 20px;
  line-height: 1;
  color: #206D78;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.2s;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e900";
  display: inline-block;
  transform: rotate(180deg);
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\e900";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: rgb(21.2631578947, 72.4276315789, 79.7368421053);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #206D78;
  opacity: 0.75;
}

/* ==========================================================================
   Calendar
   ========================================================================== */
#tribe-events-pg-template {
  max-width: none;
}

#tribe-events-content {
  margin-bottom: 0 !important;
}

#tribe-events li:before {
  display: none;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #206D78;
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #206D78;
}

.content__main .table-condensed tr:nth-child(odd),
.content__main .tribe-events-calendar tr:nth-child(odd) {
  background: #fff;
}

.tribe-events-month-event-title a,
ul.tribe-events-sub-nav a,
.tribe-events-back a,
.tribe-bar-views-option a,
.tribe-events-list-event-title a,
.tribe-events-gmap {
  border: none !important;
}

.tribe-events-page-title {
  display: none;
}

.tribe-events-cal-links {
  overflow: auto;
}

#tribe-events .tribe-events-button {
  float: left;
  margin: 0 10px 0 0;
  clear: none;
}

.tribe-events-single-section {
  margin: 30px 0 0;
}

.tribe-events-event-meta .tribe-events-meta-group {
  padding: 0;
}

.tribe-events-event-meta address.tribe-events-address {
  font-style: normal;
}

.tribe-events-venue-map {
  border: 1px solid #206D78;
}

.tribe-events-schedule {
  margin: 1em 0 30px !important;
  padding: 13px 15px 13px;
  background: #f4f4f4;
  display: inline-block;
}

.tribe-events-schedule h3 {
  font-size: 21px;
  font-weight: 700;
}

.tribe-events-notices {
  text-shadow: none;
  background: #206D78;
  color: #fff;
  border: none;
  margin: 15px 0 10px;
  padding: 5px 35px 5px 14px;
}

.tribe-events-back {
  margin: 40px 0 0 !important;
}

.tribe-events-single-event-title {
  margin-top: 0 !important;
}

.tribe-events-schedule h4 {
  margin: 4px 0 3px !important;
}

.events-single .tribe-events-sub-nav {
  display: none;
}

.tribe-events-meta-group-details,
.tribe-events-meta-group-venue {
  display: none !important;
}

.tribe-events-single-section {
  margin: 0;
  float: right;
  width: 320px;
}

.tribe-events-venue-map {
  width: 320px;
}

.tribe-events-meta-group-gmap {
  margin: 0;
}

.tribe-events-event-meta .tribe-events-meta-group-organizer {
  display: none !important;
}

#tribe-events-content .tribe-events-tooltip h4 {
  font-weight: 500;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
  padding: 20px 15px 18px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #206D78;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 1.6;
}

.btn__container {
  flex-basis: 100%;
  padding: 0px !important;
  margin: 0 !important;
  font-size: 0;
}
.btn__container a {
  font-size: 16px;
  color: #fff !important;
  background: #206D78;
  transition: background 0.2s;
  padding: 6px 20px;
  display: block;
}
.btn__container a:hover, .btn__container a:focus {
  color: rgb(255, 255, 255);
  background: rgb(42.7368421053, 145.5723684211, 160.2631578947);
}
.btn__container li {
  display: inline-block;
  margin: 0 5px 5px 0 !important;
}
.btn__container li:before {
  display: none !important;
}

.current-cat a,
.post-type-archive .cat-item-all a,
.current-cat-parent a {
  color: #fff !important;
  background: rgb(42.7368421053, 145.5723684211, 160.2631578947);
}

#tribe-events-content .tribe-events-tooltip h4 {
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 4px;
}
#tribe-events-content .tribe-events-tooltip p {
  line-height: 18px;
  margin: 5px 0 0;
}
#tribe-events-content .tribe-events-tooltip .tribe-events-event-thumb {
  margin: 0 0 15px;
}

.tribe-events-list .type-tribe_events {
  display: flex;
  align-items: center;
}

.tribe-events-event-image {
  width: 40% !important;
  margin: 0 !important;
}
.tribe-events-event-image img {
  border: 3px solid #206D78;
  box-sizing: border-box;
}

.tribe-events-event-image + .col-60 {
  width: 60%;
  padding: 0 0 0 25px;
}

.col-60 {
  width: 100%;
  padding: 0;
  display: inline-block;
  margin-right: -0.25em;
  vertical-align: top;
}

.tribe-events-cal-links {
  margin: 30px 0 0;
}

.tribe-event-schedule-details {
  font-size: 16px;
  margin: 0;
}

.tribe-events-loop .tribe-events-event-meta {
  margin: 0 0 15px;
}

.tribe-events-list .tribe-events-venue-details {
  font-style: normal;
}

.tribe-events-list .time-details,
.tribe-events-list .tribe-events-venue-details {
  line-height: 1.4;
}

#tribe-events-content .tribe-events-read-more {
  border: none;
  font-family: "Oswald", sans-serif;
  color: #00476c;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  position: relative;
}
#tribe-events-content .tribe-events-read-more:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #8f7400;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: -2px;
}

.events-single .tribe-events-event-image {
  float: right;
}

.tribe-events-gmap {
  font-weight: 400;
}

.tribe-events-venue-details {
  margin: 15px 0;
  line-height: 1.5;
  font-weight: 700;
}
.tribe-events-venue-details .tribe-venue-url {
  border: none;
  font-weight: 400;
  display: block;
}

.tribe-address {
  font-weight: 400;
}
.tribe-address br {
  display: none;
}

.tribe-street-address {
  display: block;
}

abbr[title] {
  text-decoration: none;
}

.tribe-events-venue-details + .wysiwyg,
.block--btn + .wysiwyg {
  margin: 30px 0 15px;
}

.event--header h2 {
  margin: 30px 0 0;
}
.event--header h2:first-of-type {
  margin: 0;
}
.event--header h2 + * {
  margin-top: 5px !important;
}

input[type=submit],
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.wpbs-form-form .wpbs-submit-button .wpbs-form-submit {
  font-size: 15px !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1 !important;
  text-align: center;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 500 !important;
  background: #00476c !important;
  color: #fff !important;
  border: 2px solid #206D78 !important;
  outline: 0;
  cursor: pointer;
  height: auto !important;
  padding: 9px 34px !important;
  display: inline-block;
  transition: background 0.2s;
}
input[type=submit]:hover, input[type=submit]:focus,
.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_wrapper .gform_page_footer .button.gform_next_button:focus,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
.gform_wrapper .gform_page_footer .button.gform_previous_button:focus,
.wpbs-form-form .wpbs-submit-button .wpbs-form-submit:hover,
.wpbs-form-form .wpbs-submit-button .wpbs-form-submit:focus {
  background: #206D78 !important;
}
input[type=submit]:after,
.gform_wrapper .gform_page_footer .button.gform_next_button:after,
.gform_wrapper .gform_page_footer .button.gform_previous_button:after,
.wpbs-form-form .wpbs-submit-button .wpbs-form-submit:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #206D78;
  display: inline-block;
  margin: 0 0 0 6px;
  transition: border-color 0.2s;
}

.gform_confirmation_message {
  background: #00476c;
  color: white;
  padding: 20px 25px;
  line-height: 1.4;
}

.gform_wrapper {
  margin: 0 !important;
  max-width: 100% !important;
}
.gform_wrapper input[type=text],
.gform_wrapper textarea,
.gform_wrapper select {
  border: 1px solid #e2e2e2 !important;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: 1px solid #206D78;
}
.gform_wrapper li:before {
  display: none !important;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 30px 0 0 !important;
}

.gform_wrapper .gform_fields > li:first-child {
  margin-top: 0 !important;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.gform_wrapper input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper input .gform_wrapper textarea {
  font-size: 15px !important;
  padding: 9px 12px !important;
  background: #fdfdfd;
  border: 1px solid #333 !important;
}
.gform_wrapper .ginput_complex .ginput_full input[type=text]:focus,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper .ginput_complex .ginput_full input[type=url]:focus,
.gform_wrapper .ginput_complex .ginput_full input[type=email]:focus,
.gform_wrapper .ginput_complex .ginput_full input[type=tel]:focus,
.gform_wrapper .ginput_complex .ginput_full input[type=number]:focus,
.gform_wrapper .ginput_complex .ginput_full input[type=password]:focus,
.gform_wrapper input .gform_wrapper textarea:focus {
  outline: 1px solid #206D78;
}

.gform_wrapper ul li.gfield {
  margin: 20px 0 0 !important;
}

.gform_wrapper .top_label .gfield_label {
  margin: 0 0 5px !important;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_time_ampm label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  margin: 5px 0 15px !important;
  line-height: 10px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px !important;
  margin-right: 4px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input:focus,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]:focus,
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]:focus {
  outline: 1px solid #206D78;
}

.gform_wrapper .ginput_complex {
  margin: 0 0 -15px !important;
}

.gform_wrapper.gf_browser_chrome .gform_body {
  width: 100% !important;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
  margin: 0;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0 0 3px;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 4px;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]:focus {
  outline: 1px solid #206D78;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
  font-weight: 700;
  line-height: 1.3;
}

.wpbs-container .wpbs-form-form label {
  line-height: 1.3 !important;
  margin: 0 0 4px !important;
}
.wpbs-container .wpbs-form-form {
  padding: 25px 0 0 0 !important;
}
.wpbs-container .wpbs-form-form .wpbs-form-item {
  margin: 0 0 15px 0 !important;
}
.wpbs-container .wpbs-form-form .wpbs-form-item {
  width: 280px !important;
}

.wpbs-form-2 {
  margin: 10px 0 0;
}

.wp-block-button__link:hover, .wp-block-button__link:focus {
  background: #206D78 !important;
  outline: 2px solid #00476c;
}

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: color 0.2s;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin: 0;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong {
  font-weight: 500;
}

.content__header h1 {
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #00476c;
}
.content__header h1.small {
  font-size: 49px;
}
.content__header__img {
  height: 425px;
  background-size: cover;
  background-position: top center;
  box-shadow: 0 2px 2px rgba(204, 204, 204, 0.5);
}
.content__header__img img {
  display: none;
}
.content__header__video {
  background: rgba(204, 204, 204, 0.5);
  box-shadow: 0 2px 2px rgba(204, 204, 204, 0.5);
}
.content__header__video .embed-container {
  padding-bottom: 24.2%;
  max-width: none;
  width: 124%;
  left: -12%;
}
.content__header__video .embed-container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.breadcrumbs {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #00476c;
  margin: 6px 0 0;
  border-bottom: 1px solid #9e9d9e;
  padding: 0 0 10px;
}
.breadcrumbs a {
  color: #206D78;
}
.content__col {
  padding: 0 100px 0 0;
}

.content__container {
  padding: 35px 0;
}

.wysiwyg h2 {
  margin: 35px 0 0;
}
.wysiwyg h3 {
  margin: 30px 0 0;
}

.content__main {
  font-size: 16px;
  font-weight: 400;
  padding: 40px 0 20px;
  position: relative;
}
.content__main .deck {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  color: #00476c;
}
.content__main h2 {
  font-size: 40px;
  font-weight: 300;
  color: #206D78;
}
.content__main h3 {
  font-size: 24px;
  color: #00476c;
  text-transform: uppercase;
}
.content__main h4 {
  font-size: 16px;
  color: #206D78;
  margin: 25px 0 3px;
  text-transform: uppercase;
}
.content__main p,
.content__main ul,
.content__main ol,
.content__main blockquote,
.content__main .embed-container {
  margin: 15px 0;
  line-height: 1.5;
}
.content__main table {
  width: 100% !important;
  margin: 15px 0;
}
.content__main table td,
.content__main table th {
  border: none;
  font-size: 16px;
  line-height: 18px;
  padding: 8px 10px;
  width: auto !important;
}
.content__main table th {
  font-weight: bold;
}
.content__main table tr:nth-child(odd) {
  background: #f0f0f0;
}
.content__main h3 + p,
.content__main h3 + ul,
.content__main h3 + ol,
.content__main h4 + p,
.content__main h4 + ul,
.content__main h4 + ol {
  margin-top: 2px;
}
.content__main > *:first-child {
  margin-top: 0;
}
.content__main > *:last-child {
  margin-bottom: 0;
}
.content__main ol {
  padding: 0 0 0 40px;
}
.content__main a {
  color: #206D78;
  border-bottom: 1px dashed;
}
.content__main a:hover, .content__main a:focus {
  color: #00476c;
}
.content__main#medium {
  font-size: 115%;
}
.content__main#medium h2 {
  font-size: 42px;
}
.content__main#medium h3 {
  font-size: 28px;
}
.content__main#medium h4 {
  font-size: 24px;
}
.content__main#medium .content__main__deck {
  font-size: 28px;
}
.content__main#medium .image-list__title {
  font-size: 28px !important;
}
.content__main#medium .image-list__block__subtitle {
  font-size: 18px !important;
}
.content__main#medium .accordion__trigger {
  font-size: 18px;
}
.content__main#medium .btn {
  font-size: 17px;
}
.content__main#medium blockquote p {
  font-size: 20px;
}
.content__main#medium blockquote cite {
  font-size: 17px;
}
.content__main#medium .deck {
  font-size: 23px;
}
.content__main#large {
  font-size: 130%;
}
.content__main#large h2 {
  font-size: 44px;
}
.content__main#large h3 {
  font-size: 32px;
}
.content__main#large h4 {
  font-size: 28px;
}
.content__main#large .content__main__deck {
  font-size: 32px;
}
.content__main#large .image-list__title {
  font-size: 32px !important;
}
.content__main#large .image-list__block__subtitle {
  font-size: 22px !important;
}
.content__main#large .accordion__trigger {
  font-size: 22px;
}
.content__main#large .btn {
  font-size: 20px;
}
.content__main#large blockquote p {
  font-size: 22px;
}
.content__main#large blockquote cite {
  font-size: 19px;
}
.content__main#large .deck {
  font-size: 24px;
}

.wysiwyg ul,
.list__multi ul {
  padding: 0 0 0 40px;
}
.wysiwyg ul li,
.list__multi ul li {
  position: relative;
  list-style: none;
}
.wysiwyg ul li:before,
.list__multi ul li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background: #00476c;
  border-radius: 50%;
  position: absolute;
  left: -13px;
  top: 8px;
}

.list__multi ul li {
  padding: 0 0 0 4px;
}

.block:first-child > *:first-child,
.accordion__panel > *:first-child,
.content__sizer + .block > *:first-child {
  margin-top: 0;
}

.block:last-child > *:last-child,
.accordion__panel > *:last-child {
  margin-bottom: 0;
}

.content__sizer {
  position: absolute;
  top: 0;
  right: 0;
}
.content__sizer ul {
  font-size: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.content__sizer li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  background: #206D78;
  color: #fff;
  margin: 0 !important;
  padding: 0px 11px 1px;
  line-height: 28px !important;
  cursor: pointer;
  transition: background 0.2s;
}
.content__sizer li:hover, .content__sizer li:focus, .content__sizer li.content-size-active {
  background: #00476c;
}
.content__sizer li:before {
  display: none !important;
}
.content__sizer .small {
  font-size: 16px !important;
}
.content__sizer .medium {
  font-size: 20px !important;
}
.content__sizer .large {
  font-size: 23px !important;
}

.masthead--main__container {
  height: 135px;
}
.masthead--secondary__container {
  overflow: auto;
}

.logo {
  display: block;
  width: 160px;
  height: 180px;
  background: url(/img/logo-bg.svg) center no-repeat;
  filter: drop-shadow(1px 1px 5px #333);
  position: absolute;
  top: 0;
  z-index: 101;
}
.logo__col {
  width: 160px;
}
.logo__container {
  width: 160px;
  height: 180px;
  display: block;
  padding: 25px 0 0;
  position: absolute;
  top: 0;
  border-radius: 0 0 100px 100px/0 0 15px 15px;
}
.logo__container img {
  position: relative;
  z-index: 100;
}
.logo__container {
  display: none;
}

.btn-nav {
  display: none;
}

.alert {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Roboto Slab", serif;
  border-bottom: 1px solid #545860;
  background: #206D78;
  color: white;
  position: relative;
  z-index: 105;
  padding: 9px 0 10px;
  display: none;
}
.alert-visible .alert {
  display: block;
}
.alert .row {
  position: relative;
  padding: 0 85px 0 20px;
}

.alert alert__link {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  top: 0;
  padding: 10px 14px 9px 17px !important;
  background: #00476c;
  border: 2px solid #fff !important;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
}
.alert alert__link:hover, .alert alert__link:focus {
  background: #333;
  border: 2px solid #00476c !important;
}
.alert alert__link:after {
  border-color: transparent transparent transparent #fff;
  transition: border-color 0.2s;
}

.btn-alert-close {
  font-size: 13px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  color: #fff;
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
  text-transform: uppercase;
  transition: color 0.2s;
}
.btn-alert-close:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  position: relative;
  top: 3px;
  color: #fff;
  /* inline SVG uses currentColor so the icon follows the button color */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6 6 L18 18 M6 18 L18 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
}
.btn-alert-close:hover, .btn-alert-close:focus {
  color: #00476c;
}

.is-visible {
  display: block;
}

nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
}
nav a {
  display: block;
}

.primary-nav {
  text-align: center;
  display: table;
  width: 100%;
}
.primary-nav__container {
  max-width: 800px;
}
.primary-nav__col {
  height: 135px;
}
.primary-nav a {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 8px 15px;
  color: #00476c;
}
.primary-nav a:hover, .primary-nav a:focus {
  color: #206D78;
}
.primary-nav > li > a {
  white-space: nowrap;
}
.primary-nav > li:last-child > a {
  padding-right: 0;
}
.primary-nav li {
  display: table-cell;
  text-overflow: ellipsis;
}

.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  border-color: transparent transparent transparent #206D78;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -3px;
}

.secondary-nav__wrapper {
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  color: #666;
  position: absolute;
  background: #fff;
  padding: 0 40px;
  z-index: 100;
  top: 64px;
  right: 190px;
  left: 0;
  margin: 0 auto;
  max-width: 1280px;
}
.secondary-nav__wrapper:after {
  content: "";
  width: 464px;
  height: 11px;
  position: absolute;
  bottom: -43px;
  right: -60px;
  background: url("/img/shadow.png");
}
.secondary-nav__wrapper [class*=icon-] {
  font-size: 18px;
  color: #666;
}
.secondary-nav .item-text {
  margin: 0 0 0 6px;
  position: relative;
  top: -2px;
}
.secondary-nav__container {
  display: inline-block;
}
.secondary-nav li {
  margin: 0 0 0 30px;
}
.secondary-nav a {
  color: #666;
}
.secondary-nav a:hover, .secondary-nav a:focus {
  color: #206D78;
}
.secondary-nav__veil {
  background: #fff;
  position: relative;
  padding: 0 0 8px;
  position: absolute;
  right: 0;
  z-index: 100;
}
.secondary-nav__search {
  display: inline-block;
  position: relative;
  top: -2px;
  transition: color 0.2s;
  cursor: pointer;
}
.secondary-nav__search:hover .item-text, .secondary-nav__search:focus .item-text {
  color: #206D78;
}
.secondary-nav__form {
  position: absolute;
  transition: transform 0.2s;
  right: 150px;
}
.secondary-nav__form [type=text] {
  padding: 6px 12px 6px;
  border: none;
  box-shadow: 0 0 3px #ccc inset;
}
.secondary-nav__form [type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  background: none !important;
  padding: 0 !important;
  height: 27px !important;
  width: 30px;
  border: none !important;
  z-index: 100;
}
.secondary-nav__form [type=submit]:hover, .secondary-nav__form [type=submit]:focus {
  background: none !important;
}
.secondary-nav__form [type=submit]:hover + [class*=icon-], .secondary-nav__form [type=submit]:focus + [class*=icon-] {
  color: #206D78;
}
.secondary-nav__form [class*=icon-] {
  position: absolute;
  right: 7px;
  top: 6px;
  transition: color 0.2s;
  font-size: 16px;
}

.show-form .secondary-nav__form {
  transform: translate3d(-195px, 0, 0);
}

.tertiary-nav__container {
  border-right: 1px solid #545860;
}
.tertiary-nav a {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  color: #fff;
}
.tertiary-nav li {
  border-left: 1px solid #545860;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 160px;
  left: 0;
  background: rgba(0, 71, 108, 0.95);
  z-index: 100;
  width: 100%;
  text-align: left;
  padding: 20px 0 20px;
}
.sub-menu .row {
  padding-left: 14%;
  display: flex;
}
.sub-menu li {
  display: block;
}
.sub-menu a {
  color: #fff;
}
.sub-menu__text {
  padding: 0 78px 0 0;
}
.sub-menu__content {
  font-size: 15px;
  line-height: 1.5;
  text-transform: none;
  margin: 5px 0 0;
}
.sub-menu__col-links {
  padding: 20px 10px 20px 0;
}
.sub-menu__col-links > li:not(:last-child) .sub-menu__sub-menu {
  margin: 0 0 10px;
}
.sub-menu__col-links > li:first-child > a {
  padding-top: 0 !important;
}
.sub-menu__col-text {
  border-right: 1px solid #206D78;
  padding: 20px 0;
  margin: 0 40px 0 0;
  width: 400px;
}
.sub-menu__link--main {
  font-size: 20px !important;
  color: #d8d6cc !important;
  padding: 8px 0 3px !important;
}
.sub-menu__link--main:hover, .sub-menu__link--main:focus {
  color: #fff !important;
}
.sub-menu__link--sub {
  font-size: 14px !important;
  text-transform: none !important;
  padding: 5px 0 !important;
}
.primary-nav > li:hover .sub-menu {
  display: block;
}

.slider--home, .slider--home .slick-track {
  height: 760px;
}
.slider--home img, .slider--home .slick-track img {
  display: none;
}
.slider--home__slide {
  background-position: top center;
  background-size: cover;
  position: relative;
}
.slider--home__slide:focus {
  border: 6px solid #00476c;
  outline: none;
}
.slider--home__container {
  padding: 25px 30px;
}
.slider--home__title {
  line-height: 1;
}
.slider--home__title--1 {
  font-size: 80px;
}
.slider--home__title--2 {
  font-size: 80px;
}
.slider--home__col--title {
  border-right: 3px solid #00476c;
}
.slider--home__col--content {
  padding: 0 0 0 17px;
}
.slider--home__row {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 70px;
}
.slider--home__content {
  font-size: 18px;
  line-height: 1.4;
}
.slider--home__link {
  padding: 8px 30px 9px;
}
.slider--home__btn {
  font-size: 15px;
  outline: 0;
}
.slider--home__btn:after {
  top: 0 !important;
}

.feature {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.feature:hover .feature__text, .feature:focus .feature__text {
  transform: translate3d(0, 0, 0);
}
.feature__container {
  margin: -40px auto 0;
}
.feature__col {
  padding: 0 15px;
}
.feature__col:first-child {
  padding-left: 0;
}
.feature__col:last-child {
  padding-right: 0;
}
.feature__text {
  transform: translate3d(0, 250px, 0);
  transition: transform 0.3s;
}
.feature__title {
  font-size: 34px;
  line-height: 1;
  padding: 5px 25px 7px;
  height: 80px;
}
.feature__title--1 {
  white-space: nowrap;
}
.feature__title--2 {
  white-space: nowrap;
}
.feature__content {
  font-size: 14px;
  line-height: 1.5;
  padding: 25px 25px 50px;
  height: 280px;
}
.feature__link {
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 7px 25px;
  transition: background 0.2s;
}
.feature__link:after {
  top: 0 !important;
}
.feature__link:hover, .feature__link:focus {
  background: #035f8e;
}

.services {
  padding: 50px 0 0;
}
.services__title {
  line-height: 1;
}
.services__title--1 {
  font-size: 40px;
}
.services__title--2 {
  font-size: 90px;
}
.services__content {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.services__list {
  list-style: none;
  margin: 20px 0 0;
}
.services__list ul {
  list-style: none;
}
.services__list .top > a {
  text-transform: uppercase;
  font-size: 20px;
}
.services__list a {
  display: block;
  padding: 6px 0;
}
.services__list a:after {
  content: ">";
  color: #206D78;
  margin: 0 0 0 4px;
  position: relative;
  top: -2px;
}
.services__text {
  padding: 20px 0 20px 40px;
}

.message {
  background: #545860 url("/img/bg-work-here-60.jpg") center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 55px 0 60px;
}
.message__title {
  font-size: 80px;
  line-height: 1;
}
.message__content {
  font-size: 20px;
  line-height: 1.5;
  margin: 15px auto 0;
  max-width: 615px;
}
.message__btn {
  margin: 30px 8px 0;
}
.message__btn + .message__btn {
  margin-top: 8px;
}

.program__container {
  background: #f2f1ec;
  padding: 45px 0 90px;
}
.program__img {
  border: 6px solid #fff;
  box-shadow: 0 0 6px #ccc;
  width: 100%;
}
.program__title {
  line-height: 1;
}
.program__title--1 {
  font-size: 40px;
}
.program__title--2 {
  font-size: 60px;
}
.program__subtitle {
  font-size: 26px;
  margin: 20px 0 0;
}
.program__content {
  font-size: 18px;
  line-height: 1.4;
  margin: 5px 0 0;
}
.program__link {
  margin: 30px 0 0;
  outline: none;
  position: absolute;
  bottom: 0;
}

.slider--programs {
  margin: 50px 0 0;
}
.slider--programs .slick-track {
  display: flex;
}
.slider--programs__slide {
  height: auto;
  padding: 0 40px;
  border-left: 1px solid #bdbdba;
  padding: 0 40px 60px;
}
.slider--programs__slide:focus {
  border: 6px solid #00476c;
  outline: none;
}
.slider--programs:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f1ec;
  z-index: 100;
}
.slider--programs .slick-next,
.slider--programs .slick-prev {
  z-index: 101;
}
.slider--programs .slick-next:before,
.slider--programs .slick-prev:before {
  font-size: 24px;
  color: #00476c;
  opacity: 1;
  transition: color 0.2s;
}
.slider--programs .slick-next:hover:before, .slider--programs .slick-next:focus:before,
.slider--programs .slick-prev:hover:before,
.slider--programs .slick-prev:focus:before {
  color: #206D78;
}
.slider--programs .slick-next {
  right: -20px;
}

.signup {
  background: #0d5479 url("/img/bg-newsletter.jpg") center left no-repeat;
  height: 320px;
}
.signup__row {
  margin: 0 0 0 520px;
  max-width: 880px;
}
.signup__title {
  font-size: 46px;
  line-height: 1;
}
.signup__content {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 0;
}
.signup .gform_wrapper {
  padding: 0 0 0 80px;
}
.signup .gform_wrapper .gform_footer {
  margin: 28px 0 0 !important;
}
.signup .gfield_label {
  position: absolute;
  left: -9999px;
}
.signup .gform_wrapper ul li.gfield {
  margin: 13px 0 0 !important;
}
.signup .gform_wrapper .top_label input.medium {
  width: 100%;
  font-family: "Oswald", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f6f6f;
  border: 1px solid #9e9d9e !important;
}

.news {
  min-height: 640px;
}

.story {
  background: #00476c;
  background-size: cover;
}
.story__text {
  max-width: 480px;
}
.story__title {
  font-size: 70px;
  line-height: 1;
}
.story__content {
  font-size: 18px;
  line-height: 1.5;
  margin: 30px 0 0;
}
.story__link {
  margin: 40px 0 0;
}

.blog {
  background: #efeae4 url("/img/bg-paper.jpg");
  padding: 40px;
}
.blog__title {
  font-size: 42px;
  line-height: 1;
  margin: 2px 0 0;
}
.blog__subtitle {
  font-size: 24px;
}
.blog__content {
  font-size: 17px;
  line-height: 1.5;
}
.blog__content p {
  margin: 20px 0 0;
}
.blog__link {
  margin: 40px 0 0;
}

.juicer-feed .referral {
  display: none !important;
}

.event {
  padding: 0 20px 0 0;
}
.event__container {
  padding: 45px 0;
  background: #fbfbfb;
}
.event__img {
  box-sizing: border-box;
  border: 3px solid #206D78;
}
.event__title {
  font-size: 60px;
  line-height: 1;
  margin: 0 0 20px;
}
.event__date {
  width: 90px;
  height: 90px;
  line-height: 1;
}
.event__month {
  font-size: 18px;
  padding: 16px 0 0;
}
.event__day {
  font-size: 40px;
}
.event__hgroup {
  line-height: 1;
  padding: 0 0 0 20px;
  flex: 1;
}
.event__subtitle {
  font-size: 22px;
}
.event__location {
  font-size: 22px;
}
.event__collist {
  column-count: 2;
}
.event__wrapper {
  padding: 15px;
  transition: background 0.2s;
  break-inside: avoid;
}
.event__wrapper:not(:last-child):hover, .event__wrapper:not(:last-child):focus {
  background: #f2f1ec;
}
.event__featured {
  padding: 15px 0 0;
}
.event__featured__text {
  font-size: 18px;
  max-width: 300px;
  padding: 0 0 0 40px;
}
.event__content {
  line-height: 1.5;
  margin: 35px 0 0;
}
.event__link {
  margin: 35px 0 0;
}

.social {
  padding: 45px;
}

.j-poster .j-date {
  display: none;
  color: #000;
}

.juicer-feed.modern .j-poster h3,
.juicer-feed.modern .j-poster .j-date {
  font-size: 12px;
  font-weight: 500;
}

.j-poster h3,
.j-poster .twitter-poster {
  font-weight: 500 !important;
}

.juicer-feed .j-meta a {
  color: #206D78 !important;
}
.juicer-feed .j-meta a:hover, .juicer-feed .j-meta a:focus {
  color: #00476c !important;
}

.main {
  overflow: hidden;
}

.sidebar {
  width: 100%;
}
.sidebar__col {
  max-width: 285px;
}
.sidebar__menu-toggle {
  display: none;
}
.sidebar__menu li {
  list-style: none !important;
}
.sidebar__menu > li:not(:first-child) {
  position: relative;
  border-top: 1px solid #206D78;
}
.sidebar__menu > li > a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #00476c;
  text-transform: uppercase;
  padding: 16px 17px 14px;
  display: block;
}
.sidebar__menu > li > a:hover, .sidebar__menu > li > a:focus {
  color: #206D78;
}
.sidebar__menu .children {
  display: none;
}
.sidebar__menu .current_page_item .children,
.sidebar__menu .current_page_ancestor .children {
  display: block;
  padding: 0 35px 15px;
}
.sidebar__menu .current_page_item.page_item_has_children > a,
.sidebar__menu .current_page_ancestor.page_item_has_children > a {
  padding-bottom: 6px;
}
.sidebar__menu .children a {
  font-size: 15px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1.15;
  color: #206D78;
  padding: 6px 0 3px;
  display: block;
  transition: color 0.2s;
}
.sidebar__menu .children a:hover, .sidebar__menu .children a:focus {
  color: #00476c;
}
.sidebar__menu .children .children {
  list-style: none;
  padding: 0;
  margin: 0 0 11px;
}
.sidebar__menu .children .children a {
  color: #00476c;
  padding: 4px 0;
  text-transform: none;
}
.sidebar__menu .children .children a:hover, .sidebar__menu .children .children a:focus {
  color: #206D78;
}
.sidebar__feature {
  padding: 0;
  margin: 30px 0 0;
}
.sidebar__feature__text {
  transform: none;
}
.sidebar__feature__content {
  height: auto;
  padding: 25px 25px 30px;
}
.sidebar__feature .btn {
  margin: 25px 0 0;
}
.sidebar .feature__title {
  font-size: 31px;
  padding: 6px 25px 7px;
}
.sidebar .feature--form {
  min-height: 0;
}
.sidebar #subscribe-email input {
  width: 100%;
  padding: 8px 10px;
  margin: 15px 0;
}
.sidebar .highlight-red,
.sidebar .required {
  color: #333;
}

.block {
  margin: 15px 0;
}

.accordion__trigger {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  cursor: pointer;
  background: none;
  border: 0;
  color: #00476c;
  display: block;
  margin: 0;
  padding: 11px 30px 11px 15px;
  position: relative;
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #206D78;
}
.accordion__trigger:hover, .accordion__trigger:focus {
  background: #ccc;
}
.accordion__trigger[aria-expanded=true] {
  border-bottom: none;
  background: #f5f2e5;
}
.accordion__trigger[aria-expanded=true]:after {
  content: "\e609";
}
.accordion__trigger:after {
  content: "\e606";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 13px;
}
.accordion dt:first-child .Accordion-trigger {
  border-radius: 0.3em 0.3em 0 0;
}
.accordion__title {
  display: block;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8295099/ */
  pointer-events: none;
}
.accordion__icon {
  border: solid hsl(0, 0%, 62%);
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}
.accordion__panel {
  margin: 0;
  background: #f5f2e5;
  padding: 11px 15px 11px 15px;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
}
.accordion__panel[hidden] {
  display: none;
}

.image-list {
  margin: 30px 0;
}
.image-list__block:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.image-list__block:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  top: 0px;
  background-image: linear-gradient(to right, #999 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.image-list__block *:last-child {
  margin-bottom: 0;
}
.image-list__title {
  font-size: 24px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: 1;
  color: #00476c !important;
  margin: 0 !important;
}
.image-list__block__subtitle {
  font-size: 15px !important;
  margin: 5px 0 15px !important;
  color: #206D78 !important;
}
.image-list__block__deck {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
  color: #206D78;
}
.image-list__img {
  box-sizing: border-box;
  border: 3px solid #206D78;
}
.image-list__content {
  padding: 0 0 0 35px;
}
.image-list .embed-container {
  margin-top: 0;
}
.image-list p {
  line-height: 1.5;
  margin-top: 5px;
}

.fw-iv {
  padding: 20px 20px 25px;
  background: #f2f1ec;
  box-shadow: 0 0 6px #888;
}
.fw-iv__title {
  font-size: 40px !important;
  font-weight: 300 !important;
  text-transform: none !important;
  line-height: 1;
  color: #206D78 !important;
  margin: 0 !important;
}
.fw-iv__content {
  margin: 25px 0 0;
}
.fw-iv .embed-container {
  margin-top: 0;
}
.fw-iv p {
  line-height: 1.5;
  margin-top: 8px !important;
}
.fw-iv__btn {
  margin: 10px 0 0;
}

.list__multi ul {
  column-count: 2;
  column-gap: 20px;
  padding: 0 0 0 15px;
}
.list__multi ul li {
  break-inside: avoid;
}
.list__multi ul li:before {
  left: -9px;
}
.list__multi--3 ul {
  column-count: 3;
}

.features__multi {
  width: calc(100% + 10px);
  position: relative;
  left: -5px;
}
.features__multi__col {
  padding: 5px;
}
.features__multi__card {
  padding: 25px 25px 85px;
  background: #f7f7f7;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.features__multi__card--search {
  padding: 20px 25px 85px;
}
.features__multi__border {
  border: 3px solid #206D78;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.features__multi__title {
  margin: 0;
}
.features__multi__content {
  margin: 15px 0 15px !important;
}
.features__multi__btn {
  position: absolute;
  bottom: 30px;
}

.grid {
  text-align: center;
  padding: 0 !important;
  overflow: auto;
  column-count: 3;
  column-gap: 20px;
  column-width: 30%;
}
.grid img {
  max-height: 100%;
  width: auto;
}
.grid__spacer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.grid li {
  margin: 0 0 20px !important;
  border: 1px solid #206D78;
  height: 135px;
  break-inside: avoid;
}
.grid li > img {
  max-height: 111px;
}

.content__main blockquote {
  padding: 65px 25px 30px;
  border: 3px solid #00476c;
  text-align: center;
  position: relative;
  margin: 65px 0 25px !important;
  line-height: 2 !important;
}
.content__main blockquote:before {
  content: "“";
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  left: 75px;
  top: -28px;
  margin: 0 auto;
  background: #fff;
  color: #206D78;
  font-size: 150px;
  line-height: 130px;
  font-family: Georgia, serif;
}
.content__main blockquote p {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  color: #00476c;
  margin: 0 !important;
  line-height: 1.4;
}
.content__main blockquote p + p {
  margin-top: 15px !important;
}
.content__main cite {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  color: #206D78;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  display: block;
  margin: 30px 0 0;
}

.wysiwyg + blockquote {
  margin-top: 55px !important;
}

.acf-map {
  background-color: #fff7ed;
  width: 100%;
  height: 943px !important;
}
.acf-map a {
  color: #206D78;
  font-weight: 700;
}
.acf-map a:hover, .acf-map a:focus {
  color: rgb(0, 121.2916666667, 184.5);
}
.acf-map h2 {
  color: #206D78;
  font-size: 24px;
  margin: 0 0 -8px;
}

.team {
  margin: 30px 0;
}
.team__block:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  border-top: 1px solid #bdbfc4;
}
.team__block *:last-child {
  margin-bottom: 0;
}
.team__title {
  margin: 0 0 10px !important;
  line-height: 1;
}
.team__block__subtitle {
  font-size: 16px !important;
  margin: 2px 0 15px !important;
}
.team__block__deck {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
  color: #206D78;
}
.team__colimg {
  width: 304px;
}
.team__img {
  width: 100%;
  border-radius: 50%;
}
.team__content {
  padding: 100px 0 0 29px;
  flex: 1;
}
.team__content.is-visible .accordion--classic__content {
  display: block;
}
.team__content.is-visible .accordion--classic__title:before {
  content: "\e608";
}
.team .embed-container {
  margin-top: 0;
}
.team p {
  line-height: 1.5;
  margin-top: 5px;
}
.team .col-34 {
  max-width: 234px;
}

.accordion--classic__title {
  cursor: pointer;
}
.accordion--classic__title:not(:first-child) {
  margin: 8px 0 0;
}
.accordion--classic__title:before {
  color: #206D78;
  margin: 0 5px 0 0;
}
.accordion--classic__content {
  display: none;
  margin: 17px 0 0;
}
.accordion--classic__content *:first-child {
  margin-top: 0;
}
.accordion--classic__content *:last-child {
  margin-bottom: 0;
}

.BBFormContainer {
  padding: 0 !important;
}

.read-more {
  display: inline-block;
}
.read-more:after {
  content: ">";
  margin-left: 4px;
}

.article + .article {
  margin: 35px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ccc;
}

.article .btn {
  margin: 15px 0 0;
}

.date {
  margin: 5px 0 0;
  width: 100%;
}

.entry-title a {
  border: none;
}

.pagination-blog {
  overflow: auto;
  margin: 30px auto 0;
  text-align: center;
}

.nav-previous,
.nav-next {
  display: block;
  margin: 0;
  display: inline-block;
}

.nav-previous a,
.nav-next a {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  outline: 0;
  padding: 13px 40px;
  display: inline-block;
  transition: background 0.2s;
  background: #206D78;
  border: none !important;
  color: #fff !important;
}
.nav-previous a:hover, .nav-previous a:focus,
.nav-next a:hover,
.nav-next a:focus {
  background: #00476c;
}
.nav-previous a:after, .nav-previous a:before,
.nav-next a:after,
.nav-next a:before {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  display: inline-block;
  transition: border-color 0.2s;
}

.nav-next:empty,
.nav-previous:empty {
  display: none;
}

.nav-next {
  margin-right: 15px;
}

.nav-next a:before {
  margin-right: 5px;
  position: relative;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #545860 transparent transparent;
}

.nav-previous a:after {
  margin-left: 4px;
  position: relative;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #545860;
}

.logo__container {
  background: #f2f1ec;
}
.logo__cell {
  padding: 30px 30px 55px;
  text-align: center;
}
.logo__cell img {
  max-width: 100%;
  height: auto;
}

.footer {
  position: relative;
}
.footer__container {
  padding: 40px 0 60px;
  position: relative;
}
.footer__container [class*=col-6] {
  width: 200px;
}
.footer__container [class*=col-5] {
  width: 240px;
}
.footer__credits {
  padding: 8px 0;
  color: #00476c;
  background: rgba(0, 0, 0, 0.1);
}
.footer__credits p {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
.footer__credits a {
  color: #00476c !important;
  display: inline-block;
}
.footer__credits img {
  margin: 0 20px 0 3px;
}
.footer__credits__text {
  position: relative;
  top: 2px;
}
.footer__credits__row {
  padding: 8px 20px 6px !important;
}
.footer__logo {
  width: 139px;
  height: 133px;
  background: url("/img/logo-white.svg");
  background-repeat: no-repeat;
}
.footer__title {
  font-size: 12px;
}
.footer__info {
  font-size: 13px;
  line-height: 1.5;
  margin: 3px 0 0;
}
.footer__list {
  list-style: none;
}
.footer__list li {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin: 0 11px;
}
.footer__list li:not(:first-child):before {
  content: "";
  position: absolute;
  left: -11px;
  top: 1px;
  height: 16px;
  width: 1px;
  background: #206D78;
}
.footer a {
  color: #fff;
}
.footer__row {
  margin: 40px auto 0;
}
.footer__message {
  font-size: 10px;
}
.footer__message a:hover {
  color: #206D78;
}
.footer__message [href^="tel:"]:hover, .footer__message [href^="tel:"]:focus {
  color: #fff;
}
.footer__message p {
  line-height: 1.4;
}
.footer__message__top {
  margin: 5px 0 25px;
}
.footer__message__top h5 {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.footer__message__top p {
  font-size: 13px;
  margin: 3px 0 0;
}
.footer__nav {
  font-size: 10px;
  margin: 10px 0 0;
}
.footer__nav a:hover {
  color: #206D78;
}
.footer__nav li:not(:first-child) {
  margin: 0 0 0 12px;
  position: relative;
}
.footer__nav li:not(:first-child):before {
  content: "|";
  position: absolute;
  left: -9px;
  top: -1px;
}

.nav--social {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25px;
  font-size: 0;
}
.nav--social a {
  font-size: 27px;
  padding: 11px 0 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  margin: 0 5px;
  background: #206D78;
  transition: background 0.2s;
}
.nav--social a:hover, .nav--social a:focus {
  background: rgb(39.5157894737, 134.6006578947, 148.1842105263);
}

.ultra {
  position: absolute;
  left: 0;
  bottom: -459px;
  width: 100%;
  transition: transform 0.3s;
  border-top: 22px solid #206D78;
  background: #fff;
  z-index: 100;
  height: 469px;
}
.ultra:hover, .ultra:focus {
  transform: translate3d(0, -459px, 0);
}
.ultra__title {
  display: block;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 175px;
  height: 30px;
  top: -52px;
}
.ultra__row {
  min-height: 275px;
  padding: 40px !important;
}

.slider--entities {
  position: relative;
}
.slider--entities:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
}
.slider--entities .slick-track {
  display: flex;
}
.slider--entities__slide {
  padding: 30px 30px 66px;
  border-left: 1px solid #ccc;
  height: 100%;
}
.slider--entities__imgbox {
  height: 139px;
  margin: 0 auto;
}
.slider--entities__content {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 20px 0 0;
}
.slider--entities__btn {
  color: #00476c !important;
  margin: 15px 0 0;
  position: absolute;
  bottom: 30px;
  outline: none;
}
.slider--entities__btn:hover, .slider--entities__btn:focus {
  color: #206D78 !important;
}
.slider--entities.slick-initialized .slider--entities__slide {
  display: flex;
  flex-wrap: wrap;
}

.landing__masthead {
  box-shadow: 0px 2px 4px #ccc;
}
.landing__masthead--main {
  background: #f8f7f5;
}
.landing__masthead__title {
  font-size: 50px;
  line-height: 1;
}
.landing__masthead .logo__col {
  width: 160px;
}
.landing__masthead .table {
  height: 100%;
}
.landing-nav__col {
  padding: 0 0 17px 24px;
}
.landing__header__text {
  padding: 20px 0 15px;
  line-height: 1.1;
}
.landing__content__main {
  padding: 20px 0 0;
}
.landing__wysiwyg > *:first-child {
  margin-top: 0;
}
.landing__title {
  font-size: 40px;
  font-weight: 300;
}
.landing__subtitle, .landing__wysiwyg h2:first-child {
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
  color: #00476c;
}
.landing__video {
  padding: 7px;
  box-shadow: 0 0 3px #ccc;
}
.landing__sidebar {
  padding: 25px 0 0;
}
.landing__sidebar__link {
  border: 2px solid #206D78;
  padding: 10px 20px 12px;
  background: #206D78;
  transition: background 0.2s;
}
.landing__sidebar__link:hover, .landing__sidebar__link:focus {
  background: #206D78;
}
.landing__sidebar__title1 {
  font-size: 30px;
  font-weight: 300;
}
.landing__sidebar__title2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}
.landing__sidebar__form {
  padding: 18px 20px;
}
.landing__sidebar__form .gform_wrapper .top_label input.medium, .landing__sidebar__form .gform_wrapper .top_label select.medium {
  width: 100%;
}
.landing__sidebar__form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.landing__sidebar__form .top_label input.medium {
  width: 100%;
  font-family: "Oswald", sans-serif !important;
  font-size: 15px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f6f6f;
  border: 1px solid #9e9d9e !important;
}
.landing__sidebar__form .gform_wrapper ul li.gfield {
  margin: 13px 0 0 !important;
}
.landing__sidebar__form .gform_wrapper .gform_footer input[type=submit] {
  background: none !important;
  border: 2px solid #fff !important;
}
.landing__sidebar__form .gform_wrapper .gform_footer input[type=submit]:hover, .landing__sidebar__form .gform_wrapper .gform_footer input[type=submit]:focus {
  background: #00476c !important;
}
.landing__sidebar__form .gform_footer {
  margin: 20px 0 0 !important;
}
.landing__sidebar__form .signup__content {
  margin: 10px 0 15px;
}
.landing__sidebar__block + .landing__sidebar__block {
  margin: 10px 0 0;
}

@media (max-width: 960px) {
  .elementor-page .btn-nav {
    display: none !important;
  }
  .logo,
  .logo__col {
    width: 120px !important;
  }
  .sidebar__col--landing {
    display: block !important;
    width: 100%;
  }
  .landing__sidebar {
    padding: 0;
  }
  .landing-nav__col {
    padding: 0 0 17px 15px;
  }
  .landing__masthead__title {
    font-size: 36px;
  }
  .landing__title {
    font-size: 24px;
  }
  .landing__subtitle {
    font-size: 44px;
    line-height: 1;
    margin: 5px 0 0;
  }
  .landing__masthead--main .row {
    padding: 0 5px 0 20px;
  }
  .landing__header__text {
    padding: 0px 0 15px;
  }
}
@media (max-width: 480px) {
  .landing__masthead__title {
    font-size: 24px;
  }
}
.bg-1 {
  background-color: #206D78;
}
.bg-1--transparent {
  background-color: rgba(32, 109, 120, 0.9);
}

.bg-2 {
  background-color: #00476c;
}
.bg-2--transparent {
  background-color: rgba(0, 71, 108, 0.9);
}

.bg-3 {
  background-color: #333;
}

.bg-4 {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}
.bg-black--transparent {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-white {
  background-color: #fff;
}
.bg-white--transparent {
  background-color: rgba(255, 255, 255, 0.85);
}

.color-1 {
  color: #206D78;
}
.color-1--light {
  color: #545860;
}

.color-2 {
  color: #00476c;
}

.color-3 {
  color: #333;
}

.color-4 {
  color: #fff;
}

.hover-1:hover, .hover-1:focus {
  color: #206D78;
}

.hover-2:hover, .hover-2:focus {
  color: #00476c;
}

.hover-3:hover, .hover-3:focus {
  color: #333;
}

.hover-4:hover, .hover-4:focus {
  color: #fff;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.font-1 {
  font-family: "Open Sans", sans-serif;
}

.font-2 {
  font-family: "Oswald", sans-serif;
}

.font-3 {
  font-family: "Roboto Slab", serif;
}

.border-top-secondary {
  border-top: 3px solid #00476c;
}

.border-bottom-secondary {
  border-bottom: 3px solid #00476c;
}

.border-left-secondary {
  border-left: 3px solid #00476c;
}

.border-right-secondary {
  border-right: 3px solid #00476c;
}

.table {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.margin-auto {
  margin: 0 auto;
}

.flex {
  display: flex;
}
.flex-align-center {
  align-items: center;
}
.flex-align-end {
  align-items: flex-end;
}
.flex-justify-center {
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}

.align-self-center {
  align-self: center;
}

.align-self-end {
  align-self: end;
}

.zindex-100 {
  position: relative;
  z-index: 100;
}

.zindex-101 {
  position: relative;
  z-index: 101;
}

.opacity-100 {
  opacity: 1;
}

.border-round {
  border-radius: 50%;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.no-list {
  list-style: none;
  padding: 0;
}
.no-list li:before {
  display: none !important;
}

.d-block {
  display: block;
}

.arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #206D78;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: -2px;
}

.btn {
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: none;
  border: 2px solid #206D78 !important;
  outline: 0;
  padding: 11px 40px;
  display: inline-block;
  transition: background 0.2s;
}
.btn:hover, .btn:focus {
  background: #206D78;
}
.btn:hover:after, .btn:focus:after {
  border-color: transparent transparent transparent #fff;
}
.btn:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #206D78;
  display: inline-block;
  margin: 0 0 0 6px;
  transition: border-color 0.2s;
}
.btn--2 {
  background: #00476c;
  border: 2px solid #206D78 !important;
  color: #fff !important;
}
.btn--2:hover, .btn--2:focus {
  background: #206D78;
}

.btn-nav {
  display: none;
  cursor: pointer;
  padding: 25px;
  height: 100%;
}

.menu-lines {
  position: absolute;
  left: 20px;
  display: block;
  text-align: left;
  top: 55px;
}
.menu-lines, .menu-lines:before, .menu-lines:after {
  height: 2px;
  background: #206D78;
  width: 17px;
}
.menu-lines:before, .menu-lines:after {
  position: absolute;
  content: "";
}
.menu-lines:before {
  top: -6px;
}
.menu-lines:after {
  top: 6px;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  width: 100%;
  padding: 30px;
  transform: translate3d(0, 0, 0);
  color: #fff;
  position: relative;
  background: #00476c;
  border: 5px solid #206D78;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  max-width: 600px !important;
  text-align: left;
}
.remodal img {
  margin: 0 0 40px;
}
.remodal .shrink {
  width: 50%;
}
.remodal .btn {
  margin: 60px 0 0;
  cursor: pointer;
}
.remodal .slider--home__content {
  margin: 18px 0 0;
}
.remodal__title {
  font-size: 80px;
  font-weight: 300;
  color: #fff;
}
.remodal__subtitle {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  margin: 8px 0 0;
  max-width: 470px;
}
.remodal__content {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 1.5;
  margin: 20px 0 0;
}
.remodal__fine {
  font-size: 12px;
  margin: 15px auto 0;
  line-height: 1.3;
}
.remodal .gform_wrapper ul li.gfield {
  margin: 0px 0 0 !important;
}
.remodal .gform_wrapper .top_label input.medium, .remodal .gform_wrapper .top_label select.medium {
  width: 100%;
}
.remodal .gform_wrapper iframe {
  margin: 13px 0 0;
}
.remodal .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select, .remodal .gform_wrapper .ginput_complex .ginput_full input[type=email], .remodal .gform_wrapper .ginput_complex .ginput_full input[type=number], .remodal .gform_wrapper .ginput_complex .ginput_full input[type=password], .remodal .gform_wrapper .ginput_complex .ginput_full input[type=tel], .remodal .gform_wrapper .ginput_complex .ginput_full input[type=text], .remodal .gform_wrapper .ginput_complex .ginput_full input[type=url], .remodal .gform_wrapper input[type=text], .remodal .gform_wrapper textarea {
  font-family: "Oswald", sans-serif !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f6f6f;
}
.remodal .gform_wrapper {
  margin: 10px 0 0 !important;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  color: #6e6e95;
  border: 0;
  outline: 0;
  background: #272753;
  padding: 12px 15px;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #fff;
}

.remodal-confirm,
.remodal-cancel {
  margin: 15px 0 0 !important;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gform_confirmation_message {
  color: #f2e5ab;
  margin: 25px 0 30px;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0;
  background: none;
}

.remodal input[type=submit],
.remodal .btn {
  background: #206D78 !important;
}
.remodal input[type=submit]:hover, .remodal input[type=submit]:focus,
.remodal .btn:hover,
.remodal .btn:focus {
  background: #00476c !important;
}
.remodal input[type=submit]:after,
.remodal .btn:after {
  display: none;
}

.remodal .gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 24px 0 20px !important;
}

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

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
@media (max-width: 640px) {
  .remodal {
    max-width: 700px;
  }
  .remodal img {
    margin: 0 0 25px;
  }
  .remodal__title {
    font-size: 40px;
  }
  .remodal__subtitle {
    font-size: 24px;
  }
  .remodal__content {
    font-size: 21px;
  }
  .remodal .btn {
    margin: 30px 0 0;
  }
  .remodal__fineprint {
    margin: 30px 0 0;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  .secondary-nav__wrapper:after {
    background: url("/img/shadow@2x.png");
    background-size: 464px 11px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icons";
    src: url("icons/icons.svg#icons") format("svg");
  }
}
@media (max-width: 1500px) {
  .story {
    width: 100%;
    justify-content: flex-start;
    padding: 40px;
  }
  .story__text {
    max-width: none;
  }
  .blog,
  .social {
    width: 50%;
  }
  .signup {
    justify-content: flex-end;
  }
  .signup__row {
    width: 880px;
    float: right;
    margin: 0;
  }
}
@media (max-width: 1370px) {
  .secondary-nav__wrapper {
    right: 120px;
  }
}
@media (max-width: 1290px) {
  .row {
    padding: 0 20px;
  }
  .slider--home__title--1 {
    font-size: 60px;
  }
  .slider--home__title--2 {
    font-size: 60px;
  }
  .feature__title {
    font-size: 32px;
    padding: 7px 15px 7px;
  }
  .feature__col {
    padding: 0 10px;
  }
  .feature__container {
    margin: -50px auto 0;
  }
  .services {
    padding: 30px 0 0;
  }
  .services [class*=col-] {
    width: 100%;
  }
  .services__coltext {
    order: -1;
  }
  .services__text {
    padding: 0 0 25px;
  }
  .content__col {
    padding: 0 5% 0 0;
  }
  .features__multi__btn {
    padding: 11px 30px;
  }
}
@media (max-width: 1200px) {
  .event__row [class*=col-] {
    width: 100%;
  }
  .event__row .hidden {
    display: block !important;
  }
  .event__featured {
    display: flex;
  }
  .event__featured__text {
    max-width: none;
    align-self: center;
  }
  .event__collist {
    position: relative;
    left: -15px;
    margin: 15px 0 0;
    column-count: 2;
  }
  .event__wrapper {
    break-inside: avoid;
  }
}
@media (max-width: 1024px) {
  .services {
    padding: 30px 0 0;
  }
  .services [class*=col-] {
    width: 100%;
  }
  .services__coltext {
    order: -1;
  }
  .services__text {
    padding: 0 0 25px;
  }
}
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 960px) {
  .logo {
    position: relative;
    margin: 0 auto;
    height: 120px;
  }
  .masthead--main__container {
    height: 114px;
  }
  .masthead--secondary__container .row {
    padding: 0;
  }
  .primary-nav__col {
    display: none;
  }
  .primary-nav [class*=icon] {
    display: none !important;
  }
  .slider--home,
  .slider--home .slick-track {
    height: auto;
  }
  .slider--home__col--content {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 3px solid #00476c;
  }
  .slider--home__col--title {
    border-right: none;
  }
  .slider--home__row {
    position: relative;
    bottom: 0;
    padding: 0;
  }
  .slider--home__container {
    padding: 25px 20px;
  }
  .slider--home__title {
    line-height: 1.1;
  }
  .slider--home__title--1 {
    font-size: 40px;
  }
  .slider--home__title--2 {
    font-size: 43px;
  }
  .slider--home__content {
    font-size: 16px;
  }
  .message {
    padding: 40px 0 50px;
  }
  .message__title {
    font-size: 72px;
  }
  .message__content {
    font-size: 18px;
  }
  .feature__col {
    padding: 5px !important;
  }
  .feature__row {
    width: calc(100% + 10px);
    left: -5px;
    position: relative;
    padding: 0 10px;
  }
  .feature__container {
    margin: 5px 0;
  }
  .feature__title {
    font-size: 31px;
    padding: 8px 15px 7px;
  }
  .feature__content {
    font-size: 17px;
  }
  .program__container {
    padding: 40px 0 45px;
  }
  .program__title--1 {
    font-size: 24px;
  }
  .program__title--2 {
    font-size: 42px;
    line-height: 0.95;
    margin: 4px 0 0;
  }
  .slider--programs {
    margin: 40px 0 0;
  }
  .slider--programs__slide {
    padding: 0 20px 15px;
  }
  .services {
    padding: 20px 0 0;
  }
  .services__title--1 {
    font-size: 36px;
  }
  .services__title--2 {
    font-size: 70px;
  }
  .services__content {
    font-size: 17px;
  }
  .signup {
    height: auto;
    padding: 20px 0;
    background-size: cover;
  }
  .signup__title {
    font-size: 34px;
  }
  .signup__row {
    margin: 0;
  }
  .signup .gform_wrapper {
    padding: 0;
  }
  .signup .gform_wrapper .gform_footer {
    margin: 15px 0 0 !important;
  }
  .story {
    justify-content: flex-start;
  }
  .story__text {
    padding: 35px 20px;
    max-width: none;
  }
  .story__title {
    font-size: 46px;
  }
  .story__content {
    font-size: 17px;
    margin: 15px 0 0;
  }
  .story__link {
    margin: 25px 0 0;
  }
  .event__container {
    padding: 20px 0;
  }
  .event__row {
    padding: 0 5px;
  }
  .event__featured {
    padding: 15px 0 15px 15px;
  }
  .event__featured__text {
    padding: 0 0 0 30px;
  }
  .event__title {
    text-align: left;
    font-size: 50px;
    margin: 0 0 5px 15px;
  }
  .event__content {
    margin: 12px 0 0;
  }
  .event__link {
    margin: 15px 0 0;
  }
  .event__collist {
    left: 0;
  }
  .image-list__block {
    flex-wrap: wrap;
  }
  .image-list__block__subtitle {
    margin: 2px 0 12px !important;
  }
  .image-list__content {
    padding: 25px 0 0;
  }
  .image-list__img {
    box-sizing: border-box;
  }
  .sidebar__col {
    display: none;
  }
  .content__col {
    padding: 0;
  }
  .content__header__img {
    height: 212px;
  }
  .content__main {
    padding: 20px 0;
  }
  .content__main__deck {
    font-size: 20px;
  }
  .content__sizer + * {
    margin-top: 0;
  }
  .content__sizer + * :first-child {
    margin-top: 0;
  }
  .features__multi__col {
    width: 33.33333%;
  }
  .alert {
    font-size: 14px;
    padding: 20px 10px 10px;
  }
  .alert .row {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .alert__link {
    display: block;
    min-width: 140px;
    padding: 11px 10px 9px !important;
  }
  .cta {
    font-size: 20px;
  }
  .btn-alert-close {
    position: relative;
    top: -13px;
    order: -1;
    margin: 0;
  }
  .btn-nav {
    display: inline-block;
    position: absolute;
    left: 0;
  }
  #outer-wrap {
    background: #00476c;
  }
  #inner-wrap {
    background: #fff;
    width: 100%;
  }
  .primary-nav {
    width: 100%;
    display: block;
  }
  .primary-nav__container {
    margin: 0;
    float: none;
    overflow: hidden;
    padding: 0;
  }
  .primary-nav li {
    border-left: none;
    padding: 0;
    display: block;
    height: auto;
  }
  .primary-nav li .hidden {
    display: inline-block !important;
  }
  .primary-nav li:not(:first-child) {
    border-top: 1px solid #206D78;
    padding: 0;
  }
  .primary-nav li li:not(:first-child) {
    border-top: 1px solid rgb(42.7368421053, 145.5723684211, 160.2631578947);
  }
  .primary-nav a {
    font-size: 20px;
    padding: 14px 15px;
    margin-right: 0;
    color: #fff;
  }
  .primary-nav a:after {
    color: #fff;
  }
  .primary-nav > .menu-item-has-children:hover .sub-menu, .primary-nav > .menu-item-has-children:focus .sub-menu, .primary-nav > .menu-item-has-children .sub-menu {
    display: none;
    position: relative;
    height: auto;
    top: 0;
  }
  .primary-nav > li:first-child > a {
    border-left: none;
  }
  .primary-nav > li > a {
    border-right: none;
    max-width: none;
    width: 100%;
    display: block;
    text-align: left;
    padding: 17px 13px 18px;
    height: auto;
    font-size: 15px;
  }
  .primary-nav [class*=icon-] {
    margin: 0 5px 0 0;
    width: 17px;
    display: inline-block;
  }
  .menu-item-has-children > a {
    position: relative;
  }
  .menu-item-has-children > a:after {
    font-family: "icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #206D78;
    font-size: 13px;
    content: "\e606";
    border: none;
  }
  .menu-item-has-children .show-sub-menu:after {
    content: "\e609";
  }
  .menu-item-has-children:hover .sub-menu, .menu-item-has-children:focus .sub-menu {
    display: none;
  }
  .sub-menu__link--sub {
    font-size: 17px !important;
    color: #f2e5ab !important;
  }
  .sub-menu__link--main {
    font-size: 16px !important;
  }
  .sub-menu {
    position: relative;
    box-shadow: none;
    top: 0;
    position: relative;
    width: 100%;
    display: none;
    text-align: left;
    padding: 10px 0 20px;
    column-count: 1;
    background: #206D78;
  }
  .sub-menu li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .sub-menu li:last-child {
    border-bottom: none !important;
  }
  .sub-menu a {
    font-size: 22px;
    line-height: 20px;
    padding: 7px 25px 8px 15px !important;
    display: block;
    transition: background 0.2s;
    color: #fff;
  }
  .sub-menu a:hover, .sub-menu a:focus {
    color: #fff;
  }
  .show-sub-menu + .sub-menu {
    display: block !important;
  }
  .sub-menu .row {
    padding: 0;
    display: block;
  }
  .sub-menu__title {
    color: #fff;
  }
  .sub-menu__col-text {
    padding: 20px 0 0px 15px;
  }
  .sub-menu__col-text {
    display: none;
  }
  .sub-menu__link--main {
    color: #fff !important;
  }
  .sub-menu__col-links {
    padding: 0;
  }
  .sub-menu__col-links > li:first-child,
  .has-children {
    margin: 20px 0 0;
  }
  .has-children {
    border-top: none !important;
  }
  .secondary-nav {
    display: none;
  }
  #primary-nav {
    position: absolute;
    top: 0;
    display: none;
    background: none;
  }
  #primary-nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  .mask {
    position: absolute;
    top: 0px;
    width: 20px;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    left: -20px;
  }
  .shadow {
    width: 100%;
    box-shadow: -8px 0px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 102;
    height: 100%;
    left: 20px;
  }
  .js-ready #primary-nav {
    height: 100%;
    width: 70%;
  }
  .js-ready #primary-nav {
    left: -70%;
  }
  .js-ready #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready #primary-nav {
    left: 0;
    transform: translate3d(-100%, 0, 0);
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 400ms ease;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready #primary-nav .block {
    opacity: 0.7;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions.js-nav #primary-nav .block {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 800px) {
  .news [class*=col-] {
    width: 100%;
  }
  .blog {
    padding: 30px 20px;
  }
  .blog__content {
    font-size: 16px;
  }
  .blog__link {
    margin: 20px 0 0;
  }
  .social {
    padding: 15px 20px;
  }
  .team__block {
    flex-wrap: wrap;
  }
  .team__block [class*=col-] {
    width: 100% !important;
  }
  .team__content {
    padding: 20px 0 0;
  }
  .footer__container {
    text-align: center;
  }
  .footer__container [class*=col-] {
    width: 100%;
  }
  .footer__logo {
    margin: 0 auto 5px;
  }
  .footer__title {
    margin: 15px 0 0;
  }
  .footer__nav {
    margin: 10px 0 20px;
  }
  .footer__nav li {
    display: block;
  }
  .footer__nav li:not(:first-child) {
    margin: 3px 0 0;
  }
  .footer__nav li:before {
    display: none;
  }
}
@media (max-width: 960px) and (min-width: 750px) {
  .slider--home__slide {
    background: none !important;
  }
  .slider--home img, .slider--home .slick-track img {
    display: block;
  }
}
@media (max-width: 750px) {
  .slider--home__slide {
    padding: 400px 0 0;
    background-size: cover;
  }
  .slider--home__slide img {
    display: none !important;
  }
  .event__featured {
    display: block;
    padding: 15px;
  }
  .event__featured__text {
    padding: 20px 0 0;
  }
  .event__collist {
    column-count: 1;
  }
  .event__collist .hidden {
    display: none !important;
  }
  .features__multi__col {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .slider--programs__slide {
    padding: 0 20px;
  }
  .slider--programs:before {
    width: 4px;
    left: -2px;
  }
  .program__link {
    position: relative;
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .logo__row {
    padding: 0 5px;
  }
  .logo__cell {
    padding: 30px 15px 55px;
  }
  .features__multi__col {
    width: 100%;
  }
  .footer__container {
    padding: 20px 0 60px;
  }
  .footer__credits img {
    max-height: 19px;
    margin: 0;
  }
  .footer__credits__text {
    display: none;
  }
  .footer__credits p {
    display: flex;
    justify-content: center;
  }
  .footer__row {
    margin: 30px auto 0;
  }
}
@media (max-width: 380px) {
  .tertiary-nav a {
    font-size: 10px;
    font-weight: 600;
    padding: 6px 7px;
  }
  .nav--social a {
    font-size: 23px;
    margin: 0 3px;
    width: 44px;
    height: 44px;
  }
}
.jetpack_subscription_widget .widettitle {
  display: none !important;
}

.spbsm-button-wrapper-flat span a:focus {
  outline: 2px solid #333 !important;
}

.tribe-events-calendar-list__event-venue-title.tribe-common-b2--bold,
.tribe-events-calendar-latest-past__event-venue-title.tribe-common-b2--bold {
  color: #206D78 !important;
  display: block !important;
}

.tribe-common-c-btn-border-small:focus {
  outline: 2px solid #333 !important;
}

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