@charset "UTF-8";
/*!
Theme Name: HPA Online
Theme URI: https://hpaonline.com
Description: Custom Theme for HPA
Author: Lord Creative
Author URI: http://lordcreative.com
Version: 1.0

*/
/*** ESSENTIAL STYLES ***/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,700,700i,800,800i");
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu a {
  color: #13a; }

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

.sf-menu ul li {
  background: #AABDE6; }

.sf-menu ul ul li {
  background: #9AAEDB; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* CSS RESET  ------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

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

html {
  overflow-y: scroll; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:focus, a:active, a:selected {
  outline: 0;
  border: 0;
  ie-dummy: expression(this.hideFocus=true); }

a:active, a:selected, a:visited {
  border: none;
  outline: none;
  -moz-outline-style: none; }

iframe, object, embed {
  max-width: 100%; }

/* UTILITIES  ------------------------------------------------------------------*/
/* Clearfix ------- */
.clearfix, .program-presentations .presentations-sets .presenation-password-form {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .clearfix:before, .program-presentations .presentations-sets .presenation-password-form:before, .clearfix:after, .program-presentations .presentations-sets .presenation-password-form:after {
    content: "";
    display: table; }
  .clearfix:after, .program-presentations .presentations-sets .presenation-password-form:after {
    clear: both; }

/* Utility Classes ------- */
.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none; }

/* src: common/_media-queries.scss */
/* src: common/_mixins.scss */
/* COLORS  ------------------------------------------------------------------*/
.primary-accent {
  color: #0088c6 !important; }

.hpa-dark-blue {
  color: #004e8b !important; }

.hpa-accent-blue {
  color: #01b4fe !important; }

.hpa-teal {
  color: #009bda !important; }

.hpa-dark-teal {
  color: #0088c6 !important; }

.hpa-gold {
  color: #edd388 !important; }

.black {
  color: #000000 !important; }

.extra-dark-gray {
  color: #252525 !important; }

.dark-gray {
  color: #333333 !important; }

.med-dark-gray {
  color: #999999 !important; }

.med-gray {
  color: #b8b8b8 !important; }

.med-light-gray {
  color: #cccccc !important; }

.light-gray {
  color: #ebebeb !important; }

.extra-light-gray {
  color: #f5f5f5 !important; }

.white {
  color: #ffffff !important; }

/* TYPOGRAPHY  ------------------------------------------------------------------*/
/* src: theme/_typography.scss */
html {
  font-family: "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #333333; }

/* All general content-based text styles -------------------------------- */
h1, .header1 {
  margin: 0 0 .5625rem;
  padding: 0;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.166;
  letter-spacing: 0; }

h1.page-title {
  margin: 0 0 .325rem;
  padding: 0;
  font-weight: 300;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 1.037; }
  h1.page-title a {
    text-decoration: none; }

h2, .header2 {
  margin: 0 0 .5625rem;
  padding: 0;
  font-weight: 400;
  letter-spacing: -.01em;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.25; }

h3, .header3 {
  margin: 0 0 .8125rem;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.166; }

h4, .header4 {
  margin: 0 0 .2rem;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }

h5, .header5 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.473; }

h6, .header6 {
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: .001em; }

p {
  margin: 0 0 .8125rem;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }

/* Unordered Lists */
ul {
  margin: 0 0 .8125rem;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  list-style-type: none; }
  ul li {
    position: relative;
    margin: 0 0 .3125rem 0;
    padding: 0 0 0 25px; }
    ul li:before {
      position: absolute;
      left: 0;
      top: auto;
      bottom: auto;
      font-size: .9375em;
      content: '•'; }
  ul.carret-bullets li:before {
    position: absolute;
    left: .2em;
    top: auto;
    bottom: auto;
    font-size: .9375em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f0da"; }
  ul.angle-bullets li:before {
    position: absolute;
    left: .2em;
    top: auto;
    bottom: auto;
    font-size: .9375em;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105"; }
  ul.dash-bullets li:before {
    position: absolute;
    left: 0;
    top: auto;
    bottom: auto;
    content: '–'; }
  ul.no-bullets li, #side-menu ul li, ul.nav-tabs li, ul.nav-tabs-vertical li, ul.schedule-listing li, #ess-main-wrapper ul.ess-social-network-lists li, #main-nav ul li, #mobile-nav ul#mobile-nav-menu li, #page-footer .social-media-channels ul li, #sidebar .sponsors-callout-block ul.sponsors-list li, #sidebar .links-list-block ul.links-list li, .home .members ul.member-categories-nav li, .nominees-and-winners ul.entries li, #sponsors-content ul.sponsors-listing li, .program-presentations .presentations-sets ul.presentations li, .our-members .members-category.display-mode-logos ul.members-listing li, #content.sponsorship-opportunities .support-information ul.support-contacts-list li {
    padding: 0; }
    ul.no-bullets li:before, #side-menu ul li:before, ul.nav-tabs li:before, ul.nav-tabs-vertical li:before, ul.schedule-listing li:before, #ess-main-wrapper ul.ess-social-network-lists li:before, #main-nav ul li:before, #mobile-nav ul#mobile-nav-menu li:before, #page-footer .social-media-channels ul li:before, #sidebar .sponsors-callout-block ul.sponsors-list li:before, #sidebar .links-list-block ul.links-list li:before, .home .members ul.member-categories-nav li:before, .nominees-and-winners ul.entries li:before, #sponsors-content ul.sponsors-listing li:before, .program-presentations .presentations-sets ul.presentations li:before, .our-members .members-category.display-mode-logos ul.members-listing li:before, #content.sponsorship-opportunities .support-information ul.support-contacts-list li:before {
      display: none; }
  ul ul {
    margin: 6px 0 0 15px; }
    ul ul li {
      margin: 0 0 6px 0; }

/* Ordered Lists */
ol {
  margin: 0 0 .8125rem;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  list-style-type: none;
  counter-reset: hpa-decimal; }
  ol li {
    counter-increment: hpa-decimal;
    position: relative;
    margin: 0 0 .3125rem 0;
    padding: 0 0 0 38px; }
    ol li::before {
      position: absolute;
      display: block;
      left: 0;
      content: counter(hpa-decimal) ".";
      width: 38x; }

/* Two Column Lists (mobile landscape & up) */
@media only screen and (min-width: 480px) {
  ul.list-two-column, ol.list-two-column {
    columns: 2; }
    ul.list-two-column li, ol.list-two-column li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

/* Three Column Lists (mobile landscape & up) */
@media only screen and (min-width: 480px) {
  ul.list-three-column, ol.list-three-column {
    columns: 2; }
    ul.list-three-column li, ol.list-three-column li {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

@media screen and (min-width: 979px) {
  ul.list-three-column, ol.list-three-column {
    columns: 3; } }

/* Tables */
th, td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

/* Misc. Elements & Styles */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0 1.3rem;
  padding: 0; }

sup {
  font-size: xx-small;
  vertical-align: top; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 800; }

.regular {
  font-weight: 400; }

.all-caps {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

small, p.small, .accordion.event-schedule .session-info p, ul.small, .accordion.event-schedule .session-info ul, ol.small, .accordion.event-schedule .session-info ol {
  margin-bottom: .6125rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.325; }

ul.small li, .accordion.event-schedule .session-info ul li, ol.small li, .accordion.event-schedule .session-info ol li {
  margin: 0 0 0; }

span.large, p.large, .content-block.cb-page-intro p, ul.large, ol.large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.555; }

/* Vertical spacing adjustments between specific sets of elements

h1 + h2, .header1 + .header2 { margin-top: -8px !important; }
h1 + h3, .header1 + .header3 { margin-top: -8px !important; }
h1 + h4, .header1 + .header4 { margin-top: -8px !important; }
h1 + h5, .header1 + .header5 { margin-top: -8px !important; }

h2 + h3, .header2 + .header3 { margin-top: -10px !important; }
h2 + h4, .header2 + .header4 { margin-top: -10px !important; }
h2 + h5, .header2 + .header5 { margin-top: -10px !important; }

h5 + h1, .header5 + .header1 { margin-top: 9px !important; }

p + ul { margin-top: -6px; }
p + h1, ul + h1, ol + h1 { margin-top: 50px; }
p + h2, ul + h2, ol + h2 { margin-top: 35px; }
p + h3, ul + h3, ol + h3 { margin-top: 30px; }
p + h4, ul + h4, ol + h4 { margin-top: 25px; }
p + h5, ul + h5, ol + h5 { margin-top: 25px; }
h4 + ul, h4 + ol { margin-top: 10px; }

*/
p + h1, ul + h1, ol + h1 {
  margin-top: 35px; }

p + h2, ul + h2, ol + h2 {
  margin-top: 20px; }

p + h3, ul + h3, ol + h3 {
  margin-top: 15px; }

p + h4, ul + h4, ol + h4 {
  margin-top: 12px; }

p + h5, ul + h5, ol + h5 {
  margin-top: 12px; }

/* Link Styles */
a {
  color: #0088c6;
  cursor: pointer;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  a:link {
    color: #0088c6;
    text-decoration: none; }
  a:visited {
    color: #0088c6;
    text-decoration: none; }
  a:hover {
    color: #0088c6;
    text-decoration: underline; }
  a:active {
    color: #0088c6;
    text-decoration: underline; }

/* Selection Highlight Styles */
::-moz-selection {
  color: #ffffff;
  background: #0088c6; }

::selection {
  color: #ffffff;
  background: #0088c6; }

/* js-disabled messaging (inside <noscript> tags) */
.js-disabled {
  padding: 5px 5px 25px 5px;
  font-weight: 400;
  line-height: 1.25;
  color: red; }

/* STRUCTURE  ------------------------------------------------------------------*/
/* src: theme/_structure.scss */
/* Base Block Elements  -------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0 auto;
  padding: 0 0 35px;
  background: #333333;
  overflow-x: visible !important; }

#wrapper {
  background: #ffffff;
  position: relative; }

.inner-wrapper {
  display: block;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 55px; }
  @media only screen and (max-width: 767px) {
    .inner-wrapper {
      padding: 0 30px; } }

/* Content Block  ------------------------------------------- */
#content {
  position: relative;
  margin: 0;
  padding: 55px 0 83px 0;
  background: #f5f5f5; }
  @media only screen and (max-width: 767px) {
    #content {
      padding-bottom: 40px; } }

/* Single-Column layouts ------------------------------------- */
#content.single-column #main {
  clear: both;
  width: 95%; }

/* Two-Column layouts ------------------------------------- */
#content.two-column #main {
  clear: both;
  width: 74.2%;
  padding: 2.5rem;
  float: left;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 980px) and (max-width: 1024px) {
    #content.two-column #main {
      width: 67.637%; } }
  @media only screen and (max-width: 979px) {
    #content.two-column #main {
      width: 100%;
      float: none;
      margin: 0 0 35px 0;
      padding: 1.5rem; } }

#content.two-column #sidebar {
  width: 22.7%;
  float: right; }
  @media only screen and (min-width: 980px) and (max-width: 1024px) {
    #content.two-column #sidebar {
      width: 27.333%; } }
  @media only screen and (max-width: 979px) {
    #content.two-column #sidebar {
      width: 100%; } }

/* Grids  -------------------------------------------------- */
/* Container --------------- */
.grid-row {
  max-width: 1200px;
  margin: 0 -8px; }
  .grid-row:after {
    content: "";
    display: table;
    clear: both; }

/* 12 column grid ---------- */
[class*='col-width-'] {
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1.25rem; }

.col-width-1 {
  width: 8.333333%; }

.col-width-2 {
  width: 16.66666%; }

.col-width-3 {
  width: 25%; }

.col-width-4 {
  width: 33.33333%; }

.col-width-5 {
  width: 41.66666%; }

.col-width-6 {
  width: 50%; }

.col-width-7 {
  width: 58.33333%; }

.col-width-8 {
  width: 66.66666%; }

.col-width-9 {
  width: 75%; }

.col-width-10 {
  width: 83.33333%; }

.col-width-11 {
  width: 91.66666%; }

.col-width-12 {
  width: 100%; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .col-width-1,
  .col-width-2,
  .col-width-3,
  .col-width-4,
  .col-width-5,
  .col-width-6 {
    width: 50%; }
  .col-width-7,
  .col-width-8,
  .col-width-9,
  .col-width-10,
  .col-width-11,
  .col-width-12 {
    width: 100%; } }

@media only screen and (max-width: 479px) {
  .col-width-1,
  .col-width-2,
  .col-width-3,
  .col-width-4,
  .col-width-5,
  .col-width-6,
  .col-width-7,
  .col-width-8,
  .col-width-9,
  .col-width-10,
  .col-width-11,
  .col-width-12 {
    width: 100%; } }

/* Images in the Grid ------ */
.grid-row img {
  width: 100%;
  height: auto; }

/* Misc. Layout Elements  ----------------------------------- */
.two-column-content {
  display: flex;
  margin: 0 -.7rem;
  flex-wrap: wrap;
  justify-content: space-between; }
  .two-column-content .col-left, .two-column-content .col-right {
    width: 50%;
    padding: 0 .7rem; }
    @media only screen and (max-width: 767px) {
      .two-column-content .col-left, .two-column-content .col-right {
        width: 100%;
        padding: 0 .7rem; } }

.divider-left, .divider-right {
  position: relative; }
  .divider-left:before, .divider-right:before {
    content: "";
    position: absolute;
    top: 0;
    width: 16.5vw;
    height: 2px;
    background: #0088c6; }
    @media only screen and (max-width: 979px) {
      .divider-left:before, .divider-right:before {
        width: 22.5vw; } }
    @media only screen and (max-width: 767px) {
      .divider-left:before, .divider-right:before {
        width: 26.5vw; } }
    @media only screen and (max-width: 479px) {
      .divider-left:before, .divider-right:before {
        width: 32.5vw; } }

.divider-left:before {
  left: 0; }

.divider-right:before {
  right: 0; }

/* BUTTONS  ------------------------------------------------------------------*/
/* Global button styles */
.button, input.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 20px 30px 16px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  background: #252525;
  text-align: center;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  .button:link,
  input:link[type="submit"],
  input:link[type="reset"],
  input:link[type="button"], .button:visited,
  input:visited[type="submit"],
  input:visited[type="reset"],
  input:visited[type="button"] {
    color: #ffffff;
    background: #252525;
    text-decoration: none; }
  .button:hover,
  input:hover[type="submit"],
  input:hover[type="reset"],
  input:hover[type="button"], .button:active,
  input:active[type="submit"],
  input:active[type="reset"],
  input:active[type="button"] {
    color: #ffffff;
    background: #0088c6; }
  .button.small,
  input.small[type="submit"],
  input.small[type="reset"],
  input.small[type="button"], .accordion.event-schedule .session-info p.button, .accordion.event-schedule .session-info ol.button, .accordion.event-schedule .session-info ul.button {
    padding: 15px 25px 13px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .button.solid-light:link,
  input.solid-light:link[type="submit"],
  input.solid-light:link[type="reset"],
  input.solid-light:link[type="button"], .button.solid-light:visited,
  input.solid-light:visited[type="submit"],
  input.solid-light:visited[type="reset"],
  input.solid-light:visited[type="button"] {
    color: #252525;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.22); }
  .button.solid-light:hover,
  input.solid-light:hover[type="submit"],
  input.solid-light:hover[type="reset"],
  input.solid-light:hover[type="button"], .button.solid-light:active,
  input.solid-light:active[type="submit"],
  input.solid-light:active[type="reset"],
  input.solid-light:active[type="button"] {
    color: #ffffff;
    background: #0088c6;
    border: 1px solid #0088c6; }
  .button.solid-accent:link,
  input.solid-accent:link[type="submit"],
  input.solid-accent:link[type="reset"],
  input.solid-accent:link[type="button"], .button.solid-accent:visited,
  input.solid-accent:visited[type="submit"],
  input.solid-accent:visited[type="reset"],
  input.solid-accent:visited[type="button"] {
    color: #ffffff;
    background: #0088c6;
    text-decoration: none; }
  .button.solid-accent:hover,
  input.solid-accent:hover[type="submit"],
  input.solid-accent:hover[type="reset"],
  input.solid-accent:hover[type="button"], .button.solid-accent:active,
  input.solid-accent:active[type="submit"],
  input.solid-accent:active[type="reset"],
  input.solid-accent:active[type="button"] {
    color: #ffffff;
    background: #252525; }
  .button.outline-dark:link,
  input.outline-dark:link[type="submit"],
  input.outline-dark:link[type="reset"],
  input.outline-dark:link[type="button"], .button.outline-dark:visited,
  input.outline-dark:visited[type="submit"],
  input.outline-dark:visited[type="reset"],
  input.outline-dark:visited[type="button"] {
    color: #252525;
    background: none;
    border: 1px solid #cccccc; }
  .button.outline-dark:hover,
  input.outline-dark:hover[type="submit"],
  input.outline-dark:hover[type="reset"],
  input.outline-dark:hover[type="button"], .button.outline-dark:active,
  input.outline-dark:active[type="submit"],
  input.outline-dark:active[type="reset"],
  input.outline-dark:active[type="button"] {
    color: #ffffff;
    background: #0088c6;
    border: 1px solid #0088c6; }
  .button.outline-med:link,
  input.outline-med:link[type="submit"],
  input.outline-med:link[type="reset"],
  input.outline-med:link[type="button"], .button.outline-med:visited,
  input.outline-med:visited[type="submit"],
  input.outline-med:visited[type="reset"],
  input.outline-med:visited[type="button"] {
    color: #252525;
    background: none;
    border: 1px solid #cccccc; }
  .button.outline-med:hover,
  input.outline-med:hover[type="submit"],
  input.outline-med:hover[type="reset"],
  input.outline-med:hover[type="button"], .button.outline-med:active,
  input.outline-med:active[type="submit"],
  input.outline-med:active[type="reset"],
  input.outline-med:active[type="button"] {
    color: #ffffff;
    background: #0088c6;
    border: 1px solid #0088c6; }
  .button.outline-light:link,
  input.outline-light:link[type="submit"],
  input.outline-light:link[type="reset"],
  input.outline-light:link[type="button"], .button.outline-light:visited,
  input.outline-light:visited[type="submit"],
  input.outline-light:visited[type="reset"],
  input.outline-light:visited[type="button"] {
    color: #ffffff;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.75); }
  .button.outline-light:hover,
  input.outline-light:hover[type="submit"],
  input.outline-light:hover[type="reset"],
  input.outline-light:hover[type="button"], .button.outline-light:active,
  input.outline-light:active[type="submit"],
  input.outline-light:active[type="reset"],
  input.outline-light:active[type="button"] {
    color: #0088c6;
    background: #ffffff;
    border: 1px solid #ffffff; }

/* TABLES  ------------------------------------------------------------------*/
/* src: theme/_tables.scss */
table {
  width: 100%;
  border: none;
  margin-bottom: 2rem; }

td {
  padding: 9px;
  font: 400 14px/20px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 20px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #cccccc; }

th {
  padding: 15px 9px;
  font: 600 14px/20px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 20px 0;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #e6e6e6; }

td.table-section-header {
  background: #c6d8e5;
  font-weight: bold; }

/* GENERAL FORM STYLES  ------------------------------------------------------------------*/
fieldset {
  position: relative;
  padding: 0 0 1rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #cccccc; }

.field-container {
  margin: 0 0 1.1rem 0; }

input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="file"],
textarea,
select {
  width: 100%;
  background-color: #ffffff;
  padding: 1rem 1rem;
  margin: 0 0 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.125;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-appearance: none; }

select {
  min-height: 50px;
  padding: 1rem 1rem; }

input[type="checkbox"],
input[type="radio"] {
  margin: 1px 5px 0 5px; }

input[type="search"] {
  -webkit-appearance: none;
  /* Remove default webkit styles */ }

input:focus, textarea:focus {
  -webkit-box-shadow: inset 0 0 5px #e4e4e4;
  -moz-box-shadow: inset 0 0 5px #e4e4e4;
  box-shadow: inset 0 0 5px #e4e4e4; }

input.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-weight: 300;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none; }

textarea {
  min-height: 75px; }

form.hide-labels label {
  display: none; }

/* Form Field Placeholder Text */
::-webkit-input-placeholder {
  color: #b8b8b8;
  padding-top: -4px; }

:-moz-placeholder {
  color: #b8b8b8;
  padding-top: -4px; }

::-moz-placeholder {
  color: #b8b8b8;
  padding-top: -4px; }

:-ms-input-placeholder {
  color: #b8b8b8;
  padding-top: -4px; }

/* Radio Button Group Layouts */
.radio-label {
  font: 400 12px/14px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #333333; }

.radio-group {
  padding: 5px; }
  .radio-group.horizontal .radio-label {
    margin-right: 15px; }
  .radio-group.vertical .radio-label {
    line-height: 22px; }
  .radio-group.error {
    background: rgba(255, 0, 0, 0.15); }

/* Checkbox Group Layouts */
.checkbox-label {
  font: 400 14px/16px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #333333; }

.checkbox-group {
  margin: 0 0 10px 0;
  padding: 5px; }
  .checkbox-group.horizontal .checkbox-label {
    margin-right: 15px; }
  .checkbox-group.vertical .checkbox-label {
    line-height: 22px; }
  .checkbox-group.error {
    background: rgba(255, 0, 0, 0.15); }

/* Feedback */
.form-feedback {
  font: 400 13px/15px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 30px;
  padding: 10px;
  background: white; }
  .form-feedback.error {
    color: red;
    background: rgba(255, 0, 0, 0.15); }
  .form-feedback.success {
    color: green;
    background: rgba(0, 255, 0, 0.15); }

.feedback {
  font: 600 11px/18px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  margin: 0 0 12px; }
  .feedback.error {
    color: red; }
  .feedback.success {
    color: green; }

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="search"].error,
input[type="email"].error,
input[type="url"].error,
input[type="number"].error,
input[type="file"].error,
textarea.error,
select.error {
  background: rgba(255, 0, 0, 0.15); }

/* "Required Fields" messaging */
.required-key {
  text-align: right;
  font: 400 12px/12px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #0088c6;
  font-weight: bold;
  margin: 0 0 15px 0; }

.required::after {
  content: " *";
  color: #0088c6;
  font-weight: bold; }

.form-instructions {
  font: 600 12px/16px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #333333;
  margin: 0 0 12px; }

.field-instructions {
  font: 400 11px/15px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  color: #333333;
  margin: 0 0 3px; }

/* SIDE MENU  -------------------------------------------------------------------*/
/* src: theme/components/_side-menu.scss */
#side-menu {
  height: 100%;
  width: 295px;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: -305px;
  padding: 100px 30px 30px 20px;
  background: #ffffff;
  opacity: .2;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.185s ease;
  -moz-transition: all 0.185s ease;
  -o-transition: all 0.185s ease;
  transition: all 0.185s ease;
  /* 'Close Overlay' Button */
  /* Navigation Items */ }
  #side-menu.active {
    right: 0;
    opacity: 1; }
  #side-menu a.close-button {
    display: block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 28px;
    height: 28px;
    opacity: .5;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #side-menu a.close-button:hover {
      opacity: 1; }
  #side-menu ul {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.1; }
    #side-menu ul li {
      border-bottom: 1px solid #cccccc; }
    #side-menu ul a {
      display: block;
      padding: 8px 0 12px 12px; }
      #side-menu ul a:link, #side-menu ul a:visited {
        color: #333333;
        text-decoration: none; }
      #side-menu ul a:hover, #side-menu ul a:active {
        color: #0088c6;
        text-decoration: none; }

/* SEARCH PANEL  ----------------------------------------------------------------*/
/* src: theme/components/_search-panel.scss */
#search-panel {
  width: 100%;
  height: 220px;
  position: fixed;
  z-index: 1002;
  top: -230px;
  padding: 78px 30px 30px 20px;
  background: #004e8b;
  opacity: .2;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.185s ease;
  -moz-transition: all 0.185s ease;
  -o-transition: all 0.185s ease;
  transition: all 0.185s ease;
  /* 'Close Overlay' Button */
  /* Search Field */ }
  #search-panel.active {
    top: 0;
    opacity: 1; }
  #search-panel a.close-button {
    display: block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 28px;
    height: 28px;
    opacity: .5;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #search-panel a.close-button:hover {
      opacity: 1; }
  #search-panel #searchform {
    max-width: 980px;
    margin: 0 auto; }
    #search-panel #searchform input#s {
      height: 58px;
      border: 0;
      font-size: 18px;
      font-size: 1.125rem; }
    #search-panel #searchform input#searchsubmit {
      height: 58px;
      border: 1px solid #80a7c5; }

/* COOKIES DISCLAIMER  ------------------------------------------------------*/
#cookies-disclaimer {
  position: fixed;
  bottom: -1px;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none; }
  #cookies-disclaimer .inner-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  #cookies-disclaimer p {
    float: left;
    width: calc(100% - 120px);
    margin: 0;
    padding-right: 15px;
    font-weight: 600;
    line-height: 1.2; }
  #cookies-disclaimer a.learn-more {
    white-space: nowrap; }
  #cookies-disclaimer .button-container {
    float: left;
    text-align: right;
    width: 120px; }
  #cookies-disclaimer .button,
  #cookies-disclaimer input[type="submit"],
  #cookies-disclaimer input[type="reset"],
  #cookies-disclaimer input[type="button"] {
    padding: 12px 30px 9px; }
  @media only screen and (max-width: 479px) {
    #cookies-disclaimer p {
      float: none;
      width: 100%;
      margin: 0 0 1rem;
      padding: 0;
      text-align: center; }
    #cookies-disclaimer .button-container {
      float: none;
      width: 100%;
      text-align: center; } }

/* ANNOUNCEMENT BAR  ------------------------------------------------------*/
#announcement-bar {
  background: #009bda;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 99px;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 1.9vw;
  color: #ffffff;
  display: none;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  #announcement-bar .inner-wrapper {
    padding: 2vw 5vw 2vw 55px;
    text-align: left; }
  #announcement-bar a.announcement-link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear;
    color: #ffffff;
    text-decoration: none; }
    #announcement-bar a.announcement-link:hover {
      color: #ffffff;
      background: #0078b6; }
  #announcement-bar a.close-btn {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 2vw;
    height: 2vw;
    color: #333333;
    opacity: .65;
    background: url(_/images/shared/btn-close-overlay.svg) no-repeat center center;
    background-size: 2vw 2vw;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #announcement-bar a.close-btn:hover {
      opacity: 1;
      text-decoration: none; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      #announcement-bar a.close-btn {
        width: 2.5vw;
        height: 2.5vw;
        top: 1.625rem;
        background-size: 2.5vw 2.5vw; } }
    @media only screen and (max-width: 767px) {
      #announcement-bar a.close-btn {
        width: 20px;
        height: 20px;
        top: 1rem;
        right: 1.1rem;
        background-size: 20px 20px; } }
    @media only screen and (max-width: 479px) {
      #announcement-bar a.close-btn {
        top: 1rem;
        right: 6px;
        background-size: 16px 16px; } }
  @media screen and (min-width: 1275px) {
    #announcement-bar {
      font-size: 28px;
      font-size: 1.75rem; }
      #announcement-bar .inner-wrapper {
        padding: 2rem 4rem 2rem 3rem;
        text-align: center; }
      #announcement-bar a.close-btn {
        width: 28px;
        height: 28px;
        top: calc(50% - 14px);
        background-size: 28px 28px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    #announcement-bar {
      font-size: 2.5vw; }
      #announcement-bar .inner-wrapper {
        padding: 2.5vw 6vw; } }
  @media only screen and (max-width: 767px) {
    #announcement-bar {
      font-size: 16px;
      font-size: 1rem; }
      #announcement-bar .inner-wrapper {
        padding: 1rem 3rem 1rem 2rem; } }

/* Minimized Header Configuration */
#page-header.minimized-header + #announcement-bar {
  top: 65px; }

