  /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

body {
  color: #222;
  font-family: "Roboto", "Arial", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: .02em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  font-weight: 300;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #10499e;
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}

a:active, a:focus, a:hover {
  color: #0c3777;
}

blockquote {
  font-family: "Bitter", "Times", serif;
  color: #10499e;
  font-style: italic;
  font-size: 1rem;
}

cite {
  font-family: roboto;
  color: #444;
  text-transform: uppercase;
  font-size: 0.75rem;
}

cite strong {
  display: block;
  font-weight: 700;
}

cite span {
  display: block;
  font-weight: normal;
}

hr {
  border-bottom: 1px solid #c8c8c8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 40px 0;
}

.btn, .accordion__header,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #10499e;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 17px 80px 17px 20px;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.btn .icon, .accordion__header .icon,
button .icon, input[type="button"] .icon, input[type="reset"] .icon, input[type="submit"] .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right .3s ease;
}

.btn:hover, .accordion__header:hover, .btn:focus, .accordion__header:focus,
button:hover,
button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #0d3a7e;
  color: #fff;
  outline: none;
}

.btn:hover .btn-arrow, .accordion__header:hover .btn-arrow, .btn:focus .btn-arrow, .accordion__header:focus .btn-arrow,
button:hover .btn-arrow,
button:focus .btn-arrow, input[type="button"]:hover .btn-arrow, input[type="button"]:focus .btn-arrow, input[type="reset"]:hover .btn-arrow, input[type="reset"]:focus .btn-arrow, input[type="submit"]:hover .btn-arrow, input[type="submit"]:focus .btn-arrow {
  right: 15px;
}

.btn:disabled, .accordion__header:disabled,
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn:disabled:hover, .accordion__header:disabled:hover,
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #10499e;
}

.btn.block, .block.accordion__header,
button.block, input[type="button"].block, input[type="reset"].block, input[type="submit"].block {
  display: block;
  width: 100%;
}

.btn.page-link .icon, .page-link.accordion__header .icon,
button.page-link .icon, input[type="button"].page-link .icon, input[type="reset"].page-link .icon, input[type="submit"].page-link .icon {
  transform: translateY(-50%) scale(0.7);
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #959595;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
  border-color: #777777;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #10499e;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(14, 62, 135, 0.7);
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #959595;
}

fieldset {
  background-color: #e5e5e5;
  border: 1px solid #959595;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1em;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}

label.required::after {
  content: "*";
}

label abbr {
  display: none;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="radio"] + label {
  display: inline-block;
}

[type="checkbox"] {
  display: inline;
  margin-right: 0.375em;
}

[type="checkbox"] + label {
  display: inline-block;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

[data-client="editor"] ul {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}


[data-client="editor"] ol {
  list-style-type: decimal;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #707070;
  font-weight: 600;
  padding: 0.75em;
  text-align: left;
}

td {
  border-bottom: 1px solid #959595;
  padding: 0.75em;
}

tr,
td,
th {
  vertical-align: middle;
}

.icon,
.icon:before,
.icon:after {
  transition: all 0.2s ease;
}

.i-arrow-right {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
}

.i-arrow-right:before {
  content: '';
  position: absolute;
  right: 2px;
  top: 50%;
  width: 26px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}

.i-arrow-right:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform-origin: top right;
  transform: rotate(45deg);
}

.i-arrow-left {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
}

.i-arrow-left:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  width: 26px;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}

.i-arrow-left:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-bottom: solid 2px currentColor;
  border-left: solid 2px currentColor;
  transform-origin: top right;
  transform: rotate(45deg);
}

.i-caret {
  position: relative;
  display: inline-block;
  margin: 0;
  width: 30px;
  height: 30px;
}

.i-caret:before {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

.i-caret:after {
  content: '';
  position: absolute;
  left: 13px;
  right: auto;
  top: 50%;
  width: 14px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
}

.i-menu {
  color: #fff;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 26px;
  height: 2px;
  background-color: currentColor;
}

.i-menu:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: currentColor;
}

.i-menu:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: currentColor;
}

.i-search {
  position: relative;
  display: inline-block;
  color: inherit;
  width: 18px;
  height: 18px;
  border: solid 3px currentColor;
  border-radius: 100%;
  transform: rotate(-45deg);
}

.i-search:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 4px;
  height: 9px;
  width: 4px;
  border-radius: 3px;
  background-color: currentColor;
}

.i-close {
  color: #fff;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}

.i-close:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  transform: rotate(-45deg);
}

.i-close:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  transform: rotate(45deg);
}

.i-star {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-top-width: 7.69230769px;
  border-right-width: 10px;
  border-left-width: 10px;
}

.i-star:before, .i-star:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  left: -10px;
  top: -7.69230769px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-top-width: 7.69230769px;
  border-right-width: 10px;
  border-left-width: 10px;
  border-bottom: 0;
}

.i-star:before {
  transform: translate(15.55556%, -15.55556%) rotate(72deg) translateY(50%);
}

.i-star:after {
  transform: translate(-15.55556%, -15.55556%) rotate(-72deg) translateY(50%);
}

[data-client="editor"] h1 {
  font-size: 3.125rem;
}

[data-client="editor"] h2 {
  font-size: 2.5rem;
}

[data-client="editor"] h3 {
  font-size: 2.125rem;
}

[data-client="editor"] h4 {
  font-size: 1.625rem;
}

[data-client="editor"] h5 {
  font-size: 1.375rem;
}

[data-client="editor"] h6 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

[data-client="editor"] a:not('.btn') {
  text-decoration: underline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  padding: 0 40px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.wp-pagenavi {
  clear: both;
  padding: 30px 0 0;
  text-align: center;
}

.wp-pagenavi .pages {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 0.875rem;
}

.wp-pagenavi .current {
  padding: 5px;
  background: #10499e;
  color: #fff;
  vertical-align: middle;
  margin: 0 2px;
}

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #f2f2f2;
  margin: 0 2px;
}

.no_marg_pad, .selectboxit-container .selectboxit, .selectboxit-container .selectboxit-options, .selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
}

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-size: 1rem;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

.selectboxit-container .selectboxit {
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  display: block;
  position: relative;
}

.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 40px;
  line-height: 40px;
  display: block;
}

.selectboxit-container .selectboxit:focus {
  outline: 0;
}

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  cursor: default;
}

.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
  box-sizing: border-box;
  box-shadow: none;
  min-width: 100%;
  *width: 100%;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  box-shadow: none;
}

.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  margin: 0;
  list-style-type: none;
}

.selectboxit-option-first {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.selectboxit-optgroup-header {
  font-weight: bold;
}

.selectboxit-optgroup-header:hover {
  cursor: default;
}

.selectboxit-arrow-container {
  width: 30px;
  position: absolute;
  right: 0;
}

.selectboxit-arrow-container:before, .selectboxit-arrow-container:after {
  position: absolute;
  content: '';
  display: block;
  border-right: 2px solid #444;
  height: 8px;
  top: 18px;
  transition: all 0.25s ease-in-out;
}

.selectboxit-arrow-container:before {
  transform: rotate(45deg);
  right: 10px;
}

.selectboxit-arrow-container:after {
  transform: rotate(-45deg);
  right: 15px;
}

.selectboxit-open .selectboxit-arrow-container:before {
  right: 15px;
}

.selectboxit-open .selectboxit-arrow-container:after {
  right: 10px;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  display: none;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  vertical-align: middle;
}

.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.jqueryui .ui-icon {
  background-color: inherit;
}

.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #f2f2f2;
}

