@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%;
}

body {
  margin: 0;
}

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;
  background-color: #fff;
  line-height: 1;
}

::-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;
}

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

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

.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 16px;
  font-weight: 500;
  background: #333;
  color: #fff;
  padding: 9px 12px 10px;
  margin: 0 !important;
}

.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: 1640px;
}

[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-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-75 {
  width: 75%;
}

.col-66 {
  width: 66.66667%;
}

@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-40 {
    width: 100%;
  }
  .col-45 {
    width: 100%;
  }
  .col-55 {
    width: 100%;
  }
  .col-60 {
    width: 100%;
  }
  .col-75 {
    width: 100%;
  }
  .col-66 {
    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,
.panellist ul a:after,
.menu-item-has-children > a:after,
.accordion--classic__title:before,
.filegroup__link: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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-arrow-right2:before {
  content: "\ea3c";
}

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

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

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

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

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

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

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

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

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

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

.icon-cog:before {
  content: "\e60f";
}

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

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

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

.icon-question-sign:before {
  content: "\e613";
}

.icon-info-circle:before {
  content: "\e614";
}

.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: "\e90c";
}

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

.icon-google-plus2:before {
  content: "\e60b";
}

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

.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: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #f6e27c;
}
.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: #4a7796;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 0.2s;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\e90c";
  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: "\e90c";
}
[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(57.1517857143, 91.90625, 115.8482142857);
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #4a7796;
  opacity: 0.75;
}

input[type=submit] {
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #333;
  background: #f6e27c;
  border: none;
  outline: 0;
  border-radius: 60px 0 60px 0;
  padding: 16px 50px 15px;
  display: inline-block;
  transition: color 0.3s, transform 0.3s;
  position: relative;
  box-shadow: 0 15px 35px rgba(74, 119, 150, 0.68);
  cursor: pointer;
  position: relative;
  z-index: 100;
}
input[type=submit]:hover, input[type=submit]:focus {
  color: #fff;
  transform: translate3d(-4px, -4px, 0);
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0 !important;
}

.gform_wrapper .gform_footer {
  display: inline-block;
  position: relative;
  width: auto !important;
  margin: 0 !important;
}
.gform_wrapper .gform_footer:hover span, .gform_wrapper .gform_footer:focus span {
  color: #fff;
  transform: translate3d(-4px, -4px, 0);
}
.gform_wrapper .gform_footer:hover:after, .gform_wrapper .gform_footer:focus:after {
  transform: translate3d(4px, 4px, 0);
  transition: transform 0.3s;
}
.gform_wrapper .gform_footer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 60px 0 60px 0;
  background: #4a7796;
  z-index: 1;
}

.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 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;
}

body .gform_wrapper label.gfield_label + div.ginput_container.ginput_recaptcha {
  margin-top: 15px !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 textarea {
  font-size: 15px !important;
  padding: 9px 12px !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 textarea:focus {
  outline: 1px solid #4a7796;
}

.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 #4a7796;
}

.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 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):focus {
  outline: 1px solid #4a7796;
}

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

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

h1, h2, h3, h4, h5 {
  margin: 0;
}

.content__header h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #4a7796;
}
.content__header > *:last-child {
  margin-bottom: 0;
}
.content__header__breadcrumbs {
  font-size: 16px;
  font-weight: 700;
  color: #4a7796;
  margin: 8px 0 0;
}
.content__header__breadcrumbs a {
  font-weight: 700;
  color: #fff;
}
.content__header__breadcrumbs a:hover, .content__header__breadcrumbs a:focus {
  color: #4a7796;
}
.content__header__breadcrumbs .post {
  color: #fff;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  top: 1px;
}

.wysiwyg h2 {
  font-size: 40px;
  font-weight: 300;
  margin: 35px 0 0;
}
.wysiwyg h2:after {
  content: "";
  width: 100%;
  max-width: 540px;
  height: 5px;
  background: #f6e27c;
  margin: 15px 0 0;
  display: block;
}
.wysiwyg h3 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 30px 0 4px;
  color: #666;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: 800;
  color: #666;
  text-transform: uppercase;
  margin: 0 0 3px;
}

.content__main,
.accordion__panel {
  font-size: 18px;
  font-weight: 400;
}
.content__main .deck,
.accordion__panel .deck {
  font-size: 22px;
}
.content__main p,
.content__main ul,
.content__main ol,
.content__main blockquote,
.content__main .embed-container,
.accordion__panel p,
.accordion__panel ul,
.accordion__panel ol,
.accordion__panel blockquote,
.accordion__panel .embed-container {
  margin: 15px 0;
  line-height: 1.5;
}
.content__main table,
.accordion__panel table {
  width: 100% !important;
  margin: 15px 0;
}
.content__main table td,
.content__main table th,
.accordion__panel table td,
.accordion__panel table th {
  border: none;
  font-size: 16px;
  line-height: 18px;
  padding: 8px 10px;
  width: auto !important;
}
.content__main table th,
.accordion__panel table th {
  font-weight: bold;
}
.content__main table tr:nth-child(odd),
.accordion__panel 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,
.accordion__panel h3 + p,
.accordion__panel h3 + ul,
.accordion__panel h3 + ol,
.accordion__panel h4 + p,
.accordion__panel h4 + ul,
.accordion__panel h4 + ol {
  margin-top: 0;
}
.content__main > *:first-child,
.accordion__panel > *:first-child {
  margin-top: 0;
}
.content__main > *:last-child,
.accordion__panel > *:last-child {
  margin-bottom: 0;
}
.content__main ol,
.accordion__panel ol {
  padding: 0 0 0 40px;
}
.content__main a,
.accordion__panel a {
  color: #4a7796;
}
.content__main a:hover, .content__main a:focus,
.accordion__panel a:hover,
.accordion__panel a:focus {
  color: rgb(63.8910714286, 102.74375, 129.5089285714);
}

