/*!
 Theme Name: senecaofficial
 Theme URI: http://underscores.me/
 Author: Orlando Watson
 Author URI: http://www.orlandogwatson.com
 Description: Theme developed for Seneca.
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: senecaofficial
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 senecaofficial is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * 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
 ========================================================================== */
/**
 * 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
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #212121;
  font-family: "Proxima Nova", sans-serif;
  font-display: fallback;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.type__caption {
  font-size: 12px;
  letter-spacing: 0.025rem;
}
.type__spacey {
  letter-spacing: 17.7px;
}
.type__spacey_4 {
  letter-spacing: 4.4px;
}
.type__spacey_6 {
  letter-spacing: 6.7px;
}
.type__spacey_9 {
  letter-spacing: 9px;
}
.type__uppercase {
  text-transform: uppercase;
}
.type__color_white {
  color: white;
}
.type__color_dark {
  color: #898787 !important;
}
.type__center {
  text-align: center;
}
.type__underline {
  text-decoration: underline;
}
.type__bold {
  font-weight: bold;
}
.type__lighter {
  font-weight: lighter;
}
.type__weight_300 {
  font-weight: 300;
}
.type__weight_500 {
  font-weight: 500;
}
.type__weight_600 {
  font-weight: 600;
}
.type__no_margin {
  margin: 0;
}
.type__fade {
  opacity: 0.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
h1, h2 {
  font-size: 7vw;
  color: inherit;
}
h3 {
  font-size: 48px;
  letter-spacing: 0;
  color: inherit;
}
h4 {
  font-size: 34px;
  line-height: 1.39;
  letter-spacing: 0.015625rem;
  color: inherit;
}
h5 {
  font-size: 24px;
  letter-spacing: 1.67;
  color: inherit;
  font-weight: 500;
}
h6 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: inherit;
  text-transform: uppercase;
}
@media (min-width: 900px) {
  h1 {
    font-size: 72px;
  }
  h2 {
    font-size: 64px;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.bg__red {
  background-color: #c12333;
}
.bg__yellow {
  background-color: #f4b023;
}
.bg__blue {
  background-color: #105faa;
}
.bg__green {
  background-color: #067a3f;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  width: 100%;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
ul, ol {
  margin: 0;
  padding-left: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: none;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  max-width: 100%;
  /* Adhere to container width. */
  height: auto;
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  display: inline-block;
  width: 265px;
  max-width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 7.5px;
  color: #898787;
  background-color: white;
  border-radius: 28px;
  padding: 16px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto", Helvetica, sans-serif;
}
button.link_button, input[type="button"].link_button, input[type="reset"].link_button, input[type="submit"].link_button, .button.link_button {
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
  width: 165px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus {
  border-color: #aaa #bbb #bbb;
}
button.button__transparent, input[type="button"].button__transparent, input[type="reset"].button__transparent, input[type="submit"].button__transparent, .button.button__transparent {
  border: 2px solid #898787;
  background-color: rgba(0, 0, 0, 0);
}
button.button__squarer, input[type="button"].button__squarer, input[type="reset"].button__squarer, input[type="submit"].button__squarer, .button.button__squarer {
  border-radius: 8px;
}
button.button__bold, input[type="button"].button__bold, input[type="reset"].button__bold, input[type="submit"].button__bold, .button.button__bold {
  font-size: 16px;
  font-weight: 500;
  color: #9b9b9b;
  width: 390px;
  letter-spacing: 2.9px;
}
.site-footer .button {
  width: 173px;
  height: 32px;
  padding: 10px;
  margin-top: 5px;
  letter-spacing: 1.5px;
  background: #4a4a4a;
  color: #fafafa;
  font-size: 0.6em;
  border-radius: 8px;
}
.site-footer.footer__front_page .button {
  background: #fafafa;
  color: #4a4a4a;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.nf-form-title, .nf-before-form-content, .nf-after-form-content, .nf-error-wrap.nf-error {
  display: none;
}
.nf-field-container .nf-field-label {
  margin-bottom: 0 !important;
}
.nf-field-container .nf-field-label label {
  margin: 0;
  font-size: 14px;
  color: #424242;
  font-weight: normal;
}
.nf-field-element input {
  padding: 12px 10px;
}
.submit-wrap {
  text-align: right;
}
.nf-field-element input[type="button"] {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 1em;
  width: 165px !important;
  max-width: 100%;
  letter-spacing: normal;
  border-radius: 20px;
  font-family: "Proxima Nova", sans-serif;
  display: inline-block;
  background-color: #025ea7;
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: inherit;
  text-decoration: none !important;
}
/*
 * a:visited {
 * color: inherit;
 *}
 */
a:hover, a:focus, a:active {
  color: inherit;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #fafafa;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Animations
 --------------------------------------------------------------*/
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  25% {
    border-top: 2px solid #eca921;
  }
  50% {
    border-top: 2px solid #eca921;
    border-right: 2px solid #eca921;
  }
  75% {
    border-top: 2px solid #eca921;
    border-right: 2px solid #eca921;
    border-bottom: 2px solid #eca921;
  }
  100% {
    border-top: 2px solid #eca921;
    border-right: 2px solid #eca921;
    border-bottom: 2px solid #eca921;
    border-left: 2px solid #eca921;
  }
}
@keyframes load {
  25% {
    border-top: 2px solid #eca921;
  }
  50% {
    border-top: 2px solid #eca921;
    border-right: 2px solid #eca921;
  }
  75% {
    border-top: 2px solid #eca921;
    border-right: 2px solid #eca921;
    border-bottom: 2px solid #eca921;
  }
  100% {
    border-top: 2px solid #eca921;
    border-right: 2px solid #eca921;
    border-bottom: 2px solid #eca921;
    border-left: 2px solid #eca921;
  }
}
@-webkit-keyframes removeAfter {
  to {
    opacity: 0;
  }
}
@keyframes removeAfter {
  to {
    opacity: 0;
  }
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 ## Content Blocks
 --------------------------------------------------------------*/
article.content_block {
  padding: 35px 0;
  margin: 0 auto;
  width: 1440px;
  max-width: 100%;
  text-align: center;
  color: #292929;
  overflow-x: hidden;
}
article.content_block > span {
  -webkit-transition: opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  transition: opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  transition: transform 450ms ease-in, opacity 400ms ease-in;
  transition: transform 450ms ease-in, opacity 400ms ease-in, -webkit-transform 450ms ease-in;
}
article.content_block > span > img {
  max-width: 100%;
}
article.content_block[data-in-view="false"] > span, article.content_block[data-in-view="false"][data-orientation="image-right"] > .content_item__content {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
article.content_block[data-in-view="false"] > .content_item__content, article.content_block[data-in-view="false"][data-orientation="image-right"] > span {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
article.content_block .content_item__content {
  -webkit-transition: opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  transition: opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  transition: transform 450ms ease-in, opacity 400ms ease-in;
  transition: transform 450ms ease-in, opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  padding: 2em;
}
article.content_block .content_item__content > h4 {
  margin-top: 0;
  letter-spacing: 21.2px;
}
article.content_block .content_item__content > p {
  line-height: 22px;
  letter-spacing: 2px;
  font-size: 14px;
  max-width: 500px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 3.28571429em;
}
article.content_block .content_item__content > a.button {
  border: 2px solid #292929;
  border-radius: 8px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  color: #292929;
}
@media (min-width: 992px) {
  article.content_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  article.content_block > span, article.content_block .content_item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  article.content_block[data-orientation="image-right"] > span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (min-width: 1440px) {
  article.content_block > span {
    max-width: 791px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 791px;
    flex: 1 0 791px;
  }
}
article.icontent_block {
  padding: 35px 0;
  margin: 0 auto;
  width: 1440px;
  max-width: 100%;
  text-align: center;
  color: #292929;
  overflow-x: hidden;
}
article.icontent_block > span {
  -webkit-transition: opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  transition: opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  transition: transform 450ms ease-in, opacity 400ms ease-in;
  transition: transform 450ms ease-in, opacity 400ms ease-in, -webkit-transform 450ms ease-in;
}
article.icontent_block > span > img {
  max-width: 100%;
}
article.icontent_block .icontent_item__content {
  -webkit-transition: opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  transition: opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  transition: transform 450ms ease-in, opacity 400ms ease-in;
  transition: transform 450ms ease-in, opacity 400ms ease-in, -webkit-transform 450ms ease-in;
  padding: 2em;
  text-align: left;
}
@media (min-width: 992px) {
  article.icontent_block .icontent_item__content {
    padding: 2em 0;
  }
}
article.icontent_block .icontent_item__content span {
  display: block;
}
article.icontent_block .icontent_item__content span p > span {
  display: inline;
}
article.icontent_block .icontent_item__content span p > span.attrlink {
  color: #105faa;
}
article.icontent_block .icontent_item__content span > i {
  display: block;
  margin-bottom: 1em;
}
article.icontent_block .icontent_item__content span > i img {
  max-width: 28px;
}
article.icontent_block .icontent_item__content span > h6 {
  margin: 0 0 16px;
}
article.icontent_block .icontent_item__content span > p {
  color: #757575;
  margin-top: 0;
  margin-bottom: 2em;
  max-width: 458px;
}
article.icontent_block .icontent_item__content span > a.button {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  color: white;
  padding: 1em;
  width: 165px;
  max-width: 100%;
  letter-spacing: normal;
  border-radius: 20px;
  font-family: "Proxima Nova", sans-serif;
  display: block;
}
article.icontent_block .icontent_item__content span > div {
  max-width: 458px;
  color: #757575;
}
article.icontent_block .icontent_item__content span ol {
  list-style: decimal;
  padding-left: 20px;
}
article.icontent_block .icontent_item__content span ol li {
  margin-top: 9px;
}
@media (min-width: 992px) {
  article.icontent_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  article.icontent_block > span, article.icontent_block .icontent_item__content {
    max-width: 50%;
    flex: 0 1 50%;
  }
  article.icontent_block > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  article.icontent_block > span img {
    width: 99%;
  }
  article.icontent_block .icontent_item__content {
    display: flex;
    justify-content: center;
  }
  article.icontent_block[data-orientation="image-right"] > span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    justify-content: flex-end;
  }
}
/*--------------------------------------------------------------
 ## Navigation
 --------------------------------------------------------------*/
#page > nav {
  position: relative;
  top: 0;
  width: 100%;
  color: #898787;
  background-color: white;
  text-align: center;
  z-index: 998;
}
#page > nav.nav__bg_red, #page > nav.nav__bg_blue, #page > nav.nav__bg_green, #page > nav.nav__bg_yellow {
  color: white;
}
@media (min-width: 992px) {
  #page > nav.nav__bg_red:not([data-state="open"]) .logo__white, #page > nav.nav__bg_blue:not([data-state="open"]) .logo__white, #page > nav.nav__bg_green:not([data-state="open"]) .logo__white, #page > nav.nav__bg_yellow:not([data-state="open"]) .logo__white {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5em 0 0;
    z-index: 999;
  }
}
#page > nav.nav__bg_red .custom-logo-link, #page > nav.nav__bg_blue .custom-logo-link, #page > nav.nav__bg_green .custom-logo-link, #page > nav.nav__bg_yellow .custom-logo-link {
  display: none;
}
#page > nav.nav__bg_red .logo__white, #page > nav.nav__bg_blue .logo__white, #page > nav.nav__bg_green .logo__white, #page > nav.nav__bg_yellow .logo__white {
  text-align: center;
  display: block;
  width: 100%;
  padding: 1.5em 1em 1em;
}
#page > nav.nav__bg_red .logo__white img, #page > nav.nav__bg_blue .logo__white img, #page > nav.nav__bg_green .logo__white img, #page > nav.nav__bg_yellow .logo__white img {
  display: inline-block;
  max-width: 112px;
}
#page > nav.nav__bg_red .nav__list a, #page > nav.nav__bg_blue .nav__list a, #page > nav.nav__bg_green .nav__list a, #page > nav.nav__bg_yellow .nav__list a {
  color: white;
}
#page > nav.nav__bg_red .nav__toggle, #page > nav.nav__bg_blue .nav__toggle, #page > nav.nav__bg_green .nav__toggle, #page > nav.nav__bg_yellow .nav__toggle {
  background: rgba(255, 255, 255, 0);
}
#page > nav.nav__bg_red .nav__toggle > span, #page > nav.nav__bg_blue .nav__toggle > span, #page > nav.nav__bg_green .nav__toggle > span, #page > nav.nav__bg_yellow .nav__toggle > span {
  background-color: white;
}
#page > nav.nav__bg_red .nav__toggle > span::before, #page > nav.nav__bg_blue .nav__toggle > span::before, #page > nav.nav__bg_green .nav__toggle > span::before, #page > nav.nav__bg_yellow .nav__toggle > span::before, #page > nav.nav__bg_red .nav__toggle > span::after, #page > nav.nav__bg_blue .nav__toggle > span::after, #page > nav.nav__bg_green .nav__toggle > span::after, #page > nav.nav__bg_yellow .nav__toggle > span::after {
  background-color: white;
}
#page > nav.nav__bg_red {
  background-color: #c12333;
}
#page > nav.nav__bg_blue {
  background-color: #105faa;
}
#page > nav.nav__bg_green {
  background-color: #067a3f;
}
#page > nav.nav__bg_yellow {
  background-color: #f4b023;
}
#page > nav .custom-logo-link {
  text-align: center;
  display: block;
  width: 100%;
  padding: 1.5em 1em 1em;
}
#page > nav .custom-logo-link img {
  display: inline-block;
  /*max-width: 112px;*/
	max-width: 135px;
}
@media (min-width: 992px) {
  #page > nav .custom-logo-link {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5em 0 0;
    z-index: 999;
  }
}
#page > nav .logo__white {
  display: none;
}
#page > nav[data-state="open"] {
  height: 100%;
  background-color: #4a4a4a;
  color: white;
  padding: 6em 0 4em;
  text-align: center;
  position: fixed;
}
#page > nav[data-state="open"] > .logo__white {
  display: inline-block;
}
#page > nav[data-state="open"] .nav__toggle {
  top: 76px;
}
#page > nav[data-state="open"] .custom-logo-link {
  display: none;
}
#page > nav .nav__list {
  width: 100%;
  -webkit-transition: opacity 200ms linear 200ms;
  transition: opacity 200ms linear 200ms;
  font-size: 18px;
  font-size: 1.125rem;
}
#page > nav .nav__list[data-state="closed"] {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
#page > nav .nav__list[data-state="closed"] a.hamburger_only {
  display: none;
}
#page > nav .nav__list[data-state="open"] {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90%;
  margin: 2em auto;
  overflow-y: auto;
  -ms-overflow-style: none;
}
#page > nav .nav__list[data-state="open"]::-webkit-scrollbar {
  width: 0 !important;
}
#page > nav .nav__list[data-state="open"] > a {
  width: 100%;
  padding: 1em;
  letter-spacing: 7.3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}