.selectboxit-btn.selectboxit-enabled {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #222;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: white;
  background-color: #0081c2;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

.section-intro {
  min-height: 100vh;
  width: 100%;
  z-index: -1;
  background: #000;
}

@media (min-width: 769px) {
  .section-intro {
    overflow: hidden;
  }
}

.section-intro .hero {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  padding-top: 80px;
}

@media (min-width: 1025px) {
  .section-intro .hero {
    padding-top: 150px;
  }
}

.section-intro .hero-content {
  width: 100%;
}

@media (min-width: 769px) {
  .section-intro .hero-content {
    float: left;
    display: block;
    padding-top: 50px;
  }
}

@media (min-width: 1025px) {
  .section-intro .hero-content {
    width: calc(100% - 520px);
  }
}

.section-intro .hero-content__title {
  color: #fff;
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 2.5rem;
}

@media (min-width: 769px) {
  .section-intro .hero-content__title {
    font-size: 3.125rem;
  }
}

.section-intro .hero-content__content {
  margin: 0;
}

.section-intro .hero-cards {
  width: 100%;
}

@media (min-width: 769px) {
  .section-intro .hero-cards {
    clear: both;
  }
}

@media (min-width: 1025px) {
  .section-intro .hero-cards {
    clear: none;
    float: right;
    width: 485px;
  }
}

.section-intro .hero-cards__title {
  display: block;
  margin: 40px 0 20px;
  padding: 0;
}

@media (min-width: 1025px) {
  .section-intro .hero-cards__title {
    display: inline-block;
    margin: 200px 0 0;
  }
}

.section-intro .hero-card {
  width: 100%;
  height: auto;
}

.section-intro .hero-card__link {
  padding-right: 65px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .section-intro .hero-card {
    float: left;
    width: 32.22591%;
    margin-left: 1.66113%;
    min-height: 237px;
  }
  .section-intro .hero-card__link {
    min-height: 237px;
  }
  .section-intro .hero-card.first {
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .section-intro .hero-card {
    width: 237px;
    height: 237px;
  }
  .section-intro .hero-card__link {
    padding-right: 20px;
  }
  .section-intro .hero-card.first {
    float: right;
  }
  .section-intro .hero-card.second {
    clear: both;
    float: left;
    margin: 0 10px 10px 0;
  }
  .section-intro .hero-card.third {
    float: right;
  }
}

.section-intro .hero-subs {
  clear: both;
}

.section-intro .hero-subs__title {
  color: #fff;
  font-size: 1.125rem;
}

@media (min-width: 1025px) {
  .section-intro .hero-subs .sub-tile-wrap {
    clear: both;
    float: left;
    width: 100%;
  }
  .section-intro .hero-subs .sub-tile {
    float: left;
    width: 32.22591%;
    margin-left: 1.66113%;
  }
  .section-intro .hero-subs .sub-tile:first-child {
    margin-left: 0;
  }
}

.video-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
}

.video {
  background: #000;
}

@media (max-width: 1024px) {
  .video {
    display: none;
  }
}

.video,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
  .video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video {
    width: 300%;
    left: -100%;
  }
}

.hero-cards__title {
  color: #fff;
  font-size: 1.5rem;
  margin: 0;
  padding: 0 20px;
}

.hero-card {
  position: relative;
  display: block;
  margin: 0 0 10px;
}

.hero-card__link {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
  background: rgba(13, 13, 13, 0.8);
  color: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: all .3s ease;
}

.hero-card__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 65px;
  width: 65px;
  background: rgba(13, 13, 13, 0.8);
  transition: all .3s ease;
}

.hero-card__link:hover, .hero-card__link:focus {
  background: rgba(13, 13, 13, 0.6);
  color: #f98e2b;
}

.hero-card__link:hover:after, .hero-card__link:focus:after {
  height: 100%;
  width: 100%;
}

.hero-card__link:hover .hero-card__arrow, .hero-card__link:focus .hero-card__arrow {
  right: 15px;
}

.hero-card__subtitle {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 17px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
}

.hero-card__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.5rem;
}

.hero-card__arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  transition: right .3s ease;
}

.sub-tile {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}

.sub-tile__link {
  position: relative;
  display: block;
  padding: 0 66px 0 20px;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  text-decoration: none;
  min-height: 66px;
  line-height: 66px;
  vertical-align: middle;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.7);
}

.sub-tile__link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 66px;
  background: rgba(255, 255, 255, 0.9);
  transition: width .3s ease;
}

.sub-tile__link:hover, .sub-tile__link:focus {
  color: #10499e;
}

.sub-tile__link:hover:after, .sub-tile__link:focus:after {
  width: 100%;
}

.sub-tile__link:hover .sub-tile__arrow, .sub-tile__link:focus .sub-tile__arrow {
  right: 15px;
}

.sub-tile__icon {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.sub-tile__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}

.sub-tile__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  transition: right .3s ease;
}

.band {
  clear: both;
  padding: 90px 0;
}

.band:after {
  content: "";
  display: table;
  clear: both;
}

.band.small {
  padding: 45px 0;
}

.band.gray {
  background: #f2f2f2;
}

.band.dark {
  background: #222;
}

.image-band {
  position: relative;
  clear: both;
  padding: 100px 0;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
}

.image-band:after {
  content: "";
  display: table;
  clear: both;
}

.image-band.fixed {
  background-attachment: fixed;
}

.image-band.angled {
  padding-bottom: 200px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 84%);
}

.image-band.shadow {
  box-shadow: inset 0px 10px 35px -5px rgba(0, 0, 0, 0.6);
}

.image-band.gradient .wrapper {
  position: relative;
  z-index: 1;
}

.image-band.gradient:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d2644+0,7db9e8+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(13, 38, 68, 0.5) 0%, rgba(125, 185, 232, 0) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.image-band.gradient-side .wrapper {
  position: relative;
  z-index: 1;
}

.image-band.gradient-side:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #10499e 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section-block {
  clear: both;
}

.section-block__title {
  font-weight: 300;
  font-size: 1.25rem;
  color: #444;
  text-transform: uppercase;
  text-align: center;
}

.section-block__title:only-child {
  margin-bottom: 4.375rem;
}

.section-block__subtitle {
  font-weight: 300;
  font-size: 2.875rem;
  margin-bottom: 4.375rem;
  text-transform: uppercase;
  color: #10499e;
  text-align: center;
}

.section-block.inverse .section-block__title,
.section-block.inverse .section-block__subtitle {
  color: #fff;
}

.section-block__content--centered {
  max-width: 900px;
  margin: 0 auto;
}

.content-block__title {
  text-transform: uppercase;
  font-size: 2.375rem;
  color: inherit;
}

.content-block__content {
  line-height: 1.8;
}

.content-block.inverse {
  color: #fff;
}

.content-block.pos-l {
  float: left;
}

.content-block.pos-r {
  float: right;
}

@media (min-width: 769px) {
  .content-block.w-45 {
    width: 45%;
  }
}

.content-block.blocked {
  padding: 30px;
  background: rgba(13, 13, 13, 0.6);
}