.wysiwyg ul,
.list__multi ul,
.image-list__content ul,
.accordion__panel ul {
  padding: 0 0 0 40px;
}
.wysiwyg ul li,
.list__multi ul li,
.image-list__content ul li,
.accordion__panel ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0 4px;
}
.wysiwyg ul li:before,
.list__multi ul li:before,
.image-list__content ul li:before,
.accordion__panel ul li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #4a7796;
  position: absolute;
  left: -13px;
  top: 9px;
}

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

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

.masthead .row {
  max-width: none;
}
.logo {
  display: block;
  width: 310px;
  height: 80px;
  background: url(img/logo.svg) center no-repeat;
}

.btn-nav {
  display: none;
}

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

.primary-nav {
  text-align: center;
  display: table;
  width: 100%;
}
.primary-nav a {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 20px;
  color: #4a7796;
}
.primary-nav a:hover, .primary-nav a:focus {
  color: #f6e27c;
}
.primary-nav li {
  display: table-cell;
  text-overflow: ellipsis;
}
.primary-nav > li:last-child > a {
  padding-right: 0;
}
.primary-nav > li > a {
  height: 40px;
  position: relative;
}
.primary-nav > .menu-item-has-children > a:after {
  color: #f6e27c;
  content: "\e90c";
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 0 3px;
  position: relative;
  top: -4px;
}
.primary-nav > .menu-item-has-children:hover > a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -70%;
}
.primary-nav__col {
  height: 135px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 135px;
  left: 0;
  background: #4a7796;
  z-index: 100;
  width: 100%;
  text-align: left;
  padding: 40px 0 20px;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.6);
}
.sub-menu .row {
  display: flex;
}
.sub-menu li {
  display: block;
}
.sub-menu a {
  color: #fff;
}
.sub-menu__title {
  font-size: 30px;
  text-transform: uppercase;
}
.sub-menu__text {
  padding: 0 78px 0 0;
}
.sub-menu__content {
  font-size: 17px;
  line-height: 1.5;
  text-transform: none;
  font-weight: 500;
  margin: 9px 0 0;
  padding: 8px 0 0;
  border-top: 3px solid #f6e27c;
}
.sub-menu__col-links {
  padding: 20px 40px 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-links li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sub-menu__col-text {
  border-right: 1px solid #4a7796;
  padding: 20px 0;
  margin: 0 40px 0 0;
  width: 450px;
}
.sub-menu__link--main {
  font-size: 16px !important;
  padding: 11px 0 !important;
  font-weight: 700 !important;
}
.sub-menu__link--main:hover, .sub-menu__link--main:focus {
  color: #f6e27c !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;
}

.secondary-nav__container {
  position: absolute;
  right: 0;
  top: 0;
}
.secondary-nav a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
}
.secondary-nav a:hover, .secondary-nav a:focus {
  color: #f6e27c;
}
.secondary-nav .button {
  margin: 0 0 0 20px;
}
.secondary-nav .button a {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 40px;
  color: #fff;
  text-transform: uppercase;
  background: #4a7796;
  transition: background 0.2s;
  border-radius: 0 0 0 40px;
  box-shadow: 0 15px 35px rgba(74, 119, 150, 0.68);
}
.secondary-nav .button a:hover, .secondary-nav .button a:focus {
  background: #f6e27c;
}
.secondary-nav [class*=icon-] {
  font-size: 20px;
  line-height: 1px;
  margin: 0 6px 0 0;
  position: relative;
  top: 2px;
  color: #c2e5fd;
}

.slider--home, .slider--home .slick-track {
  background: #333;
}
.slider--home.slick-initialized .slider--home__slide, .slider--home .slick-initialized.slick-track .slider--home__slide {
  display: flex;
}
.slider--home [class*=col-] {
  margin: 0;
}
.slider--home__slide {
  background-size: cover;
  background-position: top center;
  position: relative;
}
.slider--home__text {
  padding: 40px 8%;
}
.slider--home__col-img {
  background-size: cover;
  background-position: center;
  height: 720px;
  flex: 1;
}
.slider--home__col-img img {
  display: none;
}
.slider--home__col-text {
  min-width: 400px;
}
.slider--home__titletext {
  padding: 60px;
}
.slider--home__title {
  font-size: 76px;
}
.slider--home__subtitle {
  font-size: 76px;
}
.slider--home__content {
  font-size: 28px;
  margin: 8px 0 0;
  padding: 11px 0 0;
  border-top: 5px solid #f6e27c;
}
.slider--home__sidebartitle {
  font-size: 40px;
}
.slider--home__sidebarcontent {
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 11px 0 0;
  border-top: 4px solid #f6e27c;
}
.slider--home__btn {
  margin: 40px 0 0;
}