#page > nav .nav__list[data-state="open"] > a.hamburger_only {
  display: block;
}
#page > nav .nav__list[data-state="open"] > span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page > nav .nav__list[data-state="open"] > span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#page > nav .nav__list a {
  text-transform: uppercase;
  display: block;
  padding: 1em 0.85em;
  letter-spacing: 2.6px;
  font-size: 14px;
  color: #292929;
}
@media (min-width: 992px) {
  #page > nav .nav__list {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  #page > nav .nav__list[data-state="closed"] {
    opacity: 1;
    max-height: 67px;
  }
  #page > nav .nav__list a {
    text-transform: uppercase;
    display: inline-block;
    padding: 1em;
  }
}
#page > nav .nav__toggle {
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  right: 17px;
  padding: 2px 5px;
  display: block;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page > nav .nav__toggle > span {
  width: 100%;
  margin: 10px auto;
  height: 2px;
  display: block;
  border-radius: 2px;
  background-color: #292929;
  position: relative;
  -webkit-transition: height linear 100ms;
  transition: height linear 100ms;
}
#page > nav .nav__toggle > span::before, #page > nav .nav__toggle > span::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #292929;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform linear 200ms;
  transition: -webkit-transform linear 200ms;
  transition: transform linear 200ms;
  transition: transform linear 200ms, -webkit-transform linear 200ms;
}
#page > nav .nav__toggle > span::before {
  top: -4px;
}
#page > nav .nav__toggle > span::after {
  top: 4px;
}
#page > nav .nav__toggle[data-state="open"] span {
  height: 0;
  background-color: white;
}
#page > nav .nav__toggle[data-state="open"] span::before, #page > nav .nav__toggle[data-state="open"] span::after {
  top: 0 !important;
  left: 0 !important;
  background-color: #292929;
}
#page > nav .nav__toggle[data-state="open"] span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page > nav .nav__toggle[data-state="open"] span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  #page > nav .nav__toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#page > nav.nav__home {
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}
#page > nav.nav__home .nav__list {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#page > nav.nav__home .nav__list a.home__only_hamburger {
  display: none;
}
#page > nav.nav__home .nav__list[data-state="open"] {
  left: 0;
  right: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90%;
  margin: 2em auto;
  overflow-y: auto;
}
#page > nav.nav__home .nav__list[data-state="open"] a.home__only_hamburger {
  display: block;
}
#page > nav.nav__home .nav__list[data-state="open"] a.home__only_main {
  display: none;
}
@media (min-width: 992px) {
  #page > nav.nav__home {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
#page.show_nav > nav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
body.home #page > nav {
  position: fixed;
}
body.home #page > nav .custom-logo-link {
  display: block;
}
@media (max-width: 992px) {
  body.home #page > nav .nav__toggle {
    top: 48px;
  }
}
body.home.logged-in #page > nav:not([data-state="open"]) {
  top: 32px;
}
/*--------------------------------------------------------------
 ## Front Page
 --------------------------------------------------------------*/