.portfolio-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .portfolio-grid {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.portfolio-grid > .portfolio-item {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .portfolio-grid .portfolio-item:nth-last-child(n+2):nth-last-child(-n+2):first-child,
  .portfolio-grid .portfolio-item:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ .portfolio-item {
    width: 49.16944%;
    margin-left: 1.66113%;
  }
  .portfolio-grid .portfolio-item:nth-last-child(n+2):nth-last-child(-n+2):first-child:first-child, .portfolio-grid .portfolio-item:nth-last-child(n+2):nth-last-child(-n+2):first-child:nth-child(2n+1),
  .portfolio-grid .portfolio-item:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ .portfolio-item:first-child,
  .portfolio-grid .portfolio-item:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ .portfolio-item:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .portfolio-grid .portfolio-item:nth-last-child(n+3),
  .portfolio-grid .portfolio-item:nth-last-child(n+3) ~ .portfolio-item {
    width: 32.22591%;
    margin-left: 1.66113%;
  }
  .portfolio-grid .portfolio-item:nth-last-child(n+3):first-child, .portfolio-grid .portfolio-item:nth-last-child(n+3):nth-child(3n+1),
  .portfolio-grid .portfolio-item:nth-last-child(n+3) ~ .portfolio-item:first-child,
  .portfolio-grid .portfolio-item:nth-last-child(n+3) ~ .portfolio-item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.portfolio-grid--featured > .portfolio-item {
  width: 100%;
  margin-left: 0;
}

.portfolio-item {
  position: relative;
  font-weight: 300;
  overflow: hidden;
  background: #0d0d0d;
  height: 413px;
}

.portfolio-item:hover .portfolio-item__img {
  transform: translateX(-50%) scale(1);
  opacity: .7;
}

.portfolio-item__img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(-50%) scale(1.1);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top right;
  transition: transform .3s ease, opacity .3s ease;
}

.portfolio-item__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.portfolio-item__link:hover, .portfolio-item__link:active {
  color: #fff;
}

.portfolio-item__link:hover .read-more__txt > span, .portfolio-item__link:active .read-more__txt > span {
  transform: translateX(0);
}

.portfolio-item__content {
  margin-top: 45px;
  padding: 20px;
  width: 90%;
  background: rgba(13, 13, 13, 0.8);
}

@media (min-width: 769px) {
  .portfolio-item__content {
    width: 75%;
    max-width: 430px;
  }
}

.portfolio-item__award + .portfolio-item__content {
  margin-top: 0;
}

.portfolio-item__title {
  color: #fdc52f;
  font-size: 1.375rem;
  margin: 0;
}

@media (min-width: 769px) {
  .portfolio-item__title {
    font-size: 1.625rem;
  }
}

.portfolio-item__desc {
  display: none;
}

.portfolio-item__award {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  vertical-align: middle;
  margin: 0;
  position: relative;
}

.portfolio-item__award > .icon {
  position: relative;
  margin: 0 20px 0 0;
  padding: 10px;
  background: #f98e2b;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 45px;
  height: 45px;
}

.portfolio-grid--featured .portfolio-item .portfolio-item__desc {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .portfolio-grid--featured .portfolio-item .portfolio-item__desc {
    font-size: 1.25rem;
  }
}

.portfolio-grid--featured .portfolio-item .portfolio-item__link {
  padding: 40px 0 0 0;
}

.portfolio-item .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  vertical-align: middle;
  transition: all .3s ease;
}

.portfolio-item .read-more:hover .read-more_txt, .portfolio-item .read-more:active .read-more_txt {
  color: #fdc52f;
}

.portfolio-item .read-more__txt {
  float: right;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 65px;
  color: #fff;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.portfolio-item .read-more__txt > span {
  display: block;
  padding: 20px 0 20px 20px;
  background: rgba(13, 13, 13, 0.8);
  transform-origin: right;
  transform: translateX(100%);
  transition: all .3s ease;
}

.portfolio-item .read-more__arrow {
  float: right;
  position: relative;
  right: 0;
  height: 65px;
  padding: 20px;
  background: rgba(13, 13, 13, 0.8);
  display: inline-block;
  vertical-align: middle;
  transition: all .3s ease;
}

.card {
  position: relative;
  background: #fff;
}

.card.shadow {
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

.card.shadow-large {
  box-shadow: 10px 10px 92px 0px rgba(0, 0, 0, 0.9);
}

.news-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.news-item > div,
.news-item > a {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  overflow: hidden;
}

.news-item__link {
  position: relative;
  color: #444;
  text-decoration: none;
  min-height: 300px;
}

.news-item__link:hover .news-item__img {
  transform: scale(1);
}

.news-item__img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: none;
  transform: scale(1.1);
  transition: transform .3s ease;
}

.news-item__content {
  padding: 20px;
}

.news-item__meta {
  color: #959595;
  font-size: 0.875rem;
}

.news-item__title {
  font-size: 1.5rem;
}

.news-item__snippet {
  font-size: 1rem;
}

.news-item__cats {
  border-top: 1px solid rgba(149, 149, 149, 0.4);
  padding: 15px 0 0;
  font-size: 0.875rem;
}

.news-item__cats > strong {
  color: #959595;
}

.page-heading {
  position: relative;
  padding: 100px 0 50px;
  background-color: #10499e;
  background-repeat: none;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 768px) {
  .page-heading {
    background-image: none !important;
  }
}

@media (min-width: 769px) {
  .page-heading {
    position: relative;
    padding: 120px 0 70px;
  }
  .page-heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #10499e 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

@media (min-width: 1025px) {
  .page-heading {
    padding: 170px 0 100px;
  }
}

.page-heading:after {
  content: "";
  display: table;
  clear: both;
}

.page-heading.fixed {
  background-attachment: fixed;
}

.page-heading__title {
  position: relative;
  z-index: 2;
  font-size: 1.625rem;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .page-heading__title {
    font-size: 3.125rem;
  }
}

.employee-spotlight {
  display: block;
  margin: 0 0 10px;
  color: #fff;
}

.employee-spotlight__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.employee-spotlight__copy {
  background: #0d0d0d;
  padding: 30px;
}

.employee-spotlight__heading {
  display: block;
  margin: 0 0 10px 0;
  font-size: 0.875rem;
}

.employee-spotlight__name {
  font-size: 1.5625rem;
  margin: 0;
}

.employee-spotlight__quote {
  margin: 15px 0 0;
  font-size: 1rem;
  color: #959595;
}

.scroller__item {
  position: relative;
  padding: 30px;
  text-align: center;
}

.scroller__item.slick-active + .slick-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: rgba(149, 149, 149, 0.3);
}

.scroller__item img {
  display: inline-block;
}

.scroller .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.scroller .slick-arrow.next {
  right: 0;
}

.scroller .slick-arrow.prev {
  left: 0;
}

.scroller .slick-arrow.slick-disabled {
  opacity: 0;
}

.accordion {
  display: block;
}

.accordion__item {
  margin-bottom: 1px;
}

.accordion__header {
  position: relative;
  background: #252525;
  padding-left: 30px;
  margin: 0;
  text-align: left;
  font-size: 1.25rem;
  text-transform: none;
}

.accordion__header:hover, .accordion__header:active, .accordion__header:focus, .accordion__header[aria-expanded="true"] {
  color: #fdc52f;
  background: #181818;
}

.accordion__header:before, .accordion__header:after {
  content: '';
  position: absolute;
  right: 35px;
  top: 50%;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
  transition: background .3s ease, transform .3s ease;
}

.accordion__header:after {
  right: 30px;
  transform: rotate(-45deg);
}

