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

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

textarea, input {
  outline: none;
}

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

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

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

.object-fill {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-width: auto !important;
}

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

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

.col-55 {
  width: 55%;
}

.col-66 {
  width: 66%;
}

.col-75 {
  width: 75%;
}

.col-66 {
  width: 66.666667%;
}

@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-45 {
    width: 100%;
  }
  .col-55 {
    width: 100%;
  }
  .col-66 {
    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,
.menu-item-has-children > a:after,
.footer__nav a:after,
.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-youtube:before {
  content: "\e902";
}

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

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

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

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

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

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

.icon-new-tab2: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-home:before {
  content: "\e61c";
}

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

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

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

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

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

.slick-slider {
  position: relative;
  display: block;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/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 {
  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: #173c64;
  opacity: 0.6;
  -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: #0d233b;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #173c64;
  opacity: 0.6;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  font-family: "Source Sans Pro", 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: #173c64;
}
.content__header > *:last-child {
  margin-bottom: 0;
}
.content__header__breadcrumbs {
  font-size: 16px;
  font-weight: 700;
  color: #173c64;
  margin: 8px 0 0;
}
.content__header__breadcrumbs a {
  font-weight: 700;
  color: #fff;
}
.content__header__breadcrumbs a:hover {
  color: #173c64;
}
.content__header__breadcrumbs .post {
  color: #fff;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  top: 1px;
}

.wysiwyg h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #173c64;
  margin: 35px 0 0;
}
.wysiwyg h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #666;
  margin: 30px 0 0;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
}

.content__main {
  font-size: 18px;
  font-weight: 400;
}
.content__main .deck {
  font-size: 22px;
}
.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 h4 + * {
  margin-top: 0;
}
.content__main h3 + * {
  margin-top: 5px;
}
.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: #173c64;
}
.content__main a:hover {
  color: #999;
}

.wysiwyg ul,
.list__multi ul,
.image-list__content ul {
  padding: 0 0 0 40px;
  line-height: 1.5;
}
.wysiwyg ul li,
.list__multi ul li,
.image-list__content 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 {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #173c64;
  position: absolute;
  left: -13px;
  top: 10px;
}
.wysiwyg a,
.list__multi a,
.image-list__content a {
  color: #173c64;
}
.wysiwyg a:hover,
.list__multi a:hover,
.image-list__content a:hover {
  color: #999;
}

.panellist__multi__title {
  font-size: 50px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.panellist__multi ul li {
  font-size: 18px;
  font-weight: 700;
  color: #5b5754;
}
.panellist__multi ul li:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #173c64;
  position: absolute;
  left: -13px !important;
  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--eyebrow__container {
  background: #032748;
}
.masthead .row {
  max-width: none;
  position: relative;
  padding-right: 21px;
}

.logo {
  display: block;
  width: 400px;
  height: 80px;
  margin: 10px auto;
  background: url(img/logo.svg) center no-repeat;
  background-size: contain;
}

.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: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 16px 19px 15px;
  transition: background 0.2s;
}
.primary-nav a:hover {
  background: #2f4155;
}
.primary-nav li {
  display: table-cell;
  text-overflow: ellipsis;
}
.primary-nav > li > a {
  height: 48px;
}
.primary-nav > .menu-item-has-children > a:after {
  content: "\e900";
  color: #a3b0c1;
  transform: rotate(90deg);
  display: inline-block;
  font-size: 10px;
  margin: 0 0 0 4px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 1px 4px #555;
  padding: 40px 0;
  background: #464646;
}
.sub-menu__title {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.sub-menu__content {
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  margin: 15px 0 0;
}
.sub-menu__text {
  width: 475px;
  padding: 0 5% 0 0;
}
.sub-menu__list {
  width: 40%;
  column-count: 2;
}
.sub-menu__list li {
  display: block;
  break-inside: avoid;
}
.sub-menu__list a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 8px 15px;
  transition: color 0.2s, background 0.2s;
}
.sub-menu__list a:hover {
  color: #ffcc33;
  background: #3e3e3e;
}
.sub-menu .row {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
}

.primary-nav > li:hover .sub-menu {
  display: block;
}

.secondary-nav {
  font-size: 0;
}
.secondary-nav__container {
  position: absolute;
  right: 40px;
  top: 0;
  border-right: 1px solid #768aa2;
  border-bottom: 1px solid #768aa2;
}
.secondary-nav a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 35px;
  transition: background 0.2s;
  border-left: 1px solid #768aa2;
  transition: color 0.2s, background 0.2s;
}
.secondary-nav a:hover {
  background: #768aa2;
}
.secondary-nav [class*=icon-] + .item-text {
  display: none;
}

.eyebrow-nav {
  font-size: 0;
}
@media (max-width: 960px) {
  .eyebrow-nav {
    display: none !important;
  }
}
.eyebrow-nav li {
  border-left: 1px solid #768aa2;
  margin: 8px 0;
}
.eyebrow-nav li:first-child {
  border-left: none;
}
.eyebrow-nav a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 2px 12px;
  margin: 0px 4px;
  transition: background 0.2s;
  transition: color 0.2s, background 0.2s;
}
.eyebrow-nav a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.eyebrow-nav [class*=icon-] + .item-text {
  display: none;
}