.titletag {
  position: relative;
  /*&:before {
  	content: 'Eleversity';
  	font-size: 22px;
  	font-weight: 700;
  	text-transform: uppercase;
  	color: $color2;
  	display: block;
  }*/
}

.msgtop {
  overflow: auto;
  padding: 60px 0 0;
}
.msgtop__row {
  max-width: 1600px;
  padding: 0 0 0 40px;
  float: right;
}
.msgtop__coltext {
  padding: 0 5% 40px 0;
}
.msgtop__title {
  font-size: 40px;
}
.msgtop__content {
  font-size: 17px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 11px 0 0;
  border-top: 4px solid #f6e27c;
}
.msgtop__btn {
  margin: 40px 0 0;
}

.bucket {
  display: flex;
  flex-direction: column;
}
.bucket__text {
  padding: 40px 10%;
}
.bucket__title {
  font-size: 40px;
}
.bucket__content {
  font-size: 17px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 11px 0 0;
  border-top: 4px solid #f6e27c;
}
.bucket__btn {
  margin: 40px 0 0;
}
.bucket__text {
  position: relative;
  padding: 40px 10% 115px;
  height: 100%;
}
.bucket__btn {
  position: absolute !important;
  bottom: 45px;
}

.featuretop, .featurebottom {
  align-items: stretch;
}
.featuretop .bucket__text, .featurebottom .bucket__text {
  padding: 40px 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  position: relative;
}
.featuretop .bucket__text:before, .featurebottom .bucket__text:before {
  content: "";
  width: 40px;
  height: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 40px 0;
  border-color: transparent #4a7796 transparent transparent;
  position: absolute;
  left: -40px;
  top: 22%;
}
.featuretop .bucket__btn, .featurebottom .bucket__btn {
  position: relative !important;
  bottom: auto !important;
}

[class*=arrow--] {
  position: relative;
}
.arrow--1 {
  position: relative;
}
.arrow--1:before {
  content: "";
  width: 40px;
  height: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #4a7796 transparent;
  position: absolute;
  left: 14%;
  top: -40px;
}

.arrow--3 {
  position: relative;
}
.arrow--3:before {
  content: "";
  width: 40px;
  height: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #526e52 transparent;
  position: absolute;
  left: 14%;
  top: -40px;
}

.arrow--5 {
  position: relative;
}
.arrow--5:before {
  content: "";
  width: 40px;
  height: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #555 transparent;
  position: absolute;
  left: 14%;
  top: -40px;
}

.arrow--6 {
  position: relative;
}
.arrow--6:before {
  content: "";
  width: 40px;
  height: 80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 40px;
  border-color: transparent transparent #333 transparent;
  position: absolute;
  left: 14%;
  top: -40px;
}

.msgbtm {
  padding: 100px 0;
  background: url("img/logo-ghost.png") bottom right no-repeat;
}
.msgbtm__coltext {
  padding: 0 5% 0 0;
}
.msgbtm__title {
  font-size: 40px;
}
.msgbtm__content {
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 11px 0 0;
  border-top: 4px solid #f6e27c;
}
.msgbtm__btn {
  margin: 40px 0 0;
}
.msgbtm__img {
  box-shadow: 0 15px 35px rgba(74, 119, 150, 0.68);
}

.col1 {
  padding: 60px 2%;
}
.col1__title {
  font-size: 40px;
}
.col1__content {
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 11px 0 0;
  border-top: 4px solid #f6e27c;
}
.col1__btn {
  margin: 40px 0 0;
}
.col1 .gform_wrapper {
  margin: 20px 0 0 !important;
}
.col1 .gform_wrapper .top_label input.medium, .col1 .gform_wrapper .top_label select.medium {
  width: 100%;
  border-radius: 20px;
}
.col1 .gform_wrapper ul li.gfield {
  margin: 2px 0 0 !important;
}
.col1 .gform_footer input[type=submit] {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.col2 {
  padding: 50px 2%;
}
.col2__title {
  font-size: 22px;
}
.col2__subtitle {
  font-size: 40px;
}
.col2__content {
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 11px 0 0;
  border-top: 4px solid #f6e27c;
}
.col2__btn {
  margin: 40px 0 0;
}
.col2 img {
  margin: 0 0 25px;
  box-shadow: 0 15px 35px rgba(74, 119, 150, 0.68);
}

.col3 {
  padding: 20px 2%;
  background-position: center bottom;
}
.col3__quote {
  font-size: 30px;
  padding: 20px 0 0;
  position: relative;
}
.col3__quote:before {
  content: "“";
  font-size: 267px;
  color: #f6e27c;
  display: block;
  line-height: 1px;
  font-weight: 700;
  position: relative;
  top: 15px;
  left: -14px;
}

.col4 {
  padding: 60px 2%;
}
.col4__title {
  font-size: 40px;
}
.col4__content {
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0 0;
  padding: 11px 0 0;
  border-top: 4px solid #f6e27c;
}
.col4__btn {
  margin: 40px 0 0;
}

.panelquote {
  padding: 0 0 120px;
}
.panelquote .slick-slide {
  padding: 80px 0 3px;
}
.panelquote .slick-slide:focus {
  border: 6px solid #f6e27c;
  outline: none;
}
.panelquote img {
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.68);
  margin: 0 auto 35px;
}
.panelquote__content {
  font-size: 24px;
  line-height: 1.4;
  margin: 15px 0 0;
}
.panelquote cite {
  font-style: normal;
  margin: 50px 0 0;
  display: block;
  position: relative;
}
.panelquote cite:before {
  content: "";
  width: 140px;
  height: 4px;
  background: #f6e27c;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -28px;
}
.panelquote__author {
  font-size: 18px;
}
.panelquote__title {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  margin: 10px 0 0;
}
.panelquote .slick-dots {
  bottom: -52px;
}
.panelquote .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 1px solid #575757;
  border-radius: 50%;
  transition: background 0.2s, corder 0.2s;
}
.panelquote .slick-dots li button:before {
  display: none;
}
.panelquote .slick-dots li.slick-active button, .panelquote .slick-dots li:hover button, .panelquote .slick-dots li:focus button {
  border: 1px solid #f6e27c;
  background: #f6e27c;
}