.accordion__header[aria-expanded="true"]:before {
  transform: rotate(-45deg);
}

.accordion__header[aria-expanded="true"]:after {
  transform: rotate(45deg);
}

.accordion__label {
  position: relative;
  z-index: 1;
}

.accordion__checkbox, .accordion__radio {
  display: none;
}

.accordion__checkbox:checked + .accordion__panel, .accordion__radio:checked + .accordion__panel {
  max-height: 3000px;
  padding: 30px;
}

.accordion__panel {
  padding: 0 30px;
  background: #f2f2f2;
  overflow: hidden;
  max-height: 0;
  transition: all .3s ease;
}

.accordion--sub .accordion__header {
  background: #959595;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
}

.location-card {
  display: block;
  padding: 20px;
  background: rgba(13, 13, 13, 0.9);
  color: #fff;
}

.location-card [itemprop="name"] {
  font-size: 1.625rem;
  margin: 0 0 15px;
}

.location-card [itemprop="streetaddress"] {
  display: block;
}

.location-card__numbers {
  margin: 15px 0;
}

.location-card [itemprop="contactType"] {
  display: block;
}

.location-card [itemprop="email"] {
  display: block;
  color: #fff;
  text-decoration: underline;
}

.location-card--plain {
  color: #444;
  padding: 10px;
  background: none;
}

.location-card--plain [itemprop="email"] {
  color: #10499e;
}

.location-grid .location-card {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .location-grid > .location-card {
    width: 49.16944%;
    margin-left: 1.66113%;
  }
  .location-grid > .location-card:first-child, .location-grid > .location-card:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .location-grid > .location-card {
    width: 32.22591%;
    margin-left: 1.66113%;
  }
  .location-grid > .location-card:first-child, .location-grid > .location-card:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .location-grid > .location-card {
    width: 23.75415%;
    margin-left: 1.66113%;
  }
  .location-grid > .location-card:first-child, .location-grid > .location-card:nth-child(4n+1) {
    margin-left: 0;
  }
}

.location-group {
  clear: both;
}

.location-group__title {
  font-weight: bold;
  font-size: 2.125rem;
}

.pricing-table {
  font-size: 0.875rem;
}

.pricing-table__date {
  color: #f98e2b;
  font-weight: 700;
}

.pricing-table thead th {
  padding: 10px 20px;
  font-weight: normal;
  background: #0d0d0d;
  color: #fff;
  border-left: 1px solid rgba(242, 242, 242, 0.2);
  text-transform: uppercase;
  vertical-align: middle;
}

.pricing-table thead th:first-child {
  border-left: 0;
}

.pricing-table tbody td,
.pricing-table tbody th {
  padding: 10px 20px;
  vertical-align: top;
  border-top: 2px solid rgba(242, 242, 242, 0.6);
  border-bottom: 0;
  background: #fff;
}

.pricing-table tbody th {
  background: #fdc52f;
}

.pricing-table tbody tr:nth-child(even) td {
  background: #eeeeee;
}

.pricing-table .col1 {
  width: 28%;
}

.pricing-table .col2 {
  width: 25%;
}

.pricing-table .col3 {
  width: 18%;
}

.pricing-table .col4 {
  width: 15%;
}

@media (max-width: 768px) {
  .pricing-table table, .pricing-table thead, .pricing-table tbody, .pricing-table th, .pricing-table td, .pricing-table tr {
    display: block;
  }
  .pricing-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pricing-table tbody td,
  .pricing-table tbody th {
    position: relative;
    padding-left: 35%;
  }
  .pricing-table tbody td:before,
  .pricing-table tbody th:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    white-space: nowrap;
  }
}

.tabs {
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
  clear: both;
  background: #f2f2f2 url("/wp-content/themes/stwooten/img/bg_texture-light.gif") repeat top right;
}

.tabs:after {
  content: center;
  display: table;
  clear: both;
}

.tabs > .wrapper {
  overflow-x: visible;
}

.tabs__nav {
  position: relative;
  float: left;
  width: 100%;
}

@media (max-width: 768px) {
  .tabs__nav {
    display: none;
  }
}

.tabs__nav:before, .tabs__nav:after {
  content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2000px;
  background: #fff;
}

.tabs__nav:after {
  right: auto;
  left: 100%;
}

.tabs__nav > a {
  position: center;
  float: left;
  display: block;
  width: 50%;
  text-align: center;
  padding: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #222;
  background: rgba(149, 149, 149, 0.4);
}

.tabs__nav > a + a:before {
  content: center;
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.tabs__nav > a[aria-selected="true"] {
  background: none;
}

@media (min-width: 769px) {
  .tabs__panel[aria-hidden="true"] {
    display: none;
  }
}

.tabs__content {
  clear: both;
  padding: 50px 0;
}

.tabs__heading {
  font-size: 2.125rem;
	text-align:center
}


.pricing-accordion .accordion__panel {
  padding: 0 10px;
  background: #fff;
}

.pricing-accordion .accordion__checkbox:checked + .accordion__panel {
  padding: 10px;
}

.pricing-accordion__month {
  position: relative;
}

.pricing-accordion__month .accordion__header {
  background: #dedede;
}

.pricing-accordion__price {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f98e2b;
}

.pricing-accordion__price:after {
  content: attr(data-price);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  width: 100%;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .pricing-accordion__price:after {
    display: none;
  }
}

.pricing-accordion table {
  font-size: 0.875rem;
}

.pricing-accordion table thead th {
  padding: 10px;
  font-weight: normal;
  border-left: 1px solid rgba(242, 242, 242, 0.2);
  text-transform: uppercase;
  vertical-align: middle;
}

.pricing-accordion table thead th:first-child {
  border-left: 0;
}

.pricing-accordion table tbody td,
.pricing-accordion table tbody th {
  padding: 10px;
  vertical-align: top;
  border-top: 2px solid rgba(242, 242, 242, 0.6);
  border-bottom: 0;
  background: #fff;
}

.pricing-accordion table tbody th {
  background: #fdc52f;
}

.pricing-accordion table tbody tr:nth-child(even) td {
  background: #eeeeee;
}

@media (max-width: 768px) {
  .pricing-accordion table table, .pricing-accordion table thead, .pricing-accordion table tbody, .pricing-accordion table th, .pricing-accordion table td, .pricing-accordion table tr {
    display: block;
  }
  .pricing-accordion table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pricing-accordion table tbody td,
  .pricing-accordion table tbody th {
    position: relative;
    padding-left: 35%;
  }
  .pricing-accordion table tbody td:before,
  .pricing-accordion table tbody th:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 30%;
    white-space: nowrap;
  }
}

.award {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 85px;
  margin: 0 0 10px;
  background: #0d0d0d;
  color: #fff;
}

.award:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 65px;
  background: #f98e2b;
  color: #fff;
}

.award > .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  top: 56%;
}

.locations-map {
  position: relative;
}

/* Basic Map overrides for styling */
.google-acfmap {
  width: 100%;
  height: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .google-acfmap {
    display: none;
  }
}

.google-acfmap .location-image {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 15px;
}