.slider--home, .slider--home .slick-track {
  height: 600px;
}
.slider--home img, .slider--home .slick-track img {
  display: none;
}
.slider--home__slide {
  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex !important;
  justify-content: flex-end;
}
.slider--home__text {
  background: rgba(23, 60, 100, 0.75);
  color: #fff;
  width: 40%;
  max-width: 600px;
  min-height: 50%;
  padding: 30px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto 10% auto auto;
  position: relative;
}
.slider--home__text::before {
  position: absolute;
  top: 17%;
  left: -36px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 36px 0;
  border-color: transparent rgba(23, 60, 100, 0.75) transparent transparent;
}
.slider--home__pretitle {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.slider--home__title {
  font-size: 32px;
  line-height: 0.9;
  margin: 5px 0 0;
  text-transform: uppercase;
}
.slider--home__content {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 0;
}
.slider--home__btn {
  margin: 25px 0 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 0;
  position: relative;
  color: #fff;
}
.slider--home__btn::after {
  content: ">";
  margin: 0 0 0 4px;
}

.msg {
  margin-bottom: 15px;
}
.msg__colimg img {
  position: relative;
  top: -30px;
}
.msg__coltext {
  padding: 60px 0 0 20px;
  max-width: 450px;
}
.msg__title {
  font-size: 40px;
}
.msg__content {
  margin: 10px 0 0;
  line-height: 1.5;
}

.slider--products {
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
}
.slider--products__container {
  margin: 0;
  text-align: center;
  border-top: 1px solid #a1a1a1;
}
.slider--products.slick-initialized .slick-track {
  display: flex;
}
.slider--products__slide {
  border-right: 1px solid #a1a1a1;
  height: auto;
}
.slider--products__slide img {
  margin: 0 auto;
}
.slider--products a {
  padding: 25px;
  display: block;
  height: 100%;
}
.slider--products a:hover .slider--products__title {
  color: #999;
}
.slider--products__product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.slider--products__title {
  font-size: 24px;
  margin: 40px 0 0;
  align-self: flex-end;
  transition: color 0.2s;
}
.slider--products .slick-next,
.slider--products .slick-prev {
  width: 35px;
  height: 35px;
}
.slider--products .slick-next:before,
.slider--products .slick-prev:before {
  font-size: 35px;
}
.slider--products .slick-prev {
  left: -46px;
}
.slider--products .slick-next {
  right: -46px;
}

.feature {
  overflow: auto;
  background: #f7f5f6;
}
.feature__row {
  max-width: 1600px;
}
.feature__title {
  font-size: 20px;
}
.feature__subtitle {
  font-size: 70px;
  line-height: 0.95;
}
.feature__content {
  line-height: 1.5;
  margin: 20px 0 0;
}
.feature__coltext {
  padding: 40px 60px;
  width: 40%;
  min-width: 345px;
}
.feature__colimg {
  width: 70%;
}
.feature .btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #173c64;
  transition: color 0.2s;
  background: none;
  padding: 0;
  margin: 25px 0 0;
}
.feature .btn:after {
  content: ">";
  margin: 0 0 0 4px;
}
.feature .btn:hover {
  color: #999;
  background: none;
}
.feature--left {
  background: #173c64;
  color: #fff;
}
.feature--left .feature__row {
  float: right;
  padding-right: 0;
}
.feature--left .btn {
  color: #fff;
}
.feature--right .feature__row {
  float: left;
  padding-left: 0;
}
.feature--right .feature__colimg {
  order: -1;
}

.homeblock {
  background: #fff;
}
.homeblock__container {
  position: relative;
  z-index: 101;
  margin: -20px auto 0;
}
.homeblock__row {
  padding: 0;
  max-width: 1200px;
}
.homeblock__wrap {
  box-shadow: 0 0 50px rgba(74, 119, 150, 0.68);
  overflow: hidden;
}
.homeblock__title {
  font-size: 32px;
  line-height: 0.9;
  margin: 5px 0 0;
  color: #173c64;
}
.homeblock__subtitle {
  font-size: 20px;
  font-weight: 700;
}
.homeblock__content {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 0;
}
.homeblock__btn {
  margin: 25px 0 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 0;
  position: relative;
  color: #173c64;
}
.homeblock__btn:after {
  content: ">";
  margin: 0 0 0 4px;
}
.homeblock__btn:hover {
  color: #999;
}
.homeblock__colimg {
  background-position: center;
  background-size: cover;
  min-height: 340px;
}
.homeblock__colimg img {
  display: none;
}
.homeblock:nth-child(even) {
  background: #173c64;
}
.homeblock:nth-child(even) .homeblock__coltext {
  order: -1;
  color: #fff;
}
.homeblock:nth-child(even) .homeblock__coltext:before {
  left: auto;
  right: -36px;
  border-width: 36px 0 36px 36px;
  border-color: transparent transparent transparent #173c64;
}
.homeblock:nth-child(even) .homeblock__title {
  color: #fff;
}
.homeblock:nth-child(even) .homeblock__btn {
  color: #fff;
}
.homeblock:nth-child(even) .homeblock__btn:hover {
  color: #999;
}
.homeblock__coltext {
  padding: 30px 5%;
  position: relative;
}
.homeblock__coltext:before {
  position: absolute;
  top: 17%;
  left: -36px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 36px 36px 0;
  border-color: transparent #fff transparent transparent;
}