.cta {
  padding: 80px 0;
  background: #333;
}
.cta__row {
  max-width: 800px;
  margin: 0 auto;
}
.cta__title {
  font-size: 76px;
}
.cta__subtitle {
  font-size: 76px;
  margin: -3px 0 0;
}
.cta__content {
  font-size: 28px;
  line-height: 1.2;
  margin: 8px 0 0;
  padding: 11px 0 0;
  border-top: 5px solid #f6e27c;
}
.cta__btn {
  margin: 40px 0 0;
}
.cta__content a {
  color: #fff;
}

.main {
  overflow: hidden;
}

.sidebar {
  width: 100%;
  padding: 30px;
}
.sidebar__col {
  background: #f0f9fd;
  width: 260px;
}
.sidebar__menu-toggle {
  display: none;
}
.sidebar__menu li {
  list-style: none !important;
}
.sidebar__menu > li:not(:first-child) {
  position: relative;
}
.sidebar__menu > li:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  top: 0px;
  background-image: linear-gradient(to right, #f6e27c 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
}
.sidebar__menu > li > a {
  font-size: 17px;
  font-weight: 700;
  color: #4a7796;
  padding: 16px 17px 14px;
  display: block;
}
.sidebar__menu > li > a:hover, .sidebar__menu > li > a:focus {
  color: #f6e27c;
}
.sidebar__menu .children {
  display: none;
}
.sidebar__menu .current_page_item .children,
.sidebar__menu .current_page_ancestor .children {
  display: block;
  padding: 10px 17px;
}
.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 > .current_page_ancestor .children {
  padding: 0 17px 10px !important;
}
.sidebar__menu .children a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #f6e27c;
  padding: 5px 0;
  display: block;
  transition: color 0.2s;
}
.sidebar__menu .children a:hover, .sidebar__menu .children a:focus {
  color: #4a7796;
}
.sidebar__menu .children .children {
  list-style: none;
  padding: 0px 17px;
  margin: 0 0 11px;
}
.sidebar__menu .children .children a {
  font-size: 16px;
  color: #333;
  text-transform: none;
}
.sidebar__menu .children .children a:hover, .sidebar__menu .children .children a:focus {
  color: #f6e27c;
}

.block {
  margin: 15px 0;
}

.panelaccordion {
  margin: 50px 0;
}

.accordion > * + * {
  border-top: 2px solid #f6e27c;
}
.accordion__trigger {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  background: none;
  border: 0;
  background: none;
  display: block;
  margin: 0;
  padding: 11px 30px 10px 0;
  position: relative;
  text-align: left;
  width: 100%;
  color: #666;
  transition: color 0.2s;
}
.accordion__trigger:hover, .accordion__trigger:focus {
  color: #f6e27c;
}
.accordion__trigger[aria-expanded=true] {
  border-bottom: none;
  color: #f6e27c;
}
.accordion__trigger[aria-expanded=true]:after {
  content: "\e609";
}
.accordion__trigger:after {
  content: "\e606";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  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;
  padding: 15px 18px 15px 25px;
  background: #efefef;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
}
.accordion__panel[hidden] {
  display: none;
}
.accordion__panel:not([hidden]) {
  border-top: none;
}
.accordion__panel p {
  line-height: 1.5;
}

.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-weight: 700 !important;
  margin: 0 !important;
  line-height: 1;
}
.image-list__block__subtitle {
  font-size: 15px !important;
  margin: 2px 0 15px !important;
  color: #4a7796 !important;
}
.image-list__block__deck {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
  color: #4a7796;
}
.image-list__content {
  padding: 0 0 0 35px;
}
.image-list .embed-container {
  margin-top: 0;
}
.image-list p {
  margin-top: 5px !important;
}

.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 {
  position: relative;
  width: calc(100% + 30px);
  left: -15px;
}
.features__multi__col {
  padding: 15px;
}
.features__multi__card {
  background: #f7f7f7;
  position: relative;
  flex: 1;
}
.features__multi__text {
  padding: 20px 25px 65px;
}
.features__multi__title {
  margin: 0;
}
.features__multi__content {
  margin: 15px 0 30px !important;
}
.features__multi__btn {
  position: absolute;
  bottom: 25px;
}

.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 #4a7796;
  height: 135px;
  break-inside: avoid;
}
.grid li > img {
  max-height: 111px;
}