body.home #page > main {
  width: 100%;
  position: relative;
  background-color: #2f2d2d;
}
body.home #page > main .logo {
  display: block;
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 36px 0 0 0;
  background-color: white;
}
body.home #page > main .logo img {
  width: 177px;
  max-width: 100%;
}
@media (min-width: 992px) {
  body.home #page > main > .logo {
    display: none;
  }
}
body.home #page > main section.accordion {
  -webkit-transition: opacity 600ms linear 2s, -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 2s;
  transition: opacity 600ms linear 2s, -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 2s;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 2s, opacity 600ms linear 2s;
  transition: transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 2s, opacity 600ms linear 2s, -webkit-transform 500ms cubic-bezier(0.7, 0, 0.3, 1) 2s;
  -webkit-transform-origin: top;
  transform-origin: top;
}
@media (min-width: 992px) {
  body.home #page > main section.accordion {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100vh;
    position: relative;
  }
}
body.home #page > main section.accordion[data-state="unready"] {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
@media (min-width: 992px) {
  body.home #page > main section.accordion[data-state="unready"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.home #page > main section.accordion[data-state="ready"] {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 992px) {
  body.home #page > main section.accordion[data-state="ready"] {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.home #page > main section.accordion .logo {
  display: none;
}
@media (min-width: 992px) {
  body.home #page > main section.accordion .logo {
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
  }
}
body.home #page > main section.accordion .home__cta {
  display: none;
  padding: 0 2em 4em 2em;
  text-align: center;
}
@media (min-width: 992px) {
  body.home #page > main section.accordion .home__cta {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
}
body.home #page > main section.accordion .home__cta a {
  display: none;
}
@media (min-width: 992px) {
  body.home #page > main section.accordion .home__cta a {
    display: block;
  }
}
body.home #page > main section.accordion .home__cta a i > img {
  width: 34px;
}
body.home #page > main section.accordion .home__cta h4 {
  font-size: 3.5vw;
  letter-spacing: 25.5px;
  word-break: break-word;
  margin-top:0;
}
@media (min-width: 992px) {
  body.home #page > main section.accordion .home__cta h4 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
body.home #page > main .home__content {
  padding: 35px 0;
  background-color: white;
}
@media (max-width: 767px) {
  body.home #page > main .home__content {
    padding-top: 0;
  }
}
/*--------------------------------------------------------------
 ## Events
 --------------------------------------------------------------*/