.news__container {
  margin: 110px auto 90px;
}
.news__row {
  margin: 30px auto 0;
  width: calc(100% + 36px);
  position: relative;
  left: -18px;
}
.news__col {
  padding: 18px;
  transition: background 0.2s;
}
.news__col:not(:first-child) {
  border-left: 1px solid #ebedf1;
}
.news__col:hover {
  background: #f3f4f4;
}
.news__hgroup {
  position: relative;
  width: 100%;
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.news__hgroup::before {
  content: "";
  position: absolute;
  top: -15%;
  height: 130%;
  width: 100%;
  background: url("img/logo-lightgrey.svg") left 105px center no-repeat;
  z-index: -1;
}
.news__title {
  font-size: 70px;
  line-height: 0.95;
  width: 100%;
}
.news__subtitle {
  font-size: 20px;
  width: 100%;
}
.news__coltitle {
  font-size: 20px;
}
.news__excerpt {
  font-size: 17px;
  line-height: 1.4;
  margin: 20px 0 0;
  color: #333;
}
.news__link {
  margin: 45px 0 0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 0;
  position: relative;
  color: #173c64;
}
.news__link:after {
  content: ">";
  margin: 0 0 0 4px;
}
.news__link:hover {
  color: #999;
}

.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, #999 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: #173c64;
  padding: 16px 17px 14px;
  display: block;
}
.sidebar__menu > li > a:hover {
  color: #999;
}
.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: #999;
  padding: 5px 0;
  display: block;
  transition: color 0.2s;
}
.sidebar__menu .children a:hover {
  color: #173c64;
}
.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 {
  color: #999;
}

.block {
  margin: 15px 0;
}

.accordion > * + * {
  border-top: 1px solid #173c64;
}
.accordion__trigger {
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  background: none;
  border: 0;
  background: none;
  color: #173c64;
  display: block;
  margin: 0;
  padding: 17px 30px 17px 18px;
  position: relative;
  text-align: left;
  width: 100%;
  transition: color 0.2s, background 0.2s;
}
.accordion__trigger:hover {
  color: #999;
}
.accordion__trigger[aria-expanded=true] {
  border-bottom: none;
}
.accordion__trigger[aria-expanded=true]:after {
  content: "\e609";
}
.accordion__trigger:after {
  content: "\e606";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
}
.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(0deg, 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 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  padding: 20px 18px 20px 18px;
  /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
}
.accordion__panel[hidden] {
  display: none;
}
.image-list {
  margin: 90px 0;
}
.image-list__block:not(:first-child) {
  margin-top: 90px;
  position: relative;
}
.image-list__block *:last-child {
  margin-bottom: 0;
}
.image-list__block:nth-child(odd) .image-list__content {
  order: -1;
  padding: 0 35px 0 0;
}
.image-list__title {
  font-size: 50px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin: 0 !important;
  line-height: 1;
  color: #173c64 !important;
}
.image-list__block__subtitle {
  font-size: 24px !important;
  margin: 2px 0 15px !important;
  color: #173c64 !important;
}
.image-list__block__deck {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 3px;
  color: #173c64;
}
.image-list .btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #173c64 !important;
  transition: color 0.2s;
  background: none;
  padding: 0;
  margin: 15px 0 0;
}
.image-list .btn:after {
  content: ">";
  margin: 0 0 0 4px;
}
.image-list .btn:hover {
  color: #999 !important;
  background: none;
}
.image-list__content {
  line-height: 1.3;
  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 img {
  width: 100%;
}
.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 #173c64;
  height: 135px;
  break-inside: avoid;
}
.grid li > img {
  max-height: 111px;
}

.content__main blockquote {
  padding: 65px 25px 20px;
  border: 3px solid #999;
  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: #999;
  color: #173c64;
  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: #173c64;
  font-weight: 700;
}
.acf-map a:hover {
  color: #bfbfbf;
}
.acf-map h2 {
  color: #173c64;
  font-size: 24px;
  margin: 0 0 -8px;
}

.login {
  background: #e6e6e6;
  background: #173c64;
  padding: 30px 30px 33px;
  margin: 40px 0 0;
  color: #fff;
}
.login input[type=text],
.login input[type=password] {
  width: 220px;
}
.login input[type=submit] {
  background: #ffcc33;
  color: #173c64 !important;
}
.login input[type=submit]:hover {
  background: #fff;
  color: #173c64 !important;
}
.login a {
  font-size: 16px;
  margin: 15px 0 0;
  color: #ffcc33;
  font-weight: 700;
}
.login a:hover {
  color: #fff;
}
.login h2 + p {
  margin: 20px 0 0;
}
.login [title=Logout] {
  margin: 20px 0 0;
  display: inline-block;
  font-weight: 700;
  display: none;
}
.login [title=Logout] + br {
  display: none;
}
.login strong {
  font-weight: 400;
}
.login #field_1 {
  width: 250px;
  display: inline-block;
}
.login #field_2 {
  width: 250px;
  display: inline-block;
}
.login #field_3 {
  margin-top: 12px !important;
}