.content__main blockquote {
  padding: 65px 25px 20px;
  border: 3px solid #f6e27c;
  text-align: center;
  position: relative;
  margin: 80px 0 25px !important;
  line-height: 2 !important;
  box-shadow: 2px 2px 5px #ccc, inset 2px 2px 5px #ccc;
}
.content__main blockquote:before {
  content: "“";
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
  background: #f6e27c;
  color: #4a7796;
  font-size: 150px;
  line-height: 130px;
}
.content__main blockquote p {
  font-size: 22px;
  font-style: italic;
  margin: 0 !important;
  line-height: 1.4;
}
.content__main blockquote p + p {
  margin-top: 15px !important;
}
.content__main cite {
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 30px 0 0;
}

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

.content__header--archive {
  padding: 30px 0;
}
.content__header--archive h1 {
  color: #fff;
}

.panelcards {
  margin: 50px 0 40px;
}
.panelcards .row {
  padding: 0 20px;
}

.cards__text {
  padding: 0 0 20px;
}
.cards__title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.cards__title:after {
  content: "";
  width: 90%;
  max-width: 540px;
  height: 5px;
  background: #f6e27c;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cards__content {
  font-size: 18px;
  line-height: 1.5;
}
.cards__btn {
  display: inline-block;
  margin: 25px 0 0;
}

.card {
  display: flex;
  flex-direction: column;
}
.card [class*=arrow--]:before {
  border-width: 0 27.5px 28px 27.5px;
  top: -28px;
}
.card__col {
  padding: 20px;
  padding: 1.3%;
}
.card__text {
  padding: 20px 30px 90px;
  height: 100%;
}
.card__title {
  font-size: 30px;
  line-height: 1;
  color: #4a7796;
}
.card__content {
  font-size: 17px;
  line-height: 1.4;
  margin: 5px 0 0;
  padding: 15px 0 0;
  border-top: 5px solid #f6e27c;
}
.card .btn {
  position: absolute;
  bottom: 25px;
}
.card:hover .btn:before, .card:hover .btn:after, .card:focus .btn:before, .card:focus .btn:after {
  transform: translate3d(5px, 0, 0);
}

.panellist {
  padding: 80px 0;
}
.panellist__colheader {
  padding: 0 30px 0 0;
}
.panellist__collist {
  flex: 1;
  padding: 0 20px 0 0;
}
.panellist__title {
  font-size: 40px;
  font-weight: 300;
  line-height: 0.9;
}
.panellist__title--1 {
  font-size: 30px;
  font-weight: 300;
  display: block;
}
.panellist__title--2 {
  font-size: 46px;
  display: block;
  margin: 5px 0 0;
}
.panellist__content {
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 0;
  padding: 15px 0 0;
  border-top: 5px solid #f6e27c;
  max-width: 460px;
}
.panellist ul {
  padding: 0 0 0 16px;
}
.panellist ul li {
  position: relative;
  list-style: none;
  border-bottom: 2px solid #f6e27c;
}
.panellist ul a {
  position: relative;
}
.panellist ul a:after {
  color: #f6e27c;
  content: "\e90c";
  position: absolute;
  right: 15px;
  font-size: 9px;
  top: 50%;
  margin-top: -4px;
  font-weight: 700;
}
.panellist a {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 10px 9px;
  display: block;
}
.panellist a:hover, .panellist a:focus {
  color: #f6e27c;
}
.panellist__btn {
  margin: 30px 0 0;
}

.panel--image {
  padding: 80px 0 !important;
  overflow: hidden;
}
.panel--image.bg-1 img {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.panel--image__title {
  font-size: 40px;
}
.panel--image__content {
  font-size: 18px;
  line-height: 1.5;
  margin: 12px 0 0;
  padding: 15px 0 0;
  border-top: 5px solid #f6e27c;
}
.panel--image__btn {
  margin: 30px 0 0;
  display: inline-block;
}
.panel--image__text {
  padding: 0 12% 0 0;
}
.panel--image__coltext {
  flex: 1;
}
.panel--image__coltext.order-left .panel--image__text {
  padding: 0 0 0 12%;
}
.panel--image__colimg {
  position: relative;
  min-width: 420px;
}
.panel--image__colimg img {
  margin: 0 auto;
  display: block;
  box-shadow: 0 15px 35px rgba(74, 119, 150, 0.68);
}
.panel--image__colimg.order-left {
  order: -1;
}
.team {
  margin: 45px 0;
}
.team__block:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  border-top: 1px solid #ddd;
}
.team__block *:last-child {
  margin-bottom: 0;
}
.team__name {
  font-size: 40px;
}
.team__title {
  font-size: 18px;
  color: #666;
  border-bottom: 5px solid #f6e27c;
  max-width: 540px;
  margin: 5px 0 0;
  padding: 0 0 20px;
}
.team__colimg {
  width: 360px;
}
.team__img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}
.team__content {
  padding: 100px 0 0 40px;
  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;
  font-size: 18px;
}
.accordion--classic__title:not(:first-child) {
  margin: 40px 0 0;
}
.accordion--classic__title:before {
  color: #4a7796;
  margin: 0 4px 0 0;
}
.accordion--classic__title:after {
  font-size: 32px;
  line-height: 1px;
  position: relative;
  top: 8px;
  left: -3px;
  display: inline-block;
  transition: transform 0.2s;
}
.accordion--classic__content {
  display: none;
  margin: 17px 0 0;
  font-size: 18px;
  line-height: 1.4;
}
.accordion--classic__content *:first-child {
  margin-top: 0;
}
.accordion--classic__content *:last-child {
  margin-bottom: 0;
}