/** FIX for Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
  max-width: none;
}

.gm-style-iw.gm-style-iw-c {
  display: block !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.gm-style-iw.gm-style-iw-c button {
  display: none !important;
}

.gm-style-iw-t:before {
  border-top-color: transparent !important;
}

.gm-style-iw-t:after {
  border-top-color: #e5173f !important;
}

.gm-style-iw-d {
  background: #0d0d0d !important;
  overflow: auto !important;
}

.map-popup {
  background: #0d0d0d;
  border-bottom: 10px solid #e5173f;
  color: #fff;
  padding: 20px 30px;
  float: left;
  width: 100%;
  font-size: 0.875rem;
}

.map-popup__header {
  font-size: 1.375rem;
  color: #fff;
}

.map-popup__header a {
  color: #fff;
}

.map-popup--hover {
  background: #0d0d0d;
  width: auto;
  padding: 8px 10px;
  border-bottom: 10px solid #e5173f;
  transform: translateX(-50%) translateY(calc(-100% - 55px));
}

.map-popup--hover:before {
  content: '';
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  width: 14px;
  height: 14px;
  background: #e5173f;
  z-index: -1;
  transform-origin: center center;
  transform: translateX(-50%) rotate(-45deg);
}

.map-popup--hover .map-popup__header {
  font-size: 1rem;
  margin: 0;
}

.map-popup__col {
  float: left;
  width: 49.16944%;
  margin-left: 1.66113%;
}

.map-popup__col:first-child {
  margin-left: 0;
}

.map-popup .btn, .map-popup .accordion__header {
  font-size: 0.75rem;
  padding: 10px 50px 10px 10px;
}

.map-popup .btn .btn-arrow, .map-popup .accordion__header .btn-arrow {
  transform: translateY(-50%) scale(0.5);
  transform-origin: right center;
}

.map-popup a {
  color: #fff;
}

.map-list-view {
  position: relative;
  transform: translateY(-100%);
  z-index: 10;
  float: right;
  background: #fff;
  color: #10499e;
}

@media (max-width: 768px) {
  .map-list-view {
    display: none;
  }
}

.locations-grid {
  border-top: 1px solid #f2f2f2;
}

.location-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  font-size: 0.875rem;
  padding: 20px 0;
}

.location-table:nth-child(even) {
  background: rgba(242, 242, 242, 0.4);
}

@media (min-width: 770px) {
  .location-table {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0;
  }
}

.location-table__column {
  -ms-flex: 1 100%;
  flex: 1 100%;
  padding: 5px;
}

@media (min-width: 770px) {
  .location-table__column {
    -ms-flex: 1;
    flex: 1;
    padding: 20px 10px;
  }
}

.location-table__header {
  font-size: 1.375rem;
  color: #10499e;
  margin: 0;
}

@media (min-width: 770px) and (max-width: 1279px) {
  .location-table__header {
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .location-table__link {
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}

.hiring-block {
  display: block;
  position: relative;
  padding: 40px 30px;
  background-size: cover;
  background-color: #10499e;
  color: #fff;
  margin-bottom: 1px;
}

.hiring-block:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 73, 158, 0.8);
  z-index: 1;
}

.hiring-block__copy {
  position: relative;
  z-index: 2;
}

.hiring-block__title {
  font-size: 2.125rem;
  margin: 0 0 20px;
}

.hiring-block__content {
  font-size: 1.75rem;
  line-height: 1.2;
}

.card-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .card-grid {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

.card-grid__item {
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  width: 100%;
}

.card-grid__img {
  margin: 0 auto 20px;
}

.card-grid__title {
  font-weight: bold;
  font-size: 1.25rem;
}

.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .flex-grid {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}

.flex-grid__item {
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  width: 100%;
}

.flex-grid__img {
  margin: 0 auto 20px;
}

.flex-grid__title {
  font-weight: bold;
  font-size: 1.25rem;
}

.language-selector {
  position: fixed;
  top: 35%;
  right: 0;
  width: auto;
  z-index: 100;
}

.language-selector__item {
  display: block;
  margin: 0 0 10px;
  text-align: right;
}

.language-selector__link {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  background: #0d0d0d;
  transition: all .3s ease;
}

.language-selector__link:hover, .language-selector__link:active {
  color: #fff;
  padding-right: 80px;
}

.language-selector .current .language-selector__link {
  background: #10499e;
  padding-right: 80px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

.social-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.social-card--twitter {
  background: #55acee;
}

.social-card--twitter .social-card__icon {
  background: #479bda;
}

.social-card--fb {
  background: #3e5d9a;
}

.social-card--fb .social-card__icon {
  background: #2d4c88;
}

@media (min-width: 769px) {
  .social-card {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.social-card > div,
.social-card > a {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.social-card__link {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.social-card__link:hover .social-card__img {
  transform: scale(1);
}

@media (max-width: 768px) {
  .social-card__link {
    display: none;
  }
}

.social-card__img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: none;
  transform: scale(1.1);
  transition: transform .3s ease;
}

.social-card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-card__account {
  display: block;
}

.social-card__icon {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 10px;
  margin-right: 20px;
}

.social-card__icon > img {
  vertical-align: middle;
  width: 20px;
  height: auto;
}

.social-card__username {
  color: #fff;
}

.social-card__data {
  padding: 20px;
}

.map-filter {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
  font-size: 0.875rem;
  color: #fff;
  background: #0d0d0d;
}

@media (min-width: 769px) {
  .map-filter {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: auto;
    margin: 0;
    z-index: 10;
  }
}

.map-filter__header {
  text-transform: uppercase;
  margin: 0;
  padding: 15px;
  font-weight: bold;
}

.map-filter__list {
  position: relative;
}

.map-filter__item {
  border-top: 1px solid rgba(242, 242, 242, 0.2);
}

.map-filter__item img {
  vertical-align: middle;
  margin-right: 10px;
}

.map-filter__link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
}

.map-filter__link:hover, .map-filter__link:focus, .map-filter__link:active {
  color: #fff;
  background: #444;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-share {
  display: block;
  float: right;
  width: auto;
  padding-left: 10px;
}

.social-share__title {
  display: inline-block;
  color: #959595;
  font-size: 0.875rem;
  vertical-align: middle;
}

.social-share__list {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.social-share__item {
  display: block;
  float: right;
  margin: 0 0 0 10px;
}

.social-share__link {
  display: block;
  padding: 5px;
  background: #10499e;
  color: #fff;
  text-decoration: none;
  transition: background .3s ease;
}

.social-share__link img {
  height: 20px;
  width: auto;
  margin: 0;
  vertical-align: middle;
}

.social-share__link--twitter {
  background: #479bda;
}

.social-share__link--twitter:hover, .social-share__link--twitter:active, .social-share__link--twitter:focus {
  background: #2882c6;
}

.social-share__link--fb {
  background: #2d4c88;
}

.social-share__link--fb:hover, .social-share__link--fb:active, .social-share__link--fb:focus {
  background: #203762;
}

.post-navigation {
  clear: both;
  float: left;
  width: 100%;
  padding: 60px 0 0;
}

.post-navigation .nav-links a {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 10px;
}

.post-navigation .nav-previous {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

@media (min-width: 769px) {
  .post-navigation .nav-previous {
    float: left;
    max-width: 40%;
    margin: 0;
  }
}

.post-navigation .nav-previous a {
  padding-left: 30px;
}

.post-navigation .nav-previous a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(-45deg);
  border-top: 2px solid #10499e;
  border-left: 2px solid #10499e;
}

.post-navigation .nav-next {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

@media (min-width: 769px) {
  .post-navigation .nav-next {
    float: right;
    max-width: 40%;
    margin: 0;
  }
}

.post-navigation .nav-next a {
  padding-right: 30px;
}

.post-navigation .nav-next a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  height: 10px;
  width: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #10499e;
  border-right: 2px solid #10499e;
}

.blog-grid {
  float: left;
  width: 100%;
}

.blog-grid > .news-item {
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 769px) {
  .blog-grid > .news-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

@media (min-width: 1025px) {
  .blog-grid > .news-item {
    width: calc(33.333% - 20px);
  }
}

.cat-filter {
  float: right;
  margin: 0 0 30px;
}

.cat-filter > strong {
  display: inline-block;
  vertical-align: middle;
}

.cat-filter__select {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #959595;
  padding: 10px;
  width: 300px;
}

.employee-card {
  padding: 10px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media (max-width: 768px) {
  .employee-card {
    text-align: center;
    max-width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .employee-card {
    max-width: 33.333%;
  }
}

@media (min-width: 1025px) {
  .employee-card {
    max-width: 25%;
  }
}

.employee-card__img {
  display: inline-block;
  margin-bottom: 20px;
}

.employee-card__name {
  font-size: 1.875rem;
  margin-bottom: 10px;
  color: #10499e;
}

.employee-card__title {
  font-style: italic;
}

.calculator:after {
  content: '';
  display: table;
  width: 100%;
  height: 0;
  clear: both;
}

.calculator__inputs {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .calculator__inputs {
    float: left;
    width: 250px;
    padding-top: 20px;
  }
}

.calculator__inputs label {
  text-transform: uppercase;
  font-size: 0.875rem;
}

.calculator__inputs input[type="text"] {
  display: inline-block;
  width: 10em;
  margin-right: 5px;
  border: 0;
}

.calculator__inputs .append {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8125rem;
}

.calculator__inputs .btn, .calculator__inputs .accordion__header {
  padding: 20px;
}

.calculator__info {
  display: block;
}

@media (min-width: 769px) {
  .calculator__info {
    float: left;
    width: calc(100% - 300px);
    padding-top: 20px;
  }
}

.calculator__results-box {
  background: #10499e;
  padding: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.calculator__result {
  font-size: 4.375rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  .calculator__result {
    font-size: 3.125rem;
  }
}

html,
body {
  min-height: 100%;
}

body {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  body.fixed {
    overflow-y: hidden;
  }
}

html {
  box-sizing: border-box;
}

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

.header-container,
.content-container,
.footer-container {
  clear: both;
  float: left;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 1.25rem;
  transition: all 0.15s ease-in-out;
}

@media (min-width: 320px) and (max-width: 768px) {
  .wrapper {
    padding: 0 1.25rem;
  }
}

@media (min-width: 770px) and (max-width: 1024px) {
  .wrapper {
    padding: 0 1.875rem;
  }
}

@media (min-width: 1026px) and (max-width: 1279px) {
  .wrapper {
    max-width: 93.75%;
    padding: 0;
    margin: 0 auto;
  }
}

@media (min-width: 1281px) {
  .wrapper {
    max-width: 75rem;
    padding: 0;
  }
}

@media (min-width: 1026px) and (max-width: 1279px) {
  .wrapper.extend {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  .wrapper.extend {
    max-width: 93.75rem;
    padding: 0;
    margin: 0 auto;
  }
}

.wrapper.skinny {
  max-width: 700px;
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(13, 13, 13, 0.8);
  transition: all .3s ease;
}

@media (max-width: 1024px) {
  .nav-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    min-height: 60px;
    height: 60px;
  }
  .nav-container .nav-wrap {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 80px;
    height: 60px;
    background: #0d0d0d;
    transition: height .3s ease, width .3s ease;
  }
  .nav-container .nav-wrap > div {
    display: none;
  }
  .nav-container.open {
    background: #0d0d0d;
  }
  .nav-container.open .nav-wrap {
    width: 100%;
    height: 100vh;
    overflow: scroll;
    padding-top: 80px;
  }
  .nav-container.open .nav-wrap > div {
    display: block;
  }
}

@media (min-width: 1025px) {
  .nav-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 20px 0;
    min-height: 60px;
  }
  .nav-container .menu-toggle {
    display: none;
  }
  .nav-container .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .nav-container .utility {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.site-brand {
  margin: 0;
  display: inline-block;
}

.site-brand img {
  max-height: 45px;
  transition: max-height .3s ease;
}

@media (min-width: 1025px) {
  .site-brand {
    padding: 5px 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .site-brand img {
    max-height: 65px;
  }
}

.menu-toggle {
  padding: 0;
  background: none;
  border-radius: 0;
  z-index: 999;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  background: none;
  transition: all 500ms cubic-bezier(1, 0, 0.645, 0.65);
  box-shadow: none;
}

.menu-toggle:hover {
  background: none;
  box-shadow: none;
  color: inherit;
}

.menu-toggle .i-menu {
  transition: all 300ms;
  opacity: 1;
  transform: none;
  position: relative;
  right: auto;
}

.menu-toggle .i-menu:before {
  transition: all 300ms;
  animation: topbar-back 500ms;
  animation-fill-mode: both;
  animation-play-state: initial !important;
}

.menu-toggle .i-menu:after {
  transition: all 300ms;
  animation: bottombar-back 500ms;
  animation-fill-mode: both;
  animation-play-state: initial !important;
}

.menu-toggle[aria-expanded=true] .i-menu {
  background: none;
}

.menu-toggle[aria-expanded=true] .i-menu:before {
  top: 0;
  animation: topbar-x 500ms;
  animation-fill-mode: both;
}

.menu-toggle[aria-expanded=true] .i-menu:after {
  top: 0;
  animation: bottombar-x 500ms;
  animation-fill-mode: both;
}

@media (max-width: 1024px) {
  .site-search {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
  .site-search .search-form {
    position: relative;
  }
  .site-search .search-form input[type="search"] {
    padding-right: 50px;
    margin: 0;
  }
  .site-search .search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 0;
    z-index: 2;
    text-indent: -9999em;
    opacity: 0;
  }
  .site-search .search-toggle {
    position: absolute;
    right: 40px;
    top: 10px;
    color: #0d0d0d;
    z-index: 1;
  }
}

@media (min-width: 1025px) {
  .site-search {
    position: relative;
    padding: 0;
  }
  .site-search .search-toggle {
    display: block;
    padding: 10px 20px;
    border-left: 1px solid #fff;
    color: #fff;
  }
  .site-search .search-form-container {
    position: absolute;
    top: 100%;
    left: -9999em;
    width: 300px;
    background: rgba(13, 13, 13, 0.4);
    padding: 10px;
    opacity: 0;
  }
  .site-search .search-form-container.open {
    left: auto;
    right: 0;
    opacity: 1;
  }
  .site-search .search-form {
    position: relative;
  }
  .site-search .search-form input[type="search"] {
    padding-right: 50px;
    margin: 0;
  }
  .site-search .search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    padding: 0;
    z-index: 2;
    text-indent: -9999em;
    opacity: 0;
  }
}

.main-nav {
  position: relative;
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .main-nav {
    overflow-x: hidden;
  }
}

.site-nav .highlight a {
  display: block;
  padding: 10px 20px;
  background: #e5173f;
  transition: background .3s ease;
  line-height: 1;
}

.site-nav .highlight a:hover, .site-nav .highlight a:focus {
  background: #b71232;
}

@media (max-width: 1024px) {
  .site-nav {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    transition: font-size .3s ease;
  }
  .site-nav ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    transition: transform .3s ease;
  }
  .site-nav ul li {
    display: block;
    width: 100%;
    border-top: 1px solid #222;
  }
  .site-nav ul li a {
    position: relative;
    display: block;
    padding: 25px 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    font-weight: 300;
    transition: background .3s ease;
  }
  .site-nav ul li a:hover, .site-nav ul li a:active, .site-nav ul li a:focus {
    background: #10499e;
  }
  .site-nav > ul ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(100%);
    z-index: 2;
    background: #0d0d0d;
  }
  .site-nav li:not(.menu-item-has-children) .nav-arrow {
    display: none;
  }
  .site-nav li.back a {
    padding-left: 70px;
  }
  .site-nav li.back .nav-arrow {
    display: inline-block;
    right: auto;
    left: 20px;
  }
  .site-nav li.show-subs > ul {
    transform: translateX(0);
    z-index: 20;
  }
  .site-nav .nav-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    margin: 0;
    text-align: center;
    display: inline-block;
  }
  .site-nav .nav-arrow .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .site-nav .highlight a {
    padding: 25px 20px;
  }
}

@media (min-width: 1025px) {
  .site-nav {
    display: block;
    width: 100%;
    font-size: 1rem;
    transition: font-size .3s ease;
  }
  .site-nav ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    transition: transform .3s ease;
  }
  .site-nav ul li {
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .site-nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 73px;
    font-weight: 300;
  }
  .site-nav ul li a .nav-arrow {
    display: none;
  }
  .site-nav .menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
  }
  .site-nav .menu-item-has-children > a:before, .site-nav .menu-item-has-children > a:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 8px;
    height: 2px;
    background: currentColor;
    transform: rotate(45deg);
    transition: background .3s ease;
  }
  .site-nav .menu-item-has-children > a:after {
    right: 0;
    transform: rotate(-45deg);
  }
  .site-nav .menu-item-has-children:hover > a {
    color: #959595;
  }
  .site-nav .menu-item-has-children:hover > a:before, .site-nav .menu-item-has-children:hover > a:after {
    background: #959595;
  }
  .site-nav .menu-item-has-children:hover ul {
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-nav > ul ul {
    position: absolute;
    top: calc(100% - 2px);
    left: -9999em;
    width: 350px;
    background: #0d0d0d;
    border-top: 2px solid #10499e;
    text-align: left;
    opacity: 0;
    transition: opacity .3s ease;
  }
  .site-nav > ul ul:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 10px 15px;
    border-color: transparent transparent #10499e transparent;
  }
  .site-nav > ul ul li {
    display: block;
    margin: 0;
  }
  .site-nav > ul ul li.back {
    display: none;
  }
  .site-nav > ul ul li a {
    padding: 15px 20px;
    line-height: 1.2;
    font-size: 0.875rem;
    text-transform: uppercase;
  }
  .site-nav > ul ul li a:hover, .site-nav > ul ul li a:focus {
    background-color: #0b3470;
    color: #fff;
  }
  .site-nav .highlight a {
    padding: 10px;
  }
}

@media (min-width: 1400px) {
  .site-nav {
    font-size: 1.25rem;
  }
  .site-nav ul li {
    margin: 0 40px 0 0;
  }
  .site-nav > ul ul li a {
    font-size: 1rem;
  }
}

.headroom--not-top.headroom--unpinned {
  transform: translateY(-30px);
}

.headroom--not-top.headroom--unpinned .site-nav {
  font-size: 0.875rem;
}

.headroom--not-top.headroom--unpinned .site-brand img {
  max-height: 45px;
}

@media (max-width: 1024px) {
  .utility {
    width: 100%;
    background: #444;
  }
  .utility li {
    border-bottom: 1px solid rgba(149, 149, 149, 0.2);
  }
  .utility li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 0.8125rem;
  }
  .utility li a:hover, .utility li a:active, .utility li a:focus {
    background: #10499e;
  }
}

@media (min-width: 1025px) {
  .utility {
    display: block;
    width: 100%;
    padding: 0 20px;
    background: #2a2a2a;
    color: #fff;
    height: 30px;
  }
  .utility-nav {
    float: right;
    width: auto;
    text-align: right;
    font-size: 0.8125rem;
    transition: font-size .3s ease;
  }
  .utility-nav li {
    display: inline-block;
    margin: 0;
  }
  .utility-nav li a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    line-height: 30px;
  }
}

.content-container {
  position: relative;
  z-index: 10;
  background: #fff;
}

.primary {
  clear: both;
  margin: 0 0 30px;
}

@media (min-width: 769px) {
  .primary:not(:only-child) {
    float: left;
    width: 66.11296%;
    margin-left: 1.66113%;
    margin: 0;
  }
  .primary + .secondary {
    float: right;
    width: 32.22591%;
    margin-left: 1.66113%;
  }
}

.footer-container {
  position: relative;
  z-index: 10;
  background: #0d0d0d url("../img/bg_footer.jpg") repeat 0 0;
  color: #fff;
}

.site-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.site-footer > div {
  -ms-flex: 1;
  flex: 1;
  margin: 40px 0;
}

@media (min-width: 769px) {
  .site-footer .footer-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .footer-links__col {
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
    text-align: left;
  }
  .site-footer .footer-links__subs {
    width: 100%;
    padding: 40px 0 0;
  }
}

@media (min-width: 1025px) {
  .site-footer {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    text-align: left;
  }
  .site-footer .footer-links__col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
  }
  .site-footer .footer-links__col:first-child {
    margin: 0 80px 0 0;
  }
  .site-footer .footer-links__subs {
    width: 100%;
    padding: 10px 0 0;
  }
  .site-footer .footer-map {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .footer-links__col:first-child {
    display: none;
  }
}

@media (min-width: 769px) {
  .footer-links__col:first-child {
    display: block;
  }
}

.footer-links__col li a {
  display: block;
  padding: 5px 0;
  color: inherit;
}

.footer-links__col li a:hover, .footer-links__col li a:focus {
  background: rgba(13, 13, 13, 0.5);
}

@media (min-width: 1025px) {
  .footer-links__col li a {
    padding: 3px 0;
    font-size: 0.875rem;
  }
}

.footer-links__col .btn, .footer-links__col .accordion__header {
  margin: 15px auto;
  padding: 10px 50px 10px 10px;
  text-transform: none;
  background-color: #444;
  font-weight: normal;
}

.footer-links__col .btn .btn-arrow, .footer-links__col .accordion__header .btn-arrow {
  transform: translateY(-50%) scale(0.5);
  transform-origin: right center;
}

.footer-links__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .footer-links__title {
    margin-bottom: 15px;
    border: 0;
  }
}

.footer-map {
  position: relative;
}

.footer-map__img {
  display: none;
}

@media (min-width: 769px) {
  .footer-map__img {
    display: block;
    margin: 0 auto;
  }
}

.footer-map__info {
  color: #222;
}

@media (min-width: 769px) {
  .footer-map__info {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-80%);
    text-align: left;
  }
}

.footer-map .card {
  padding: 20px;
  font-size: 1rem;
  line-height: 1.4;
}

.footer-map [itemprop="name"] {
  font-weight: 700;
}

.footer-map [itemprop="streetAddress"] {
  display: block;
}

.footer-map [itemprop="telephone"] {
  display: block;
  padding-top: 20px;
}

.footer-map .directions-link {
  display: block;
  text-decoration: underline;
}

.footer-map .btn, .footer-map .accordion__header {
  margin-top: 20px;
  display: block;
}

.copyright {
  font-size: 0.6875rem;
}

.social-links > a {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.social-links img {
  width: 22px;
  height: 22px;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.666%;
  flex-basis: 16.666%;
  max-width: 16.666%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.666%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    order: 1;
  }
}

.scroll {
  display: none;
}

@media (min-width: 769px) {
  .scroll.show {
    position: absolute;
    display: inline-block;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .scroll.show > a {
    display: block;
    width: 40px;
    height: 40px;
    background: none;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(-45deg);
    transition: transform .3s ease;
  }
  .scroll.show > a:hover {
    transform: translateY(-10px) rotate(-45deg);
  }
}

.career-band {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.career-band > .section {
  -ms-flex: 1;
  flex: 1;
  padding: 30px;
  width: 100%;
}

.career-band .testimonial {
  background: #f2f2f2;
  text-align: center;
  font-size: 1.1875rem;
}

.career-band .testimonial__img {
  display: block;
  margin: 0 auto 20px;
}

.career-band .testimonial__quote {
  margin: 0;
  padding: 0;
}

.career-band .testimonial footer {
  margin: 20px 35px 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(149, 149, 149, 0.4);
}

@media (min-width: 769px) and (max-width: 1024px) {
  .career-band {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .career-band > .section {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .career-band .testimonial {
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .career-band {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .career-band > .section {
    -ms-flex: 1;
    flex: 1;
    padding: 60px 40px;
  }
  .career-band .testimonial {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

.news-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.news-grid > .section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.news-grid > .section.socials {
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-grid > .section > article {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .news-grid {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 0 -.5em 50px;
  }
  .news-grid > .section {
    padding: 0 .5em;
  }
  .news-grid > .section.socials {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-grid > .section > article {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

.additional-services {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  background: #252525;
}

@media (min-width: 1026px) {
  .additional-services {
    background: #f2f2f2 url("../img/bg_texture-light.gif") repeat top right;
  }
  .additional-services:after {
    content: '';
    position: absolute;
    top: 0;
    right: 80%;
    width: 2000px;
    height: 100%;
    background: #252525;
    z-index: 1;
  }
}

.additional-services__nav {
  position: relative;
  background: #252525;
  padding-bottom: 50px;
  z-index: 2;
}

@media (min-width: 770px) {
  .additional-services__nav {
    float: left;
    width: 375px;
  }
}

.additional-services__heading {
  padding: 30px 30px 0;
  color: #fdc52f;
  font-size: 2.125rem;
}

.additional-services__desc {
  color: #fff;
  margin: 0 30px 50px;
  font-size: 1.125rem;
}

.additional-services__name {
  font-size: 2.125rem;
  margin-bottom: 10px;
}

.additional-services__service {
  font-size: 0.875rem;
  margin-bottom: 40px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .additional-services .accordion .icon {
    display: none;
  }
  .additional-services .accordion__header {
    border-bottom: 1px solid rgba(242, 242, 242, 0.2);
  }
}

@media (min-width: 770px) {
  .additional-services .accordion__radio:checked + .accordion__panel {
    z-index: 1;
    opacity: 1;
    padding: 0;
  }
  .additional-services .accordion__header {
    border-bottom: 1px solid rgba(242, 242, 242, 0.2);
  }
  .additional-services .accordion__header:before, .additional-services .accordion__header:after {
    display: none;
  }
  .additional-services .accordion__panel {
    position: absolute;
    top: 0;
    left: 375px;
    width: calc(100vw - 405px);
    height: 100%;
    padding: 0;
    z-index: -1;
    opacity: 0;
    background: #f2f2f2;
    transition: width .3s ease, opacity .3s ease;
  }
  .additional-services .accordion__img {
    display: none;
    transition: width .3s ease;
  }
  .additional-services .accordion__content {
    padding: 40px 20px 50px 20px;
    transition: padding .3s ease;
  }
}

@media (min-width: 1026px) {
  .additional-services .accordion__panel {
    background: none;
  }
  .additional-services .accordion__img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 275px;
    height: 100%;
    background-size: cover;
  }
  .additional-services .accordion__img + .accordion__content {
    padding-left: 300px;
  }
  .additional-services .accordion__content {
    padding-left: 40px;
  }
}

@media (min-width: 1281px) {
  .additional-services .accordion__panel {
    width: calc(1281px - 375px);
  }
  .additional-services .accordion__img {
    width: 375px;
  }
  .additional-services .accordion__img + .accordion__content {
    padding-left: 475px;
  }
}

@media (min-width: 1501px) {
  .additional-services .accordion__panel {
    width: calc(1500px - 375px);
  }
  .additional-services .accordion__img {
    width: 475px;
  }
  .additional-services .accordion__img + .accordion__content {
    padding-left: 575px;
  }
}

.single-projects .project-info {
  padding: 30px 0;
}

.single-projects .portfolio-item__img {
  left: 0;
  transform: none;
}

.single-projects .portfolio-item:hover .portfolio-item__img {
  transform: none;
  opacity: 1;
}

.single-projects .portfolio-item__content {
  max-width: 700px;
}

.single-locations .location-name {
  font-size: 2.125rem;
  margin: 0;
}

.single-locations .location-card [itemprop="contactType"] {
  margin: 0 0 10px;
  font-size: 0.875rem;
}

.single-locations .location-card [itemprop="name"] {
  font-size: 1.5rem;
  margin: 0;
}

.single-locations .back-to-link {
  position: relative;
  transform: translateY(-150%);
  margin: 0;
}

.single-locations .back-to-link .icon {
  transform: scale(0.4);
  vertical-align: middle;
}

.single-news {
  position: relative;
}

.single-news__link {
  position: relative;
  color: #444;
  text-decoration: none;
}

.single-news__img {
  display: block;
  margin: 0 auto 30px;
}

.single-news__meta {
  color: #959595;
  font-size: 0.875rem;
}

.single-news__title {
  font-size: 2.5rem;
}

.single-news__snippet {
  font-size: 1rem;
}

.single-news__cats {
  border-top: 1px solid rgba(149, 149, 149, 0.4);
  padding: 15px 0 0;
  font-size: 0.875rem;
}

.single-news__cats > strong {
  color: #959595;
}

.group {
  *zoom: 1;
}

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

.group:after {
  clear: both;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.block {
  display: block;
}

.underline {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# WP Core Classes
--------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #10499e;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

@keyframes topbar-x {
  0% {
    -webkit-transform: rotate(0deg);
  }
  45% {
    -webkit-transform: rotate(145deg);
  }
  75% {
    -webkit-transform: rotate(130deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
  }
}

@keyframes topbar-back {
  0% {
    -webkit-transform: rotate(135deg);
  }
  45% {
    -webkit-transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}

@keyframes bottombar-x {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0deg);
  }
  45% {
    bottom: 25%;
    -webkit-transform: rotate(-145deg);
  }
  75% {
    -webkit-transform: rotate(-130deg);
  }
  100% {
    -webkit-transform: rotate(-135deg);
  }
}

@keyframes bottombar-back {
  0% {
    bottom: 25%;
    -webkit-transform: rotate(-135deg);
  }
  45% {
    -webkit-transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
  }
}