.gf_login_links {
  margin: 8px 0 0;
}
.gf_login_links br {
  display: none;
}

.pwchange h2 {
  font-weight: 700 !important;
  margin: 0 0 7px;
}
.pwchange__msg {
  background: #173c64;
  color: white;
  padding: 12px 20px;
  margin: 10px 0 20px;
}

.gform_wrapper ul li.gfield {
  list-style: none;
}

#cd-timeline .no-icon .cd-timeline-img {
  background: #173c64 !important;
}

.filtered-results input[type=number] {
  outline: none;
  padding: 8px 12px;
  width: 100%;
}

.filters {
  display: flex;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}

.wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}

.wpgb-facet .wpgb-facet-title {
  margin: 0 0 10px 0 !important;
}

.wpgb-facet {
  width: 220px;
}
.wpgb-facet:not(:first-child) {
  margin: 0 0 0 20px;
}

.wpgb-facet .wpgb-facet-title {
  margin: 0 0 5px 0;
}

.wpgb-facet select.wpgb-select:not([multiple]) {
  padding: 7px 48px 6px 8px !important;
}

.wpgb-facet .wpgb-search-facet input[type=search], .wpgb-facet .wpgb-autocomplete-facet input[type=search] {
  padding: 7px 32px 6px !important;
}