/* WP User Logged In */
body.admin-bar #announcement-bar {
  top: 131px; }
  @media screen and (max-width: 779px) {
    body.admin-bar #announcement-bar {
      top: 145px; } }

/* CONTENT HEADER / PAGE BANNER ------------------------------------------------------------------*/
/* Default Page Header ------ */
.content-header .inner-wrapper {
  padding-top: 3.9rem;
  padding-bottom: 1.9rem; }

/* Page Banner (Replaces default Page Header) ------ */
.page-banner {
  position: relative;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* 'Short' page banners (h1 header only) ------ */
  /* 'Tall' page banners (h1 header, subhead, and CTA button) ------ */ }
  .page-banner .inner-wrapper {
    padding: 4.25rem 5rem; }
  .page-banner h1.page-title, .page-banner h2 {
    color: #ffffff; }
  .page-banner h1 {
    font-size: 4.21vw; }
  .page-banner h2 {
    font-size: 2.2vw; }
  @media screen and (min-width: 1275px) {
    .page-banner h1.page-title {
      font-size: 3.375rem !important; }
    .page-banner h2 {
      font-size: 1.75rem !important; } }
  @media only screen and (max-width: 767px) {
    .page-banner h1.page-title {
      font-size: 2.53rem !important; }
    .page-banner h2 {
      font-size: 1.31rem !important; } }
  @media only screen and (max-width: 979px) {
    .page-banner.banner-type-short .inner-wrapper {
      padding: 45px 55px; } }
  @media only screen and (max-width: 767px) {
    .page-banner.banner-type-short .inner-wrapper {
      padding: 25px 30px; } }
  .page-banner.banner-type-short h1 {
    margin-bottom: 0; }
  .page-banner.banner-type-tall .inner-wrapper {
    padding: 6.1rem 3.5rem 6.1rem 3.5rem; }
    @media screen and (min-width: 1275px) {
      .page-banner.banner-type-tall .inner-wrapper {
        min-height: 325px; } }
    @media only screen and (max-width: 979px) {
      .page-banner.banner-type-tall .inner-wrapper {
        padding: 45px 55px; } }
    @media only screen and (max-width: 767px) {
      .page-banner.banner-type-tall .inner-wrapper {
        padding: 45px 30px; } }
  @media screen and (min-width: 979px) {
    .page-banner.banner-type-tall .banner-text {
      position: absolute;
      width: calc( (100% - 7rem) * .742);
      padding-left: 1.25rem;
      top: 50%;
      transform: translateY(-50%); }
    .page-banner.banner-type-tall .banner-cta-button {
      width: calc( (100% - 7rem) * .227);
      padding: 0;
      text-align: center;
      position: absolute;
      top: 50%;
      right: 3.5rem;
      transform: translateY(-50%); } }
  @media only screen and (max-width: 979px) {
    .page-banner.banner-type-tall .banner-cta-button {
      padding-top: 1rem; } }

body.parent-pageid-63 .page-banner h1 {
  color: #edd388; }

/* NAV TABS  -------------------------------------------------------------------*/
/* src: theme/components/_nav-tabs.scss */
/* Navigation Tabs (Horizontal) -------- */
ul.nav-tabs {
  display: flex;
  margin: 0 -.7rem;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.nav-tabs::after {
    content: '';
    flex: auto; }
  ul.nav-tabs li {
    display: block;
    width: 20%;
    min-height: 4.6875rem;
    padding: 0 .7rem 1.1rem; }
  ul.nav-tabs a {
    display: table;
    height: 100%;
    min-height: 58px;
    padding: 10px 15px 10px 12px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
    color: #ffffff;
    background: #252525;
    text-align: center;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear;
    width: 100%; }
    ul.nav-tabs a:link, ul.nav-tabs a:visited {
      color: #252525;
      background: #ffffff;
      border: 2px solid #e0e0e0;
      text-decoration: none; }
    ul.nav-tabs a:hover, ul.nav-tabs a:active, ul.nav-tabs a.active {
      color: #ffffff;
      background: #0088c6;
      border: 2px solid #0088c6;
      text-decoration: none; }
    ul.nav-tabs a .label-text {
      display: table-cell;
      vertical-align: middle; }

@media only screen and (max-width: 767px) {
  ul.nav-tabs {
    display: none; }
  .nav-tabs-menu {
    display: block; } }

/* Navigation Tabs (Vertical) -------- */
ul.nav-tabs-vertical li {
  display: block;
  margin-bottom: .7rem;
  width: 100%; }

ul.nav-tabs-vertical a {
  display: block;
  padding: 21px 8px 19px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #ffffff;
  background: #252525;
  text-align: center;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  width: 100%; }
  ul.nav-tabs-vertical a:link, ul.nav-tabs-vertical a:visited {
    color: #252525;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    text-decoration: none; }
  ul.nav-tabs-vertical a:hover, ul.nav-tabs-vertical a:active, ul.nav-tabs-vertical a.active {
    color: #ffffff;
    background: #0088c6;
    border: 2px solid #0088c6;
    text-decoration: none; }

.nav-tabs-menu {
  margin-bottom: 1.75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.25rem;
  background: #ffffff url(_/images/shared/select-custom-down-arrow-light-gray.png) no-repeat right center;
  display: none; }

@media only screen and (max-width: 767px) {
  ul.nav-tabs-vertical {
    display: none; }
  .nav-tabs-menu {
    display: block; } }

/* TABBED CONTENT  ------------------------------------------------------------------*/
/* Tabbed Navigation ---------- */
/* Tabbed Content Panels ---------- */
.tabbed-panel {
  display: none; }

/* ACCORDION  ------------------------------------------------------------------*/
.accordion {
  position: relative;
  margin: 0 0 2.2rem 0; }
  .accordion .accordion-group {
    margin: 0 0 .5rem 0; }
  .accordion .accordion-header {
    position: relative;
    padding: 1.1rem 3.5rem 1.1rem 1.5rem;
    margin: 0 0 1.2rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    background: #252525;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    .accordion .accordion-header:hover {
      opacity: .8; }
    .accordion .accordion-header:after {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 1.5rem;
      content: "\f078";
      color: #999999;
      position: absolute;
      top: 0.9rem;
      right: 1.5rem; }
  .accordion .accordion-content {
    padding: 0 1.4rem .25rem;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
    transition-property: opacity, max-height;
    transition-duration: .3s;
    transition-timing-function: ease-in-out; }
  .accordion .accordion-group.expanded .accordion-header:after {
    content: "\f077"; }
  .accordion .accordion-group.expanded .accordion-content {
    opacity: 1; }
  .accordion.teaser-content .accordion-content {
    position: relative;
    max-height: 180px;
    opacity: 1; }
  .accordion.teaser-content .accordion-content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), white);
    opacity: 1;
    transition: opacity 0.3s ease-in-out; }
  .accordion.teaser-content .expanded .accordion-content:after {
    opacity: 0;
    height: 1px; }

/* EVENT LSTINGS  ----------------------------------------------------------*/
/* src: theme/components/_event-listings.scss */
/* Event Listings (Vertical Card Layout) ----------------  */
.event-listings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .event-listings .event {
    display: flex;
    width: calc(25% - 1.7rem);
    margin-bottom: 2.1rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .event-listings a {
    display: block;
    width: 100%; }
    .event-listings a:link, .event-listings a:visited {
      color: #333333;
      text-decoration: none; }
    .event-listings a:hover, .event-listings a:active {
      color: #0088c6;
      text-decoration: none; }
    .event-listings a:hover .event-img {
      opacity: .8; }
  .event-listings .event-img {
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    .event-listings .event-img img {
      display: block;
      width: 100%;
      height: auto; }
  .event-listings .event-info {
    padding: 20px; }
    .event-listings .event-info .event-date {
      display: block;
      margin: -20px -20px 20px;
      padding: 10px 12px 10px 20px;
      font-weight: 800;
      color: #ffffff;
      background: #252525; }
    .event-listings .event-info h4.event-title {
      font-weight: 800;
      margin-bottom: .3rem;
      line-height: 1.1; }
    .event-listings .event-info h5.event-location {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.125; }
  @media only screen and (max-width: 979px) {
    .event-listings .event {
      width: calc(50% - 1rem); } }
  @media only screen and (max-width: 479px) {
    .event-listings .event {
      width: 100%; } }

/* Program Listings (Horizontal Card Layout) ----------------  */
.event-listings-horizontal .event {
  display: table;
  width: 100%;
  margin-bottom: 1.2rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }

.event-listings-horizontal a {
  display: table-row;
  width: 100%; }
  .event-listings-horizontal a:link, .event-listings-horizontal a:visited {
    color: #333333;
    text-decoration: none; }
  .event-listings-horizontal a:hover, .event-listings-horizontal a:active {
    color: #0088c6;
    text-decoration: none; }
  .event-listings-horizontal a:hover .event-img {
    opacity: .8; }

.event-listings-horizontal .event-img {
  display: table-cell;
  width: 30.5%;
  opacity: 1;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear; }
  .event-listings-horizontal .event-img img {
    display: block;
    width: 100%;
    height: auto; }

.event-listings-horizontal .event-info {
  display: table-cell;
  vertical-align: middle;
  width: 69.5%;
  padding: 1vw 4.2vw; }
  .event-listings-horizontal .event-info h2.event-title {
    font-weight: 600;
    font-size: 1.9vw;
    margin-bottom: -.0125rem; }
  .event-listings-horizontal .event-info h3.event-location {
    font-size: 1.63vw;
    margin-bottom: .05rem; }
  .event-listings-horizontal .event-info .event-date {
    font-size: 1.2vw; }

@media screen and (min-width: 1275px) {
  .event-listings-horizontal .event-info {
    padding: .2rem 57px .2rem; }
    .event-listings-horizontal .event-info h2.event-title {
      font-size: 26px;
      font-size: 1.625rem; }
    .event-listings-horizontal .event-info h3.event-location {
      font-size: 22px;
      font-size: 1.375rem; }
    .event-listings-horizontal .event-info .event-date {
      font-size: 16px;
      font-size: 1rem; } }

@media only screen and (max-width: 979px) {
  .event-listings-horizontal .event-info h2.event-title {
    font-size: 2.65vw; }
  .event-listings-horizontal .event-info h3.event-location {
    font-size: 2.2vw; }
  .event-listings-horizontal .event-info .event-date {
    font-size: 1.6vw; } }

@media only screen and (max-width: 479px) {
  .event-listings-horizontal .event, .event-listings-horizontal .event a, .event-listings-horizontal .event-img, .event-listings-horizontal .event-info {
    display: block;
    width: 100%; }
  .event-listings-horizontal .event {
    margin-bottom: 1.8rem; }
  .event-listings-horizontal .event-info {
    padding: 1rem 2rem 1.25rem; }
    .event-listings-horizontal .event-info h2.event-title {
      font-size: 26px;
      font-size: 1.625rem; }
    .event-listings-horizontal .event-info h3.event-location {
      font-size: 21px;
      font-size: 1.3125rem; }
    .event-listings-horizontal .event-info .event-date {
      font-size: 15px;
      font-size: 0.9375rem; } }

/* EVENT FEATURES LISTING  ----------------------------------------------------------*/
/* src: theme/components/_event-features-listing.scss */
.event-features-listing {
  position: relative;
  margin: 0 -10px;
  /* Details --------------- */ }
  .event-features-listing .bio {
    position: relative;
    width: 25%;
    float: left;
    margin: 0;
    padding: 6px 10px 0 10px; }
    @media only screen and (max-width: 767px) {
      .event-features-listing .bio {
        width: 50%; } }
    .event-features-listing .bio .thumbnail {
      width: 100%;
      border: 1px solid #cccccc;
      border-bottom: 0;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      .event-features-listing .bio .thumbnail img {
        margin: 0;
        display: block;
        width: 100%;
        height: auto; }
    .event-features-listing .bio .caption {
      padding: .75rem 1.25rem .75rem  1.25rem;
      border: 1px solid #cccccc;
      border-top: 0;
      background: #ffffff;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      .event-features-listing .bio .caption h4.speaker-name {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 800; }
    .event-features-listing .bio a:link {
      color: #333333;
      text-decoration: none; }
    .event-features-listing .bio a:visited {
      color: #333333;
      text-decoration: none; }
    .event-features-listing .bio a:hover {
      color: #333333;
      text-decoration: none; }
    .event-features-listing .bio a:active {
      color: #333333;
      text-decoration: none; }
    .event-features-listing .bio:hover .thumbnail {
      opacity: .85; }
    .event-features-listing .bio:hover .caption {
      background: #252525;
      color: #ffffff; }
    .event-features-listing .bio.expanded .thumbnail {
      opacity: .85; }
    .event-features-listing .bio.expanded .caption {
      background: #252525;
      color: #ffffff; }
    @media only screen and (min-width: 768px) {
      .event-features-listing .bio:nth-child(4n+1) {
        clear: left; } }
    @media only screen and (max-width: 767px) {
      .event-features-listing .bio:nth-child(2n+1) {
        clear: left; } }
  .event-features-listing .bio-detail {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 10px 0 10px;
    display: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .event-features-listing .bio-detail .detail-content {
      position: relative;
      padding: 1.5rem 1.25rem 1rem 1.25rem;
      border: 1px solid #cccccc; }
    .event-features-listing .bio-detail h4.speaker-name {
      margin-bottom: 1rem;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800; }
    .event-features-listing .bio-detail p {
      font-size: 14px;
      font-size: 0.875rem; }
    .event-features-listing .bio-detail a.close-button {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 12px;
      right: 12px;
      background: url(_/images/shared/button-close-dark-gray.svg);
      background-size: 20px 20px;
      opacity: .6;
      -webkit-transition: opacity 0.125s linear;
      -moz-transition: opacity 0.125s linear;
      -o-transition: opacity 0.125s linear;
      transition: opacity 0.125s linear; }
      .event-features-listing .bio-detail a.close-button:hover {
        opacity: .8;
        text-decoration: none; }

/* SCHEDULE LSTING  ----------------------------------------------------------*/
/* src: theme/components/_schedule-listing.scss */
/* Schedule Listing ----------------  */
.schedule-listing {
  margin: 0 0 1.5rem; }
  .schedule-listing li {
    display: flex;
    margin: 1rem 0 .5rem;
    flex-wrap: wrap;
    justify-content: space-between; }
  .schedule-listing .time {
    display: block;
    width: 13rem;
    font-weight: 800; }
  .schedule-listing .description {
    display: block;
    width: calc(100% - 13rem); }
  .schedule-listing .item-title {
    font-weight: 800; }
  .schedule-listing p {
    margin-bottom: .5rem !important; }
  @media only screen and (max-width: 767px) {
    .schedule-listing .time {
      width: 100%;
      margin-bottom: 0; }
    .schedule-listing .description {
      margin-top: -.125rem;
      width: 100%; } }

/* EVENT SCHEDULE  ----------------------------------------------------------*/
/* src: theme/components/_event-schedule.scss */
/* Event Schedule (Vertical Card Layout) ----------------  */
/* The event schedule is contained within a modified accordion component */
.accordion.event-schedule .accordion-header .divider {
  padding: 0 .8rem;
  font-weight: 400; }

.accordion.event-schedule .accordion-header .day-summary {
  font-weight: 400; }

.accordion.event-schedule .sessions-listings {
  margin: -.75rem 0 1.5rem; }

.accordion.event-schedule .session {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0 .6875rem;
  border-bottom: 1px solid #cccccc; }

.accordion.event-schedule .session-time {
  width: 11.5rem;
  font-weight: 800; }

.accordion.event-schedule .session-info {
  width: calc(100% - 11.5rem); }

.accordion.event-schedule .session-name {
  margin-bottom: .8125rem;
  font-weight: 800; }

.accordion.event-schedule .speaker-detail {
  display: none; }

@media only screen and (max-width: 767px) {
  .accordion.event-schedule .session-time {
    width: 100%;
    margin-bottom: .5rem; }
  .accordion.event-schedule .session-info {
    width: 100%; } }

/* SPEAKERS LISTING  ----------------------------------------------------------*/
/* src: theme/components/_speakers-listing.scss */
/* Speakers Listing ----------------  */
.speakers-listing {
  position: relative;
  margin: 0 -10px;
  /* Details --------------- */ }
  .speakers-listing .bio {
    position: relative;
    width: 25%;
    float: left;
    margin: 0;
    padding: 6px 10px 0 10px; }
    @media only screen and (max-width: 767px) {
      .speakers-listing .bio {
        width: 50%; } }
    .speakers-listing .bio .thumbnail {
      width: 100%;
      border: 1px solid #cccccc;
      border-bottom: 0;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      .speakers-listing .bio .thumbnail img {
        margin: 0;
        display: block;
        width: 100%;
        height: auto; }
    .speakers-listing .bio .caption {
      padding: .75rem 1.25rem .75rem  1.25rem;
      border: 1px solid #cccccc;
      border-top: 0;
      background: #ffffff;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      .speakers-listing .bio .caption h4.speaker-name {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 800;
        margin-bottom: -2px; }
      .speakers-listing .bio .caption .speaker-organization {
        font-size: 14px;
        font-size: 0.875rem; }
    .speakers-listing .bio a:link {
      color: #333333;
      text-decoration: none; }
    .speakers-listing .bio a:visited {
      color: #333333;
      text-decoration: none; }
    .speakers-listing .bio a:hover {
      color: #333333;
      text-decoration: none; }
    .speakers-listing .bio a:active {
      color: #333333;
      text-decoration: none; }
    .speakers-listing .bio:hover .thumbnail {
      opacity: .85; }
    .speakers-listing .bio:hover .caption {
      background: #252525;
      color: #ffffff; }
    .speakers-listing .bio.expanded .thumbnail {
      opacity: .85; }
    .speakers-listing .bio.expanded .caption {
      background: #252525;
      color: #ffffff; }
  .speakers-listing .bio-detail {
    position: relative;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 10px 0 10px;
    display: none;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .speakers-listing .bio-detail .detail-content {
      position: relative;
      padding: 1.5rem 1.25rem 1rem 1.25rem;
      border: 1px solid #cccccc; }
    .speakers-listing .bio-detail h4.speaker-name {
      margin-bottom: 1rem;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800; }
    .speakers-listing .bio-detail p {
      font-size: 14px;
      font-size: 0.875rem; }
    .speakers-listing .bio-detail a.close-button {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 12px;
      right: 12px;
      background: url(_/images/shared/button-close-dark-gray.svg);
      background-size: 20px 20px;
      opacity: .6;
      -webkit-transition: opacity 0.125s linear;
      -moz-transition: opacity 0.125s linear;
      -o-transition: opacity 0.125s linear;
      transition: opacity 0.125s linear; }
      .speakers-listing .bio-detail a.close-button:hover {
        opacity: .8;
        text-decoration: none; }

/* ADVERTISEMENT (Sponsor Messages)  ------------------------------------------------------*/
.sponsor-messages .sponsor-message {
  width: 100%;
  margin: 0 0 15px; }
  .sponsor-messages .sponsor-message a {
    display: block; }
  .sponsor-messages .sponsor-message img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }

@media only screen and (max-width: 979px) {
  .sponsor-messages {
    margin: 0 -8px; }
    .sponsor-messages .sponsor-message {
      width: 50%;
      margin: 0;
      padding: 0 8px;
      float: left; } }

@media only screen and (max-width: 479px) {
  .sponsor-messages {
    margin: 0 -8px; }
    .sponsor-messages .sponsor-message {
      width: 100%;
      margin: 0 0 15px; } }

/* CONTENT BLOCKS  ------------------------------------------------------*/
.content-block {
  margin-bottom: 1.5rem;
  /* Page Intro -------- */
  /* Single Column -------- */
  /* Two Column (1:1 Ratio) -------- */
  /* Two Column (2:1 Ratio) -------- */
  /* Two Column (1:2 Ratio) -------- */
  /* Two Column (3:1 Ratio) -------- */
  /* Two Column (1:3 Ratio) -------- */
  /* Three Column (1:1:1 Ratio) -------- */
  /* Four Column (1:1:1:1 Ratio) -------- */
  /* Edge To Edge Image ---------------- */
  /* Schedule Table -------- */
  /* Callouts -------- */
  /* Accordion -------- */
  /* Image Slider -------- */
  /* CTA Buttons -------- */ }
  .content-block img {
    max-width: 100%;
    height: auto;
    border: 1px solid #cccccc; }
  @media only screen and (min-width: 768px) {
    .content-block.cb-two-column .cb-column {
      float: left;
      width: 48.25%; }
    .content-block.cb-two-column .cb-column + .cb-column {
      margin-left: 3.5%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-two-column img {
      width: 100%;
      height: auto; }
    .content-block.cb-two-column .cb-column + .cb-column {
      padding-top: .8rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-two-column-2-1-ratio .cb-column {
      float: left;
      width: 65.5%; }
    .content-block.cb-two-column-2-1-ratio .cb-column + .cb-column {
      margin-left: 3.5%;
      width: 31%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-two-column-2-1-ratio img {
      width: 100%;
      height: auto; }
    .content-block.cb-two-column-2-1-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-two-column-1-2-ratio .cb-column {
      float: left;
      width: 31%; }
    .content-block.cb-two-column-1-2-ratio .cb-column + .cb-column {
      margin-left: 3.5%;
      width: 65.5%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-two-column-1-2-ratio img {
      width: 100%;
      height: auto; }
    .content-block.cb-two-column-1-2-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-two-column-3-1-ratio .cb-column {
      float: left;
      width: 74.125%; }
    .content-block.cb-two-column-3-1-ratio .cb-column + .cb-column {
      margin-left: 3.5%;
      width: 22.375%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-two-column-3-1-ratio img {
      width: 100%;
      height: auto; }
    .content-block.cb-two-column-3-1-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-two-column-1-3-ratio .cb-column {
      float: left;
      width: 22.375%; }
    .content-block.cb-two-column-1-3-ratio .cb-column + .cb-column {
      margin-left: 3.5%;
      width: 74.125%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-two-column-1-3-ratio img {
      width: 100%;
      height: auto; }
    .content-block.cb-two-column-1-3-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-three-column-1-1-1-ratio .cb-column {
      float: left;
      width: 31%; }
    .content-block.cb-three-column-1-1-1-ratio .cb-column + .cb-column {
      margin-left: 3.5%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-three-column-1-1-1-ratio img {
      width: 100%;
      height: auto; }
    .content-block.cb-three-column-1-1-1-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  @media only screen and (min-width: 768px) {
    .content-block.cb-four-column-1-1-1-1-ratio .cb-column {
      float: left;
      width: 22.375%; }
    .content-block.cb-four-column-1-1-1-1-ratio .cb-column + .cb-column {
      margin-left: 3.5%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-four-column-1-1-1-1-ratio img {
      width: 100%;
      height: auto; }
    .content-block.cb-four-column-1-1-1-1-ratio .cb-column + .cb-column {
      padding-top: .8rem; } }
  .content-block.cb-edge-to-edge-image {
    margin-right: -2.5rem;
    margin-left: -2.5rem; }
    .content-block.cb-edge-to-edge-image:first-child {
      margin-top: -2.5rem; }
    @media only screen and (max-width: 979px) {
      .content-block.cb-edge-to-edge-image {
        margin-right: -1.5rem;
        margin-left: -1.5rem; }
        .content-block.cb-edge-to-edge-image:first-child {
          margin-top: -1.5rem; } }
  .content-block.cb-schedule-table .schedule-table {
    margin-bottom: 2rem; }
  .content-block.cb-schedule-table h4.accordion-header {
    padding: 1.1rem 1.5rem 1.1rem 1.5rem;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    background: #252525; }
  .content-block.cb-schedule-table ul {
    padding: 1.6rem 1.6rem;
    font-weight: 800;
    background: #f0e6b9; }
  .content-block.cb-schedule-table li {
    clear: left;
    margin-bottom: 0; }
  .content-block.cb-schedule-table .schedule-date {
    display: block;
    float: left;
    width: 43%; }
  .content-block.cb-schedule-table .schedule-event {
    display: block;
    float: left;
    width: 56%; }
  @media screen and (min-width: 1275px) {
    .content-block.cb-schedule-table .schedule-date {
      width: 53%; }
    .content-block.cb-schedule-table .schedule-event {
      width: 46%; } }
  @media only screen and (max-width: 767px) {
    .content-block.cb-schedule-table .schedule-date, .content-block.cb-schedule-table .schedule-event {
      float: none;
      width: 100%; }
    .content-block.cb-schedule-table li {
      margin-bottom: .5rem; } }
  .content-block.cb-callouts {
    margin-bottom: .5rem; }
    .content-block.cb-callouts .promo-callouts {
      display: flex;
      padding: 1rem 0 0 0;
      flex-wrap: wrap;
      justify-content: space-between; }
      .content-block.cb-callouts .promo-callouts .callout-card {
        width: calc(50% - 1.3rem);
        margin-bottom: 2.1rem;
        padding: 2.5rem 1.5rem 1.5rem;
        text-align: center;
        background: #ffffff;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
        .content-block.cb-callouts .promo-callouts .callout-card.bg-light-gold {
          background: #f0e6b9;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
        .content-block.cb-callouts .promo-callouts .callout-card h1 {
          margin: 0;
          letter-spacing: -.025em;
          line-height: 1.1; }
        .content-block.cb-callouts .promo-callouts .callout-card p {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.555; }
        .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons {
          display: flex;
          flex-flow: column wrap;
          padding: .6rem 0;
          width: 60%;
          margin: 0 auto; }
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons .button + .button, .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="submit"] + .button, .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="reset"] + .button, .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="button"] + .button,
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons .button + input[type="submit"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="submit"] + input[type="submit"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="reset"] + input[type="submit"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="button"] + input[type="submit"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons .button + input[type="reset"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="submit"] + input[type="reset"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="reset"] + input[type="reset"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="button"] + input[type="reset"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons .button + input[type="button"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="submit"] + input[type="button"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="reset"] + input[type="button"],
          .content-block.cb-callouts .promo-callouts .callout-card .callout-buttons input[type="button"] + input[type="button"] {
            margin-top: 1.25rem; }
        @media only screen and (max-width: 979px) {
          .content-block.cb-callouts .promo-callouts .callout-card {
            width: 100%; } }
  .content-block.cb-accordion {
    margin-top: -.6rem;
    padding: 0; }
  .content-block.cb-image-slider {
    position: relative;
    margin-bottom: 3rem; }
    .content-block.cb-image-slider .slide-image img {
      display: block;
      width: 100%;
      height: auto; }
    .content-block.cb-image-slider .banner-prev-next-btns {
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -20px;
      z-index: 500; }
      .content-block.cb-image-slider .banner-prev-next-btns span {
        display: block;
        width: 20px;
        height: 40px;
        opacity: .5;
        cursor: pointer;
        -webkit-transition: opacity 0.125s linear;
        -moz-transition: opacity 0.125s linear;
        -o-transition: opacity 0.125s linear;
        transition: opacity 0.125s linear; }
        .content-block.cb-image-slider .banner-prev-next-btns span:hover {
          opacity: .85; }
        .content-block.cb-image-slider .banner-prev-next-btns span.prev {
          position: absolute;
          left: 15px;
          background: url("_/images/shared/btn-prev-arrow.svg") no-repeat;
          background-size: 20px 40px;
          cursor: pointer; }
        .content-block.cb-image-slider .banner-prev-next-btns span.next {
          position: absolute;
          right: 15px;
          background: url("_/images/shared/btn-next-arrow.svg") no-repeat;
          background-size: 20px 40px;
          cursor: pointer; }
    .content-block.cb-image-slider .slide-pager {
      position: absolute;
      bottom: -4px;
      width: 100%;
      height: 0;
      z-index: 500;
      text-align: center;
      position: relative; }
      .content-block.cb-image-slider .slide-pager span {
        display: inline-block;
        margin: 3px;
        width: 7px;
        height: 7px;
        cursor: pointer;
        -webkit-border-radius: 3.5px;
        -moz-border-radius: 3.5px;
        border-radius: 3.5px;
        background: #cccccc; }
        .content-block.cb-image-slider .slide-pager span.cycle-pager-active {
          background: #999999; }
  .content-block.cb-cta-buttons .cta-buttons {
    display: flex;
    margin: 0 -.7rem;
    flex-wrap: wrap;
    justify-content: space-between; }
    .content-block.cb-cta-buttons .cta-buttons.buttons-1-column .cta-button {
      width: 100%;
      padding: 0 .7rem; }
    .content-block.cb-cta-buttons .cta-buttons.buttons-2-column .cta-button {
      width: 50%;
      padding: 0 .7rem; }
    .content-block.cb-cta-buttons .cta-buttons.buttons-3-column .cta-button {
      width: 33.333%;
      padding: 0 .7rem; }
  .content-block.cb-cta-buttons .button,
  .content-block.cb-cta-buttons input[type="submit"],
  .content-block.cb-cta-buttons input[type="reset"],
  .content-block.cb-cta-buttons input[type="button"] {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
  @media only screen and (max-width: 479px) {
    .content-block.cb-cta-buttons .cta-buttons.buttons-2-column .cta-button, .content-block.cb-cta-buttons .cta-buttons.buttons-3-column .cta-button {
      width: 100%;
      padding-bottom: .7rem; } }

/* Content Select Menu  ------------------------------------------------*/
/* src: theme/components/_content-select-menu.scss */
select.content-select-menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.25rem;
  background: #ffffff url(_/images/shared/select-custom-down-arrow-light-gray.png) no-repeat right center; }

/* MEMBERSHIP LEVEL TABLE  ----------------------------------------------------------*/
/* src: theme/components/_membership-level-table.scss */
.membership-level-table {
  padding-top: .5rem; }
  .membership-level-table .level-header {
    display: flex;
    flex-wrap: wrap; }
  .membership-level-table .level-title, .membership-level-table .level-price, .membership-level-table .level-cta-button {
    padding: 1.2rem 1.2rem 1.1rem;
    color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800; }
  .membership-level-table .level-title {
    width: 50%;
    text-transform: uppercase;
    letter-spacing: .01em;
    border-right: 1px solid #999999;
    background: #252525; }
  .membership-level-table .level-price {
    width: 25%;
    text-align: center;
    border-right: 1px solid #80a7c5;
    background: #004e8b; }
  .membership-level-table .level-cta-button {
    width: 25%;
    text-transform: uppercase;
    text-align: center;
    background: #0078b6;
    -webkit-transition: background 0.125s linear;
    -moz-transition: background 0.125s linear;
    -o-transition: background 0.125s linear;
    transition: background 0.125s linear; }
    .membership-level-table .level-cta-button:hover, .membership-level-table .level-cta-button:active {
      background: #0088c6;
      text-decoration: none; }
  .membership-level-table .level-overview {
    padding: 1.1rem 1.2rem 0; }
    .membership-level-table .level-overview ul {
      font-size: 14px;
      font-size: 0.875rem; }
    .membership-level-table .level-overview li {
      margin: 0 0 .125rem 0; }
  @media only screen and (max-width: 767px) {
    .membership-level-table .level-title {
      width: 100%;
      text-align: center; }
    .membership-level-table .level-price, .membership-level-table .level-cta-button {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .membership-level-table .level-overview ul {
      columns: 2; }
      .membership-level-table .level-overview ul li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; } }

/* OVERLAY / LIGHTBOX  ----------------------------------------------------------*/
/* src: theme/components/_overlay-lightbox.scss */
.overlay {
  position: fixed;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2000;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 75px;
  background: rgba(27, 27, 29, 0.98);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /* Overlay UI Buttons -----------------------------------*/
  /* 'Close Overlay' Button */
  /* Prev/Next Buttons */ }
  .overlay a.close-btn {
    display: block;
    position: fixed;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    color: #333333;
    font-size: 25px;
    opacity: .65;
    background: url(_/images/shared/btn-close-overlay.svg) no-repeat center center;
    background-size: 30px 30px;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    .overlay a.close-btn:hover {
      opacity: 1;
      text-decoration: none; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .overlay a.close-btn {
        right: 17px;
        background-size: 20px 20px; } }
    @media only screen and (max-width: 479px) {
      .overlay a.close-btn {
        right: 6px;
        background-size: 16px 16px; } }
  .overlay .prev-btn, .overlay .next-btn {
    position: fixed;
    display: block;
    margin: 0 auto;
    top: 50%;
    width: 23px;
    height: 42px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .65;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px 42px;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    .overlay .prev-btn:hover, .overlay .next-btn:hover {
      opacity: 1;
      text-decoration: none; }
  .overlay .prev-btn {
    left: 25px;
    background-image: url(_/images/shared/btn-prev-arrow.svg); }
  .overlay .next-btn {
    right: 25px;
    background-image: url(_/images/shared/btn-next-arrow.svg); }
  @media only screen and (max-width: 767px) {
    .overlay .prev-btn, .overlay .next-btn {
      top: 59.4%;
      background-size: 15px 28px;
      display: none; }
    .overlay .prev-btn {
      left: 15px; }
    .overlay .next-btn {
      right: 15px; } }

/* Lightbox  -----------------------------------------*/
.lightbox-wrapper {
  position: relative;
  width: 74%;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .lightbox-wrapper {
      width: 100%;
      padding: 0 55px; } }
  @media only screen and (max-width: 479px) {
    .lightbox-wrapper {
      width: 100%;
      padding: 0 37px; } }
  .lightbox-wrapper.align-vert-center {
    margin: 0 auto;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.lightbox {
  display: block;
  position: relative;
  margin: 10px auto 18px; }

/* 'SMPTE' Overlay  ----------------------------*/
#smpte-overlay {
  display: none; }
  #smpte-overlay .lightbox {
    max-width: 480px;
    padding: 5.8% 3.5% 4.5%;
    background: #ffffff;
    text-align: center; }
  #smpte-overlay h4 {
    margin-bottom: 1.5rem;
    color: #0078b6; }

/* 'Team Video' Overlay  ----------------------------*/
#video-overlay {
  display: none; }

/* 'Speaker Detail' Overlay  ----------------------------*/
#speaker-overlay {
  display: none;
  /* Staff Images ---- */
  /* Speaker Content ---- */ }
  #speaker-overlay .lightbox-wrapper {
    width: 84%;
    max-width: 1175px; }
    @media only screen and (max-width: 767px) {
      #speaker-overlay .lightbox-wrapper {
        width: 100%;
        padding: 0 55px; } }
  #speaker-overlay .speaker-detail .speaker-container {
    padding: 3.5% 3.5% 2.8%;
    background: #ffffff; }
  #speaker-overlay .speaker-image {
    width: 20%;
    float: left;
    margin-right: 2.2%; }
    #speaker-overlay .speaker-image img {
      display: block;
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 479px) {
      #speaker-overlay .speaker-image {
        width: 100%;
        float: none;
        margin: 0 0 6%; } }
  #speaker-overlay .speaker-content {
    width: 75%;
    float: right; }
    @media only screen and (max-width: 479px) {
      #speaker-overlay .speaker-content {
        width: 100%;
        float: none; } }
    #speaker-overlay .speaker-content h4.speaker-name {
      margin-bottom: 1rem;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 800; }
    #speaker-overlay .speaker-content h5.speaker-title {
      margin-top: -1rem;
      margin-bottom: 1rem;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      color: #999999; }

/*  WP-SPECIFIC STYLES (Pagination, Image alignment)  -------------------------------------------------*/
/* WP Pagination / Navigation */
.posts-nav {
  margin: 0 0 1.25rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none; }
  .posts-nav .prev-posts a {
    display: block;
    float: left;
    margin: 0 0 0 -1px; }
    .posts-nav .prev-posts a:before {
      content: '< '; }
  .posts-nav .next-posts a {
    display: block;
    float: right;
    margin: 0 -1px 0 0; }
    .posts-nav .next-posts a:after {
      content: ' >'; }
  .posts-nav a:link, .posts-nav a:visited {
    color: #009bda; }
  .posts-nav a:hover, .posts-nav a:active {
    color: #004e8b; }

/* WP Image Classes */
.entry img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  /* WP-inserted image align classes (set by user via "Edit Media" page). */ }
  .entry img + img {
    margin: 20px 0 0 0; }
  .entry img.alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  .entry img.alignright {
    float: right;
    margin: 0 0 20px 20px; }

.wp-caption {
  /* WP-inserted image align classes (set by user via "Edit Media" page). */ }
  .wp-caption.alignleft {
    float: left;
    margin: 0 20px 20px 0; }
  .wp-caption.alignright {
    float: right;
    margin: 0 0 20px 20px; }
  .wp-caption.aligncenter {
    display: inline-block;
    margin: 0 20px 20px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0); }
  @media only screen and (max-width: 479px) {
    .wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
      display: block;
      width: 100%;
      left: 0;
      transform: none;
      margin: 0 0 20px; }
      .wp-caption.alignleft img, .wp-caption.alignright img, .wp-caption.aligncenter img {
        width: 100%; } }

/* WP Captions */
.wp-caption {
  width: auto !important;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #cccccc; }
  .wp-caption img {
    border: 0;
    margin-bottom: 0; }
  .wp-caption p.wp-caption-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin: .4rem; }

/* WP Password-protected Post Form */
form.post-password-form {
  max-width: 400px; }

/* WP Admin Bar */
#wpadminbar {
  position: fixed !important; }

/* Easy Social Sharing Plugin  */
@media only screen and (max-width: 767px) {
  #ess-main-wrapper {
    display: none; } }

/* WORDPRESS - SEARCH FIELD  ------------------------------------------------------------------*/
#searchform {
  position: relative; }
  #searchform label {
    display: none; }
  #searchform input#s {
    float: left;
    margin: 0;
    width: 77%;
    height: 58px;
    padding-right: 63px;
    font-weight: 400;
    border: 1px solid #cccccc;
    opacity: .8;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
  #searchform:hover input#s {
    opacity: 1; }
  #searchform input#searchsubmit {
    width: 23%;
    height: 58px;
    border: none; }

/* ESS WIDGET  ------------------------------------------------------------------*/
/* src: theme/sections/_ess-social-sharing-widget.scss */
/* These are overides for the Social Sharing Widgets injected into the page via
	 the Easy Social Sharing plugin (https://wordpress.org/plugins/easy-social-sharing/) */
#ess-main-wrapper #ess-wrap-sidebar-networks {
  z-index: 600; }

/* HEADER  ------------------------------------------------------------------*/
/* src: theme/blocks/_header.scss */
#page-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 99px;
  background: #ffffff;
  z-index: 1000;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  #page-header .inner-wrapper {
    max-width: none; }

body.admin-bar #page-header {
  top: 32px; }
  @media screen and (max-width: 779px) {
    body.admin-bar #page-header {
      top: 46px; } }

a#logo {
  width: 92px;
  height: 31px;
  display: block;
  position: relative;
  top: 33px;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }

/* Header Buttons  -------------------------------------------- */
#header-buttons {
  float: right;
  position: relative;
  right: -6px;
  top: 0;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }
  @media only screen and (max-width: 479px) {
    #header-buttons {
      display: none; } }
  #header-buttons a {
    display: inline-block;
    padding: 7px;
    font-size: 18px;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear; }
    #header-buttons a:link, #header-buttons a:visited {
      color: #009bda; }
    #header-buttons a:hover, #header-buttons a:active {
      color: #333333;
      text-decoration: none; }
    #header-buttons a:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    #header-buttons a#search-panel-trigger:before {
      content: "\f002"; }
    #header-buttons a#contact-link:before {
      content: "\f0e0"; }
    #header-buttons a#account-link:before {
      content: "\f007"; }
    #header-buttons a#side-menu-trigger:before {
      content: "\f0c9"; }
  #header-buttons #account-link {
    position: relative; }
    #header-buttons #account-link .tooltip-account {
      position: absolute;
      width: 130px;
      height: 46px;
      bottom: -50px;
      right: -11px;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: .01em;
      line-height: 1.2;
      background: #fff;
      padding: 4px 18px 8px;
      z-index: 11;
      border: 1px solid #cccccc;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      display: none; }
      #header-buttons #account-link .tooltip-account:before {
        content: '';
        display: block;
        position: relative;
        width: 18px;
        height: 10px;
        top: -14px;
        left: 77px;
        background: url(_/images/shared/menu-pointer.svg) no-repeat; }
    #header-buttons #account-link:hover .tooltip-account {
      display: block; }

/* Main Nav  -------------------------------------------- */
#main-nav {
  display: none;
  margin: 0 auto;
  position: relative;
  width: 980px;
  top: -9px;
  left: 25px;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  /* Sub Navigation (Floating Menus via Superfish) -------- */
  /* Third Level Sub Navigation (Bulleted list contained second level Sub Navigation item.) -------- */ }
  @media screen and (min-width: 1275px) {
    #main-nav {
      display: block; } }
  #main-nav ul {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0em;
    text-transform: uppercase;
    /* Maintains the 'hover' state, triggered by floating menu script when user is rolling opver floating menu
	  // NOTE: removing this for now...
    a.expanded,
    .current-menu-item a {
      color: $primary-accent;
    }
    */ }
    #main-nav ul li {
      float: left;
      background: none; }
    #main-nav ul a {
      display: block;
      padding: 20px 1.0rem 14px;
      border: 0; }
      #main-nav ul a:link, #main-nav ul a:visited {
        color: #333333;
        text-decoration: none; }
      #main-nav ul a:hover, #main-nav ul a:active {
        color: #0088c6;
        text-decoration: none; }
  #main-nav ul#main-nav-menu ul.sub-menu {
    text-transform: none;
    letter-spacing: .01em;
    line-height: 1.2;
    background: #fff;
    padding: 1px 28px 8px;
    width: 275px;
    z-index: 11;
    left: -12px;
    border: 1px solid #cccccc; }
    #main-nav ul#main-nav-menu ul.sub-menu:before {
      content: '';
      display: block;
      position: relative;
      width: 18px;
      height: 10px;
      top: -11px;
      background: url(_/images/shared/menu-pointer.svg) no-repeat; }
    #main-nav ul#main-nav-menu ul.sub-menu li {
      float: none;
      border-top: 1px solid #cccccc; }
      #main-nav ul#main-nav-menu ul.sub-menu li:first-child {
        border-top: none; }
    #main-nav ul#main-nav-menu ul.sub-menu a {
      padding: 12px 0;
      white-space: normal; }
  #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu {
    display: block !important;
    position: relative;
    background: none;
    padding: 0 0 6px;
    min-width: auto;
    width: auto;
    z-index: auto;
    left: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4; }
    #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu:before {
      display: none; }
    #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu li {
      border-top: 0px;
      position: relative;
      margin: 0 0 .5125rem 0;
      padding: 0 0 0 12px; }
      #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu li:before {
        display: inline;
        position: absolute;
        left: 0;
        top: 0.08em;
        content: '•';
        font-size: 11px; }
    #main-nav ul#main-nav-menu ul.sub-menu ul.sub-menu a {
      padding: 0; }