#events > header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11em 2em;
  background-color: #757575;
}
#events > header h3 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 25px;
  font-size: 40px;
}
/*--------------------------------------------------------------
 ## Loading Screen
 --------------------------------------------------------------*/
.loading_screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4a4a4a;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 750ms cubic-bezier(0.7, 0, 0.3, 1) 1900ms;
  transition: -webkit-transform 750ms cubic-bezier(0.7, 0, 0.3, 1) 1900ms;
  transition: transform 750ms cubic-bezier(0.7, 0, 0.3, 1) 1900ms;
  transition: transform 750ms cubic-bezier(0.7, 0, 0.3, 1) 1900ms, -webkit-transform 750ms cubic-bezier(0.7, 0, 0.3, 1) 1900ms;
}
@media (min-width: 992px) {
  .loading_screen {
    display: none;
  }
}
.loading_screen img {
  width: 169px;
  max-width: 100%;
  margin-bottom: 40px;
}
.loading_screen .loader {
  border: 2px solid #f1f1f1;
  border-radius: 50%;
  border-top: 2px solid #eca921;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1s cubic-bezier(0.17, 0.67, 0.83, 0.67) infinite;
  animation: spin 1s cubic-bezier(0.17, 0.67, 0.83, 0.67) infinite;
  margin: 0 auto;
}
.loading_screen[data-state="ready"] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.loading_screen[data-state="ready"] .loader {
  -webkit-animation: load 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: load 2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
/*--------------------------------------------------------------
 ## Pillars
 --------------------------------------------------------------*/
.home__pillar {
  width: 100%;
  -webkit-transition: -webkit-transform 600ms ease-in, -webkit-box-flex 200ms ease-in;
  transition: -webkit-transform 600ms ease-in, -webkit-box-flex 200ms ease-in;
  transition: transform 600ms ease-in, flex 200ms ease-in;
  transition: transform 600ms ease-in, flex 200ms ease-in, -webkit-transform 600ms ease-in, -webkit-box-flex 200ms ease-in, -ms-flex 200ms ease-in;
  cursor: pointer;
}
.home__pillar[data-accent="yellow"] {
  background-color: #f4b023;
}
@media (min-width: 992px) {
  .home__pillar[data-accent="yellow"] .home__pillar_image::before {
    background-color: #f4b023;
  }
}
.home__pillar[data-accent="red"] {
  background-color: #c12333;
}
@media (min-width: 992px) {
  .home__pillar[data-accent="red"] .home__pillar_image::before {
    background-color: #c12333;
  }
}
.home__pillar[data-accent="green"] {
  background-color: #067a3f;
}
@media (min-width: 992px) {
  .home__pillar[data-accent="green"] .home__pillar_image::before {
    background-color: #067a3f;
  }
}
.home__pillar[data-accent="blue"] {
  background-color: #105faa;
}
@media (min-width: 992px) {
  .home__pillar[data-accent="blue"] .home__pillar_image::before {
    background-color: #105faa;
  }
}
.home__pillar:last-child .home__pillar_content {
  padding-bottom: 7em;
}
@media (max-width: 767px) {
  .home__pillar[data-accordion-state="inactive"] .home__pillar_content {
    max-height: 75px;
    padding: 25px 2em;
    overflow: hidden;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .home__pillar[data-accordion-state="inactive"] .home__pillar_content h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home__pillar[data-accordion-state="inactive"] .home__pillar_content .p__group, .home__pillar[data-accordion-state="inactive"] .home__pillar_content .button {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .home__pillar[data-accordion-state="active"] .home__pillar_content h4 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media (max-width: 767px) {
  .home__pillar:not(:first-of-type) .home__pillar_image {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .home__pillar[data-state="ready"] .revealer {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@media (min-width: 992px) {
  .home__pillar[data-state="unready"] .home__pillar_image {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@media (min-width: 992px) {
  .home__pillar:not([class~="active"]):hover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) {
  .home__pillar:not([class~="active"]) .home__pillar_image:hover::before {
    -webkit-transition: width 500ms linear;
    transition: width 500ms linear;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .home__pillar:not([class~="active"]) .home__pillar_image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .home__pillar:not([class~="active"]) .home__pillar_image:hover::after {
    -webkit-animation: removeAfter 450ms linear forwards;
    animation: removeAfter 450ms linear forwards;
  }
}
@media (min-width: 768px) {
  .home__pillar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .home__pillar {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .home__pillar.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
  }
  .home__pillar.active .home__pillar_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .home__pillar.active[data-accent="yellow"] .home__pillar_content {
    background-color: #f4b023;
  }
  .home__pillar.active[data-accent="red"] .home__pillar_content {
    background-color: #c12333;
  }
  .home__pillar.active[data-accent="blue"] .home__pillar_content {
    background-color: #105faa;
  }
  .home__pillar.active[data-accent="green"] .home__pillar_content {
    background-color: #067a3f;
  }
  .home__pillar.active .home__pillar_content {
    opacity: 1;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home__pillar.active .home__pillar_content h4 {
    font-size: 36px;
    letter-spacing: 25.5px;
  }
  .home__pillar.active .home__pillar_content .p__group {
    max-width: 600px;
  }
  .home__pillar.active .pillar__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 36px;
  }
  .home__pillar.active[data-accent="yellow"] .pillar__close {
    color: #c18b1c;
  }
  .home__pillar.active[data-accent="red"] .pillar__close {
    color: #9b1c29;
  }
  .home__pillar.active[data-accent="green"] .pillar__close {
    color: #045b2f;
  }
  .home__pillar.active[data-accent="blue"] .pillar__close {
    color: #0a3b6a;
  }
  .home__pillar.inactive .home__pillar_content {
    -webkit-transition: width 200ms ease 500ms;
    transition: width 200ms ease 500ms;
  }
}
.home__pillar .home__pillar_image {
  max-width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 156.25%;
  -webkit-transition: -webkit-box-flex 500ms ease, -webkit-transform 450ms ease-in-out;
  transition: -webkit-box-flex 500ms ease, -webkit-transform 450ms ease-in-out;
  transition: flex 500ms ease, transform 450ms ease-in-out;
  transition: flex 500ms ease, transform 450ms ease-in-out, -webkit-box-flex 500ms ease, -ms-flex 500ms ease, -webkit-transform 450ms ease-in-out;
}
@media (min-width: 992px) {
  .home__pillar .home__pillar_image::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 200ms linear;
    transition: width 200ms linear;
  }
}
@media (min-width: 768px) {
  .home__pillar .home__pillar_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    padding-top: 0;
    height: auto;
    background-position: center !important;
  }
}
@media (min-width: 992px) {
  .home__pillar .home__pillar_image {
    padding-top: 0;
    height: 100%;
    position: relative;
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
.home__pillar .home__pillar_content {
  padding: 50px 2em;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.home__pillar .home__pillar_content h4 {
  margin: 0 auto 50px;
  font-size: 18px;
  letter-spacing: 5px;
  word-break: break-word;
}
.home__pillar .home__pillar_content .p__group {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  font-weight: 300;
  margin-bottom: 82px;
}
.home__pillar .home__pillar_content .button {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 6.3px;
}
@media (max-width: 767px) {
  .home__pillar .home__pillar_content {
    max-height: 1000px;
    -webkit-transition: max-height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: max-height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@media (min-width: 768px) {
  .home__pillar .home__pillar_content {
    padding: 82px 3em 4em;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .home__pillar .home__pillar_content {
    max-width: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }
}
.home__pillar .pillar__close {
  display: none;
}
@media (min-width: 992px) {
  .home__pillar .revealer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #292929;
    -webkit-transition: -webkit-transform 450ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: -webkit-transform 450ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: transform 450ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: transform 450ms cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 450ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@media (min-width: 992px) {
  .home__pillar:nth-of-type(2) .revealer {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }
}
@media (min-width: 992px) {
  .home__pillar:nth-of-type(3) .revealer {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
  }
}
@media (min-width: 992px) {
  .home__pillar:last-of-type .revealer {
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
  }
}
/*--------------------------------------------------------------
 ## Accordion
 --------------------------------------------------------------*/
.accordion_main {
  max-width: 1140px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.accordion_main:last-of-type {
  margin-bottom: 48px;
}
.accordion_main[data-state="open"] .event__date > h3 {
  color: #025ea7;
}
.accordion_main[data-state="open"] .accordion__content > section {
  max-height: 100%;
}
.accordion_main[data-state="open"] .object__caret_right {
  transform: rotate(90deg);
}
.accordion_main[data-state="closed"] .accordion__content > section {
  overflow: hidden;
  max-height: 0;
}
.accordion_main .event__date {
  padding: 0 1em;
}
.accordion_main .event__date > span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #a7a7a7;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
.accordion_main .event__date > h3 {
  margin: 0;
  color: #bdbdbd;
  text-align: center;
  line-height: 1;
}
.accordion_main .accordion__content {
  background-color: white;
  padding: 0 2em;
  flex: 1;
}
.accordion_main .accordion__content > header {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion_main .accordion__content > header h4 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
  margin: 0;
}
.accordion_main .accordion__content > section {
  display: flex;
  flex-flow: row wrap;
  padding-top: 0.5em;
  transition: max-height 200ms linear;
}
@media (min-width: 992px) {
  .accordion_main .accordion__content > section {
    justify-content: space-between;
  }
}
.accordion_main .accordion__content > section.downloads {
  display: flex !important;
}
.accordion_main .accordion__content > section.downloads a {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  color: #707980;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap-reverse;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .accordion_main .accordion__content > section.downloads a {
    max-width: 49%;
    flex: 0 1 49%;
  }
}
.accordion_main .accordion__content > section.downloads a > span:last-child {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4e7ed;
  color: #505d68;
  border-radius: 50%;
}
.accordion_main .accordion__content > section p {
  margin-top: 0;
  padding: 0.5em 1em 0.5em 0;
  max-width: 700px;
  color: #757575;
}
.accordion_main .accordion__content > section p a {
  color: #08f;
}
.accordion_main .accordion__content > section ol {
  list-style: decimal;
  padding-left: 20px;
  color: #757575;
}
.accordion_main .accordion__content > section ol li {
  margin-top: 9px;
}
.accordion_main .accordion__content > section ol li a {
  color: #08f;
}
.accordion_main .accordion__content > section ul {
  margin-top: 1em;
  max-width: 700px;
  color: #757575;
}
.accordion_main .accordion__content > section h6 {
  margin: 0 0 8px;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .accordion_main .accordion__content > section .template__with_topics_left {
    flex: 0 1 565px;
  }
}
.accordion_main .accordion__content > section .template__with_topics_left a {
  color: #08f;
  line-height: 2;
}
.accordion_main .accordion__content > section .template__with_topics_left a span, .accordion_main .accordion__content > section .template__with_topics_left a i {
  display: inline-block;
  vertical-align: middle;
}
.accordion_main .accordion__content > section .template__with_topics_left a span {
  margin-right: 0.5em;
}
.accordion_main .accordion__content > section .template__with_topics_right {
  max-width: 245px;
  flex: 0 1 245px;
}
.accordion_main .accordion__content > section .template__with_topics_right p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: 1.71;
}
.accordion_main .accordion__content > section .template__with_topics_right h6:last-of-type {
  margin-top: 0.5em;
}
/*--------------------------------------------------------------
 ## Caret
 --------------------------------------------------------------*/
.object__caret_right {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  transition: transform 200ms linear;
}
.object__caret_right::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #757575;
  position: absolute;
  top: 1px;
  left: 0;
  transform: rotate(45deg);
}
.object__caret_right::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #757575;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: rotate(-45deg);
}
/*--------------------------------------------------------------
 ## Templates
 --------------------------------------------------------------*/
article.template__no_topics header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11em 2em;
  background-color: #757575;
}
article.template__no_topics header h3 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 25px;
  font-size: 40px;
}
@media (max-width: 600px) {
  article.template__no_topics header h3 {
    font-size: 7vw;
    letter-spacing: 12px;
  }
}
article.template__no_topics section.sub_header {
  max-width: 1140px;
  margin: -3em auto 0;
  padding: 4.25em;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
}
@media (max-width: 600px) {
  article.template__no_topics section.sub_header {
    box-shadow: none;
    padding: 4.25em 2em;
    margin-top: 0;
  }
}
article.template__no_topics section.sub_header h4 {
  font-weight: normal;
  margin: 0;
}
article.template__no_topics section.sub_header p {
  margin-top: 0;
  padding: 0.5em 1em 0.5em 0;
  max-width: 700px;
  color: #757575;
}
@media (max-width: 600px) {
  article.template__no_topics section.sub_header p {
    border-right: none;
  }
}
article.template__no_topics section.sub_header a {
  color: #08f;
  line-height: 2;
}
article.template__no_topics section.sub_header a span, article.template__no_topics section.sub_header a i {
  display: inline-block;
  vertical-align: middle;
}
article.template__no_topics section.sub_header a span {
  margin-right: 0.5em;
}
article.template__no_topics section:last-child {
  max-width: 1140px;
  margin: 6em auto;
}
@media (max-width: 1140px) {
  article.template__no_topics section:last-child {
    padding: 0 2em;
  }
}
@media (max-width: 600px) {
  article.template__no_topics section:last-child {
    margin-top: 0;
  }
}
article.template__no_topics section:last-child h6 {
  text-transform: none;
  letter-spacing: normal;
}
article.template__no_topics section:last-child > * {
  max-width: 570px;
}
article.template__no_topics.template__no_topics_50_50 main {
  max-width: 1140px;
  margin: 6em auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 600px) {
  article.template__no_topics.template__no_topics_50_50 main {
    margin-top: 0;
  }
}
article.template__no_topics.template__no_topics_50_50 main section {
  width: 100%;
}
article.template__no_topics.template__no_topics_50_50 main section img {
  width: 100%;
  max-width: 100%;
}
article.template__no_topics.template__no_topics_50_50 main section strong {
  color: #212121;
}
article.template__no_topics.template__no_topics_50_50 main section p {
  color: #757575;
}
article.template__no_topics.template__no_topics_50_50 main section ul {
  list-style: disc;
  color: #757575;
}
article.template__no_topics.template__no_topics_50_50 main section ul li {
  margin-bottom: 1em;
}
article.template__no_topics.template__no_topics_50_50 main section:last-child {
  margin: 6em 0 0;
}
article.template__no_topics.template__no_topics_50_50 main section:last-child p:first-of-type {
  margin-top: 0;
}
@media (min-width: 992px) {
  article.template__no_topics.template__no_topics_50_50 main section:last-child {
    padding-left: 4em;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  article.template__no_topics.template__no_topics_50_50 main section {
    max-width: 50%;
  }
}
article.template__with_topics header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11em 2em;
  background-color: #757575;
}
article.template__with_topics header h3 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 25px;
  font-size: 40px;
}
@media (max-width: 600px) {
  article.template__with_topics header h3 {
    font-size: 7vw;
    letter-spacing: 12px;
  }
}
article.template__with_topics section:first-of-type {
  max-width: 1140px;
  margin: -3em auto 0;
  padding: 4.25em;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 600px) {
  article.template__with_topics section:first-of-type {
    box-shadow: none;
    padding: 4.25em 2em;
    margin-top: 0;
  }
}
article.template__with_topics section:first-of-type h4 {
  font-weight: normal;
  margin: 0;
}
article.template__with_topics section:first-of-type p {
  margin-top: 0;
  padding: 0.5em 1em 0.5em 0;
  max-width: 700px;
  color: #757575;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 600px) {
  article.template__with_topics section:first-of-type p {
    border-right: none;
  }
}
article.template__with_topics section:first-of-type a {
  color: #08f;
  line-height: 2;
}
article.template__with_topics section:first-of-type a span, article.template__with_topics section:first-of-type a i {
  display: inline-block;
  vertical-align: middle;
}
article.template__with_topics section:first-of-type a span {
  margin-right: 0.5em;
}
article.template__with_topics section:first-of-type .template__with_topics_left {
  margin-right: 2em;
}
@media (min-width: 992px) {
  article.template__with_topics section:first-of-type .template__with_topics_left {
    flex: 0 1 630px;
  }
}
article.template__with_topics section:first-of-type .template__with_topics_right {
  flex: 1;
}
article.template__with_topics section:first-of-type .template__with_topics_right h6 {
  margin: 0 0 8px;
  text-transform: none;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  article.template__with_topics section:first-of-type .template__with_topics_right h6 {
    margin-top: 24px;
  }
}
article.template__with_topics section:first-of-type .template__with_topics_right a {
  display: block;
  line-height: 1;
  margin-bottom: 1em;
}
article.template__with_topics section:first-of-type .template__with_topics_right a:last-of-type {
  margin-bottom: 0;
}
article.template__with_topics section.template__content {
  max-width: 1140px;
  margin: 6em auto;
}
@media (max-width: 1140px) {
  article.template__with_topics section.template__content {
    padding: 0 2em;
  }
}
article.template__with_topics section.template__content > :not([class="js-hash-anchor"]) {
  /* max-width: 880px; */
}
article.template__with_topics section.template__content .wp-block-columns p, article.template__with_topics section.template__content .wp-block-columns h6 {
  margin: 0;
  font-size: 14px;
}
article.template__with_topics section.template__content .wp-block-columns h6 {
  margin-top: 20px;
  font-size: 16px;
}
article.template__with_topics section.template__content .wp-block-columns a {
  color: #08f;
}
article.template__with_topics section.template__content .nf-form-cont {
  max-width: 555px;
}
article.template__with_topics section.template__content h1, article.template__with_topics section.template__content h2, article.template__with_topics section.template__content h3, article.template__with_topics section.template__content h4, article.template__with_topics section.template__content h5, article.template__with_topics section.template__content h6 {
  text-transform: none;
  letter-spacing: normal;
}
article.template__with_topics section.template__content h1, article.template__with_topics section.template__content h2, article.template__with_topics section.template__content h3, article.template__with_topics section.template__content h4 {
  font-weight: normal;
  margin-bottom: 0;
}
article.template__with_topics .js-hash-anchor.js-hidden {
  visibility: hidden;
  overflow: hidden;
  max-width: 0;
  max-height: 0;
}
article.template__with_topics.events__single section:first-of-type {
  display: block;
}
article.template__with_topics.events__single section:first-of-type > p {
  border-right: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
article.template__with_topics.events__single section:first-of-type > section {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  box-shadow: none;
  margin: 0;
}
article.template__with_topics.events__single section:first-of-type > section .template__with_topics_right p {
  font-size: 14px;
  font-size: 0.875rem;
  border-right: none;
  margin: 0;
  padding: 0;
  line-height: 1.71;
}
article.template__with_topics.events__single section:first-of-type > section .template__with_topics_right h6:last-of-type {
  margin-top: 0.5em;
}
article.template__with_topics.events__single > section:last-of-type {
  max-width: 1140px;
  margin: 6em auto;
}
article.template__with_topics.events__single > section:last-of-type h6 {
  text-transform: none;
  letter-spacing: normal;
  margin: 0 0 12px;
}
article.template__with_topics.events__single > section:last-of-type p {
  max-width: 458px;
  color: #757575;
  margin-top: 0;
  line-height: 1.5;
}
article.template__with_topics.wide > section:last-of-type {
  max-width: 1440px;
}
@media (max-width: 1140px) {
  article.template__with_topics.wide > section:last-of-type {
    padding: 0;
  }
}
article.template__with_hero > header {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11em 2em;
  background-color: #757575;
}
article.template__with_hero > header h3 {
  margin: 0;
  color: white;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: normal;
  font-size: 40px;
}
@media (max-width: 600px) {
  article.template__with_hero > header h3 {
    font-size: 7vw;
  }
}
article.template__with_hero > section {
  margin: 91px auto;
  max-width: 992px;
  padding: 0 2em;
}
article.template__with_hero .accordion .accordion__content > section {
  display: block;
  margin-top: 2em;
}
/*--------------------------------------------------------------
 ## Footer
 --------------------------------------------------------------*/
footer {
  background-color: #fafafa;
  padding: 2em;
}
footer.footer__front_page {
  background-color: #4a4a4a;
}
footer.footer__front_page .footer__content .footer__navs > nav a {
  color: white;
}
footer.footer__front_page .social_links {
  color: white;
}
footer.footer__front_page .zoom-social-icons-widget {
  color: white !important;
}
footer.footer__front_page .zoom-social-icons-widget .zoom-social_icons-list-span {
  color: white !important;
}
footer .footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  max-width: 992px;
  margin: 0 auto;
}
footer .footer__content .custom-logo {
  width: 140px;
  margin: 0 0 2em;
}
footer .footer__content .footer__navs {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  flex: 0 1 500px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  footer .footer__content .footer__navs {
    flex: 1;
  }
}
footer .footer__content .footer__navs > nav {
  max-width: 140px;
  flex: 0 1 140px;
  text-align: center;
}
@media (max-width: 768px) {
  footer .footer__content .footer__navs > nav:not(:last-child) {
    margin-bottom: 1em;
  }
}
footer .footer__content .footer__navs > nav a {
  color: #757575;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  footer .footer__content .footer__navs > nav {
    text-align: left;
  }
}
footer .footer__content .zoom-social-icons-widget {
  text-align: center;
  margin: 0px;
}
footer .footer__content .zoom-social-icons-widget p {
  margin-top: 0px;
}
footer .footer__content #mce-EMAIL, footer .footer__content #mce-SUBMIT {
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer__content {
    justify-content: space-between;
    flex-flow: row nowrap;
    padding: 4em 0 2em;
  }
  footer .footer__content section {
    align-self: flex-start;
  }
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
 # Customm
 --------------------------------------------------------------*/
/* custom  */
/* homepage header text over piller image */
.home__pillar .home__pillar_image h4.home__subheader {
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.23em;
  margin-top: 100px;
  display: none;
}
.home__pillar .home__pillar_image:hover h4.home__subheader {
  display: block;
}
.home__pillar.active .home__pillar_image h4.home__subheader {
  display: none;
}
@media (max-width: 992px) {
  .home__pillar .home__pillar_image h4.home__subheader,
  .home__pillar.active .home__pillar_image h4.home__subheader {
    display: none !important;
  }
}

.footer__newsletter_signup > a,
article.template__no_topics section.sub_header div input[type="submit"]{
background-color:#212121;
border-radius:100px;
color:#fff;
padding:15px 21px !important;
transition:0.3s;
margin-left: 15px !important;	
}

.footer__newsletter_signup > a i{
position:relative;
left:0;
transition:0.3s;
}

.footer__newsletter_signup > a:hover i{
left:2px;
transition:0.3s;
}

.footer__newsletter_signup > a:hover,
article.template__no_topics section.sub_header div input[type="submit"]:hover{
background-color:#292828;
transition:0.3s;
}


article.template__no_topics section.sub_header ul li input[type="checkbox"]{
margin-right:10px;  
}

article.template__no_topics section.sub_header br{
display: none;  
}

article.template__no_topics section.sub_header div{
margin-bottom:20px;  
}

article.template__no_topics section.sub_header div > label{
display: block; 
}

article.template__no_topics section.sub_header div > input[type="text"],
article.template__no_topics section.sub_header div > input[type="email"],
article.template__no_topics section.sub_header div > input[type="password"],
article.template__no_topics section.sub_header div > input[type="file"],
article.template__no_topics section.sub_header div > input[type="tel"]{
width: 100%;
height: 40px;
}

article.template__no_topics section.sub_header div ul{
margin-top:12px;  
}

article.template__no_topics section.sub_header div ul li{
margin-bottom:12px;  
}

.our_work{
margin-top: 5px;
margin-bottom:0;
}

.our_work a {
background-color: #105faa;
color: #fff !important;
text-decoration: none;
text-transform: uppercase;
font-weight: 500 !important;
padding: 10px 25px;
border-radius: 100px;
transition: 0.3s;
margin: 0 8px 12px;
display: inline-block;
}

.our_work a:hover{
transition:0.3s;
opacity:0.8;
}

.our_work a strong{
font-weight: 500 !important;
}

@media(max-width:1024px){

.our_work a{
padding:10px 15px;
}

}

@media(max-width:500px){

.our_work a{
display:block;
}

}

#\34 827 img {
	margin-top: -600px;
}