.paneltext {
  margin: 50px 0;
}
.paneltext__title {
  font-size: 40px;
}
.paneltext__btn {
  display: inline-block;
  margin: 30px 0 0;
}
.paneltext .gform_wrapper {
  padding: 60px;
  background: #efefef;
  margin: 35px 0 0 !important;
}

.filegroup {
  margin: 45px 0;
}
.filegroup__title {
  font-size: 40px;
  font-weight: 300;
  margin: 35px 0 0;
}
.filegroup__title:after {
  content: "";
  width: 100%;
  max-width: 540px;
  height: 5px;
  background: #f6e27c;
  margin: 15px 0 0;
  display: block;
}
.filegroup__list {
  list-style: none;
  margin: 15px 0 0;
}
.filegroup__listitem:not(:first-child) {
  border-top: 1px solid #ccc;
}
.filegroup__link {
  display: block;
  padding: 9px 40px 8px 12px;
  color: #333;
  transition: background 0.2s;
  position: relative;
}
.filegroup__link:after {
  position: absolute;
  right: 12px;
  content: "\e909";
  content: "\e90a";
  content: "\e90b";
}
.filegroup__link:hover, .filegroup__link:focus {
  background: #f6e27c;
}

.panelcta {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  height: 560px;
}
.panelcta__title {
  font-size: 41px;
  font-weight: 300;
}
.panelcta__content {
  font-size: 18px;
  font-weight: 700;
  max-width: 500px;
  margin: 20px auto 0;
  line-height: 1.4;
}
.panelcta__btn {
  margin: 40px 0 0;
  display: inline-block !important;
  padding: 15px 47px 17px !important;
  background: #c37031;
  background: linear-gradient(to bottom, #c37031 0%, #c9992b 100%);
  color: #555;
  position: relative;
}
.panelcta__btn:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 99;
  transition: background 0.2s;
}
.panelcta__btn:hover:before, .panelcta__btn:focus:before {
  background: rgba(0, 0, 0, 0.07);
}
.panelcta__phone {
  font-size: 50px;
  font-weight: 700;
  margin: 30px 0 0;
}