/* Mobile Nav  ----------------------------------------- */
#mobile-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 99px;
  margin: 0 -55px;
  z-index: 1000;
  background: #f5f5f5;
  overflow-y: scroll; }
  @media only screen and (max-width: 767px) {
    #mobile-nav {
      margin: 0 -30px; } }
  #mobile-nav #mobile-nav-menu {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    display: none;
    /* Secondary Sub-Menus ----------- */
    /* Tertiary Sub-Menus ----------- */ }
    #mobile-nav #mobile-nav-menu li {
      width: 100%;
      margin: 0; }
    #mobile-nav #mobile-nav-menu a {
      display: block;
      margin: 0;
      padding: 18px 55px 18px 40px;
      background: #f5f5f5;
      border-top: 1px solid #cccccc;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      #mobile-nav #mobile-nav-menu a:link, #mobile-nav #mobile-nav-menu a:visited {
        color: #333333;
        text-decoration: none; }
      #mobile-nav #mobile-nav-menu a:hover, #mobile-nav #mobile-nav-menu a:active {
        color: #0088c6;
        text-decoration: none;
        background: #ffffff; }
      @media only screen and (max-width: 767px) {
        #mobile-nav #mobile-nav-menu a {
          padding-left: 30px;
          padding-right: 30px; } }
    #mobile-nav #mobile-nav-menu li ul {
      margin: 0;
      padding: 0;
      text-transform: none;
      letter-spacing: .01em; }
      #mobile-nav #mobile-nav-menu li ul a {
        padding-left: 45px; }
        #mobile-nav #mobile-nav-menu li ul a:before {
          content: " - "; }
        @media only screen and (max-width: 767px) {
          #mobile-nav #mobile-nav-menu li ul a {
            padding-left: 35px; } }
    #mobile-nav #mobile-nav-menu li ul ul {
      margin: 0;
      padding: 0;
      text-transform: none;
      letter-spacing: .01em; }
      #mobile-nav #mobile-nav-menu li ul ul a {
        position: relative;
        padding-left: 65px; }
        #mobile-nav #mobile-nav-menu li ul ul a:before {
          position: relative;
          left: -2px;
          bottom: .25em;
          content: '• ';
          font-size: 10px; }
        @media only screen and (max-width: 767px) {
          #mobile-nav #mobile-nav-menu li ul ul a {
            padding-left: 55px; } }