.wpgb-facet .wpgb-load-more, .wpgb-facet .wpgb-apply {
  background-color: #173c64 !important;
  margin: 30px auto 0 !important;
  display: block !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.wpgb-content.article__container {
  column-count: 1;
  display: flex;
  flex-wrap: wrap;
}
.wpgb-content.article__container [class*=col-] {
  width: 100%;
}
@media (min-width: 480px) {
  .wpgb-content.article__container [class*=col-] {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .wpgb-content.article__container [class*=col-] {
    width: 33.333%;
  }
}
.wpgb-content.article__container .card {
  display: flex;
}
.wpgb-content.article__container .card__col {
  display: flex;
}
.wpgb-content.article__container .articlelist__title {
  font-size: 24px !important;
  text-transform: none !important;
}
.wpgb-content.article__container .card__content {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

@media (max-width: 600px) {
  .filters {
    display: block;
    margin: 20px 0 15px;
  }
  .wpgb-facet:not(:first-child) {
    margin: 18px 0 0;
  }
  .wpgb-facet .wpgb-facet-title {
    margin: 0 0 5px 0 !important;
  }
}
::-webkit-input-placeholder {
  color: #333 !important;
}

::placeholder {
  color: #333 !important;
}

.answer {
  position: absolute;
  width: 100%;
  top: -20px;
  text-align: left;
  font-size: 14px;
  left: 0;
}

.quiz {
  text-align: center;
  margin: 70px 0;
}
.quiz__question {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate3d(0px, -50%, 0px);
  padding: 0 30px;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto;
}
.quiz__question--results p {
  margin: 25px 0 0;
}
.quiz__result {
  margin: 35px 0 0;
}
.quiz__result__btn {
  display: inline-block !important;
}
.quiz__wrap {
  background: #f6f6f6;
  padding: 60px 30px 65px;
  height: 420px;
  transition: height 0.2s;
  position: relative;
}
.quiz__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.quiz__title {
  font-size: 28px;
  color: #173c64;
}
.quiz__subtitle {
  font-size: 26px;
  color: #666;
  margin: 90px 0 0;
}
.quiz .btn {
  display: block;
  clear: both;
  margin: 60px auto 0;
  padding: 11px 20px 11px;
  cursor: pointer;
}
.quiz input[type=text],
.quiz input[type=number] {
  padding: 6px 10px 5px;
  max-width: 150px;
  text-align: center;
  margin: 18px 0 0;
}
.quiz__select, .quiz__size, .quiz__housing, .quiz__element {
  padding: 15px 20px;
  background: #f1f1f1;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.quiz__select:hover, .quiz__select--selected, .quiz__size:hover, .quiz__size--selected, .quiz__housing:hover, .quiz__housing--selected, .quiz__element:hover, .quiz__element--selected {
  background: #fff;
  border-color: #ffcc33;
}
.quiz__select__container, .quiz__size__container, .quiz__housing__container, .quiz__element__container {
  font-size: 0;
  margin: 15px 0 0;
}

.sku__container {
  display: none;
}
.sku__colimg img {
  box-shadow: 0px 0px 6px #ccc;
}
.sku__coltext {
  text-align: left;
  padding: 0 0 0 40px;
}
.sku__coltext ul {
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  line-height: 1.5;
}
.sku__coltext ul li {
  position: relative;
  list-style: none;
  padding: 0 0 0 4px;
}
.sku__coltext ul li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #173c64;
  position: absolute;
  left: -13px;
  top: 10px;
}
.sku__coltext p {
  margin: 15px 0;
}
.sku__coltext .btn {
  margin: 20px 0 0;
}
.sku__title {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 0.9;
  color: #666;
}

@media (max-width: 960px) {
  .quiz__wrap {
    height: 325px;
    padding: 40px 18px 45px;
  }
  .quiz__title {
    font-size: 23px;
  }
  .quiz__subtitle {
    font-size: 20px;
    line-height: 1.1;
    margin: 75px 0 0;
  }
  .quiz .btn {
    margin: 30px auto 0;
  }
  .quiz__question--results p {
    font-size: 17px;
    margin: 35px 0 0;
  }
  .sku__coltext {
    padding: 30px 0 0;
  }
  .sku__coltext ul {
    font-size: 17px;
  }
}
.hometop {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 100;
}

.slider--interior-landing {
  user-select: text;
}
.slider--interior-landing__col-img {
  flex: 1;
  height: 720px;
  background-size: cover;
  background-position: center;
}
.slider--interior-landing__col-img img {
  display: none;
}
.slider--interior-landing__col-text {
  background: #fbfcfd url("img/logo-lightgrey.svg") 50% 85px no-repeat;
  background-size: 100% 156px;
  display: flex;
  align-items: center;
  min-width: 412px;
}
.slider--interior-landing.slick-initialized .slider--interior-landing__slide {
  display: flex;
}
.slider--interior-landing__text {
  padding: 20px 40px;
}
.slider--interior-landing__title {
  font-size: 70px;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 5px 0 0;
}
.slider--interior-landing__title.txt-trans-none {
  text-transform: none;
}
.slider--interior-landing__deck {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0 0;
}
.slider--interior-landing__content {
  font-size: 20px;
  line-height: 1.4;
  margin: 20px 0 0;
}
.slider--interior-landing__btn {
  margin: 25px 0 0;
}
.slider--interior-landing__noimg .slider--interior-landing__text {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 45px 40px 45px;
}
.slider--interior-landing__noimg .slider--interior-landing__col-text {
  width: 100%;
  background-position: center;
}

.panelcards {
  padding: 75px 0;
  background: url("img/bg-cards.png") top center no-repeat;
  position: relative;
}
.panelcards:after {
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.panelcards + * {
  margin-top: 0 !important;
}

.cards__text {
  padding: 0 0 20px;
}
.cards__title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  position: relative;
}
.cards__content {
  font-size: 18px;
  line-height: 1.5;
}
.cards__btn {
  display: inline-block;
  margin: 25px 0 0;
}

.card {
  background: white;
  box-shadow: 0 0 20px rgba(23, 60, 100, 0.6);
}
.card--nothumb .card__text:before {
  display: none;
}
.card__col {
  padding: 20px;
}
.card__container {
  position: relative;
  z-index: 100;
}
.card__text {
  padding: 20px 20px 80px;
  position: relative;
}
.card__text:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27.5px 27px 27.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -25px;
  left: 20px;
}
.card__title {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #173c64;
}
.card__subtitle {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #999;
  text-transform: uppercase;
}
.card__content {
  font-size: 16px;
  font-weight: 700;
  color: #5b5754;
  line-height: 1.3;
  margin: 12px 0 0;
}
.card .btn {
  position: absolute;
  bottom: 25px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #173c64 !important;
  transition: color 0.2s;
  background: none;
  padding: 0;
}
.card .btn:after {
  content: ">";
  margin: 0 0 0 4px;
}
.card .btn:hover {
  color: #999 !important;
  background: none;
}
.card:hover .btn:before, .card:hover .btn:after {
  transform: translate3d(5px, 0, 0);
}

.article__container {
  column-count: 3;
}
.article__container [class*=col-] {
  width: 100%;
}

.panelfiles {
  margin: 80px 0;
}

.filegroup__title {
  font-size: 60px;
  color: #173c64;
}
.filegroup__list {
  list-style: none;
  margin: 15px 0 0;
}
.filegroup__listitem:not(:first-child) {
  border-top: 1px solid #333;
}
.filegroup__link {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 15px 40px 14px 12px;
  color: #333;
  transition: background 0.2s;
  position: relative;
}
.filegroup__link:after {
  position: absolute;
  right: 12px;
  color: #173c64;
  content: "\e905";
}
.filegroup__link:hover {
  background: #eee;
}

.panellist {
  background: #464646;
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
}
.panellist.has-bg-image {
  box-shadow: inset 0 0 0 2000px rgba(23, 60, 100, 0.75);
}
.panellist .row {
  min-height: 150px;
  align-items: center;
}
.panellist__colheader {
  padding: 0 14% 0 0;
}
.panellist__collist {
  flex: 1;
  padding: 0 20px 0 0;
}
.panellist__title {
  font-size: 50px;
  line-height: 0.9;
  text-transform: uppercase;
}
.panellist__content {
  font-size: 18px;
  line-height: 1.3;
  margin: 15px 0 0;
}
.panellist ul li {
  position: relative;
  list-style: none;
}
.panellist__item a:hover {
  color: #ffcc33;
  background: #3e3e3e;
}
.panellist__link {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 15px;
  display: block;
  transition: color 0.2s, background 0.2s;
}
.panellist__btn {
  margin: 40px 0 0;
}
.panellist .btn {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.2s;
  background: none;
  padding: 0;
}
.panellist .btn:after {
  content: ">";
  margin: 0 0 0 4px;
}
.panellist .btn:hover {
  color: #ffcc33;
  background: none;
}

.panellist__multi {
  margin: 60px auto;
}

.panel--image--left {
  padding: 0;
  margin: 60px 0;
}
.panel--image--left .panel--image__title {
  color: #173c64;
}
.panel--image--right {
  background: #999;
}
.panel--image--right .row {
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: 48%;
}
.panel--image--right .panel--image__colimg {
  order: -1;
}
.panel--image--right .panel--image__text {
  padding: 0 0 0 40px;
}
.panel--image--right .panel--image__title {
  color: #fff;
}
.panel--image--right .panel--image__content {
  color: #fff;
}
.panel--image__title {
  font-size: 70px;
  text-transform: uppercase;
  margin: 5px 0 0;
  line-height: 0.8;
}
.panel--image__subtitle {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.panel--image__content {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px 0 0;
}
.panel--image__btn {
  margin: 30px 0 0;
  display: inline-block;
}
.panel--image__text {
  padding: 0 50px 0 0;
}
.panel--image__coltext {
  flex: 1;
}
.panel--image__colimg {
  position: relative;
}
.panel--image__colimg img {
  display: block;
  box-shadow: 0px 1px 15px rgba(74, 119, 150, 0.42);
}
.panel--image__dots {
  position: absolute;
  top: -13%;
  left: 0;
}

.panelquote {
  background: url("img/bg-quote.jpg") center/cover no-repeat;
  padding: 30px 0 110px;
}
.panelquote blockquote {
  padding: 0;
  background: none;
  border: none;
}
.panelquote .slick-slide {
  padding: 30px 0 0;
}
.panelquote__row {
  max-width: 880px;
}
.panelquote__img {
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.75);
}
.panelquote__content {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin: 25px 0 0;
}
.panelquote cite {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #173c64;
  margin: 25px 0 0;
  display: block;
}
.panelquote__author {
  font-size: 22px;
}
.panelquote__title {
  font-size: 16px;
  margin: 3px 0 0;
}
.panelquote .slick-dots {
  bottom: -51px;
}
.panelquote .slick-dots .slick-active button {
  background: #173c64;
}
.panelquote .slick-dots button {
  background: none;
  border: 1px solid #173c64;
  border-radius: 50%;
  transition: background 0.2s;
}
.panelquote .slick-dots button:before {
  display: none;
}
.panelquote .slick-dots button:hover {
  background: #fff;
}
.panelquote .slick-initialized .slick-track {
  display: flex;
}
.panelquote .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
}

