@charset "UTF-8";
/*!
Theme Name: Aging Media
Author: Range
Author URI: http://ran.ge
Description: Custom theme for Aging Media
Version: 0.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agingmedia
Tags:

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.

Aging Media is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Variables and Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #262d31;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
}
h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
  margin: 0;
}
h1.no-top-margin, h2.no-top-margin, h3.no-top-margin, h4.no-top-margin, h5.no-top-margin, h6.no-top-margin {
  margin-top: 0;
}
h1.no-bottom-margin, h2.no-bottom-margin, h3.no-bottom-margin, h4.no-bottom-margin, h5.no-bottom-margin, h6.no-bottom-margin {
  margin-bottom: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.125rem;
}

.heading-with-border, .article-footer-sidebar .widget-title {
  padding-bottom: .25rem;
  color: #133d55;
  border-bottom: 4px solid #133d55;
}

.entry-header .entry-title {
  font-size: 2.625rem;
  line-height: 1.2;
}

@media screen and (max-width: 800px) {
  .entry-header .entry-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.75rem;
  }
}
p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
  position: relative;
  margin: 0 0 1.5em;
  padding: 0 2rem;
  text-align: center;
  border: none;
}
blockquote:before, blockquote:after,
.wp-block-quote:before,
.wp-block-quote:after,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large:after {
  content: '“';
  position: absolute;
  color: #00aeef;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1;
}
blockquote:before,
.wp-block-quote:before,
.wp-block-quote.is-style-large:before {
  left: 0;
  top: 0;
}
blockquote:after,
.wp-block-quote:after,
.wp-block-quote.is-style-large:after {
  right: 0;
  bottom: 0;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
blockquote *:first-child,
.wp-block-quote *:first-child,
.wp-block-quote.is-style-large *:first-child {
  margin-top: 0;
}
blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p {
  color: #133d55;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}
blockquote p:last-of-type,
.wp-block-quote p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type {
  margin-bottom: 0;
}
blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1rem;
  color: #6c7781;
}
@media screen and (max-width: 800px) {
  blockquote.wp-block-quote:before, blockquote.wp-block-quote:after, blockquote.wp-block-quote.is-large:before, blockquote.wp-block-quote.is-large:after, blockquote.wp-block-quote.is-style-large:before, blockquote.wp-block-quote.is-style-large:after,
  .wp-block-quote.wp-block-quote:before,
  .wp-block-quote.wp-block-quote:after,
  .wp-block-quote.wp-block-quote.is-large:before,
  .wp-block-quote.wp-block-quote.is-large:after,
  .wp-block-quote.wp-block-quote.is-style-large:before,
  .wp-block-quote.wp-block-quote.is-style-large:after,
  .wp-block-quote.is-style-large.wp-block-quote:before,
  .wp-block-quote.is-style-large.wp-block-quote:after,
  .wp-block-quote.is-style-large.wp-block-quote.is-large:before,
  .wp-block-quote.is-style-large.wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large.wp-block-quote.is-style-large:before,
  .wp-block-quote.is-style-large.wp-block-quote.is-style-large:after {
    font-size: 1.875rem;
  }
  blockquote.wp-block-quote p, blockquote.wp-block-quote.is-large p, blockquote.wp-block-quote.is-style-large p,
  .wp-block-quote.wp-block-quote p,
  .wp-block-quote.wp-block-quote.is-large p,
  .wp-block-quote.wp-block-quote.is-style-large p,
  .wp-block-quote.is-style-large.wp-block-quote p,
  .wp-block-quote.is-style-large.wp-block-quote.is-large p,
  .wp-block-quote.is-style-large.wp-block-quote.is-style-large p {
    font-size: 1.375rem;
    line-height: 1.3;
  }
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .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: .9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.hentry .entry-content {
  font-family: "freight-text-pro", serif;
  font-size: 1.125rem;
}
.hentry .entry-content h1, .hentry .entry-content h2, .hentry .entry-content h3, .hentry .entry-content h4, .hentry .entry-content h5, .hentry .entry-content h6 {
  font-family: "freight-sans-pro", sans-serif;
  color: #133d55;
}
@media screen and (max-width: 800px) {
  .hentry .entry-content {
    font-size: 1.15rem;
  }
}

/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
body .hbspt-form form .actions .hs-button,
.wp-block-button .wp-block-button__link,
.entry-content .button {
  display: inline-block;
  padding: .25rem 1.5rem .25rem .75rem;
  background: transparent url("images/arrow-right-blue.svg") no-repeat right 0.5rem center;
  background-size: 8px;
  color: #00aeef;
  text-decoration: none;
  font-family: "freight-sans-pro", sans-serif;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #00aeef;
  border-radius: 0;
  -webkit-appearance: none;
}
button:visited,
.button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
body .hbspt-form form .actions .hs-button:visited,
.wp-block-button .wp-block-button__link:visited,
.entry-content .button:visited {
  color: #00aeef;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #00aeef;
}
button:hover, button:active, button:focus,
.button:hover,
.button:active,
.button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
body .hbspt-form form .actions .hs-button:hover,
body .hbspt-form form .actions .hs-button:active,
body .hbspt-form form .actions .hs-button:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus,
.entry-content .button:hover,
.entry-content .button:active,
.entry-content .button:focus {
  background-color: #00aeef;
  background-image: url("images/arrow-right-white.svg");
  color: #fff;
}
button.button-small,
.button.button-small,
input[type="button"].button-small,
input[type="reset"].button-small,
input[type="submit"].button-small,
body .hbspt-form form .actions .hs-button.button-small,
.wp-block-button .wp-block-button__link.button-small,
.entry-content .button.button-small {
  padding: .25rem 1.25rem .25rem .5rem;
  background-size: 6px;
  font-size: .625rem;
}
button.button-red, button.button-red:visited,
.button.button-red,
.button.button-red:visited,
input[type="button"].button-red,
input[type="button"].button-red:visited,
input[type="reset"].button-red,
input[type="reset"].button-red:visited,
input[type="submit"].button-red,
input[type="submit"].button-red:visited,
body .hbspt-form form .actions .hs-button.button-red,
body .hbspt-form form .actions .hs-button.button-red:visited,
.wp-block-button .wp-block-button__link.button-red,
.wp-block-button .wp-block-button__link.button-red:visited,
.entry-content .button.button-red,
.entry-content .button.button-red:visited {
  background-image: url("images/arrow-right-red.svg");
  color: #e41c39;
  border-color: #e41c39;
}
button.button-red:hover, button.button-red:active, button.button-red:focus, button.button-red:visited:hover, button.button-red:visited:active, button.button-red:visited:focus,
.button.button-red:hover,
.button.button-red:active,
.button.button-red:focus,
.button.button-red:visited:hover,
.button.button-red:visited:active,
.button.button-red:visited:focus,
input[type="button"].button-red:hover,
input[type="button"].button-red:active,
input[type="button"].button-red:focus,
input[type="button"].button-red:visited:hover,
input[type="button"].button-red:visited:active,
input[type="button"].button-red:visited:focus,
input[type="reset"].button-red:hover,
input[type="reset"].button-red:active,
input[type="reset"].button-red:focus,
input[type="reset"].button-red:visited:hover,
input[type="reset"].button-red:visited:active,
input[type="reset"].button-red:visited:focus,
input[type="submit"].button-red:hover,
input[type="submit"].button-red:active,
input[type="submit"].button-red:focus,
input[type="submit"].button-red:visited:hover,
input[type="submit"].button-red:visited:active,
input[type="submit"].button-red:visited:focus,
body .hbspt-form form .actions .hs-button.button-red:hover,
body .hbspt-form form .actions .hs-button.button-red:active,
body .hbspt-form form .actions .hs-button.button-red:focus,
body .hbspt-form form .actions .hs-button.button-red:visited:hover,
body .hbspt-form form .actions .hs-button.button-red:visited:active,
body .hbspt-form form .actions .hs-button.button-red:visited:focus,
.wp-block-button .wp-block-button__link.button-red:hover,
.wp-block-button .wp-block-button__link.button-red:active,
.wp-block-button .wp-block-button__link.button-red:focus,
.wp-block-button .wp-block-button__link.button-red:visited:hover,
.wp-block-button .wp-block-button__link.button-red:visited:active,
.wp-block-button .wp-block-button__link.button-red:visited:focus,
.entry-content .button.button-red:hover,
.entry-content .button.button-red:active,
.entry-content .button.button-red:focus,
.entry-content .button.button-red:visited:hover,
.entry-content .button.button-red:visited:active,
.entry-content .button.button-red:visited:focus {
  background-color: #e41c39;
  background-image: url("images/arrow-right-white.svg");
  color: #fff;
}
button.button-white, button.button-white:visited, button.button-white:active, button.button-white:hover, button.button-white:focus,
.button.button-white,
.button.button-white:visited,
.button.button-white:active,
.button.button-white:hover,
.button.button-white:focus,
input[type="button"].button-white,
input[type="button"].button-white:visited,
input[type="button"].button-white:active,
input[type="button"].button-white:hover,
input[type="button"].button-white:focus,
input[type="reset"].button-white,
input[type="reset"].button-white:visited,
input[type="reset"].button-white:active,
input[type="reset"].button-white:hover,
input[type="reset"].button-white:focus,
input[type="submit"].button-white,
input[type="submit"].button-white:visited,
input[type="submit"].button-white:active,
input[type="submit"].button-white:hover,
input[type="submit"].button-white:focus,
body .hbspt-form form .actions .hs-button.button-white,
body .hbspt-form form .actions .hs-button.button-white:visited,
body .hbspt-form form .actions .hs-button.button-white:active,
body .hbspt-form form .actions .hs-button.button-white:hover,
body .hbspt-form form .actions .hs-button.button-white:focus,
.wp-block-button .wp-block-button__link.button-white,
.wp-block-button .wp-block-button__link.button-white:visited,
.wp-block-button .wp-block-button__link.button-white:active,
.wp-block-button .wp-block-button__link.button-white:hover,
.wp-block-button .wp-block-button__link.button-white:focus,
.entry-content .button.button-white,
.entry-content .button.button-white:visited,
.entry-content .button.button-white:active,
.entry-content .button.button-white:hover,
.entry-content .button.button-white:focus {
  background-image: url("images/arrow-right-white.svg");
  color: #fff;
  border-color: #fff;
}
button.button-white:hover, button.button-white:active, button.button-white:focus, button.button-white:visited:hover, button.button-white:visited:active, button.button-white:visited:focus, button.button-white:active:hover, button.button-white:active:active, button.button-white:active:focus, button.button-white:hover:hover, button.button-white:hover:active, button.button-white:hover:focus, button.button-white:focus:hover, button.button-white:focus:active, button.button-white:focus:focus,
.button.button-white:hover,
.button.button-white:active,
.button.button-white:focus,
.button.button-white:visited:hover,
.button.button-white:visited:active,
.button.button-white:visited:focus,
.button.button-white:active:hover,
.button.button-white:active:active,
.button.button-white:active:focus,
.button.button-white:hover:hover,
.button.button-white:hover:active,
.button.button-white:hover:focus,
.button.button-white:focus:hover,
.button.button-white:focus:active,
.button.button-white:focus:focus,
input[type="button"].button-white:hover,
input[type="button"].button-white:active,
input[type="button"].button-white:focus,
input[type="button"].button-white:visited:hover,
input[type="button"].button-white:visited:active,
input[type="button"].button-white:visited:focus,
input[type="button"].button-white:active:hover,
input[type="button"].button-white:active:active,
input[type="button"].button-white:active:focus,
input[type="button"].button-white:hover:hover,
input[type="button"].button-white:hover:active,
input[type="button"].button-white:hover:focus,
input[type="button"].button-white:focus:hover,
input[type="button"].button-white:focus:active,
input[type="button"].button-white:focus:focus,
input[type="reset"].button-white:hover,
input[type="reset"].button-white:active,
input[type="reset"].button-white:focus,
input[type="reset"].button-white:visited:hover,
input[type="reset"].button-white:visited:active,
input[type="reset"].button-white:visited:focus,
input[type="reset"].button-white:active:hover,
input[type="reset"].button-white:active:active,
input[type="reset"].button-white:active:focus,
input[type="reset"].button-white:hover:hover,
input[type="reset"].button-white:hover:active,
input[type="reset"].button-white:hover:focus,
input[type="reset"].button-white:focus:hover,
input[type="reset"].button-white:focus:active,
input[type="reset"].button-white:focus:focus,
input[type="submit"].button-white:hover,
input[type="submit"].button-white:active,
input[type="submit"].button-white:focus,
input[type="submit"].button-white:visited:hover,
input[type="submit"].button-white:visited:active,
input[type="submit"].button-white:visited:focus,
input[type="submit"].button-white:active:hover,
input[type="submit"].button-white:active:active,
input[type="submit"].button-white:active:focus,
input[type="submit"].button-white:hover:hover,
input[type="submit"].button-white:hover:active,
input[type="submit"].button-white:hover:focus,
input[type="submit"].button-white:focus:hover,
input[type="submit"].button-white:focus:active,
input[type="submit"].button-white:focus:focus,
body .hbspt-form form .actions .hs-button.button-white:hover,
body .hbspt-form form .actions .hs-button.button-white:active,
body .hbspt-form form .actions .hs-button.button-white:focus,
body .hbspt-form form .actions .hs-button.button-white:visited:hover,
body .hbspt-form form .actions .hs-button.button-white:visited:active,
body .hbspt-form form .actions .hs-button.button-white:visited:focus,
body .hbspt-form form .actions .hs-button.button-white:active:hover,
body .hbspt-form form .actions .hs-button.button-white:active:active,
body .hbspt-form form .actions .hs-button.button-white:active:focus,
body .hbspt-form form .actions .hs-button.button-white:hover:hover,
body .hbspt-form form .actions .hs-button.button-white:hover:active,
body .hbspt-form form .actions .hs-button.button-white:hover:focus,
body .hbspt-form form .actions .hs-button.button-white:focus:hover,
body .hbspt-form form .actions .hs-button.button-white:focus:active,
body .hbspt-form form .actions .hs-button.button-white:focus:focus,
.wp-block-button .wp-block-button__link.button-white:hover,
.wp-block-button .wp-block-button__link.button-white:active,
.wp-block-button .wp-block-button__link.button-white:focus,
.wp-block-button .wp-block-button__link.button-white:visited:hover,
.wp-block-button .wp-block-button__link.button-white:visited:active,
.wp-block-button .wp-block-button__link.button-white:visited:focus,
.wp-block-button .wp-block-button__link.button-white:active:hover,
.wp-block-button .wp-block-button__link.button-white:active:active,
.wp-block-button .wp-block-button__link.button-white:active:focus,
.wp-block-button .wp-block-button__link.button-white:hover:hover,
.wp-block-button .wp-block-button__link.button-white:hover:active,
.wp-block-button .wp-block-button__link.button-white:hover:focus,
.wp-block-button .wp-block-button__link.button-white:focus:hover,
.wp-block-button .wp-block-button__link.button-white:focus:active,
.wp-block-button .wp-block-button__link.button-white:focus:focus,
.entry-content .button.button-white:hover,
.entry-content .button.button-white:active,
.entry-content .button.button-white:focus,
.entry-content .button.button-white:visited:hover,
.entry-content .button.button-white:visited:active,
.entry-content .button.button-white:visited:focus,
.entry-content .button.button-white:active:hover,
.entry-content .button.button-white:active:active,
.entry-content .button.button-white:active:focus,
.entry-content .button.button-white:hover:hover,
.entry-content .button.button-white:hover:active,
.entry-content .button.button-white:hover:focus,
.entry-content .button.button-white:focus:hover,
.entry-content .button.button-white:focus:active,
.entry-content .button.button-white:focus:focus {
  background-color: #fff;
  background-image: url("images/arrow-right-blue.svg");
  color: #00aeef;
}
button.button-full, button.button-full:visited,
.button.button-full,
.button.button-full:visited,
input[type="button"].button-full,
input[type="button"].button-full:visited,
input[type="reset"].button-full,
input[type="reset"].button-full:visited,
input[type="submit"].button-full,
input[type="submit"].button-full:visited,
body .hbspt-form form .actions .hs-button.button-full,
body .hbspt-form form .actions .hs-button.button-full:visited,
.wp-block-button .wp-block-button__link.button-full,
.wp-block-button .wp-block-button__link.button-full:visited,
.entry-content .button.button-full,
.entry-content .button.button-full:visited {
  border: none;
  background-color: #00aeef;
  background-image: url("images/arrow-right-white.svg");
  color: #fff;
}
button.button-full:hover, button.button-full:focus, button.button-full:active, button.button-full:visited:hover, button.button-full:visited:focus, button.button-full:visited:active,
.button.button-full:hover,
.button.button-full:focus,
.button.button-full:active,
.button.button-full:visited:hover,
.button.button-full:visited:focus,
.button.button-full:visited:active,
input[type="button"].button-full:hover,
input[type="button"].button-full:focus,
input[type="button"].button-full:active,
input[type="button"].button-full:visited:hover,
input[type="button"].button-full:visited:focus,
input[type="button"].button-full:visited:active,
input[type="reset"].button-full:hover,
input[type="reset"].button-full:focus,
input[type="reset"].button-full:active,
input[type="reset"].button-full:visited:hover,
input[type="reset"].button-full:visited:focus,
input[type="reset"].button-full:visited:active,
input[type="submit"].button-full:hover,
input[type="submit"].button-full:focus,
input[type="submit"].button-full:active,
input[type="submit"].button-full:visited:hover,
input[type="submit"].button-full:visited:focus,
input[type="submit"].button-full:visited:active,
body .hbspt-form form .actions .hs-button.button-full:hover,
body .hbspt-form form .actions .hs-button.button-full:focus,
body .hbspt-form form .actions .hs-button.button-full:active,
body .hbspt-form form .actions .hs-button.button-full:visited:hover,
body .hbspt-form form .actions .hs-button.button-full:visited:focus,
body .hbspt-form form .actions .hs-button.button-full:visited:active,
.wp-block-button .wp-block-button__link.button-full:hover,
.wp-block-button .wp-block-button__link.button-full:focus,
.wp-block-button .wp-block-button__link.button-full:active,
.wp-block-button .wp-block-button__link.button-full:visited:hover,
.wp-block-button .wp-block-button__link.button-full:visited:focus,
.wp-block-button .wp-block-button__link.button-full:visited:active,
.entry-content .button.button-full:hover,
.entry-content .button.button-full:focus,
.entry-content .button.button-full:active,
.entry-content .button.button-full:visited:hover,
.entry-content .button.button-full:visited:focus,
.entry-content .button.button-full:visited:active {
  background-color: #fff;
  background-image: url("images/arrow-right-blue.svg");
  color: #00aeef;
}
button.no-border, button.no-border:visited,
.button.no-border,
.button.no-border:visited,
input[type="button"].no-border,
input[type="button"].no-border:visited,
input[type="reset"].no-border,
input[type="reset"].no-border:visited,
input[type="submit"].no-border,
input[type="submit"].no-border:visited,
body .hbspt-form form .actions .hs-button.no-border,
body .hbspt-form form .actions .hs-button.no-border:visited,
.wp-block-button .wp-block-button__link.no-border,
.wp-block-button .wp-block-button__link.no-border:visited,
.entry-content .button.no-border,
.entry-content .button.no-border:visited {
  padding: 0 1.25rem 0 0;
  border: none;
}
button.no-border:hover, button.no-border:focus, button.no-border:active, button.no-border:visited:hover, button.no-border:visited:focus, button.no-border:visited:active,
.button.no-border:hover,
.button.no-border:focus,
.button.no-border:active,
.button.no-border:visited:hover,
.button.no-border:visited:focus,
.button.no-border:visited:active,
input[type="button"].no-border:hover,
input[type="button"].no-border:focus,
input[type="button"].no-border:active,
input[type="button"].no-border:visited:hover,
input[type="button"].no-border:visited:focus,
input[type="button"].no-border:visited:active,
input[type="reset"].no-border:hover,
input[type="reset"].no-border:focus,
input[type="reset"].no-border:active,
input[type="reset"].no-border:visited:hover,
input[type="reset"].no-border:visited:focus,
input[type="reset"].no-border:visited:active,
input[type="submit"].no-border:hover,
input[type="submit"].no-border:focus,
input[type="submit"].no-border:active,
input[type="submit"].no-border:visited:hover,
input[type="submit"].no-border:visited:focus,
input[type="submit"].no-border:visited:active,
body .hbspt-form form .actions .hs-button.no-border:hover,
body .hbspt-form form .actions .hs-button.no-border:focus,
body .hbspt-form form .actions .hs-button.no-border:active,
body .hbspt-form form .actions .hs-button.no-border:visited:hover,
body .hbspt-form form .actions .hs-button.no-border:visited:focus,
body .hbspt-form form .actions .hs-button.no-border:visited:active,
.wp-block-button .wp-block-button__link.no-border:hover,
.wp-block-button .wp-block-button__link.no-border:focus,
.wp-block-button .wp-block-button__link.no-border:active,
.wp-block-button .wp-block-button__link.no-border:visited:hover,
.wp-block-button .wp-block-button__link.no-border:visited:focus,
.wp-block-button .wp-block-button__link.no-border:visited:active,
.entry-content .button.no-border:hover,
.entry-content .button.no-border:focus,
.entry-content .button.no-border:active,
.entry-content .button.no-border:visited:hover,
.entry-content .button.no-border:visited:focus,
.entry-content .button.no-border:visited:active {
  background-color: transparent;
}
@media screen and (max-width: 800px) {
  button,
  .button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  body .hbspt-form form .actions .hs-button,
  .wp-block-button .wp-block-button__link,
  .entry-content .button {
    padding: .75rem 2rem .75rem 1.5rem;
    background-position: right .75rem center;
    font-size: .75rem;
  }
  button:after,
  .button:after,
  input[type="button"]:after,
  input[type="reset"]:after,
  input[type="submit"]:after,
  body .hbspt-form form .actions .hs-button:after,
  .wp-block-button .wp-block-button__link:after,
  .entry-content .button:after {
    font-size: .625rem;
  }
  button.button-small,
  .button.button-small,
  input[type="button"].button-small,
  input[type="reset"].button-small,
  input[type="submit"].button-small,
  body .hbspt-form form .actions .hs-button.button-small,
  .wp-block-button .wp-block-button__link.button-small,
  .entry-content .button.button-small {
    padding: .25rem;
    font-size: .46rem;
  }
  button.button-small:after,
  .button.button-small:after,
  input[type="button"].button-small:after,
  input[type="reset"].button-small:after,
  input[type="submit"].button-small:after,
  body .hbspt-form form .actions .hs-button.button-small:after,
  .wp-block-button .wp-block-button__link.button-small:after,
  .entry-content .button.button-small:after {
    font-size: .3125rem;
  }
}

.events-wrap .filled-button {
  background-color: #00aeef;
  color: #fff;
}

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,
select,
body input.hs-input,
body textarea.hs-input,
body select.hs-input {
  padding: .25rem .5rem;
  color: #262d31;
  background-color: #fff;
  border: 2px solid #133d55;
  border-radius: 0;
  box-sizing: border-box;
}

textarea {
  width: 100%;
}

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

body .hbspt-form * {
  font-family: "freight-sans-pro", sans-serif;
}
body .hbspt-form fieldset {
  margin: 0 auto;
}
body .hbspt-form .actions {
  text-align: center;
}
body .hbspt-form label {
  color: #133d55;
  font-size: 1rem;
  font-weight: bold;
}
body .hbspt-form .hs-form-required {
  color: #133d55;
}
body .hbspt-form input[type="submit"]:active:not(.inactive):not(.link) {
  color: #00aeef;
  background: none transparent;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #00aeef;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #133d55;
  text-decoration: none;
}
a:visited, a:hover, a:focus, a:active {
  color: #133d55;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.entry-content a {
  color: #00aeef;
  text-decoration: underline;
}
.entry-content a:visited, .entry-content a:hover, .entry-content a:focus, .entry-content a:active {
  color: #00aeef;
}
.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a {
  color: #133d55;
  text-decoration: none;
}
.entry-content h1 a:visited, .entry-content h1 a:hover, .entry-content h1 a:focus, .entry-content h1 a:active, .entry-content h2 a:visited, .entry-content h2 a:hover, .entry-content h2 a:focus, .entry-content h2 a:active, .entry-content h3 a:visited, .entry-content h3 a:hover, .entry-content h3 a:focus, .entry-content h3 a:active, .entry-content h4 a:visited, .entry-content h4 a:hover, .entry-content h4 a:focus, .entry-content h4 a:active, .entry-content h5 a:visited, .entry-content h5 a:hover, .entry-content h5 a:focus, .entry-content h5 a:active {
  color: #133d55;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  font-size: .875rem;
}
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul ul {
  position: absolute;
  left: -999em;
  padding-top: .5rem;
  background-color: #fff;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  padding: 0;
  margin: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
}
.main-navigation ul ul li:hover > a,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current-page-ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a {
  background-color: #00aeef;
  color: #fff;
  border: none;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul li.open > ul {
  left: -1rem;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  padding: 0 0.5rem;
}
.main-navigation a {
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 600;
}
.main-navigation li:hover > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-page-ancestor > a,
.main-navigation .current-menu-ancestor > a {
  margin-bottom: 0;
  border-bottom: 2px solid #00aeef;
}

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

.social-media-nav {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -.25rem;
  padding: 0;
}
.social-media-nav li {
  display: block;
  margin: 0 .25rem;
}
.social-media-nav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #fff;
  border-radius: 50%;
}
.social-media-nav .icon {
  width: auto;
  height: 1rem;
}
.social-media-nav .icon * {
  fill: #00aeef;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #262d31;
  display: block;
  font-size: .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:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.wrap {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.6875rem;
}

body.post-template-template_full-width-image-single-column .main-content-wrap,
body.post-template-template_full-width-image-single-column .post-header-wrap,
body.page:not(.page-template-template_two-column-page) .main-content-wrap,
body.page:not(.page-template-template_two-column-page) .post-header-wrap {
  max-width: 720px;
}

body.page .content-area.wide-page-content .wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1.6875rem;
}
body.page .content-area.wide-page-content .wrap .featured-content {
  padding: 20px 0;
}

body.page .content-area .wrap .featured-content {
  padding: 20px 0;
}

.main-content-wrap {
  background-color: #fff;
  padding-bottom: 2rem;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 800px) {
  .mobile-only {
    display: inherit !important;
  }

  .desktop-only {
    display: none !important;
  }
}
.grid-container, .article-footer-sidebar .parsely-recommended-widget {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -1rem;
}

.grid-container-wrap, .article-footer-sidebar .parsely-recommended-widget {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-col, .article-footer-sidebar .parsely-recommended-widget li {
  -ms-flex: 1;
      flex: 1;
  margin: 0 1rem;
}

.grid-container.narrow-gutters, .article-footer-sidebar .narrow-gutters.parsely-recommended-widget {
  margin: 0 -.5rem;
}
.grid-container.narrow-gutters .grid-col, .article-footer-sidebar .narrow-gutters.parsely-recommended-widget .grid-col, .grid-container.narrow-gutters .article-footer-sidebar .parsely-recommended-widget li, .article-footer-sidebar .parsely-recommended-widget .grid-container.narrow-gutters li, .article-footer-sidebar .narrow-gutters.parsely-recommended-widget li {
  margin: 0 .5rem;
}

.grid-col-1-of-2,
.grid-col-1-of-3,
.article-footer-sidebar .parsely-recommended-widget li,
.grid-col-2-of-3,
.grid-col-2-of-4,
.grid-col-1-of-5,
.grid-col-2-of-5,
.grid-col-3-of-5,
.grid-col-1-of-6 {
  -ms-flex: none;
      flex: none;
}

.grid-col-1-of-2 {
  width: calc( 50% - 2rem );
}

.grid-col-1-of-3, .article-footer-sidebar .parsely-recommended-widget li {
  width: calc( 33.3333% - 2rem );
}

.grid-col-2-of-3 {
  width: calc( 66.6666% - 2rem );
}

.grid-col-1-of-5 {
  width: calc( 20% - 2rem );
}

.grid-col-2-of-5 {
  width: calc( 40% - 2rem );
}

.grid-col-3-of-5 {
  width: calc( 60% - 2rem );
}

.grid-col-1-of-6 {
  width: calc( 16.666666667% - 2rem );
}

.grid-col-2-of-4 {
  width: calc( 76.6666% - 2rem );
}

@media screen and (max-width: 800px) {
  .grid-container, .article-footer-sidebar .parsely-recommended-widget {
    display: block;
    margin: 0;
  }

  .grid-col, .article-footer-sidebar .parsely-recommended-widget li {
    margin: 0;
  }

  .grid-col-1-of-2,
  .grid-col-1-of-3,
  .article-footer-sidebar .parsely-recommended-widget li,
  .grid-col-2-of-3,
  .grid-col-2-of-4,
  .grid-col-1-of-5,
  .grid-col-2-of-5,
  .grid-col-3-of-5,
  .grid-col-1-of-6 {
    width: auto;
  }
}
.site-header {
  width: 100% !important;
  background-color: #fff;
  box-shadow: 0 0 9.5px 0.5px rgba(76, 76, 76, 0.3);
  z-index: 999999;
}
.site-header .custom-logo {
  display: block;
  width: 100%;
  max-width: 230px;
}

.site-top-bar {
  padding: .25rem 0;
  background-color: #00aeef;
  color: #fff;
}
.site-top-bar > .wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.site-top-bar a,
.site-top-bar a:visited,
.site-top-bar a:hover,
.site-top-bar a:active,
.site-top-bar a:focus {
  color: #fff;
}
.site-top-bar .menu {
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
  font-size: .75rem;
}
.site-top-bar .menu li {
  display: inline-block;
  margin: 0 .5rem;
}
.site-top-bar .menu a {
  display: inline-block;
  padding: 0 .5rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.site-top-bar .menu-top-bar-container {
  -ms-flex: 1;
      flex: 1;
}
.site-top-bar .menu-top-bar-right-container {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #fff;
}
.site-top-bar .search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: .5rem;
}
.site-top-bar .search-form label {
  display: block;
}
.site-top-bar .search-form .search-field {
  display: block;
  margin: 0;
  padding: 0;
  width: 56px;
  background: none;
  color: #fff;
  font-size: .75rem;
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: width .5s ease-in-out;
}
.site-top-bar .search-form .search-field::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}
.site-top-bar .search-form .search-field:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}
.site-top-bar .search-form .search-field::placeholder {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 1;
}
.site-top-bar .search-form .search-field:focus {
  width: 200px;
  border-bottom: 1px solid #fff;
  outline: none;
}
.site-top-bar .search-form .search-submit {
  margin: 0;
  padding: .25rem;
  background: none;
  border: none;
  box-shadow: none;
}
.site-top-bar .search-form .search-submit .icon * {
  fill: #fff;
}

.header-logo-nav-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: .75rem 0;
}

.site-mobile-header {
  display: none;
}

@media screen and (max-width: 800px) {
  .site-top-bar,
  .header-logo-nav-wrap {
    display: none;
  }

  .site-mobile-header {
    display: block;
    position: relative;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #00aeef;
  }
  .site-mobile-header .custom-logo[data-lazy-src] {
    height: 0;
  }
  .site-mobile-header .custom-logo[data-lazy-src].lazyloaded {
    height: auto;
  }

  .site-header {
    box-shadow: none;
  }

  .site-mobile-header-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .site-mobile-header-wrap .site-branding {
    -ms-flex: 1;
        flex: 1;
  }

  .site-mobile-menu-toggle {
    padding: 0;
    border: none;
  }
  .site-mobile-menu-toggle:hover, .site-mobile-menu-toggle:active, .site-mobile-menu-toggle:focus {
    padding: 0;
    border: none;
    background: none;
  }
  .site-mobile-menu-toggle:after {
    display: none;
  }
  .site-mobile-menu-toggle .icon {
    width: 32px;
    height: auto;
  }
  .site-mobile-menu-toggle .icon * {
    fill: #fff;
  }
  .site-mobile-menu-toggle .icon-close {
    display: none;
  }

  .site-mobile-menu {
    display: none;
    width: 100%;
    height: 100%;
    margin-top: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    overflow: auto;
    z-index: 99999;
  }

  .site-header.menu-open {
    position: fixed !important;
    top: 0;
    height: 100%;
  }
  .site-header.menu-open .site-mobile-header {
    height: 100%;
    padding-bottom: 0;
  }
  .site-header.menu-open .site-mobile-menu-toggle .icon-menu {
    display: none;
  }
  .site-header.menu-open .site-mobile-menu-toggle .icon-close {
    display: inline;
  }
  .site-header.menu-open .site-mobile-menu {
    display: block;
  }

  .search-form {
    display: -ms-flexbox;
    display: flex;
  }
  .search-form label {
    -ms-flex: 1;
        flex: 1;
  }
  .search-form .search-field {
    width: 100%;
    color: #133d55;
    font-size: 1rem;
    border: 1px solid #133d55;
    border-right: none;
    outline: none;
    height: 40px;
  }
  .search-form .search-field::-moz-placeholder {
    color: #133d55;
  }
  .search-form .search-field:-ms-input-placeholder {
    color: #133d55;
  }
  .search-form .search-field::placeholder {
    color: #133d55;
  }
  .search-form .search-submit,
  .search-form .search-submit:hover,
  .search-form .search-submit:active,
  .search-form .search-submit:focus {
    padding: 0 .75rem;
    background: #00aeef;
    color: #fff;
    border: none;
  }
  .search-form .search-submit .icon,
  .search-form .search-submit:hover .icon,
  .search-form .search-submit:active .icon,
  .search-form .search-submit:focus .icon {
    display: none;
  }

  .main-navigation .menu > li {
    display: block;
    padding: .75rem .15rem;
    font-size: 1.125rem;
    border-bottom: 1px solid #c4c4c4;
  }
  .main-navigation .menu > li > a {
    display: block;
    position: relative;
  }
  .main-navigation .menu > li.menu-item-has-children > a {
    background: url("images/arrow-right-blue.svg") no-repeat right center;
    background-size: 10px;
  }
  .main-navigation .menu > li.menu-item-has-children.open > a {
    background-image: url("images/arrow-down-blue.svg");
    background-size: 12px;
  }
  .main-navigation .menu > li.open > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: .875rem;
    margin: .5rem -.25rem 0;
    padding: 0;
  }
  .main-navigation .menu > li.open > ul li {
    width: 50%;
    margin: 0;
    padding: .25rem;
  }
  .main-navigation .menu > li.open > ul a {
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
  }
  .main-navigation .menu > li.open > ul li:hover > a,
  .main-navigation .menu > li.open > ul .current_page_item > a,
  .main-navigation .menu > li.open > ul .current-menu-item > a,
  .main-navigation .menu > li.open > ul .current-page-ancestor > a,
  .main-navigation .menu > li.open > ul .current-menu-ancestor > a {
    background: none;
    color: #133d55;
  }
  .main-navigation ul ul {
    display: none;
    position: static;
    left: auto;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation a {
    margin-bottom: 0;
  }
  .main-navigation li:hover > a,
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-page-ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    border: none;
  }

  .menu-top-bar-container .menu {
    list-style: none;
    margin: 1rem -.25rem 0;
    padding: 0;
    font-size: .75rem;
    text-align: center;
  }
  .menu-top-bar-container li {
    display: inline-block;
    margin: .35rem 1.15rem;
  }
  .menu-top-bar-container a {
    color: #00aeef;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
.site-footer {
  padding: 2rem 0;
  background-color: #133d55;
  color: #fff;
  font-size: .875rem;
}
.site-footer a,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #fff;
}
.site-footer .footer-logo {
  width: 100%;
  max-width: 230px;
}
.site-footer .footer-section {
  margin-bottom: 2rem;
}
.site-footer .footer-section-title {
  margin: 0 0 .5rem;
  padding: 0;
  color: #00aeef;
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.site-footer .menu {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.site-footer .menu li {
  display: block;
  margin: .5rem 0;
  padding: 0;
}
.site-footer .menu a {
  font-weight: 600;
}
.site-footer .social-media-nav {
  margin: 0 -.5rem;
}
.site-footer .social-media-nav li {
  margin: 0 .5rem;
}
.site-footer .social-media-nav .icon * {
  fill: #133d55;
}
@media screen and (max-width: 800px) {
  .site-footer .menu {
    font-size: 1rem;
  }
  .site-footer .footer-section-social-nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .site-footer .social-media-nav a {
    width: 40px;
    height: 40px;
  }
  .site-footer .social-media-nav .icon {
    width: auto;
    height: 20px;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

body.home .site-main {
  margin-top: 2rem;
}

.post-category-tag,
a.post-category-tag,
a.post-category-tag:hover,
a.post-category-tag:visited,
a.post-category-tag:focus,
a.post-category-tag:active {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "freight-sans-pro", sans-serif;
  font-size: .5625rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.post-category-tag span,
a.post-category-tag span,
a.post-category-tag:hover span,
a.post-category-tag:visited span,
a.post-category-tag:focus span,
a.post-category-tag:active span {
  position: relative;
  left: .5em;
  padding: .25em .5em .25em 0;
  background-color: #00aeef;
  line-height: 2;
  box-shadow: 0.5em 0 0 #00aeef, -0.5em 0 0 #00aeef;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.entry-header {
  margin: 2rem 0 1rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #c4c4c4;
  color: #133d55;
}
.entry-header .entry-title {
  margin: 0;
}
.entry-header .category-tag-holder {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}
.entry-header .entry-meta {
  margin-top: 1rem;
}
.entry-header .entry-meta a {
  text-decoration: none;
}
.entry-header .byline a {
  font-weight: bold;
}
.entry-header.with-featured-image {
  position: relative;
  padding: 10rem 2rem 1rem;
  background-color: #000;
  color: #fff;
  border-bottom: 0;
}
.entry-header.with-featured-image .featured-image-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.entry-header.with-featured-image .featured-image-holder:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  z-index: 2;
}
.entry-header.with-featured-image.entry-header-full-width {
  margin-top: 0;
  padding: 14rem 0 1.5rem;
}
.entry-header.with-featured-image .entry-header-content {
  position: relative;
  z-index: 10;
}
.entry-header.with-featured-image a,
.entry-header.with-featured-image a:visited,
.entry-header.with-featured-image a:hover,
.entry-header.with-featured-image a:focus,
.entry-header.with-featured-image a:active {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .entry-header {
    border-bottom: none;
  }
  .entry-header .entry-meta {
    font-size: .75rem;
  }
  .entry-header.with-featured-image:not(.entry-header-full-width) {
    margin-right: -1.6875rem;
    margin-left: -1.6875rem;
  }
  .entry-header.with-featured-image, .entry-header.with-featured-image.entry-header-full-width {
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    color: #133d55;
  }
  .entry-header.with-featured-image a,
  .entry-header.with-featured-image a:visited,
  .entry-header.with-featured-image a:hover,
  .entry-header.with-featured-image a:focus,
  .entry-header.with-featured-image a:active, .entry-header.with-featured-image.entry-header-full-width a,
  .entry-header.with-featured-image.entry-header-full-width a:visited,
  .entry-header.with-featured-image.entry-header-full-width a:hover,
  .entry-header.with-featured-image.entry-header-full-width a:focus,
  .entry-header.with-featured-image.entry-header-full-width a:active {
    color: #133d55;
  }
  .entry-header.with-featured-image .wrap, .entry-header.with-featured-image.entry-header-full-width .wrap {
    padding: 0;
  }
  .entry-header.with-featured-image .featured-image-holder, .entry-header.with-featured-image.entry-header-full-width .featured-image-holder {
    position: relative;
    width: 100%;
    height: 210px;
  }
  .entry-header.with-featured-image .featured-image-holder:after, .entry-header.with-featured-image.entry-header-full-width .featured-image-holder:after {
    display: none;
  }
  .entry-header.with-featured-image .featured-image-holder .featured-image-caption-holder, .entry-header.with-featured-image.entry-header-full-width .featured-image-holder .featured-image-caption-holder {
    position: absolute;
    bottom: 0;
    left: .84375rem;
    width: calc( 100% - 1.6875rem );
    margin: 0;
    padding: .25rem .84375rem;
    background-color: #fff;
    border: none;
  }
  .entry-header.with-featured-image .entry-header-content, .entry-header.with-featured-image.entry-header-full-width .entry-header-content {
    padding: 1rem 1.6875rem 0;
    background-color: #fff;
    color: #133d55;
  }
}

body.page .entry-header {
  padding-bottom: .5rem;
  text-align: center;
  border: none;
}
body.page .entry-header .entry-title {
  padding-bottom: .25rem;
  font-size: 1.875rem;
  border-bottom: 5px solid #133d55;
}
body.page .entry-header.with-featured-image {
  margin: 0 0 3rem;
  padding: 5rem 0;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
body.page .entry-header.with-featured-image:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #133d55 0%, #00aeef 100%);
  opacity: .851;
  z-index: 2;
}
body.page .entry-header.with-featured-image > * {
  position: relative;
  z-index: 10;
}
body.page .entry-header.with-featured-image .entry-title {
  padding-bottom: 0;
  font-size: 2.625rem;
  border: none;
}

body.page-template-template_two-column-page .entry-header {
  text-align: left;
}

.archive-header {
  padding-top: 1rem;
}
.archive-header .header-meta {
  color: #5d5d5d;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.archive-header .archive-title {
  margin-top: 0;
  font-size: 1.875rem;
}
.archive-header .author-block {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 1rem 0 2rem;
  padding: 0;
  border-top: none;
}
.archive-header .author-block .avatar {
  -ms-flex-order: 2;
      order: 2;
  margin: 1rem 0 0 2rem;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.featured-image-caption-holder {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  color: #8d8d8d;
  font-size: .75rem;
  border-bottom: 1px solid #c4c4c4;
}
.featured-image-caption-holder .icon {
  width: .75rem;
  height: .75rem;
  margin-right: .25em;
  vertical-align: middle;
}
.featured-image-caption-holder .icon * {
  fill: #8d8d8d;
}
.featured-image-caption-holder .isc-source-text {
  display: inline;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .featured-image-caption-holder {
    border-bottom: none;
  }
}

body:not(.home) .entry-content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.article-contents-holder {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}
.article-contents-holder .article-gutter {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  width: 40px;
}
.article-contents-holder .article-contents {
  -ms-flex: 1;
      flex: 1;
  margin-left: 3rem;
}
@media screen and (max-width: 800px) {
  .article-contents-holder {
    display: block;
    margin-top: 0;
  }
  .article-contents-holder .article-gutter {
    width: auto;
  }
  .article-contents-holder .article-contents {
    margin-left: 0;
  }
}

.share-block {
  width: 40px;
}
.share-block .section-title {
  margin: 0 0 1rem;
  color: #133d55;
  font-size: .875rem;
  font-weight: 900;
  border-bottom: 4px solid #133d55;
}
.share-block .share-buttons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-block .share-buttons li {
  display: block;
  margin: .5rem 0;
  padding: 0;
}
.share-block .share-buttons a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #133d55;
  border-radius: 50%;
}
.share-block .share-buttons .share-facebook a {
  background-color: #3460a1;
}
.share-block .share-buttons .share-twitter a {
  background-color: #28aae1;
}
.share-block .share-buttons .share-linkedin a {
  background-color: #136d9d;
}
.share-block .share-buttons .icon * {
  fill: #fff;
}
@media screen and (max-width: 800px) {
  .share-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }
  .share-block .section-title {
    margin: 0 2rem 0 0;
    font-size: .825rem;
    border-bottom: none;
  }
  .share-block .share-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .share-block .share-buttons a {
    width: 30px;
    height: 30px;
  }
}

.share-block-holder-bottom {
  margin-top: 2rem;
}

.primary-sidebar-holder {
  margin-top: 2rem;
}

.entry-block {
  font-family: "freight-sans-pro", sans-serif;
}
.entry-block:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}
.entry-block.entry-block-with-excerpt .entry-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0;
  padding: 0;
  border: none;
}
.entry-block.entry-block-with-excerpt .entry-header-content {
  -ms-flex: 1;
      flex: 1;
}
.entry-block.entry-block-with-excerpt .thumbnail-holder {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: 1rem;
}
.entry-block.entry-block-with-excerpt .wp-post-image {
  display: block;
  margin: 0 auto;
}
.entry-block.entry-block-with-image .wp-post-image {
  display: block;
  margin: 0 auto .5rem;
}
.entry-block .entry-title {
  clear: none;
  margin: .5em 0;
  font-size: 1.125rem;
}
.entry-block .entry-meta {
  color: #5d5d5d;
  font-size: .75rem;
}
.entry-block .entry-meta a,
.entry-block .entry-meta a:visited,
.entry-block .entry-meta a:hover,
.entry-block .entry-meta a:focus,
.entry-block .entry-meta a:active {
  color: #5d5d5d;
  font-weight: bold;
  text-decoration: none;
}
.entry-block .entry-content {
  margin-top: 1rem;
  font-size: 1rem;
}
.entry-block.entry-block-with-image-bg {
  position: relative;
  background-color: #000;
  color: #fff;
}
.entry-block.entry-block-with-image-bg:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.entry-block.entry-block-with-image-bg .thumbnail-holder {
  display: block;
}
.entry-block.entry-block-with-image-bg .thumbnail-holder img {
  display: block;
  margin: 0 auto;
}
.entry-block.entry-block-with-image-bg .entry-block-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 2rem;
  z-index: 10;
}
.entry-block.entry-block-with-image-bg a,
.entry-block.entry-block-with-image-bg a:visited,
.entry-block.entry-block-with-image-bg a:hover,
.entry-block.entry-block-with-image-bg a:focus,
.entry-block.entry-block-with-image-bg a:active {
  color: #fff;
}
.entry-block.entry-block-with-image-bg .entry-meta {
  color: #fff;
}
.entry-block.entry-block-with-image-bg.without-post-thumbnail {
  background-color: #fff;
}
.entry-block.entry-block-with-image-bg.without-post-thumbnail:after {
  display: none;
}
.entry-block.entry-block-with-image-bg.without-post-thumbnail .entry-block-content {
  position: relative;
  padding: 0;
}
.entry-block.entry-block-with-image-bg.without-post-thumbnail a,
.entry-block.entry-block-with-image-bg.without-post-thumbnail a:visited,
.entry-block.entry-block-with-image-bg.without-post-thumbnail a:hover,
.entry-block.entry-block-with-image-bg.without-post-thumbnail a:focus,
.entry-block.entry-block-with-image-bg.without-post-thumbnail a:active {
  color: #133d55;
}
.entry-block.entry-block-with-image-bg.without-post-thumbnail .entry-meta,
.entry-block.entry-block-with-image-bg.without-post-thumbnail .entry-meta a,
.entry-block.entry-block-with-image-bg.without-post-thumbnail .entry-meta a:visited,
.entry-block.entry-block-with-image-bg.without-post-thumbnail .entry-meta a:hover,
.entry-block.entry-block-with-image-bg.without-post-thumbnail .entry-meta a:focus,
.entry-block.entry-block-with-image-bg.without-post-thumbnail .entry-meta a:active {
  color: #5d5d5d;
}
@media screen and (max-width: 800px) {
  .entry-block .entry-title {
    font-size: 1rem;
  }
  .entry-block.entry-block-with-image {
    display: -ms-flexbox;
    display: flex;
  }
  .entry-block.entry-block-with-image .wp-post-image {
    float: left;
    max-width: 80px;
    margin: 5px .5rem 0 0;
  }
  .entry-block.entry-block-with-image .entry-block-content {
    -ms-flex: 1;
        flex: 1;
  }
  .entry-block.entry-block-with-image-bg {
    padding: 0;
    background-color: #fff;
    color: #133d55;
  }
  .entry-block.entry-block-with-image-bg:after {
    display: none;
  }
  .entry-block.entry-block-with-image-bg .thumbnail-holder {
    margin-bottom: 1rem;
  }
  .entry-block.entry-block-with-image-bg a,
  .entry-block.entry-block-with-image-bg a:visited,
  .entry-block.entry-block-with-image-bg a:hover,
  .entry-block.entry-block-with-image-bg a:focus,
  .entry-block.entry-block-with-image-bg a:active {
    color: #133d55;
  }
  .entry-block.entry-block-with-image-bg .entry-block-content {
    position: relative;
    padding: 0;
  }
  .entry-block.entry-block-with-image-bg .entry-title {
    font-size: 1.5rem;
  }
  .entry-block.entry-block-with-image-bg .entry-meta,
  .entry-block.entry-block-with-image-bg .entry-meta a,
  .entry-block.entry-block-with-image-bg .entry-meta a:visited,
  .entry-block.entry-block-with-image-bg .entry-meta a:hover,
  .entry-block.entry-block-with-image-bg .entry-meta a:focus,
  .entry-block.entry-block-with-image-bg .entry-meta a:active {
    color: #5d5d5d;
  }
}

.posts-feed {
  margin-top: -1rem;
}
.posts-feed .entry-block {
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  border-top: 1px solid #c4c4c4;
}
.posts-feed > .entry-block:first-child {
  border-top: none;
}

.grid-container.posts-feed .grid-col, .article-footer-sidebar .posts-feed.parsely-recommended-widget .grid-col, .grid-container.posts-feed .article-footer-sidebar .parsely-recommended-widget li, .article-footer-sidebar .parsely-recommended-widget .grid-container.posts-feed li, .article-footer-sidebar .posts-feed.parsely-recommended-widget li {
  display: -ms-flexbox;
  display: flex;
}
.grid-container.posts-feed > .grid-col-1-of-2:nth-child(-n+2) .entry-block, .article-footer-sidebar .posts-feed.parsely-recommended-widget > .grid-col-1-of-2:nth-child(-n+2) .entry-block, .grid-container.posts-feed > .grid-col-1-of-3:nth-child(-n+3) .entry-block, .article-footer-sidebar .posts-feed.parsely-recommended-widget > .grid-col-1-of-3:nth-child(-n+3) .entry-block, .article-footer-sidebar .parsely-recommended-widget .grid-container.posts-feed > li:nth-child(-n+3) .entry-block, .article-footer-sidebar .posts-feed.parsely-recommended-widget > li:nth-child(-n+3) .entry-block {
  border-top: none;
}
@media screen and (max-width: 800px) {
  .grid-container.posts-feed > .grid-col-1-of-2:nth-child(-n+2) .entry-block, .article-footer-sidebar .posts-feed.parsely-recommended-widget > .grid-col-1-of-2:nth-child(-n+2) .entry-block, .grid-container.posts-feed > .grid-col-1-of-3:nth-child(-n+3) .entry-block, .article-footer-sidebar .posts-feed.parsely-recommended-widget > .grid-col-1-of-3:nth-child(-n+3) .entry-block, .article-footer-sidebar .parsely-recommended-widget .grid-container.posts-feed > li:nth-child(-n+3) .entry-block, .article-footer-sidebar .posts-feed.parsely-recommended-widget > li:nth-child(-n+3) .entry-block {
    border-top: 1px solid #c4c4c4;
  }
}
.grid-container.posts-feed .entry-block, .article-footer-sidebar .posts-feed.parsely-recommended-widget .entry-block {
  width: 100%;
}

.posts-feed-holder .section-title {
  margin: 0;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 1.5rem;
  color: #00aeef;
  font-family: "freight-sans-pro", sans-serif;
  font-size: .875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #c4c4c4;
}
.pagination a,
.pagination a:visited,
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  color: #00aeef;
  text-decoration: none;
}
.pagination .page-numbers {
  margin: 0 .25rem;
}
.pagination .current {
  text-decoration: underline;
}
.pagination a.next,
.pagination a.prev {
  -ms-flex: 1;
      flex: 1;
}
.pagination a.next {
  text-align: right;
}
.pagination a.next {
  padding-right: 1rem;
  background: transparent url("images/arrow-right-blue.svg") no-repeat right center;
  background-size: 8px;
}
.pagination a.prev {
  padding-left: 1rem;
  background: transparent url("images/arrow-left-blue.svg") no-repeat left center;
  background-size: 8px;
}

.header-search-form {
  position: relative;
  border-bottom: 4px solid #133d55;
  overflow: hidden;
}
.header-search-form label {
  display: -ms-flexbox;
  display: flex;
}
.header-search-form .search-field {
  -ms-flex: 1;
      flex: 1;
  color: #133d55;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  border: none;
  outline: none;
}
.header-search-form .search-submit {
  position: absolute;
  right: -9999px;
  bottom: -9999px;
}
.header-search-form .icon {
  width: 24px;
  height: auto;
}
.header-search-form .icon * {
  fill: #133d55;
}

.author-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 2rem 0;
  padding-top: 2rem;
  border-top: 1px solid #c4c4c4;
}
.author-block .avatar {
  margin-right: 2rem;
  border-radius: 50%;
}
.author-block .author-name {
  margin: 0;
  font-size: 1.125rem;
}
.author-block .author-bio {
  font-size: .875rem;
}
@media screen and (max-width: 800px) {
  .author-block {
    padding-top: 0;
    border-top: none;
  }
  .author-block .avatar {
    width: 65px;
    margin-right: 1rem;
  }
}

.author-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -.25rem;
  padding: 0;
}
.author-links li {
  display: block;
  margin: 0 .25rem;
}
.author-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 25px;
  height: 25px;
  border: 2px solid #133d55;
  border-radius: 50%;
}
.author-links .icon {
  max-width: 12px;
  width: auto;
  max-height: 12px;
  height: auto;
}
.author-links .link-twitter a {
  color: #28aae1;
  border-color: #28aae1;
}
.author-links .link-twitter a .icon * {
  fill: #28aae1;
}
.author-links .link-facebook a {
  color: #3460a1;
  border-color: #3460a1;
}
.author-links .link-facebook a .icon * {
  fill: #3460a1;
}
.author-links .link-linkedin a {
  color: #136d9d;
  border-color: #136d9d;
}
.author-links .link-linkedin a .icon * {
  fill: #136d9d;
}

.users-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "freight-sans-pro", sans-serif;
}
.users-list .user-block {
  width: 33.3333%;
  margin-bottom: 1rem;
  padding: 1rem;
  text-align: center;
}
.users-list .user-name {
  margin: 0;
  font-size: 1.5rem;
}
.users-list .user-title {
  font-size: 1.25rem;
  font-style: italic;
}
.users-list .avatar {
  margin-top: 1rem;
  border-radius: 50%;
}
.users-list .author-links {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  .users-list {
    display: block;
  }
  .users-list .user-block {
    width: auto;
  }
}

body.agingmedia-sponsored-post .sponsored-pre-header img {
  display: block;
  margin: 0 auto;
}
body.agingmedia-sponsored-post .entry-header.entry-header-full-width {
  margin: 0 auto;
  padding: 4rem 4.375rem 1.5rem;
  background-color: #fff;
}
body.agingmedia-sponsored-post .entry-header.entry-header-full-width.with-featured-image {
  padding: 14rem 4.375rem 1.5rem;
}
body.agingmedia-sponsored-post .main-content-wrap {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
body.agingmedia-sponsored-post .entry-header.wrap,
body.agingmedia-sponsored-post .main-content-wrap {
  max-width: 870px;
}
body.agingmedia-sponsored-post .hentry {
  padding-top: 1rem;
}
@media screen and (max-width: 800px) {
  body.agingmedia-sponsored-post .entry-header.entry-header-full-width {
    padding: 0;
  }
  body.agingmedia-sponsored-post .main-content-wrap {
    padding-left: 1.6875rem;
    padding-right: 1.6875rem;
  }
}

.agingmedia-map-block {
  height: 300px;
  background-position: center center;
  background-size: cover;
}

.companies-in-article-block {
  margin: 2rem 0;
  padding-top: 2rem;
  border-top: 1px solid #c4c4c4;
}
.companies-in-article-block .section-title {
  margin: 0 0 .5rem;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}
.companies-in-article-block .companies-list {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
.companies-in-article-block a {
  color: #00aeef;
  text-decoration: underline;
}

.resources-archive-header {
  margin: 2rem 0;
  text-align: center;
}
.resources-archive-header .resource-block {
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  margin: 2rem auto 0;
  text-align: left;
}
.resources-archive-header .resource-block .thumbnail-holder {
  width: 230px;
  max-width: 30%;
  margin-right: 2rem;
}
.resources-archive-header .resource-block .thumbnail-holder img {
  display: block;
}
.resources-archive-header .resource-block .resource-details {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: .5rem 0;
}
.resources-archive-header .resource-block .resource-sponsor {
  margin-bottom: .5rem;
  color: #00aeef;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.resources-archive-header .resource-block .resource-sponsor a {
  color: #00aeef;
}
.resources-archive-header .resource-block .resource-title {
  margin: 0 0 1rem;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 570px) {
  .resources-archive-header .resource-block {
    display: block;
  }
  .resources-archive-header .resource-block .thumbnail-holder {
    width: 100%;
    max-width: 100%;
    margin: 0 0 .5rem 0;
  }
  .resources-archive-header .resource-block .thumbnail-holder img {
    margin: 0 auto;
  }
}
.resources-archive-header.with-background-image {
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.resources-archive-header.with-background-image .resource-block a,
.resources-archive-header.with-background-image .resource-block .resource-sponsor,
.resources-archive-header.with-background-image .resource-block .resource-sponsor a {
  color: #fff;
}
.resources-archive-header.with-background-image .resource-block .button,
.resources-archive-header.with-background-image .resource-block .button:visited,
.resources-archive-header.with-background-image .resource-block .button:active,
.resources-archive-header.with-background-image .resource-block .button:hover,
.resources-archive-header.with-background-image .resource-block .button:focus {
  background-image: url("images/arrow-right-white.svg");
  color: #fff;
  border-color: #fff;
}
.resources-archive-header.with-background-image .resource-block .button:hover, .resources-archive-header.with-background-image .resource-block .button:active, .resources-archive-header.with-background-image .resource-block .button:focus,
.resources-archive-header.with-background-image .resource-block .button:visited:hover,
.resources-archive-header.with-background-image .resource-block .button:visited:active,
.resources-archive-header.with-background-image .resource-block .button:visited:focus,
.resources-archive-header.with-background-image .resource-block .button:active:hover,
.resources-archive-header.with-background-image .resource-block .button:active:active,
.resources-archive-header.with-background-image .resource-block .button:active:focus,
.resources-archive-header.with-background-image .resource-block .button:hover:hover,
.resources-archive-header.with-background-image .resource-block .button:hover:active,
.resources-archive-header.with-background-image .resource-block .button:hover:focus,
.resources-archive-header.with-background-image .resource-block .button:focus:hover,
.resources-archive-header.with-background-image .resource-block .button:focus:active,
.resources-archive-header.with-background-image .resource-block .button:focus:focus {
  background-color: #fff;
  background-image: url("images/arrow-right-blue.svg");
  color: #00aeef;
}

.resources-feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.resources-feed .resource-block {
  display: -ms-flexbox;
  display: flex;
  width: calc( 50% - 2rem );
  margin: 1.5rem 1rem;
  text-align: left;
}
.resources-feed .resource-block .thumbnail-holder {
  width: 150px;
  max-width: 30%;
  margin-right: 1.25rem;
}
.resources-feed .resource-block .thumbnail-holder img {
  display: block;
}
.resources-feed .resource-block .resource-details {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: .25rem 0;
}
.resources-feed .resource-block .resource-sponsor {
  margin-bottom: .5rem;
  color: #00aeef;
  font-size: .625rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.resources-feed .resource-block .resource-sponsor a {
  color: #00aeef;
}
.resources-feed .resource-block .resource-title {
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 700px) {
  .resources-feed .resource-block {
    width: calc( 100% - 2rem );
  }
}
@media screen and (max-width: 400px) {
  .resources-feed .resource-block {
    display: block;
  }
  .resources-feed .resource-block .thumbnail-holder {
    width: 100%;
    max-width: 100%;
    margin: 0 0 .5rem 0;
  }
  .resources-feed .resource-block .thumbnail-holder img {
    margin: 0 auto;
  }
}

.article-footer-sidebar .widget {
  margin-top: 2rem;
}
.article-footer-sidebar .widget-title {
  margin: 0;
}
.article-footer-sidebar .parsely-recommended-widget {
  list-style: none;
  margin: -1rem 0 0;
  padding: 0;
}
.article-footer-sidebar .parsely-recommended-widget li {
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  border-top: 1px solid #c4c4c4;
}
.article-footer-sidebar .parsely-recommended-widget li:nth-child(-n + 3) {
  border-top: none;
}
@media screen and (max-width: 800px) {
  .article-footer-sidebar .parsely-recommended-widget li:nth-child(-n + 3) {
    border-top: 1px solid #c4c4c4;
  }
}
.article-footer-sidebar .parsely-recommended-widget .parsely-title-author-wrapper {
  margin-top: .5625rem;
  color: #5d5d5d;
  font-weight: normal;
  font-size: .75rem;
}
.article-footer-sidebar .parsely-recommended-widget .parsely-title-author-wrapper a {
  color: #5d5d5d;
}

body.agingmedia-sponsored-category .main-content-wrap {
  background: #00c0ff;
  background: linear-gradient(180deg, #00c0ff 0%, #004783 40%, #004783 100%);
}
body.agingmedia-sponsored-category .pre-article-ad-holder {
  margin: 0px;
}
body.agingmedia-sponsored-category .grid-col.grid-col-1-of-3, body.agingmedia-sponsored-category .article-footer-sidebar .parsely-recommended-widget li, .article-footer-sidebar .parsely-recommended-widget body.agingmedia-sponsored-category li {
  display: none;
}
body.agingmedia-sponsored-category .wrap {
  max-width: 100%;
}
body.agingmedia-sponsored-category header .wrap {
  max-width: 1024px;
}
body.agingmedia-sponsored-category .pre-article-ad-holder {
  text-align: center;
}
body.agingmedia-sponsored-category .grid-container, body.agingmedia-sponsored-category .article-footer-sidebar .parsely-recommended-widget, .article-footer-sidebar body.agingmedia-sponsored-category .parsely-recommended-widget {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem 2rem;
}
body.agingmedia-sponsored-category footer div.grid-container, body.agingmedia-sponsored-category footer .article-footer-sidebar div.parsely-recommended-widget, .article-footer-sidebar body.agingmedia-sponsored-category footer div.parsely-recommended-widget {
  background-color: inherit !important;
  max-width: 1024px;
}
body.agingmedia-sponsored-category .above-footer-ad-holder {
  text-align: center;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget-area .widget {
  margin-bottom: 2rem;
}
.widget-area .widget-title {
  margin: 0 0 1.5rem;
  padding: 0;
  color: #133d55;
  font-size: 1.75rem;
  border-bottom: 4px solid #133d55;
}

.widget_agingmedia_related_posts .entry-block:first-child {
  padding-top: .5rem;
}

.widget_agingmedia_resources_list .entry-block,
.widget_agingmedia_press_releases .entry-block,
.widget_agingmedia_jobs_list .entry-block {
  margin-top: 1rem;
  padding-top: 1rem;
}
.widget_agingmedia_resources_list .entry-block:first-child,
.widget_agingmedia_press_releases .entry-block:first-child,
.widget_agingmedia_jobs_list .entry-block:first-child {
  padding-top: .5rem;
}
.widget_agingmedia_resources_list .entry-title,
.widget_agingmedia_press_releases .entry-title,
.widget_agingmedia_jobs_list .entry-title {
  margin-top: 0;
  font-size: 1rem;
}
.widget_agingmedia_resources_list .excerpt,
.widget_agingmedia_press_releases .excerpt,
.widget_agingmedia_jobs_list .excerpt {
  font-size: .875rem;
}
.widget_agingmedia_resources_list .excerpt > *:last-child,
.widget_agingmedia_press_releases .excerpt > *:last-child,
.widget_agingmedia_jobs_list .excerpt > *:last-child {
  margin-bottom: 0;
}
.widget_agingmedia_resources_list .location,
.widget_agingmedia_press_releases .location,
.widget_agingmedia_jobs_list .location {
  font-style: italic;
}
.widget_agingmedia_resources_list .job-meta,
.widget_agingmedia_press_releases .job-meta,
.widget_agingmedia_jobs_list .job-meta {
  font-size: .875rem;
}
.widget_agingmedia_resources_list .button-holder,
.widget_agingmedia_press_releases .button-holder,
.widget_agingmedia_jobs_list .button-holder {
  margin-top: 1rem;
}

.widget_agingmedia_white_papers_and_webinars .button-holder {
  margin-top: 1rem;
}

.newsletter-form-widget {
  position: relative;
  padding: 1rem;
  background-image: linear-gradient(0deg, #133d55 0%, #00aeef 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.newsletter-form-widget > * {
  position: relative;
  z-index: 10;
}
.newsletter-form-widget a,
.newsletter-form-widget a:visited,
.newsletter-form-widget a:hover,
.newsletter-form-widget a:focus,
.newsletter-form-widget a:active {
  color: #fff;
}
.newsletter-form-widget .section-title {
  margin: 0 0 1rem;
  padding: 0;
  color: #fff;
  font-size: 1.75rem;
  border-bottom: 4px solid #fff;
}
.newsletter-form-widget .button-holder {
  margin-top: 1rem;
}

.webinars-section .webinars-section-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .webinars-section .webinars-section-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.webinars-section .webinars-section-wrapper .blue-title {
  color: #00aeef;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 10px 0;
}
.webinars-section .webinars-section-wrapper .cat-type {
  color: #00aeef;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 10px 0;
}
.webinars-section .webinars-section-wrapper .resource-title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.webinars-section .webinars-section-wrapper .left {
  width: 300px;
  margin-right: 32px;
  background-color: #f2f2f2;
  padding: 45px 10px;
}
@media screen and (max-width: 768px) {
  .webinars-section .webinars-section-wrapper .left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.webinars-section .webinars-section-wrapper .left img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto 25px;
  display: block;
}
.webinars-section .webinars-section-wrapper .left .download-button {
  margin: 0 auto;
  display: table;
  color: #ffffff;
  background-color: #00aeef;
  border-color: #00aeef;
}
.webinars-section .webinars-section-wrapper .left .download-button:after {
  border-color: transparent transparent transparent #ffffff;
}
.webinars-section .webinars-section-wrapper .left .download-button:hover {
  color: #00aeef;
  background-color: transparent;
  border-color: #00aeef;
}
.webinars-section .webinars-section-wrapper .left .download-button:hover:after {
  border-color: transparent transparent transparent #00aeef;
}
.webinars-section .webinars-section-wrapper .right {
  -ms-flex: 1 0 0px;
      flex: 1 0 0px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .webinars-section .webinars-section-wrapper .right {
    width: 100%;
  }
}
.webinars-section .webinars-section-wrapper .right h3 {
  color: #133d55;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 24px 0px;
}
.webinars-section .webinars-section-wrapper .right .cat-type {
  text-align: left;
}
.webinars-section .webinars-section-wrapper .right .cat-type a {
  color: #00aeef;
}
.webinars-section .webinars-section-wrapper .right .resource-block {
  border-bottom: 1px solid #d3dadf;
  margin-bottom: 25px;
  padding-bottom: 18px;
}
.webinars-section .webinars-section-wrapper .right .resource-block:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}
.webinars-section .webinars-section-wrapper .right .resource-block .date {
  text-align: left;
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #133d55;
}
.webinars-section .webinars-section-wrapper .right .resource-title {
  text-align: left;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.featured-and-trending-block,
.trending-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.trending-posts .trending-sponsor {
  margin-bottom: .5rem;
  font-family: "freight-sans-pro", sans-serif;
  color: #133d55;
  font-size: .625rem;
  font-weight: 600;
}
.trending-posts .trending-sponsor img {
  display: inline-block;
  margin-left: .25rem;
  vertical-align: middle;
}
.trending-posts .trending-heading {
  margin: 0;
  font-size: 1.25rem;
}
.trending-posts .entry-block .entry-title {
  font-size: .875rem;
  font-weight: 600;
}
.trending-posts .button-holder {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .trending-posts .trending-posts-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    border-bottom: 4px solid #133d55;
  }
  .trending-posts .trending-posts-header .trending-sponsor {
    -ms-flex-order: 2;
        order: 2;
  }
  .trending-posts .trending-posts-header .trending-heading {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-order: 1;
        order: 1;
    border-bottom: none;
  }
  .trending-posts .trending-posts {
    margin-bottom: 2rem;
  }
}

.featured-posts .featured-heading {
  margin-bottom: 0;
  font-size: 1.75rem;
}
.featured-posts .posts-feed .entry-block {
  border-top: none;
}
.featured-posts .with-bottom-border {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.featured-posts .with-bottom-border:after {
  content: '';
  position: absolute;
  left: 1rem;
  bottom: 0;
  width: calc( 100% - 2rem );
  height: 1px;
  background-color: #c4c4c4;
}
.featured-posts .with-borders .entry-block {
  padding-top: 0;
  padding-right: 1rem;
  border-right: 1px solid #c4c4c4;
}
.featured-posts .with-borders > .grid-col:last-child .entry-block, .featured-posts .article-footer-sidebar .parsely-recommended-widget .with-borders > li:last-child .entry-block, .article-footer-sidebar .parsely-recommended-widget .featured-posts .with-borders > li:last-child .entry-block {
  border-right: none;
}
.featured-posts .entry-block-with-image-bg .entry-title {
  font-size: 2rem;
}
.featured-posts .entry-block-normal .entry-title {
  font-size: 1rem;
}
.featured-posts .button-holder {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .featured-posts .posts-feed .entry-block {
    border-top: 1px solid #c4c4c4;
  }
  .featured-posts .posts-feed .grid-col:first-child .entry-block, .featured-posts .posts-feed .article-footer-sidebar .parsely-recommended-widget li:first-child .entry-block, .article-footer-sidebar .parsely-recommended-widget .featured-posts .posts-feed li:first-child .entry-block {
    border-top: none;
  }
  .featured-posts .with-bottom-border {
    margin-bottom: 0;
    border-bottom: 1px solid #c4c4c4;
  }
  .featured-posts .with-bottom-border:after {
    display: none;
  }
  .featured-posts .with-borders .entry-block {
    padding-top: 1rem;
    padding-right: 0;
    border-right: none;
  }
}

.latest-posts-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.latest-posts-block .section-heading {
  margin: 0;
}

.jobs-list-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.jobs-list-block .section-heading {
  margin: 0;
}
.jobs-list-block .button-holder {
  margin-top: 2rem;
}
.jobs-list-block .job-meta {
  margin-bottom: .5rem;
  font-size: 1rem;
}
.jobs-list-block .job-date {
  font-size: .875rem;
  color: #5d5d5d;
}
.jobs-list-block .location {
  font-style: italic;
}
@media screen and (max-width: 800px) {
  .jobs-list-block .button-holder {
    text-align: center;
  }
}

body .sponsor-posts-block,
body .awards-posts-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #ebebec;
}
body .sponsor-posts-block .grid-col.with-background, body .sponsor-posts-block .article-footer-sidebar .parsely-recommended-widget li.with-background, .article-footer-sidebar .parsely-recommended-widget body .sponsor-posts-block li.with-background,
body .awards-posts-block .grid-col.with-background,
body .awards-posts-block .article-footer-sidebar .parsely-recommended-widget li.with-background,
.article-footer-sidebar .parsely-recommended-widget body .awards-posts-block li.with-background {
  position: relative;
  background-position: center center;
  background-size: cover;
}
body .sponsor-posts-block .bg-section-link,
body .awards-posts-block .bg-section-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .sponsor-posts-block img,
body .awards-posts-block img {
  display: block;
}
body .sponsor-posts-block .posts-feed-holder,
body .awards-posts-block .posts-feed-holder {
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
body .sponsor-posts-block .posts-feed-holder .posts-feed,
body .awards-posts-block .posts-feed-holder .posts-feed {
  padding: 0 20px;
}
body .sponsor-posts-block .posts-feed-holder .posts-feed .entry-block,
body .awards-posts-block .posts-feed-holder .posts-feed .entry-block {
  margin-bottom: 15px;
  padding-top: 25px;
  margin-top: 0;
}
body .sponsor-posts-block .posts-feed-holder .posts-feed .entry-block:first-child,
body .awards-posts-block .posts-feed-holder .posts-feed .entry-block:first-child {
  padding-top: 0;
}
body .sponsor-posts-block .posts-feed-holder .posts-feed .entry-title,
body .awards-posts-block .posts-feed-holder .posts-feed .entry-title {
  font-size: 1rem;
  line-height: 16px;
}
body .sponsor-posts-block .button-holder,
body .awards-posts-block .button-holder {
  margin: 20px 0 0 0;
  padding: 0 5px;
  text-align: center;
}
body .sponsor-posts-block .button-holder .button,
body .awards-posts-block .button-holder .button {
  letter-spacing: 0.1px;
  background-color: transparent !important;
  transition: all ease-in-out .5s;
  background-image: none !important;
  opacity: 1;
  position: relative;
}
body .sponsor-posts-block .button-holder .button span,
body .awards-posts-block .button-holder .button span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  position: absolute;
  right: 6px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
body .sponsor-posts-block .button-holder .button:hover,
body .awards-posts-block .button-holder .button:hover {
  background-color: transparent !important;
  opacity: .5;
}
body .sponsor-posts-block .button-holder .button:visited,
body .awards-posts-block .button-holder .button:visited {
  background-image: none !important;
}
body .sponsor-posts-block .button-holder .button:visited:hover,
body .awards-posts-block .button-holder .button:visited:hover {
  background-color: transparent !important;
}
body .sponsor-posts-block .entry-block .category-tag-holder,
body .awards-posts-block .entry-block .category-tag-holder {
  display: none;
}
@media screen and (max-width: 800px) {
  body .sponsor-posts-block,
  body .awards-posts-block {
    margin-right: -1.6875rem;
    margin-left: -1.6875rem;
  }
  body .sponsor-posts-block .posts-feed-holder,
  body .awards-posts-block .posts-feed-holder {
    padding: 3rem 2rem 2rem;
  }
  body .sponsor-posts-block .button-holder,
  body .awards-posts-block .button-holder {
    text-align: center;
  }
}

.sponsor-posts-block .grid-col.with-background, .sponsor-posts-block .article-footer-sidebar .parsely-recommended-widget li.with-background, .article-footer-sidebar .parsely-recommended-widget .sponsor-posts-block li.with-background {
  background-position: center top;
}
@media screen and (max-width: 800px) {
  .sponsor-posts-block .featured-content {
    padding: 1.5rem 1rem 1.5rem;
  }
}

.awards-posts-block {
  background-color: #133d55;
  color: #fff;
}
.awards-posts-block .featured-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.awards-posts-block .section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.5rem;
}
.awards-posts-block .section-header .shn-awards-logo {
  max-width: 115px;
  margin-right: 1.5rem;
}
.awards-posts-block .section-header .section-title {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
  color: #fff;
  font-size: 2.25rem;
}
.awards-posts-block .featured-block {
  max-width: 230px;
  margin: 1.5rem 3rem;
  color: #fff;
}
.awards-posts-block .featured-block a:not(.button) {
  color: #fff;
}
.awards-posts-block .featured-block .featured-title {
  margin: .25rem 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.75);
}
.awards-posts-block .featured-block .button {
  font-size: .75rem;
  background-size: 7px;
}
.awards-posts-block .entry-block a:not(.button),
.awards-posts-block .entry-block a:not(.button):visited,
.awards-posts-block .entry-block a:not(.button):hover,
.awards-posts-block .entry-block a:not(.button):focus,
.awards-posts-block .entry-block a:not(.button):active,
.awards-posts-block .entry-block .entry-meta {
  color: #fff;
}
@media screen and (max-width: 800px) {
  .awards-posts-block {
    margin-top: 5rem;
  }
  .awards-posts-block .featured-holder {
    display: block;
    padding: 1rem 1.6875rem;
  }
  .awards-posts-block .section-header {
    display: block;
    margin: -3.25rem 0 11rem;
    padding: 0;
  }
  .awards-posts-block .section-header .shn-awards-logo {
    display: block;
    margin: 0 auto;
  }
  .awards-posts-block .section-header .section-title {
    font-size: 1.875rem;
  }
  .awards-posts-block .featured-block {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}
.awards-posts-block.shn-awards-block .entry-title a {
  color: #133d55 !important;
}
.awards-posts-block.shn-awards-block .entry-title a:hover {
  color: #133d55 !important;
}
.awards-posts-block.shn-awards-block .posted-on {
  color: #133d55;
}

.tags-list-block {
  font-family: "freight-sans-pro", sans-serif;
}
.tags-list-block .tags-list-letters {
  list-style: none;
  display: block;
  margin: 0 0 2rem;
  padding: 0;
  font-size: 1.5rem;
}
.tags-list-block .tags-list-letters li {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0;
}
.tags-list-block .tags-list-letters a {
  color: #000;
  text-decoration: none;
}
.tags-list-block .tags-list-letters .current-letter {
  padding: 0 .15rem;
  border-bottom: 3px solid #000;
}
.tags-list-block .tags-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
.tags-list-block .tags-list li {
  display: block;
  margin: 0 0 .5rem;
  padding: 0;
}
.tags-list-block .tags-list a {
  color: #133d55;
  text-decoration: none;
}

.resources-list-block {
  margin: 2rem 0;
}
.resources-list-block .section-heading {
  text-align: center;
}

@media screen and (max-width: 800px) {
  body .wp-block-columns {
    display: block;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-header {
  border-bottom: 5px solid black;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
  padding-bottom: 10px;
  cursor: pointer;
}

.comments-title {
  margin: 0;
  line-height: 35px;
}
@media screen and (max-width: 576px) {
  .comments-title {
    font-size: 1.2rem;
    line-height: 24px;
  }
}

.comments-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.comments-toggle--opened .comments-toggle__arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.comments-toggle__label {
  text-transform: uppercase;
  margin: 0;
  color: #133d55;
  font-weight: 700;
  white-space: nowrap;
  font-family: "freight-sans-pro", sans-serif;
}
.comments-toggle__arrow {
  background: transparent url("images/arrow-right-blue-round.svg") no-repeat right center;
  display: block;
  width: 35px;
  height: 33px;
  transition: .12s;
  margin-left: 5px;
}

.comments-body {
  display: none;
}
.comments-body--visible {
  display: block;
}
.comments-body__description {
  font-size: 18px;
  margin-top: 0;
}

.comment-list {
  padding-left: 0;
  list-style: none;
}

.comment {
  border-bottom: 2px solid black;
  margin-bottom: 32px;
}
.comment .comment-meta {
  position: relative;
}
.comment .comment-meta .comment-author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  float: left;
  margin-right: 25px;
}
@media screen and (max-width: 576px) {
  .comment .comment-meta .comment-author .avatar {
    margin-right: 18px;
  }
}
.comment .comment-meta .comment-metadata .edit-link {
  position: absolute;
  top: 0;
  right: 0;
}
.comment .comment-meta .comment-metadata .edit-link .comment-edit-link {
  color: #00aeef;
  text-decoration: underline;
  font-size: 18px;
}
@media screen and (max-width: 576px) {
  .comment .comment-meta .comment-metadata .time {
    font-size: 12px;
  }
}
.comment .comment-content {
  font-family: "freight-text-pro", serif;
}
.comment .reply {
  margin-bottom: 15px;
}
.comment .reply .comment-reply-link {
  color: #00aeef;
  text-decoration: underline;
  font-weight: 500;
}
.comment .children {
  list-style: none;
}
@media screen and (max-width: 576px) {
  .comment .children {
    padding-left: 0;
  }
}
.comment .children .comment {
  border: none;
}

.comment-respond {
  margin-top: 45px;
}
.comment-respond .comment-reply-title {
  margin-bottom: 16px;
}

.future-featured-section {
  width: 100%;
  padding: 108px 0 80px;
  background: transparent url(images/future_leaders_featured_bg3.jpg) center center no-repeat;
  background-size: cover;
}
.future-featured-section .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.future-featured-section .container .future-leaders-logo {
  text-align: center;
  margin-bottom: 60px;
}
.future-featured-section .container .logo-text-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .future-featured-section .container .logo-text-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.future-featured-section .container .logo-text-block span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 5px;
  margin-right: 10px;
}
.future-featured-section .container .logo-text-block img {
  max-height: 34px;
  width: auto;
}
.future-featured-section .container .featured-text {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  font-weight: 300;
  max-width: 850px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .future-featured-section .container .featured-text {
    font-size: 22px;
  }
}
.future-featured-section .container .apply-btn {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: table;
  padding: 20px 30px 18px 30px;
  background-color: #124c64;
  margin: 0 auto;
  transition: all ease-in-out .3s;
}
@media screen and (max-width: 768px) {
  .future-featured-section .container .apply-btn {
    padding: 15px 20px;
    font-size: 18px;
  }
}
.future-featured-section .container .apply-btn:hover {
  background-color: #163542;
}

.about-leaders-section {
  width: 100%;
  padding: 80px 0 108px;
  background-color: #124c64;
}
@media screen and (max-width: 768px) {
  .about-leaders-section {
    padding: 50px 0 40px;
  }
}
.about-leaders-section .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.about-leaders-section .container h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #29ade4;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 65px;
  position: relative;
}
.about-leaders-section .container h2 .wave-one {
  display: block;
  width: 100px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url(images/wave_divider_white1.svg) top left repeat-x;
}
@media screen and (max-width: 768px) {
  .about-leaders-section .container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.about-leaders-section .container .half-container {
  width: 100%;
  margin: 0 auto;
  max-width: 880px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-leaders-section .container .half-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about-leaders-section .container .half-container .text-block {
  width: 45%;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .about-leaders-section .container .half-container .text-block {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-leaders-section .container .half-container .text-block p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
}

.awards-section {
  width: 100%;
  padding: 80px 0 108px;
  background: transparent url(images/awards_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .awards-section {
    padding: 50px 0 40px;
  }
}
.awards-section .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.awards-section .container h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 85px;
  position: relative;
  color: #124c64;
}
@media screen and (max-width: 768px) {
  .awards-section .container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.awards-section .container h2 .wave-two {
  display: block;
  width: 100px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url(images/wave_divider_blue1.svg) top left repeat-x;
}
.awards-section .container .categories-block {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 815px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .awards-section .container .categories-block {
    margin-bottom: 0;
  }
}
.awards-section .container .categories-block li {
  margin-bottom: 20px;
  width: 100%;
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  .awards-section .container .categories-block li {
    max-width: 100%;
  }
}
.awards-section .container .categories-block input {
  position: absolute;
  left: -9999px;
}
.awards-section .container .categories-block label {
  display: block;
  position: relative;
  margin: 0;
  padding: 20px 10px 20px 25px;
  border: 6px solid #124c64;
  color: #124c64;
  font-size: 20px;
  font-weight: bold;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffffff;
  transition: background-color .2s;
}
@media screen and (max-width: 768px) {
  .awards-section .container .categories-block label {
    padding: 10px 20px 10px 20px;
    font-size: 16px;
  }
}
.awards-section .container .submit {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: table;
  padding: 20px 30px;
  background-color: #29ade4;
  margin: 0 auto;
  transition: all ease-in-out .3s;
  outline: none;
  border: none;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .awards-section .container .submit {
    padding: 15px 20px;
    font-size: 18px;
  }
}
.awards-section .container .submit:hover {
  background-image: none;
  background-color: #2886ad;
}

.gradient-section {
  background: #2aade5;
  background: -webkit-gradient(left top, right top, color-stop(0%, #2aade5), color-stop(11%, #2496c7), color-stop(35%, #186381), color-stop(68%, #134b63), color-stop(100%, #134b63));
  background: linear-gradient(to right, #2aade5 0%, #2496c7 11%, #186381 34%, #134b63 68%, #134b63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aade5', endColorstr='#134b63', GradientType=1 );
}
.gradient-section .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.gradient-section .container .logo-text-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .gradient-section .container .logo-text-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gradient-section .container .logo-text-block span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 5px;
  margin-right: 10px;
}
.gradient-section .container .logo-text-block img {
  max-height: 34px;
  width: auto;
}

.dedalines-block {
  padding: 65px 0 80px;
}
.dedalines-block .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.dedalines-block .container h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 85px;
  position: relative;
  color: #124c64;
}
@media screen and (max-width: 768px) {
  .dedalines-block .container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.dedalines-block .container h2 .wave-three {
  display: block;
  width: 100px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url(images/wave_divider_blue1.svg) top left repeat-x;
}
.dedalines-block .container .deadlines-list {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .dedalines-block .container .deadlines-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.dedalines-block .container .deadlines-list li {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .dedalines-block .container .deadlines-list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.dedalines-block .container .deadlines-list li .date {
  position: relative;
  color: #124c64;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.dedalines-block .container .deadlines-list li .date:after {
  content: '';
  display: block;
  position: absolute;
  width: 31px;
  height: 5px;
  background-color: #29ade4;
  left: 50%;
  bottom: -30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dedalines-block .container .deadlines-list li .text {
  font-size: 18px;
  line-height: 30px;
  color: #124c64;
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}
.dedalines-block .container .apply-btn {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: table;
  padding: 20px 30px 18px 30px;
  background-color: #29ade4;
  margin: 0 auto;
  transition: all ease-in-out .3s;
  outline: none;
  border: none;
  background-image: none;
}
.dedalines-block .container .apply-btn:hover {
  background-image: none;
  background-color: #2886ad;
}

.competition-block {
  background-color: #29ade4;
  padding: 70px 0 135px;
}
@media screen and (max-width: 768px) {
  .competition-block {
    padding: 50px 0 65px;
  }
}
.competition-block .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.competition-block .container h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #124c64;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 105px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .competition-block .container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.competition-block .container h2 .wave-four {
  display: block;
  width: 100px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url(images/wave_divider_white1.svg) top left repeat-x;
}
.competition-block .container .details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .competition-block .container .details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.competition-block .container .details li {
  width: 33%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .competition-block .container .details li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.competition-block .container .details li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.competition-block .container .details li a:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
.competition-block .container .details li a:hover:after {
  display: none;
}

.peoples-list-block {
  padding: 50px 0 0;
}
.peoples-list-block .container {
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
.peoples-list-block .container h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 100px;
  position: relative;
  color: #124c64;
}
@media screen and (max-width: 768px) {
  .peoples-list-block .container h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.peoples-list-block .container h2 .wave-five {
  display: block;
  width: 100px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent url(images/wave_divider_blue1.svg) top left repeat-x;
}
.peoples-list-block .container .peoples-list-list {
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1060px;
  margin: 0 auto;
}
.peoples-list-block .container .peoples-list-list li {
  width: 33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .peoples-list-block .container .peoples-list-list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.peoples-list-block .container .peoples-list-list li .thumb {
  width: 215px;
  height: 215px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 25px;
}
.peoples-list-block .container .peoples-list-list li .name {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #124c64;
  font-weight: bold;
}

.people-item-popup {
  background-color: rgba(41, 173, 228, 0.93);
  position: fixed;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px 60px;
  z-index: 1000000000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  display: none;
}
.people-item-popup.is-on {
  display: block;
}
@media screen and (max-width: 768px) {
  .people-item-popup {
    padding: 20px 20px;
  }
}
.people-item-popup .close {
  position: absolute;
  right: 30px;
  top: 5px;
  color: #ffffff;
  font-size: 53px;
  cursor: pointer;
}
.people-item-popup .popup-container {
  height: 100%;
}
.people-item-popup .popup-container .people-item-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .people-item-popup .popup-container .people-item-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.people-item-popup .popup-container .people-item-wrapper .thumbnail {
  width: 215px;
  height: 215px;
  background-size: cover;
  background-position: center center;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .people-item-popup .popup-container .people-item-wrapper .thumbnail {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.people-item-popup .popup-container .people-item-wrapper .text {
  -ms-flex: 1 0 0px;
      flex: 1 0 0px;
}
@media screen and (max-width: 768px) {
  .people-item-popup .popup-container .people-item-wrapper .text {
    width: 100%;
    text-align: center;
  }
}
.people-item-popup .popup-container .people-item-wrapper .text .name {
  font-size: 30px;
  line-height: 36px;
  color: #124c64;
  font-weight: bold;
  margin-bottom: 10px;
}
.people-item-popup .popup-container .people-item-wrapper .text .title-field {
  color: #ffffff;
  font-size: 23px;
  line-height: 20px;
  margin-bottom: 15px;
}
.people-item-popup .popup-container .people-item-wrapper .text .company-field {
  color: #ffffff;
  font-size: 23px;
  line-height: 20px;
}
.people-item-popup .popup-container .text-wrapper p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
}
.people-item-popup .popup-container .text-wrapper p:last-child {
  margin-bottom: 0;
}

.cat-people-filter-list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cat-people-filter-list li {
  display: block;
  margin: 0 5px;
}
.cat-people-filter-list li .cat-people-filter-item {
  display: block;
  border: 2px solid transparent;
  padding: 2px 10px;
}
.cat-people-filter-list li .cat-people-filter-item.active {
  border: 2px solid #124c64;
}

.events-wrap {
  font-family: "freight-sans-pro", sans-serif;
}
.events-wrap .button {
  font-size: 14px;
  padding: 9px 24px 10px 12px;
  position: relative;
  background-image: none;
  letter-spacing: 2px;
}
.events-wrap .button:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #00aeef;
  position: absolute;
  top: 49%;
  right: 7px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.events-wrap .button:hover {
  background-image: none;
}
.events-wrap .button:hover:after {
  border-color: transparent transparent transparent #ffffff;
}
.events-wrap .filled-button {
  background-color: #00aeef;
  color: #fff;
}
.events-wrap .filled-button:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 49%;
  right: 7px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.events-wrap .filled-button:hover {
  color: #00aeef;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #00aeef;
  background-color: transparent;
}
.events-wrap .filled-button:hover:after {
  border-color: transparent transparent transparent #00aeef;
}
.events-wrap .event-button-wrapper {
  display: inline-block;
}
.events-wrap .event-button-wrapper.filled .button {
  background-color: #00aeef;
  color: #fff;
}
.events-wrap .event-button-wrapper.filled .button:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 49%;
  right: 7px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.events-wrap .event-button-wrapper.filled .button:hover {
  color: #00aeef;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #00aeef;
  background-color: transparent;
}
.events-wrap .event-button-wrapper.filled .button:hover:after {
  border-color: transparent transparent transparent #00aeef;
}
.events-wrap .event-button-wrapper.dark .button {
  background-color: #133d55;
  color: #ffffff;
  border-color: #133d55;
  margin-right: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.events-wrap .event-button-wrapper.dark .button:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 49%;
  right: 7px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.events-wrap .event-button-wrapper.dark .button:hover {
  background-color: #ffffff;
  color: #133d55;
  border-color: #ffffff;
}
.events-wrap .event-button-wrapper.dark .button:hover:after {
  border-color: transparent transparent transparent #133d55;
}
.events-wrap .events-narrow-wrapper {
  width: 100%;
  max-width: 870px;
  padding: 0 15px;
  margin: 0 auto;
}
.events-wrap .featured-section {
  background-size: cover !important;
  background-position: center center !important;
  padding: 90px 0 180px;
  position: relative;
  background-repeat: no-repeat !important;
}
.events-wrap .featured-section.single-featured {
  padding: 90px 0;
  text-align: center;
  margin-bottom: 40px;
}
.events-wrap .featured-section:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.events-wrap .featured-section .featured-wrapper {
  position: relative;
}
.events-wrap .featured-section .featured-wrapper .event-button-wrapper .button {
  font-size: 23px;
  line-height: 38px;
}
.events-wrap .featured-section .featured-wrapper .event-button-wrapper .button:after {
  border-width: 8px 0 8px 10px;
}
.events-wrap .featured-section .logo {
  display: block;
  max-width: 553px;
  background: transparent top left no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .events-wrap .featured-section .logo {
    margin-bottom: 20px;
  }
}
.events-wrap .featured-section h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
  line-height: 54px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .events-wrap .featured-section h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
.events-wrap .featured-section .subtitle {
  color: #ffffff;
  font-size: 42px;
  line-height: 50px;
  font-family: "freight-sans-pro", sans-serif;
  margin: 0;
}
.events-wrap .featured-section .date-place {
  color: #ffffff;
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .events-wrap .featured-section .date-place {
    font-size: 34px;
    line-height: 42px;
  }
}
.events-wrap .featured-section.events-list-featured .logo {
  display: block;
  width: 290px;
  height: 43px;
  background-size: 100%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .events-wrap .featured-section.events-list-featured .logo {
    margin-bottom: 10px;
  }
}
.events-wrap .featured-section.events-list-featured h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 86px;
  line-height: 96px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .events-wrap .featured-section.events-list-featured h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
.events-wrap .featured-section.events-list-featured .date-place {
  color: #ffffff;
  font-size: 42px;
  line-height: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .events-wrap .featured-section.events-list-featured .date-place {
    font-size: 34px;
    line-height: 42px;
  }
}
.events-wrap .featured-section.events-archive {
  padding: 90px 0 120px;
}
.events-wrap .subfeatured-list-section {
  margin-top: -90px;
  position: relative;
}
.events-wrap .subfeatured-list-section .events-narrow-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-bottom: 3px solid #ebebec;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .events-wrap .subfeatured-list-section .events-narrow-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .events-wrap .subfeatured-list-section .events-narrow-wrapper .half-block {
    width: 100%;
  }
}
.events-wrap .subfeatured-list-section .half-block {
  width: 50%;
  background-color: #ffffff;
  padding: 10px 40px;
}
@media screen and (max-width: 768px) {
  .events-wrap .subfeatured-list-section .half-block {
    padding: 10px 20px;
  }
}
.events-wrap .subfeatured-list-section .half-block p {
  font-size: 22px;
  line-height: 30px;
  font-family: "freight-sans-pro", sans-serif;
}
.events-wrap .subfeatured-list-section.single-event-details-half {
  margin-top: 0;
}
.events-wrap .subfeatured-list-section.single-event-details-half .events-narrow-wrapper {
  border-bottom: none;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block {
  padding: 10px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .events-wrap .subfeatured-list-section.single-event-details-half .half-block {
    padding: 10px 20px 40px 20px;
  }
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right {
  background-color: #00aeef;
}
@media screen and (max-width: 768px) {
  .events-wrap .subfeatured-list-section.single-event-details-half .half-block.right {
    margin-top: -30px;
  }
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right h3 {
  color: #133d55;
  font-weight: bold;
  font-size: 36px;
  margin: 20px 0 10px 0;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .event-details-section {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 13px;
  margin-bottom: 3px;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .event-details-section .details-title {
  color: #133d55;
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .event-details-section .details-info {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .event-details-section.last-section {
  border-bottom: none;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .event-details-section .download-link {
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 2px;
  padding-right: 30px;
  display: inline-block;
  margin-top: 20px;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .event-details-section .download-link:after {
  content: '';
  display: block;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 22px;
  background: transparent url(images/download_icon.png) top left no-repeat;
  position: absolute;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .buttons .filled-button {
  background-color: #133d55;
  color: #ffffff;
  border-color: #133d55;
  margin-right: 15px;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .buttons .filled-button:hover {
  background-color: #ffffff;
  color: #133d55;
  border-color: #ffffff;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .buttons .filled-button:hover:after {
  border-color: transparent transparent transparent #133d55;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .buttons .bordered-button {
  border-color: #ffffff;
  color: #ffffff;
  letter-spacing: 1px;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .buttons .bordered-button:after {
  border-color: transparent transparent transparent #ffffff;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .buttons .bordered-button:hover {
  color: #133d55;
  border-color: #133d55;
}
.events-wrap .subfeatured-list-section.single-event-details-half .half-block.right .buttons .bordered-button:hover:after {
  border-color: transparent transparent transparent #133d55;
}
.events-wrap h2 {
  text-align: center;
  color: #133d55;
  font-size: 42px;
  line-height: 44px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .events-wrap h2 {
    font-size: 34px;
    line-height: 42px;
  }
}
.events-wrap .events-list-subtitle {
  text-align: center;
  color: #133d55;
  font-size: 36px;
  line-height: 44px;
}
.events-wrap .events {
  list-style: none;
  padding: 0;
  margin: 0;
}
.events-wrap .events.bordered-list {
  border-bottom: 3px solid #ebebec;
}
.events-wrap .events li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .events-wrap .events li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.events-wrap .events li .thumb {
  width: 350px;
  height: 280px;
  display: block;
  margin-right: 49px;
  background-size: cover;
  -ms-flex: 1 0 0px;
      flex: 1 0 0px;
  background-position: center center !important;
  position: relative;
}
.events-wrap .events li .thumb:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .events-wrap .events li .thumb {
    margin: 0 auto 20px;
    -ms-flex: inherit;
        flex: inherit;
  }
}
@media screen and (max-width: 576px) {
  .events-wrap .events li .thumb {
    width: 300px;
  }
}
.events-wrap .events li .thumb .logo {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 80%;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.events-wrap .events li .event-data {
  -ms-flex: 1 0 0px;
      flex: 1 0 0px;
}
@media screen and (max-width: 768px) {
  .events-wrap .events li .event-data {
    width: 100%;
    -ms-flex: inherit;
        flex: inherit;
    text-align: center;
  }
}
.events-wrap .events li .event-data .event-name {
  color: #00aeef;
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
}
.events-wrap .events li .event-data .date-place {
  color: #133d55;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 8px;
}
.events-wrap .events li .event-data .description {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.events-wrap .events li .event-data .buttons .button {
  display: inline-block;
  margin-bottom: 5px;
}
.events-wrap .events li .event-data .buttons .button.learn {
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .events-wrap .events li .event-data .buttons .button.learn {
    margin-right: 5px;
  }
}
.events-wrap .events-info-gradient {
  margin: 60px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00658b+0,00adec+100 */
  background: #00658b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00658b 0%, #00adec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00658b', endColorstr='#00adec',GradientType=1 );
  /* IE6-9 */
  width: 100%;
  padding: 40px 0 50px;
}
.events-wrap .events-info-gradient.right-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00aeee+0,006389+100 */
  background: #00aeee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00aeee 0%, #006389 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeee', endColorstr='#006389',GradientType=1 );
  /* IE6-9 */
}
.events-wrap .events-info-gradient .title {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
  font-weight: bold;
}
.events-wrap .events-info-gradient .text {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  max-width: 480px;
  margin: 0 auto 25px;
}
.events-wrap .events-info-gradient .event-button {
  border-color: #133d55;
  color: #ffffff;
  margin: 0 auto;
  background-color: #133d55;
  display: table;
}
.events-wrap .events-info-gradient .event-button:after {
  border-color: transparent transparent transparent #ffffff;
}
.events-wrap .events-info-gradient .event-button:hover {
  background-color: #ffffff;
  color: #133d55;
}
.events-wrap .events-info-gradient .event-button:hover:after {
  border-color: transparent transparent transparent #133d55;
}
.events-wrap .events-info-gradient .event-button-wrapper {
  display: block;
}
.events-wrap .events-info-gradient .event-button-wrapper .button {
  border-color: #133d55;
  color: #ffffff;
  margin: 0 auto;
  background-color: #133d55;
  display: table;
}
.events-wrap .events-info-gradient .event-button-wrapper .button:after {
  border-color: transparent transparent transparent #ffffff;
}
.events-wrap .events-info-gradient .event-button-wrapper .button:hover {
  background-color: #ffffff;
  color: #133d55;
  border-color: #133d55;
}
.events-wrap .events-info-gradient .event-button-wrapper .button:hover:after {
  border-color: transparent transparent transparent #133d55;
}
.events-wrap .overrided-blocks-section {
  padding-top: 30px;
}
.events-wrap .overrided-blocks-section h2 {
  margin-bottom: 40px;
  padding: 0 15px;
}
.events-wrap .overrided-blocks-section .events-narrow-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-bottom: 3px solid #ebebec;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .events-wrap .overrided-blocks-section .events-narrow-wrapper {
    margin-bottom: 20px;
  }
}
.events-wrap .overrided-blocks-section .overrided-block {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .events-wrap .overrided-blocks-section .overrided-block {
    margin-bottom: 20px;
  }
}
.events-wrap .overrided-blocks-section .overrided-block:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}
.events-wrap .overrided-blocks-section .overrided-block .image-wrapper {
  width: 100%;
  max-width: 670px;
  height: 385px;
  background-position: center center !important;
  background-size: cover !important;
}
@media screen and (max-width: 768px) {
  .events-wrap .overrided-blocks-section .overrided-block .image-wrapper {
    height: 255px;
  }
}
.events-wrap .overrided-blocks-section .overrided-block .text-container {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  width: 100%;
  max-width: 425px;
  padding: 40px 40px 50px 40px;
}
@media screen and (max-width: 768px) {
  .events-wrap .overrided-blocks-section .overrided-block .text-container {
    position: relative;
    top: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
    max-width: initial;
  }
}
@media screen and (max-width: 576px) {
  .events-wrap .overrided-blocks-section .overrided-block .text-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.events-wrap .overrided-blocks-section .overrided-block .text-container .title {
  color: #00aeef;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.events-wrap .overrided-blocks-section .overrided-block .text-container .text {
  color: #133d55;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  text-align: center;
}
.events-wrap .overrided-blocks-section .overrided-block .text-container .event-button {
  display: table;
  margin: 0 auto;
}
.events-wrap .overrided-blocks-section .overrided-block.left-text .image-wrapper {
  float: right;
}
@media screen and (max-width: 768px) {
  .events-wrap .overrided-blocks-section .overrided-block.left-text .image-wrapper {
    float: none;
  }
}
.events-wrap .overrided-blocks-section .overrided-block.left-text .text-container {
  left: 0;
}
.events-wrap .overrided-blocks-section .overrided-block.right-text .image-wrapper {
  float: left;
}
@media screen and (max-width: 768px) {
  .events-wrap .overrided-blocks-section .overrided-block.right-text .image-wrapper {
    float: none;
  }
}
.events-wrap .overrided-blocks-section .overrided-block.right-text .text-container {
  right: 0;
}
.events-wrap .coverage-section {
  margin-bottom: 80px;
}
.events-wrap .coverage-section .read-button {
  display: table;
  margin: 50px auto 0;
}
.events-wrap .coverage-list {
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 715px;
  max-height: 500px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .events-wrap .coverage-list {
    max-height: initial;
  }
}
.events-wrap .coverage-list li {
  padding-bottom: 25px;
  border-bottom: 1px solid #ebebec;
  margin-bottom: 30px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .events-wrap .coverage-list li {
    width: 100%;
  }
}
.events-wrap .coverage-list li .cat-label {
  background-color: #00aeef;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 9px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 10px;
  letter-spacing: 1.3px;
}
.events-wrap .coverage-list li .name {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #133d55;
  margin-bottom: 10px;
}
.events-wrap .coverage-list li .date {
  color: #5d5d5d;
  font-size: 12px;
  line-height: 16px;
}

.page-template-page-event-list article, .page-template-page-event-archive article, .page-template-page-event-single article {
  margin-bottom: 0;
}

.video-frame {
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.agenda-section {
  margin-bottom: 70px;
}
.agenda-section .agenda-button-wrapper {
  width: 100%;
  background-color: #ffffff;
  margin-top: -70px;
  border-bottom: 3px solid #ebebec;
  padding-bottom: 90px;
}
.agenda-section .agenda-button-wrapper .agenda-button {
  margin: 0 auto;
  display: table;
}
.agenda-section .agenda-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.agenda-section .agenda-list li {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 3px solid #ebebec;
}
.agenda-section .agenda-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.agenda-section .agenda-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .agenda-section .agenda-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.agenda-section .agenda-wrapper .shedule {
  width: 188px;
}
@media screen and (max-width: 768px) {
  .agenda-section .agenda-wrapper .shedule {
    width: 100%;
    margin-bottom: 30px;
  }
}
.agenda-section .agenda-wrapper .shedule .time {
  color: #00aeef;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.agenda-section .agenda-wrapper .shedule .moderator {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 3px solid #ebebec;
}
.agenda-section .agenda-wrapper .shedule .moderator .title {
  color: #00aeef;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.agenda-section .agenda-wrapper .shedule .moderator .person {
  font-size: 16px;
  font-weight: 600;
  color: #133d55;
}
.agenda-section .agenda-wrapper .shedule .sponsor .title {
  color: #00aeef;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.agenda-section .agenda-wrapper .shedule .sponsor .firm {
  font-size: 16px;
  font-weight: 600;
  color: #133d55;
}
.agenda-section .agenda-wrapper .data {
  padding-left: 50px;
  -ms-flex: 1 0 0px;
      flex: 1 0 0px;
}
@media screen and (max-width: 768px) {
  .agenda-section .agenda-wrapper .data {
    width: 100%;
    padding-left: 0;
  }
}
.agenda-section .agenda-wrapper .data .headline {
  font-size: 24px;
  line-height: 34px;
  color: #133d55;
  font-weight: bold;
}
.agenda-section .agenda-wrapper .data p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-family: "freight-sans-pro", sans-serif;
}
.agenda-section .agenda-wrapper .data .speakers {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.agenda-section .agenda-wrapper .data .speakers li {
  width: 25%;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 576px) {
  .agenda-section .agenda-wrapper .data .speakers li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.agenda-section .agenda-wrapper .data .speakers li .thumb {
  display: block;
  width: 110px;
  height: 110px;
  background-position: center center;
  background-size: cover;
  border-radius: 1000px;
  margin-bottom: 15px;
}
.agenda-section .agenda-wrapper .data .speakers li .name {
  color: #133d55;
  font-size: 14px;
  font-weight: bold;
}
.agenda-section .agenda-wrapper .data .speakers li .occupation {
  color: #133d55;
  font-size: 14px;
  font-weight: 600;
}
.agenda-section .agenda-wrapper.agenda-track-list {
  display: block;
}
.agenda-section .agenda-wrapper.agenda-track-list .shedule {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .agenda-section .agenda-wrapper.agenda-track-list .shedule {
    width: 100%;
    margin-bottom: 30px;
  }
}
.agenda-section .agenda-wrapper.agenda-track-list .shedule.track-list-time {
  margin: 0px;
}
.agenda-section .agenda-wrapper.agenda-track-list .track-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: 0;
  width: calc(100% + 20px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .agenda-section .agenda-wrapper.agenda-track-list .track-list {
    display: block;
    margin-left: 0px;
    width: 100%;
  }
}
.agenda-section .agenda-wrapper.agenda-track-list .track-list .data {
  padding-left: 0px;
}
.agenda-section .agenda-wrapper.agenda-track-list .track-list .data .speakers li {
  width: 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .agenda-section .agenda-wrapper.agenda-track-list .track-list .data .speakers li {
    margin-bottom: 20px;
  }
}
.agenda-section .agenda-wrapper.agenda-track-list .track-list .track-item {
  margin: unset;
  padding: unset;
  border: unset;
  width: 46.7%;
  margin-left: 20px;
}
.agenda-section .agenda-wrapper.agenda-track-list .track-list .track-item .location {
  color: #133d55;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0px;
}
@media screen and (max-width: 768px) {
  .agenda-section .agenda-wrapper.agenda-track-list .track-list .track-item {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .agenda-section .agenda-wrapper.agenda-track-list .track-list .track-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.highlights-section {
  /* clear fix */
  /* ---- .grid-item ---- */
}
.highlights-section .events-narrow-wrapper {
  padding-bottom: 80px;
  margin-bottom: 70px;
  border-bottom: 3px solid #ebebec;
}
.highlights-section .grid {
  max-width: 840px;
}
.highlights-section .grid:after {
  content: '';
  display: block;
  clear: both;
}
.highlights-section .grid-item {
  float: left;
  width: 210px;
  height: 210px;
  border-color: rgba(0, 0, 0, 0.7);
  margin-bottom: 10px;
  overflow: hidden;
}
.highlights-section .grid-item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .highlights-section .grid-item {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 576px) {
  .highlights-section .grid-item {
    width: 105px;
    height: 105px;
  }
}
.highlights-section .grid-item--width2 {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .highlights-section .grid-item--width2 {
    width: 300px;
  }
}
@media screen and (max-width: 576px) {
  .highlights-section .grid-item--width2 {
    width: 220px;
  }
}
.highlights-section .grid-item--height2 {
  height: 210px;
}

.sponsors-section {
  margin-bottom: 4rem;
}
.sponsors-section .sponsors {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sponsors-section .sponsors li {
  width: 27%;
  margin: 0 3% 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sponsors-section .sponsors li {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .sponsors-section .sponsors li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.sponsors-section .sponsors li img {
  display: inline-block;
}
.sponsors-section .sponsors-description {
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
}

ul {
  list-style: none;
  padding: 0;
}
ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
ul .inner.show {
  /*display: block;*/
}
ul li {
  margin: 11px 0;
}
ul li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
}
ul li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

.faq-section {
  margin: 60px 0px;
}
.faq-section .faq-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.faq-section .faq-wrapper .faq-half {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-wrapper .faq-half {
    width: 100%;
  }
}
.faq-section .faq-wrapper .faq-half h4 {
  color: #00aeef;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0;
}
.faq-section .faq-wrapper .faq-half:nth-child(1) {
  padding-right: 8%;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-wrapper .faq-half:nth-child(1) {
    padding: 0;
  }
}
.faq-section .faq-wrapper .faq-half:nth-child(2) {
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-wrapper .faq-half:nth-child(2) {
    padding: 0;
  }
}
.faq-section .accordion {
  list-style: none;
  padding: 0;
}
.faq-section .accordion .toggle-faq {
  color: #133d55;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  padding-right: 15px;
  display: block;
}
.faq-section .accordion .toggle-faq:focus {
  outline: none;
}
.faq-section .accordion .toggle-faq:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #143b54;
  border-right: 2px solid #143b54;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.faq-section .accordion .inner {
  overflow: hidden;
  display: none;
  padding-left: 5px;
}
.faq-section .accordion .inner p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-family: "freight-sans-pro", sans-serif;
}
.faq-section .accordion .inner.show {
  /*display: block;*/
}
.faq-section .accordion li {
  margin: .5em 0;
}
.faq-section .accordion li a.toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
}
.faq-section .accordion li a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}

.page-template-page-events-past .hentry, .page-template-page-events .hentry, .event-template-default .hentry {
  margin: 0;
}

.fancybox-navigation .fancybox-button:hover {
  background-color: transparent;
  background-image: none;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.agingmedia-carousel {
  position: relative;
  padding: 0 50px;
}
.agingmedia-carousel .resource-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 .5rem;
}
.agingmedia-carousel .resource-block .content-holder {
  -ms-flex: 1;
      flex: 1;
}
.agingmedia-carousel .resource-block .wp-post-image {
  margin: 0 auto;
}

.agingmedia-carousel-next,
.agingmedia-carousel-previous {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  z-index: 2;
}
.agingmedia-carousel-next:hover, .agingmedia-carousel-next:focus, .agingmedia-carousel-next:active,
.agingmedia-carousel-previous:hover,
.agingmedia-carousel-previous:focus,
.agingmedia-carousel-previous:active {
  background: none;
}
.agingmedia-carousel-next.next,
.agingmedia-carousel-previous.next {
  right: 0;
}
.agingmedia-carousel-next.previous,
.agingmedia-carousel-previous.previous {
  left: 0;
}
.agingmedia-carousel-next:after,
.agingmedia-carousel-previous:after {
  display: none;
}
.agingmedia-carousel-next .icon,
.agingmedia-carousel-previous .icon {
  width: 50px;
  height: auto;
}
.agingmedia-carousel-next .icon *,
.agingmedia-carousel-previous .icon * {
  fill: #00aeef;
}
.agingmedia-carousel-next:hover, .agingmedia-carousel-next:active, .agingmedia-carousel-next:focus,
.agingmedia-carousel-previous:hover,
.agingmedia-carousel-previous:active,
.agingmedia-carousel-previous:focus {
  border: none;
}

.centered-carousel {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.centered-carousel .agingmedia-carousel-next {
  background: linear-gradient(to right, #ffffff00, #ffffff);
  width: 150px;
  text-align: right;
}
.centered-carousel .agingmedia-carousel-previous {
  background: linear-gradient(to left, #ffffff00, #ffffff);
  width: 150px;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .centered-carousel .agingmedia-carousel-next,
  .centered-carousel .agingmedia-carousel-previous {
    width: 50px;
  }
}

.swiper-container {
  max-width: 640px;
  width: 100%;
}
.swiper-container .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 200px;
}
.swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Resources
--------------------------------------------------------------*/
.resources-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem 1rem;
  padding: 0;
}
.resources-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  margin: 0 1rem;
  padding: 0;
}

.resource-block {
  text-align: center;
}
.resource-block .resource-title {
  font-size: .875rem;
  font-weight: 600;
}
.resource-block .wp-post-image {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Ads
--------------------------------------------------------------*/
.pre-header-ad-holder {
  padding: 1.625rem 0;
  background-color: #f1f1f1;
}
.pre-header-ad-holder img {
  display: block;
  margin: 0 auto;
}

.above-footer-ad-holder {
  margin: 1rem auto;
}

.pre-article-ad-holder {
  margin: 2rem 0 0;
}

.ad-notice {
  color: #838383;
  font-family: "freight-sans-pro", sans-serif;
  font-size: .625rem;
  text-align: center;
  text-transform: uppercase;
}

.inner-reports-ad {
  margin: 1.875rem 0;
  text-align: center;
}
.inner-reports-ad .section-heading {
  font-size: 1.125rem;
}
.inner-reports-ad .resource-block .resource-title {
  font-size: .75rem;
}

.inner-content-ad {
  margin: 1.5rem 0;
}

.sticky-footer-ad-holder {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* 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%;
}

figure {
  margin: 0 0 1.5em;
}

.sl-wrapper .sl-navigation button,
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  background: none;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-block-image figcaption,
.wp-caption-text,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.isc-source-text {
  margin-top: 0;
  padding-bottom: .5em;
  color: #8d8d8d;
  font-family: "freight-sans-pro", sans-serif;
  font-size: .75rem;
  font-style: italic;
  text-align: left;
  border-bottom: 1px solid #c4c4c4;
}

.isc-source-text {
  font-style: normal;
  border: none;
}
.isc-source-text:before {
  content: '';
  display: inline-block;
  width: .75rem;
  height: .75rem;
  margin: 0 .5em 0 0;
  background: url("images/icon-camera.svg") no-repeat center center;
  background-position: 100%;
  vertical-align: middle;
}

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

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: static;
  padding: .5em 0 0;
  background: none;
  border-bottom: none;
}

.wp-block-gallery .blocks-gallery-image .isc-source-text,
.wp-block-gallery .blocks-gallery-item .isc-source-text {
  display: block;
  padding: .5em 0 0;
}

body .wp-block-gallery.amn-logo-gallery .blocks-gallery-image,
body .wp-block-gallery.amn-logo-gallery .blocks-gallery-item {
  margin-bottom: 1rem;
}
body .wp-block-gallery.amn-logo-gallery .blocks-gallery-image figure,
body .wp-block-gallery.amn-logo-gallery .blocks-gallery-item figure {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
body .wp-block-gallery.amn-logo-gallery .blocks-gallery-image img,
body .wp-block-gallery.amn-logo-gallery .blocks-gallery-item img {
  max-width: 60%;
}