#mobile-nav-trigger {
  float: right;
  margin: 0;
  padding: 11px 20px 17px 30px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  top: 0;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear;
  text-decoration: none; }
  @media screen and (min-width: 1275px) {
    #mobile-nav-trigger {
      display: none; } }
  #mobile-nav-trigger:before {
    content: "\f0c9";
    font-weight: 900;
    position: relative;
    bottom: 0;
    margin: 0 8px 0 0;
    margin: 0 .5rem 0 0;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    text-decoration: none; }
  #mobile-nav-trigger:link, #mobile-nav-trigger:visited {
    color: #333333;
    text-decoration: none; }
  #mobile-nav-trigger:hover, #mobile-nav-trigger:active {
    color: #0088c6;
    text-decoration: none; }
  @media only screen and (max-width: 479px) {
    #mobile-nav-trigger {
      margin-right: -20px; } }

/* Minimized Header  ----------------------------------------- */
#page-header.minimized-header {
  height: 65px; }
  #page-header.minimized-header #header-buttons {
    top: -17px; }
  #page-header.minimized-header a#logo {
    top: 16px; }
  #page-header.minimized-header #main-nav {
    top: -26px; }
    #page-header.minimized-header #main-nav ul a {
      padding: 20px 1.0rem 12px; }
  #page-header.minimized-header a#mobile-nav-trigger {
    top: -18px; }
  #page-header.minimized-header #mobile-nav {
    top: 65px; }