.slider--quotes {
  user-select: text;
}

.paneltext {
  margin: 80px auto;
}
.paneltext__btn {
  display: inline-block;
  margin: 30px 0 0;
}
.paneltext + .panellist__multi {
  margin-top: -40px;
}

.panelaccordion {
  margin: 60px auto;
}

.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: #999;
  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 {
  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 {
    margin: 40px 0;
    padding: 40px 0;
    background-image: none;
  }
  .panellist__colheader {
    padding: 0 0 30px;
  }
  .panellist ul {
    padding-left: 0;
  }
  .panellist__collist {
    padding: 0 0 0 13px;
  }
  .panelquote__content {
    font-size: 24px;
  }
  .panel--image__title {
    font-size: 55px;
  }
  .panel--row + .panel--row {
    border: none;
  }
  .panel--row + .panel--row .panel {
    border-top: 1px solid #b7b7b7;
  }
  .panellist__multi {
    margin: 40px auto;
  }
  .panellist__multi__title {
    font-size: 46px;
    margin: 0 0 20px;
  }
  .panelaccordion {
    margin: 40px auto;
  }
  .panelquote__row {
    padding: 0 30px 0 20px;
  }
  .panelquote__quote {
    flex-wrap: wrap;
  }
  .panelquote__content {
    font-size: 18px;
  }
  .panelquote .col-text {
    width: 100%;
  }
  .panelquote .col-image {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .card__col {
    width: 100%;
    padding: 10px 0;
  }
  .cards__content {
    font-size: 16px;
  }
  .panellist .row {
    display: block;
  }
  .panellist__collist {
    width: 100%;
  }
  .panelcta {
    height: auto;
  }
  .panelcta__title {
    font-size: 60px;
  }
  .panelcta__subtitle {
    font-size: 18px;
  }
  .panelcta__content {
    font-size: 18px;
  }
}
.read-more {
  display: inline-block;
}
.read-more:after {
  content: ">";
  margin-left: 4px;
}

.articlelist__title {
  font-size: 32px !important;
  margin: 0 !important;
}
.articlelist__date {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 0;
  color: #999;
}
.articlelist + .articlelist {
  margin: 45px 0 0;
  padding: 35px 0 0;
  border-top: 1px solid #999;
}

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

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

.nav-previous a, .nav-next a {
  font-size: 18px !important;
  background: #173c64;
  transition: background 0.2s;
  color: #fff;
  border: none;
  padding: 10px 20px 11px;
  display: block;
}
.nav-previous a:hover, .nav-next a:hover {
  background: #0d233b;
  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 {
  background: #173c64;
}
.footer__container {
  padding: 40px 0 80px 0;
}
.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;
}
.footer__list li {
  font-size: 15px;
  line-height: 1.5;
  display: block;
  position: relative;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ffcc33;
}
.footer__logo_container {
  width: 320px;
}
.footer__logo {
  background-position: center center;
  width: 320px;
  height: 100px;
  margin: 0 0 30px 0;
}
.footer__nav li {
  display: block;
}
.footer__nav a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 5px 0;
}
.footer__nav a:after {
  content: "\e900";
  color: #a3b0c1;
  display: inline-block;
  font-size: 10px;
  margin: 0 0 0 4px;
  position: relative;
  top: -1px;
}
.footer [class*=col-]:first-child {
  padding-right: 30px;
  border-right: 1px solid #3c5b7d;
}
.footer [class*=col-]:not(:first-child) {
  padding: 0 0 0 50px;
}
.footer .col-5 {
  width: 230px;
}