@media (max-width: 1100px) {
  .card__col {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .panellist {
    padding: 40px 0;
  }
  .panellist__colheader {
    padding: 0 0 30px;
  }
  .panellist ul {
    padding-left: 0;
  }
  .panelquote__content {
    font-size: 24px;
  }
  .panel--image {
    padding: 30px 0 !important;
  }
  .panel--image__title--1 {
    font-size: 30px;
  }
  .panel--image__title--2 {
    font-size: 45px;
  }
  .panel--image__content {
    font-size: 18px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
  .panel--image__text {
    padding: 0 0 40px;
  }
  .panel--image__coltext.order-left .panel--image__text {
    padding: 25px 0 0;
  }
  .panel--image__title {
    line-height: 1;
  }
  .panel--row + .panel--row {
    border: none;
  }
  .panel--row + .panel--row .panel {
    border-top: 1px solid #b7b7b7;
  }
}
@media (max-width: 580px) {
  .card__col {
    width: 100%;
    padding: 10px 0;
  }
  .cards__content {
    font-size: 16px;
  }
  .cards__title--1 {
    font-size: 30px;
  }
  .cards__title--2 {
    font-size: 45px;
  }
  .panellist .row {
    display: block;
  }
  .panellist__collist {
    width: 100%;
  }
  .paneltext__title--1 {
    font-size: 30px;
  }
  .paneltext__title--2 {
    font-size: 45px;
  }
  .panelcta {
    height: auto;
  }
}
.read-more {
  display: inline-block;
}
.read-more:after {
  content: ">";
  margin-left: 4px;
}

article + article {
  margin: 30px 0 0;
}

.date {
  margin: 5px 0 0;
}

.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: 18px !important;
  background: #4a7796;
  transition: background 0.2s;
  color: #fff;
  border: none;
  padding: 10px 20px 11px;
  display: block;
}
.nav-previous a:hover, .nav-previous a:focus, .nav-next a:hover, .nav-next a:focus {
  background: rgb(57.1517857143, 91.90625, 115.8482142857);
  color: #fff;
}

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

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

.nav-next a:before {
  content: "«";
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.nav-previous a:after {
  content: "»";
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.footer {
  position: relative;
}
.footer__container {
  padding: 80px 0 119px;
  position: relative;
}
.footer__credits {
  padding: 8px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.footer__credits p {
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0.3;
}
.footer__credits a {
  color: #fff !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__list {
  list-style: none;
  padding: 0 0 0 50px;
}
.footer__list li {
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  margin: 0;
  color: #4a7796;
  text-transform: uppercase;
  line-height: 0.9;
}
.footer__list li:not(:first-child) {
  margin: 8px 0 0;
}
.footer a {
  color: #4a7796;
}
.footer__logo {
  height: 95px !important;
}

.ultra {
  position: absolute;
  left: 0;
  bottom: -439px;
  width: 100%;
  transition: transform 0.3s;
  border-top: 30px solid #4a7796;
  background: #fff;
  z-index: 100;
  height: 469px;
}
.ultra:hover, .ultra:focus {
  transform: translate3d(0, -459px, 0);
}
.ultra__title {
  font-size: 14px;
  font-weight: 800;
  display: block;
  padding: 12px 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 220px;
  height: 35px;
  top: -65px;
  border-radius: 0 70px 0 0;
}
.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: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin: 20px 0 0;
}
.slider--entities__btn {
  font-weight: 700;
  color: #f6e27c !important;
  margin: 15px 0 0;
  position: absolute;
  bottom: 30px;
  outline: none;
}
.slider--entities__btn:hover, .slider--entities__btn:focus {
  color: #4a7796 !important;
}
.slider--entities.slick-initialized .slider--entities__slide {
  display: flex;
  flex-wrap: wrap;
}

.bg-1 {
  background-color: #4a7796;
}
.bg-1--stripes {
  background-color: #4a7796;
  background-image: linear-gradient(130deg, #4a7796 37.5%, #46718e 37.5%, #46718e 50%, #4a7796 50%, #4a7796 87.5%, #46718e 87.5%, #46718e 100%);
  background-size: 10.44px 12.45px;
}

.bg-2 {
  background-color: #f6e27c;
}

.bg-3 {
  background-color: #526e52;
}

.bg-4 {
  background-color: #fff;
}
.bg-4--stripes {
  background-color: #4a7796;
  background-image: linear-gradient(130deg, #f3f3f3 37.5%, #e9e9e9 37.5%, #f3f3f3 50%, #f3f3f3 50%, #f3f3f3 87.5%, #e9e9e9 87.5%, #e9e9e9 100%);
  background-size: 10.44px 12.45px;
}

.bg-5 {
  background-color: #555;
}

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

.color-1 {
  color: #4a7796;
}

.color-2 {
  color: #f6e27c;
}

.color-3 {
  color: #526e52;
}

.color-4 {
  color: #fff;
}

.color-6 {
  color: #333;
}

.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-700 {
  font-weight: 700;
}

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

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

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

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

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

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

.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-justify-end {
  justify-content: flex-end;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-direction-column {
  flex-direction: column;
}
.flex-1 {
  flex: 1;
}

.order-1 {
  order: -1;
}

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

.align-self-end {
  align-self: flex-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;
}

.btn {
  position: relative;
  display: inline-block;
  outline: none;
}
.btn span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #333;
  background: #f6e27c;
  border: none;
  outline: 0;
  border-radius: 60px 0 60px 0;
  padding: 16px 40px 15px;
  display: inline-block;
  transition: color 0.3s, transform 0.3s;
  position: relative;
  box-shadow: 0 15px 35px rgba(74, 119, 150, 0.68);
}
.content__main .btn {
  color: #4a7796 !important;
}
.btn:hover span, .btn:focus span {
  color: #fff;
  transform: translate3d(-4px, -4px, 0);
}
.btn:hover:after, .btn:focus:after {
  transform: translate3d(4px, 4px, 0);
  transition: transform 0.3s;
}
.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 60px 0 60px 0;
  background: #4a7796;
  z-index: 1;
}
.btn--1 span {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

.block--btn {
  font-size: 0;
  margin: -12px 0 15px;
  width: calc(100% + 16px);
  position: relative;
  left: -8px;
}
.block--btn .btn {
  margin: 8px 0 0 8px;
}

.btn-nav {
  display: none;
}

@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: 1400px) {
  .fourcol [class*=col-] {
    width: 50%;
  }
  .col3 {
    min-height: 440px;
    background-position: center;
  }
}
@media (max-width: 1285px) and (min-width: 960px) {
  .slider--home__col-img {
    height: 580px;
  }
  .slider--home__titletext {
    padding: 30px;
  }
  .slider--home__title {
    font-size: 56px;
  }
  .slider--home__subtitle {
    font-size: 56px;
  }
  .slider--home__content {
    font-size: 25px;
  }
  .slider--home__sidebarcontent {
    font-size: 17px;
  }
  .featurebottom .bucket__img, .featuretop .bucket__img {
    min-height: 475px;
    background-size: cover;
    background-position: center;
  }
  .featurebottom .bucket__img img, .featuretop .bucket__img img {
    display: none;
  }
}
#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 960px) {
  .logo {
    margin: 0 auto;
    height: 80px;
  }
  .row {
    padding: 0 20px;
  }
  .masthead--main__container {
    padding: 10px 0;
  }
  .primary-nav__col {
    display: none;
  }
  .slider--home__slide {
    display: block !important;
    background-image: none !important;
    height: auto;
  }
  .slider--home__col-img {
    position: relative;
    height: 360px;
  }
  .slider--home__content {
    display: none;
  }
  .slider--home__col-text {
    min-width: 0;
  }
  .slider--home__text {
    padding: 30px 20px;
  }
  .slider--home__titletext {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .slider--home__title {
    font-size: 40px;
    text-shadow: 0px 0px 12px rgb(70, 113, 142);
  }
  .slider--home__subtitle {
    font-size: 40px;
  }
  .slider--home__content {
    font-size: 20px;
  }
  .slider--home__sidebartitle {
    font-size: 28px;
  }
  .slider--home__sidebarcontent {
    font-size: 15px;
  }
  .slider--home__btn {
    margin: 25px 0 0;
  }
  .msgtop {
    padding: 30px 0 0;
  }
  .msgtop__content {
    font-size: 15px;
  }
  .msgtop__coltext {
    padding: 0 20px 40px;
  }
  .msgtop__row {
    padding: 0;
    float: none;
  }
  .msgtop__btn {
    margin: 25px 0 0;
  }
  .featuretop .bucket__text {
    padding: 30px 20px;
  }
  .featurebottom .bucket__text:before, .featuretop .bucket__text:before {
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #4a7796 transparent;
    position: absolute;
    left: 14%;
    top: -39px;
  }
  .bucket__title {
    font-size: 30px;
  }
  .bucket__content {
    font-size: 15px;
  }
  .bucket__text {
    padding: 30px 20px;
  }
  .bucket__btn {
    position: relative !important;
    bottom: auto;
    margin: 25px 0 0;
  }
  .msgbtm {
    padding: 30px 0 32px;
  }
  .msgbtm__row {
    display: flex;
    flex-wrap: wrap;
  }
  .msgbtm__coltext {
    padding: 0;
  }
  .msgbtm__title {
    font-size: 36px;
  }
  .msgbtm__content {
    font-size: 15px;
  }
  .msgbtm__colimg {
    order: -1;
    margin: 0 0 35px;
  }
  .col1 {
    padding: 30px 20px;
  }
  .col1__title {
    font-size: 36px;
  }
  .col1__content {
    font-size: 15px;
  }
  .col2 {
    padding: 30px 20px;
  }
  .col2__subtitle {
    font-size: 36px;
  }
  .col2__content {
    font-size: 15px;
  }
  .col3 {
    padding: 100px 20px;
    background-position: center;
    background-size: cover;
    min-height: 550px;
    align-items: flex-end;
  }
  .col4 {
    padding: 30px 20px;
  }
  .col4__title {
    font-size: 36px;
  }
  .col4__content {
    font-size: 15px;
  }
  .panelquote {
    padding: 0 0 82px;
  }
  .panelquote .slick-slide {
    padding: 35px 0 3px;
  }
  .panelquote__content {
    font-size: 18px;
  }
  .cta__title {
    font-size: 40px;
  }
  .cta__subtitle {
    font-size: 40px;
  }
  .cta__content {
    font-size: 16px;
    line-height: 1.2;
  }
  .panel--image__colimg {
    min-width: 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;
  }
  .list__multi ul {
    column-count: 1;
  }
  .sidebar__col {
    display: none;
  }
  .panel--image__title {
    font-size: 36px;
  }
  .panel--image__content {
    font-size: 15px;
  }
  .footer__container {
    padding: 65px 0 125px;
  }
  .footer__list {
    padding: 25px 0 0;
  }
  .footer .row {
    display: block;
    text-align: center;
  }
  .btn-nav {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    height: 100%;
    width: 38px;
  }
  .menu-lines {
    position: absolute;
    left: 20px;
    display: block;
    text-align: left;
    top: 50%;
    margin: -4px 0 0;
  }
  .menu-lines, .menu-lines:before, .menu-lines:after {
    height: 2px;
    background: #4a7796;
    width: 17px;
  }
  .menu-lines:before, .menu-lines:after {
    position: absolute;
    content: "";
  }
  .menu-lines:before {
    top: -6px;
  }
  .menu-lines:after {
    top: 6px;
  }
  #outer-wrap {
    background: #27485e;
  }
  #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) {
    padding: 0;
  }
  .primary-nav a {
    font-size: 20px;
    padding: 14px 15px;
    margin-right: 0;
    color: #fff;
  }
  .primary-nav a:after {
    color: #fff;
  }
  .primary-nav a:before {
    display: none !important;
  }
  .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 > .menu-item-has-children > a:after {
    top: 20px;
    right: 30px;
    position: absolute;
  }
  .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;
  }
  .primary-nav .button a {
    background: #d2bc58 !important;
    color: #27485e !important;
  }
  .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: #4a7796;
    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: 14px !important;
  }
  .sub-menu {
    position: relative;
    box-shadow: none;
    top: 0;
    position: relative;
    width: 100%;
    display: none;
    text-align: left;
    padding: 10px 15px 10px;
    column-count: 1;
    background: #4a7796;
  }
  .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: 8px 25px 7px 0px !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__col-links > li:first-child > a {
    padding-top: 8px !important;
  }
  .sub-menu__link--main {
    color: #fff !important;
  }
  .sub-menu__col-links {
    padding: 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: 700px) {
  .fourcol [class*=col-] {
    width: 100%;
  }
  .team__block {
    flex-wrap: wrap;
  }
  .team__content {
    padding: 25px 0 0;
  }
  .team__name {
    font-size: 30px;
  }
  .team__title {
    font-size: 15px;
    padding: 0 0 12px;
  }
  .team .accordion--classic__title:not(:first-child) {
    margin: 13px 0 0;
  }
  .team .accordion--classic__content {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .filegroup__title {
    font-size: 28px;
  }
  .slider--home__title {
    font-size: 30px;
  }
  .slider--home__subtitle {
    font-size: 30px;
  }
  .slider--home__content {
    font-size: 16px;
    line-height: 1.2;
  }
  .footer__credits img {
    max-height: 19px;
    margin: 0;
  }
  .footer__credits__text {
    display: none;
  }
  .footer__credits p {
    display: flex;
    justify-content: center;
  }
}

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