/* FOOTER  ------------------------------------------------------------------*/
/* src: theme/blocks/_footer.scss */
#page-footer {
  clear: both;
  background: #333333;
  /* Copyright/Legal ------ */
  /* Social Media Channels ------ */ }
  #page-footer .inner-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 42px 55px 85px; }
    @media only screen and (max-width: 767px) {
      #page-footer .inner-wrapper {
        padding-left: 30px;
        padding-right: 30px; } }
  #page-footer .copyright {
    position: relative;
    color: #b8b8b8;
    width: 65%;
    top: -3px;
    padding-left: 130px; }
    #page-footer .copyright p {
      margin: 0 0 .3125rem;
      font-size: 12px;
      font-size: 0.75rem; }
      #page-footer .copyright p.org-name {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 1.333; }
    #page-footer .copyright .divider {
      margin: 0 .25rem; }
    #page-footer .copyright a {
      white-space: nowrap; }
      #page-footer .copyright a:link {
        color: #b8b8b8;
        text-decoration: none; }
      #page-footer .copyright a:visited {
        color: #b8b8b8;
        text-decoration: none; }
      #page-footer .copyright a:hover {
        color: #ebebeb;
        text-decoration: underline; }
      #page-footer .copyright a:active {
        color: #ebebeb;
        text-decoration: underline; }
  #page-footer .footer-logo {
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 99px; }
  #page-footer .social-media-channels {
    position: relative;
    float: right;
    top: -10px;
    right: -2px; }
    #page-footer .social-media-channels ul {
      display: inline-block;
      margin: 0; }
      #page-footer .social-media-channels ul li {
        float: left;
        margin: 0 21px 0 0; }
        #page-footer .social-media-channels ul li:first-child {
          margin-left: 0; }
        #page-footer .social-media-channels ul li:last-child {
          margin-right: 0; }
      #page-footer .social-media-channels ul a {
        display: block;
        color: #b8b8b8;
        text-decoration: none;
        cursor: pointer;
        -webkit-transition: all 0.125s linear;
        -moz-transition: all 0.125s linear;
        -o-transition: all 0.125s linear;
        transition: all 0.125s linear; }
        #page-footer .social-media-channels ul a:link, #page-footer .social-media-channels ul a:visited {
          color: #b8b8b8; }
        #page-footer .social-media-channels ul a:hover, #page-footer .social-media-channels ul a:active {
          color: #ebebeb; }
        #page-footer .social-media-channels ul a:before {
          font-family: 'Font Awesome 5 Brands';
          font-weight: 400;
          font-size: 28px;
          font-size: 1.75rem; }
        #page-footer .social-media-channels ul a.facebook-link:before {
          content: "\f082"; }
        #page-footer .social-media-channels ul a.linkedin-link:before {
          content: "\f08c"; }
        #page-footer .social-media-channels ul a.twitter-link:before {
          content: "\f081"; }
        #page-footer .social-media-channels ul a.youtube-link:before {
          content: "\f431"; }
        #page-footer .social-media-channels ul a.instagram-link:before {
          content: "\f16d"; }
        #page-footer .social-media-channels ul a.flickr-link:before {
          content: "\f16e"; }
        #page-footer .social-media-channels ul a.spotify-link:before {
          content: "\f1bc"; }
        #page-footer .social-media-channels ul a.podcast-link:before {
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          content: "\f2ce"; }
  @media only screen and (max-width: 979px) {
    #page-footer .social-media-channels {
      margin: 0 auto;
      width: auto; }
      #page-footer .social-media-channels ul li {
        margin: 3px 12px 0 0; }
    #page-footer .copyright {
      width: 100%;
      padding-top: 60px;
      padding-left: 0; } }
  @media only screen and (max-width: 479px) {
    #page-footer .social-media-channels {
      float: left; }
    #page-footer .footer-logo {
      top: 70px; }
    #page-footer .copyright {
      padding-top: 127px; } }

/* SIDEBAR  ------------------------------------------------------------------*/
/* src: theme/blocks/_sidebar.scss */
#sidebar {
  /* Sidebar Blocks  ------------------------------------------ */
  /* Promo Block ------------ */
  /* Sponsors Callout Block ---------- */
  /* Links List ------------- */
  /* Advertisements Block ---------- */ }
  #sidebar .sidebar-block {
    margin: 0 0 18px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
    #sidebar .sidebar-block .block-header {
      padding: 11px 15px 8px;
      text-align: center;
      border-bottom: 1px solid #cccccc; }
  #sidebar .promo-block h2, #sidebar .promo-block h4 {
    color: #ffffff; }
  #sidebar .promo-block .promo-messaging.text-format {
    padding: 32px 15px 35px;
    text-align: center;
    background-image: url("_/images/promo-blocks/promo-block-bg-blue.jpg");
    background-size: cover; }
    #sidebar .promo-block .promo-messaging.text-format.bg-blue {
      background-image: url("_/images/promo-blocks/promo-block-bg-blue.jpg"); }
    #sidebar .promo-block .promo-messaging.text-format.bg-dark-green {
      background-image: url("_/images/promo-blocks/promo-block-bg-dark-green.jpg"); }
    #sidebar .promo-block .promo-messaging.text-format.bg-green {
      background-image: url("_/images/promo-blocks/promo-block-bg-green.jpg"); }
    #sidebar .promo-block .promo-messaging.text-format.bg-teal {
      background-image: url("_/images/promo-blocks/promo-block-bg-teal.jpg"); }
  #sidebar .promo-block .promo-messaging.image-format {
    padding: 0; }
    #sidebar .promo-block .promo-messaging.image-format img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0; }
  #sidebar .promo-block .promo-button {
    padding: 35px;
    text-align: center; }
    #sidebar .promo-block .promo-button a.button {
      width: 100%; }
  #sidebar .sponsors-callout-block ul.sponsors-list {
    padding: 0px;
    text-align: center; }
    #sidebar .sponsors-callout-block ul.sponsors-list li {
      margin: 0;
      padding: .325rem 1.5rem;
      border-top: 1px solid #cccccc; }
      #sidebar .sponsors-callout-block ul.sponsors-list li:first-child {
        border-top: none; }
  #sidebar .sponsors-callout-block a {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 0.125s linear;
    -moz-transition: opacity 0.125s linear;
    -o-transition: opacity 0.125s linear;
    transition: opacity 0.125s linear; }
    #sidebar .sponsors-callout-block a:hover {
      opacity: .8; }
  #sidebar .sponsors-callout-block img {
    display: block;
    width: 100%;
    height: auto; }
  #sidebar .links-list-block ul.links-list {
    padding: 40px 35px;
    text-align: center; }
    #sidebar .links-list-block ul.links-list li {
      margin: 0 0 15px; }
      #sidebar .links-list-block ul.links-list li:last-child {
        margin: 0; }
  #sidebar .links-list-block a.button {
    display: block;
    width: 100%;
    font-weight: 400;
    text-transform: none; }

