@charset "UTF-8";
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * @file
 * Variables
 *
 * Contains global variables available to the theme.
 */
/**
  * Fonts
  * Karla provided by Google
  * https://fonts.google.com/specimen/Karla
  *
  * Regular - font-weight: 400;
  * Bold - font-weight: 700
  */
/**
 * Breakpoints
 */
/**
 * Colors
 */
/**
 * @file
 * Mixins
 *
 * Contains global SCSS mixins
 */
/**
 * @file
 * Animations
 * 
 * Contains all keyframe animations in use on the site.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("//hello.myfonts.net/count/367c47");
* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
body.js-active {
  overflow: hidden;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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 */
}
/*address issue where radio buttons are not displaying on forms*/
input[type="radio"]{
  -webkit-appearance: radio;
}

/**
 * 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 macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * @file
 * Sitewide typography
 */
@font-face {
  font-family: "Graphik Cond Web";
  src: url("../fonts/graphik-condensed-black/GraphikCondensed-Black-Web.eot");
  src: url("../fonts/graphik-condensed-black/GraphikCondensed-Black-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/graphik-condensed-black/GraphikCondensed-Black-Web.woff") format("woff"), url("../fonts/graphik-condensed-black/GraphikCondensed-Black-Web.ttf") format("truetype"), url("../fonts/graphik-condensed-black/GraphikCondensed-Black-Web.svg#aller") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* @import must be at top of file, otherwise CSS will not work */
/* Clarendon URW Regular */
@font-face {
  font-family: "ClarendonURW";
  src: url("../fonts/clarendon-urw/367C47_3_0.eot");
  src: url("../fonts/clarendon-urw/367C47_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/clarendon-urw/367C47_3_0.woff2") format("woff2"), url("../fonts/clarendon-urw/367C47_3_0.woff") format("woff"), url("../fonts/clarendon-urw/367C47_3_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Clarendon URW Regular Oblique */
@font-face {
  font-family: "ClarendonURW";
  src: url("../fonts/clarendon-urw/367C47_1_0.eot");
  src: url("../fonts/clarendon-urw/367C47_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/clarendon-urw/367C47_1_0.woff2") format("woff2"), url("../fonts/clarendon-urw/367C47_1_0.woff") format("woff"), url("../fonts/clarendon-urw/367C47_1_0.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Clarendon URW Bold */
@font-face {
  font-family: "ClarendonURW";
  src: url("../fonts/clarendon-urw/367C47_0_0.eot");
  src: url("../fonts/clarendon-urw/367C47_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/clarendon-urw/367C47_0_0.woff2") format("woff2"), url("../fonts/clarendon-urw/367C47_0_0.woff") format("woff"), url("../fonts/clarendon-urw/367C47_0_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Clarendon URW Bold Oblique */
@font-face {
  font-family: "ClarendonURW";
  src: url("../fonts/clarendon-urw/367C47_2_0.eot");
  src: url("../fonts/clarendon-urw/367C47_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/clarendon-urw/367C47_2_0.woff2") format("woff2"), url("../fonts/clarendon-urw/367C47_2_0.woff") format("woff"), url("../fonts/clarendon-urw/367C47_2_0.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* Clarendon URW Light */
@font-face {
  font-family: "ClarendonURW";
  src: url("../fonts/clarendon-urw/clarendontlig-webfont.woff2") format("woff2"), url("../fonts/clarendon-urw/clarendontlig-webfont.woff") format("woff"), url("../fonts/clarendon-urw/clarendontlig-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ClarendonURW";
  src: url("../fonts/clarendon-urw/clarendontlig-webfont.woff2") format("woff2"), url("../fonts/clarendon-urw/clarendontlig-webfont.woff") format("woff"), url("../fonts/clarendon-urw/clarendontlig-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* Clarendon URW Light Oblique */
@font-face {
  font-family: "ClarendonURW";
  src: url("../fonts/clarendon-urw/clarendontligobl-webfont.woff2") format("woff2"), url("../fonts/clarendon-urw/clarendontligobl-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "ClarendonURW";
  src: url("../fonts/clarendon-urw/clarendontligobl-webfont.woff2") format("woff2"), url("../fonts/clarendon-urw/clarendontligobl-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.23;
}
@media screen and (min-width: 700px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1025px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  margin: 1.2em 0 5px;
  color: #000000;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.21;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1025px) {
  h2 {
    font-size: 53px;
  }
}

h3 {
  margin: 1.2em 0 5px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  margin: 1.2em 0 5px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
}
@media screen and (min-width: 700px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  margin: 1.2em 0 5px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.93;
}
@media screen and (min-width: 700px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  margin: 1.2em 0 5px;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.67;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  h6 {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h6 {
  font-family: "Graphik Cond Web", sans-serif;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

h4,
h5 {
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  text-transform: none;
}

p {
  margin: 0 0 1em;
}
p:empty {
  display: none;
}

span.blue {
  color: #000000;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

button {
  font-family: "Karla", sans-serif;
}

/**
 * @file
 * Base theme styles
 */
body {
  overflow-x: hidden;
}
body.js-fixed {
  overflow: hidden;
}

*:focus {
  outline: 5px auto #5e9ed6;
}

a {
  color: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 400;
  line-height: 1.667;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1025px) {
  body {
    padding-top: 138px;
  }
}
@media screen and (min-width: 1025px) and (-ms-high-contrast: active), screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  body {
    padding-top: 30px;
  }
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

a {
  text-decoration: none;
}

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

.field--name-field-wysiwyg-body ol,
.field--name-field-wysiwyg-body ul {
  margin: 2em 0;
  padding-left: 0px;
}
@media (min-width: 700px) {
  .field--name-field-wysiwyg-body ol,
.field--name-field-wysiwyg-body ul {
    padding-left: 35px;
  }
}
@media (min-width: 1025px) {
  .field--name-field-wysiwyg-body ol,
.field--name-field-wysiwyg-body ul {
    padding-left: 55px;
  }
}
.field--name-field-wysiwyg-body ol li,
.field--name-field-wysiwyg-body ul li {
  margin-bottom: 10px;
  position: relative;
}

.field--name-field-wysiwyg-body ol {
  padding-left: 20px;
}
@media (min-width: 700px) {
  .field--name-field-wysiwyg-body ol {
    padding-left: 35px;
  }
}
@media (min-width: 1025px) {
  .field--name-field-wysiwyg-body ol {
    padding-left: 55px;
  }
}

.field--name-field-wysiwyg-body ul {
  list-style: none;
}
.field--name-field-wysiwyg-body ul li {
  padding-left: 32px;
}
.field--name-field-wysiwyg-body ul li:before {
  position: absolute;
  left: 0;
  content: "";
  height: 4px;
  width: 4px;
  background-color: #F1B82D;
  border-radius: 50%;
  top: 12px;
  height: 6px;
  width: 6px;
}

.field--name-field-wysiwyg-body ul ul,
.field--name-field-wysiwyg-body ol ol {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-left: 20px;
}

.field--name-field-wysiwyg-body ul ul {
  list-style: circle;
}
.field--name-field-wysiwyg-body ul ul li {
  padding-left: 5px;
}
.field--name-field-wysiwyg-body ul ul li:before {
  display: none;
}

a.skip-link {
  color: #000000;
}
a.skip-link.visually-hidden:focus {
  background-color: #FFFFFF;
  padding: 3px 10px;
  position: absolute !important;
  z-index: 10000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
.overlay.js-open, .overlay.js-active {
  display: block;
  animation: fade-in 0.3s forwards;
  position: static;
}

.embedded-entity {
  margin: 2em 0;
}
.embedded-entity.align-left {
  float: none;
  margin: 2em 0;
}
@media (min-width: 700px) {
  .embedded-entity.align-left {
    float: left;
    margin: 0.6em 2em 2em 0;
  }
}
.embedded-entity.align-right {
  float: none;
  margin: 2em 0;
}
@media (min-width: 700px) {
  .embedded-entity.align-right {
    float: right;
    margin: 0.6em 0 2em 2em;
  }
}
.embedded-entity.align-right img {
  width: 100%;
}
.embedded-entity.align-center {
  margin-left: auto;
  margin-right: auto;
}
.embedded-entity.align-center .wysiwyg-image {
  text-align: center;
}
.embedded-entity.align-center .wysiwyg-image img {
  margin: 0 auto;
}

figcaption {
  margin: 0.5em 0 0;
  font-size: 0.875em;
}

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

.wysiwyg-image--full img {
  width: 100%;
}

.wysiwyg-quote {
  font-size: 24px;
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  line-height: 1.47;
}

.align-right .wysiwyg-quote,
.align-left .wysiwyg-quote {
  max-width: 400px;
}

@media (min-width: 700px) {
  .field--name-field-wysiwyg-body {
    padding: 0 30px;
  }
}
@media (min-width: 1025px) {
  .field--name-field-wysiwyg-body {
    padding: 0;
  }
}
.field--name-field-wysiwyg-body p {
  max-width: 663px;
}
.field--name-field-wysiwyg-body a {
  color: inherit;
  font-weight: 900;
}
.field--name-field-wysiwyg-body a:hover {
  text-decoration: underline;
}
.field--name-field-wysiwyg-body a.cta--link:hover,
.field--name-field-wysiwyg-body a.cta--button:hover,
.field--name-field-wysiwyg-body .news-3up__wrapper .button-tag a:hover,
.news-3up__wrapper .button-tag .field--name-field-wysiwyg-body a:hover,
.field--name-field-wysiwyg-body .publication-3up__wrapper .button-tag a:hover,
.publication-3up__wrapper .button-tag .field--name-field-wysiwyg-body a:hover {
  text-decoration: none;
}

.tags {
  color: #122278;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.tags:after {
  display: table;
  content: "";
  clear: both;
}
@media (min-width: 700px) {
  .tags {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .tags {
    font-size: 20px;
  }
}
.tags__label {
  float: left;
}
.tags__list {
  float: right;
  width: calc(100% - 82px);
  padding-left: 20px;
  margin: 0;
}
@media (min-width: 700px) {
  .tags__list {
    width: calc(100% - 110px);
  }
}
.tags__tag {
  display: inline-block;
  list-style: none;
}
.tags__tag:not(:last-of-type) {
  margin-right: 15px;
}
@media (min-width: 1025px) {
  .tags__tag:not(:last-of-type) {
    margin-right: 20px;
  }
}
.tags__tag a {
  box-shadow: inset 0 0 #FFFFFF, inset 0 -2px #18AAD1;
  text-shadow: -1px -1px #FFFFFF, -1px 1px #FFFFFF, 1px -1px #FFFFFF, 1px 1px #FFFFFF;
  transition: 0.2s ease;
  text-decoration: none;
  color: #122278;
}
.tags__tag a:hover {
  box-shadow: inset 0 0 #FFFFFF, inset 0 -2px #000000;
}

figure.caption {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 32px -20px;
  display: block;
}
@media (min-width: 700px) {
  figure.caption {
    margin: 32px -50px;
  }
}
@media (min-width: 1025px) {
  figure.caption {
    margin: 32px 0;
  }
}
figure.caption figcaption {
  margin-top: 15px;
  padding: 0 20px;
  display: block;
}
@media (min-width: 700px) {
  figure.caption figcaption {
    padding: 0 50px;
    display: table-caption;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  figure.caption figcaption {
    padding: 0;
  }
}
figure.caption.align-left, figure.caption.align-right {
  margin: 32px -20px;
}
@media (min-width: 700px) {
  figure.caption.align-left, figure.caption.align-right {
    margin: 0.6em 0 2em 2em;
    display: table;
  }
  @-moz-document url-prefix() {
    figure.caption.align-left, figure.caption.align-right {
      display: block;
    }
  }
}
figure.caption.align-left figcaption, figure.caption.align-right figcaption {
  padding: 0 20px;
}
@media (min-width: 700px) {
  figure.caption.align-left figcaption, figure.caption.align-right figcaption {
    padding: 0;
  }
}
@media (min-width: 700px) {
  figure.caption.align-left {
    margin: 0.6em 2em 2em 0;
  }
}
@media (min-width: 700px) {
  figure.caption.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 700px) {
  figure.caption.align-center figcaption {
    width: auto;
  }
}

.quote {
  background: #000000;
  padding: 50px 40px;
  margin: 0;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 80px;
  margin: 0 -20px;
  font-size: 17px;
}
@media (min-width: 700px) {
  .quote {
    padding: 62px 112px;
    margin: 0 -50px;
    margin-bottom: 120px;
    font-size: 24px;
  }
}
@media (min-width: 1025px) {
  .quote {
    padding: 85px 183px 99px 102px;
    margin: 0;
    margin-bottom: 80px;
  }
}
.quote:before {
  content: "";
  background: url(../assets/images/quote-pattern.svg) no-repeat;
  width: 407px;
  height: 324px;
  position: absolute;
  z-index: -1;
  left: -155px;
  bottom: -56px;
}
@media (min-width: 700px) {
  .quote:before {
    bottom: -80px;
  }
}
@media (min-width: 1025px) {
  .quote:before {
    bottom: -56px;
  }
}
.quote__quote {
  margin: 0;
}
.quote__quote p:before {
  content: "“";
}
.quote__quote p:after {
  content: "”";
}
.quote__quote:before {
  background: url(../assets/icons/quote-icon.svg) no-repeat;
  content: "";
  display: block;
  width: 55px;
  height: 35px;
  background-size: 100%;
  margin-bottom: 28px;
}
@media (min-width: 700px) {
  .quote__quote:before {
    margin-bottom: 31px;
  }
}

table {
  border-collapse: collapse;
}

iframe {
  margin: 1.5em 0;
}
iframe[align=left] {
  margin: 1.5em 0;
  width: 100% !important;
}
@media (min-width: 700px) {
  iframe[align=left] {
    width: inherit !important;
    margin: 0 1.5em 1.5em 0;
  }
}
@media (min-width: 1025px) {
  iframe[align=left] {
    margin: 0 2em 2em 0;
  }
}
iframe[align=right] {
  margin: 1.5em 0;
  width: 100% !important;
}
@media (min-width: 700px) {
  iframe[align=right] {
    width: inherit !important;
    margin: 0 0 1.5em 1.5em;
  }
}
@media (min-width: 1025px) {
  iframe[align=right] {
    margin: 0 0 2em 2em;
  }
}

.pagerer-center-pane {
  text-align: center;
}
.pagerer-center-pane .pager__items {
  display: inline-block;
  border-bottom: solid 1px #d2d2d2;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 3em;
  margin-top: 0;
}
.pagerer-center-pane .pager__items li {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 700px) {
  .pagerer-center-pane .pager__items li {
    padding: 0 15px;
  }
}
.pagerer-center-pane .pager__items li a {
  color: #000000;
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  font-size: 16px;
  position: relative;
  min-width: 20px;
  min-height: 27px;
  display: block;
}
.pagerer-center-pane .pager__items li.is-active a {
  color: #d9d9d9;
}
.pagerer-center-pane .pager__items li.pager__item--previous a:before {
  content: "";
  border-color: #000000;
  border-style: solid;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
}
.pagerer-center-pane .pager__items li.pager__item--previous a span {
  display: none;
}
.pagerer-center-pane .pager__items li.pager__item--next a:before {
  content: "";
  border-color: #000000;
  border-style: solid;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 10px;
  left: 6px;
}
.pagerer-center-pane .pager__items li.pager__item--next a span {
  display: none;
}

.cta--button, .news-3up__wrapper .button-tag a, .publication-3up__wrapper .button-tag a {
  background: #000000;
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: 2.6px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Graphik Cond Web", sans-serif;
  padding: 17px 20px;
  display: inline-block;
  min-width: 190px;
  border-bottom: solid 2px #F1B82D;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.cta--button em, .news-3up__wrapper .button-tag a em, .publication-3up__wrapper .button-tag a em {
  font-style: normal;
}
.cta--button.large, .news-3up__wrapper .button-tag a.large, .publication-3up__wrapper .button-tag a.large {
  padding: 19px 20px;
  min-width: 193px;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .cta--button.large, .news-3up__wrapper .button-tag a.large, .publication-3up__wrapper .button-tag a.large {
    padding: 22px 20px;
    min-width: 204px;
    font-size: 17px;
  }
}
.cta--button:hover, .news-3up__wrapper .button-tag a:hover, .publication-3up__wrapper .button-tag a:hover {
  background: #F1B82D;
  color: #000000 !important;
  border-color: #000000;
}

.cta--link {
  text-transform: uppercase;
  font-family: "Graphik Cond Web", sans-serif;
  border-bottom: solid 2px #F1B82D;
  display: inline;
  color: #000000 !important;
  letter-spacing: 2px;
  padding-bottom: 2px;
  font-size: 13px;
}

form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-checkbox,
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio,
.webform-submission-form .js-form-type-checkbox,
.webform-submission-form .js-form-type-radio {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 15px;
}
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-checkbox input,
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio input,
.webform-submission-form .js-form-type-checkbox input,
.webform-submission-form .js-form-type-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-checkbox input:before,
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio input:before,
.webform-submission-form .js-form-type-checkbox input:before,
.webform-submission-form .js-form-type-radio input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-color: #F2F2F2;
}
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-checkbox input:checked:before,
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio input:checked:before,
.webform-submission-form .js-form-type-checkbox input:checked:before,
.webform-submission-form .js-form-type-radio input:checked:before {
  background-color: #F1B82D;
}
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-checkbox input:after,
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio input:after,
.webform-submission-form .js-form-type-checkbox input:after,
.webform-submission-form .js-form-type-radio input:after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  background-image: url("../assets/icons/check-black.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-checkbox input:checked:after,
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio input:checked:after,
.webform-submission-form .js-form-type-checkbox input:checked:after,
.webform-submission-form .js-form-type-radio input:checked:after {
  display: block;
}
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio,
.webform-submission-form .js-form-type-radio {
  border-radius: 50%;
}
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio input:before,
.webform-submission-form .js-form-type-radio input:before {
  border-radius: 50%;
}
form:not(#views-exposed-form-trulaske-search-page-1) .js-form-type-radio input:after,
.webform-submission-form .js-form-type-radio input:after {
  border-radius: 50%;
  background-color: #F1B82D;
  border: 0;
  left: 5px;
  width: 10px;
  height: 10px;
}

#block-trulaske-theme-local-tasks {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  background: #FFFFFF;
  border: 1px solid #F1B82D;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#block-trulaske-theme-local-tasks .tabs {
  font-size: 16px;
}
#block-trulaske-theme-local-tasks .tabs li.tabs_overflow_menu {
  display: none;
}

@media (min-width: 700px) {
  .trulaske--tags {
    padding-left: 56px;
    position: relative;
  }
}
.trulaske--tags .field-label-above {
  font-family: "GraphikCond", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.14;
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 699px) {
  .trulaske--tags .field-label-above {
    margin-bottom: 5px;
  }
}
@media (min-width: 700px) {
  .trulaske--tags .field-label-above {
    position: absolute;
    left: 0;
    top: 10px;
  }
}
.trulaske--tags .views-row {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .trulaske--tags .views-row {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .trulaske--tags .views-row {
    display: inline-block;
    margin-right: 22px;
  }
}
.trulaske--tags .views-row a {
  color: #1e1e1e;
  display: block;
  vertical-align: middle;
  border: solid 1px #F1B82D;
  min-width: 149px;
  height: 47px;
  font-weight: 600;
  font-size: 13px;
  line-height: 3.4;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  padding: 0 20px;
  transition: all 0.3s ease;
}
@media (min-width: 700px) {
  .trulaske--tags .views-row a {
    display: inline-block;
  }
}
@media (max-width: 699px) {
  .trulaske--tags .views-row a {
    display: inline-block;
  }
}
.trulaske--tags .views-row a:hover {
  background: #F1B82D;
}

.page-title {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.13;
  letter-spacing: 1.5px;
  margin-bottom: 23px;
}
@media (max-width: 699px) {
  .page-title:after {
    content: "";
    height: 7px;
    width: 191px;
    display: block;
    background: #F1B82D;
    margin-top: 15px;
  }
}
@media (min-width: 700px) {
  .page-title {
    font-size: 35px;
    line-height: 1.19;
    letter-spacing: 2px;
    border-bottom: solid 6px #F1B82D;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .page-title {
    font-size: 53px;
    line-height: 1.19;
    letter-spacing: 3px;
    border-bottom: solid 7px #F1B82D;
    padding-bottom: 5px;
    margin-bottom: 42px;
  }
}
.page-title.tag-page-title {
  font-size: 25px;
  margin-bottom: 38px;
}
@media (min-width: 700px) {
  .page-title.tag-page-title {
    border-bottom: solid 3px #F1B82D;
  }
}
@media (max-width: 699px) {
  .page-title.tag-page-title:after {
    height: 3px;
    margin-top: 5px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg.trulaske-onecol {
    width: 700px;
  }
}

.toolbar-oriented .toolbar-bar {
  z-index: 9991;
}

.visually-hidden {
  visibility: hidden;
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .header,
.footer {
    display: none;
  }
}
/**
 * @file
 * Content column layout styles.
 */
.trulaske-twocol {
  background: url(../assets/images/pattern.png) no-repeat 0 28px;
}
@media (max-width: 700px) {
  .trulaske-twocol {
    background-size: 50%;
    background-position: -60px 12px;
    margin-top: 2em;
  }
}
@media (min-width: 700px) {
  .trulaske-twocol {
    padding-top: 3rem;
  }
}
@media (min-width: 1025px) {
  .trulaske-twocol {
    padding-top: 4.2rem;
  }
}
.trulaske-twocol__inner {
  margin: 0 0 0;
}
.trulaske-twocol__header {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 800;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  padding: 0 50px;
}
.trulaske-twocol__header h2 {
  font-size: 27px;
  margin: 0;
  letter-spacing: 1.53px;
  max-width: 700px;
  margin: auto;
}
@media (min-width: 700px) {
  .trulaske-twocol__header h2 {
    font-size: 35px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1025px) {
  .trulaske-twocol__header h2 {
    font-size: 53px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1025px) {
  .trulaske-twocol__header {
    margin-bottom: 55px;
  }
}
.trulaske-twocol__header .section__intro {
  font-size: 16px;
  color: #4E4E4E;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 35px;
  text-transform: none;
  text-align: left;
}
.trulaske-twocol__header .section__intro a {
  color: inherit;
  font-weight: 800;
}
.trulaske-twocol__header .section__intro a:hover {
  text-decoration: underline;
}
@media (min-width: 700px) {
  .trulaske-twocol__content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .trulaske-twocol__content {
    justify-content: space-around;
  }
}
.trulaske-twocol__content > .gen-block {
  background: #FFFFFF;
}
.trulaske-twocol__content > .gen-block:first-child .gen-block__caption {
  border-right: solid 1px #d2d2d2;
}
@media (min-width: 700px) {
  .trulaske-twocol__content > .gen-block {
    flex-basis: 50%;
  }
}
@media (min-width: 1025px) {
  .trulaske-twocol__content > .gen-block {
    flex-basis: 50%;
  }
}

.trulaske-threecol__inner {
  margin: 0 0 2em;
}
.trulaske-threecol__header {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 800;
}
.trulaske-threecol__header .gen-block-threecol__title {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  font-size: 27px;
  letter-spacing: 1.53px;
  max-width: 700px;
  margin: auto;
}
@media (min-width: 700px) {
  .trulaske-threecol__header .gen-block-threecol__title {
    font-size: 35px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1025px) {
  .trulaske-threecol__header .gen-block-threecol__title {
    font-size: 53px;
    letter-spacing: 3px;
  }
}
@media (min-width: 1025px) {
  .trulaske-threecol__header {
    margin-bottom: 45px;
  }
}
.trulaske-threecol__header .section__intro {
  font-size: 16px;
  color: #4E4E4E;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 35px;
  text-transform: none;
  text-align: left;
}
.trulaske-threecol__header .section__intro a {
  color: inherit;
  font-weight: 800;
}
.trulaske-threecol__header .section__intro a:hover {
  text-decoration: underline;
}
.trulaske-threecol__content {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -9px;
  min-width: 300px;
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 10px;
}
@media (min-width: 700px) {
  .trulaske-threecol__content {
    overflow-x: scroll;
    min-width: 660px;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .trulaske-threecol__content {
    margin: 0 -20px;
  }
}
@media (min-width: 1200px) {
  .trulaske-threecol__content {
    overflow: hidden;
  }
}
@media (min-width: 1201px) {
  .trulaske-threecol__content {
    overflow: hidden;
  }
}
.trulaske-threecol__content > .gen-block {
  min-width: 240px;
  padding: 0 9px;
}
@media (min-width: 700px) {
  .trulaske-threecol__content > .gen-block {
    min-width: 258px;
  }
}
@media (min-width: 1025px) {
  .trulaske-threecol__content > .gen-block {
    flex-basis: 50%;
    flex-basis: calc(100% / 3);
    padding: 0 20px;
  }
}

@media (min-width: 1025px) {
  .instagram__main-wrapper .trulaske-threecol__content {
    overflow: hidden;
  }
}

/**
 * @file
 * Global styles for content region.
 */
.region-content {
  position: relative;
  margin-top: 61px;
}
@media (min-width: 700px) {
  .region-content {
    margin-top: 67px;
  }
}
@media (min-width: 1025px) {
  .region-content {
    margin-top: unset;
  }
}

.path-filter .region-content {
  max-width: 1390px;
  padding: 0 20px;
  margin: 50px auto;
}

.trulaske-page__content .paragraph--type--qualtrics-forms,
.trulaske-page__content .paragraph--type--slate-forms {
  max-width: 1390px;
  margin: 50px auto;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .trulaske-page__content .paragraph--type--qualtrics-forms,
.trulaske-page__content .paragraph--type--slate-forms {
    max-width: 1450px;
    padding: 0 50px;
  }
}
.trulaske-page__content .paragraph--type--qualtrics-forms iframe,
.trulaske-page__content .paragraph--type--slate-forms iframe {
  margin: auto;
  max-width: 100%;
}

.path-user .region-content {
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 30px;
}
.path-user .region-content .user-login-form label {
  display: block;
}
.path-user .region-content .user-login-form input:not(.button) {
  border: solid 1px #d2d2d2;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 4px;
}
.path-user .region-content .user-login-form .button {
  background: #000000;
  color: #FFFFFF !important;
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: 2.6px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Graphik Cond Web", sans-serif;
  padding: 17px 20px;
  display: inline-block;
  min-width: 190px;
  border: 0;
  border-bottom: solid 2px #F1B82D;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.path-user .region-content .user-login-form .button:hover {
  background: #F1B82D;
  color: #000000 !important;
  border-color: #000000;
}

/**
 * @file
 * Styles related to Header of the site.
 */
header {
  position: relative;
  top: 0;
  z-index: 100;
  transition: top 0.2s ease;
  background: #FFFFFF;
  z-index: 999;
}
@media (min-width: 700px) {
  header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
  }
}
@media (min-width: 1025px) {
  header.sticky {
    position: fixed;
    z-index: 999;
    width: 100%;
  }
}

.adminimal-admin-toolbar header {
  position: relative;
}

.header {
  position: fixed;
  width: 100%;
}
.header__search {
  padding: 13px 25px;
  background-color: #F5F5F5;
  display: none;
}
@media (min-width: 700px) {
  .header__search {
    padding: 26px 46px;
  }
}
.header__search form {
  position: relative;
}
.header__search form .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header__search form .form-item-keys {
  width: calc(100% - 40px);
  margin: 0;
}
.header__search form .form-item-keys > label {
  display: none;
}
.header__search form .form-item-keys .form-text {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.86px;
  border: 0;
  background-color: transparent;
  padding-left: 15px;
  border-left: 3px solid #F1B82D;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 700px) {
  .header__search form .form-item-keys .form-text {
    font-size: 17px;
    letter-spacing: 2.6px;
  }
}
.header__search form .form-item-keys .form-text:focus {
  outline: none;
}
.header__search form .form-item-keys .form-text::placeholder {
  color: #000;
}
.header__search form .form-actions {
  margin: 0;
  float: right;
}
.header__search form .form-actions .js-form-submit {
  height: 29px;
  width: 29px;
  border: 0;
  border-radius: 50%;
  margin-left: 2px;
  background: #F1B82D url(../assets/icons/search-icon.svg) no-repeat center center;
  font-size: 0;
  background-size: 10px;
}
@media (min-width: 700px) {
  .header__search form .form-actions .js-form-submit {
    height: 38px;
    width: 38px;
    background-size: auto;
  }
}
.header__search form .form-actions .js-form-submit:hover {
  background: #000000 url(../assets/icons/search-icon-white.svg) no-repeat center center;
}
.header__logo {
  position: relative;
  z-index: 2;
  margin-right: auto;
  width: 121px;
  display: inline-block;
}
@media (min-width: 700px) {
  .header__logo {
    width: 145px;
  }
}
@media (min-width: 1025px) {
  .header__logo {
    margin-top: -10px;
  }
}
@media (min-width: 1115px) {
  .header__logo {
    width: 180px;
  }
}
@media (min-width: 1201px) {
  .header__logo {
    width: 300px;
    margin-top: -13px;
  }
}
@media (min-width: 1350px) {
  .header__logo {
    width: 300px;
    margin-top: -13px;
  }
}
.header__inner {
  position: relative;
  padding: 0 22px 0 24px;
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
}
@media (min-width: 700px) {
  .header__inner {
    padding: 0 20px 0 20px;
    min-height: 68px;
  }
}
@media (min-width: 1025px) {
  .header__inner {
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 1350px) {
  .header__inner {
    min-height: 80px;
    margin: 0 auto;
    padding: 20px 0 0 46px;
  }
}
.header__inner .site-header__main-toggle {
  display: block;
  z-index: 2;
  position: relative;
  width: 58px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Graphik Cond Web", sans-serif;
  letter-spacing: 2.25px;
}
.header__inner .site-header__main-toggle:before {
  content: "";
  background: url(../assets/icons/menu-icon.svg) no-repeat;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  background-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 700px) {
  .header__inner .site-header__main-toggle:before {
    width: 15px;
    height: 15px;
    top: 19px;
  }
}
@media (min-width: 700px) {
  .header__inner .site-header__main-toggle {
    font-size: 16px;
    width: 70px;
    height: 35px;
    line-height: 40px;
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .header__inner .site-header__main-toggle {
    display: none;
  }
}
@media (max-width: 700px) {
  .header__inner .site-header__main-toggle {
    margin-top: 2px;
  }
}
.header__inner .pull-right {
  float: right;
}
@media (max-width: 1024px) {
  .header__inner .mobile-search > * {
    float: left;
  }
}
.header__search-toggle {
  height: 29px;
  width: 29px;
  border: 0;
  border-radius: 50%;
  background: #F1B82D url(../assets/icons/search-icon.svg) no-repeat center center;
  background-size: 10px;
  transition: all 0.3s ease;
}
.header__search-toggle:hover {
  background: #000000 url(../assets/icons/search-icon-white.svg) no-repeat center center;
}
@media (min-width: 700px) {
  .header__search-toggle {
    height: 35px;
    width: 35px;
    background-size: auto;
  }
}
.header__search-toggle.js-expanded {
  background: #000000 url(../assets/icons/close-icon.svg) no-repeat center;
  transition: all 0.3s ease;
}
@media (max-width: 700px) {
  .header__search-toggle.js-expanded {
    background-size: 10px;
  }
}
.header__search-toggle.js-expanded:hover {
  background: #F1B82D url(../assets/icons/close-icon-black.svg) no-repeat center;
}
.header__search-toggle.toggle-lapt {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .header__search-toggle.toggle-lapt {
    display: none;
  }
}
@media (min-width: 1350px) {
  .header__search-toggle.toggle-lapt {
    margin-left: 50px;
  }
}
.header__search-toggle.toggle-mbl {
  margin-right: 15px;
  float: left;
}
@media (min-width: 1025px) {
  .header__search-toggle.toggle-mbl {
    display: none;
  }
}
.header__menus {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .header__menus {
    position: fixed;
    right: -320px;
    bottom: 0;
    top: 80px;
    overflow: auto;
    transition: all 0.3s ease;
    max-width: 320px;
    bottom: 0;
    background: initial;
    visibility: hidden;
  }
}
@media (max-width: 700px) {
  .header__menus {
    top: 62px;
    max-width: 100%;
    background: #FFFFFF;
    right: -700px;
  }
}
@media (min-width: 1025px) {
  .header__menus {
    padding-left: 30px;
  }
}
@media (min-width: 1201px) {
  .header__menus {
    padding-left: 2.5vw;
  }
}
@media (min-width: 1350px) {
  .header__menus {
    display: block;
    padding-left: 63px;
  }
}
.header__menus .secondary__menu {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 14px;
}
@media (min-width: 1025px) {
  .header__menus .secondary__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }
}
@media (min-width: 1350px) {
  .header__menus .secondary__menu {
    padding-right: 46px;
  }
}
@media (max-width: 1024px) {
  .header__menus .secondary__menu {
    padding-right: 0px;
    padding-left: 30px;
    order: 2;
    border-bottom: 0;
    border-top: solid 1px #d9d9d9;
  }
}
.header__menus .secondary__menu li:last-child a {
  border: solid 1px #F1B82D;
  padding: 4px 14px;
  font-family: "ClarendonURW", serif;
  font-weight: 100;
}
.header__menus .secondary__menu li:last-child a:hover {
  color: #212721;
  background: #F1B82D;
}
.header__menus ul.menu {
  text-align: right;
  margin: 0;
}
.header__menus ul.menu li {
  display: inline-block;
  padding-top: 0;
}
.header__menus ul.menu li a {
  padding-right: 20px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #212721;
  transition: all 0.3s ease;
}
@media (min-width: 1350px) {
  .header__menus ul.menu li a {
    padding-right: 48px;
  }
}
.header__menus ul.menu li a:hover {
  color: #6d6d6d;
}
@media (max-width: 1024px) {
  .header__menus .header__main-menu {
    order: 1;
  }
}
@media (min-width: 1350px) {
  .header__menus .header__main-menu {
    padding-right: 46px;
  }
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu li {
    display: block;
  }
}
.header__menus .header__main-menu .menu li:hover a:before {
  width: 100%;
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu li .menu__toggle {
    display: none;
  }
}
.header__menus .header__main-menu .menu li a {
  text-transform: uppercase;
  font-weight: 800;
  padding: 23px 0;
  position: relative;
  color: #212721;
  font-size: 13px;
  letter-spacing: 1.7px;
  text-align: left;
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu li a {
    letter-spacing: 1px;
    font-size: 11px;
  }
}
@media (min-width: 1115px) {
  .header__menus .header__main-menu .menu li a {
    font-size: 12px;
  }
}
@media (min-width: 1350px) {
  .header__menus .header__main-menu .menu li a {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    -webkit-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    height: 7px;
    background: #F1B82D;
    display: block;
    z-index: 1;
  }
}
.header__menus .header__main-menu .menu li .menu__drop {
  display: none;
  background: #000000;
  padding: 20px 0;
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu li .menu__drop {
    display: block;
    transition: all 0.3s ease;
    transform: rotateX(-90deg);
    opacity: 0;
    transform-origin: top;
    position: absolute;
    left: -10px;
    right: 0;
    width: calc(100% + 10px);
    padding: 50px 79px;
    column-count: 2;
    text-align: left;
    background-blend-mode: multiply;
    background-color: transparent;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu li .menu__drop .menu__drop-inner:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.81;
  }
}
.header__menus .header__main-menu .menu li .menu__drop .menu__submenu {
  padding-left: 0;
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu li .menu__drop .menu__submenu li {
    display: block;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
.header__menus .header__main-menu .menu li .menu__drop .menu__submenu li a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  padding-left: 0;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  transition: all 0.3s ease;
}
.header__menus .header__main-menu .menu li .menu__drop .menu__submenu li a:before {
  display: none;
}
.header__menus .header__main-menu .menu li .menu__drop .menu__submenu li a:hover {
  color: #F1B82D;
}
@media (min-width: 1025px) {
  .header__menus .header__main-menu .menu li:hover .menu__drop, .header__menus .header__main-menu .menu li:focus .menu__drop, .header__menus .header__main-menu .menu li.menu-down .menu__drop {
    display: block;
    opacity: 1;
    transform: rotateX(0);
  }
}
.header__menus .header__main-menu .menu li:first-child a {
  padding-left: 0;
}
.header__menus.js-active {
  right: 0;
  visibility: visible;
}
.header__menus.mobile-menu .menu {
  text-align: left;
}
.header__menus.mobile-menu .menu li {
  display: block;
}
.header__menus.mobile-menu .menu li .menu__drop-inner {
  padding-left: 30px;
}
.header__menus.mobile-menu .menu li .menu__drop-inner .menu__submenu {
  padding-left: 0;
}
.header__menus.mobile-menu .menu li:nth-child(1) {
  order: 2;
}
.header__menus.mobile-menu .menu li:nth-child(2) {
  order: 3;
}
.header__menus.mobile-menu .menu li:nth-child(3) {
  order: 4;
}
.header__menus.mobile-menu .menu li:nth-child(4) {
  order: 5;
}
.header__menus.mobile-menu .menu li:nth-child(5) {
  order: 1;
}
.header__menus.mobile-menu .secondary__menu .menu {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .header__menus.mobile-menu .secondary__menu .menu li a {
    padding: 5px 0;
    margin-top: 10px;
  }
}
.header__menus.mobile-menu .secondary__menu .menu li:last-child a {
  border: solid 1px #F1B82D;
  padding: 4px 14px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .header__menus.mobile-menu .secondary__menu .menu li:last-child a {
    border: solid 2px #F1B82D;
    padding: 5px 20px;
  }
}
.header__menus.mobile-menu .header__main-menu .menu li {
  position: relative;
}
.header__menus.mobile-menu .header__main-menu .menu li a {
  padding: 15px 30px;
  color: #212721;
}
.header__menus.mobile-menu .header__main-menu .menu li a.active {
  background: #F1B82D;
}
.header__menus.mobile-menu .header__main-menu .menu li .menu__toggle {
  position: absolute;
  top: 0px;
  right: 0;
  width: 80px;
  height: 50px;
  z-index: 99;
  background: url(../assets/icons/menu-down.svg) no-repeat center;
  border: 0;
}
.header__menus.mobile-menu .header__main-menu .menu li .menu__toggle[aria-expanded=true] {
  background: url(../assets/icons/up-arrow.svg) no-repeat center;
}
.header__menus.mobile-menu .header__main-menu .menu li.active > a {
  background: #F1B82D;
}
@media (max-width: 1024px) {
  .header__menus-inner {
    padding-top: 20px;
    padding-bottom: 30px;
    background: #FFFFFF;
    border: solid 1px #4E4E4E;
    display: -webkit-box;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 699px) {
  .header__menus-inner {
    border: 0;
  }
}

body.adminimal-admin-toolbar.js-active .header__menus {
  top: 100px;
}
@media (min-width: 700px) {
  body.adminimal-admin-toolbar.js-active .header__menus {
    top: 107px;
  }
}
@media (min-width: 1025px) {
  body.adminimal-admin-toolbar.js-active .header__menus {
    top: 119px;
  }
}
@media (min-width: 700px) {
  body.adminimal-admin-toolbar.toolbar-tray-open .header__menus {
    top: 147px;
  }
}
@media (min-width: 1025px) {
  body.adminimal-admin-toolbar.toolbar-tray-open .header__menus {
    top: 0;
  }
}
body.js-active .header__inner .site-header__main-toggle:before, body.js-active .header__inner .site-header__main-toggle:after {
  background: #000000;
  content: "";
  width: 1px;
  height: 9px;
  right: 8px;
  position: absolute;
  top: 50%;
  border-radius: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media (min-width: 700px) {
  body.js-active .header__inner .site-header__main-toggle:before, body.js-active .header__inner .site-header__main-toggle:after {
    top: 56%;
  }
}
body.js-active .header__inner .site-header__main-toggle:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
body.js-active .header__inner .site-header__main-toggle::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/**
 * @file
 * The file contains styles related to footer of the site.
 */
footer {
  position: relative;
  top: 0;
  z-index: 100;
  transition: top 0.2s ease;
}
@media (min-width: 1600px) {
  footer {
    max-width: 1600px;
    left: calc((100% - 1600px) / 2);
  }
}
footer .site-footer__btt {
  position: absolute;
  top: -15px;
  right: 55px;
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  overflow: hidden;
  background: #F1B82D url(../assets/icons/up-arrow-v1.svg) no-repeat center;
  background-size: 20px;
  font-size: 0;
  transition: all 0.3s ease;
}
@media (min-width: 700px) {
  footer .site-footer__btt {
    right: 126px;
  }
}
@media (min-width: 1025px) {
  footer .site-footer__btt {
    width: 84px;
    height: 84px;
    background-size: 35px;
    top: -36px;
  }
}
footer .site-footer__btt:hover {
  background-color: #000000;
  background-image: url(../assets/icons/up-arrow-v1-white.svg);
}

.footer__inner {
  padding: 34px 29px;
  overflow: hidden;
  font-size: 13px;
  color: #6d6d6d;
  overflow: hidden;
  font-weight: 600;
}
.footer__inner .menu {
  margin: 0;
}
.footer__inner .menu li a {
  text-transform: uppercase;
  color: #6d6d6d;
  display: block;
  transition: all 0.3s ease;
}
.footer__inner .menu li a:hover {
  color: #000000;
}
.footer__inner .block > h2 {
  font-size: 13px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 11px;
  letter-spacing: 1.7px;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 700px) {
  .footer__inner {
    padding: 43px 36px;
    display: inherit;
  }
}
@media (min-width: 1025px) {
  .footer__inner {
    display: flex;
    margin: 0 auto;
    padding: 60px 163px 77px 127px;
    align-items: flex-end;
  }
}
.footer__left {
  display: initial;
}
.footer__left label {
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .footer__left {
    width: 100%;
    display: table;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .footer__left {
    width: 310px;
    display: initial;
    margin-bottom: 0;
  }
}
.footer__left > * {
  display: block;
}
@media (min-width: 700px) {
  .footer__left > * {
    display: table-cell;
    vertical-align: bottom;
  }
}
@media (min-width: 1025px) {
  .footer__left > * {
    display: inline-block;
  }
}
@media (max-width: 699px) {
  .footer__left .footer__social {
    margin-top: 34px;
  }
}
.footer__left a {
  text-decoration: none;
  color: #676363;
}
.footer__left .footer__logo {
  margin-bottom: 36px;
}
.footer__left p {
  margin-bottom: 0;
}
.footer__left .footer__address {
  margin-bottom: 24px;
  font-style: normal;
}
.footer__left .footer__email {
  margin-top: 2px;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) {
  .footer__left .footer__email {
    margin-bottom: 34px;
  }
}
.footer__left .footer__email a {
  border-bottom: solid 1px #F1B82D;
}
.footer__left .footer__email a:hover {
  color: #000000;
}
.footer__left .footer__social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__left .footer__social ul li {
  display: inline-block;
  padding-right: 17px;
}
@media (min-width: 700px) {
  .footer__left .footer__social ul li {
    padding-right: 17px;
  }
}
.footer__left .footer__social ul li a {
  background-color: #F1B82D;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
}
.footer__left .footer__social ul li a:hover {
  background-color: #000000;
}
.footer__left .footer__social ul li.facebook a {
  background-image: url(../assets/icons/facebook.svg);
  background-size: 10px;
}
.footer__left .footer__social ul li.facebook a:hover {
  background-image: url(../assets/icons/facebook-hover.svg);
}
.footer__left .footer__social ul li.twitter a {
  background-image: url(../assets/icons/twitter.svg);
}
.footer__left .footer__social ul li.twitter a:hover {
  background-image: url(../assets/icons/twitter-hover.svg);
}
.footer__left .footer__social ul li.linkedin a {
  background-image: url(../assets/icons/linkedin.svg);
}
.footer__left .footer__social ul li.linkedin a:hover {
  background-image: url(../assets/icons/linkedin-hover.svg);
}
.footer__left .footer__social ul li.instagram a {
  background-image: url(../assets/icons/instagram.svg);
}
.footer__left .footer__social ul li.instagram a:hover {
  background-image: url(../assets/icons/instagram-hover.svg);
}
.footer__left .footer__social ul li.youtube a {
  background-image: url(../assets/icons/play.svg);
}
.footer__left .footer__social ul li.youtube a:hover {
  background-image: url(../assets/icons/play-hover.svg);
}
.footer__left .footer__social ul li:last-child {
  padding-right: 0;
}
@media (min-width: 700px) {
  .footer__right {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .footer__right {
    width: calc(100% - 310px);
  }
}
.footer__right .menu--footer {
  overflow: hidden;
  margin-top: 34px;
}
@media (min-width: 700px) {
  .footer__right .menu--footer {
    width: 50%;
    padding-right: 20px;
    float: left;
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .footer__right .menu--footer {
    width: calc(100% - 159px);
  }
}
@media (min-width: 1025px) {
  .footer__right .menu--footer ul {
    column-count: 2;
    line-height: 1.23;
  }
}
@media (min-width: 1025px) {
  .footer__right .menu--footer ul {
    column-gap: 51px;
  }
}
.footer__right .menu--footer ul li {
  padding-top: 10px;
}
@media (min-width: 700px) {
  .footer__right .menu--footer ul li {
    padding-top: 18px;
  }
}
@media (min-width: 1025px) {
  .footer__right .menu--footer ul li {
    padding-top: 16.4px;
  }
}
.footer__right .menu--support {
  overflow: hidden;
  margin-top: 34px;
}
@media (max-width: 1025px) {
  .footer__right .menu--support {
    float: left;
  }
}
@media (min-width: 700px) {
  .footer__right .menu--support {
    width: 50%;
    margin-top: 0px;
  }
}
@media (min-width: 1025px) {
  .footer__right .menu--support {
    width: auto;
  }
}
.footer__right .menu--support h2 {
  font-weight: 800;
}
@media (min-width: 1201px) {
  .footer__right .menu--support ul {
    line-height: 1.23;
  }
}
.footer__right .menu--support ul li {
  padding-top: 8px;
}
@media (min-width: 700px) {
  .footer__right .menu--support ul li {
    padding-top: 12px;
  }
}
@media (min-width: 1025px) {
  .footer__right .menu--support ul li {
    padding-top: 16.4px;
  }
}
.footer__right .menu--support ul.welcome-support-menu {
  margin-bottom: 49px;
}

.footer__legal-text {
  background: #000000;
  padding: 34px 29px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1.69;
}
@media (min-width: 700px) {
  .footer__legal-text {
    padding: 34px 36px;
  }
}
@media (min-width: 1025px) {
  .footer__legal-text {
    padding: 42px 163px 35px 128px;
  }
}
.footer__legal-text .footer__legal-inner {
  position: relative;
  top: 0;
  z-index: 100;
  transition: top 0.2s ease;
}
.footer__legal-text .footer__legal-inner a {
  text-decoration: underline;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.footer__legal-text .footer__legal-inner a:hover {
  color: #F1B82D;
}
@media (min-width: 1600px) {
  .footer__legal-text .footer__legal-inner {
    max-width: 1500px;
    margin: auto;
  }
}

/**
 * @file
 * Header
 *
 * Contains styles for contextual bar on site.
 * - Breadcrumbs
 * - Section navigation
 */
.block-trulaske-context-bar-sticky {
  position: absolute;
  z-index: 30;
  top: 23px;
  left: 0;
  right: 0;
  transition: background-color 0.2s ease;
}
@media (min-width: 700px) {
  .block-trulaske-context-bar-sticky {
    top: 26px;
  }
}
@media (min-width: 1025px) {
  .block-trulaske-context-bar-sticky {
    top: 45px;
  }
}
.block-trulaske-context-bar-sticky .site-context-bar {
  padding: 0 20px;
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (min-width: 700px) {
  .block-trulaske-context-bar-sticky .site-context-bar {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .block-trulaske-context-bar-sticky .site-context-bar {
    max-width: 1350px;
    padding: 0 81px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb {
    display: none;
  }
}
.block-trulaske-context-bar-sticky .site-context-bar__breadcrumb nav {
  height: 100%;
}
.block-trulaske-context-bar-sticky .site-context-bar__breadcrumb ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}
.block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li:before {
  content: "";
  background: #F1B82D;
  width: 2px;
  height: 10px;
  vertical-align: middle;
  margin: 0 12px 0 8px;
  display: inline-block;
  transform: rotate(30deg);
}
.block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li:first-child:before {
  display: none;
}
.block-trulaske-context-bar-sticky .site-context-bar__breadcrumb a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  transition: opacity 0.2s ease;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 2.54;
  letter-spacing: 0.3px;
}
.block-trulaske-context-bar-sticky .site-context-bar__breadcrumb a:hover {
  color: #F1B82D;
}
@media (min-width: 700px) {
  .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb a {
    padding: 10px 0;
  }
}
@media (min-width: 1025px) {
  .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb a {
    padding: 15px 0;
  }
}
.block-trulaske-context-bar-sticky .site-context-bar__breadcrumb a:hover {
  text-decoration: none;
}
.block-trulaske-context-bar-sticky .site-context-bar__nav {
  position: relative;
}
@media (min-width: 700px) {
  .block-trulaske-context-bar-sticky .site-context-bar__nav {
    margin-right: 30px;
  }
}
@media (min-width: 1025px) {
  .block-trulaske-context-bar-sticky .site-context-bar__nav {
    margin-right: 51px;
  }
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle {
  position: relative;
  width: 193px;
  height: 52px;
  border: solid 1px #FFFFFF;
  background: #F1B82D;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
  color: #000000;
  z-index: 1;
  padding: 0 25px;
  text-align: left;
  font-family: "Graphik Cond Web", sans-serif;
  letter-spacing: 2.75px;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle:after {
  content: "";
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  width: 10px;
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 21px;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle[aria-expanded=true] {
  color: #000000;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle[aria-expanded=true]:after {
  transform: rotate(-90deg);
  top: 18px;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle[aria-expanded=true]:before {
  display: none;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu {
  display: none;
  position: absolute;
  left: 0;
  padding: 45px 30px 37px 18px;
  width: 300px;
  background: #FFFFFF;
  border: solid 1px #4E4E4E;
  margin-top: -1px;
  z-index: 99;
}
@media (min-width: 700px) {
  .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu {
    padding: 45px 34px 43px;
    width: 347px;
  }
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu .site-context-nav > ul {
  padding-left: 12px;
}
@media (min-width: 700px) {
  .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu .site-context-nav > ul {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu .site-context-nav > ul {
    padding-left: 18px;
  }
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu .site-context-nav > ul > li > a {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: solid 1px #4E4E4E;
  margin-bottom: 10px;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu ul ul {
  padding-left: 0;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu ul ul ul {
  padding-left: 25px;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu ul li {
  list-style: none;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu ul li li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.23;
  text-transform: uppercase;
  padding: 10px 0;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu ul li li li a {
  font-weight: 600;
  text-transform: capitalize;
  color: #6d6d6d;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu ul li li li li a {
  font-weight: 600;
  font-style: italic;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu a {
  display: block;
  color: #000000;
  transition: color 0.3s ease;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu a:hover {
  text-decoration: none;
  color: #F1B82D;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu a.is-active {
  font-weight: bold;
  color: #000000;
  font-style: normal;
}
.block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-menu > nav > ul {
  padding: 0;
  margin: 0;
}
.block-trulaske-context-bar-sticky.views-pages__context {
  position: static;
  margin-bottom: 31px;
  border-top: solid 1px #000000;
  padding-top: 23px;
}
@media (min-width: 700px) {
  .block-trulaske-context-bar-sticky.views-pages__context {
    padding-top: 44px;
  }
}
@media (min-width: 1025px) {
  .block-trulaske-context-bar-sticky.views-pages__context {
    margin-bottom: 79px;
  }
}
.block-trulaske-context-bar-sticky.views-pages__context .site-context-bar .site-context_bar__nav-toggle {
  border-color: #000000;
  color: #000000;
}
.block-trulaske-context-bar-sticky.views-pages__context .site-context-bar .site-context_bar__nav-toggle:after {
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  transform: rotate(0deg);
}
.block-trulaske-context-bar-sticky.views-pages__context .site-context-bar.js-open .site-context_bar__nav-toggle:after {
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  transform: rotate(-180deg);
}
.block-trulaske-context-bar-sticky.views-pages__context .site-context-bar__breadcrumb li:before {
  background: #000000;
}
.block-trulaske-context-bar-sticky.views-pages__context .site-context-bar__breadcrumb li a {
  color: #000000;
  transition: all 0.3s ease;
}
.block-trulaske-context-bar-sticky.views-pages__context .site-context-bar__breadcrumb li a:hover {
  color: #F1B82D;
}

.page-node-type-profile .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle,
.page-node-type-publication .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle {
  border-color: #000000;
  color: #000000;
}
.page-node-type-profile .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle:after,
.page-node-type-publication .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle:after {
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  transform: rotate(0deg);
}
.page-node-type-profile .block-trulaske-context-bar-sticky .site-context-bar.js-open .site-context_bar__nav-toggle:after,
.page-node-type-publication .block-trulaske-context-bar-sticky .site-context-bar.js-open .site-context_bar__nav-toggle:after {
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  transform: rotate(-180deg);
}
.page-node-type-profile .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li:before,
.page-node-type-publication .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li:before {
  background: #000000;
}
.page-node-type-profile .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li a,
.page-node-type-publication .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li a {
  color: #000000;
  transition: all 0.3s ease;
}
.page-node-type-profile .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li a:hover,
.page-node-type-publication .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li a:hover {
  color: #F1B82D;
}

.page-node-type-news .block-trulaske-context-bar-sticky {
  position: static;
  margin-bottom: 31px;
  border-top: solid 1px #000000;
  padding-top: 23px;
}
@media (min-width: 700px) {
  .page-node-type-news .block-trulaske-context-bar-sticky {
    padding-top: 44px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-news .block-trulaske-context-bar-sticky {
    margin-bottom: 79px;
  }
}
.page-node-type-news .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle {
  border-color: #000000;
  color: #000000;
}
.page-node-type-news .block-trulaske-context-bar-sticky .site-context-bar .site-context_bar__nav-toggle:after {
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  transform: rotate(0deg);
}
.page-node-type-news .block-trulaske-context-bar-sticky .site-context-bar.js-open .site-context_bar__nav-toggle:after {
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  transform: rotate(-180deg);
}
.page-node-type-news .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li:before {
  background: #000000;
}
.page-node-type-news .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li a {
  color: #000000;
  transition: all 0.3s ease;
}
.page-node-type-news .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li a:hover {
  color: #F1B82D;
}

.page-node-type-publication .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li a:hover,
.page-node-type-profile .block-trulaske-context-bar-sticky .site-context-bar__breadcrumb li a:hover {
  color: #FFFFFF;
}

/**
 * @file
 * Styles related to Background Feature Block.
 */
.bg-feature--image {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.bg-feature--image:before {
  content: "";
  background: url(../assets/images/MU-Brand.svg) no-repeat;
  display: block;
  width: 188px;
  height: 118px;
  position: absolute;
  bottom: 0;
  left: -78px;
  background-size: 110% auto;
  z-index: 99;
  mix-blend-mode: overlay;
}
@media (min-width: 700px) {
  .bg-feature--image:before {
    left: -180px;
    bottom: -80px;
    width: 330px;
    height: 270px;
  }
}
@media (min-width: 1025px) {
  .bg-feature--image:before {
    width: 400px;
    height: 270px;
    left: 4%;
    background-size: auto;
    bottom: 0;
  }
}
.bg-feature--image .trulaske-page__inner, .bg-feature--image .trulaske-page__header {
  background: inherit;
}

.bg-feature__main-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 25px;
  padding: 20px 30px;
  max-width: 626px;
  min-height: 519px;
  color: #000000;
  font-size: 18px;
  text-align: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 700px) {
  .bg-feature__main-wrapper {
    margin: auto;
    padding: 50px 101px;
    min-height: 657px;
  }
}
.bg-feature__main-wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: rgba(241, 184, 45, 0.85);
}
@supports (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px)) {
  .bg-feature__main-wrapper:after {
    backdrop-filter: blur(5px);
  }
}
.bg-feature__main-wrapper .field--name-field-title {
  color: #000000;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 28px;
  text-align: center;
  color: #000000;
  font-family: "clarendon-urw-extra-wide", serif;
  line-height: 1.3;
  position: relative;
  letter-spacing: normal;
  width: 100%;
}
@media (min-width: 700px) {
  .bg-feature__main-wrapper .field--name-field-title {
    font-size: 53px;
  }
}
.bg-feature__main-wrapper .field--name-field-title:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  height: 3px;
  bottom: -12px;
}
@media (min-width: 700px) {
  .bg-feature__main-wrapper .field--name-field-title:before {
    height: 5px;
    bottom: -16px;
  }
}
.bg-feature__main-wrapper .field--name-field-cta-button {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 700px) {
  .bg-feature__main-wrapper .field--name-field-cta-button {
    margin-top: 40px;
  }
}
.bg-feature__main-wrapper .field--name-field-cta-button .field__item {
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .bg-feature__main-wrapper .field--name-field-cta-button .field__item {
    display: inline-block;
    padding: 0 7px;
  }
}
.bg-feature__main-wrapper .field--name-field-cta-button .field__item a {
  background: #FFFFFF;
  color: #000000;
  text-transform: uppercase;
  display: block;
  -webkit-box-shadow: 0 2px 1px #000000;
  box-shadow: 0 2px 1px #000000;
  transition: all 0.3s ease;
  text-align: center;
  font-family: "Graphik Cond Web", sans-serif;
  line-height: 1.24;
  padding: 18px 30px;
  font-size: 13px;
  letter-spacing: 1.99px;
}
@media (min-width: 1025px) {
  .bg-feature__main-wrapper .field--name-field-cta-button .field__item a {
    line-height: 0.9;
    padding: 23px 25px;
    font-size: 17px;
    letter-spacing: 2.6px;
    -webkit-box-shadow: 0 2px 0px #000000;
    box-shadow: 0 2px 0px #000000;
  }
}
.bg-feature__main-wrapper .field--name-field-cta-button .field__item a:hover {
  box-shadow: none;
  border-color: transparent;
}
.bg-feature__main-wrapper .field--name-field-intro {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.77;
  text-align: center;
  color: #000000;
  width: 100%;
}
@media (min-width: 700px) {
  .bg-feature__main-wrapper .field--name-field-intro {
    font-size: 16px;
  }
}

/**
 * @file
 * Hero
 *
 * Contains styles for generic blocks on the site:
 * - 2-Column
 * - 3-Column
 */
.gen-block-twocol .gen-block {
  margin-bottom: 20px;
}
.gen-block-twocol .gen-block__media img {
  width: 100%;
}
.gen-block-twocol .gen-block__title {
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .gen-block-twocol .gen-block__title {
    font-size: 18px;
    letter-spacing: 1.15px;
  }
}
@media (min-width: 1025px) {
  .gen-block-twocol .gen-block__title {
    margin: 0 0 25px;
    font-size: 25px;
  }
}
.gen-block-twocol .gen-block__title a {
  color: #000000;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
@media (min-width: 700px) {
  .gen-block-twocol .gen-block__title a {
    border-bottom: solid 3px #f1b82d;
  }
}
.gen-block-twocol .gen-block__title a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  transition: width 1s;
  height: 2px;
  background: #F1B82D;
  display: block;
}
@media (min-width: 700px) {
  .gen-block-twocol .gen-block__title a:before {
    height: 3px;
  }
}
.gen-block-twocol .gen-block__title a:hover {
  text-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
.gen-block-twocol .gen-block__media + .caption {
  padding: 28px 20px;
}
@media (min-width: 700px) {
  .gen-block-twocol .gen-block__media + .caption {
    padding: 30px 50px;
  }
}
@media (min-width: 1025px) {
  .gen-block-twocol .gen-block__media + .caption {
    padding: 80px 102px 80px 110px;
  }
}
.gen-block-twocol .gen-block__caption {
  padding: 23px 20px 28px;
}
@media (min-width: 700px) {
  .gen-block-twocol .gen-block__caption {
    padding: 23px 50px 30px;
  }
}
@media (min-width: 1025px) {
  .gen-block-twocol .gen-block__caption {
    padding: 23px 102px 80px 110px;
  }
}
@media (max-width: 700px) {
  .gen-block-twocol .gen-block__caption .gen-block__title a:before {
    width: 100%;
    content: "";
  }
}
.gen-block-twocol .gen-block__caption .gen-block__title a:hover:before {
  width: 100%;
  content: "";
}
.gen-block-twocol .gen-block__subtitle {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font-family: "Graphik Cond Web", sans-serif;
}
@media (min-width: 1025px) {
  .gen-block-twocol .gen-block__subtitle {
    font-size: 15px;
    margin-bottom: 28px;
    letter-spacing: 1.2px;
  }
}
.gen-block-twocol .gen-block__body {
  font-size: 14px;
  line-height: 1.75;
  color: #4E4E4E;
}
.gen-block-twocol .gen-block__body ul,
.gen-block-twocol .gen-block__body ol {
  padding-left: 20px;
}
.gen-block-twocol .gen-block__body a {
  color: inherit;
  font-weight: 800;
}
.gen-block-twocol .gen-block__body a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .gen-block-twocol .gen-block__body {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .gen-block-twocol .gen-block:nth-child(2n+2) .gen-block__caption {
    padding: 23px 110px 80px 102px;
  }
}
@media (min-width: 1025px) {
  .gen-block-twocol .gen-block:nth-child(2n+2) .gen-block__media + .gen-block__caption {
    padding: 80px 110px 80px 102px;
  }
}
.gen-block-twocol__columns > .field__item {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.gen-block-twocol__columns > .field__item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.gen-block-twocol__columns > .field__item:nth-of-type(2) {
  transition-delay: 0.6s;
}
.gen-block-twocol__columns.js-active > .field__item {
  opacity: 1;
}

.trulaske-threecol {
  padding: 3.4rem 0 30px;
}
.trulaske-threecol.bgcolor--dark {
  background: url(../assets/images/gray-bg.png) no-repeat;
  background-size: cover;
}
.trulaske-threecol.bgcolor--light {
  background: #FFFFFF;
}
@media (min-width: 700px) {
  .trulaske-threecol {
    padding: 4.3rem 0 60px;
  }
}
@media (min-width: 1025px) {
  .trulaske-threecol {
    padding: 6.9rem 0 85px;
  }
}
.trulaske-threecol .trulaske-threecol__inner {
  max-width: 1097px;
  margin: auto 20px;
}
@media (min-width: 700px) {
  .trulaske-threecol .trulaske-threecol__inner {
    margin: auto 0px auto 50px;
  }
}
@media (min-width: 1025px) {
  .trulaske-threecol .trulaske-threecol__inner {
    margin: auto;
  }
}
.trulaske-threecol > .trulaske-threecol__header {
  margin-bottom: 53px;
}
.trulaske-threecol .gen-block__media {
  margin: 0 0 15px;
}
.trulaske-threecol .gen-block__media .visually-hidden {
  display: none;
}
.trulaske-threecol .gen-block__media img {
  width: 100%;
}
@media (min-width: 700px) {
  .trulaske-threecol .gen-block__media {
    margin: 0 0 14px;
  }
}
@media (min-width: 1025px) {
  .trulaske-threecol .gen-block__media {
    margin: 0 0 20px;
  }
}
.trulaske-threecol .gen-block__title {
  margin: 0 0 6px;
  font-size: 16px;
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  position: relative;
  line-height: 1.5;
  text-transform: none;
}
@media (min-width: 1025px) {
  .trulaske-threecol .gen-block__title {
    margin: 0 0 15px;
    font-size: 20px;
  }
}
.trulaske-threecol .gen-block__title a {
  color: #000000;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.3s ease;
  border-bottom: solid 2px transparent;
}
.trulaske-threecol .gen-block__title a:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #F1B82D;
  position: absolute;
  left: -30px;
  top: 6px;
}
.trulaske-threecol .gen-block__title a:hover {
  border-color: #F1B82D;
}
.trulaske-threecol .gen-block__caption {
  padding: 0 20px 0px 30px;
}
.trulaske-threecol .gen-block__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.667;
  letter-spacing: 1.5px;
  font-family: "Graphik Cond Web", sans-serif;
}
@media (min-width: 1025px) {
  .trulaske-threecol .gen-block__subtitle {
    font-size: 14px;
  }
}
.trulaske-threecol .gen-block__body {
  font-size: 14px;
  line-height: 1.75;
  color: #4E4E4E;
  display: none;
}
.trulaske-threecol .gen-block__body ul,
.trulaske-threecol .gen-block__body ol {
  padding-left: 20px;
}
.trulaske-threecol .gen-block__body a {
  color: inherit;
  font-weight: 800;
}
.trulaske-threecol .gen-block__body a:hover {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .trulaske-threecol .gen-block__body {
    font-size: 16px;
    line-height: 1.867;
    display: block;
  }
}
.trulaske-threecol__columns > .field__item {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.trulaske-threecol__columns > .field__item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.trulaske-threecol__columns > .field__item:nth-of-type(2) {
  transition-delay: 0.6s;
}
.trulaske-threecol__columns.js-active > .field__item {
  opacity: 1;
}

.instagram__main-wrapper {
  position: relative;
  overflow: hidden;
}
.instagram__main-wrapper:after {
  content: "";
  display: inline-block;
  background: url(../assets/images/instagram-pattern.svg) no-repeat;
  width: 233px;
  height: 343px;
  position: absolute;
  right: 0;
  bottom: -37px;
  z-index: -1;
}
@media (min-width: 700px) {
  .instagram__main-wrapper:after {
    bottom: -21px;
    width: 144px;
    height: 270px;
  }
}
@media (min-width: 1025px) {
  .instagram__main-wrapper:after {
    width: 362px;
    height: 400px;
    bottom: -8px;
  }
}
.instagram__main-wrapper .trulaske-threecol__header {
  overflow: hidden;
  margin-bottom: 46px;
}
@media (min-width: 700px) {
  .instagram__main-wrapper .trulaske-threecol__header {
    margin-bottom: 57px;
  }
}
@media (min-width: 1025px) {
  .instagram__main-wrapper .trulaske-threecol__header {
    margin-bottom: 60px;
  }
}
.instagram__main-wrapper .trulaske-threecol__header .gen-block-threecol__title {
  display: inline-block;
  max-width: auto;
}
@media (min-width: 700px) {
  .instagram__main-wrapper .trulaske-threecol__header .gen-block-threecol__title {
    padding: 0 44px;
  }
}
.instagram__main-wrapper .trulaske-threecol__header .instagram-feed__account-link {
  display: block;
  font-family: "Graphik Cond Web", sans-serif;
  letter-spacing: 2px;
  font-weight: 900;
  margin-top: 18px;
  font-size: 13px;
}
@media (min-width: 700px) {
  .instagram__main-wrapper .trulaske-threecol__header .instagram-feed__account-link {
    display: inline-block;
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 1px;
  }
}
.instagram__main-wrapper .trulaske-threecol__header .instagram-feed__account-link a {
  color: #000000;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 699px) {
  .instagram__main-wrapper .trulaske-threecol__header .instagram-feed__account-link a {
    display: inline-block;
  }
}
.instagram__main-wrapper .trulaske-threecol__header .instagram-feed__account-link a:after {
  content: "";
  height: 2px;
  background: #F1B82D;
  width: 0;
  transition: all 0.3s ease;
  display: block;
  margin-top: -3px;
}
.instagram__main-wrapper .trulaske-threecol__header .instagram-feed__account-link a:hover:after {
  width: 100%;
}
.instagram__main-wrapper .gen-block {
  position: relative;
  transition: all 0.3s ease;
  margin: 10px 0;
}
@media (min-width: 700px) {
  .instagram__main-wrapper .gen-block {
    padding: 0 16px;
  }
}
@media (min-width: 1025px) {
  .instagram__main-wrapper .gen-block {
    padding: 0 23px;
  }
}
.instagram__main-wrapper .gen-block .gram__link {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}
.instagram__main-wrapper .gen-block img {
  border-radius: 100%;
  margin: auto;
  transition: transform 0.2s ease;
}
.instagram__main-wrapper .gen-block:after {
  content: "";
  background: #FFFFFF url(../assets/icons/instagram-black.svg) no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  border-radius: 100%;
  z-index: 9;
  transition: all 0.5s ease;
}
.instagram__main-wrapper .gen-block:hover img {
  transform: scale(1.2);
}
.instagram__main-wrapper .gen-block:hover img :after {
  background-color: #F1B82D;
}

/**
 * @file
 * Styles related to Image Feature Background Block.
 */
@media (max-width: 1025px) {
  .trulaske-onecol {
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .trulaske-onecol {
    width: 720px;
    margin: 0 auto;
  }
}
.trulaske-onecol__inner {
  margin: 4em 0;
}
.trulaske-onecol__header .gen-block-imglist_title {
  margin: 0 0 10px;
  font-size: 27px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .trulaske-onecol__header .gen-block-imglist_title {
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .trulaske-onecol__header .gen-block-imglist_title {
    margin-bottom: 20px;
    font-size: 53px;
  }
}
.trulaske-onecol__header .gen-block-imglist_subtitle {
  color: #4E4E4E;
  padding-bottom: 25px;
  font-size: 14px;
  border-bottom: solid 1px #d2d2d2;
}
.trulaske-onecol__header .gen-block-imglist_subtitle a {
  color: inherit;
  font-weight: 800;
}
.trulaske-onecol__header .gen-block-imglist_subtitle a:hover {
  text-decoration: underline;
}
@media (min-width: 700px) {
  .trulaske-onecol__header .gen-block-imglist_subtitle {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
.trulaske-onecol .gen-block-imglist {
  overflow: hidden;
  padding-top: 25px;
}
@media (min-width: 700px) {
  .trulaske-onecol .gen-block-imglist {
    padding-top: 38px;
  }
}
.trulaske-onecol .gen-block-imglist__media {
  width: 56px;
  float: left;
}
.trulaske-onecol .gen-block-imglist__media img {
  width: 100%;
}
@media (min-width: 700px) {
  .trulaske-onecol .gen-block-imglist__media {
    width: 161px;
  }
}
.trulaske-onecol .gen-block-imglist__caption {
  float: right;
  width: calc(100% - 56px);
  padding-left: 15px;
  margin-top: -5px;
}
@media (min-width: 700px) {
  .trulaske-onecol .gen-block-imglist__caption {
    width: calc(100% - 161px);
    padding: 10px 0 0 41px;
    margin-top: 0;
  }
}
.trulaske-onecol .gen-block-imglist__subtitle {
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 13px;
}
@media (min-width: 1025px) {
  .trulaske-onecol .gen-block-imglist__subtitle {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}
.trulaske-onecol .gen-block-imglist__title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 10px;
  font-family: "ClarendonURW", serif;
  position: relative;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 700px) {
  .trulaske-onecol .gen-block-imglist__title {
    font-size: 20px;
  }
}
.trulaske-onecol .gen-block-imglist__title a {
  color: #000000;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 700px) {
  .trulaske-onecol .gen-block-imglist__title a {
    padding-left: 28px;
  }
}
@media (min-width: 700px) {
  .trulaske-onecol .gen-block-imglist__title a:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #F1B82D;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
  }
}
.trulaske-onecol .gen-block-imglist__title a:hover {
  border-color: #F1B82D;
}
.trulaske-onecol .gen-block-imglist__body {
  color: #676363;
  font-size: 14px;
  display: none;
}
.trulaske-onecol .gen-block-imglist__body a {
  color: inherit;
  font-weight: 800;
}
.trulaske-onecol .gen-block-imglist__body a:hover {
  text-decoration: underline;
}
@media (min-width: 700px) {
  .trulaske-onecol .gen-block-imglist__body {
    font-size: 16px;
    display: block;
  }
}

.path-search main {
  max-width: 816px;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .path-search main {
    padding: 0 55px;
  }
}
.path-search main h1.page-title {
  font-size: 40px;
  color: #000000;
  letter-spacing: 1.54px;
  line-height: 1.2;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin: 40px 0 55px;
  font-family: "Graphik Cond Web", sans-serif;
}
@media (max-width: 700px) {
  .path-search main h1.page-title {
    margin: 40px 20px 55px;
  }
}
@media (min-width: 700px) {
  .path-search main h1.page-title {
    font-size: 35px;
    letter-spacing: 1.98px;
  }
}
@media (min-width: 1025px) {
  .path-search main h1.page-title {
    font-size: 53px;
    letter-spacing: 3px;
  }
}
.path-search .view-trulaske-search .view-result-summary {
  font-size: 13px;
  letter-spacing: 0.39px;
  line-height: 1.8;
  font-style: italic;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 700px) {
  .path-search .view-trulaske-search .view-result-summary {
    margin: 0 20px;
  }
}
@media (min-width: 700px) {
  .path-search .view-trulaske-search .view-result-summary {
    font-size: 16px;
  }
}
.path-search .view-trulaske-search .view-empty {
  margin-bottom: 5em;
}
@media (max-width: 700px) {
  .path-search .view-trulaske-search .view-empty {
    margin: 0 20px;
    margin-bottom: 5em;
  }
}
.path-search .view-trulaske-search .search-results ul {
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
.path-search .view-trulaske-search .search-results ul > li.search-result {
  display: block;
  padding: 39px;
  position: relative;
  border-top: 1px solid #ddd;
}
.path-search .view-trulaske-search .search-results ul > li.search-result:before {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 20px;
  height: 20px;
  background-color: #F1B82D;
}
.path-search .view-trulaske-search .search-results ul > li.search-result .search-result-title a {
  color: #000000;
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "ClarendonURW", serif;
  font-weight: 100;
}
@media (min-width: 700px) {
  .path-search .view-trulaske-search .search-results ul > li.search-result .search-result-title a {
    font-size: 20px;
  }
}
.path-search .view-trulaske-search .search-results ul > li.search-result .search-result-summary {
  padding-top: 10px;
  font-size: 14px;
  color: #4E4E4E;
  letter-spacing: 0;
  line-height: 1.77;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 700px) {
  .path-search .view-trulaske-search .search-results ul > li.search-result .search-result-summary {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .path-search .view-trulaske-search .search-results ul > li.search-result .search-result-summary {
    font-size: 16px;
  }
}

.trulaske-page__header {
  position: relative;
  background-color: #000000;
}
.trulaske-page__intro {
  padding: 0 20px;
}

.landing-page__hero-image {
  position: relative;
  margin-bottom: 61px;
  overflow: hidden;
}
.landing-page__hero-image img {
  width: 100%;
  height: 499px;
  object-fit: cover;
  background: #fff;
}
@media (min-width: 700px) {
  .landing-page__hero-image img {
    height: auto;
  }
}
@media (min-width: 1025px) {
  .landing-page__hero-image img {
    margin-top: -79px;
  }
}
.landing-page__hero-image:before {
  content: "";
  background: url(../assets/images/hero-asterisk-icon-v2.png) no-repeat;
  position: absolute;
  object-fit: contain;
  mix-blend-mode: overlay;
  left: 0;
  bottom: 0;
  width: 111px;
  height: 144px;
  z-index: 1;
}
@media (min-width: 700px) {
  .landing-page__hero-image:before {
    background: url(../assets/images/hero-asterisk-icon.png) no-repeat;
    left: initial;
    right: -80px;
    bottom: -10px;
    width: 309px;
    height: 317px;
  }
}
@media (min-width: 1025px) {
  .landing-page__hero-image:before {
    right: 0;
    bottom: -65px;
    width: 299px;
    height: 378px;
  }
}
.landing-page__hero-image:after {
  content: "";
  background: url(../assets/images/trulaske-tear.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: -3px;
  left: -3px;
  height: 33px;
  background-size: auto;
}
@media (min-width: 700px) {
  .landing-page__hero-image:after {
    background-size: cover;
    height: 31px;
  }
}
.landing-page__content-wrapper {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;
}
@media (min-width: 700px) {
  .landing-page__content-wrapper {
    padding: 0;
    width: 700px;
  }
}
.landing-page__title {
  color: #FFFFFF;
  margin-top: 0;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .landing-page__title {
    font-size: 70px;
  }
}
@media (min-width: 1025px) {
  .landing-page__title {
    font-size: 100px;
    margin-bottom: 30px;
  }
}
.landing-page__hero-caption {
  background: #F1B82D;
  color: #000000;
  font-size: 16px;
  font-family: "ClarendonURW", serif;
  line-height: 1;
  margin-top: 12px;
  display: inline;
  padding: 0px 10px;
  font-weight: 100;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 1025px) {
  .landing-page__hero-caption {
    line-height: 1.79;
    font-size: 28px;
    padding: 0 10px;
  }
}
.landing-page__hero-caption p {
  display: inline;
}
.landing-page__hero-cta-wrapper {
  margin-top: 43px;
}
@media (min-width: 700px) {
  .landing-page__hero-cta-wrapper {
    margin-top: 66px;
  }
}
.landing-page__hero-cta-wrapper a {
  background: #FFFFFF;
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: 2.6px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Graphik Cond Web", sans-serif;
  padding: 17px 20px;
  display: inline-block;
  width: 160px;
  border-bottom: solid 2px #F1B82D;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 700px) {
  .landing-page__hero-cta-wrapper a {
    padding: 22px 20px 21px;
    width: 193px;
    font-size: 17px;
  }
}
.landing-page__hero-cta-wrapper a:hover {
  background: #F1B82D;
}

.basic-page__introduction {
  margin: 30px auto;
}
@media (min-width: 700px) {
  .basic-page__introduction {
    margin: 50px 30px;
  }
}
@media (min-width: 1025px) {
  .basic-page__introduction {
    max-width: 700px;
    margin: 50px auto;
  }
}

.page-hero__header .landing-page__hero-image {
  position: relative;
}

.page-hero-image__wrapper {
  position: relative;
}
.page-hero-image__wrapper .landing-page__title {
  font-size: 40px;
}
@media (min-width: 700px) {
  .page-hero-image__wrapper .landing-page__title {
    font-size: 45px;
  }
}
@media (min-width: 1025px) {
  .page-hero-image__wrapper .landing-page__title {
    font-size: 100px;
  }
}
.page-hero-image__content {
  transform: translate(-50%, -50%);
  top: 50%;
  bottom: initial;
}

.page-hero-color__wrapper {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 700px) {
  .page-hero-color__wrapper {
    margin-bottom: 50px;
  }
}
.page-hero-color__wrapper .page-hero__header {
  min-height: 264px;
  background: #000000 url(../assets/images/basic-hero.svg) no-repeat;
  background-size: cover;
}
@media (min-width: 700px) {
  .page-hero-color__wrapper .page-hero__header {
    min-height: 235px;
  }
}
@media (min-width: 1025px) {
  .page-hero-color__wrapper .page-hero__header {
    min-height: 339px;
  }
}
.page-hero-color__wrapper .page-hero__header:after {
  content: "";
  display: block;
  background: url(../assets/images/basic-hero-pattern.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 84px;
  height: 118px;
  background-size: 170%;
}
@media (min-width: 700px) {
  .page-hero-color__wrapper .page-hero__header:after {
    width: 94px;
    height: 154px;
    background-size: cover;
  }
}
@media (min-width: 1025px) {
  .page-hero-color__wrapper .page-hero__header:after {
    width: 254px;
    height: 226px;
    background-size: 100%;
  }
}
.page-hero-color__wrapper .page-hero-image__content {
  width: 100%;
  padding: 137px 20px 0;
  text-align: left;
  position: static;
  transform: translate(0);
  margin: auto;
}
@media (min-width: 700px) {
  .page-hero-color__wrapper .page-hero-image__content {
    padding: 144px 50px 18px;
    max-width: 740px;
  }
}
@media (min-width: 1025px) {
  .page-hero-color__wrapper .page-hero-image__content {
    max-width: 700px;
    padding: 159px 0 50px;
  }
}
.page-hero-color__wrapper .landing-page__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 3px;
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .page-hero-color__wrapper .landing-page__title {
    font-size: 45px;
    letter-spacing: 2.2px;
  }
}
@media (min-width: 1025px) {
  .page-hero-color__wrapper .landing-page__title {
    font-size: 68px;
    letter-spacing: 3px;
  }
}

.profile-list-page__banner {
  min-height: 264px;
  background: url(../assets/images/basic-hero.svg) no-repeat;
  background-size: cover;
}
@media (min-width: 700px) {
  .profile-list-page__banner {
    min-height: 235px;
  }
}
@media (min-width: 1025px) {
  .profile-list-page__banner {
    min-height: 390px;
  }
}
.profile-list-page__banner:after {
  content: "";
  display: block;
  background: url(../assets/images/basic-hero-pattern.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 124px;
  height: 144px;
  background-size: 140%;
}
@media (min-width: 700px) {
  .profile-list-page__banner:after {
    width: 234px;
    height: 234px;
    background-size: auto;
  }
}
@media (min-width: 1025px) {
  .profile-list-page__banner:after {
    width: 254px;
    height: 274px;
  }
}
.profile-list-page__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}
@media (min-width: 700px) {
  .profile-list-page__title {
    font-size: 43px;
    letter-spacing: 2.2px;
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .profile-list-page__title {
    font-size: 68px;
    letter-spacing: 3px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.page-hero-simple__wrapper .trulaske-page__header {
  background-color: transparent;
}

.statistic-threecol {
  padding: 0px 0 92px;
}
.statistic-threecol:before {
  content: "";
  background: url(../assets/images/pattern-v2.png);
  display: block;
  width: 100%;
  height: 92px;
  margin-bottom: -15px;
}
@media (min-width: 700px) {
  .statistic-threecol:before {
    height: 119px;
    margin-bottom: -30px;
  }
}
@media (min-width: 1025px) {
  .statistic-threecol:before {
    height: 198px;
    margin-bottom: -35px;
  }
}
.statistic-threecol .trulaske-threecol__inner {
  padding: 0 20px;
}
@media (min-width: 700px) {
  .statistic-threecol .trulaske-threecol__inner {
    max-width: 1106px;
    margin: auto;
    padding: 0 50px;
  }
}
.statistic-threecol__content {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  min-width: auto;
  overflow: hidden;
}
@media (max-width: 699px) {
  .statistic-threecol__content {
    display: initial;
  }
}
.statistic-threecol .gen-block {
  text-align: center;
  flex-basis: inherit;
  margin: auto;
  margin-bottom: 45px;
  width: 100%;
  max-width: 290px;
  padding: 0;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  min-width: auto;
}
@media (min-width: 700px) {
  .statistic-threecol .gen-block {
    max-width: calc(33.33% - 46px);
    margin: inherit;
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .statistic-threecol .gen-block {
    max-width: 290px;
    padding: 0 22px 0 24px;
  }
}
.statistic-threecol .gen-block__media {
  display: block;
}
.statistic-threecol .gen-block__number {
  font-size: 60px;
  color: #000000;
  line-height: 1.2;
  font-family: "ClarendonURW", serif;
  font-weight: 300;
  border-bottom: solid 13px #F1B82D;
  padding-bottom: 10px;
  display: inline-block;
}
@media (max-width: 699px) {
  .statistic-threecol .gen-block__number {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (min-width: 700px) {
  .statistic-threecol .gen-block__number {
    display: block;
    font-size: 57px;
  }
}
@media (min-width: 1025px) {
  .statistic-threecol .gen-block__number {
    font-size: 100px;
    border-bottom: solid 22px #F1B82D;
  }
}
.statistic-threecol .gen-block__caption {
  padding: 0;
}
.statistic-threecol .gen-block__body {
  line-height: 1.63;
}
@media (max-width: 699px) {
  .statistic-threecol .gen-block__body {
    display: unset;
  }
}
.statistic-threecol .gen-block__link {
  margin-top: 20px;
}
.statistic-threecol .gen-block__link a {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 17px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.3s ease;
  padding-bottom: 5px;
  border-bottom: solid 2px transparent;
}
.statistic-threecol .gen-block__link a:hover {
  border-color: #F1B82D;
  border-color: #000000;
  color: #000000;
}
.statistic-threecol__link {
  text-align: center;
}
@media (min-width: 700px) {
  .statistic-threecol__link {
    margin-top: 68px;
  }
}
.statistic-threecol__link a {
  background: #000000;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.94;
  letter-spacing: 2.6px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Graphik Cond Web", sans-serif;
  padding: 17px 20px;
  display: inline-block;
  min-width: 160px;
  border-bottom: solid 2px #F1B82D;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 700px) {
  .statistic-threecol__link a {
    padding: 22px 20px 22px;
    min-width: 204px;
    font-size: 17px;
  }
}
.statistic-threecol__link a:hover {
  background: #F1B82D;
  border-color: #000000;
  color: #000000;
}

/**
 * @file
 * The file contains styles related to profile page.
 */
.profile-page__main-wrapper {
  position: relative;
  top: 0;
  z-index: 9;
  transition: top 0.2s ease;
}
@media (min-width: 1600px) {
  .profile-page__main-wrapper {
    max-width: 1600px;
    left: calc((100% - 1600px) / 2);
  }
}
.profile-page__header {
  background: url(../assets/images/bg-pattern.png) no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-left: 21px;
}
@media (min-width: 700px) {
  .profile-page__header {
    padding-top: 145px;
    padding-left: 50px;
  }
}
@media (min-width: 1025px) {
  .profile-page__header {
    padding-top: 176px;
    padding-left: 98px;
  }
}
.profile-page__header-inner {
  padding: 0 21px 21px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .profile-page__header-inner {
    padding: 0 50px 50px 0;
  }
}
@media (min-width: 1025px) {
  .profile-page__header-inner {
    display: flex;
    padding: 0 126px 35px 0;
  }
}
.profile-page__header-inner:after {
  content: "";
  background: url(../assets/images/profile-asterisk-mbl.png) no-repeat;
  mix-blend-mode: overlay;
  position: absolute;
  width: 191px;
  height: 189px;
  right: -34px;
  top: 63%;
  transform: translateY(-14%);
}
@media (min-width: 700px) {
  .profile-page__header-inner:after {
    width: 160px;
    height: 192px;
    right: -32px;
    z-index: 1;
    top: 90%;
    background: url(../assets/images/hero-asterisk-icon.png) no-repeat;
    background-size: 100%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1025px) {
  .profile-page__header-inner:after {
    width: 302px;
    height: 378px;
    right: -3px;
    z-index: 1;
    top: 27%;
    transform: inherit;
  }
}
.profile-page__photo {
  width: 123px;
}
@media (min-width: 700px) {
  .profile-page__photo {
    width: 181px;
    position: absolute;
  }
}
@media (min-width: 1025px) {
  .profile-page__photo {
    width: 333px;
  }
}
.profile-page__photo img {
  border-radius: 100%;
}
.profile-page__details {
  padding-top: 20px;
  color: #000000;
  width: 100%;
}
@media (min-width: 700px) {
  .profile-page__details {
    padding-left: 233px;
  }
}
@media (min-width: 1025px) {
  .profile-page__details {
    padding-left: 396px;
  }
}
.profile-page__department {
  font-size: 13px;
  font-family: "Graphik Cond Web", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  max-width: 278px;
}
@media (min-width: 1025px) {
  .profile-page__department {
    font-size: 15px;
    max-width: 500px;
  }
}
.profile-page__display-name {
  font-size: 27px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  line-height: 1.19;
  letter-spacing: 2px;
  padding: 25px 0 0px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 700px) {
  .profile-page__display-name {
    font-size: 35px;
  }
}
@media (min-width: 1025px) {
  .profile-page__display-name {
    font-size: 53px;
    letter-spacing: 3px;
    padding: 31px 0 0px;
  }
}
.profile-page__job-title {
  font-size: 18px;
  font-weight: 100;
  font-family: "ClarendonURW", serif;
  line-height: 1.5;
  padding-bottom: 38px;
}
@media (min-width: 1025px) {
  .profile-page__job-title {
    font-size: 20px;
  }
}
.profile-page__separator {
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.75;
  letter-spacing: 0.3px;
}
@media (min-width: 1025px) {
  .profile-page__separator {
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: top;
  }
}
.profile-page__separator .field-label-inline {
  display: inline-block;
  vertical-align: middle;
  font-family: "Graphik Cond Web", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  width: 77px;
  position: relative;
}
.profile-page__separator .field-label-inline:after {
  content: "/";
  padding-left: 15px;
  padding-right: 10px;
  position: absolute;
  right: 0;
}
.profile-page__separator a {
  color: #000000;
}
.profile-page__separator > div:last-child {
  padding-bottom: 30px;
}
.profile-page__content {
  max-width: 740px;
  padding: 79px 20px;
  margin: auto;
}
.profile-page__content .view-trulaske-publications .views-row {
  margin-bottom: 1em;
}
.profile-page__content .view-trulaske-publications .field-label-above {
  vertical-align: middle;
  font-family: "Graphik Cond Web", sans-serif;
  letter-spacing: 1.6px;
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #000000;
}
.profile-page__content .view-trulaske-publications .views-field-body a {
  color: inherit;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: solid 2px transparent;
}
.profile-page__content .view-trulaske-publications .views-field-body a:hover {
  border-color: #F1B82D;
}
.profile-page__bio {
  margin-bottom: 34px;
}
.profile-page__edu {
  margin-bottom: 34px;
}
.profile-page__awards {
  margin-bottom: 34px;
}
.profile-page__buttons {
  margin-top: 4px;
}
@media (min-width: 700px) {
  .profile-page__buttons {
    margin-top: 34px;
  }
}
@media (min-width: 1025px) {
  .profile-page__buttons {
    display: inline-block;
    position: relative;
    z-index: 9;
    margin-top: 0;
  }
}
.profile-page__buttons .button-link {
  margin-bottom: 5px;
}
.profile-page__buttons .button-link span {
  padding: 0;
  background: none;
}
.profile-page__buttons .button-link:last-child {
  margin-bottom: 0;
}

.profile-list-page__embed .view-trulaske-profile .view-filters {
  background: #F1B82D;
  padding: 22px 0 25px 0;
}
@media (min-width: 1025px) {
  .profile-list-page__embed .view-trulaske-profile .view-filters {
    padding: 50px 0 33px 0;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-filters .views-exposed-form {
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-filters .views-exposed-form {
    max-width: 1025px;
    margin: auto;
    padding: 0 50px;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-filters label {
  display: block;
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.69;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: "Graphik Cond Web", sans-serif;
  margin-bottom: 9px;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-filters label {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 2.14;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-filters .form--inline {
  max-width: 100%;
  position: relative;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-filters .form--inline {
    display: inline-block;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-filters .form-item {
  margin: 0;
  float: none;
  width: 100%;
  display: block;
  vertical-align: middle;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-filters .form-item {
    width: 190px;
    padding-left: 10px;
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .profile-list-page__embed .view-trulaske-profile .view-filters .form-item {
    width: 222px;
    margin-left: 30px;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-filters .form-item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.profile-list-page__embed .view-trulaske-profile .view-filters .form-item.js-form-type-select {
  position: relative;
}
.profile-list-page__embed .view-trulaske-profile .view-filters .form-item.js-form-type-select:after {
  content: "";
  background: url(../assets/icons/arrow-black.svg) no-repeat center;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 17px;
  right: 4px;
  pointer-events: none;
}
.profile-list-page__embed .view-trulaske-profile .view-filters .form-select,
.profile-list-page__embed .view-trulaske-profile .view-filters .form-text {
  background: none;
  border: 0;
  border-bottom: solid 1px #000000;
  padding-bottom: 10px;
  width: 100% !important;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
}
.profile-list-page__embed .view-trulaske-profile .view-filters .form-actions {
  float: right;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  clear: none;
  margin-left: 0px;
  max-width: 222px;
  z-index: 9;
  position: relative;
  margin-top: -60px;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-filters .form-actions {
    float: none;
    margin-top: 0px;
    z-index: 9;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-filters .form-actions .button {
  background: url(../assets/icons/search.svg) no-repeat;
  border: 0;
  font-size: 0;
  padding: 20px;
  background-size: 15px;
  background-position: center;
}
.profile-list-page__embed .view-trulaske-profile .view-empty {
  max-width: 100%;
  margin: 30px auto 0;
  padding: 0 20px;
  overflow: auto;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-empty {
    max-width: 1025px;
    margin: 50px auto 0;
    padding: 0 50px;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-content {
  max-width: 100%;
  margin: 30px auto;
  padding: 0 20px;
  overflow: auto;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-content {
    max-width: 1025px;
    margin: 50px auto 0;
    padding: 0 50px;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-content .table-responsive {
  margin: 0 -20px;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-content .table-responsive {
    width: 925px;
    padding-right: 50px;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .profile-list-page__embed .view-trulaske-profile .view-content .table-responsive {
    padding-right: 0;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-content table {
  width: 100%;
}
.profile-list-page__embed .view-trulaske-profile .view-content table thead {
  display: none;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-content table thead {
    border-bottom: solid 3px #000000;
    display: table-header-group;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-content table thead th {
  text-align: left;
  color: #000000;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.14;
  letter-spacing: 1.5px;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
}
.profile-list-page__embed .view-trulaske-profile .view-content table thead th a {
  color: #000000;
}
.profile-list-page__embed .view-trulaske-profile .view-content table thead th .tablesort--desc {
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  background-position: center;
  height: 10px;
  margin-left: 5px;
}
.profile-list-page__embed .view-trulaske-profile .view-content table thead th .tablesort--asc {
  background: url(../assets/icons/arrow-black.svg) no-repeat;
  background-position: center;
  height: 10px;
  margin-left: 5px;
  transform: rotate(180deg);
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr {
  overflow: hidden;
  padding: 15px 20px;
  border-bottom: solid 1px #d2d2d2;
  display: block;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-content table tbody tr {
    display: table-row;
    padding: 15px 0px;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td {
  margin: 14px 0;
  vertical-align: top;
  font-size: 12px;
  color: #2c2c2c;
  display: block;
  position: relative;
  padding-left: 99px;
  overflow: hidden;
  line-height: 1.6;
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td:before {
  content: attr(data-title);
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.69;
  letter-spacing: 1.4px;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  width: 102px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td {
    max-width: 170px;
    padding: 34px 0;
    padding-right: 30px;
    display: table-cell;
    margin: 0;
    font-size: 14px;
    background: none;
  }
  .profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td:before {
    display: none;
  }
}
@media (min-width: 1025px) {
  .profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td {
    max-width: 200px;
  }
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td:first-child {
    width: 260px;
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td:first-child {
    width: 300px;
    padding-right: 40px;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td a {
  font-weight: bold;
  color: #2c2c2c;
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td a:not(.title):hover {
  border-bottom: solid 1px #2c2c2c;
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td.views-field-field-profile-phone a {
  font-weight: 400;
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td .title {
  color: #000000;
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td .title {
    line-height: 2.14;
  }
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td .title:after {
  display: inline-block;
  height: 10px;
  width: 8px;
  margin: 0 0 0px 20px;
  content: "";
  background: transparent url(../assets/icons/arrow-yellow.svg) no-repeat center center;
  background-size: contain;
  transition: all 0.5s ease;
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td .title:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.profile-list-page__embed .view-trulaske-profile .view-content table tbody tr td:last-child {
  padding-right: 0;
}

.chosen-container-single .chosen-single {
  background: none;
  border: 0;
  box-shadow: none;
  color: #000000;
  padding: 0;
  height: auto;
}
.chosen-container-single .chosen-single div b {
  background: url(../assets/icons/arrow-black.svg) no-repeat center !important;
}
.chosen-container-single.chosen-with-drop .chosen-single {
  background: none;
  border: 0;
  box-shadow: none;
  color: #000000;
  padding: 0;
  height: auto;
}
.chosen-container-single.chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
  background-position: center;
}

/**
 * @file
 * The file contains styles related to publication page.
 */
.publication__details {
  width: 100vw;
  margin: auto;
  position: relative;
}
@media (min-width: 1600px) {
  .publication__details {
    width: 1600px;
  }
}
.publication__header {
  background: #F1B82D;
  padding: 97px 20px 45.91px;
}
@media (min-width: 700px) {
  .publication__header {
    display: flex;
    align-items: center;
    padding: 117px 50px 58px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  .publication__header {
    padding: 172px 126px 97px;
    margin-bottom: 80px;
  }
}
.publication__cover-image {
  width: 125px;
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .publication__cover-image {
    width: 210px;
    min-width: auto;
    margin-right: 38px;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .publication__cover-image {
    min-width: 323px;
    margin-right: 72px;
  }
}
.publication__header-details {
  max-width: 370px;
}
@media (min-width: 700px) {
  .publication__header-details {
    max-width: 350px;
  }
}
@media (min-width: 1025px) {
  .publication__header-details {
    max-width: 370px;
  }
}
.publication__authors a {
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  border-bottom: solid 1px #000000;
  padding-bottom: 3px;
  line-height: 1.69;
  letter-spacing: 1.4px;
}
@media (min-width: 700px) {
  .publication__authors a {
    font-size: 9.5px;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 1025px) {
  .publication__authors a {
    font-size: 15px;
  }
}
.publication__authors a:last-child:after {
  display: none;
}
.publication__title {
  color: #1e1e1e;
  font-family: "ClarendonURW", serif;
  letter-spacing: normal;
  font-weight: normal;
  margin: 0;
  padding: 18px 0;
  display: inline-block;
  border-bottom: solid 2px #000000;
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 20px;
  text-transform: none;
}
@media (min-width: 700px) {
  .publication__title {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 10px;
    font-weight: 100;
  }
}
@media (min-width: 1025px) {
  .publication__title {
    font-size: 25px;
    line-height: 1.29;
    margin-bottom: 30px;
  }
}
.publication__journal-title {
  display: block;
}
.publication__journal-title a {
  color: #000000;
  font-family: "ClarendonURW", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
  margin-bottom: 7px;
  display: block;
}
@media (min-width: 700px) {
  .publication__journal-title a {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
}
@media (min-width: 1025px) {
  .publication__journal-title a {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
  }
}
.publication__journal-title a:after {
  content: "";
  background: url(../assets/icons/link-icon.svg) no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 6px;
  background-position: center right;
  margin-bottom: -2px;
}
.publication__journal {
  display: block;
}
.publication__journal .field-label-inline {
  display: inline-block;
}
.publication__journal-volume, .publication__journal-issue {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.54;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 700px) {
  .publication__journal-volume, .publication__journal-issue {
    font-size: 13px;
  }
}
.publication__journal-volume:after {
  content: ",";
  margin-left: -3px;
}
.publication__type, .publication__topic, .publication__date, .publication__subtype {
  display: inline;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.3px;
}
.publication__pipe-separated {
  line-height: normal;
}
@media (min-width: 1025px) {
  .publication__pipe-separated {
    margin-bottom: 5px;
  }
}
.publication__pipe-separated > *:not(:first-child):before {
  content: "|";
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 400;
}
.publication__type {
  text-transform: uppercase;
}
.publication__type + .publication__subtype {
  position: relative;
  text-transform: uppercase;
}
.publication__type + .publication__subtype:before {
  content: "-";
  margin: 0;
  margin-left: 0;
  font-weight: 900;
}
.publication__intro {
  position: relative;
}
@media (min-width: 700px) {
  .publication__intro {
    padding: 0 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .publication__intro {
    padding: 0 324px;
    margin-bottom: 120px;
  }
}
.publication__description {
  color: #2c2c2c;
  margin-bottom: 35px;
}
.publication__description a {
  color: inherit;
  font-weight: bold;
  transition: all 0.3s ease;
  border-bottom: solid 2px transparent;
}
.publication__description a:hover {
  border-color: #F1B82D;
}
.publication__purchase-method {
  background: #000000;
  color: #FFFFFF;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 50px;
  position: relative;
  padding: 30px 20px 55.57px;
}
@media (min-width: 700px) {
  .publication__purchase-method {
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-bottom: 50px;
    padding: 30px 50px 55.57px;
  }
}
@media (min-width: 1025px) {
  .publication__purchase-method {
    width: 280px;
    padding: 30px 10px 52px 34px;
    position: absolute;
    top: 0;
    right: 0;
    left: initial;
  }
}
.publication__purchase-method:after {
  content: "";
  background: url(../assets/images/pl-stripe.png) no-repeat;
  display: inline-block;
  position: absolute;
  height: 20px;
  width: 100%;
  z-index: 99;
  right: 0;
  bottom: 0;
  background-size: cover;
}
@media (min-width: 1025px) {
  .publication__purchase-method:after {
    height: 22px;
  }
}
.publication__purchase-method .inline,
.publication__purchase-method .publication__dl-isbn {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 2;
}
.publication__purchase-method .inline .field-label-inline,
.publication__purchase-method .publication__dl-isbn .field-label-inline {
  display: inline-block;
}
.publication__purchase-method .inline:before,
.publication__purchase-method .publication__dl-isbn:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #FFFFFF;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
}
.publication__purchase-method .inline:first-child:before,
.publication__purchase-method .publication__dl-isbn:first-child:before {
  display: none;
}
.publication__purchase-method .publication__dl-isbn {
  display: block;
}
.publication__purchase-method .layout {
  display: block;
  max-width: 192px;
  border-bottom: solid 1px #4E4E4E;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .publication__purchase-method .layout {
    border-right: solid 1px #4E4E4E;
    padding-right: 20px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    border-bottom: 0;
    margin-bottom: 0;
    max-width: initial;
  }
  .publication__purchase-method .layout:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}
@media (min-width: 1025px) {
  .publication__purchase-method .layout {
    border-bottom: solid 1px #4E4E4E;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.publication__purchase-method .layout:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.publication__dl-isbn:before {
  display: none !important;
}
.publication__dl-button a {
  font-size: 13px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  border-bottom: solid 2px #F1B82D;
  line-height: 0.92;
  letter-spacing: 2px;
  padding-bottom: 4px;
  color: #FFFFFF;
}

.page-node-type-page .view-trulaske-publications {
  max-width: 1350px;
  margin: auto;
  position: relative;
  min-height: 700px;
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .page-node-type-page .view-trulaske-publications {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-page .view-trulaske-publications {
    padding-left: 321px;
  }
}
.page-node-type-page .view-trulaske-publications .page-title {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.13;
  letter-spacing: 1.5px;
  margin-bottom: 23px;
}
@media (max-width: 699px) {
  .page-node-type-page .view-trulaske-publications .page-title:after {
    content: "";
    height: 7px;
    width: 191px;
    display: block;
    background: #F1B82D;
    margin-top: 15px;
  }
}
@media (min-width: 700px) {
  .page-node-type-page .view-trulaske-publications .page-title {
    font-size: 35px;
    line-height: 1.19;
    letter-spacing: 2px;
    border-bottom: solid 6px #F1B82D;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-page .view-trulaske-publications .page-title {
    font-size: 53px;
    line-height: 1.19;
    letter-spacing: 3px;
    border-bottom: solid 7px #F1B82D;
    padding-bottom: 5px;
    margin-bottom: 42px;
  }
}
.page-node-type-page .view-trulaske-publications .page-title.tag-page-title {
  font-size: 25px;
  border-bottom: solid 3px #F1B82D;
  margin-bottom: 38px;
}
@media (max-width: 699px) {
  .page-node-type-page .view-trulaske-publications .page-title.tag-page-title:after {
    display: none;
  }
}
.page-node-type-page .view-trulaske-publications .cta--see-all {
  margin-bottom: 5px;
}
.page-node-type-page .view-trulaske-publications .view-filters {
  max-width: 720px;
  margin-bottom: 31px;
}
@media (min-width: 700px) {
  .page-node-type-page .view-trulaske-publications .view-filters {
    margin-bottom: 29px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-page .view-trulaske-publications .view-filters {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option {
    padding-top: 9px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option {
    width: 274px;
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 1;
  }
}
.page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset {
  background: #F5F5F5;
  position: relative;
}
@media (max-width: 1024px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset {
    padding: 26px 19px;
    display: inline-block;
    width: 240px;
    margin-right: 7px !important;
  }
}
@media (max-width: 699px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }
}
.page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset.open .fieldset-wrapper {
  display: none;
}
@media (min-width: 1025px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset.open .fieldset-wrapper {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset .fieldset-wrapper {
    padding: 0 19px 10px;
    top: 50px;
    position: absolute;
    right: 0;
    left: 0px;
    z-index: 99;
    background: #F5F5F5;
  }
}
@media (max-width: 699px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset .fieldset-wrapper {
    padding: 0 19px 30px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset {
    margin: 0 0 20px;
    padding: 75px 14px 40px 44px;
  }
}
.page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset legend {
  position: absolute;
  z-index: 9;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset legend {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 3.2;
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset legend {
    top: 40px;
  }
}
.page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset legend:after {
  content: "";
  background: url(../assets/icons/arrow-black.svg) no-repeat center;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle;
  float: right;
  margin-top: 18px;
}
@media (max-width: 1024px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset legend:after {
    transform: rotate(-180deg);
  }
}
@media (min-width: 1025px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset legend:after {
    margin-top: 6px;
  }
}
.page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset legend .fieldset-legend {
  font-family: "Graphik Cond Web", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .page-node-type-page .view-trulaske-publications .view-filters .multiple-option fieldset.open legend:after {
    transform: rotate(0deg);
  }
}
.page-node-type-page .view-trulaske-publications .view-filters form .js-form-item {
  margin-bottom: 13px !important;
  font-size: 15px;
  line-height: 1.67;
  margin: 0;
  text-transform: none;
}
@media (max-width: 699px) {
  .page-node-type-page .view-trulaske-publications .view-filters form .js-form-item {
    margin-bottom: 6px !important;
  }
}
.page-node-type-page .view-trulaske-publications .view-filters form .js-form-item .form-select {
  background: none;
  border: 0;
  border-bottom: solid 1px #000000;
  padding-bottom: 9px;
  width: 222px !important;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  text-transform: none;
}
.page-node-type-page .view-trulaske-publications .view-filters form .js-form-item .form-select span {
  text-transform: lowercase;
}
.page-node-type-page .view-trulaske-publications .view-filters form .js-form-item label:not(.option) {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.14;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
  padding-right: 16px;
}
@media (max-width: 699px) {
  .page-node-type-page .view-trulaske-publications .view-filters form .js-form-item label:not(.option) {
    display: block;
  }
}
.page-node-type-page .view-trulaske-publications .view-filters form .js-form-item .form-checkbox:before {
  background: #FFFFFF !important;
}
.page-node-type-page .view-trulaske-publications .view-filters form .js-form-item .form-checkbox:checked:before {
  background: #F1B82D !important;
}
.page-node-type-page .view-trulaske-publications .view-filters form .js-form-item.js-form-type-select {
  position: relative;
  display: inline-block;
}
.page-node-type-page .view-trulaske-publications .view-filters form .js-form-item.js-form-type-select:after {
  content: "";
  background: url(../assets/icons/arrow-black.svg) no-repeat center;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 17px;
  right: 0;
}
.page-node-type-page .view-trulaske-publications .view-filters form .form-actions {
  display: none;
}

@media (max-width: 699px) {
  .item-list {
    margin: 0 -20px;
  }
}
@media (min-width: 1025px) {
  .item-list {
    width: 720px;
    padding: 0;
  }
}
.item-list ol {
  list-style: none;
  padding: 0;
}
.item-list ol li {
  margin-bottom: 23px;
  padding-bottom: 10px;
  margin-left: 0;
  border-bottom: solid 1px #d2d2d2;
}
@media (max-width: 699px) {
  .item-list ol li {
    padding: 0 20px;
  }
}
@media (min-width: 700px) {
  .item-list ol li {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.item-list ol li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.item-list .publication--teaser {
  margin: 0;
}
@media (min-width: 700px) {
  .item-list .publication--teaser:after {
    display: table;
    content: "";
    clear: both;
  }
}
.item-list .publication--teaser .publication__description {
  margin-bottom: 0;
}
.item-list .publication--teaser .publication__description p:last-child {
  margin-bottom: 0;
}
.item-list .publication--teaser .publication__media {
  width: 62px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 699px) {
  .item-list .publication--teaser .publication__media:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #F1B82D;
    position: absolute;
    margin-top: 18px;
    right: -5px;
  }
}
@media (min-width: 700px) {
  .item-list .publication--teaser .publication__media {
    float: left;
    width: 164px;
    margin-bottom: 0;
  }
}
@media (max-width: 699px) {
  .item-list .publication--teaser .publication__media img {
    width: 100%;
  }
}
.item-list .publication--teaser .publication__caption {
  font-size: 15px;
  position: relative;
}
@media (min-width: 700px) {
  .item-list .publication--teaser .publication__caption {
    float: right;
    width: calc(100% - 199px);
  }
}
.item-list .publication--teaser .publication__title {
  font-size: 18px;
  line-height: 1.2;
  box-shadow: none;
  text-shadow: none;
  margin: 0 0 10px;
  border: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .item-list .publication--teaser .publication__title {
    font-size: 25px;
  }
}
.item-list .publication--teaser .publication__title a {
  text-shadow: none;
  box-shadow: none;
  color: #1e1e1e;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
}
@media (min-width: 700px) {
  .item-list .publication--teaser .publication__title a:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #F1B82D;
    position: absolute;
    margin-top: 8px;
    left: -43px;
  }
}
.item-list .publication--teaser .publication__title a:hover {
  border-color: #F1B82D;
}
.item-list .publication--teaser .publication__authors {
  margin-bottom: 8px;
}
.item-list .publication--teaser .publication__journal {
  margin-bottom: 10px;
}
.item-list .publication--teaser .publication__journal a {
  font-size: 15px;
  font-weight: 100;
  line-height: 2;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
  display: inline-block;
}
.item-list .publication--teaser .publication__journal a:after {
  display: none;
}
.item-list .publication--teaser .publication__journal a:hover {
  border-color: #F1B82D;
}
.item-list .publication--teaser .publication__comma-separated > * {
  display: inline;
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  border-bottom: solid 1px #000000;
  padding-bottom: 3px;
  line-height: 1.69;
  letter-spacing: 1.4px;
  transition: all 0.3s ease;
}
@media (min-width: 700px) {
  .item-list .publication--teaser .publication__comma-separated > * {
    line-height: 1.39;
    letter-spacing: 1px;
  }
}
@media (min-width: 1025px) {
  .item-list .publication--teaser .publication__comma-separated > * {
    font-size: 15px;
  }
}
.item-list .publication--teaser .publication__comma-separated > *:hover {
  color: #F1B82D;
  border-color: #F1B82D;
}

.publication-3up__wrapper {
  background: #F5F5F5;
  position: relative;
}
.publication-3up__wrapper:before {
  content: "";
  background: url(../assets/images/trulaske-tear.svg) no-repeat;
  transform: rotateX(180deg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 35px;
  background-size: auto;
}
@media (min-width: 700px) {
  .publication-3up__wrapper:before {
    background-size: cover;
  }
}
.publication-3up__wrapper .section__intro {
  margin-bottom: 56px;
}
.publication-3up__wrapper .publication {
  min-width: 240px;
  padding: 0 9px;
}
@media (min-width: 700px) {
  .publication-3up__wrapper .publication {
    min-width: 290px;
  }
}
@media (min-width: 700px) {
  .publication-3up__wrapper .publication {
    flex-basis: 50%;
    flex-basis: calc(100% / 3);
    padding: 0 20px;
  }
}
.publication-3up__wrapper .publication__media {
  margin-bottom: 19px;
}
.publication-3up__wrapper .publication__authors {
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  padding-bottom: 3px;
  line-height: 1.69;
  letter-spacing: 1.4px;
}
@media (min-width: 700px) {
  .publication-3up__wrapper .publication__authors {
    font-size: 9.5px;
    letter-spacing: 0.8px;
    margin-right: 2px;
  }
}
@media (min-width: 1025px) {
  .publication-3up__wrapper .publication__authors {
    font-size: 15px;
    margin-right: 5px;
  }
}
.publication-3up__wrapper .publication__journal-title {
  font-size: 15px;
  font-family: "ClarendonURW", serif;
  line-height: normal;
  font-weight: 100;
}
.publication-3up__wrapper .button-tag {
  margin-top: 50px;
}
.publication-3up__wrapper .button-tag a:hover {
  background: #F1B82D;
}
.publication-3up__title {
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 18px;
  text-transform: none;
}
.publication-3up__title a {
  color: #000000;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
}
.publication-3up__title a:hover {
  border-color: #F1B82D;
}
.publication-3up__title:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #F1B82D;
  margin-right: 11px;
  float: left;
  margin-top: 10px;
}

/**
 * @file
 * The file contains styles related to Data table.
 */
table.tablesaw {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  table-layout: fixed;
  color: #000000;
}
@media (min-width: 1025px) {
  table.tablesaw {
    width: 700px;
  }
}
table.tablesaw th,
table.tablesaw td {
  padding: 19px 10px 0 0;
  text-align: left;
  font-size: 14px;
  font-weight: inherit;
  border: 0;
  vertical-align: top;
  white-space: normal;
}
@media (min-width: 569px) {
  table.tablesaw th,
table.tablesaw td {
    padding: 13px 15px;
  }
}
@media (min-width: 700px) {
  table.tablesaw th,
table.tablesaw td {
    padding: 15px 10px 15px 0;
  }
}
@media (min-width: 1025px) {
  table.tablesaw th,
table.tablesaw td {
    padding: 19px 10px 19px 0;
  }
}
table.tablesaw thead {
  border-bottom: 3px solid #000000;
}
table.tablesaw thead th {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  line-height: normal;
  letter-spacing: 1.5px;
  white-space: normal;
  vertical-align: bottom;
}
@media (min-width: 1025px) {
  table.tablesaw thead th {
    padding: 6px 0px 10px;
  }
}
table.tablesaw tr {
  border-bottom: 1px solid #d2d2d2;
}
table.tablesaw tr a {
  color: #000000;
  font-weight: 400;
}

table.tablesaw-swipe--scroll {
  width: 100%;
  table-layout: auto;
}
@media (min-width: 1025px) {
  table.tablesaw-swipe--scroll {
    width: 700px;
    table-layout: fixed;
  }
}

table.tablesaw-stack--stacked thead {
  display: none;
}
@media (min-width: 700px) {
  table.tablesaw-stack--stacked thead {
    display: table-header-group;
  }
}
table.tablesaw-stack--stacked th {
  display: none;
}
table.tablesaw-stack--stacked tr {
  padding: 10px 0;
  overflow: hidden;
  display: block;
}
@media (min-width: 700px) {
  table.tablesaw-stack--stacked tr {
    padding: 0;
    display: table-row;
  }
}
table.tablesaw-stack--stacked tr td {
  display: block;
  padding: 5px 0;
}
@media (min-width: 700px) {
  table.tablesaw-stack--stacked tr td {
    display: table-cell;
    padding: 20px 0;
  }
}
table.tablesaw-stack--stacked tr td .tablesaw-cell-label {
  display: inline-block !important;
  float: left;
  width: 100px;
}
@media (min-width: 700px) {
  table.tablesaw-stack--stacked tr td .tablesaw-cell-label {
    display: none !important;
  }
}
table.tablesaw-stack--stacked tr td .tablesaw-cell-content {
  width: calc(100% - 100px);
  max-width: 100%;
}
table.tablesaw-stack--stacked tr:first-child {
  border-top: 1px solid #d2d2d2;
}

.tablesaw-mode-swipe {
  position: relative;
}
.tablesaw-mode-swipe .tablesaw-advance {
  position: absolute;
  right: 0;
  bottom: -28px;
}
.tablesaw-mode-swipe .tablesaw-advance.minimap {
  display: none !important;
}
.tablesaw-mode-swipe .tablesaw-advance .tablesaw-nav-btn.btn {
  opacity: 1;
  border: 0;
  margin: 0;
  width: 28px;
  height: 29px;
  background-color: #F1B82D;
  border-radius: 0;
  display: block;
}
.tablesaw-mode-swipe .tablesaw-advance .tablesaw-nav-btn.btn:before {
  background: url(../assets/icons/arrow-black.svg) no-repeat center;
  background-size: 7px;
  font-size: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tablesaw-mode-swipe .tablesaw-advance .tablesaw-nav-btn.btn.left:before {
  transform: rotate(90deg);
}
.tablesaw-mode-swipe .tablesaw-advance .tablesaw-nav-btn.btn.right:before {
  transform: rotate(-90deg);
}
.tablesaw-mode-swipe .tablesaw-advance .tablesaw-nav-btn.disabled {
  display: none;
}

table.tablesaw-swipe--scroll th {
  padding: 0 0 5px 0;
}
table.tablesaw-swipe--scroll td {
  min-width: 120px;
  padding: 20px 0 20px;
}
@media (min-width: 700px) {
  table.tablesaw-swipe--scroll td {
    width: auto;
  }
}

/**
 * @file
 * Inline video
 *
 * Styles for WYSIWYG inline videos.
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.wysiwyg-video--full {
  width: 100%;
}
.wysiwyg-video .video__wrapper {
  position: relative;
  background-color: #000000;
}
.wysiwyg-video .video__cover img {
  width: 100%;
}
.wysiwyg-video .video__cover.js-hidden {
  visibility: hidden;
}
.wysiwyg-video .video__embed {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
}
.wysiwyg-video .video__embed.js-show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  transition-delay: 0.3s;
}
.wysiwyg-video .video__embed video {
  height: 100% !important;
  width: 100% !important;
}
.wysiwyg-video .video__play {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: 0;
  padding: 0;
  height: 32px;
  width: 32px;
  cursor: pointer;
  color: #FFFFFF;
  transform: translate(-50%, -50%);
}
@media (min-width: 1025px) {
  .wysiwyg-video .video__play {
    height: 60px;
    width: 60px;
  }
}
.wysiwyg-video .video__play:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 3;
}
.wysiwyg-video .video__play:hover:after {
  background-color: #F1B82D;
}
.wysiwyg-video .video__play:hover:before {
  border-color: transparent transparent transparent #FFFFFF;
}
.wysiwyg-video .video__play:before {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 4;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000000;
  transform: translateY(-50%);
  transition: border-color 0.2s ease;
}
@media (min-width: 1025px) {
  .wysiwyg-video .video__play:before {
    left: 26px;
    border-width: 8px 0 8px 12px;
  }
}
.wysiwyg-video .video__close {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
  background-color: #000000;
  cursor: pointer;
}
.wysiwyg-video .video__close:before, .wysiwyg-video .video__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #FFFFFF;
  height: 3px;
  width: 16px;
}
.wysiwyg-video .video__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wysiwyg-video .video__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/**
 * @file
 * The file contains styles related to news page.
 */
.news-details__wrapper {
  max-width: 1350px;
  margin: auto;
  position: relative;
  min-height: 700px;
  margin-bottom: 83px;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .news-details__wrapper {
    padding: 0 50px;
  }
}
.news-details__wrapper .trulaske-page__inner {
  max-width: 703px;
  margin: auto;
}
.news-details__wrapper .trulaske-page__header {
  background: transparent;
}
.news-details__title {
  font-size: 22px;
  font-family: "ClarendonURW", serif;
  line-height: 1.41;
  font-weight: 100;
  color: #1e1e1e;
  margin: 0;
  margin-bottom: 22px;
  text-transform: none;
}
@media (min-width: 700px) {
  .news-details__title {
    font-size: 30px;
    margin-bottom: 17px;
    line-height: 1.29;
  }
}
@media (min-width: 1025px) {
  .news-details__title {
    font-size: 35px;
    margin-bottom: 29px;
  }
}
.news-details__separator {
  margin-bottom: 27px;
}
@media (min-width: 700px) {
  .news-details__separator {
    margin-bottom: 23px;
  }
}
.news-details__separator > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 2.14;
  letter-spacing: 1.5px;
}
.news-details__separator > div a {
  color: #000000;
  border-bottom: solid 2px #F1B82D;
  padding-bottom: 2px;
}
.news-details__separator > div:not(:last-of-type):after {
  content: "";
  height: 14px;
  width: 2px;
  display: inline-block;
  background: #000000;
  vertical-align: middle;
  margin: 0 5px;
}
.news-details__intro {
  border-top: solid 2px #000000;
  padding: 0;
  padding-top: 21px;
}
@media (min-width: 700px) {
  .news-details__intro {
    padding-top: 34px;
  }
}
@media (min-width: 1025px) {
  .news-details__intro {
    padding-top: 39px;
  }
}
@media (max-width: 699px) {
  .news-details__image {
    margin: 0 -20px 30px;
  }
}
@media (min-width: 700px) {
  .news-details__image {
    margin-bottom: 42px;
  }
}
@media (min-width: 1025px) {
  .news-details__image {
    margin-bottom: 49px;
  }
}
.news-details__image + figcaption {
  position: relative;
  font-size: 11px;
  font-style: italic;
}
@media (max-width: 699px) {
  .news-details__image + figcaption {
    top: -15px;
    padding: 0 20px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 700px) {
  .news-details__image + figcaption {
    top: -26px;
    padding: 0 50px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1025px) {
  .news-details__image + figcaption {
    top: -34px;
    padding: 0;
    margin: 0;
  }
}
.news-details__body {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
.news-details__body a {
  color: initial;
  font-weight: 800;
}
@media (min-width: 700px) {
  .news-details__body {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 27px;
  }
}
@media (min-width: 1025px) {
  .news-details__body {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 32px;
  }
}
.news-details__source {
  font-size: 14px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  line-height: 2.14;
  letter-spacing: 1.5px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 44px;
}
@media (min-width: 1025px) {
  .news-details__source {
    margin-bottom: 50px;
  }
}
.news-details__source a {
  color: #000000;
  border-bottom: solid 3px #F1B82D;
  padding-bottom: 2px;
}

.page-hero-simple__wrapper .landing-page__content-wrapper {
  position: static;
  transform: inherit;
  max-width: 1350px;
  width: auto;
  margin: auto;
  margin-top: 20px;
  padding: 0 20px;
  overflow: hidden;
  text-align: left;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .landing-page__content-wrapper {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .landing-page__content-wrapper {
    padding-left: 321px;
  }
}
.page-hero-simple__wrapper .landing-page__title {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.13;
  letter-spacing: 1.5px;
  margin-bottom: 23px;
}
@media (max-width: 699px) {
  .page-hero-simple__wrapper .landing-page__title:after {
    content: "";
    height: 7px;
    width: 191px;
    display: block;
    background: #F1B82D;
    margin-top: 15px;
  }
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .landing-page__title {
    font-size: 35px;
    line-height: 1.19;
    letter-spacing: 2px;
    border-bottom: solid 6px #F1B82D;
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .landing-page__title {
    font-size: 53px;
    line-height: 1.19;
    letter-spacing: 3px;
    border-bottom: solid 7px #F1B82D;
    padding-bottom: 5px;
    margin-bottom: 42px;
  }
}
.page-hero-simple__wrapper.tagged-page .landing-page__title {
  display: none;
}

.news-list__wrapper {
  max-width: 1350px;
  margin: auto;
  margin-top: 20px;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .news-list__wrapper {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .news-list__wrapper {
    padding-left: 321px;
    min-height: 400px;
  }
}
.news-list__wrapper .view-header {
  width: 280px;
  padding: 11px 22px;
  background: #F5F5F5;
  position: relative;
}
@media (min-width: 1025px) {
  .news-list__wrapper .view-header {
    position: absolute;
    top: -130px;
    left: 0;
  }
}
@media (max-width: 1024px) {
  .news-list__wrapper .view-header {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .news-list__wrapper .view-header {
    width: 274px;
    padding: 40px 29px 40px 44px;
  }
}
.news-list__wrapper .view-content {
  padding: 0;
  margin: 0;
}
.news-list__wrapper .cta-see-all {
  margin-bottom: 55px;
}
.news-list__wrapper .pagerer-center-pane {
  text-align: left;
}
.news-list__archives {
  max-width: 1350px;
  margin: auto;
  margin-top: 20px;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .news-list__archives {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .news-list__archives {
    padding-left: 321px;
  }
}
.news-list__archives .view-content {
  width: 280px;
  padding: 11px 22px;
  background: #F5F5F5;
  position: relative;
}
@media (min-width: 1025px) {
  .news-list__archives .view-content {
    position: absolute;
    top: -130px;
    left: 0;
    z-index: 9;
  }
}
@media (max-width: 1024px) {
  .news-list__archives .view-content {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .news-list__archives .view-content {
    width: 274px;
    padding: 40px 29px 40px 44px;
  }
}
.news-list__archives .view-content .item-list {
  width: 100%;
  margin: 0;
}
.news-list__archives .view-content .item-list .archives {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.14;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1024px) {
  .news-list__archives .view-content .item-list .archives {
    cursor: pointer;
  }
  .news-list__archives .view-content .item-list .archives:after {
    content: "";
    background: url(../assets/icons/arrow-black.svg) no-repeat center;
    display: inline-block;
    width: 10px;
    height: 14px;
    margin-left: 8px;
    vertical-align: middle;
    float: right;
    margin-top: 8px;
  }
}
@media (min-width: 1025px) {
  .news-list__archives .view-content .item-list .archives {
    margin-bottom: 18px;
  }
}
@media (max-width: 1024px) {
  .news-list__archives .view-content .item-list .archives.open:after {
    transform: rotate(-180deg);
  }
}
.news-list__archives .view-content ul {
  list-style: none;
}
@media (max-width: 1024px) {
  .news-list__archives .view-content ul {
    display: none;
  }
}
.news-list__archives .view-content ul li {
  margin: 0;
}
.news-list__archives .view-content ul li a {
  color: #000000;
  display: block;
  font-size: 15px;
  line-height: 1.53;
  padding: 13px 0;
  transition: all 0.3s ease;
}
.news-list__archives .view-content ul li a.is-active {
  color: #F1B82D;
  font-weight: bold;
}
.news-list__archives .view-content ul li a:hover {
  color: #F1B82D;
  font-weight: 700;
}
.news-list__archives .view-content ul li:first-child a {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .news-list__archives .view-content .archives.open + .views-summary {
    display: block;
    position: absolute;
    top: 50px;
    background: #F5F5F5;
    left: 0;
    right: 0px;
    padding: 10px 22px;
    z-index: 2;
  }
}
.news-list__archives .cta-see-all {
  margin-bottom: 55px;
}
.news-list__inner {
  overflow: hidden;
  padding-bottom: 38.5px;
  margin-bottom: 38.5px;
  border-bottom: solid 1px #d2d2d2;
  max-width: 707px;
}
.news-list__media {
  width: 100px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 699px) {
  .news-list__media:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #F1B82D;
    float: left;
    position: absolute;
    right: -5px;
    top: 20px;
    z-index: 1;
  }
}
@media (min-width: 700px) {
  .news-list__media {
    float: left;
    width: 161px;
    margin-bottom: 0;
  }
}
.news-list__caption {
  float: left;
  width: 100%;
  position: relative;
}
@media (min-width: 700px) {
  .news-list__caption {
    width: calc(100% - 161px);
    padding-left: 32px;
  }
}
.news-list__title {
  font-size: 18px;
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  line-height: 1.4;
  margin: 0;
  text-transform: none;
}
@media (min-width: 700px) {
  .news-list__title {
    font-size: 24px;
  }
}
.news-list__title a {
  color: #1e1e1e;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
  display: inline;
}
@media (min-width: 700px) {
  .news-list__title a:before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #F1B82D;
    position: absolute;
    top: 9px;
    left: -7px;
  }
}
.news-list__title a:hover {
  border-color: #F1B82D;
}
.news-list__body {
  color: #4E4E4E;
  font-size: 15px;
  line-height: 1.75;
}
@media (min-width: 700px) {
  .news-list__body {
    font-size: 16px;
  }
}
.news-list__separator {
  margin-bottom: 8px;
}
.news-list__separator > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  color: #000000;
  line-height: 2.14;
  letter-spacing: 1.5px;
}
.news-list__separator > div a {
  color: #000000;
}
.news-list__separator > div:not(:last-of-type):after {
  content: "";
  height: 12px;
  width: 2px;
  display: inline-block;
  background: #000000;
  vertical-align: middle;
  margin: 0 5px;
}

.tagged-page .news-list__archives {
  display: none;
}

.news-3up__wrapper {
  background: #F5F5F5;
  position: relative;
}
.news-3up__wrapper:before {
  content: "";
  background: url(../assets/images/trulaske-tear.svg) no-repeat;
  transform: rotateX(180deg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 35px;
  background-size: auto;
}
@media (min-width: 700px) {
  .news-3up__wrapper:before {
    background-size: cover;
  }
}
.news-3up__wrapper .section__intro {
  margin-bottom: 56px;
}
@media (min-width: 700px) {
  .news-3up__wrapper .news {
    flex-basis: 50%;
    flex-basis: calc(100% / 3 - 26px);
  }
}
.news-3up__wrapper .news__media {
  margin-bottom: 19px;
}
.news-3up__wrapper .news__authors a {
  letter-spacing: 1.2px;
  padding-bottom: 0;
}
.news-3up__wrapper .news__journal-title {
  font-size: 15px;
  font-family: "ClarendonURW", serif;
  line-height: 2;
}
.news-3up__wrapper .button-tag {
  margin-top: 50px;
}
.news-3up__title {
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 18px;
  text-transform: none;
}
.news-3up__title a {
  color: #000000;
}
@media (min-width: 700px) {
  .news-3up__title:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: #F1B82D;
    margin-right: 11px;
    float: left;
    margin-top: 10px;
  }
}

/**
 * @file
 * The file contains styles related to event page.
 */
.event__wrapper {
  position: relative;
  top: 0;
  z-index: 9;
  transition: top 0.2s ease;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .event__wrapper {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  .event__wrapper {
    margin-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .event__wrapper {
    max-width: 1600px;
    left: calc((100% - 1600px) / 2);
  }
}
.event__header {
  background: #000000;
  color: #FFFFFF;
  padding: 93px 20px 62px;
  margin-bottom: 39px;
  overflow: hidden;
}
@media (min-width: 700px) {
  .event__header {
    padding: 154px 50px 79px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  .event__header {
    padding: 175px 124px 139.349px;
    margin-bottom: 65px;
  }
}
.event__header:after {
  content: "";
  background: url(../assets/images/trulaske-tear.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: -3px;
  left: -3px;
  height: 33px;
  background-size: auto;
}
@media (min-width: 700px) {
  .event__header:after {
    background-size: cover;
    height: 31px;
  }
}
.event__title {
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  margin: 0;
  font-size: 22px;
  padding-bottom: 4px;
  text-transform: none;
}
@media (min-width: 700px) {
  .event__title {
    font-size: 37px;
    line-height: 1.7;
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .event__title {
    padding-bottom: 32px;
    font-size: 53px;
    line-height: 1.19;
  }
}
.event__date {
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 700px) {
  .event__date {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .event__date {
    font-size: 20px;
  }
}
.event__date .datetime:first-child {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2.8px;
  color: #F1B82D;
  display: block;
  text-transform: uppercase;
  margin-bottom: 21px;
  line-height: 1.33;
}
@media (min-width: 700px) {
  .event__date .datetime:first-child {
    letter-spacing: 2px;
    font-size: 25px;
    line-height: 1.24;
    margin-bottom: 36px;
  }
}
@media (min-width: 1025px) {
  .event__date .datetime:first-child {
    font-size: 35px;
    line-height: 0.9;
    letter-spacing: 2.8px;
    margin-bottom: 43px;
  }
}
.event__separator > * {
  display: inline-block;
  vertical-align: middle;
}
.event__separator > *:not(:last-of-type):after {
  content: "";
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 400;
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #FFFFFF;
  vertical-align: middle;
}
@media (min-width: 700px) {
  .event__separator > *:not(:last-of-type):after {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .event__separator > *:not(:last-of-type):after {
    height: 20px;
  }
}
.event__separator.head {
  font-size: 12px;
  line-height: 2.28;
}
@media (min-width: 700px) {
  .event__separator.head {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .event__separator.head {
    font-size: 20px;
    line-height: 1.9;
  }
}
.event__separator.content {
  font-weight: bold;
  margin-bottom: 5px;
  color: #000000;
}
.event__separator.content > *:after {
  background: #000000;
  height: 15px;
}
.event__facilitator .field-label-inline {
  display: inline-block;
}
.event__facilitator a {
  color: #000000;
  border-bottom: solid 2px #F1B82D;
}
.event__location {
  text-transform: uppercase;
  font-weight: bold;
}
.event__attire {
  font-style: italic;
}
.event__intro {
  max-width: 703px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .event__intro {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .event__intro {
    padding: 0;
  }
}
.event__content {
  max-width: 703px;
  margin: auto;
  padding: 31px 40px 35px;
  border-top: solid 1px #d2d2d2;
  line-height: 1.75;
}
@media (max-width: 699px) {
  .event__content {
    margin: 0 -20px;
    font-size: 14px;
  }
}
.event__content .field-label-inline {
  display: inline-block;
}
> .event__content.event__pdp-require:last-child {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.14;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 15px;
  color: #000000;
}
.event__footer {
  max-width: 703px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  padding-top: 30px;
  border-top: solid 1px #d2d2d2;
}
@media (min-width: 700px) {
  .event__footer {
    padding: 0 50px;
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .event__footer {
    padding: 0;
    padding-top: 70px;
  }
}
.event__body {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .event__body {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .event__body {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
.event__body a {
  color: inherit;
  font-weight: bold;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
}
.event__body a:hover {
  border-color: #F1B82D;
}
.event__image {
  margin-bottom: 36px;
}
@media (min-width: 700px) {
  .event__image {
    margin-bottom: 57px;
  }
}
@media (max-width: 699px) {
  .event__image {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.event__buttons {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .event__buttons {
    margin-bottom: 55px;
  }
}
@media (min-width: 1025px) {
  .event__buttons {
    margin-bottom: 69px;
  }
}
.event__buttons > * {
  margin-bottom: 3px;
}
@media (min-width: 700px) {
  .event__buttons > * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
@media (min-width: 700px) {
  .event__buttons > *:first-child {
    margin-right: 17px;
  }
}
@media (min-width: 1025px) {
  .event__buttons > *:first-child {
    margin-right: 31px;
  }
}
.event__edge-title {
  margin: 0;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: normal;
  color: #1e1e1e;
  font-family: "ClarendonURW", serif;
  font-weight: 400;
  margin-bottom: 14px;
  text-transform: none;
}
.event__pdp-require {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 2.14;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 15px;
  color: #000000;
}

.view-trulaske-events {
  max-width: 1350px;
  margin: auto;
  margin-bottom: 83px;
}
@media (min-width: 700px) {
  .view-trulaske-events {
    padding-left: 50px;
  }
}
@media (min-width: 1025px) {
  .view-trulaske-events {
    padding-left: 321px;
  }
}
.view-trulaske-events .pagerer-container {
  max-width: 706px;
  margin-top: 50px;
}
.view-trulaske-events .pagerer-container .pagerer-center-pane {
  text-align: left;
}

.event__list-wrapper {
  font-size: 11px;
}
@media (min-width: 700px) {
  .event__list-wrapper {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .event__list-wrapper {
    font-size: 16px;
  }
}
@media (max-width: 699px) {
  .event__list-wrapper {
    line-height: 2;
  }
}
.event__list-content {
  position: relative;
  max-width: 706px;
  padding-bottom: 19px;
  margin-top: 23px;
  border-bottom: solid 1px #d2d2d2;
  padding-left: 99px;
}
@media (max-width: 699px) {
  .event__list-content {
    padding-right: 20px;
  }
}
@media (min-width: 700px) {
  .event__list-content {
    padding-left: 222px;
    margin-top: 55px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .event__list-content {
    padding-left: 258px;
  }
}
.event__list-content:before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  background: #F1B82D;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 700px) {
  .event__list-content:before {
    top: 10px;
    width: 25px;
    height: 25px;
  }
}
.event__list-title {
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 4px;
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 700px) {
  .event__list-title {
    font-size: 22px;
    line-height: 1.59;
  }
}
@media (min-width: 1025px) {
  .event__list-title {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}
.event__list-title a {
  color: #1e1e1e;
  transition: all 0.3s ease;
  border-bottom: solid 2px transparent;
}
.event__list-title a:hover {
  border-color: #F1B82D;
}
.event__list-date {
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  font-size: 11px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: baseline;
  float: left;
}
@media (min-width: 700px) {
  .event__list-date {
    letter-spacing: 1.5px;
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .event__list-date {
    letter-spacing: 0.3px;
    font-size: 13px;
  }
}
.event__list-date .datetime {
  display: inline-block;
  vertical-align: middle;
}
.event__list-date .datetime:first-child {
  font-family: "Graphik Cond Web", sans-serif;
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  line-height: 1.14;
  letter-spacing: 1px;
  top: 5px;
  left: 30px;
  max-width: 80px;
}
@media (min-width: 700px) {
  .event__list-date .datetime:first-child {
    font-size: 30px;
    left: 65px;
    letter-spacing: 3.8px;
    top: 5px;
    max-width: 150px;
  }
}
@media (min-width: 1025px) {
  .event__list-date .datetime:first-child {
    font-size: 35px;
  }
}
.event__list-date .datetime:last-child:not(:first-child):after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  height: 14px;
  width: 2px;
  background-color: #000;
  margin: 0 10px;
}
.event__separator {
  clear: both;
  line-height: normal;
}
.event__list-location {
  display: inline-block;
  vertical-align: text-top;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.3px;
}
.event__list-title + .event__list-location {
  margin-bottom: 5px;
}
.event__list-title + .event__list-location:before {
  display: none;
}
.event__list-location {
  color: #000000;
  line-height: normal;
}

.event__list-wrapper .event__separator > * {
  display: inline;
  color: #4E4E4E;
}
.event__list-wrapper .event__separator > * .field-label-inline {
  display: inline-block;
  vertical-align: middle;
}
.event__list-wrapper .event__separator > * span {
  vertical-align: middle;
}
.event__list-wrapper .event__separator > *:not(:last-of-type):after {
  background: #4E4E4E;
  height: 10px;
  width: 1px;
}
@media (min-width: 700px) {
  .event__list-wrapper .event__separator > *:not(:last-of-type):after {
    height: 13px;
    width: 2px;
  }
}
@media (min-width: 1025px) {
  .event__list-wrapper .event__separator > *:not(:last-of-type):after {
    height: 15px;
  }
}

.event-3up__wrapper {
  background: #000000;
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 700px) {
  .event-3up__wrapper {
    padding-bottom: 100px;
  }
}
@media (min-width: 1025px) {
  .event-3up__wrapper {
    padding-bottom: 148px;
  }
}
.event-3up__wrapper:before {
  content: "";
  background: url(../assets/images/trulaske-tear.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 35px;
  background-size: auto;
}
@media (min-width: 700px) {
  .event-3up__wrapper:before {
    background-size: cover;
  }
}
.event-3up__wrapper .trulaske-threecol__inner {
  max-width: 1197px;
  padding: 0 20px;
  margin: auto;
}
@media (min-width: 700px) {
  .event-3up__wrapper .trulaske-threecol__inner {
    padding: 0 50px;
  }
}
.event-3up__wrapper .trulaske-threecol__content {
  margin: 0;
}
@media (max-width: 1024px) {
  .event-3up__wrapper .trulaske-threecol__content {
    overflow-x: scroll;
    min-width: 640px;
  }
}
@media (max-width: 699px) {
  .event-3up__wrapper .trulaske-threecol__content {
    min-width: 305px;
  }
}
.event-3up__wrapper .event-3up__item-wrapper {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -11.5px;
}
@media (min-width: 700px) {
  .event-3up__wrapper .event-3up__item-wrapper {
    margin: 0 -16px;
  }
}
@media (min-width: 1025px) {
  .event-3up__wrapper .event-3up__item-wrapper {
    margin: 0 -25px;
  }
}
.event-3up__wrapper .event-3up {
  padding: 0 11.5px;
  align-items: center;
  flex-basis: 50%;
  flex-basis: calc(100% / 3);
}
@media (min-width: 700px) {
  .event-3up__wrapper .event-3up {
    padding: 0 16px;
  }
}
@media (min-width: 1025px) {
  .event-3up__wrapper .event-3up {
    padding: 0 25px;
  }
}
.event-3up__wrapper .event-3up__media {
  text-align: center;
  position: relative;
  padding: 0 20px 30px;
  padding-top: 105px;
  background: #FFFFFF;
  min-height: 239px;
  min-width: 239px;
  height: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 700px) {
  .event-3up__wrapper .event-3up__media {
    padding: 97px 20px 50px;
    min-width: 269px;
    padding-top: 130px;
  }
}
@media (min-width: 1025px) {
  .event-3up__wrapper .event-3up__media {
    min-height: 333px;
    padding-top: 155px;
    min-width: 332px;
  }
}
.event-3up__wrapper .event-3up__media:hover {
  background: #F1B82D;
}
@media (min-width: 700px) {
  .event-3up__wrapper .section__title {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 700px) {
  .event-3up__wrapper .field--name-event-tag-more-button {
    display: inline-block;
    padding-left: 30px;
    vertical-align: -webkit-baseline-middle;
  }
}
@media (max-width: 699px) {
  .event-3up__wrapper .field--name-event-tag-more-button {
    padding: 30px 0;
  }
}
.event-3up__wrapper .field--name-event-tag-more-button a {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  border-bottom: solid 2px #F1B82D;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.event-3up__wrapper .section__intro,
.event-3up__wrapper .section__title {
  max-width: initial;
  color: #FFFFFF;
}
@media (min-width: 700px) {
  .event-3up__wrapper .section__intro,
.event-3up__wrapper .section__title {
    padding: 0 20px;
  }
}
.event-3up__wrapper .section__intro {
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
  margin-bottom: 60px;
  font-size: 14px;
  display: none;
}
@media (min-width: 700px) {
  .event-3up__wrapper .section__intro {
    font-size: 15px;
    display: block;
  }
}
@media (min-width: 1025px) {
  .event-3up__wrapper .section__intro {
    font-size: 16px;
  }
}
.event-3up__title {
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0 0 16px;
  text-transform: none;
}
@media (min-width: 700px) {
  .event-3up__title {
    margin-bottom: 22px;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .event-3up__title {
    font-size: 20px;
  }
}
.event-3up__title a {
  color: #000000;
  display: block;
}
.event-3up__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.event-3up__date {
  color: #000000;
  text-transform: uppercase;
  line-height: 2.14;
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 700px) {
  .event-3up__date {
    font-size: 13px;
  }
}
.event-3up__date .datetime:first-child {
  font-family: "Graphik Cond Web", sans-serif;
  position: absolute;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 2.7px;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 700px) {
  .event-3up__date .datetime:first-child {
    font-size: 33px;
    letter-spacing: 3.5px;
    top: 70px;
  }
}
@media (min-width: 1025px) {
  .event-3up__date .datetime:first-child {
    font-size: 40px;
    top: 90px;
    letter-spacing: 4.3px;
  }
}
.event-3up__date .datetime:first-child:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background: #F1B82D;
  width: 18px;
  height: 18px;
}
@media (min-width: 700px) {
  .event-3up__date .datetime:first-child:before {
    width: 27px;
    height: 27px;
    top: 10px;
  }
}
@media (min-width: 1025px) {
  .event-3up__date .datetime:first-child:before {
    width: 30px;
    height: 30px;
    top: 11px;
  }
}
.event-3up__location {
  font-weight: bold;
  font-size: 12px;
}
@media (min-width: 700px) {
  .event-3up__location {
    font-size: 13px;
  }
}

/**
 * @file
 * The file contains styles related to story page.
 */
.story-page__main-wrapper {
  position: relative;
  top: 0;
  z-index: 9;
  transition: top 0.2s ease;
  margin-bottom: 77px;
}
@media (min-width: 1600px) {
  .story-page__main-wrapper {
    max-width: 1600px;
    left: calc((100% - 1600px) / 2);
  }
}
.story-page__header {
  background: url(../assets/images/bg-pattern-black.png) no-repeat;
  background-size: cover;
  padding: 105px 20px 33px;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
  margin-bottom: 22px;
}
.story-page__header:after {
  content: "";
  display: block;
  background: url(../assets/images/basic-hero-pattern.svg) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 81px;
  height: 81px;
  background-size: 160%;
  background-position: -40px -18px;
}
@media (min-width: 700px) {
  .story-page__header:after {
    width: 125px;
    height: 220px;
    background-size: cover;
    background-position: inherit;
  }
}
@media (min-width: 1025px) {
  .story-page__header:after {
    width: 254px;
    height: 278px;
    background-size: 100%;
  }
}
@media (min-width: 700px) {
  .story-page__header {
    padding: 106px 50px 58px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1025px) {
  .story-page__header {
    padding: 176px 20px 98px 126px;
    margin-bottom: 57px;
  }
}
.story-page__photo {
  width: 123px;
}
@media (min-width: 700px) {
  .story-page__photo {
    width: 200px;
    float: left;
  }
}
@media (min-width: 1025px) {
  .story-page__photo {
    width: 333px;
  }
}
@media (max-width: 699px) {
  .story-page__photo {
    position: relative;
  }
  .story-page__photo:after {
    background: url(../assets/icons/story-quote.png) no-repeat;
    width: 40px;
    height: 29px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    content: "";
    right: -27px;
    background-size: 100%;
  }
}
.story-page__photo img {
  border-radius: 100%;
}
.story-page__details {
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 700px) {
  .story-page__details {
    width: calc(100% - 200px);
    float: left;
    padding-left: 37px;
  }
}
@media (min-width: 1025px) {
  .story-page__details {
    width: calc(100% - 333px);
    padding-top: 55px;
    padding-left: 63px;
  }
}
.story-page__subtitle {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.69;
  letter-spacing: 1.4px;
}
@media (min-width: 700px) {
  .story-page__subtitle {
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.2;
  }
}
.story-page__title {
  font-size: 27px;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  line-height: 1.19;
  letter-spacing: 2px;
  padding: 14px 0 24px;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 700px) {
  .story-page__title {
    font-size: 35px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .story-page__title {
    font-size: 53px;
    letter-spacing: 3px;
    padding: 21px 0 27px;
  }
}
.story-page__quote {
  padding-right: 40px;
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  font-size: 16px;
  line-height: 1.52;
  position: relative;
}
@media (min-width: 700px) {
  .story-page__quote {
    max-width: 302px;
    font-size: 17px;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .story-page__quote {
    max-width: 505px;
    font-size: 25px;
  }
}
.story-page__quote:before {
  content: "";
  background: url(../assets/icons/story-quote.png) no-repeat;
  width: 60px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: -81px;
  top: 10px;
}
@media (min-width: 700px) {
  .story-page__quote:before {
    width: 34px;
    height: 34px;
    left: -51px;
    background-size: 100%;
  }
}
@media (min-width: 1025px) {
  .story-page__quote:before {
    background-size: auto;
    width: 60px;
    left: -81px;
    height: 36px;
  }
}
.story-page__content {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .story-page__content {
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .story-page__content {
    width: 804px;
    margin: auto;
  }
}
.story-page__body {
  margin-bottom: 60px;
}

.page-hero-simple__wrapper .view-trulaske-stories {
  max-width: 804px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories {
    margin-top: 21px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .view-trulaske-stories {
    margin-top: 41px;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .pagerer-container {
  max-width: 804px;
  margin: auto;
  display: -webkit-box;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .pagerer-container {
    padding: 0 50px;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .cta-see-all {
  margin-bottom: 50px;
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row {
  max-width: 704px;
  margin: auto;
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__main-wrapper {
  position: relative;
  float: left;
  width: 100%;
  border-top: solid 1px #d2d2d2;
  padding: 45px 60px 79px 0;
  margin-left: 20px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__main-wrapper {
    padding: 42px 0 64px;
    margin: 0 50px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__main-wrapper {
    margin: 0;
    padding: 50px 0 93px;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__main-wrapper:before {
  content: "";
  background: url(../assets/icons/story-list-quote.png) no-repeat;
  display: block;
  width: 70px;
  height: 46px;
  position: absolute;
  top: -28px;
  background-color: #FFFFFF;
  background-position: 0;
  background-size: 70%;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__main-wrapper:before {
    background-size: 70%;
    width: 80px;
    top: -20px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__main-wrapper:before {
    width: 110px;
    background-size: auto;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__media {
  float: right;
  width: 71px;
  position: absolute;
  z-index: 1;
  top: -38px;
  right: 20px;
  z-index: 2;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__media {
    width: 160.4px;
    position: static;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__media {
    width: 191px;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__media img {
  border-radius: 100%;
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__caption {
  width: 100%;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__caption {
    float: left;
    width: calc(100% - 191px);
    padding-right: 43px;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__quote {
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 13px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__quote {
    font-size: 20px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__quote {
    line-height: 1.47;
    font-size: 30px;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__separator > * {
  display: inline-block;
  vertical-align: middle;
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__separator > *:not(:last-of-type):after {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 100;
  background: #F1B82D;
  width: 2px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(30deg);
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__separator > *:not(:last-of-type):after {
    margin-left: 8px;
    margin-right: 8px;
    background: #000000;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__separator > *:not(:last-of-type):after {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__title {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1.2px;
  font-family: "Graphik Cond Web", sans-serif;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__title {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__title {
    font-size: 15px;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__title a {
  color: #000000;
  border-bottom: solid 2px #F1B82D;
  padding-bottom: 6px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__title a {
    border-bottom: solid 3px #F1B82D;
  }
}
.page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__subtitle {
  font-size: 11px;
  font-weight: bold;
  line-height: 2.54;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #000000;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__subtitle {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper .view-trulaske-stories .views-row .story-list__subtitle {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
.page-hero-simple__wrapper.tagged-page .view-trulaske-stories {
  padding-left: 20px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper.tagged-page .view-trulaske-stories {
    padding: 0 50px;
  }
}
.page-hero-simple__wrapper.tagged-page .view-trulaske-stories .views-row .story-list__main-wrapper {
  margin: 0;
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories {
  max-width: initial;
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post {
  max-width: 1350px;
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__main-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  padding-bottom: 86px;
  border: 0;
  margin: 0;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__main-wrapper {
    padding-bottom: 121px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__main-wrapper {
    padding-bottom: 131px;
  }
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__main-wrapper:before {
  display: none;
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__separator > * {
  display: inline-block;
  vertical-align: middle;
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__separator > *:not(:last-of-type):after {
  background: #F1B82D;
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__media {
  width: 115px;
  order: 2;
  position: absolute;
  top: -41px;
  right: 20px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__media {
    right: 44px;
    width: 233px;
    top: initial;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__media {
    width: 333px;
    position: static;
  }
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__caption {
  width: 100%;
  max-width: 901px;
  background: #000000;
  color: #FFFFFF;
  padding: 50px 60px 35px 20px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__caption {
    margin-right: 117px;
    padding-left: 50px;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__caption {
    padding: 100px 142px 78px;
    margin-left: 129px;
    margin-right: -124px;
  }
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__caption:before {
    content: "";
    width: 509px;
    height: 405px;
    background: url(../assets/images/stroy-quote.svg) no-repeat;
    position: absolute;
    left: 3px;
    z-index: -1;
    bottom: 50px;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__caption:before {
    width: 399px;
    height: 328px;
    left: -152px;
    bottom: 50px;
    background-size: 100%;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__caption:before {
    width: 509px;
    height: 405px;
    left: 3px;
    background-size: auto;
    bottom: 50px;
  }
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__quote {
  margin-bottom: 13px;
}
@media (min-width: 700px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__quote {
    margin-bottom: 38px;
    max-width: 74%;
  }
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__quote {
    max-width: 524px;
  }
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__quote:before {
  content: "";
  background: url(../assets/icons/story-list-quote.png) no-repeat;
  display: block;
  width: 50px;
  height: 62px;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__quote:before {
    width: 100px;
    height: 82px;
    background-size: auto;
  }
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__subtitle {
  color: #FFFFFF;
}
.page-hero-simple__wrapper:not(.tagged-page) .view-trulaske-stories .views-row.first-story-post .story-list__title a {
  color: #FFFFFF;
}

.story-wide__header-title {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  font-size: 27px;
  letter-spacing: 1.53px;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
@media (min-width: 700px) {
  .story-wide__header-title {
    font-size: 35px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1025px) {
  .story-wide__header-title {
    font-size: 53px;
    letter-spacing: 3px;
  }
}
.story-wide__intro {
  font-size: 16px;
  color: #4E4E4E;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 700px;
  margin: auto;
  margin-top: 20px;
  text-transform: none;
  text-align: left;
}
.story-wide__intro a {
  color: inherit;
  font-weight: 800;
}
.story-wide__intro a:hover {
  text-decoration: underline;
}
.story-wide__single {
  max-width: 1350px;
  width: auto;
}
.story-wide__single .trulaske-onecol__inner {
  margin-bottom: 0;
}
.story-wide__main-wrapper {
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  margin: 80px -20px 0;
  position: relative;
}
@media (min-width: 700px) {
  .story-wide__main-wrapper {
    padding-bottom: 121px;
  }
}
@media (min-width: 1025px) {
  .story-wide__main-wrapper {
    padding: 0;
    margin: 0;
    margin-top: 80px;
    padding-bottom: 131px;
  }
}
@media (min-width: 700px) {
  .story-wide__main-wrapper:before {
    content: "";
    width: 509px;
    height: 405px;
    background: url(../assets/images/stroy-quote.svg) no-repeat;
    position: absolute;
    left: 3px;
    z-index: -1;
    bottom: 50px;
  }
}
@media (min-width: 700px) and (min-width: 700px) {
  .story-wide__main-wrapper:before {
    width: 399px;
    height: 328px;
    left: -152px;
    bottom: 50px;
    background-size: 100%;
  }
}
@media (min-width: 700px) and (min-width: 1025px) {
  .story-wide__main-wrapper:before {
    width: 509px;
    height: 405px;
    left: 3px;
    background-size: auto;
    bottom: 50px;
  }
}
.story-wide__media {
  width: 115px;
  order: 2;
  position: absolute;
  top: -41px;
  right: 20px;
  z-index: 2;
}
@media (min-width: 700px) {
  .story-wide__media {
    right: 44px;
    width: 233px;
    top: initial;
  }
}
@media (min-width: 1025px) {
  .story-wide__media {
    width: 333px;
    position: static;
  }
}
.story-wide__media img {
  border-radius: 100%;
}
.story-wide__caption {
  width: 100%;
  max-width: 901px;
  background: #000000;
  color: #FFFFFF;
  padding: 50px 60px 35px 20px;
  position: relative;
}
@media (min-width: 700px) {
  .story-wide__caption {
    margin-right: 117px;
    padding-left: 50px;
  }
}
@media (min-width: 1025px) {
  .story-wide__caption {
    padding: 100px 142px 78px;
    margin-left: 129px;
    margin-right: -100px;
  }
}
.story-wide__quote {
  margin-bottom: 13px;
}
@media (min-width: 700px) {
  .story-wide__quote {
    margin-bottom: 38px;
    max-width: 74%;
  }
}
@media (min-width: 1025px) {
  .story-wide__quote {
    max-width: 524px;
  }
}
.story-wide__quote:before {
  content: "";
  background: url(../assets/icons/story-list-quote.png) no-repeat;
  display: block;
  width: 50px;
  height: 62px;
  background-size: 100%;
}
@media (min-width: 1025px) {
  .story-wide__quote:before {
    width: 100px;
    height: 82px;
    background-size: auto;
  }
}
.story-wide__subtitle {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  line-height: 2.54;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .story-wide__subtitle {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .story-wide__subtitle {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}
.story-wide__quote {
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  line-height: 1.5;
  font-size: 17px;
  margin-bottom: 13px;
}
@media (min-width: 700px) {
  .story-wide__quote {
    font-size: 20px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1025px) {
  .story-wide__quote {
    line-height: 1.47;
    font-size: 30px;
  }
}
.story-wide__separator > * {
  display: inline-block;
  vertical-align: middle;
}
.story-wide__separator > *:not(:last-of-type):after {
  content: "";
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 100;
  background: #F1B82D;
  width: 2px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(30deg);
}
@media (min-width: 700px) {
  .story-wide__separator > *:not(:last-of-type):after {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 1025px) {
  .story-wide__separator > *:not(:last-of-type):after {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.story-wide__title {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1.2px;
  font-family: "Graphik Cond Web", sans-serif;
}
@media (min-width: 700px) {
  .story-wide__title {
    font-size: 13px;
  }
}
@media (min-width: 1025px) {
  .story-wide__title {
    font-size: 15px;
  }
}
.story-wide__title a {
  color: #FFFFFF;
  border-bottom: solid 2px #F1B82D;
  padding-bottom: 6px;
}
@media (min-width: 700px) {
  .story-wide__title a {
    border-bottom: solid 3px #F1B82D;
  }
}
.story-wide__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
.accordion {
  margin: 0 0 2em;
}
.accordion__main-wrapper {
  max-width: 804px;
  width: 100%;
  padding: 0 20px;
}
.accordion__main-wrapper .trulaske-onecol__inner {
  margin-bottom: 0;
}
@media (min-width: 700px) {
  .accordion__main-wrapper {
    padding: 0 50px;
  }
}
.accordion__title {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.19;
  letter-spacing: 1.7px;
  margin: 0;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .accordion__title {
    font-size: 38.5px;
    letter-spacing: 2.18px;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .accordion__title {
    font-size: 53px;
    letter-spacing: 3px;
  }
}
.accordion__intro {
  line-height: 1.75;
  color: #4E4E4E;
  font-size: 14px;
}
@media (min-width: 700px) {
  .accordion__intro {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (min-width: 1025px) {
  .accordion__intro {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (min-width: 1025px) {
  .accordion {
    position: relative;
    padding: 0;
  }
}
.accordion__all {
  text-align: left;
  margin: 43px 0 5px;
}
@media (min-width: 700px) {
  .accordion__all {
    margin: 31px 0 10px;
  }
}
@media (min-width: 1025px) {
  .accordion__all {
    margin: 40px 0 15px;
  }
}
.accordion__all button {
  position: relative;
  background-color: transparent;
  border: 0;
  color: #000000;
  font-size: 13px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  font-family: "Graphik Cond Web", sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 0;
}
@media (min-width: 700px) {
  .accordion__all button {
    font-size: 12.7px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1025px) {
  .accordion__all button {
    font-size: 16px;
  }
}
.accordion__all button:not(:last-of-type):after {
  content: "";
  width: 2px;
  height: 10px;
  background: #d2d2d2;
  display: inline-block;
  margin: 0 3px 0 7px;
}
@media (min-width: 700px) {
  .accordion__all button:not(:last-of-type):after {
    height: 9px;
    margin: 0 3px 0 7px;
  }
}
@media (min-width: 1025px) {
  .accordion__all button:not(:last-of-type):after {
    height: 12px;
    margin: 0 12px;
  }
}
.accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.accordion__all .accordion__expand-all {
  cursor: pointer;
}
.accordion__all .accordion__collapse-all {
  cursor: pointer;
}
.accordion__item {
  border-bottom: 1px solid #d2d2d2;
}
.accordion__item:focus {
  outline-width: 2px;
}
.accordion__toggle {
  display: block;
  position: relative;
  padding: 25px 0 25px 47px;
  width: 100%;
  background: transparent;
  border: 0;
  color: #000000;
  font-family: "ClarendonURW", serif;
  font-weight: 100;
  cursor: pointer;
  text-align: left;
  transition: 0.3s ease-in-out;
  font-size: 16px;
}
@media (min-width: 700px) {
  .accordion__toggle {
    font-size: 20px;
    letter-spacing: 1.6px;
    padding-left: 55px;
  }
}
@media (min-width: 1025px) {
  .accordion__toggle {
    font-size: 25px;
    padding-left: 63px;
  }
}
.accordion__toggle:focus {
  outline-width: 2px;
}
.accordion__toggle.js-expanded .accordion__icon {
  background: #000000;
}
.accordion__toggle.js-expanded .accordion__icon:before {
  height: 0;
}
.accordion__toggle.js-expanded .accordion__icon:after {
  background: #F1B82D;
}
.accordion__icon {
  position: absolute;
  height: 29px;
  width: 29px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F1B82D;
  border-radius: 100%;
}
@media (min-width: 700px) {
  .accordion__icon {
    height: 23px;
    width: 23px;
  }
}
@media (min-width: 1025px) {
  .accordion__icon {
    height: 29px;
    width: 29px;
  }
}
.accordion__icon:before, .accordion__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  content: "";
  transition: 0.3s ease-in-out;
}
.accordion__icon:before {
  height: 40%;
  width: 2px;
}
@media (min-width: 700px) {
  .accordion__icon:before {
    height: 45%;
    width: 2px;
  }
}
@media (min-width: 1025px) {
  .accordion__icon:before {
    height: 45%;
    width: 3px;
  }
}
.accordion__icon:after {
  width: 40%;
  height: 2px;
}
@media (min-width: 700px) {
  .accordion__icon:after {
    width: 45%;
    height: 2px;
  }
}
@media (min-width: 1025px) {
  .accordion__icon:after {
    width: 45%;
    height: 3px;
  }
}
.accordion__content {
  display: none;
  padding-left: 47px;
  color: #4E4E4E;
  line-height: 1.75;
  position: relative;
  z-index: 1;
  font-size: 12px;
  margin-top: -10px;
}
@media (min-width: 700px) {
  .accordion__content {
    padding-left: 55px;
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .accordion__content {
    padding-left: 63px;
    font-size: 16px;
    margin-top: -15px;
  }
}
.accordion__content .views-element-container {
  width: 100%;
}
.accordion__copy {
  width: 100%;
}
.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}
@media (max-width: 699px) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}
.accordion__top {
  position: relative;
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 900;
  font-family: "Graphik Cond Web", sans-serif;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.9px;
  margin-top: 27px;
  margin-bottom: 20px;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
}
@media (min-width: 700px) {
  .accordion__top {
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 12.7px;
    letter-spacing: 1px;
  }
}
@media (min-width: 1025px) {
  .accordion__top {
    margin-top: 40px;
    margin-bottom: 35px;
    font-size: 16px;
  }
}
.accordion__top:hover {
  border-color: #F1B82D;
}

.carousel-image-feature {
  max-width: 1350px;
  position: relative;
  width: auto;
  margin: auto;
  padding: 0;
}
.carousel-image-feature .trulaske-onecol__inner {
  margin: 20px 0;
}
@media (min-width: 700px) {
  .carousel-image-feature .trulaske-onecol__inner {
    margin: 40px 0;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature .trulaske-onecol__inner {
    margin: 50px 0;
  }
}
.carousel-image-feature__header {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .carousel-image-feature__header {
    margin-bottom: 35px;
    padding: 0 50px;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature__header {
    width: 820px;
    margin: 0 auto 50px;
  }
}
.carousel-image-feature__header-title {
  font-family: "Graphik Cond Web", sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.19;
  letter-spacing: 1.7px;
  margin: 0;
  margin-bottom: 23px;
  text-transform: uppercase;
}
@media (min-width: 700px) {
  .carousel-image-feature__header-title {
    font-size: 38.5px;
    letter-spacing: 2.18px;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature__header-title {
    font-size: 53px;
    letter-spacing: 3px;
  }
}
.carousel-image-feature__intro {
  line-height: 1.75;
  color: #4E4E4E;
  font-size: 14px;
}
@media (min-width: 700px) {
  .carousel-image-feature__intro {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature__intro {
    font-size: 16px;
    line-height: 1.75;
  }
}
.carousel-image-feature__intro a {
  color: #000000;
  font-weight: bold;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
}
.carousel-image-feature__intro a:hover {
  border-color: #F1B82D;
}
.carousel-image-feature__content {
  position: relative;
}
@media (min-width: 1025px) {
  .carousel-image-feature__content {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}
.carousel-image-feature__slide-caption {
  padding: 20px 0 0 20px;
  line-height: 1.75;
  color: #4E4E4E;
  opacity: 0;
  font-size: 14px;
}
@media (min-width: 700px) {
  .carousel-image-feature__slide-caption {
    padding: 37px 0 0 50px;
    margin-right: -42px;
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature__slide-caption {
    width: 820px;
    margin: auto;
    padding-top: 40px;
    font-size: 16px;
  }
}
.carousel-image-feature__slide-caption a {
  color: #000000;
  font-weight: bold;
  border-bottom: solid 2px transparent;
  transition: all 0.3s ease;
}
.carousel-image-feature__slide-caption a:hover {
  border-color: #F1B82D;
}
@media (min-width: 1025px) {
  .carousel-image-feature .trulaske-slider__wrapper {
    width: 1140px;
    max-width: 1304px;
    margin-left: auto;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1025px) and (min-width: 1600px) {
  .carousel-image-feature .trulaske-slider__wrapper {
    width: auto;
    max-width: 1350px;
    overflow: visible;
  }
}
.carousel-image-feature .trulaske-slider__gallery {
  position: relative;
  opacity: 0;
  visibility: hidden;
}
.carousel-image-feature .trulaske-slider__gallery img {
  width: 100%;
}
.carousel-image-feature .trulaske-slider__gallery.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.carousel-image-feature .trulaske-slider__gallery-slide {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  outline: 0;
}
@media (min-width: 700px) {
  .carousel-image-feature .trulaske-slider__gallery-slide {
    width: 611px;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature .trulaske-slider__gallery-slide {
    width: 930px;
  }
}
.carousel-image-feature .trulaske-slider__gallery-slide:not(:last-of-type) {
  margin-right: 20px;
}
@media (min-width: 700px) {
  .carousel-image-feature .trulaske-slider__gallery-slide:not(:last-of-type) {
    margin-right: 36px;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature .trulaske-slider__gallery-slide:not(:last-of-type) {
    margin-right: 82px;
  }
}
.carousel-image-feature .trulaske-slider__gallery-slide.slick-active .carousel-image-feature__slide-caption {
  opacity: 1;
}
.carousel-image-feature .trulaske-slider__pager {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 56px;
  top: 142px !important;
}
@media (min-width: 700px) {
  .carousel-image-feature .trulaske-slider__pager {
    width: 148px;
    height: 74px;
    top: 283px !important;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature .trulaske-slider__pager {
    width: 196px;
    top: 447px !important;
    height: 98px;
  }
}
.carousel-image-feature .trulaske-slider__pager:hover:after {
  opacity: 0;
}
.carousel-image-feature .slick-next,
.carousel-image-feature .slick-prev {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  width: 55px;
  height: 100%;
  color: transparent;
  background-color: #FFFFFF;
  border: 0;
  font-size: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.77;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-blend-mode: multiply;
  cursor: pointer;
}
@media (min-width: 700px) {
  .carousel-image-feature .slick-next,
.carousel-image-feature .slick-prev {
    width: 74px;
  }
}
@media (min-width: 1025px) {
  .carousel-image-feature .slick-next,
.carousel-image-feature .slick-prev {
    width: 98px;
  }
}
.carousel-image-feature .slick-next:hover,
.carousel-image-feature .slick-prev:hover {
  background-color: #F1B82D;
}
.carousel-image-feature .slick-next:before,
.carousel-image-feature .slick-prev:before {
  content: none;
}
.carousel-image-feature .slick-next:after,
.carousel-image-feature .slick-prev:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../assets/icons/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  .carousel-image-feature .slick-next:after,
.carousel-image-feature .slick-prev:after {
    width: 16px;
    height: 12px;
  }
}
.carousel-image-feature .slick-next.slick-disabled,
.carousel-image-feature .slick-prev.slick-disabled {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
}
.carousel-image-feature .slick-next {
  transform: rotate(-90deg);
}
.carousel-image-feature .slick-prev {
  transform: rotate(90deg);
}

.carousel-standard {
  max-width: 1350px;
  position: relative;
  width: auto;
  margin: auto;
  padding: 0;
}
.carousel-standard .trulaske-onecol__inner {
  margin: 20px 0;
}
@media (min-width: 700px) {
  .carousel-standard .trulaske-onecol__inner {
    margin: 40px 0;
  }
}
@media (min-width: 1025px) {
  .carousel-standard .trulaske-onecol__inner {
    margin: 50px 0;
  }
}
.carousel-standard__header {
  position: relative;
  overflow: hidden;
}
@media (min-width: 700px) {
  .carousel-standard__header {
    background: url(../assets/images/stroy-quote.svg) no-repeat;
    padding-bottom: 80px;
    padding-bottom: 80px;
    background-size: 400px;
    background-position: -200px 185px;
  }
}
@media (min-width: 1025px) {
  .carousel-standard__header {
    background-position: left 256px;
    background-size: auto;
  }
}
.carousel-standard .trulaske-slider__wrapper {
  max-width: 320px;
  position: relative;
}
@media (min-width: 700px) {
  .carousel-standard .trulaske-slider__wrapper {
    max-width: 700px;
    margin: auto;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 1025px) {
  .carousel-standard .trulaske-slider__wrapper {
    max-width: 931px;
  }
}
.carousel-standard .trulaske-slider__gallery-slide {
  display: inline-block;
  vertical-align: top;
  outline: 0;
}
@media (max-width: 699px) {
  .carousel-standard .trulaske-slider__gallery-slide:not(:last-of-type) {
    margin-right: 40px;
  }
}
.carousel-standard .trulaske-slider__pager {
  position: absolute;
  z-index: 9;
  top: 307px;
  right: 0;
}
@media (min-width: 700px) {
  .carousel-standard .trulaske-slider__pager {
    bottom: -1px;
    left: 262px;
    top: initial;
    right: initial;
  }
}
@media (min-width: 1025px) {
  .carousel-standard .trulaske-slider__pager {
    transform: translateX(-50%);
    left: calc(50% - 17px);
  }
}
@media (min-width: 700px) {
  .carousel-standard__slide {
    background: #000000;
    display: flex;
    align-items: center;
  }
}
.carousel-standard__slide-media {
  order: 2;
}
.carousel-standard__slide-caption {
  order: 1;
  color: #FFFFFF;
  background: #000000;
  padding: 57px 20px 42px;
  width: 320px;
  height: 320px;
  overflow: auto;
}
@media (min-width: 700px) {
  .carousel-standard__slide-caption {
    width: 336px;
    padding: 50px;
    height: 411px;
  }
}
@media (min-width: 1025px) {
  .carousel-standard__slide-caption {
    width: 449px;
    padding-left: 76px;
    padding-right: 86px;
    padding-top: 60px;
    height: 540px;
  }
}
.carousel-standard__slide-subtitle {
  font-family: "Graphik Cond Web", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
@media (min-width: 700px) {
  .carousel-standard__slide-subtitle {
    margin-bottom: 17px;
  }
}
@media (min-width: 1025px) {
  .carousel-standard__slide-subtitle {
    font-size: 15px;
    letter-spacing: 1.2px;
    margin-bottom: 22px;
  }
}
.carousel-standard__slide-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #F1B82D;
}
@media (min-width: 700px) {
  .carousel-standard__slide-title {
    font-size: 35px;
    letter-spacing: 2px;
  }
}
.carousel-standard__slide-title a {
  color: #F1B82D;
}
.carousel-standard__slide-body {
  line-height: 1.75;
  font-size: 14px;
}
@media (min-width: 700px) {
  .carousel-standard__slide-body {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media (min-width: 1025px) {
  .carousel-standard__slide-body {
    font-size: 16px;
    line-height: 1.75;
  }
}
.carousel-standard__slide-body a {
  font-weight: bold;
  border-bottom: solid 2px #F1B82D;
}
.carousel-standard .slick-next,
.carousel-standard .slick-prev {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  width: 55px;
  height: 55px;
  color: transparent;
  background-color: #FFFFFF;
  border: 0;
  font-size: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  outline: 0;
  opacity: 0.77;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-blend-mode: multiply;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 700px) {
  .carousel-standard .slick-next,
.carousel-standard .slick-prev {
    width: 73px;
    height: 74px;
  }
}
.carousel-standard .slick-next:hover,
.carousel-standard .slick-prev:hover {
  background-color: #F1B82D;
}
.carousel-standard .slick-next:before,
.carousel-standard .slick-prev:before {
  content: none;
}
.carousel-standard .slick-next:after,
.carousel-standard .slick-prev:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url("../assets/icons/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 700px) {
  .carousel-standard .slick-next:after,
.carousel-standard .slick-prev:after {
    width: 16px;
    height: 12px;
  }
}
.carousel-standard .slick-next.slick-disabled,
.carousel-standard .slick-prev.slick-disabled {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
}
.carousel-standard .slick-next:after {
  transform: rotate(-90deg);
}
.carousel-standard .slick-prev:after {
  transform: rotate(90deg);
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  vertical-align: top;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 8.5em;
  padding-right: 15px;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

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