.nav--social {
  font-size: 0;
  margin: 20px 0 0;
}
.nav--social li:not(:first-child) {
  margin: 0 0 0 15px;
}
.nav--social a {
  font-size: 30px;
  text-align: center;
}

.bg-1 {
  background-color: #173c64;
}

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

.bg-3 {
  background-color: #2f4155;
}

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

.color-1 {
  color: #173c64;
}

.color-2 {
  color: #999;
}

.color-3 {
  color: #2f4155;
}

.color-4 {
  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-400 {
  font-weight: 400;
}

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

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

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

.font-2 {
  font-family: "Source Sans Pro", sans-serif;
}

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

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

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

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

.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-start {
  align-items: flex-start;
}
.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 {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #173c64;
  border: none;
  outline: 0;
  padding: 10px 20px 11px;
  display: inline-block;
  transition: color 0.2s, background 0.2s;
}
.btn:hover {
  color: #ffcc33 !important;
}
input[type=submit] {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #173c64;
  border: none;
  outline: 0;
  padding: 13px 25px 13px;
  display: inline-block;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
input[type=submit]:hover {
  color: #ffcc33 !important;
}
.block--btn {
  font-size: 0;
  margin: 15px 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: 1200px) {
  .masthead .logo {
    margin: 10px auto;
    width: 200px;
  }
}
@media (max-width: 1530px) {
  .slider--interior-landing__title {
    font-size: 55px;
  }
  .slider--interior-landing__deck {
    font-size: 22px;
  }
  .slider--interior-landing__col-img {
    height: 600px;
  }
}
@media (max-width: 1280px) {
  .masthead .row {
    padding: 0 12px 0 30px;
  }
  .secondary-nav__container {
    right: 30px;
  }
  .primary-nav a {
    padding: 16px 13px 15px;
  }
  .article__container .card__col {
    padding: 15px 7px;
  }
  .articlelist__title {
    font-size: 26px !important;
  }
}
@media (max-width: 960px) {
  .row {
    padding: 0 20px;
  }
  .slider--home, .slider--home .slick-track {
    min-height: 400px;
  }
  .slider--home__slide {
    align-content: flex-end;
  }
  .slider--home__text {
    width: 100%;
    padding: 20px 10px 30px 10px;
    margin: auto 0 0 0;
    max-width: 100%;
  }
  .msg__colimg img {
    display: block;
    margin: 0 auto;
  }
  .msg__coltext {
    max-width: none;
    padding: 0;
  }
  .feature__row {
    display: block;
    float: none !important;
    padding: 0 !important;
  }
  .feature__row [class*=col-] {
    width: 100%;
  }
  .feature__coltext {
    padding: 40px 20px 0;
  }
  .feature__subtitle {
    font-size: 55px;
  }
  .slider--products__container {
    margin: 30px 0 0;
  }
  .slider--products__row {
    padding: 0 40px;
  }
  .slider--products .slick-next:before, .slider--products .slick-prev:before {
    font-size: 25px;
  }
  .slider--products__title {
    margin: 10px 0 0;
  }
  .homeblock__row {
    padding: 0;
  }
  .homeblock__colimg {
    background: none !important;
    min-height: 0;
  }
  .homeblock__colimg img {
    display: block;
    width: 100%;
  }
  .homeblock:nth-child(even) .homeblock__coltext {
    order: 1;
    padding: 30px 20px;
  }
  .homeblock:nth-child(even) .homeblock__coltext:before {
    transform: rotate(-90deg);
  }
  .homeblock__coltext:before {
    top: -54px;
    left: 54px !important;
    transform: rotate(90deg);
  }
  .news__hgroup {
    background: none;
    height: auto;
    margin: 0 0 20px;
  }
  .news__title {
    font-size: 60px;
    line-height: 0.9;
  }
  .news__container {
    margin: 55px auto 30px;
  }
  .news__row {
    margin: 0;
  }
  .slider--interior-landing__col-img {
    height: auto;
  }
  .slider--interior-landing__col-img img {
    display: block;
  }
  .slider--interior-landing__col-text {
    min-width: 0;
  }
  .slider--interior-landing.slick-initialized .slider--interior-landing__slide {
    display: block;
  }
  .slider--interior-landing__text {
    padding: 35px 20px;
  }
  .panelcards {
    padding: 45px 0;
  }
  .panellist__colheader {
    padding: 0 0 35px;
  }
  .panellist__collist {
    padding: 0;
  }
  .panellist__link {
    padding: 8px 0;
  }
  .panellist__btn {
    margin: 30px 0 0;
  }
  .content__main {
    padding: 0;
  }
  .image-list {
    margin: 40px 0;
  }
  .image-list__block {
    flex-wrap: wrap;
  }
  .image-list__block__subtitle {
    margin: 2px 0 12px !important;
  }
  .image-list__block:not(:first-child) {
    margin-top: 30px;
  }
  .image-list__content {
    padding: 25px 0 0 !important;
  }
  .image-list__img {
    box-sizing: border-box;
  }
  .image-list__block:nth-child(odd) .image-list__content {
    order: 1;
  }
  .list__multi ul {
    column-count: 1;
  }
  .features__multi__col {
    width: 50%;
  }
  .sidebar__col {
    display: none;
  }
  .article__container {
    column-count: 2;
  }
  .footer {
    text-align: center;
  }
  .footer__container {
    padding: 55px 0 65px;
  }
  .footer [class*=col-] {
    width: 100%;
    border: none !important;
    padding: 0 !important;
  }
  .footer__nav {
    margin: 20px 0 0;
  }
  .footer .footer__logo_wrapper {
    width: 100%;
  }
  .footer .footer__logo {
    width: 320px;
    height: 100px;
    margin: 0 auto 30px auto;
  }
  .nav--social {
    margin: 25px 0 0;
  }
  .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: -5px 0 0;
  }
  .menu-lines, .menu-lines:before, .menu-lines:after {
    height: 2px;
    background: #fff;
    width: 17px;
  }
  .menu-lines:before, .menu-lines:after {
    position: absolute;
    content: "";
  }
  .menu-lines:before {
    top: -6px;
  }
  .menu-lines:after {
    top: 6px;
  }
  #outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #173c64;
  }
  #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 #999;
    padding: 0;
  }
  .primary-nav a {
    font-size: 15px;
    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 .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: #fff;
    font-size: 13px;
    content: "\e606" !important;
    transform: none !important;
  }
  .menu-item-has-children > a.show-sub-menu:after {
    content: "\e609" !important;
  }
  .menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .sub-menu {
    position: relative;
    box-shadow: none;
    top: 0;
    position: relative;
    width: 100%;
    display: none;
    text-align: left;
    padding: 8px 0;
    right: auto;
    column-count: 1;
    background: #666;
  }
  .sub-menu__text {
    display: none;
  }
  .sub-menu__list {
    border-top: 1px solid #999;
    column-count: 1;
    width: 100%;
  }
  .sub-menu li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .sub-menu li:last-child {
    border-bottom: none !important;
  }
  .sub-menu a {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 25px 10px 15px !important;
    display: block;
    transition: background 0.2s;
    color: #fff;
  }
  .sub-menu a:hover {
    color: #ffcc33;
    background: #3e3e3e;
  }
  .show-sub-menu + .sub-menu {
    display: block !important;
  }
  .sub-menu .row {
    padding: 0;
    display: block;
  }
  .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: 620px) {
  .card__col {
    width: 100%;
    padding: 15px 0;
  }
  .accordion__trigger {
    font-size: 21px;
  }
  .article__container {
    column-count: 1;
  }
}
@media (max-width: 480px) {
  .slider--home, .slider--home .slick-track {
    height: 200px;
  }
  .features__multi__col {
    width: 100%;
  }
  .footer__credits img {
    max-height: 19px;
    margin: 0;
  }
  .footer__credits__text {
    display: none;
  }
  .footer__credits p {
    display: flex;
    justify-content: center;
  }
}
.masthead {
  position: fixed;
  z-index: 99999 !important;
  top: 0;
  left: 0;
  width: 100%;
  transition: left 400ms ease;
}