/* HOME  ------------------------------------------------------------------*/
.home {
  /* Banner Slider -------- */
  /* Upcoming Events -------- */
  /* Promo Cards (Primary) -------- */
  /* Recent News + Advertisements -------- */
  /* Promo Cards (Secondary) -------- */
  /* Our Members -------- */ }
  .home #wrapper {
    background: #f5f5f5; }
  .home #content {
    padding-top: 11px; }
  .home .banner-slider {
    display: inline-block;
    width: 100% !important;
    position: relative;
    background: #333333; }
    .home .banner-slider .banner-slide {
      position: relative;
      width: 100%; }
    .home .banner-slider .banner-image {
      display: block;
      float: left;
      width: 63.5%; }
      .home .banner-slider .banner-image img {
        display: block;
        width: 100%;
        height: auto; }
    .home .banner-slider .banner-content {
      display: block;
      float: left;
      width: 36.5%;
      padding: 6vw 4vw 8vw 3vw;
      color: #ffffff; }
      @media screen and (min-width: 1275px) {
        .home .banner-slider .banner-content {
          padding-top: 6.5vw; } }
      @media only screen and (min-width: 980px) and (max-width: 1024px) {
        .home .banner-slider .banner-content {
          padding-top: 5vw; } }
      @media screen and (min-width: 979px) {
        .home .banner-slider .banner-content h1 {
          margin-bottom: 1.214vw;
          font-size: 2.57vw;
          letter-spacing: -.02em; }
        .home .banner-slider .banner-content h2 {
          margin-bottom: 1.36vw;
          font-size: 2vw;
          line-height: 1.2; }
        .home .banner-slider .banner-content p {
          font-size: 1.285vw;
          letter-spacing: .02em; } }
      .home .banner-slider .banner-content .button,
      .home .banner-slider .banner-content input[type="submit"],
      .home .banner-slider .banner-content input[type="reset"],
      .home .banner-slider .banner-content input[type="button"] {
        position: absolute;
        bottom: 3.3vw;
        border: 1px solid #999999; }
    .home .banner-slider .banner-prev-next-btns {
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -20px;
      z-index: 500; }
      .home .banner-slider .banner-prev-next-btns span {
        display: block;
        width: 20px;
        height: 40px;
        opacity: .5;
        cursor: pointer;
        -webkit-transition: opacity 0.125s linear;
        -moz-transition: opacity 0.125s linear;
        -o-transition: opacity 0.125s linear;
        transition: opacity 0.125s linear; }
        .home .banner-slider .banner-prev-next-btns span:hover {
          opacity: .85; }
        .home .banner-slider .banner-prev-next-btns span.prev {
          position: absolute;
          left: 10px;
          background: url("_/images/shared/btn-prev-arrow.svg") no-repeat;
          background-size: 20px 40px; }
        .home .banner-slider .banner-prev-next-btns span.next {
          position: absolute;
          right: 10px;
          background: url("_/images/shared/btn-next-arrow.svg") no-repeat;
          background-size: 20px 40px; }
    .home .banner-slider .slide-pager {
      position: absolute;
      bottom: -6px;
      width: 100%;
      height: 0;
      z-index: 500;
      text-align: center;
      position: relative; }
      .home .banner-slider .slide-pager span {
        display: inline-block;
        margin: 3px;
        width: 7px;
        height: 7px;
        cursor: pointer;
        -webkit-border-radius: 3.5px;
        -moz-border-radius: 3.5px;
        border-radius: 3.5px;
        background: #cccccc; }
        .home .banner-slider .slide-pager span.cycle-pager-active {
          background: #999999; }
    @media only screen and (max-width: 979px) {
      .home .banner-slider .banner-image {
        float: none;
        width: 100%; }
      .home .banner-slider .banner-content {
        float: none;
        width: 100%;
        padding: 25px 20px 50px; }
        .home .banner-slider .banner-content h1 {
          margin-bottom: .5625rem;
          font-size: 30px;
          font-size: 1.875rem; }
        .home .banner-slider .banner-content h2 {
          margin-bottom: .5625rem;
          font-size: 24px;
          font-size: 1.5rem; }
        .home .banner-slider .banner-content .button,
        .home .banner-slider .banner-content input[type="submit"],
        .home .banner-slider .banner-content input[type="reset"],
        .home .banner-slider .banner-content input[type="button"] {
          position: relative;
          bottom: auto; }
      .home .banner-slider .banner-prev-next-btns {
        display: none; } }
  .home .upcoming-events {
    padding-top: .6rem;
    padding-bottom: .2rem; }
    .home .upcoming-events h2 {
      margin-bottom: .9rem; }
    .home .upcoming-events a.view-all-events {
      position: relative;
      top: 4px;
      float: right;
      font-size: 15px;
      font-size: 0.9375rem; }
      .home .upcoming-events a.view-all-events:link {
        color: #333333;
        text-decoration: none; }
      .home .upcoming-events a.view-all-events:visited {
        color: #333333;
        text-decoration: none; }
      .home .upcoming-events a.view-all-events:hover {
        color: #0088c6;
        text-decoration: underline; }
      .home .upcoming-events a.view-all-events:active {
        color: #0088c6;
        text-decoration: underline; }
    .home .upcoming-events .event-listings .event-img .event-date {
      display: block;
      padding: 10px 12px 10px 20px;
      font-weight: 800;
      color: #ffffff;
      background: #252525; }
    .home .upcoming-events .event-listings .event-info .event-date {
      display: none; }
    .home .upcoming-events .event-listings.three-up .event {
      width: calc(33.333% - 1.6rem); }
      @media only screen and (max-width: 979px) {
        .home .upcoming-events .event-listings.three-up .event {
          width: calc(50% - 1.125rem); }
          .home .upcoming-events .event-listings.three-up .event:last-child {
            display: none; } }
      @media only screen and (max-width: 479px) {
        .home .upcoming-events .event-listings.three-up .event {
          width: 100%;
          padding-bottom: .7rem; }
          .home .upcoming-events .event-listings.three-up .event:last-child {
            display: flex; } }
    @media only screen and (min-width: 480px) {
      .home .upcoming-events .event-listings.two-up .event {
        width: 100%; }
        .home .upcoming-events .event-listings.two-up .event a {
          display: flex; }
        .home .upcoming-events .event-listings.two-up .event .event-img {
          width: 47%; }
          .home .upcoming-events .event-listings.two-up .event .event-img .event-date {
            display: block; }
        .home .upcoming-events .event-listings.two-up .event .event-info {
          display: flex;
          align-items: center;
          width: 53%; }
        .home .upcoming-events .event-listings.two-up .event .event-info-wrapper {
          width: 100%; } }
    @media screen and (min-width: 979px) {
      .home .upcoming-events .event-listings.two-up .event {
        width: calc(50% - 1.4rem); } }
    @media only screen and (min-width: 480px) {
      .home .upcoming-events .event-listings.one-up .event {
        width: 100%; }
        .home .upcoming-events .event-listings.one-up .event a {
          display: flex; }
        .home .upcoming-events .event-listings.one-up .event .event-img {
          width: 42%; }
          .home .upcoming-events .event-listings.one-up .event .event-img .event-date {
            display: block; }
        .home .upcoming-events .event-listings.one-up .event .event-info {
          display: flex;
          align-items: center;
          width: 53%; }
        .home .upcoming-events .event-listings.one-up .event .event-info-wrapper {
          width: 100%; } }
    @media only screen and (min-width: 768px) {
      .home .upcoming-events .event-listings.one-up .event {
        width: 100%; }
        .home .upcoming-events .event-listings.one-up .event a {
          display: flex; }
        .home .upcoming-events .event-listings.one-up .event .event-img {
          width: 30.5%; }
          .home .upcoming-events .event-listings.one-up .event .event-img .event-date {
            display: none; }
        .home .upcoming-events .event-listings.one-up .event .event-info {
          position: relative;
          display: flex;
          align-items: center;
          width: 69.5%; }
          .home .upcoming-events .event-listings.one-up .event .event-info .event-info-wrapper {
            width: 100%;
            padding: 0 4.5% 40px; }
          .home .upcoming-events .event-listings.one-up .event .event-info .event-date {
            position: absolute;
            bottom: 0;
            display: block;
            width: 100%;
            margin-bottom: 0;
            padding-left: calc(4.5% + 20px); } }
    @media screen and (min-width: 979px) {
      .home .upcoming-events .event-listings.one-up .event .event-info h4.event-title {
        font-size: 1.7rem; }
      .home .upcoming-events .event-listings.one-up .event .event-info h5.event-location {
        font-size: 1.4rem; }
      .home .upcoming-events .event-listings.one-up .event .event-info .event-date {
        font-size: 1.1rem; } }
    @media screen and (min-width: 1275px) {
      .home .upcoming-events .event-listings.one-up .event .event-info h4.event-title {
        font-size: 2.1rem; }
      .home .upcoming-events .event-listings.one-up .event .event-info h5.event-location {
        font-size: 1.7rem; }
      .home .upcoming-events .event-listings.one-up .event .event-info .event-date {
        font-size: 1.4rem; } }
  .home .promo-callouts-primary {
    padding: 35px 0 5px;
    background: #004e8b; }
    .home .promo-callouts-primary .promo-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .home .promo-callouts-primary .promo-cards .promo-card {
        margin-bottom: 2.1rem;
        padding: 33px 40px;
        text-align: center;
        background: #ffffff;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
        .home .promo-callouts-primary .promo-cards .promo-card h1 {
          letter-spacing: -.025em; }
        .home .promo-callouts-primary .promo-cards .promo-card p {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.555; }
        .home .promo-callouts-primary .promo-cards .promo-card p + .button,
        .home .promo-callouts-primary .promo-cards .promo-card p + input[type="submit"],
        .home .promo-callouts-primary .promo-cards .promo-card p + input[type="reset"],
        .home .promo-callouts-primary .promo-cards .promo-card p + input[type="button"] {
          margin: 15px 0 3px; }
      .home .promo-callouts-primary .promo-cards.callouts-1-column .promo-card {
        width: 100%; }
      .home .promo-callouts-primary .promo-cards.callouts-2-column .promo-card {
        width: calc(50% - 1.3rem); }
    @media only screen and (max-width: 979px) {
      .home .promo-callouts-primary .promo-cards.callouts-2-column .promo-card {
        width: 100%;
        padding-bottom: .7rem; } }
  .home .recent-news {
    padding: 37px 0 19px; }
    .home .recent-news .post-listings {
      width: 74.2%;
      float: left;
      margin: 0 0; }
    .home .recent-news .sponsor-messages {
      width: 22.9%;
      float: right; }
    .home .recent-news h3 {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.22;
      margin: 0; }
    @media screen and (min-width: 1275px) {
      .home .recent-news h3 {
        font-size: 28px;
        font-size: 1.75rem; } }
    @media only screen and (max-width: 979px) {
      .home .recent-news .post-listings, .home .recent-news .sponsor-messages {
        width: 100%;
        float: none; } }
  .home .promo-callouts-secondary {
    padding: 40px 0 5px;
    background: url(_/images/home/pattern-gray-checkerboard.gif) center center; }
    .home .promo-callouts-secondary .promo-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .home .promo-callouts-secondary .promo-cards .promo-card {
        width: calc(33.333% - 1.7rem);
        margin-bottom: 2.1rem;
        padding: 33px 40px;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #ffffff;
        -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
        .home .promo-callouts-secondary .promo-cards .promo-card:nth-child(1) {
          background-image: url(_/images/home/bg-promo-card-grad-1.jpg); }
        .home .promo-callouts-secondary .promo-cards .promo-card:nth-child(2) {
          background-image: url(_/images/home/bg-promo-card-grad-2.jpg); }
        .home .promo-callouts-secondary .promo-cards .promo-card:nth-child(3) {
          background-image: url(_/images/home/bg-promo-card-grad-3.jpg); }
        .home .promo-callouts-secondary .promo-cards .promo-card h1 {
          font-size: 34px;
          font-size: 2.125rem;
          margin-bottom: 20px; }
        .home .promo-callouts-secondary .promo-cards .promo-card h3 {
          line-height: 1.3; }
        .home .promo-callouts-secondary .promo-cards .promo-card .button,
        .home .promo-callouts-secondary .promo-cards .promo-card input[type="submit"],
        .home .promo-callouts-secondary .promo-cards .promo-card input[type="reset"],
        .home .promo-callouts-secondary .promo-cards .promo-card input[type="button"] {
          margin: 15px 0 3px; }
      .home .promo-callouts-secondary .promo-cards.callouts-1-column .promo-card {
        width: 100%; }
      .home .promo-callouts-secondary .promo-cards.callouts-2-column .promo-card {
        width: calc(50% - 1.7rem); }
        .home .promo-callouts-secondary .promo-cards.callouts-2-column .promo-card .button,
        .home .promo-callouts-secondary .promo-cards.callouts-2-column .promo-card input[type="submit"],
        .home .promo-callouts-secondary .promo-cards.callouts-2-column .promo-card input[type="reset"],
        .home .promo-callouts-secondary .promo-cards.callouts-2-column .promo-card input[type="button"] {
          min-width: 35%; }
      .home .promo-callouts-secondary .promo-cards.callouts-3-column .promo-card {
        width: calc(33.333% - 1.7rem); }
        .home .promo-callouts-secondary .promo-cards.callouts-3-column .promo-card .button,
        .home .promo-callouts-secondary .promo-cards.callouts-3-column .promo-card input[type="submit"],
        .home .promo-callouts-secondary .promo-cards.callouts-3-column .promo-card input[type="reset"],
        .home .promo-callouts-secondary .promo-cards.callouts-3-column .promo-card input[type="button"] {
          min-width: 55%; }
    @media only screen and (max-width: 979px) {
      .home .promo-callouts-secondary .promo-cards.callouts-2-column .promo-card, .home .promo-callouts-secondary .promo-cards.callouts-3-column .promo-card {
        width: 100%;
        padding-bottom: .7rem; } }
  .home .members {
    padding: 2.875rem 0 2rem; }
    @media only screen and (max-width: 979px) {
      .home .members {
        padding-bottom: 0; } }
    .home .members h6 {
      margin-bottom: 1.2rem;
      float: left; }
    .home .members ul.member-categories-nav {
      float: right;
      margin: 6px 0;
      width: auto;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.1; }
      @media only screen and (max-width: 979px) {
        .home .members ul.member-categories-nav {
          float: left;
          clear: left;
          margin: -1rem 0 1rem -.525rem; } }
      .home .members ul.member-categories-nav li {
        float: left;
        padding: 0 .525rem;
        border-right: 1px solid #999999; }
        .home .members ul.member-categories-nav li:last-child {
          padding-right: 0;
          border-right: 0; }
      .home .members ul.member-categories-nav a:link, .home .members ul.member-categories-nav a:visited {
        color: #333333;
        text-decoration: none; }
      .home .members ul.member-categories-nav a:hover, .home .members ul.member-categories-nav a:active {
        color: #0088c6;
        text-decoration: none; }
    .home .members .members-category {
      clear: both;
      padding: 2.1rem 0 .1rem;
      background: #ffffff;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      display: none; }
      .home .members .members-category .logo-slider {
        margin-bottom: 1rem; }
        .home .members .members-category .logo-slider .member-logo {
          margin-bottom: .4rem;
          padding: 0 1.6rem;
          border-right: 1px solid #cccccc; }
          .home .members .members-category .logo-slider .member-logo img {
            display: block;
            width: 100%;
            height: auto; }
        .home .members .members-category .logo-slider .owl-item:last-child .member-logo {
          border-right: 0; }
      .home .members .members-category .category-title {
        padding: .4rem 1rem;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 800;
        border-top: 1px solid #cccccc; }
    .home .members .members-category.display-mode-text .logo-slider .member-logo {
      min-height: 80px;
      display: flex;
      vertical-align: center;
      align-items: center;
      text-align: center;
      font-weight: 800;
      line-height: 1.1; }
      .home .members .members-category.display-mode-text .logo-slider .member-logo a {
        width: 100%; }
        .home .members .members-category.display-mode-text .logo-slider .member-logo a:link, .home .members .members-category.display-mode-text .logo-slider .member-logo a:visited {
          color: #333333;
          text-decoration: none; }
        .home .members .members-category.display-mode-text .logo-slider .member-logo a:hover, .home .members .members-category.display-mode-text .logo-slider .member-logo a:active {
          color: #0088c6;
          text-decoration: none; }

/* Nominees and Winners  ------------------------------------------------------------------*/
/* src: theme/sections/_nominees-and-winners.scss */
.nominees-and-winners .awards-content-menu {
  position: relative;
  top: -8px;
  float: right; }
  .nominees-and-winners .awards-content-menu select.content-select-menu {
    width: 12.3rem; }
  @media only screen and (max-width: 767px) {
    .nominees-and-winners .awards-content-menu {
      width: 100%;
      float: none; }
      .nominees-and-winners .awards-content-menu select.content-select-menu {
        width: 100%; } }

.nominees-and-winners .awards-subcategory {
  margin-bottom: 1rem;
  padding: .9rem 0 .7rem;
  border-bottom: 1px solid #cccccc; }

.nominees-and-winners .accordion-content .awards-subcategory:last-child {
  border-bottom: 0;
  margin: 0; }

.nominees-and-winners ul.entries {
  padding-top: .4rem; }

.nominees-and-winners .entry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1.1rem;
  line-height: 1.3; }

.nominees-and-winners .entry-status {
  width: 11.5rem; }

.nominees-and-winners .entry-info {
  width: calc(100% - 11.5rem); }

.nominees-and-winners .entry-title {
  display: block;
  margin-bottom: 0;
  font-weight: 800; }

.nominees-and-winners .nominee {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .nominees-and-winners .entry-status {
    width: 100%; }
  .nominees-and-winners .entry-info {
    width: 100%; } }

/* UPCOMING EVENTS  ----------------------------------------------------------*/
/* src: theme/sections/_upcoming-events.scss */
#content.upcoming-events #main {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* PAST EVENTS  ----------------------------------------------------------*/
/* src: theme/sections/_past-events.scss */
#content.past-events #main {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#content.past-events .event-listings-nav {
  width: 9.1rem;
  float: left;
  margin-right: 3.85%; }

#content.past-events .event-listings-wrapper {
  display: block;
  float: left;
  width: calc(100% - ( 3.85% + 9.1rem )); }

#content.past-events .event-listings {
  width: 100%; }
  #content.past-events .event-listings:after {
    content: "";
    width: calc(33.333% - 1.35rem); }
  #content.past-events .event-listings .event {
    width: calc(50% - 1.1rem);
    display: none; }
  #content.past-events .event-listings .event-info {
    padding: 1rem; }
    #content.past-events .event-listings .event-info .event-date {
      margin: -1rem -1rem 1rem;
      padding: .45rem 1rem;
      font-size: 13px;
      font-size: 0.8125rem; }
    #content.past-events .event-listings .event-info h4.event-title {
      font-size: 17px;
      font-size: 1.0625rem; }
    #content.past-events .event-listings .event-info h5.event-location {
      font-size: 14px;
      font-size: 0.875rem; }

#content.past-events p.filtering-feedback {
  padding: 1.2rem 0;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  color: #999999; }

@media screen and (min-width: 1275px) {
  #content.past-events .event-listings .event {
    width: calc(33.333% - 1.35rem); } }

@media only screen and (max-width: 767px) {
  #content.past-events .event-listings-nav {
    float: none;
    width: 100%; }
  #content.past-events .event-listings-wrapper {
    width: 100%; }
  #content.past-events .event-listings {
    width: 100%; }
    #content.past-events .event-listings .event {
      width: calc(50% - .75rem); } }