html {
  margin-top: 130px !important;
}
@media (max-width: 960px) {
  html {
    margin-top: 100px !important;
  }
}

@media (max-width: 960px) {
  .masthead .logo {
    transition: width 400ms ease, height 400ms ease;
  }
  .masthead .has-scrolled .logo {
    width: 100px;
    height: 50px;
  }
  .masthead--main__container .table {
    display: flex;
    justify-content: center;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    transform: unset;
    position: relative;
    transition: left 400ms ease;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap .mask {
    display: none !important;
  }
  .csstransforms3d.csstransitions.js-ready #primary-nav {
    background-color: #173c64;
    box-shadow: -11px -1px 21px -11px rgba(0, 0, 0, 0.45) inset;
    transform: unset;
    left: -70%;
    top: 0;
    transition: left 400ms ease;
    position: fixed;
  }
  .csstransforms3d.csstransitions.js-ready.js-nav .masthead {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready.js-nav #inner-wrap {
    transform: unset;
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready.js-nav #primary-nav {
    transform: unset;
    left: 0%;
  }
}
body.admin-bar .masthead {
  top: 32px !important;
}

.masthead {
  transform: translateY(0);
  transition: transform 0.4s ease-out;
}

.has-scrolled.has-scrolled-down .masthead {
  transform: translateY(-130%);
}

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