@media only screen and (max-width: 479px) {
  #content.past-events .event-listings .event {
    width: 100%; } }

#content.past-events a.show-more-events {
  display: block;
  width: 100%;
  padding: .5rem 0;
  text-align: center;
  border-top: 1px solid #cccccc;
  display: none; }
  #content.past-events a.show-more-events:link, #content.past-events a.show-more-events:visited {
    color: #009bda; }
  #content.past-events a.show-more-events:hover, #content.past-events a.show-more-events:active {
    color: #004e8b; }

/* EVENT DETAIL  --------------------------------------------------*/
/* src: theme/sections/_event-detail.scss */
#content.event-detail {
  padding-top: 38px; }

/* Date/Location Bar ---------------------------------------  */
.event-date-location-bar {
  margin: -38px 0 38px;
  padding: 1.2rem 0 .8rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .event-date-location-bar .date-time, .event-date-location-bar .location {
    position: relative;
    display: inline-block;
    margin-bottom: .4rem;
    padding-left: 2rem; }
    .event-date-location-bar .date-time:before, .event-date-location-bar .location:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: .7rem; }
  .event-date-location-bar .date-time {
    margin-right: 1.8rem; }
  .event-date-location-bar a:link, .event-date-location-bar a:visited {
    color: #333333;
    text-decoration: none; }
  .event-date-location-bar a:hover, .event-date-location-bar a:active {
    color: #0088c6;
    text-decoration: underline; }
  .event-date-location-bar .date-time:before {
    content: "\f017";
    position: absolute;
    top: 0;
    left: 0; }
  .event-date-location-bar .location:before {
    padding: 0 .185rem;
    content: "\f3c5";
    position: absolute;
    top: 0;
    left: 0; }

/* EVENT DETAIL - AWARDS  --------------------------------------------------*/
/* src: theme/sections/_event-detail-awards.scss */
#content.event-detail #main.event-content-awards {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  #content.event-detail #main.event-content-awards .awards-info-content {
    width: 100%;
    padding: 2.5rem;
    float: left;
    background: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 979px) {
      #content.event-detail #main.event-content-awards .awards-info-content {
        width: 100%;
        float: none;
        margin: 0 0 35px 0;
        padding: 1.5rem; } }

/* Press Kit ------------------------------------------------  */
#press-kit-content .custom-content-blocks {
  float: right;
  width: 66.8%; }

#press-kit-content .press-kit-sidebar {
  float: left;
  width: 28.9%; }

@media only screen and (min-width: 980px) and (max-width: 1024px) {
  #press-kit-content .custom-content-blocks {
    float: none;
    width: 100%; }
  #press-kit-content .press-kit-sidebar {
    float: none;
    width: 100%;
    margin-top: 3rem;
    padding-top: 1.2rem;
    border-top: 1px solid #cccccc; } }

@media only screen and (max-width: 767px) {
  #press-kit-content .custom-content-blocks {
    float: none;
    width: 100%; }
  #press-kit-content .press-kit-sidebar {
    float: none;
    width: 100%;
    margin-top: 3rem;
    padding-top: 1.2rem;
    border-top: 1px solid #cccccc; } }

/* Sponsors ------------------------------------------------  */
#sponsors-content h1 {
  margin-bottom: 1rem; }

#sponsors-content .sponsors-category {
  padding: 0 0 0 0; }

#sponsors-content h4 {
  margin-bottom: .75rem; }

#sponsors-content ul.sponsors-listing {
  margin: 1rem 0 1.7rem;
  display: flex;
  flex-wrap: wrap; }
  #sponsors-content ul.sponsors-listing li {
    width: 33.333%;
    margin: 0;
    padding: 1.4375rem 2.625rem;
    border: 1px solid #cccccc; }
    @media only screen and (min-width: 768px) {
      #sponsors-content ul.sponsors-listing li:nth-child(1n + 4) {
        border-top: 0; }
      #sponsors-content ul.sponsors-listing li:nth-child(3n + 2), #sponsors-content ul.sponsors-listing li:nth-child(3n + 3) {
        border-left: 0; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #sponsors-content ul.sponsors-listing li {
        width: 50%; }
        #sponsors-content ul.sponsors-listing li:nth-child(1n + 3) {
          border-top: 0; }
        #sponsors-content ul.sponsors-listing li:nth-child(2n + 2) {
          border-left: 0; } }
    @media only screen and (max-width: 479px) {
      #sponsors-content ul.sponsors-listing li {
        width: 100%; }
        #sponsors-content ul.sponsors-listing li:nth-child(1n + 2) {
          border-top: 0; } }

#sponsors-content a {
  display: block;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }

#sponsors-content a:hover {
  opacity: .6; }

#sponsors-content img {
  display: block;
  width: 100%;
  height: auto; }

/* EVENT DETAIL - TECH RETREAT  --------------------------------------------------*/
/* src: theme/sections/_event-detail-tech-retreat.scss */
#content.event-detail #main.event-content-tech-retreat {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  #content.event-detail #main.event-content-tech-retreat .tech-retreat-content {
    width: 100%;
    padding: 2.5rem;
    float: left;
    background: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 979px) {
      #content.event-detail #main.event-content-tech-retreat .tech-retreat-content {
        width: 100%;
        float: none;
        margin: 0 0 35px 0;
        padding: 1.5rem; } }

/* Overview Content ------------------------------------  */
#overview-content .tech-retreat-features {
  padding: 1.45rem 0;
  border-top: 1px solid #cccccc; }
  #overview-content .tech-retreat-features a.view-schedule {
    position: relative;
    top: .5rem;
    float: right;
    font-size: 15px;
    font-size: 0.9375rem; }
    #overview-content .tech-retreat-features a.view-schedule:link {
      color: #333333;
      text-decoration: none; }
    #overview-content .tech-retreat-features a.view-schedule:visited {
      color: #333333;
      text-decoration: none; }
    #overview-content .tech-retreat-features a.view-schedule:hover {
      color: #0088c6;
      text-decoration: underline; }
    #overview-content .tech-retreat-features a.view-schedule:active {
      color: #0088c6;
      text-decoration: underline; }

#overview-content .speakers-overview {
  padding: 1.45rem 0; }
  #overview-content .speakers-overview a.view-speakers {
    position: relative;
    top: .5rem;
    float: right;
    font-size: 15px;
    font-size: 0.9375rem; }
    #overview-content .speakers-overview a.view-speakers:link {
      color: #333333;
      text-decoration: none; }
    #overview-content .speakers-overview a.view-speakers:visited {
      color: #333333;
      text-decoration: none; }
    #overview-content .speakers-overview a.view-speakers:hover {
      color: #0088c6;
      text-decoration: underline; }
    #overview-content .speakers-overview a.view-speakers:active {
      color: #0088c6;
      text-decoration: underline; }

#overview-content .speakers-slider {
  position: relative;
  width: 101.25%;
  margin: 0 -.75% 0 -.5%; }
  #overview-content .speakers-slider .speaker {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 7px 0 7px; }
    #overview-content .speakers-slider .speaker .thumbnail {
      width: 100%;
      border: 1px solid #cccccc;
      border-bottom: 0;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      #overview-content .speakers-slider .speaker .thumbnail img {
        margin: 0;
        display: block;
        width: 100%;
        height: auto; }
    #overview-content .speakers-slider .speaker .caption {
      padding: .5rem .65rem .25rem  .65rem;
      border: 1px solid #cccccc;
      border-top: 0;
      font-size: 14px;
      font-size: 0.875rem;
      background: #ffffff;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      #overview-content .speakers-slider .speaker .caption h4.speaker-name {
        margin-bottom: 0;
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 800; }
  #overview-content .speakers-slider .slider-nav {
    position: absolute;
    width: 100%;
    top: 37%;
    transform: translateY(-50%); }
    #overview-content .speakers-slider .slider-nav .nav-btn {
      display: block;
      position: absolute;
      width: 20px;
      font-family: 'Font Awesome 5 Free';
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 900;
      color: #cccccc;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      #overview-content .speakers-slider .slider-nav .nav-btn:hover {
        color: #0088c6;
        text-decoration: none; }
      #overview-content .speakers-slider .slider-nav .nav-btn.btn-next {
        right: -1.6rem; }
      #overview-content .speakers-slider .slider-nav .nav-btn.btn-prev {
        left: -1.5rem; }
      #overview-content .speakers-slider .slider-nav .nav-btn.btn-next:after {
        content: "\f105"; }
      #overview-content .speakers-slider .slider-nav .nav-btn.btn-prev:after {
        content: "\f104"; }
  @media only screen and (max-width: 979px) {
    #overview-content .speakers-slider .slider-nav .nav-btn.btn-next {
      right: -1.2rem; }
    #overview-content .speakers-slider .slider-nav .nav-btn.btn-prev {
      left: -1.0rem; } }

/* FAQs ------------------------------------------------  */
#faq-content h1 {
  margin-bottom: 1.5rem; }

#faq-content .accordion-header {
  position: relative;
  padding-left: 3.5rem; }
  #faq-content .accordion-header .question-number {
    display: inline-block;
    position: absolute;
    width: 2rem;
    left: 1.5rem; }

/* Program Presentations  ------------------------------------------------------------------*/
/* src: theme/sections/_program-presentations.scss */
.program-presentations .program-presentations-content-menu {
  position: relative;
  top: -8px;
  float: right; }
  .program-presentations .program-presentations-content-menu select.content-select-menu {
    width: 12.3rem; }
  @media only screen and (max-width: 767px) {
    .program-presentations .program-presentations-content-menu {
      width: 100%;
      float: none; }
      .program-presentations .program-presentations-content-menu select.content-select-menu {
        width: 100%; } }

.program-presentations .presentations-sets ul.presentations {
  padding-top: .4rem; }

.program-presentations .presentations-sets li.presentation {
  padding-bottom: .9rem !important;
  border-bottom: 1px solid #cccccc; }
  .program-presentations .presentations-sets li.presentation:last-child {
    border-bottom: 0; }

.program-presentations .presentations-sets .line-number {
  padding-left: .25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800; }

.program-presentations .presentations-sets .presentation-title {
  display: block; }

.program-presentations .presentations-sets a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  curor: pointer; }
  .program-presentations .presentations-sets a:link {
    color: #333333;
    text-decoration: none; }
  .program-presentations .presentations-sets a:visited {
    color: #333333;
    text-decoration: none; }
  .program-presentations .presentations-sets a:hover {
    color: #0088c6;
    text-decoration: none; }
  .program-presentations .presentations-sets a:active {
    color: #0088c6;
    text-decoration: none; }

.program-presentations .presentations-sets .presentation-title {
  font-weight: 800;
  line-height: 1.2; }

.program-presentations .presentations-sets .file-downloads {
  margin: 0 0 1.4rem; }
  .program-presentations .presentations-sets .file-downloads .line-number {
    position: relative;
    top: -.25rem;
    width: 3.5rem; }
  .program-presentations .presentations-sets .file-downloads .presentation-info {
    width: calc(100% - 3.5rem); }
  .program-presentations .presentations-sets .file-downloads .byline {
    font-size: 14px;
    font-size: 0.875rem; }

.program-presentations .presentations-sets .video {
  margin: 0 0 1.15rem; }
  .program-presentations .presentations-sets .video .line-number {
    width: 2.3rem; }
  .program-presentations .presentations-sets .video .presentation-info {
    width: calc(100% - 2.3rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .program-presentations .presentations-sets .video .thumbnail {
    width: 15%;
    position: relative;
    top: -.1rem;
    border: 1px solid #cccccc; }
    .program-presentations .presentations-sets .video .thumbnail img {
      display: block;
      width: 100%;
      height: auto; }
  .program-presentations .presentations-sets .video .presentation-title {
    width: calc(84.5% - 1rem);
    font-size: 14px;
    font-size: 0.875rem; }

.program-presentations .presentations-sets .presenation-password-form {
  max-width: 450px;
  margin: 1rem auto;
  text-align: center; }
  .program-presentations .presentations-sets .presenation-password-form a {
    display: inline; }
    .program-presentations .presentations-sets .presenation-password-form a:link {
      color: #0088c6;
      text-decoration: none; }
    .program-presentations .presentations-sets .presenation-password-form a:visited {
      color: #0088c6;
      text-decoration: none; }
    .program-presentations .presentations-sets .presenation-password-form a:hover {
      color: #0088c6;
      text-decoration: underline; }
    .program-presentations .presentations-sets .presenation-password-form a:active {
      color: #0088c6;
      text-decoration: underline; }
  .program-presentations .presentations-sets .presenation-password-form input[type="password"] {
    float: left;
    width: calc( 100% - 140px); }
  .program-presentations .presentations-sets .presenation-password-form input[type="submit"] {
    float: right;
    padding: 14px 30px 14px; }
  .program-presentations .presentations-sets .presenation-password-form .error.feedback {
    clear: left;
    text-align: left; }
  @media only screen and (max-width: 479px) {
    .program-presentations .presentations-sets .presenation-password-form input[type="password"], .program-presentations .presentations-sets .presenation-password-form input[type="submit"] {
      float: none;
      width: 100%; }
    .program-presentations .presentations-sets .presenation-password-form .error.feedback {
      margin-top: .5rem;
      text-align: center; } }

/* CONTACT PAGE  ------------------------------------------------------------------*/
@media screen and (min-width: 1275px) {
  .page-contact-us #content #main {
    padding: 2.5rem 15%; } }

.page-contact-us #sidebar {
  padding: 2.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .page-contact-us #sidebar p {
    margin-bottom: 1.5rem; }

.page-contact-us #contact-form select.recipient {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #252525 url(_/images/shared/select-custom-down-arrow-med-gray.png) no-repeat right center;
  color: #ffffff;
  font-weight: 800; }

.page-contact-us #contact-form .first-name-container {
  float: left;
  width: 48%; }

.page-contact-us #contact-form .last-name-container {
  float: right;
  width: 48%; }

.page-contact-us #contact-form #message {
  height: 300px; }

.page-contact-us #contact-form #subscribe-container {
  margin: -10px 0 25px -2px; }

.page-contact-us #contact-form .g-recaptcha {
  float: left;
  margin-bottom: 20px; }

.page-contact-us #contact-form .submit-btn {
  float: right;
  padding-left: 60px;
  padding-right: 60px; }

@media only screen and (max-width: 767px) {
  .page-contact-us #contact-form .first-name-container {
    float: none;
    width: 100%; }
  .page-contact-us #contact-form .last-name-container {
    float: none;
    width: 100%; }
  .page-contact-us #contact-form .g-recaptcha {
    float: none; }
  .page-contact-us #contact-form .submit-btn {
    float: none; } }

/* BLOG  ------------------------------------------------------------------------*/
/* Post Categories Nav ----------------  */
.post-categories-nav {
  width: 9.1rem;
  float: left;
  margin-right: 3.85%; }
  @media only screen and (max-width: 767px) {
    .post-categories-nav {
      width: 100%;
      float: none; } }

/* Post Archive pages -----------  */
.blog #content #main,
.archive.category #content #main,
.archive.date #content #main,
.search #content #main {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.blog h2.archive-title,
.archive.category h2.archive-title,
.archive.date h2.archive-title,
.search h2.archive-title {
  font: 200 25px/28px "Nunito Sans", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: #01b4fe; }

.blog h1 + h2.archive-title,
.archive.category h1 + h2.archive-title,
.archive.date h1 + h2.archive-title,
.search h1 + h2.archive-title {
  margin: -5px 0 25px 0; }

/* Post Listings ----------------  */
.post-listings {
  width: calc(100% - ( 3.85% + 9.1rem ));
  float: left; }
  .post-listings .post {
    margin: 0 0 1.125rem; }
  .post-listings a.post-summary-card {
    display: table;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
    .post-listings a.post-summary-card:link, .post-listings a.post-summary-card:visited {
      color: #333333;
      text-decoration: none; }
    .post-listings a.post-summary-card:hover, .post-listings a.post-summary-card:active {
      color: #0088c6;
      text-decoration: none; }
    .post-listings a.post-summary-card .post-img {
      display: table-cell;
      width: 30.9%;
      margin: 0;
      border-right: 1px solid #ebebeb;
      opacity: 1;
      vertical-align: middle;
      -webkit-transition: opacity 0.125s linear;
      -moz-transition: opacity 0.125s linear;
      -o-transition: opacity 0.125s linear;
      transition: opacity 0.125s linear; }
      .post-listings a.post-summary-card .post-img img {
        display: block;
        width: 100%;
        height: auto; }
    .post-listings a.post-summary-card:hover .post-img {
      opacity: .8; }
    .post-listings a.post-summary-card .post-title {
      display: table-cell;
      vertical-align: middle;
      width: 69.1%;
      padding: 30px 30px 30px; }
  .post-listings h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0; }
  @media screen and (min-width: 1275px) {
    .post-listings h3 {
      letter-spacing: -.01em;
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 1.3; } }
  @media only screen and (max-width: 979px) {
    .post-listings .post {
      margin: 0 0 1.75rem; }
    .post-listings a.post-summary-card {
      display: block; }
      .post-listings a.post-summary-card .post-img {
        display: block;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ebebeb; }
      .post-listings a.post-summary-card .post-title {
        display: block;
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .post-listings {
      width: 100%;
      float: none; } }

/* Post Detail pages ------------  */
.single #content #main {
  width: 74.1%;
  padding: 2.1rem 2.4rem;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 980px) and (max-width: 1024px) {
    .single #content #main {
      width: 67.637%; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .single #content #main {
      width: 61.637%; } }
  @media only screen and (max-width: 767px) {
    .single #content #main {
      width: auto;
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 1.9rem;
      padding-right: 1.9rem; } }
  @media only screen and (max-width: 979px) {
    .single #content #main {
      width: 100%;
      float: none;
      margin: 0 0 35px 0; } }

.single .post-header {
  margin: 0 0 1.5rem; }

.single .post-img {
  margin-bottom: 2rem; }

.single p {
  margin: 0 0 1.125rem; }

/* PAST NEWSLINES  --------------------------------------------------*/
/* src: theme/sections/_past-newslines.scss */
/* Newsline Listings ----------------  */
.newsline-listings {
  display: flex;
  margin: 0 -2.8rem;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-between; }
  .newsline-listings::after {
    content: '';
    flex: auto; }
  .newsline-listings .newsline-issue {
    display: flex;
    width: 50%;
    margin-bottom: 1.2rem;
    padding: 0 1.4rem; }
  .newsline-listings a {
    display: block;
    width: 100%;
    min-height: 100%;
    padding: 1.4rem 1.4rem;
    border: 1px solid #cccccc;
    background: #ffffff;
    -webkit-transition: all 0.125s linear;
    -moz-transition: all 0.125s linear;
    -o-transition: all 0.125s linear;
    transition: all 0.125s linear; }
    .newsline-listings a:link, .newsline-listings a:visited {
      color: #333333;
      text-decoration: none; }
    .newsline-listings a:hover, .newsline-listings a:active {
      color: #0088c6;
      text-decoration: none;
      -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  .newsline-listings .issue-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0; }
  .newsline-listings .issue-info {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0; }
  @media only screen and (max-width: 479px) {
    .newsline-listings .newsline-issue {
      width: 100%; } }

/* OUR MEMBERS  ------------------------------------------------------------------*/
.our-members#content #main {
  padding-top: 2rem; }

.our-members .members-category {
  padding: 0 0 0 0; }

.our-members h4 {
  margin-bottom: .75rem; }

.our-members .members-category.display-mode-logos ul.members-listing {
  margin: 1rem 0 1.7rem;
  display: flex;
  flex-wrap: wrap; }
  .our-members .members-category.display-mode-logos ul.members-listing li {
    width: 33.333%;
    margin: 0;
    padding: 1.4375rem 2.625rem;
    border: 1px solid #cccccc; }
    @media only screen and (min-width: 768px) {
      .our-members .members-category.display-mode-logos ul.members-listing li:nth-child(1n + 4) {
        border-top: 0; }
      .our-members .members-category.display-mode-logos ul.members-listing li:nth-child(3n + 2), .our-members .members-category.display-mode-logos ul.members-listing li:nth-child(3n + 3) {
        border-left: 0; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .our-members .members-category.display-mode-logos ul.members-listing li {
        width: 50%; }
        .our-members .members-category.display-mode-logos ul.members-listing li:nth-child(1n + 3) {
          border-top: 0; }
        .our-members .members-category.display-mode-logos ul.members-listing li:nth-child(2n + 2) {
          border-left: 0; } }
    @media only screen and (max-width: 479px) {
      .our-members .members-category.display-mode-logos ul.members-listing li {
        width: 100%; }
        .our-members .members-category.display-mode-logos ul.members-listing li:nth-child(1n + 2) {
          border-top: 0; } }

.our-members .members-category.display-mode-logos a {
  display: block;
  -webkit-transition: all 0.125s linear;
  -moz-transition: all 0.125s linear;
  -o-transition: all 0.125s linear;
  transition: all 0.125s linear; }

.our-members .members-category.display-mode-logos a:hover {
  opacity: .6; }

.our-members .members-category.display-mode-logos img {
  display: block;
  width: 100%;
  height: auto; }

.our-members .members-category.display-mode-text {
  margin: 1rem 0 1.7rem;
  border-top: 1px solid #cccccc;
  padding-top: 1.5rem; }
  .our-members .members-category.display-mode-text li {
    margin-bottom: -.125rem; }
  @media only screen and (min-width: 768px) {
    .our-members .members-category.display-mode-text ul {
      columns: 2; } }

/* COMMUNITY LINKS  ------------------------------------------------------------------*/
.community-links#content #main {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.community-links .community-link {
  margin: 0 0 20px; }

.community-links .community-link-card {
  display: table;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }

.community-links .community-link-img {
  display: table-cell;
  width: 30.5%;
  margin: 0;
  border-right: 1px solid #ebebeb;
  opacity: 1;
  -webkit-transition: opacity 0.125s linear;
  -moz-transition: opacity 0.125s linear;
  -o-transition: opacity 0.125s linear;
  transition: opacity 0.125s linear; }
  .community-links .community-link-img img {
    display: block;
    width: 100%;
    height: auto; }

.community-links:hover .post-img {
  opacity: .8; }

.community-links .community-link-info {
  display: table-cell;
  vertical-align: middle;
  width: 69.5%;
  padding: 2vw 3.85vw; }
  .community-links .community-link-info h1 {
    margin: 0 0 .2rem;
    font-size: 2.35vw;
    font-weight: 600; }
  .community-links .community-link-info p {
    line-height: 1.25; }
  .community-links .community-link-info p:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 1275px) {
  .community-links .community-link-info {
    padding: 26px 57px 6px; }
    .community-links .community-link-info h1 {
      font-size: 33px;
      font-size: 2.0625rem; } }

@media only screen and (max-width: 979px) {
  .community-links .community-link-info {
    padding: 3vw 4vw; }
    .community-links .community-link-info h1 {
      font-size: 3vw; } }

@media only screen and (max-width: 479px) {
  .community-links .community-link-card, .community-links .community-link a, .community-links .community-link-img, .community-links .community-link-info {
    display: block;
    width: 100%; }
  .community-links .community-link {
    margin-bottom: 1.8rem; }
  .community-links .community-link-info {
    padding: 1rem 2rem 1.25rem; }
    .community-links .community-link-info h1 {
      font-size: 26px;
      font-size: 1.625rem; } }

/* WHO WE ARE  --------------------------------------------------*/
/* src: theme/sections/_who-we-are.scss */
/* Staff Members ----------------  */
.staff-members {
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid #cccccc; }

ul.staff-members-listings {
  padding-top: 1.5rem; }
  @media only screen and (min-width: 480px) {
    ul.staff-members-listings {
      columns: 2; } }
  ul.staff-members-listings li {
    margin-bottom: 2em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  ul.staff-members-listings h5.name {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: .25rem; }
  ul.staff-members-listings .title, ul.staff-members-listings .phone-number {
    display: block;
    line-height: 1.3;
    margin-bottom: .25rem; }

/* BOARD OF DIRECTORS  --------------------------------------------------*/
/* src: theme/sections/_board-of-directors.scss */
/* Board of Director Listings ----------------  */
.board-of-director-listings {
  display: flex;
  margin: 0 -.7rem;
  flex-wrap: wrap;
  justify-content: space-between; }
  .board-of-director-listings::after {
    content: '';
    flex: auto; }
  .board-of-director-listings .director {
    display: block;
    width: 33.333%;
    padding: 0 .7rem 1.5rem; }
  .board-of-director-listings .card-keyline {
    min-height: 100%;
    border: 1px solid #cccccc; }
  .board-of-director-listings .director-headshot {
    display: block;
    width: 100%;
    margin: 0; }
    .board-of-director-listings .director-headshot img {
      display: block;
      width: 100%;
      height: auto; }
  .board-of-director-listings .director-info {
    padding: .8rem 1rem; }
    .board-of-director-listings .director-info h3.name {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800;
      margin-bottom: 0; }
    .board-of-director-listings .director-info h4.position {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 800;
      margin-bottom: -2px; }
    .board-of-director-listings .director-info .organization {
      display: block;
      margin-top: .25rem;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.1; }
  @media screen and (min-width: 1275px) {
    .board-of-director-listings .director {
      width: 25%; } }
  @media only screen and (max-width: 767px) {
    .board-of-director-listings .director {
      width: 50%; } }
  @media only screen and (max-width: 479px) {
    .board-of-director-listings .director {
      width: 100%; } }

/* COMMITTEES  ----------------------------------------------------------*/
/* src: theme/sections/_committees.scss */
/* Committee Listings ----------------  */
.committee-listings {
  margin: 2rem -1.2rem 0; }
  .committee-listings .committee {
    width: 49.99%;
    margin: 0;
    float: left;
    padding: 0 1.2rem 1.5rem; }
    .committee-listings .committee .card-keyline {
      border: 1px solid #cccccc;
      padding: 1.3rem 1.2rem .8rem 1.2rem; }
    .committee-listings .committee .member-name {
      display: block;
      margin-bottom: -3px;
      font-weight: 800;
      letter-spacing: .01em; }
  @media only screen and (max-width: 767px) {
    .committee-listings .committee {
      width: 100%; } }

/* SPONSORSHIP OPPORTUNITIES  ----------------------------------------------------------*/
/* src: theme/sections/_sponsorship-opportunities.scss */
#content.sponsorship-opportunities #main {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

#content.sponsorship-opportunities .sponsorship-opportunities-nav {
  width: 10.6rem;
  float: left;
  margin-right: 3.85%; }

#content.sponsorship-opportunities .content-container {
  float: left;
  width: calc(100% - ( 3.85% + 10.6rem ));
  padding: 2.5rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 979px) {
    #content.sponsorship-opportunities .content-container {
      padding: 1.5rem; } }

#content.sponsorship-opportunities .support-information {
  padding-top: 1.75rem;
  border-top: 1px solid #cccccc; }
  #content.sponsorship-opportunities .support-information .support-contacts-list {
    display: flex; }
    #content.sponsorship-opportunities .support-information .support-contacts-list li {
      width: 50%; }
    @media only screen and (max-width: 479px) {
      #content.sponsorship-opportunities .support-information .support-contacts-list {
        display: block; }
        #content.sponsorship-opportunities .support-information .support-contacts-list li {
          width: 100%;
          margin-bottom: 1.5rem; } }
  #content.sponsorship-opportunities .support-information .contact-email {
    display: block;
    line-height: 1.5;
    font-weight: 800; }
    #content.sponsorship-opportunities .support-information .contact-email:before {
      margin-left: 1px;
      margin-right: 10px;
      font-size: 1.1em;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f0e0";
      color: #009bda; }
  #content.sponsorship-opportunities .support-information .contact-phone {
    display: block; }
    #content.sponsorship-opportunities .support-information .contact-phone:before {
      margin-left: 4px;
      margin-right: 10px;
      font-size: 1.1em;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f3cd";
      color: #009bda; }

@media only screen and (max-width: 767px) {
  #content.sponsorship-opportunities .sponsorship-opportunities-nav {
    float: none;
    width: 100%; }
  #content.sponsorship-opportunities .content-container {
    float: none;
    width: 100%; } }

/* 2020 HPA AWARDS REGISTRATION PAGE  ------------------------------------------------------------------*/
#content.hpa-2020-awards-registration {
  background: black url(_/images/2020-hpa-awards/background-2020-hpa-awards.jpg) no-repeat center top;
  background-size: 100%; }
  @media only screen and (max-width: 979px) {
    #content.hpa-2020-awards-registration {
      background-size: 160%; } }
  @media only screen and (max-width: 479px) {
    #content.hpa-2020-awards-registration {
      background-size: 200%; } }
  #content.hpa-2020-awards-registration #main {
    margin: 3rem auto;
    text-align: center; }
  #content.hpa-2020-awards-registration img.hpa-awards-logo {
    width: 11.1rem;
    margin: 0 auto 2.2rem; }
  #content.hpa-2020-awards-registration h3 {
    letter-spacing: .04em;
    color: #e8d993; }
  #content.hpa-2020-awards-registration .sponsorship {
    margin: 2rem auto 1.3rem;
    color: #999999;
    letter-spacing: .03em; }
  #content.hpa-2020-awards-registration img.picture-shop-logo {
    width: 7rem;
    margin: .4rem auto 0; }
  #content.hpa-2020-awards-registration .Engage_Registration {
    max-width: 30rem;
    margin: 0 auto; }
    #content.hpa-2020-awards-registration .Engage_Registration label {
      display: block;
      margin: 0 0 .35rem;
      text-align: left;
      color: #999999;
      letter-spacing: .03em; }
    #content.hpa-2020-awards-registration .Engage_Registration input, #content.hpa-2020-awards-registration .Engage_Registration select {
      color: #333333; }
    #content.hpa-2020-awards-registration .Engage_Registration select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      background: #ffffff url(_/images/shared/select-custom-down-arrow-med-gray.png) no-repeat right center; }
    #content.hpa-2020-awards-registration .Engage_Registration input[type="button"] {
      margin: 1.25rem auto;
      padding: 1rem 2rem;
      font-size: .825rem;
      background: #ca0703;
      color: #ffffff;
      -webkit-transition: all 0.125s linear;
      -moz-transition: all 0.125s linear;
      -o-transition: all 0.125s linear;
      transition: all 0.125s linear; }
      #content.hpa-2020-awards-registration .Engage_Registration input[type="button"]:hover {
        opacity: .8; }
    #content.hpa-2020-awards-registration .Engage_Registration .Engage_ThankYou {
      margin: 5rem auto;
      color: #ffffff;
      font-size: 1.25rem; }
    #content.hpa-2020-awards-registration .Engage_Registration a.Engage_Form_Reset {
      display: inline-block;
      margin-top: 1.25rem;
      color: #ca0703;
      font-size: 1rem; }

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