html {
  line-height: 1.15
}

main {
  display: block
}

hr {
  overflow: visible
}

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,strong {
  font-weight: bolder
}

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

img {
  border-style: none
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,input {
  overflow: visible
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%
}

progress {
  vertical-align: baseline
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

:root {
  --c-black: #000;
  --c-white: #fff;
  --c-gray-600: #434445;
  --c-gray-300: #bfc1c3;
  --c-gray-800: #212121;
  --c-gray-900: #0a0b09;
  --c-green: #62d965;
  --c-purple: #945ba4;
  --c-purple-dark: #583261;
  --c-turquoise: #41bfb9;
  --c-turquoise-dark: #1b4c48;
  --c-pink: #e45995;
  --c-pink-dark: #5c1033;
  --c-blue: #5c78bb;
  --c-blue-dark: #20366a;
  --c-orange: #f6914d;
  --c-orange-dark: #4c2d18;
  --font-base-sans-serif: "CodecCold",sans-serif;
  --font-base-titles: "CodecCold",sans-serif;
  --font-base-descriptions: "CodecCold-News",sans-serif
}

@font-face {
  font-family: CodecCold;
  src: url(../fonts/codec-cold/codec-cold-regular.ttf);
  src: url(../fonts/codec-cold/codec-cold-regular.otf?#iefix) format("opentype"),url(../fonts/codec-cold/codec-cold-regular.woff2) format("woff2"),url(../fonts/codec-cold/codec-cold-regular.woff) format("woff"),url(../fonts/codec-cold/codec-cold-regular.ttf) format("truetype"),;
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: CodecCold;
  src: url(../fonts/codec-cold/codec-cold-bold.ttf);
  src: url(../fonts/codec-cold/codec-cold-bold.otf?#iefix) format("opentype"),url(../fonts/codec-cold/codec-cold-bold.woff2) format("woff2"),url(../fonts/codec-cold/codec-cold-bold.woff) format("woff"),url(../fonts/codec-cold/codec-cold-bold.ttf) format("truetype"),;
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: CodecCold;
  src: url(../fonts/codec-cold/codec-cold-light.ttf);
  src: url(../fonts/codec-cold/codec-cold-light.otf?#iefix) format("opentype"),url(../fonts/codec-cold/codec-cold-light.woff2) format("woff2"),url(../fonts/codec-cold/codec-cold-light.woff) format("woff"),url(../fonts/codec-cold/codec-cold-light.ttf) format("truetype"),;
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: CodecCold;
  src: url(../fonts/codec-cold/codec-cold-extra-bold.ttf);
  src: url(../fonts/codec-cold/codec-cold-extra-bold.otf?#iefix) format("opentype"),url(../fonts/codec-cold/codec-cold-extra-bold.woff2) format("woff2"),url(../fonts/codec-cold/codec-cold-extra-bold.woff) format("woff"),url(../fonts/codec-cold/codec-cold-extra-bold.ttf) format("truetype"),;
  font-weight: 800;
  font-style: normal
}

@font-face {
  font-family: CodecCold;
  src: url(../fonts/codec-cold/codec-cold-light.ttf);
  src: url(../fonts/codec-cold/codec-cold-light.otf?#iefix) format("opentype"),url(../fonts/codec-cold/codec-cold-extra-light.woff2) format("woff2"),url(../fonts/codec-cold/codec-cold-extra-light.woff) format("woff"),url(../fonts/codec-cold/codec-cold-extra-light.ttf) format("truetype"),;
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: CodecCold-News;
  src: url(../fonts/codec-cold/codec-cold-news.ttf);
  src: url(../fonts/codec-cold/codec-cold-news.otf?#iefix) format("opentype"),url(../fonts/codec-cold/codec-cold-news.woff2) format("woff2"),url(../fonts/codec-cold/codec-cold-news.woff) format("woff"),url(../fonts/codec-cold/codec-cold-news.ttf) format("truetype"),;
  font-weight: 400;
  font-style: normal
}


@media only screen and (max-width: 767px) {
  .desktop {
    display:none
  }

  .mobile {
    display: block
  }
}

@media only screen and (min-width: 768px) {
  .desktop {
    display:block
  }

  .mobile {
    display: none
  }
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes fading {
  0% {
    opacity: 0
  }

  50% {
    opacity: .3
  }

  to {
    opacity: 0
  }
}

@keyframes fading {
  0% {
    opacity: 0
  }

  50% {
    opacity: .3
  }

  to {
    opacity: 0
  }
}

@media (prefers-reduced-motion:reduce) {
  *,:after,:before {
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    -webkit-transition-duration: 1ms!important;
    transition-duration: 1ms!important
  }
}

.alignleft {
  float: left;
  margin-right: 1rem;
  text-align: left
}

.alignright {
  float: right;
  margin-left: 1rem;
  text-align: right
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.wp-caption {
  max-width: 100%
}

.wp-caption.aligncenter {
  text-align: center
}

.wp-caption.alignright {
  text-align: right
}

.wp-caption-text {
  margin: 0
}

* {
  -webkit-font-feature-settings: none;
  font-feature-settings: none;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,a:focus,a:hover,a:visited {
  text-decoration: none;
  outline: 0
}

p a,p a:visited {
  line-height: inherit
}

audio,canvas,video {
  display: inline-block;
  *display: inline;
  *zoom:1}

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

[hidden] {
  display: none
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

button,html,input,select,textarea {
  font-family: sans-serif
}

body {
  margin: 0
}

a:focus {
  outline: thin dotted
}

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

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

h2 {
  font-size: 1.5em;
  margin: .83em 0
}

h3 {
  font-size: 1.17em;
  margin: 1em 0
}

h4 {
  font-size: 1em;
  margin: 1.33em 0
}

h5 {
  font-size: .83em;
  margin: 1.67em 0
}

h6 {
  font-size: .67em;
  margin: 2.33em 0
}

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

b,strong {
  font-weight: 700
}

blockquote {
  margin: 1em 40px
}

dfn {
  font-style: italic
}

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

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

p,pre {
  margin: 1em 0
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

q {
  quotes: none
}

q:after,q:before {
  content: "";
  content: none
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

[style="font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;"] {
  font-family: CodecCold,sans-serif!important;
  font-family: var(--font-base-sans-serif)!important
}

.button,.button:visited {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  border: 3px solid #fff;
  padding: 9pt 20px 9pt;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
  overflow: hidden;
  position: relative
}

.registration-button.enabled .button-text {
  font-weight: 800
}

.button-text {
  z-index: 2;
  position: relative
}

.button:active,.button:hover {
  color: #fff;
  border-color: #fff!important
}

.registration-button.disabled .button {
  border-color: #0a0b09;
  border-color: var(--c-gray-900);
  font-weight: 800
}

.registration-button.disabled .button,.registration-button.disabled .button:hover {
  background-color: #0a0b09;
  background-color: var(--c-gray-900);
  color: #fff;
  color: var(--c-white)
}

.registration-button.disabled .button:hover {
  border-color: #0a0b09!important;
  border-color: var(--c-gray-900)!important
}

.registration-button.disabled .button:hover:after,.registration-button.disabled .button:hover:before {
  opacity: 0
}

a.more-cta {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.3;
  display: inline-block;
  text-transform: uppercase;
  border: 3px solid #0a0b09;
  border: 3px solid var(--c-gray-900);
  text-align: center;
  margin: 0 auto 20px 0;
  position: relative;
  padding: 9pt 17px 9pt 17px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-filter: brightness(1);
  filter: brightness(1)
}

a.more-cta:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

form {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px
}

button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle
}

button,input {
  line-height: normal
}

button,select {
  text-transform: none
}

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

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

input[type=checkbox],input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top
}

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

dl,menu,ol,ul {
  margin: 1em 0
}

dd {
  margin: 0 0 0 40px
}

menu,ol,ul {
  padding: 0 0 0 40px
}

nav ol,nav ul {
  list-style: none;
  list-style-image: none
}

article ul {
  list-style-type: square;
  padding-left: 40px
}

div#dashboard-widgets .empty-container {
  display: none
}

#wpstats {
  position: absolute;
  opacity: 0;
  top: 0
}

#sections {
  margin-top: 0
}

.section {
  position: relative;
  overflow: hidden
}

form,html,input {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html.no-scroll,html.no-scroll body {
  overflow: hidden
}

html.js {
  margin-top: 0!important
}

body,html {
  height: 100%
}

body {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1pc;
  background-color: #fff;
  color: #0a0b09;
  color: var(--c-gray-900)
}

body b {
  color: #a00;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  position: relative;
  z-index: 2000;
  padding: 2px 5px;
  display: inline-block;
  background: hsla(0,0%,100%,.8)
}

a,a:active,a:focus {
  outline: none
}

:focus {
  outline: 0
}

h1,h2,h3,h4 {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-weight: 800;
  margin: 0;
  line-height: 1.3em
}

article,div,header,section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

ul {
  list-style: none
}

ul,ul li {
  margin: 0;
  padding: 0
}

#outer {
  min-height: 100%;
  position: relative
}

#container {
  background-color: #fff;
  padding-top: 83px;
  padding-bottom: 5pc;
}

.admin-bar #container {
  padding-top: 115px;
}

@media screen and (max-width: 782px) {
  .admin-bar #container {
    padding-top:110px
  }
}

#container.animated {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1)
}

@media (max-width: 767px) {
  #container {
    padding-top:4pc
  }
}

#container .inner {
  max-width: 70pc;
  position: relative;
  margin: 0 auto;
  padding: 0 25px
}

#container .inner:after {
  clear: both;
  content: "";
  display: table
}

@media (max-width: 767px) {
  #container .inner {
    padding:0 20px
  }
}

.inner-block {
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  max-width: 80pc
}

.blue-section {
  background-color: #54aef5
}

.grey-section {
  background-color: #212121
}

.full-height-section {
  height: calc(100vh - 140px)
}

@media (min-width: 1025px) {
  .full-height-section {
    height:calc(100vh - 232px)
  }
}

.section-title {
  padding-top: 9pt;
  padding-bottom: 9pt;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
  position: relative
}

@media (max-width: 1024px) {
  .section-title {
    padding-top:18px;
    padding-bottom: 18px
  }
}

@media (min-width: 1025px) {
  .section-title {
    padding-top:24px;
    padding-bottom: 24px
  }
}

.invert-section-title {
  color: #fff
}

.card-terrain-pattern {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1
}

.card-terrain-pattern svg {
  display: block;
  max-width: 100%;
  height: auto
}

.card-terrain-pattern path {
  fill: #62d965;
  fill: var(--events-card-terrain-color,var(--c-green));
  -webkit-transition: fill .2s;
  transition: fill .2s
}

.terrain-pattern {
  position: absolute;
  bottom: 0;
  width: 100%
}

.terrain-pattern svg {
  display: block;
  max-width: 100%;
  height: auto
}

.terrain-pattern path {
  fill: #62d965;
  fill: var(--events-terrain-color,var(--c-green));
  -webkit-transition: fill .2s;
  transition: fill .2s
}

.community-pattern {
  position: absolute;
  width: 100%;
  bottom: 0
}

.community-pattern svg {
  display: block;
  max-width: 100%
}

.square-pattern {
  position: absolute;
  top: 0
}

.square-pattern svg {
  display: block
}

.square-pattern-fixed {
  position: fixed;
  z-index: 0
}

.square-pattern-blue path {
  fill: #4faaf2
}

.square-pattern-grey path {
  fill: #2a2a2a
}

.square-pattern-white-lt path {
  fill: hsla(0,0%,100%,.05)
}

.square-pattern-lt-grey path {
  fill: #fcfcfc
}

.square-pattern-top-left {
  -webkit-transform: rotate(-90deg) scale(.5);
  transform: rotate(-90deg) scale(.5);
  right: -280%;
  top: -1310px
}

@media (min-width: 1025px) {
  .square-pattern-top-left {
    -webkit-transform:rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    right: 10%;
    top: -1480px
  }
}

.square-pattern-top-right {
  top: -855pt;
  right: -90%
}

.square-pattern-bottom-left {
  left: -1270px;
  -webkit-transform: rotate(190deg);
  transform: rotate(190deg);
  top: -500px
}

.type-event .article-container {
  padding-top: 0
}

.type-event .title-container {
  width: calc(100% - 90pt)
}

.type-event .article-header {
  padding-top: 35px;
  padding-bottom: 0;
  background-color: #fff;
  position: sticky;
  width: 100%;
  z-index: 999;
  top: 83px
}

.type-event .article-header .article-header-inner {
  max-width: 70pc;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px
}

.type-event .article-content {
  width: 100%;
  padding-left: 105px
}

.type-event .article-author {
  float: none
}

@media (max-width: 1024px) {
  .type-event .article-container {
    padding-top:0
  }

  .type-event .title-container {
    width: calc(100% - 90pt)
  }

  .type-event .article-header {
    padding-top: 35px;
    padding-bottom: 22px;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    z-index: 1
  }

  .type-event .article-header .article-header-inner {
    padding: 0
  }

  .type-event .article-content {
    width: 100%;
    margin-top: -90px;
    padding-top: 0;
    padding-left: 105px;
    position: relative;
    z-index: 10
  }
}

@media (max-width: 1024px) and (max-width:767px) {
  .type-event .article-content {
    margin-top:-50px
  }
}

@media (max-width: 1024px) {
  .type-event .article-author {
    width:100%
  }
}

.type-event .article-title {
  font-size: 26px
}

@media (min-width: 1025px) {
  .type-event .article-title {
    font-size:40px;
    margin-top: 6px
  }
}

.article-container {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  width: 100%;
  max-width: 70pc;
  padding: 0 25px;
  margin: 0 auto
}

.article-container:after {
  content: "";
  clear: both;
  display: table
}

@media (max-width: 1024px) {
  .article-container {
    padding-top:36px;
    padding-bottom: 36px
  }
}

@media (min-width: 1025px) {
  .article-container {
    padding-top:3pc;
    padding-bottom: 3pc
  }
}

@media (min-width: 768px) {
  .article-container {
    width:100%
  }
}

.article-title {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-weight: 800;
  font-size: 26px
}

@media (min-width: 1025px) {
  .article-title {
    font-size:45px
  }
}

.article-subtitle {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-weight: 800;
  font-size: 13px
}

@media (min-width: 1025px) {
  .article-subtitle {
    font-size:21px
  }
}

.article-image {
  width: 100%
}

.article-row {
  padding-top: 6px;
  padding-bottom: 0;
  width: 100%;
  float: left
}

@media (max-width: 1024px) {
  .article-row {
    padding-top:9px;
    padding-bottom: 0
  }
}

@media (min-width: 1025px) {
  .article-row {
    padding-top:9pt;
    padding-bottom: 0
  }
}

.article-row.event-desktop-item {
  padding-top: 2px
}

.article-row-video {
  height: 38pc
}

@media (max-width: 1024px) {
  .article-row-video {
    height:410px
  }
}

@media (max-width: 767px) {
  .article-row-video {
    height:170px
  }
}

.article-row-video iframe {
  width: 100%;
  height: 100%
}

.article-row .event-bar {
  margin-top: 6px;
  margin-bottom: 6px
}

@media (max-width: 1024px) {
  .article-row .event-bar {
    margin-top:9px;
    margin-bottom: 9px
  }
}

@media (min-width: 1025px) {
  .article-row .event-bar {
    margin-top:9pt;
    margin-bottom: 9pt
  }
}

.article-share-items {
  margin-top: 8px;
  float: right;
  text-align: right
}

.article-share-item {
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  margin-left: 5px
}

.article-authors {
  float: left;
  max-width: calc(100% - 150px)
}

.article-author {
  float: left;
  font-size: 15px;
  margin-bottom: 25px;
  margin-right: 20px
}

.article-author,.article-author-image {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.article-author-image {
  margin-right: 15px
}

.article-author-image img {
  border-radius: 100%;
  float: left;
  width: 65px;
  height: 65px
}

.article-author-details {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.article-author-job-title {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif)
}

.article-author-name-container {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-weight: 800
}

.article-author-talk-title {
  color: #4d4d4d;
  text-transform: uppercase
}

.article-date {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 18px;
  color: #868686;
  font-weight: 800;
  text-transform: uppercase
}

.article-copy,.article-copy p {
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: 15px;
  line-height: 2
}

.article-copy b,.article-copy strong {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-weight: 800
}

body.type-post .article-copy,body.type-post .article-copy p {
  font-size: 18px;
  line-height: 1.66
}

.article-copy a {
  color: #0a0b09;
  color: var(--c-gray-900);
  text-decoration: underline
}

.article-copy a:focus,.article-copy a:hover {
  color: #434445;
  color: var(--c-gray-600)
}

.article-copy {
  margin-bottom: 30px
}

.article-copy p:last-child {
  margin-bottom: 30px!important
}

.article-related-tags {
  padding: 60px 0 40px 0
}

.article-related-tags span {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-weight: 700;
  font-size: .875em;
  display: inline-block;
  padding: 10px 0
}

.article-related-tags ul {
  margin: 0 0 0 10px;
  display: inline-block
}

.article-related-tags ul li {
  display: inline-block;
  paddding: 10px 0
}

.article-related-tags ul li a {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #4d4d4d;
  color: #fff;
  border-radius: 1pc;
  margin-right: 10px;
  padding: 6px 14px 7px 15px;
  cursor: pointer;
  font-size: .75em;
  line-height: 1em
}

.article-related-tags ul li a:hover {
  background-color: #676767
}

.article-share-item-twitter svg {
  height: 17px;
  margin-top: 9px
}

.article-share-item-facebook svg,.article-share-item-more svg {
  height: 20px;
  margin-top: 7px
}

.article-share-item path {
  fill: #fff
}

.article-share-item-facebook {
  background-color: #405595
}

.article-share-item-twitter {
  background-color: #35aaec
}

.article-share-item-more {
  background-color: #424242
}

.article-share-item-title {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 14px;
  line-height: 2.5;
  margin-right: 8px;
  display: none
}

@media (min-width: 1025px) {
  .article-share-item-title {
    display:inline-block
  }
}

.article-share-item-facebook:hover {
  background-color: #536bb5
}

.article-share-item-twitter:hover {
  background-color: #64bef0
}

.article-share-item-more:hover {
  background-color: #5c5c5c
}

.error-404 header {
  margin: 75pt 0 0 0
}

.error-404 header h1 {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 3.4375em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4;
  margin: 0
}

.error-404 .page-content {
  margin: 0
}

.error-404 .page-content p {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4
}

.error-404 .page-content p a {
  color: #0a0b09;
  color: var(--c-gray-900);
  text-decoration: underline
}

.error-404 .page-content form {
  margin-top: 20px
}

@media (max-width: 767px) {
  .error-404 header {
    margin:30px 0 0 0
  }

  .error-404 header h1 {
    font-size: 1.5625em
  }
}

a.event-bar {
  display: inline-block;
  color: #fff;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: .8125em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px 6px 10px;
  margin: 0;
  background-color: #62d965;
  background-color: var(--c-green);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (max-width: 767px) {
  a.event-bar {
    font-size:.6875em
  }
}

a.event-bar:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1)
}

.event-list {
  padding: 20px 0
}

.event-list .event-item {
  padding: 30px 0;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.event-list .event-item .event-left {
  min-width: 70px;
  text-align: center;
  margin-right: 40px
}

.event-list .event-item .event-left .icon {
  border-bottom: 1px solid #4d4d4d
}

.event-list .event-item .event-left .icon img {
  width: 70px;
  margin-bottom: 7px
}

.event-list .event-item .event-left .date {
  padding-top: 7px
}

.event-list .event-item .event-left .date .month {
  text-transform: uppercase
}

.event-list .event-item .event-left .date .day,.event-list .event-item .event-left .date .month {
  display: inline;
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.125em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.2
}

.event-list .event-item .event-right {
  -ms-flex: 0 0 calc(100% - 95px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 95px);
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.event-list .event-item .event-right .event-copy {
  margin-top: -10px
}

.event-list .event-item .event-right .event-copy a h2 {
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.875em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4;
  color: #0a0b09!important;
  color: var(--c-gray-900)!important
}

.event-list .event-item .event-right .event-copy a h2:hover {
  color: inherit!important
}

.event-list .event-item .event-right .event-copy .location {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4
}

.event-list .event-item .event-right .event-copy .location span {
  display: inline-block;
  margin-right: 14px
}

.event-list .event-item .event-right .event-copy .description {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: 1.125em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.66;
  margin: 15px 0 0 0
}

.event-list .event-item .event-right .event-copy .description p {
  margin: 0 0 10px 0
}

.event-list .event-item .event-right .cta {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  padding: 0 0 0 90px;
  text-align: center
}

@media (max-width: 1024px) {
  .event-list .event-item .event-right .cta {
    padding:0 0 0 30px
  }
}

.event-list .event-item .event-right .cta a.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 800;
  width: 230px;
  padding: 1pc;
  text-align: center
}

.event-list .event-item .event-right .cta .see-more {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: .75em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: underline;
  display: inline-block;
  margin: 10px 0 0 0
}

@media (max-width: 1024px) {
  .event-list .event-item .event-right {
    -ms-flex:0 0 calc(100% - 95px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 95px);
    display: block
  }

  .event-list .event-item .event-right .cta {
    padding: 20px 0 0 0
  }
}

@media (max-width: 767px) {
  .event-list .event-item .event-left {
    margin-right:20px
  }

  .event-list .event-item .event-right {
    -ms-flex: 0 0 calc(100% - 95px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% - 95px);
    display: block
  }

  .event-list .event-item .event-right .cta {
    padding: 20px 0 0 0
  }
}

.generic-articles {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-bottom: 5pc!important;
  position: relative;
  z-index: 3
}

@media (max-width: 1024px) {
  .generic-articles {
    padding-top:36px;
    padding-bottom: 36px
  }
}

@media (min-width: 1025px) {
  .generic-articles {
    padding-top:3pc;
    padding-bottom: 3pc
  }
}

@media (min-width: 768px) {
  .generic-articles {
    min-height:600px
  }
}

.generic-article {
  text-align: center;
  line-height: 1.3em
}

.template-about .generic-articles {
  padding-top: 46px
}

.template-about .generic-article-container {
  max-width: 825pt;
  padding: 0 25px
}

.template-about .generic-article-container .text-h1-generic {
  font-size: 39px;
  font-weight: 800;
  line-height: 1.2
}

@media (max-width: 767px) {
  .template-about .generic-article-container .text-h1-generic {
    font-size:28px
  }
}

.template-about .generic-article-container .text-h2-generic {
  font-size: 19px;
  font-weight: 800;
  max-width: 750pt;
  margin: 28px auto 0;
  line-height: 1.6
}

@media (max-width: 767px) {
  .template-about .generic-article-container .text-h2-generic {
    font-size:1pc
  }
}

.template-about .about-body {
  max-width: 60pc
}

.template-about .about-body p {
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: 15px;
  line-height: 2
}

.generic-article-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px
}

.generic-article-container p {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2
}

@media (min-width: 768px) {
  .generic-article-container {
    max-width:790px
  }
}

.text-h1-generic {
  font-size: 28px;
  font-weight: 800
}

@media (min-width: 768px) {
  .text-h1-generic {
    font-size:39px
  }
}

.text-h2-generic {
  font-size: 1pc;
  font-weight: 800;
  margin: 28px auto 0;
  line-height: 1.6
}

@media (min-width: 768px) {
  .text-h2-generic {
    font-size:19px
  }
}

.text-p-generic {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-size: 14px;
  line-height: 1.3em;
  margin: 0
}

@media (min-width: 768px) {
  .text-p-generic {
    font-size:21px;
    line-height: 1.35em
  }
}

.text-bold-generic {
  font-weight: 900
}

.generic-article-list {
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center
}

@media (max-width: 1024px) {
  .generic-article-list {
    padding-top:36px;
    padding-bottom: 36px
  }
}

@media (min-width: 1025px) {
  .generic-article-list {
    padding-top:3pc;
    padding-bottom: 3pc
  }
}

.about-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 50pc;
  position: relative;
  margin: 0 auto;
  padding-bottom: 4px
}

.about-icons .generic-article-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 44%;
  flex: 1 0 44%
}

@media (min-width: 500px) {
  .about-icons .generic-article-list-item {
    -webkit-box-flex:1;
    -ms-flex: 1 0 20%;
    flex: 1 0 20%;
    max-width: 90pt
  }
}

@media (min-width: 767px) {
  .about-icons .generic-article-list-item {
    max-width:140px
  }
}

.generic-article-list-item {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px
}

.generic-article-list-item-title {
  font-size: .9375em;
  font-weight: 800;
  padding-top: 10px;
  padding-bottom: 30px;
  text-transform: uppercase
}

.generic-icon {
  width: 98px;
  height: 98px;
  margin: 0 auto;
  text-align: center
}

.generic-icon img {
  width: 98px;
  height: auto
}

.generic-article-link,.generic-article-link:visited {
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #4d4d4d;
  display: inline-block
}

@media (max-width: 1024px) {
  .generic-article-link,.generic-article-link:visited {
    padding-top:36px;
    padding-bottom: 36px
  }
}

@media (min-width: 1025px) {
  .generic-article-link,.generic-article-link:visited {
    padding-top:3pc;
    padding-bottom: 3pc
  }
}

.generic-article-link:active,.generic-article-link:hover {
  color: #3c96e0
}

.page-template-template-landing #videos-articles,.template-landing #videos-articles {
  text-align: center;
  background-color: #fff;
  padding: 44px 0 58px;
  background-image: url(../assets/img/home/videos-articles-pattern.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0
}

.page-template-template-landing #videos-articles h2,.template-landing #videos-articles h2 {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 2.375em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase
}

.home-videos-articles {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding-top: 72px
}

.home-videos-articles .cell {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  padding-right: 2%;
  padding-bottom: 30px
}

@media (max-width: 767px) {
  .page-template-template-landing #videos-articles,.template-landing #videos-articles {
    padding-top:47px
  }

  .page-template-template-landing #videos-articles h2,.template-landing #videos-articles h2 {
    font-size: 1.25em
  }

  .home-videos-articles {
    padding-top: 23px
  }

  .home-videos-articles .cell {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    padding-right: 2%;
    padding-bottom: 30px
  }
}

@media (max-width: 550px) {
  .home-videos-articles .cell {
    -ms-flex:0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    padding-right: 0;
    padding-bottom: 30px
  }
}

.template-speaker-form #main-header,.template-speaker-form #mobile-nav {
  display: none
}

.template-speaker-form #container {
  padding-top: 5px
}

.template-speaker-form .speaker-pattern {
  position: fixed;
  display: none
}

@media (min-width: 1025px) {
  .template-speaker-form .speaker-pattern {
    display:block
  }
}

.template-speaker-form .speaker-pattern-top {
  top: 0;
  right: 0
}

.template-speaker-form .speaker-pattern-bottom {
  bottom: 0;
  left: 0
}

.template-speaker-form .generic-article-container .logo {
  margin: 0 0 15px 0
}

.template-speaker-form .generic-article-container .logo svg {
  width: 5pc;
  height: 5pc
}

.template-speaker-form .generic-article-container .logo svg path {
  fill: #45b148
}

.template-speaker-form .generic-article-container {
  max-width: 860px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px
}

.template-speaker-form #ugc-media-form {
  max-width: 8in;
  position: relative;
  margin: 0 auto
}

.template-speaker-form .generic-article-container h1 {
  font-size: 2.6875em;
  line-height: 1.2
}

.template-speaker-form .ugc-inner-wrapper br,.template-speaker-form .ugc-inner-wrapper h2,.template-speaker-form .ugc-inner-wrapper label {
  display: none
}

.template-speaker-form .ugc-inner-wrapper label.error {
  color: red;
  text-align: left;
  font-weight: 400;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  display: inline-block;
  padding: 6px 0 8px 20px;
  font-size: .875em
}

.template-speaker-form .ugc-inner-wrapper .row:after,.template-speaker-form .ugc-inner-wrapper .row:before {
  content: "";
  display: table
}

.template-speaker-form .ugc-inner-wrapper .row:after {
  clear: both
}

.template-speaker-form .ugc-inner-wrapper .row .col-50 {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.template-speaker-form .ugc-inner-wrapper .row .col-50:first-child {
  padding-right: 5px
}

.template-speaker-form .ugc-inner-wrapper .row .col-50:last-child {
  padding-left: 5px
}

@media (max-width: 767px) {
  .template-speaker-form .ugc-inner-wrapper .row .col-50 {
    width:100%;
    float: none
  }

  .template-speaker-form .ugc-inner-wrapper .row .col-50:first-child {
    padding-right: 0
  }

  .template-speaker-form .ugc-inner-wrapper .row .col-50:last-child {
    padding-left: 0
  }
}

.template-speaker-form .ugc-inner-wrapper input[type=text],.template-speaker-form .ugc-inner-wrapper textarea {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #4d4d4d;
  font-size: .875em;
  padding: 1pc 20px;
  background-color: #ebebeb;
  text-align: left;
  outline: none;
  border: 2px solid rgba(77,77,77,0)
}

.template-speaker-form .ugc-inner-wrapper input[type=text]:focus,.template-speaker-form .ugc-inner-wrapper textarea:focus {
  border: 2px solid #4d4d4d
}

.template-speaker-form .ugc-inner-wrapper textarea {
  height: 220px
}

.template-speaker-form .ugc-inner-wrapper .row-word-count {
  text-align: right;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  color: #4d4d4d;
  font-size: .875em
}

.template-speaker-form .ugc-inner-wrapper .ugc-input-wrapper {
  text-align: left
}

.template-speaker-form .ugc-inner-wrapper ::-webkit-input-placeholder {
  color: #4d4d4d
}

.template-speaker-form .ugc-inner-wrapper ::-moz-placeholder {
  color: #4d4d4d
}

.template-speaker-form .ugc-inner-wrapper :-ms-input-placeholder {
  color: #4d4d4d
}

.template-speaker-form .ugc-inner-wrapper :-moz-placeholder {
  color: #4d4d4d
}

.template-speaker-form .checkbox-row,.template-speaker-form .upload-row {
  margin: 15px 0 0 0
}

.template-speaker-form .checkbox-row p,.template-speaker-form .upload-row p {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  color: #4d4d4d;
  font-size: .875em;
  text-align: left
}

.template-speaker-form .upload-container {
  position: relative;
  text-align: left
}

.template-speaker-form #ug_photo {
  display: none
}

.template-speaker-form #browse {
  background-color: #4d4d4d;
  color: #fff;
  text-align: left;
  padding: 20px;
  width: 232px;
  cursor: pointer
}

.template-speaker-form #browse,.template-speaker-form #browse-text {
  display: inline-block;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-size: .875em
}

.template-speaker-form #browse-text {
  margin-left: 20px
}

.template-speaker-form .checkbox-wrapper>label {
  display: block;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  color: #4d4d4d;
  font-size: .875em;
  padding-left: 22px
}

.template-speaker-form .checkbox-wrapper .checkbox-option-wrapper label {
  padding-left: 0!important
}

.template-speaker-form .checkbox-wrapper input {
  float: none;
  position: relative;
  top: -19px
}

.template-speaker-form input[type=submit] {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  letter-spacing: .02em;
  font-size: .875em;
  text-transform: uppercase;
  padding: 1pc 2pc;
  background: #929292;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out
}

.template-speaker-form input[type=submit].active {
  background-color: #45b148
}

.template-speaker-form #thanks {
  display: none
}

.cookie-banner {
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  display: none;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 2rem;
  background-color: #5990ff
}

.cookie-banner .content,.cookie-banner.show {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
}

.cookie-banner .content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  font-size: 1rem;
  line-height: 1.3
}

.cookie-banner .content a {
  border-bottom: 1px solid hsla(0,0%,100%,.4);
  color: #fff
}

.cookie-banner .icon-container {
  width: 4rem;
  fill: #fff
}

.cookie-banner .icon-container,.cookie-banner .icon-container svg {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center
}

.cookie-banner .icon-container svg {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: 0 .5rem;
  margin-right: .5rem
}

.template-contact .generic-article {
  padding: 0 20px
}

.videos-articles-list .video-article-thumb {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 750pt;
  margin-bottom: 50px
}

.videos-articles-list .video-article-thumb:first-child {
  margin-top: 50px
}

.videos-articles-list .video-article-thumb .image {
  width: 40%;
  margin: 0 45px 0 0
}

.videos-articles-list .video-article-thumb .copy {
  padding-top: 0;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1
}

.videos-articles-list .video-article-thumb .copy .event-bar {
  margin-top: 0
}

.videos-articles-list .video-article-thumb .copy h3 {
  margin-bottom: 10px
}

.videos-articles-list .video-article-thumb .copy .excerpt {
  font-size: .9375em
}

@media (max-width: 767px) {
  .videos-articles-list .video-article-thumb {
    margin-bottom:30px
  }

  .videos-articles-list .video-article-thumb:first-child {
    margin-top: 30px
  }

  .videos-articles-list .video-article-thumb .image {
    width: 5pc;
    margin: 0 20px 0 0
  }

  .videos-articles-list .video-article-thumb .image .thumbnail-image:after {
    padding-top: 100%
  }
}

.featured_video_articles {
  padding: 50px 0;
  background-color: #212121;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.featured_video_articles h3 {
  color: #fff;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.875em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative
}

.featured_video_articles .featured_video_articles_flex {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding-top: 30px!important;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between
}

.featured_video_articles .featured_video_articles_flex .video-article-thumb {
  -ms-flex: 0 0 32%;
  -webkit-box-flex: 0;
  flex: 0 0 32%;
  padding-right: 0;
  padding-bottom: 30px
}

.featured_video_articles .featured_video_articles_flex .video-article-thumb h3 {
  text-transform: none;
  color: #fff;
  line-height: 1.1
}

.featured_video_articles .featured_video_articles_flex .video-article-thumb .excerpt {
  display: none
}

.featured_video_articles .featured_video_articles_flex .video-article-thumb .tags {
  margin-top: 15px
}

.featured_video_articles .featured_video_articles_flex .video-article-thumb .tags li a {
  color: #fff
}

@media (max-width: 767px) {
  .featured_video_articles .featured_video_articles_flex .video-article-thumb {
    -ms-flex:0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%
  }

  .featured_video_articles h3 {
    font-size: 1.125em
  }
}

.related-list-container {
  clear: both;
  padding: 20px 0 50px 0;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.related-list-container header {
  padding: 20px 0 6px 0;
  border-bottom: 1px solid #b7b7b7
}

.related-list-container header h3 {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.625em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.3;
  position: relative
}

.related-list-container .related-list {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding-top: 30px!important;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start
}

@media (max-width: 767px) {
  .related-list-container .related-list {
    -ms-flex-pack:justify;
    -webkit-box-pack: justify;
    justify-content: space-between
  }
}

.related-list-container .related-list .video-article-thumb {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  border-right: 26px solid transparent;
  padding-bottom: 30px
}

@media (max-width: 767px) {
  .related-list-container .related-list .video-article-thumb {
    border-right:none
  }
}

.related-list-container .related-list .video-article-thumb h3 {
  text-transform: none;
  margin-top: 10px;
  font-size: 1.2em;
  color: #0a0b09;
  color: var(--c-gray-900);
  line-height: 1.2
}

.related-list-container .related-list .video-article-thumb .event-bar,.related-list-container .related-list .video-article-thumb .excerpt,.related-list-container .related-list .video-article-thumb .tags {
  display: none
}

@media (max-width: 767px) {
  .related-list-container .related-list .video-article-thumb {
    -ms-flex:0 0 48%;
    -webkit-box-flex: 0;
    flex: 0 0 48%
  }

  .related-list-container header h3 {
    font-size: 1.125em
  }
}

.video-article-thumb {
  text-align: left
}

.video-article-thumb a.event-bar {
  margin: 9pt 0
}

.video-article-thumb h3 {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.5em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 0 0
}

.video-article-thumb h3:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

.video-article-thumb .excerpt {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.2;
  margin: 9pt 0 20px 0
}

.video-article-thumb ul.tags {
  margin: 0;
  padding: 0
}

.video-article-thumb ul.tags li {
  display: inline-block;
  margin: 0 9pt 0 0
}

.video-article-thumb ul.tags li a {
  color: #767676;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: .6875em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.video-article-thumb ul.tags li a:hover {
  -webkit-filter: brightness(1.4);
  filter: brightness(1.4)
}

@media (max-width: 767px) {
  .video-article-thumb a.event-bar {
    margin:10px 0 10px 0
  }

  .video-article-thumb h3 {
    color: #0a0b09;
    color: var(--c-gray-900);
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-titles);
    font-size: 1.125em;
    letter-spacing: 0;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 0 0
  }

  .video-article-thumb .excerpt {
    color: #4d4d4d;
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-sans-serif);
    font-size: .75em;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 10px 0
  }

  .video-article-thumb .excerpt p {
    margin: 5px 0
  }

  .video-article-thumb ul.tags {
    margin: 0;
    padding: 0
  }

  .video-article-thumb ul.tags li {
    display: inline-block;
    margin: 0 9pt 0 0
  }

  .video-article-thumb ul.tags li a {
    color: #767676;
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-titles);
    font-size: .6875em;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .video-article-thumb ul.tags li a:hover {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4)
  }
}

.agenda {
  clear: both;
  overflow: auto
}

#agenda {
  padding-top: 40px
}

.event-read-cta {
  display: block;
  color: #6b6b6b;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: .875em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0;
  text-transform: uppercase;
  position: relative;
  text-decoration: none!important
}

.event-read-cta span.more-arrow-down {
  top: 10px;
  border-top: 6px solid #68dc68
}

.event-read-cta span.more-arrow-down,.event-read-cta span.more-arrow-up {
  position: relative;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent
}

.event-read-cta span.more-arrow-up {
  bottom: 10px;
  border-bottom: 6px solid #68dc68
}

.event-read-less {
  display: none
}

.event-excerpt {
  display: block
}

.event-excerpt p.mobile {
  display: none
}

.event-excerpt p.desktop {
  display: block
}

@media (max-width: 767px) {
  .event-excerpt {
    padding-top:40px!important
  }

  .event-excerpt p.mobile {
    display: block
  }

  .event-excerpt p.desktop {
    display: none
  }
}

.event-full {
  margin-bottom: 20px!important;
  padding-top: 15px!important
}

.event-full .event-copy-container {
  position: relative
}

.event-full .event-copy {
  -webkit-transition: height .15s ease-in-out!important;
  transition: height .15s ease-in-out!important;
  height: 5pc;
  overflow: hidden
}

@media (max-width: 767px) {
  .event-full .event-copy {
    height:90pt
  }
}

.event-full .event-copy p {
  margin-bottom: 0!important
}

.event-full .event-copy-gradient {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
  background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(0, 255, 255)",endColorstr="#ffffff",GradientType=0)
}

.event-full p:first-child {
  margin-top: 0!important
}

@media (max-width: 767px) {
  .event-full {
    padding-top:0!important
  }

  .event-full p:first-child {
    margin-top: 15px!important
  }
}

.event-full.show-all .event-copy {
  -webkit-transition: height .35s ease-in-out;
  transition: height .35s ease-in-out;
  height: auto
}

.event-full.show-all .event-read-more {
  display: none
}

.event-full.show-all .event-read-less {
  display: block
}

.event-full.show-all .event-copy-gradient {
  display: none
}

.agenda-legend:after,.agenda-legend:before {
  content: "";
  display: table
}

.agenda-legend:after {
  clear: both
}

.agenda-legend .title {
  font-weight: 800;
  line-height: 1.6;
  float: left
}

.agenda-key-icons {
  position: relative;
  top: 6px
}

.agenda-key-icons .print-icon {
  width: 37px;
  height: 28px
}

.agenda-key-icons .info-icon {
  width: 26px;
  height: 26px;
  margin: 0 1pc 0 0
}

.agenda-key-icons .info-icon,.agenda-key-icons .print-icon {
  float: right;
  display: block;
  cursor: pointer
}

.agenda-key-icons .info-icon path,.agenda-key-icons .print-icon path {
  fill: grey
}

.agenda-key-icons .info-icon:hover path,.agenda-key-icons .print-icon:hover path {
  fill: #4d4d4d
}

.agenda-date,.agenda-legend,.agenda-title,.event-hours,.event-title {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles)
}

.agenda-item {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #9c9c9c;
  float: left;
  width: 100%
}

@media (max-width: 1024px) {
  .agenda-item {
    padding-top:9px;
    padding-bottom: 9px
  }
}

@media (min-width: 1025px) {
  .agenda-item {
    padding-top:9pt;
    padding-bottom: 9pt
  }
}

.agenda-item:last-child {
  border-bottom: 1px solid #9d9d9d
}

@media (min-width: 1025px) {
  .agenda-item {
    padding-top:9pt;
    padding-bottom: 9pt;
    font-size: 18px
  }
}

@media (min-width: 1025px) and (max-width:1024px) {
  .agenda-item {
    padding-top:18px;
    padding-bottom: 18px
  }
}

@media (min-width: 1025px) and (min-width:1025px) {
  .agenda-item {
    padding-top:24px;
    padding-bottom: 24px
  }
}

.agenda-legend {
  padding: 0;
  width: auto;
  display: inline-block;
  font-size: 25px;
  float: left
}

@media (min-width: 1025px) {
  .agenda-legend {
    font-size:26px
  }
}

.agenda-key {
  position: relative;
  left: 0;
  top: auto
}

.fixed .agenda-key {
  position: fixed
}

@media (max-width: 1024px) {
  .agenda-key {
    padding:0
  }
}

.agenda-key .agenda-key-wrapper {
  max-width: 1070px;
  position: relative;
  margin: 0 auto
}

@media (max-width: 1024px) {
  .agenda-key {
    margin:0;
    padding-bottom: 0
  }
}

@media (max-width: 767px) {
  .agenda-key {
    margin:0;
    padding-bottom: 0;
    border-bottom: none
  }

  .agenda-key .agenda-key-wrapper {
    border-bottom: 1px solid #b7b7b7
  }
}

@media (max-width: 767px) {
  body.fixed-no-header .agenda-key {
    top:0!important
  }
}

.agenda-key {
  z-index: 980;
  background-color: #fff;
  text-align: left;
  float: left;
  width: 100%
}

.agenda-key:after,.agenda-key:before {
  content: "";
  display: table
}

.agenda-key:after {
  clear: both
}

@media (max-width: 1024px) {
  .agenda-key {
    text-align:left;
    margin: 20px 0;
    padding-bottom: 0
  }

  .fixed .agenda-key {
    padding: 0 20px;
    margin: 0
  }
}

.agenda-key .agenda-key-wrapper {
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  padding: 7px 0 8px 0;
  height: 54px
}

@media (max-width: 767px) {
  .agenda-key .agenda-key-wrapper {
    height:auto;
    min-height: 54px
  }
}

.agenda-key .agenda-key-inner {
  float: right;
  position: relative;
  top: 7px
}

@media (max-width: 767px) {
  .agenda-key .agenda-key-inner {
    float:none;
    top: 10px;
    margin-bottom: 10px
  }
}

.agenda-key .agenda-key-icons {
  float: right;
  margin-left: 40px
}

.agenda-key .agenda-key-title {
  text-transform: uppercase;
  font-size: .8125em;
  display: inline-block
}

@media (max-width: 767px) {
  .agenda-key .agenda-key-title {
    margin-right:15px
  }
}

.agenda-key ul.key {
  display: inline-block
}

.agenda-key ul.key li.key-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 17px
}

@media (max-width: 767px) {
  .agenda-key ul.key li.key-item {
    margin:0 17px 0 0
  }
}

.agenda-key ul.key li.key-item .key-color {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: relative;
  top: 2px
}

.agenda-key ul.key li.key-item .key-text {
  font-size: .8125em;
  display: inline-block;
  margin: 0 0 0 5px
}

.agenda-key ul.key li:hover .key-text {
  opacity: .6
}

.agenda-key ul.key li.inactive .key-color {
  background-color: #fff!important
}

.agenda-track {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 10px
}

.agenda-title {
  padding-top: 2.4px;
  padding-bottom: 0;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px
}

@media (max-width: 1024px) {
  .agenda-title {
    padding-top:3.6px;
    padding-bottom: 0
  }
}

@media (min-width: 1025px) {
  .agenda-title {
    padding-top:.3pc;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 18px
  }
}

@media (min-width: 1025px) and (max-width:1024px) {
  .agenda-title {
    padding-top:0;
    padding-bottom: 0
  }
}

@media (min-width: 1025px) and (min-width:1025px) {
  .agenda-title {
    padding-top:0;
    padding-bottom: 0
  }
}

.agenda-date {
  display: block;
  width: 100%;
  font-size: 1pc;
  font-weight: 800;
  line-height: 24px
}

@media (min-width: 1025px) {
  .agenda-date {
    font-size:18px
  }
}

.agenda-copy,.agenda-copy p {
  margin-top: 15px;
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  line-height: 2;
  font-size: 15px
}

.agenda-copy p:last-child {
  margin-bottom: 0
}

.agenda-date-col {
  width: 100%;
  float: left
}

@media (min-width: 1025px) {
  .agenda-date-col {
    width:18%
  }
}

.agenda-content-col {
  width: 100%;
  float: left
}

@media (min-width: 1025px) {
  .agenda-content-col {
    width:82%
  }
}

.agenda .speakers {
  padding-top: 9pt;
  padding-bottom: 0
}

@media (max-width: 1024px) {
  .agenda .speakers {
    padding-top:18px;
    padding-bottom: 0
  }
}

@media (min-width: 1025px) {
  .agenda .speakers {
    padding-top:24px;
    padding-bottom: 0
  }
}

.button-attend-event {
  float: right
}

.title-container {
  padding-top: 0!important
}

.event-titles {
  width: 100%;
  float: left
}

.event-titles .article-title {
  padding: 0
}

.event-titles .article-subtitle span {
  display: inline-block;
  margin-right: 10px
}

@media (min-width: 1025px) {
  .event-titles {
    width:75%
  }
}

.event-actions {
  float: left;
  text-align: right
}

@media (min-width: 1025px) {
  .event-actions {
    width:25%
  }
}

.event-share-items-container .article-share-items {
  float: right
}

@media (max-width: 1024px) {
  .article-header .event-share-items-container {
    display:none
  }
}

.event-mobile-item {
  display: block
}

@media (min-width: 1025px) {
  .event-mobile-item {
    display:none
  }
}

.event-desktop-item {
  display: none
}

@media (min-width: 1025px) {
  .event-desktop-item {
    display:block
  }
}

.article-date-aside {
  width: 70px;
  overflow: hidden;
  float: left;
  margin-right: 35px;
  text-align: center
}

.article-date-aside .icon {
  border-bottom: 1px solid #4d4d4d
}

.article-date-aside .icon img {
  width: 70px;
  margin-bottom: 7px
}

.article-date-aside .date {
  padding-top: 7px
}

.article-date-aside .date .month {
  text-transform: uppercase
}

.article-date-aside .date .day,.article-date-aside .date .month {
  display: inline;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.125em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.2
}

.article-content {
  width: calc(100% - 95px);
  overflow: hidden;
  float: left
}

.article-row-dotted-mobile {
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 10px 0;
  border-top: 1px dotted #9c9c9c;
  border-bottom: 1px dotted #9c9c9c
}

@media (max-width: 1024px) {
  .article-row-dotted-mobile {
    padding-top:9px;
    padding-bottom: 9px
  }
}

@media (min-width: 1025px) {
  .article-row-dotted-mobile {
    padding-top:9pt;
    padding-bottom: 9pt;
    border-bottom: 0
  }
}

.event-tag-icon,.event-tag-list {
  display: inline-block;
  vertical-align: middle
}

.event-tag-icon svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: 3px
}

.event-tag,.event-tag-list {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.event-tag-list {
  padding-left: 5px
}

@media (max-width: 1024px) {
  .event-tag-list {
    width:calc(100% - 70px)
  }
}

.event-tag-list .tags li {
  display: inline-block;
  margin: 0 5px
}

.event-tag-list .tags li a {
  color: #555;
  font-size: .875em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4
}

.event-tag,.event-tag-list .tags li a {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles)
}

.event-tag {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 3px
}

.event-tags {
  float: left
}

@media (max-width: 767px) {
  .event-tags {
    margin-bottom:10px
  }
}

@media print {
  .type-event #main-header,.type-event #mobile-nav {
    display: none
  }

  .type-event #container {
    padding: 0
  }

  .type-event #container #mailing-list,.type-event #container .article-copy,.type-event #container .article-date-aside,.type-event #container .article-row-dotted-mobile,.type-event #container .event-actions,.type-event #container .event-share-items-container,.type-event #container .event-tags,.type-event #container .featured_video_articles,.type-event #container .info-icon,.type-event #container .print-icon,.type-event #container .square-pattern,.type-event #site-footer {
    display: none
  }
}

.calendar {
  position: relative;
  display: none
}

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

.calendar-header {
  padding-top: 23px;
  padding-bottom: 20px;
  text-align: center
}

@media (max-width: 1024px) {
  .calendar-header {
    padding-top:33px;
    padding-bottom: 30px
  }
}

@media (min-width: 1025px) {
  .calendar-header {
    padding-top:63px;
    padding-bottom: 60px
  }
}

.calendar-month {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-size: 20px;
  font-weight: 800;
  line-height: 1em;
  width: 150px
}

@media (min-width: 1025px) {
  .calendar-month {
    width:300px;
    font-size: 30px
  }
}

.calendar-header-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0
}

@media (min-width: 1025px) {
  .calendar-header-item {
    margin:0 10px
  }
}

@media (min-width: 1025px) {
  .calendar-dates {
    border-left:1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8
  }
}

.calendar-date {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  padding: 5px;
  float: left;
  width: 14.28571429%;
  text-align: right;
  position: relative;
  border: .5px solid #e8e8e8
}

@media (min-width: 1025px) {
  .calendar-date {
    border-right:1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
  }
}

.calendar-date-header {
  font-weight: 800;
  position: absolute;
  text-align: center;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 10px)
}

@media (min-width: 1025px) {
  .calendar-date-header {
    top:5px;
    right: 8px;
    width: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.calendar-date-day {
  font-size: 9pt;
  text-transform: uppercase;
  display: none
}

.calendar-date.has-multiple-events .calendar-date-day {
  color: #000
}

@media (min-width: 1025px) {
  .calendar-date-day {
    display:inline
  }
}

.calendar-date-number {
  font-size: 18px;
  line-height: 1em
}

.calendar-date.has-multiple-events .calendar-date-number {
  color: #000
}

@media (min-width: 1025px) {
  .calendar-date-number {
    font-size:20px
  }
}

.calendar-date-spacer {
  width: 100%
}

.calendar-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  outline: none
}

.calendar-button path {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  fill: #7b7b7b
}

.calendar-button svg {
  width: 11px;
  height: 20px
}

.calendar-events-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.calendar-event-link {
  display: block;
  width: 100%;
  cursor: pointer
}

.calendar-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto
}

@media (min-width: 1025px) {
  .calendar-events {
    padding-top:55px
  }
}

.calendar-event {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 5px;
  text-align: center;
  width: 100%
}

.calendar-event:nth-child(3),.calendar-event:nth-child(4),.calendar-event:nth-child(5),.calendar-event:nth-child(6),.calendar-event:nth-child(7) {
  display: none
}

.calendar-event-title {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #344a71;
  position: relative;
  top: 50%;
  width: 90%;
  margin: 0 auto;
  display: none;
  font-size: 18px;
  font-weight: 800;
  text-align: center
}

@media (min-width: 1025px) {
  .calendar-event-title {
    display:block
  }
}

.calendar-event-close-button {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 20px;
  cursor: pointer
}

.calendar-event-details {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  position: absolute;
  width: 100%;
  top: 2px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #9d9d9d;
  z-index: 100;
  text-align: left;
  visibility: hidden;
  opacity: 0
}

@media (min-width: 1025px) {
  .calendar-event-details {
    height:20pc;
    width: 25pc
  }

  .calendar-date.has-multiple-events .calendar-events .calendar-event:first-child .calendar-event-details {
    border-bottom: 0
  }

  .calendar-date.has-multiple-events .calendar-events .calendar-event:last-child .calendar-event-details {
    border-top: 0;
    top: 20pc
  }

  .calendar-date.has-multiple-events .calendar-events .calendar-event:last-child .calendar-event-details:after,.calendar-date.has-multiple-events .calendar-events .calendar-event:last-child .calendar-event-details:before {
    content: none
  }

  .calendar-date.has-multiple-events .calendar-events .calendar-event:last-child .calendar-event-details .calendar-event-close-button {
    display: none
  }
}

.calendar-event-detail {
  width: 100%
}

.calendar-event-details-title {
  padding-top: 0;
  padding-bottom: .9pt;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 25px;
  font-weight: 800;
  float: left;
  color: #344a71
}

@media (max-width: 1024px) {
  .calendar-event-details-title {
    padding-top:0;
    padding-bottom: 1.8px
  }
}

@media (min-width: 1025px) {
  .calendar-event-details-title {
    padding-top:0;
    padding-bottom: 2.4px;
    font-size: 30px
  }
}

@media (min-width: 1025px) and (max-width:1024px) {
  .calendar-event-details-title {
    padding-top:0;
    padding-bottom: 3.6px
  }
}

@media (min-width: 1025px) and (min-width:1025px) {
  .calendar-event-details-title {
    padding-top:0;
    padding-bottom: .3pc
  }
}

.calendar-event-details-date {
  padding-top: 0;
  padding-bottom: .9pt;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 13px;
  font-weight: 800;
  float: left;
  color: #0a0b09;
  color: var(--c-gray-900)
}

@media (max-width: 1024px) {
  .calendar-event-details-date {
    padding-top:0;
    padding-bottom: 1.8px
  }
}

@media (min-width: 1025px) {
  .calendar-event-details-date {
    padding-top:0;
    padding-bottom: 2.4px;
    font-size: 1pc
  }
}

@media (min-width: 1025px) and (max-width:1024px) {
  .calendar-event-details-date {
    padding-top:0;
    padding-bottom: 3.6px
  }
}

@media (min-width: 1025px) and (min-width:1025px) {
  .calendar-event-details-date {
    padding-top:0;
    padding-bottom: .3pc
  }
}

.calendar-event-details-location {
  padding-top: 0;
  padding-bottom: 2.4px;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 13px;
  font-weight: 800;
  float: left;
  color: #0a0b09;
  color: var(--c-gray-900)
}

@media (max-width: 1024px) {
  .calendar-event-details-location {
    padding-top:0;
    padding-bottom: 3.6px
  }
}

@media (min-width: 1025px) {
  .calendar-event-details-location {
    padding-top:0;
    padding-bottom: .3pc;
    padding-bottom: 2.4px;
    font-size: 1pc
  }
}

@media (min-width: 1025px) and (max-width:1024px) {
  .calendar-event-details-location {
    padding-top:0;
    padding-bottom: 3.6px
  }
}

@media (min-width: 1025px) and (min-width:1025px) {
  .calendar-event-details-location {
    padding-top:0;
    padding-bottom: .3pc
  }
}

.calendar-event-details-copy {
  padding-top: 0;
  padding-bottom: 6px;
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.66;
  float: left;
  color: #0a0b09;
  color: var(--c-gray-900)
}

@media (max-width: 1024px) {
  .calendar-event-details-copy {
    padding-top:0;
    padding-bottom: 9px
  }
}

@media (min-width: 1025px) {
  .calendar-event-details-copy {
    padding-top:0;
    padding-bottom: 9pt;
    font-size: 15px
  }
}

@media (min-width: 1025px) and (max-width:1024px) {
  .calendar-event-details-copy {
    padding-top:0;
    padding-bottom: 18px
  }
}

@media (min-width: 1025px) and (min-width:1025px) {
  .calendar-event-details-copy {
    padding-top:0;
    padding-bottom: 24px
  }
}

.event-container-mobile {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: relative;
  clear: both;
  float: left;
  max-height: 0;
  overflow: hidden
}

@media (min-width: 1025px) {
  .event-container-mobile {
    display:none
  }
}

.event-container-mobile .calendar-event {
  margin-top: 9pt;
  margin-bottom: 6px;
  display: block
}

@media (max-width: 1024px) {
  .event-container-mobile .calendar-event {
    margin-top:18px;
    margin-bottom: 0
  }

  .event-container-mobile .calendar-events .calendar-event:nth-of-type(2) {
    border-top: 0;
    margin-top: 0
  }

  .event-container-mobile .calendar-events .calendar-event:nth-of-type(2) .calendar-event-details {
    border-top: 0;
    top: -2px
  }

  .event-container-mobile .calendar-events .calendar-event:nth-of-type(2) .calendar-event-details .calendar-event-arrow,.event-container-mobile .calendar-events .calendar-event:nth-of-type(2) .calendar-event-details .calendar-event-close-button {
    display: none
  }
}

@media (min-width: 1025px) {
  .event-container-mobile .calendar-event {
    margin-top:24px;
    margin-bottom: 9pt
  }
}

.event-container-mobile .calendar-event-details {
  visibility: visible;
  opacity: 1;
  position: relative;
  top: 0
}

.event-container-mobile .calendar-event-arrow {
  position: relative;
  top: -10px
}

@media (min-width: 1025px) {
  .event-container-mobile .calendar-event-arrow {
    display:none
  }
}

.event-container-mobile .calendar-event-arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  left: -1px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid grey
}

.event-container-mobile .calendar-event-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff
}

.calendar.is-active {
  opacity: 1
}

.calendar-date.is-out-of-range {
  opacity: .5
}

.calendar-date.has-event {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  outline: 4px solid #344a71;
  outline-offset: -4px
}

.calendar-date.has-multiple-events {
  outline: 4px solid #000!important
}

@media (min-width: 1025px) {
  .calendar-event.is-active .calendar-event-details {
    visibility:visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.event-container-mobile.is-lowered {
  max-height: 100%
}

@media (min-width: 1025px) {
  .event-container-mobile.is-lowered {
    max-height:0
  }
}

.calendar-date.has-event.is-active .calendar-event-title {
  color: #fff!important
}

.calendar-date.has-event.is-active .calendar-date-day,.calendar-date.has-event.is-active .calendar-date-number {
  color: #fff
}

.calendar-date.has-event.is-active {
  background-color: #344a71
}

.calendar-date.has-multiple-events.is-active {
  background-color: #000!important
}

@media (min-width: 1025px) {
  .calendar-event-details.is-right {
    -webkit-transform:translateX(10px);
    transform: translateX(10px);
    left: calc(100% + 3px)
  }
}

@media (min-width: 1025px) {
  .calendar-event-details.is-left {
    -webkit-transform:translateX(-10px);
    transform: translateX(-10px);
    right: calc(100% + 3px)
  }
}

.calendar-event-details.is-right:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0
}

@media (min-width: 1025px) {
  .calendar-event-details.is-right:after {
    top:24px;
    left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff
  }
}

.calendar-event-details.is-right:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0
}

@media (min-width: 1025px) {
  .calendar-event-details.is-right:before {
    top:23px;
    left: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid grey
  }
}

.calendar-event-details.is-left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0
}

@media (min-width: 1025px) {
  .calendar-event-details.is-left:after {
    top:24px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff
  }
}

.calendar-event-details.is-left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0
}

@media (min-width: 1025px) {
  .calendar-event-details.is-left:before {
    top:23px;
    right: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid grey
  }
}

.calendar-button:hover path {
  fill: #62d965;
  fill: var(--c-green)
}

.calendar-attend-event-button {
  font-weight: 800
}

.code-of-conduct {
  display: none
}

#code-of-conduct-overlay {
  display: none;
  -webkit-transition: visibility 0s,opacity .5s ease;
  transition: visibility 0s,opacity .5s ease;
  z-index: 1001;
  background-color: rgba(0,0,0,.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#code-of-conduct-overlay.active {
  visibility: visible;
  opacity: 1
}

#code-of-conduct-overlay .close {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
  z-index: 2
}

@media (max-width: 767px) {
  #code-of-conduct-overlay .close {
    width:30px;
    height: 30px;
    top: 10px;
    right: 30px
  }
}

#code-of-conduct-overlay .coc-container {
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  border: none;
  position: absolute;
  width: 100%;
  max-width: 50pc;
  height: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow-y: scroll
}

@media (max-width: 767px) {
  #code-of-conduct-overlay .coc-container {
    width:100%;
    height: 100%
  }
}

#code-of-conduct-overlay .coc-content {
  padding: 20px 0 0 0;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-size: 14px;
  line-height: 1.4em
}

#code-of-conduct-overlay .coc-content b {
  color: #4d4d4d;
  padding: 0
}

@media (min-width: 1025px) {
  #code-of-conduct-overlay .coc-content {
    font-size:15px
  }
}

.flexslider-container {
  margin: 40px 0;
  max-width: 50pc
}

#mailing-list {
  padding-top: 60px!important;
  padding-bottom: 40px!important;
  text-align: center;
  position: relative;
  z-index: 1
}

#mailing-list .logo svg {
  width: 5pc;
  height: 5pc;
  margin-bottom: 24px
}

#mailing-list .logo svg path {
  fill: #0a0b09;
  fill: var(--c-gray-900)
}

#mailing-list h3 {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px
}

#mailing-list form {
  -webkit-transition: height 0s ease-in-out .2s,opacity .2s ease-in-out;
  transition: height 0s ease-in-out .2s,opacity .2s ease-in-out
}

#mailing-list label.email {
  display: none!important
}

#mailing-list input.email {
  color: #4d4d4d;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: .875em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 13px 18px 9pt;
  width: 375px;
  border: 2px solid #62d965;
  border: 2px solid var(--c-green);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 47px
}

#mailing-list .email-form {
  display: inline-block;
  position: relative
}

#mailing-list .contact-submit input[type=submit],.contact-submit button.pushbutton-wide {
  position: absolute;
  color: #fff;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: .875em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.3;
  background-color: #62d965;
  background-color: var(--c-green);
  text-transform: uppercase;
  height: 47px;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  border: 0;
  padding: 0 25px;
  right: 0;
  top: 0
}

#mailing-list .success {
  height: 0;
  opacity: 0
}

#mailing-list .error {
  color: red;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.25em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0
}

#mailing-list.success .success {
  -webkit-transition: height 0s,opacity .5s ease-in-out .2s;
  transition: height 0s,opacity .5s ease-in-out .2s;
  height: auto;
  opacity: 1
}

#mailing-list.success form {
  opacity: 0;
  height: 0
}

#mailing-list.error .error {
  -webkit-transition: height 0s,opacity .5s ease-in-out;
  transition: height 0s,opacity .5s ease-in-out;
  opacity: 1
}

#mailing-list h4 {
  font-size: 1.25em;
  margin-bottom: 5pc
}

@media (max-width: 767px) {
  #mailing-list {
    padding-top:30px!important;
    padding-bottom: 10px!important;
    text-align: center
  }

  #mailing-list .logo svg {
    width: 60px;
    height: 60px;
    margin-bottom: 20px
  }

  #mailing-list .logo svg path {
    fill: #4d4d4d
  }

  #mailing-list h3 {
    font-size: 1.25em;
    margin-bottom: 20px
  }

  #mailing-list .email-form {
    display: block
  }

  #mailing-list input.email {
    color: #4d4d4d;
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-titles);
    font-size: .75em;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.3;
    padding: 13px 18px 9pt;
    width: 90%;
    max-width: 260px;
    border: 2px solid #62d965;
    border: 2px solid var(--c-green)
  }

  #mailing-list .contact-submit {
    margin: 0
  }

  #mailing-list .contact-submit input[type=submit],.contact-submit button.pushbutton-wide {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin: 0
  }
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic
}

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

figure {
  margin: 0
}

#filter-view-toggle-list:hover img:first-child {
  display: inline!important
}

#filter-view-toggle-list:hover img:last-child {
  display: none!important
}

#filter-view-toggle-calendar:hover img:first-child {
  display: inline!important
}

#filter-view-toggle-calendar:hover img:last-child {
  display: none!important
}

.filter {
  width: 100%;
  position: relative;
  float: left;
  z-index: 4;
  height: 70px
}

.filter-container {
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
  max-width: 70pc;
  width: 100%;
  padding: 0 25px
}

.filter-container-tags {
  padding-top: 6px;
  padding-bottom: 6px
}

@media (max-width: 1024px) {
  .filter-container-tags {
    padding-top:9px;
    padding-bottom: 9px
  }
}

@media (min-width: 1025px) {
  .filter-container-tags {
    padding-top:9pt;
    padding-bottom: 9pt
  }
}

.filter-header {
  background-color: #f7f7f7;
  position: relative;
  z-index: 5
}

.filter-header-item {
  display: inline-block;
  vertical-align: top;
  line-height: 33px
}

.filter-items {
  padding-top: 9pt;
  padding-bottom: 9pt;
  background-color: #69dd69;
  position: relative;
  z-index: 2;
  overflow-x: auto
}

@media (max-width: 1024px) {
  .filter-items {
    padding-top:18px;
    padding-bottom: 18px
  }
}

@media (min-width: 1025px) {
  .filter-items {
    padding-top:24px;
    padding-bottom: 24px
  }
}

@media (min-width: 768px) {
  .filter-items {
    overflow:hidden
  }
}

.filter-tags-container {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.filter-item {
  margin-right: 20px;
  cursor: pointer
}

.filter-item,.filter-tag,.filter-tag-active {
  float: left
}

.filter-item-number,.filter-item-title {
  display: inline-block;
  vertical-align: middle
}

.filter-item-title {
  font-weight: 800;
  cursor: pointer;
  position: relative;
  text-transform: uppercase
}

.filter-item-title:after {
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
  content: "";
  position: absolute;
  height: 4px;
  left: 0;
  width: 100%;
  background-color: #0a0b09;
  background-color: var(--c-gray-900);
  bottom: -29px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

.page-template-template-events .filter-item-title:after,.template-events .filter-item-title:after {
  bottom: -25px
}

.filter-item-title.is-selected:after {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.filter-item-number {
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
  color: #fff;
  color: var(--c-white);
  background-color: #0a0b09;
  background-color: var(--c-gray-900);
  border-radius: 100%;
  margin-left: 5px;
  width: 23px;
  height: 23px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.filter-row,.filter-tags {
  width: 100%;
  float: left
}

.filter-tags {
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  z-index: 2;
  clear: both;
  top: 136px;
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
  position: absolute;
  border-bottom: 1px solid #e2e2e2;
  left: 0;
  height: auto;
  overflow: visible;
  z-index: 1;
  max-height: 999em;
  background-color: #fff;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%)
}

@media (min-width: 1025px) {
  .filter-tags {
    top:147px
  }
}

.filter-tag {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #dadada;
  color: #0a0b09;
  color: var(--c-gray-900);
  border-radius: 20px;
  font-weight: 800;
  margin-right: 10px;
  margin-bottom: 9pt;
  padding: 7px 14px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.1
}

.filter-tag-hollow,.filter-tag-no-style {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  position: relative
}

.filter-tag-no-style {
  margin-bottom: 0;
  font-size: 1pc
}

.filter-tags-title {
  padding-top: 0;
  padding-bottom: 6px;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif)
}

@media (max-width: 1024px) {
  .filter-tags-title {
    padding-top:0;
    padding-bottom: 9px
  }
}

@media (min-width: 1025px) {
  .filter-tags-title {
    padding-top:0;
    padding-bottom: 9pt
  }
}

.input-filter {
  display: none;
  z-index: 100;
  position: relative
}

.input-filter-tag-visible {
  display: inline-block;
  vertical-align: middle
}

.filter-dropdown-container {
  position: relative;
  overflow: hidden;
  max-height: 0;
  overflow: visible
}

.filter-dropdown,.filter-dropdown-container {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 100%;
  top: 0;
  left: 0
}

.filter-dropdown {
  z-index: 0;
  -webkit-transform: translateY(-75pt);
  transform: translateY(-75pt)
}

.filter-me {
  display: block
}

.filter-tags-active {
  max-width: 80%;
  display: none;
  display: inline-block
}

.filter-actions {
  float: right
}

.filter-actions,.filter-clear {
  margin-right: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  position: relative
}

.filter-clear {
  float: left;
  text-transform: uppercase
}

.filter-clear:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 45px;
  border-bottom: 1px dotted #0a0b09;
  border-bottom: 1px dotted var(--c-gray-900)
}

.filter-caret {
  display: inline;
  float: left;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 56px;
  opacity: 1
}

@media (min-width: 1025px) {
  .filter-caret {
    left:auto;
    right: 0
  }
}

.filter-caret svg {
  fill: #0a0b09;
  fill: var(--c-gray-900);
  width: 8px;
  height: 6px
}

.filter-tag-remove-icon {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #fff;
  background-color: var(--c-white);
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #0a0b09;
  color: var(--c-gray-900);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  position: absolute;
  right: 5px;
  top: 4px;
  text-align: center;
  font-size: 17px;
  line-height: 1.1
}

.filter-view {
  padding-top: 0;
  padding-bottom: 24px;
  display: none;
  clear: both
}

@media (max-width: 1024px) {
  .filter-view {
    padding-top:0;
    padding-bottom: 36px
  }
}

@media (min-width: 1025px) {
  .filter-view {
    padding-top:0;
    padding-bottom: 3pc
  }
}

.filter-view-item {
  cursor: pointer;
  float: left;
  margin-left: 20px;
  margin-top: -5px
}

.filter-view-item-image {
  display: inline-block;
  vertical-align: middle
}

.filter-speakers-input-container {
  position: relative;
  float: left;
  max-width: 25pc;
  width: 50%
}

.filter-speakers-input {
  height: 20px;
  padding: 5px 10px;
  width: 100%
}

.filter-item-number-total {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: -4px;
  margin-left: 20px
}

@media (min-width: 1025px) {
  .filter-item-number-total {
    display:none
  }
}

.filter-view-item-image-active {
  display: none
}

.filter-by-type {
  float: left;
  border-left: 1px solid #5a5a5a;
  padding-left: 3pc
}

.filter-by-type-item {
  float: left
}

.input-filter-label-type {
  float: right;
  margin-top: -4px;
  margin-left: 5px;
  margin-right: 10px
}

.template-videos-articles .filter-view-calendar,.template-videos-articles .filter-view-list {
  display: none
}

#filter-view-list {
  margin-bottom: 10pc!important;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
  padding-top: 22px!important
}

#filter-view-list .see-all {
  text-align: center
}

.page-template-template-events .filter-by-type,.template-events .filter-by-type {
  display: none
}

.filter-row.filter-header {
  padding-top: 9pt;
  padding-bottom: 6px
}

@media (max-width: 1024px) {
  .filter-row.filter-header {
    padding-top:18px;
    padding-bottom: 9px
  }
}

@media (min-width: 1025px) {
  .filter-row.filter-header {
    padding-top:24px;
    padding-bottom: 9pt
  }
}

.filter-caret-up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  top: 14px
}

.filter-tag-toggle {
  font-weight: 800;
  padding-right: 9pt;
  text-transform: uppercase
}

.filter-tag-remove {
  background-color: #0a0b09;
  background-color: var(--c-gray-900);
  font-weight: 800;
  color: #fff;
  color: var(--c-white);
  padding: 6px 30px 6px 14px;
  position: relative;
  display: none
}

@media (min-width: 768px) {
  .filter-tag-remove {
    display:inline-block
  }
}

.filter-view.is-active {
  display: block
}

.filter-container-filter-items {
  margin: 0 auto;
  width: 850px;
  padding-left: 5%
}

@media (min-width: 1025px) {
  .filter-container-filter-items {
    max-width:70pc;
    padding-left: 25px;
    width: auto;
    overflow: visible
  }
}

.input-filter-label-speakers {
  display: none
}

.input-filter-toggle:checked~.filter-dropdown-container .filter-dropdown,.input-filter-toggle:checked~.filter-dropdown-container .filter-dropdown .filter-tags-container,.input-filter-toggle:checked~.filter-dropdown-container .filter-dropdown .filter-tags-container .input-filter-item:checked+.filter-tags {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.input-filter-item:checked+.filter-tags .filter-item-title {
  color: red
}

.input-filter-toggle:checked~.filter-header .filter-caret-down {
  opacity: 0
}

.input-filter-toggle:checked~.filter-header .filter-caret-up {
  opacity: 1
}

.input-filter-tag:checked+.input-filter-label .filter-tag {
  background-color: #0a0b09;
  background-color: var(--c-gray-900);
  color: #fff;
  color: var(--c-white)
}

.filter-tag.is-inactive {
  display: none
}

.filter-item-number.is-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.filter-me.is-inactive {
  display: none
}

.filter-clear.is-hidden {
  opacity: 0;
  visibility: hidden
}

.filter-item-number-total.is-hidden {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.filter-view-item-image-active.is-active,.filter-view-item-image-inactive.is-active {
  display: inline
}

.filter-view-item-image-active.is-active~.filter-view-item-image {
  display: none
}

.filter-view-item-image~.filter-view-item-image-inactive.is-active {
  display: inline
}

@media (min-width: 1025px) {
  .filter.is-fixed {
    position:fixed;
    top: 83px;
    z-index: 100;
    left: 0;
    width: 100%
  }

  .admin-bar .filter.is-fixed {
    top: 115px
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .filter.is-fixed {
    padding-top:129px
  }
}

.no-touch .filter-tag:hover {
  background-color: #e7e7e7
}

.no-touch .filter-tag-hollow:hover {
  background-color: transparent;
  color: #676767
}

.no-touch .filter-tag-hollow:hover .filter-caret svg {
  fill: #676767
}

.no-touch .filter-tag-remove:hover {
  background-color: #676767;
  color: #fff
}

.no-touch .filter-tag-remove:hover .filter-tag-remove-icon {
  color: #000;
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  -webkit-box-shadow: 3px 0 2px rgba(0,0,0,.5);
  box-shadow: 3px 0 2px rgba(0,0,0,.5)
}

.no-touch .filter-tag-no-style:hover {
  background-color: transparent;
  color: #676767
}

.input-filter-tag:checked+.input-filter-label .filter-tag-no-style {
  background-color: transparent
}

footer#site-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #212121;
  background-color: var(--c-gray-800);
  min-height: 60px;
  width: 100%
}

footer#site-footer .footer-inner {
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  padding: 0 27px 0 56px
}

footer#site-footer .footer-inner:after,footer#site-footer .footer-inner:before {
  content: "";
  display: table
}

footer#site-footer .footer-inner:after {
  clear: both
}

footer#site-footer .footer-inner .credit {
  color: #616161;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-size: .75em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 10px
}

footer#site-footer .footer-inner .credit a {
  color: #616161;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

footer#site-footer .footer-inner .credit a:hover {
  color: #fff
}

#legal-nav {
  float: left;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0
}

@media (max-width: 1024px) {
  #legal-nav {
    width:70%;
    line-height: 1.5
  }
}

@media (max-width: 767px) {
  #legal-nav {
    width:100%
  }
}

#legal-nav li {
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 2;
  display: inline-block;
  margin-right: 30px
}

#legal-nav li,#legal-nav li a {
  color: #fff;
  color: var(--c-white)
}

#legal-nav li a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

#legal-nav li a:hover {
  color: #bfc1c3;
  color: var(--c-gray-300)
}

@media (max-width: 767px) {
  footer#site-footer {
    position:relative;
    text-align: center
  }

  #legal-nav {
    float: none
  }

  #legal-nav li {
    margin: 5px
  }
}

.social-nav {
  float: right;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0
}

.social-nav li {
  margin-right: 20px;
  display: inline-block
}

.social-nav li a {
  color: #fff;
  color: var(--c-white);
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.social-nav li a svg {
  width: 30px;
  height: 30px
}

.social-nav li a:hover {
  color: #bfc1c3;
  color: var(--c-gray-300);
  opacity: 1
}

@media (max-width: 767px) {
  .social-nav {
    float:none;
    text-align: center;
    padding: 25px 0 0 0
  }
}

#mobile-nav .mobile-nav-inner .social-nav li {
  display: inline-block;
  border: 0
}

#main-header {
  position: fixed;
  width: 100%;
  height: 83px;
  z-index: 1000;
  background-color: #fff;
  top: 0;
  right: 0
}

.admin-bar #main-header {
  top: 2pc
}

@media screen and (max-width: 782px) {
  .admin-bar #main-header {
    top:46px
  }
}

#main-header .nav-container {
  display: block;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0 27px
}

@media (min-width: 1900px) {
  #main-header .nav-container {
    max-width:1850px;
    margin: 0 auto
  }
}

#main-header .nav-container .logo {
  position: relative;
  left: 25px;
  top: 21px
}

#main-header .nav-container .logo:focus svg,#main-header .nav-container .logo:hover svg {
  background-color: #000;
  background-color: var(--c-black)
}

#main-header .nav-container .logo:focus svg g,#main-header .nav-container .logo:hover svg g {
  fill: #fff;
  fill: var(--c-white)
}

#main-header .nav-container .logo svg {
  width: 135px;
  height: 40px
}

#main-header .nav-container .hamburger {
  display: none
}

#main-header .nav-container nav {
  height: 100%;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 183px;
  z-index: 2
}

#main-header .nav-container nav .menu-main-menu-container {
  height: 100%
}

#main-header .nav-container nav ul {
  position: relative;
  height: 100%
}

#main-header .nav-container nav ul li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 18px;
  height: 100%
}

#main-header .nav-container nav ul li.current_page_item a {
  color: #0a0b09;
  color: var(--c-gray-900);
  text-decoration: none
}

#main-header .nav-container nav ul li.current_page_item a:after {
  left: 0;
  background-color: #62d965;
  background-color: var(--c-green);
  width: 100%
}

.type-event #main-header .nav-container nav #menu-main-menu li:first-child a {
  color: #0a0b09;
  color: var(--c-gray-900);
  text-decoration: none
}

.type-event #main-header .nav-container nav #menu-main-menu li:first-child a:after {
  left: 0;
  background-color: #62d965;
  background-color: var(--c-green);
  width: 100%
}

.type-video #main-header .nav-container nav #menu-main-menu li:nth-child(2) a {
  color: #0a0b09;
  color: var(--c-gray-900);
  text-decoration: none
}

.type-video #main-header .nav-container nav #menu-main-menu li:nth-child(2) a:after {
  left: 0;
  background-color: #62d965;
  background-color: var(--c-green);
  width: 100%
}

.type-post #main-header .nav-container nav #menu-main-menu li:nth-child(2) a {
  color: #0a0b09;
  color: var(--c-gray-900);
  text-decoration: none
}

.type-post #main-header .nav-container nav #menu-main-menu li:nth-child(2) a:after {
  left: 0;
  background-color: #62d965;
  background-color: var(--c-green);
  width: 100%
}

#main-header .nav-container nav ul li a {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.0625em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: block;
  padding: 2pc 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative
}

#main-header .nav-container nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 0;
  background-color: #62d965;
  background-color: var(--c-green);
  left: 0;
  bottom: 22px;
  left: 50%;
  -webkit-transition: all .5s cubic-bezier(.215,.61,.355,1);
  transition: all .5s cubic-bezier(.215,.61,.355,1)
}

#main-header .nav-container nav ul li a:hover:after {
  left: 0;
  background-color: #62d965;
  background-color: var(--c-green);
  width: 100%
}

#mobile-nav {
  display: none
}

@media (max-width: 1024px) {
  #main-header .nav-container nav ul li {
    margin:0 10px
  }

  #main-header .nav-container nav ul li a {
    font-size: 1pc;
    padding: 2pc 0 0 0
  }
}

@media (max-width: 767px) {
  #main-header {
    background-color:#f8f8f8;
    height: 4pc;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1)
  }

  #main-header .nav-container {
    text-align: center
  }

  #main-header .nav-container .logo {
    display: none
  }

  #main-header .nav-container .logo.mobile {
    display: inline-block;
    left: 0;
    top: 17px
  }

  #main-header .nav-container .logo.mobile svg {
    width: 94px;
    height: 30px;
    position: relative;
    margin: 0 auto
  }

  #main-header .nav-container .hamburger {
    display: block;
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 4pc;
    height: 4pc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 20px 0 20px
  }

  #main-header .nav-container .hamburger div {
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    background-color: #0a0b09;
    background-color: var(--c-gray-900)
  }

  nav {
    display: none
  }

  #mobile-nav {
    -webkit-transition: background-color .3s cubic-bezier(.215,.61,.355,1) .3s,-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transition: background-color .3s cubic-bezier(.215,.61,.355,1) .3s,-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transition: transform .3s cubic-bezier(.215,.61,.355,1),background-color .3s cubic-bezier(.215,.61,.355,1) .3s;
    transition: transform .3s cubic-bezier(.215,.61,.355,1),background-color .3s cubic-bezier(.215,.61,.355,1) .3s,-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    background-color: rgba(90,90,90,0);
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1200
  }

  #mobile-nav .mobile-nav-inner {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    left: 0;
    width: calc(100% - 4pc);
    height: 100%;
    min-height: 300px;
    background-color: #fff
  }

  .admin-bar #mobile-nav .mobile-nav-inner {
    top: 46px;
    height: calc(100% - 46px)
  }

  #mobile-nav .mobile-nav-inner .mobile-scroll {
    background: #fff;
    padding: 20px
  }

  #mobile-nav .mobile-nav-inner .logo {
    border-bottom: 2px solid #4d4d4d;
    padding-bottom: 8px;
    display: block
  }

  #mobile-nav .mobile-nav-inner .logo svg {
    width: 94px;
    height: 30px;
    position: relative;
    top: -2px
  }

  #mobile-nav .mobile-nav-inner .close-button {
    position: absolute;
    right: 20px;
    top: 22px
  }

  #mobile-nav .mobile-nav-inner ul {
    position: relative
  }

  #mobile-nav .mobile-nav-inner ul li {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #c1c1c1
  }

  #mobile-nav .mobile-nav-inner ul li a {
    color: #0a0b09;
    color: var(--c-gray-900);
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-titles);
    font-size: .9375em;
    letter-spacing: -.01em;
    font-weight: 800;
    line-height: 1.4;
    display: block;
    padding: 19px 0 19px
  }

  #mobile-nav .mobile-nav-inner footer {
    display: block;
    background-color: transparent;
    position: absolute;
    height: 40px;
    bottom: 0;
    width: 100%
  }

  #outer {
    -webkit-transition: all .3s cubic-bezier(.215,.61,.355,1);
    transition: all .3s cubic-bezier(.215,.61,.355,1);
    left: 0
  }

  .mobile-nav-open #mobile-nav {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(90,90,90,.5)
  }

  .mobile-nav-open #main-header {
    left: calc(100% - 4pc)
  }

  #outer.mobile-nav-open {
    left: 0
  }
}

#main-header #registration-cta {
  position: absolute;
  top: 1pc;
  right: 70px;
  z-index: 2
}

#main-header #registration-cta .label {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-top: 3px;
  margin-right: 15px
}

#main-header #registration-cta .label:focus p,#main-header #registration-cta .label:hover p {
  color: #434445;
  color: var(--c-gray-600)
}

#main-header #registration-cta .label p {
  margin: 0;
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase
}

#main-header #registration-cta .registration-button {
  display: inline-block;
  vertical-align: middle
}

#main-header #registration-cta a.button {
  border-color: #62d965!important;
  border-color: var(--c-green)!important;
  color: #0a0b09!important;
  color: var(--c-gray-900)!important;
  font-size: 9pt;
  position: relative;
  top: 3px;
  padding: 14px 20px 14px;
  -webkit-box-shadow: 0 0 0 3px #0a0b09;
  box-shadow: 0 0 0 3px #0a0b09;
  -webkit-box-shadow: 0 0 0 3px var(--c-gray-900);
  box-shadow: 0 0 0 3px var(--c-gray-900);
  border-width: 1px
}

#main-header #registration-cta a.button:focus,#main-header #registration-cta a.button:hover {
  background-color: #62d965!important;
  background-color: var(--c-green)!important;
  color: #fff!important;
  color: var(--c-white)!important
}

@media (max-width: 1350px) {
  #main-header #registration-cta .label p {
    font-size:14px
  }
}

@media (max-width: 1220px) {
  #main-header #registration-cta a.button {
    display:none
  }

  #main-header #registration-cta {
    top: 23px
  }

  #main-header #registration-cta .label {
    margin-right: 0
  }

  #main-header #registration-cta .label p {
    font-size: 14px
  }
}

@media (max-width: 1080px) {
  #main-header #registration-cta .label p {
    font-size:9pt
  }
}

@media (max-width: 960px) {
  #main-header #registration-cta {
    display:none
  }
}

#registration-cta-mobile {
  display: none
}

@media (max-width: 960px) {
  #registration-cta-mobile {
    display:block;
    background-color: #f0f0f0;
    text-align: center;
    padding: 10px 10px 9pt 10px
  }

  #registration-cta-mobile a.label {
    display: block;
    margin: 0 0 7px 0
  }

  #registration-cta-mobile a.label span {
    display: block;
    text-align: center;
    font-weight: 800;
    color: #0a0b09;
    color: var(--c-gray-900);
    text-transform: uppercase
  }

  #registration-cta-mobile a.label span.diamond {
    display: none
  }

  #registration-cta-mobile .diamond {
    position: relative;
    margin: 0 10px 0 11px
  }

  #registration-cta-mobile .diamond:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -3px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #0a0b09;
    background-color: var(--c-gray-900)
  }
}

#registration-overlay {
  display: none;
  -webkit-transition: visibility 0s,opacity .5s ease;
  transition: visibility 0s,opacity .5s ease;
  z-index: 1001;
  background-color: rgba(0,0,0,.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

#registration-overlay.active {
  visibility: visible;
  opacity: 1
}

#registration-overlay .close {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 20px;
  right: 20px;
  z-index: 2
}

@media (max-width: 767px) {
  #registration-overlay .close {
    width:30px;
    height: 30px;
    top: 10px;
    right: 10px
  }
}

#registration-overlay .close path.cls-1 {
  fill: #fff
}

#registration-overlay .close path.cls-1,#registration-overlay .close path.cls-2 {
  fill-rule: evenodd
}

#registration-overlay .close path.cls-2 {
  stroke: #fff;
  stroke-width: 2px;
  fill: none
}

#registration-overlay .iframe-container {
  border: none;
  position: absolute;
  width: 100%;
  max-width: 50pc;
  height: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

#registration-overlay .iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none
}

@media (max-width: 767px) {
  #registration-overlay .iframe-container {
    width:100%;
    height: 100%
  }
}

#main-header .search-button {
  position: absolute;
  top: 30px;
  left: calc(100% - 3pc);
  cursor: pointer;
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
  z-index: 2
}

#main-header .search-button:hover path {
  fill: #68dc68
}

#main-header .search-ui {
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1);
  width: calc(100% - 180px);
  height: 82px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 180px;
  opacity: 0;
  visibility: hidden;
  z-index: 1
}

#main-header .search-ui form .search-field {
  background: transparent;
  border: 0;
  color: #6b6b6b;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.0625em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
  padding: 30px 0 0 0;
  width: calc(100% - 220px);
  position: relative;
  left: 50px
}

#main-header .search-ui .close-button {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 25px
}

#main-header .search-ui .close-button:hover path {
  fill: #68dc68
}

#main-header.search-active .search-button {
  left: 180px;
  z-index: 4
}

#main-header.search-active .search-ui {
  opacity: 1;
  visibility: visible;
  z-index: 3
}

@media (max-width: 767px) {
  #main-header .search-button {
    top:20px;
    left: auto;
    right: 20px
  }

  #main-header .search-ui {
    -webkit-transition: all .2s cubic-bezier(.645,.045,.355,1);
    transition: all .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    height: 85px;
    background: #e5e5e5;
    top: 4pc;
    left: 0;
    text-align: left
  }

  #main-header .search-ui form .search-field {
    font-size: 1.125em;
    left: 20px;
    width: calc(100% - 5pc)
  }

  #main-header .search-ui .close-button {
    top: 30px;
    right: 20px
  }

  #main-header.search-active .search-button {
    left: auto;
    right: 20px
  }
}

.search-results h5 {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-size: .9375em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4;
  margin: 20px 0 50px 0
}

.search-results .search-result {
  width: 100%;
  max-width: 750px;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 0 50px 0
}

.search-results .search-result .thumb {
  width: 175px;
  margin: 0 22px 0 0
}

.search-results .search-result .copy {
  padding-top: 0;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1
}

.search-results .search-result .copy a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}

.search-results .search-result .copy a:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5)
}

.search-results .copy header h4 {
  color: #858585;
  font-weight: 400
}

.search-results .copy header a,.search-results .copy header h4 {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: .75em;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
  display: inline-block
}

.search-results .copy header a {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-weight: 800;
  background-color: transparent!important;
  padding-left: 0
}

.search-results .copy header a:hover {
  color: #333
}

.search-results .copy header h2 {
  font-size: 1.1875em;
  margin: 2px 0 4px 0
}

.search-results .copy header h2 a {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1.1875em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.2;
  font-size: 1em;
  text-transform: none
}

.search-results .copy article.copy {
  color: #0a0b09;
  color: var(--c-gray-900);
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  font-size: .875em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.35
}

.search-results .copy article.copy p {
  margin: 5px 0 0 0
}

@media (max-width: 767px) {
  .search-results .search-result {
    margin:0 0 25px 0
  }

  .search-results .search-result .thumb {
    width: 5pc;
    margin: 0 18px 0 0
  }

  .search-results .search-result .thumb a.thumbnail-image:after {
    padding-top: 100%
  }

  .search-results .copy header h4 {
    color: #434445;
    color: var(--c-gray-600);
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-titles);
    font-size: .75em;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.4
  }

  .search-results .copy header h2 {
    margin: 6px 0 0 0
  }

  .search-results .copy header h2 a {
    color: #4d4d4d;
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-titles);
    font-size: 1.125em;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.1
  }

  .search-results .copy article.copy {
    color: #4d4d4d;
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-sans-serif);
    font-size: .75em;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.35
  }

  .search-results .copy article.copy p {
    margin: 5px 0 0 0
  }
}

.search-results-form {
  margin: 50px 0 0 0;
  display: block;
  width: 50%;
  max-width: 520px;
  position: relative
}

.search-results-form .search-field {
  width: 100%;
  border: 2px solid #4d4d4d;
  padding: 11px 44px;
  color: #6b6b6b;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4
}

.search-results-form .search-button {
  position: absolute;
  left: 14px;
  top: 9pt;
  height: 23px;
  width: 23px;
  
}

.results-filter {
  background: #f7f7f7;
  margin: 50px 0 0 0;
  height: 60px;
}

.results-filter ul {
  height: 60px
}

.results-filter ul li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 18px;
  height: 100%
}

.results-filter ul li:first-child {
  margin-left: 0
}

.results-filter ul li.current_page_item a {
  color: #0a0b09;
  color: var(--c-gray-900);
  text-decoration: none;
  border-bottom: 4px solid #62d965;
  border-bottom: 4px solid var(--c-green)
}

.results-filter ul li a {
  color: #6b6b6b;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: .875em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: block;
  padding: 23px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-bottom: 4px solid transparent
}

.results-filter ul li a.activated,.results-filter ul li a:hover {
  color: #0a0b09;
  color: var(--c-gray-900);
  text-decoration: none;
  border-bottom: 4px solid #62d965;
  border-bottom: 4px solid var(--c-green)
}

@media (max-width: 767px) {
  .results-filter {
    display:block
  }
}

.slideshow {
  padding-top: 0;
  padding-bottom: 24px;
  position: relative;
  z-index: 40
}

@media (max-width: 1024px) {
  .slideshow {
    padding-top:0;
    padding-bottom: 36px
  }
}

@media (min-width: 1025px) {
  .slideshow {
    padding-top:0;
    padding-bottom: 3pc
  }
}

.slideshow-placeholder {
  visibility: hidden
}

.slideshow-slides-container {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%
}

.slideshow-slides-container.slideshow-slides-container-events,.slideshow-slides-container.slideshow-slides-container-events .slick-dots {
  position: relative
}

.slideshow-slides {
  -webkit-transition: all .5s ease-in-out .5s;
  transition: all .5s ease-in-out .5s;
  opacity: 0
}

.slideshow-word-container {
  display: inline-block;
  overflow: hidden;
  margin-right: 15px
}

.slideshow-word-container:last-child {
  margin-right: 0
}

.slideshow-word {
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 12
}

.slick-dots li {
  display: inline-block;
  float: none;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-right: 7px
}

.slick-dots li:last-child {
  margin-right: 0
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li.slick-active {
  background-color: #fff
}

.slick-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  margin-top: -60px;
  cursor: pointer;
  visibility: hidden
}

@media (min-width: 768px) {
  .slick-arrow {
    visibility:visible
  }
}

.coverflow-slideshow {
  padding-top: 0;
  padding-bottom: 0;
  margin: 24px auto 0
}

@media (max-width: 1024px) {
  .coverflow-slideshow {
    padding-top:0;
    padding-bottom: 0
  }
}

@media (min-width: 1025px) {
  .coverflow-slideshow {
    padding-top:0;
    padding-bottom: 0
  }
}

@media (min-width: 768px) {
  .coverflow-slideshow {
    margin:3pc auto 0
  }
}

.coverflow-slideshow .left-slick-arrow {
  background-image: url(../assets/img/ui/left-arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 35px
}

@media (min-width: 768px) {
  .coverflow-slideshow .left-slick-arrow {
    margin-left:-301px
  }
}

@media (min-width: 1025px) {
  .coverflow-slideshow .left-slick-arrow {
    margin-left:-293px
  }
}

.coverflow-slideshow .right-slick-arrow {
  margin-left: 21%;
  background-image: url(../assets/img/ui/right-arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 35px
}

@media (min-width: 768px) {
  .coverflow-slideshow .right-slick-arrow {
    margin-left:283px
  }
}

@media (min-width: 1025px) {
  .coverflow-slideshow .right-slick-arrow {
    margin-left:269px
  }
}

.coverflow-slideshow.wide-arrows .slick-arrow {
  margin-top: -15px
}

.coverflow-slideshow.wide-arrows .left-slick-arrow {
  margin-left: -460px
}

.coverflow-slideshow.wide-arrows .right-slick-arrow {
  margin-left: 446px
}

.coverflow-slideshow .slick-list {
  overflow: visible
}

#hero {
  margin-bottom: 0
}

@media (min-width: 1025px) {
  #hero {
    max-width:1900px;
    margin: 0 auto 50px auto;
    padding: 0 50px
  }
}

.hero-slideshow {
  height: calc(100vh - 140px);
  background-color: #000
}

@media (min-width: 1025px) {
  .hero-slideshow {
    height:calc(100vh - 232px)
  }
}

.hero-item.slick-slide {
  height: calc(100vh - 140px)
}

@media (min-width: 1025px) {
  .hero-item.slick-slide {
    height:calc(100vh - 232px)
  }
}

.community-slideshow .slideshow-placeholder {
  display: none;
  width: 130%
}

@media (min-width: 768px) {
  .community-slideshow .slideshow-placeholder {
    display:block;
    height: 450px;
    width: auto
  }
}

.community-slideshow-dots .slideshow-placeholder {
  height: 50px
}

@media (min-width: 768px) {
  .community-slideshow-dots .slideshow-placeholder {
    height:130px
  }
}

@media (max-width: 767px) {
  .community-slideshow.coverflow-slideshow {
    margin-top:0
  }
}

.events-slideshow {
  margin-bottom: 36px;
  max-width: 25pc
}

@media (min-width: 768px) {
  .events-slideshow {
    margin-bottom:36px;
    max-width: 600px
  }
}

@media (min-width: 1025px) {
  .events-slideshow {
    margin-bottom:3pc;
    max-width: 600px
  }
}

.events-slideshow .slideshow-placeholder {
  width: 100%
}

@media (min-width: 768px) {
  .events-slideshow .slideshow-placeholder {
    width:auto;
    height: 5in
  }
}

@media (min-width: 1025px) {
  .events-slideshow .slideshow-placeholder {
    width:auto;
    height: 5in
  }
}

.events-slideshow .button {
  font-size: 10px;
  padding: 7px 20px 7px
}

@media (min-width: 768px) {
  .events-slideshow .button {
    font-size:10px;
    padding: 7px 20px 7px
  }
}

@media (min-width: 1025px) {
  .events-slideshow .button {
    font-size:13px;
    padding: 9pt 20px 9pt
  }
}

.events-slideshow .slick-arrow {
  visibility: visible
}

.section-home-events {
  background-color: #000;
  background-color: var(--c-black);
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out
}

.section-home-community .section-title {
  text-transform: none
}

.section-home-community .section-title,.section-home-events .section-title {
  font-size: 1.25em;
  padding-top: 3pc;
  padding-bottom: 20px
}

@media (min-width: 768px) {
  .section-home-community .section-title,.section-home-events .section-title {
    padding-bottom:25px;
    font-size: 2.375em;
    line-height: 1.4em
  }

  .section-home-community .section-title {
    padding-bottom: 35px
  }
}

@media (max-width: 767px) {
  .section-home-community .section-title {
    padding-bottom:40px
  }
}

@media (max-width: 767px) {
  .events-slideshow .right-slick-arrow {
    right:3px;
    left: auto
  }
}

@media (max-width: 767px) {
  .events-slideshow .left-slick-arrow,.events-slideshow .right-slick-arrow {
    -webkit-transform:scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
  }

  .events-slideshow .left-slick-arrow {
    left: 3px
  }
}

.events-slideshow.coverflow-slideshow .slick-center {
  -webkit-transform: scale(1.15);
  transform: scale(1.15)
}

@media (min-width: 768px) {
  .events-slideshow.coverflow-slideshow .slick-center {
    -webkit-transform:scale(1.1);
    transform: scale(1.1)
  }
}

@media (min-width: 1025px) {
  .events-slideshow.coverflow-slideshow .slick-center {
    -webkit-transform:scale(1);
    transform: scale(1)
  }
}

.narrow-slideshow {
  max-width: 735px;
  margin: 0 auto
}

.slideshow-slides.is-on {
  opacity: 1
}

.slick-center .slideshow-word,.transition .slick-center .slideshow-word {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  -webkit-transform: translate(0);
  transform: translate(0)
}

.slick-center .slideshow-word-container:first-child .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) .3375s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) .3375s
}

.slick-center .slideshow-word-container:nth-child(2) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) .425s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) .425s
}

.slick-center .slideshow-word-container:nth-child(3) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) .5125s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) .5125s
}

.slick-center .slideshow-word-container:nth-child(4) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) .6s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) .6s
}

.slick-center .slideshow-word-container:nth-child(5) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) .6875s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) .6875s
}

.slick-center .slideshow-word-container:nth-child(6) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) .775s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) .775s
}

.slick-center .slideshow-word-container:nth-child(7) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) .8625s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) .8625s
}

.slick-center .slideshow-word-container:nth-child(8) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) .95s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) .95s
}

.slick-center .slideshow-word-container:nth-child(9) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.0375s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.0375s
}

.slick-center .slideshow-word-container:nth-child(10) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.125s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.125s
}

.slick-center .slideshow-word-container:nth-child(11) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.2125s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.2125s
}

.slick-center .slideshow-word-container:nth-child(12) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.3s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.3s
}

.slick-center .slideshow-word-container:nth-child(13) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.3875s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.3875s
}

.slick-center .slideshow-word-container:nth-child(14) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.475s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.475s
}

.slick-center .slideshow-word-container:nth-child(15) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.5625s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.5625s
}

.slick-center .slideshow-word-container:nth-child(16) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.65s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.65s
}

.slick-center .slideshow-word-container:nth-child(17) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.7375s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.7375s
}

.slick-center .slideshow-word-container:nth-child(18) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.825s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.825s
}

.slick-center .slideshow-word-container:nth-child(19) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 1.9125s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 1.9125s
}

.slick-center .slideshow-word-container:nth-child(20) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2s
}

.slick-center .slideshow-word-container:nth-child(21) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.0875s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.0875s
}

.slick-center .slideshow-word-container:nth-child(22) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.175s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.175s
}

.slick-center .slideshow-word-container:nth-child(23) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.2625s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.2625s
}

.slick-center .slideshow-word-container:nth-child(24) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.35s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.35s
}

.slick-center .slideshow-word-container:nth-child(25) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.4375s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.4375s
}

.slick-center .slideshow-word-container:nth-child(26) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.525s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.525s
}

.slick-center .slideshow-word-container:nth-child(27) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.6125s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.6125s
}

.slick-center .slideshow-word-container:nth-child(28) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.7s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.7s
}

.slick-center .slideshow-word-container:nth-child(29) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.7875s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.7875s
}

.slick-center .slideshow-word-container:nth-child(30) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.875s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.875s
}

.slick-center .slideshow-word-container:nth-child(31) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 2.9625s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 2.9625s
}

.slick-center .slideshow-word-container:nth-child(32) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.05s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.05s
}

.slick-center .slideshow-word-container:nth-child(33) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.1375s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.1375s
}

.slick-center .slideshow-word-container:nth-child(34) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.225s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.225s
}

.slick-center .slideshow-word-container:nth-child(35) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.3125s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.3125s
}

.slick-center .slideshow-word-container:nth-child(36) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.4s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.4s
}

.slick-center .slideshow-word-container:nth-child(37) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.4875s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.4875s
}

.slick-center .slideshow-word-container:nth-child(38) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.575s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.575s
}

.slick-center .slideshow-word-container:nth-child(39) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.6625s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.6625s
}

.slick-center .slideshow-word-container:nth-child(40) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.75s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.75s
}

.slick-center .slideshow-word-container:nth-child(41) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.8375s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.8375s
}

.slick-center .slideshow-word-container:nth-child(42) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 3.925s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 3.925s
}

.slick-center .slideshow-word-container:nth-child(43) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 4.0125s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 4.0125s
}

.slick-center .slideshow-word-container:nth-child(44) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 4.1s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 4.1s
}

.slick-center .slideshow-word-container:nth-child(45) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 4.1875s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 4.1875s
}

.slick-center .slideshow-word-container:nth-child(46) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 4.275s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 4.275s
}

.slick-center .slideshow-word-container:nth-child(47) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 4.3625s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 4.3625s
}

.slick-center .slideshow-word-container:nth-child(48) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 4.45s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 4.45s
}

.slick-center .slideshow-word-container:nth-child(49) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 4.5375s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 4.5375s
}

.slick-center .slideshow-word-container:nth-child(50) .slideshow-word {
  -webkit-transition: all .25s cubic-bezier(.215,.61,.355,1) 4.625s;
  transition: all .25s cubic-bezier(.215,.61,.355,1) 4.625s
}

.coverflow-slideshow .slick-center {
  opacity: 1;
  z-index: 200
}

@media (min-width: 768px) {
  .coverflow-slideshow .slick-center {
    -webkit-transform:scale(1.05);
    transform: scale(1.05)
  }
}

.coverflow-slideshow .slick-dots {
  margin-top: 30px
}

@media (min-width: 768px) {
  .coverflow-slideshow .slick-dots {
    margin-top:25px
  }
}

@media (min-width: 1025px) {
  .coverflow-slideshow .slick-dots {
    margin-top:60px
  }
}

.event-thumbnail {
  background-color: #0a0b09;
  background-color: var(--c-gray-900);
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: .9;
  -webkit-transform: scale(.77);
  transform: scale(.77);
  color: #fff;
  z-index: 10
}

.event-thumbnail-content-container {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: relative;
  z-index: 10
}

@media (min-width: 768px) {
  .event-thumbnail-content-container {
    min-height:300px
  }
}

@media (min-width: 1024px) {
  .event-thumbnail-content-container {
    min-height:25pc
  }
}

.event-thumbnail-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center
}

.event-thumbnail-icon {
  padding-bottom: 15px;
  width: 50px;
  margin: 0 auto;
  overflow: hidden
}

@media (min-width: 768px) {
  .event-thumbnail-icon {
    width:60px;
    padding-bottom: 20px
  }
}

@media (min-width: 1025px) {
  .event-thumbnail-icon {
    width:97px;
    padding-bottom: 25px
  }
}

.event-thumbnail-icon-image {
  width: 100%;
  height: auto
}

.event-thumbnail-image-container {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.event-thumbnail-image {
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  display: inline-block;
  visibility: hidden
}

@media (min-width: 768px) {
  .event-thumbnail-image {
    width:auto;
    height: 25pc
  }
}

.event-thumbnail-title-link {
  display: block;
  width: 100%;
  float: left;
  text-align: center
}

.event-thumbnail-title {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 0;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1em;
  color: #fff
}

@media (min-width: 768px) {
  .event-thumbnail-title {
    padding-bottom:17px;
    font-size: 20px
  }
}

@media (min-width: 1025px) {
  .event-thumbnail-title {
    padding-bottom:25px;
    font-size: 34px
  }
}

.event-thumbnail-details {
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  line-height: 1em
}

@media (min-width: 768px) {
  .event-thumbnail-details {
    padding-bottom:15px;
    line-height: 1.1em
  }
}

@media (min-width: 1025px) {
  .event-thumbnail-details {
    padding-bottom:20px;
    line-height: 1.3em
  }
}

.event-thumbnail-detail {
  display: inline-block;
  width: auto;
  margin: 0 2px
}

.event-thumbnail-detail-bullet {
  width: 5px;
  height: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(-1px,-1px);
  transform: rotate(45deg) translate(-1px,-1px);
  vertical-align: middle;
  display: inline-block
}

.event-thumbnail-detail-field {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 10px;
  font-weight: 800
}

@media (min-width: 768px) {
  .event-thumbnail-detail-field {
    font-size:10px
  }
}

@media (min-width: 1025px) {
  .event-thumbnail-detail-field {
    font-size:14px
  }
}

.event-thumbnail-copy {
  padding-bottom: 8px;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-size: 10px
}

@media (min-width: 768px) {
  .event-thumbnail-copy {
    padding-bottom:20px;
    font-size: 10px
  }
}

@media (min-width: 1025px) {
  .event-thumbnail-copy {
    padding-bottom:25px;
    font-size: 14px
  }
}

.event-thumbnail-copy p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0
}

.event-thumbnail-actions {
  position: relative
}

.event-thumbnail-actions .registration-button.disabled .button {
  background-color: #4d4d4d;
  border-color: #4d4d4d
}

.event-thumbnail-actions .registration-button.disabled .button:hover {
  border-color: #4d4d4d!important
}

.event-thumbnail-actions .registration-button .button {
  background-color: #0a0b09;
  background-color: var(--c-gray-900);
  color: #fff
}

.slick-center .event-thumbnail-image {
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

.community-thumbnail {
  -webkit-transition: all .45s ease-in-out;
  transition: all .45s ease-in-out;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  z-index: 10;
  padding: 10px;
  -webkit-transform: scale(1);
  transform: scale(1)
}

@media (min-width: 768px) {
  .community-thumbnail {
    -webkit-transform:scale(.9);
    transform: scale(.9);
    max-width: 620px;
    padding: 0
  }
}

@media (min-width: 1025px) {
  .community-thumbnail {
    -webkit-transform:scale(.95);
    transform: scale(.95);
    max-width: 700px;
    padding: 0
  }
}

.community-thumbnail-content-container {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 100;
  height: 300px;
  float: left
}

@media (min-width: 768px) {
  .community-thumbnail-content-container {
    float:right;
    min-height: 25pc;
    width: 40%
  }
}

.community-thumbnail-content {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  z-index: 11
}

.community-thumbnail-image {
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  text-align: center;
  position: absolute;
  height: 100%;
  width: calc(100% - 30px);
  top: 0;
  left: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%
}

@media (min-width: 768px) {
  .community-thumbnail-image {
    width:100%;
    height: 100%;
    left: 0
  }
}

@media (min-width: 1025px) {
  .community-thumbnail-image {
    width:100%;
    height: 100%;
    left: 0
  }
}

.community-thumbnail-title {
  padding-top: 0;
  padding-bottom: 2.4px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-weight: 800;
  font-size: 18px;
  line-height: 1.1em;
  color: #0a0b09;
  color: var(--c-gray-900)
}

@media (max-width: 1024px) {
  .community-thumbnail-title {
    padding-top:0;
    padding-bottom: 3.6px
  }
}

@media (min-width: 1025px) {
  .community-thumbnail-title {
    padding-top:0;
    padding-bottom: .3pc
  }
}

@media (min-width: 768px) {
  .community-thumbnail-title {
    font-size:22px
  }
}

@media (min-width: 1025px) {
  .community-thumbnail-title {
    font-size:25px
  }
}

.community-thumbnail-copy {
  padding-top: 0;
  padding-bottom: 9pt;
  font-family: CodecCold-News,sans-serif;
  font-family: var(--font-base-descriptions);
  color: #0a0b09;
  color: var(--c-gray-900);
  font-size: 9pt
}

.community-thumbnail-copy a {
  color: inherit;
  text-decoration: underline
}

@media (max-width: 1024px) {
  .community-thumbnail-copy {
    padding-top:0;
    padding-bottom: 18px
  }
}

@media (min-width: 1025px) {
  .community-thumbnail-copy {
    padding-top:0;
    padding-bottom: 24px
  }
}

@media (min-width: 768px) {
  .community-thumbnail-copy {
    font-size:14px
  }
}

.community-thumbnail-copy p {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0
}

.community-thumbnail-actions {
  position: relative
}

.community-thumbnail-overlay {
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
  height: 100%;
  top: 0;
  opacity: 0;
  z-index: 9;
  background-color: #fff;
  left: 15px;
  width: calc(100% - 30px)
}

@media (min-width: 768px) {
  .community-thumbnail-overlay {
    -webkit-transform:translateX(100%);
    transform: translateX(100%);
    left: 60%;
    width: 80%;
    height: 200%;
    top: -50%
  }
}

.community-thumbnail-overlay:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.community-thumbnail-overlay:nth-child(3) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.community-thumbnail-image-overlay {
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 12
}

@media (min-width: 768px) {
  .community-thumbnail-image-overlay {
    background-color:#000;
    opacity: .8;
    visibility: 1
  }
}

.community-thumbnail-checkbox,.community-thumbnail-label {
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 25px;
  cursor: pointer;
  pointer-events: none;
  opacity: 0
}

@media (min-width: 768px) {
  .community-thumbnail-checkbox,.community-thumbnail-label {
    right:10px
  }
}

.community-thumbnail-checkbox {
  opacity: 0;
  z-index: 101;
  width: 50px;
  height: 50px
}

.community-thumbnail-share-items {
  position: absolute;
  bottom: 10px;
  left: 20px
}

.community-thumbnail-share-title {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 9pt;
  color: #4d4d4d;
  text-transform: uppercase
}

.community-thumbnail-icon-link {
  display: inline-block
}

.community-thumbnail-icon {
  padding-top: 2px;
  padding-right: 8px;
  -webkit-transform: scale(.75);
  transform: scale(.75)
}

@media (min-width: 768px) {
  .community-thumbnail-icon {
    -webkit-transform:scale(1);
    transform: scale(1);
    padding-top: 5px
  }
}

.community-thumbnail-close-button,.community-thumbnail-open-button {
  width: 25px;
  height: 25px
}

@media (min-width: 768px) {
  .community-thumbnail-close-button,.community-thumbnail-open-button {
    width:35px;
    height: 35px
  }
}

.community-thumbnail-open-button {
  visibility: visible
}

.community-thumbnail-close-button {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.community-thumbnail-dot {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%
}

.community-thumbnail-dot-image:before {
  content: "";
  -webkit-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  z-index: 12;
  opacity: .6
}

.community-thumbnail-dot-image {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border: 0 solid #202020;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px
}

@media (min-width: 768px) {
  .community-thumbnail-dot-image {
    height:75pt
  }
}

@media (min-width: 1025px) {
  .community-thumbnail-dot-image {
    height:130px
  }
}

.slick-current .community-thumbnail-dot-image {
  border: 3px solid #68dc68
}

.slick-current .community-thumbnail-dot-image:before {
  opacity: 0
}

.slick-center .community-thumbnail-image-overlay {
  opacity: 0;
  visibility: 0
}

.slick-center .community-thumbnail-checkbox {
  pointer-events: all
}

.slick-center .community-thumbnail-label {
  opacity: 1;
  pointer-events: all
}

.community-thumbnail-checkbox:checked~.community-thumbnail-overlays .community-thumbnail-overlay {
  -webkit-transform: translate(0) rotate(0);
  transform: translate(0) rotate(0);
  opacity: 1
}

.community-thumbnail-checkbox:checked~.community-thumbnail-content-container {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1
}

.community-thumbnail-checkbox:checked~.community-thumbnail-label .community-thumbnail-open-button {
  visibility: hidden
}

.community-thumbnail-checkbox:checked~.community-thumbnail-label .community-thumbnail-close-button {
  visibility: visible
}

.hero-item {
  color: #fff;
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  z-index: 10
}

@media (min-width: 1025px) {
  .hero-item {
    height:calc(100vh - 232px)
  }
}

.hero-item-content-container {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: -38px;
  left: 0
}

.hero-item-title {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 46px;
  font-weight: 800;
  line-height: 1.3em;
  max-width: 825pt;
  margin: 0 auto
}

@media (max-width: 767px) {
  .hero-item-title {
    font-size:28px
  }
}

.hero-item-copy {
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-sans-serif);
  font-size: 18px;
  line-height: 1.4;
  opacity: 0;
  position: relative;
  top: -7px
}

.hero-item-copy a {
  color: #fff;
  text-decoration: underline
}

@media (max-width: 767px) {
  .hero-item-copy {
    font-size:1pc;
    top: 0
  }
}

.hero-item-image {
  -webkit-transition: -webkit-transform 20s linear;
  transition: -webkit-transform 20s linear;
  transition: transform 20s linear;
  transition: transform 20s linear,-webkit-transform 20s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: calc(100vh - 140px);
  position: relative;
  z-index: 1
}

@media (min-width: 1025px) {
  .hero-item-image {
    height:calc(100vh - 232px)
  }
}

.hero-item-pattern {
  opacity: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999
}

@media (max-width: 767px) {
  .hero-item-pattern {
    width:100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.hero-item-content {
  position: relative;
  text-align: center;
  width: 60%;
  margin: 0 auto
}

@media (max-width: 767px) {
  .hero-item-content {
    width:85%
  }
}

.hero-slideshow .slick-dots {
  bottom: 30px
}

.transition1 .hero-item-overlay {
  -webkit-transform: translateX(-100%) rotate(-45deg);
  transform: translateX(-100%) rotate(-45deg)
}

.transition2 .hero-item-overlay {
  -webkit-transform: translateX(30%) rotate(10deg);
  transform: translateX(30%) rotate(10deg)
}

.transition2 .hero-item-word {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.transition3 .hero-item-overlay {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0) rotate(90deg);
  transform: translateX(0) rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.transition4 .hero-item-overlay {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0) rotate(90deg) scale(.3);
  transform: translateX(0) rotate(90deg) scale(.3);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}

.slick-current .hero-item-overlay,.transition .slick-current .hero-item-overlay {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translate(0) rotate(0) scale(1);
  transform: translate(0) rotate(0) scale(1);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: .35
}

.slick-current .hero-item-overlay:nth-child(2) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.slick-current .hero-item-overlay:nth-child(3) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.slick-current .hero-item-copy {
  -webkit-transition: opacity .35s ease-in-out 1s;
  transition: opacity .35s ease-in-out 1s;
  opacity: 1
}

.slick-current .hero-item-pattern {
  -webkit-transition: opacity 1s ease-in-out .85s;
  transition: opacity 1s ease-in-out .85s;
  opacity: .05
}

.slick-current .hero-item-image {
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0)
}

.slick-current.hero-item:first-child .hero-item-image {
  -webkit-transform: scale(1.3) translate(-6%,2%);
  transform: scale(1.3) translate(-6%,2%)
}

.slick-current.hero-item:nth-child(2) .hero-item-image {
  -webkit-transform: scale(1.4) translate(3%,6%);
  transform: scale(1.4) translate(3%,6%)
}

.slick-current.hero-item:nth-child(3) .hero-item-image {
  -webkit-transform: scale(1.3) translate(-6%,2%);
  transform: scale(1.3) translate(-6%,2%)
}

.slick-current.hero-item:nth-child(4) .hero-item-image {
  -webkit-transform: scale(1.4) translate(3%,6%);
  transform: scale(1.4) translate(3%,6%)
}

.mini-hero {
  width: 100%;
  min-height: 152px;
  text-align: center;
  background-size: cover;
  overflow: hidden;
  z-index: 10;
  background-color: #fff;
  position: relative
}

.mini-hero h1 {
  color: #fff;
  font-family: CodecCold,sans-serif;
  font-family: var(--font-base-titles);
  font-size: 3.438em;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 35px 20px;
  height: 100%
}

@media (max-width: 767px) {
  .mini-hero {
    min-height:50px
  }

  .mini-hero h1 {
    color: #fff;
    font-family: CodecCold,sans-serif;
    font-family: var(--font-base-titles);
    font-size: 1.5em;
    letter-spacing: 0;
    font-weight: 800;
    line-height: 1.4;
    margin: 8px;
    height: 100%
  }
}

.thumbnail-image {
  position: relative;
  display: block;
  overflow: hidden
}

.thumbnail-image:after {
  padding-top: 63.75%;
  display: block;
  content: ""
}

.thumbnail-image .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-filter: brightness(.8);
  filter: brightness(.8);
  -webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
  transition: all .5s cubic-bezier(.645,.045,.355,1)
}

.thumbnail-image:hover .image-bg {
  -webkit-transform: translateZ(0) scale(1.1);
  transform: translateZ(0) scale(1.1);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1)
}

.thumbnail-image .yt-play {
  background-image: url(../assets/img/videos-articles/video-play.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-position: bottom 10px left 10px;
  background-size: 30px auto;
  background-repeat: no-repeat
}

.hero-item-content-container {
  top: 0
}

@media (min-width: 1025px) {
  #hero,.hero-item-image,.hero-item.slick-slide,.hero-slideshow {
    min-height:500px
  }
}

@media (max-width: 767px) {
  #hero {
    margin-bottom:50px
  }

  #hero.full-height-section {
    height: auto
  }

  .hero-slideshow {
    height: auto;
    padding-bottom: 0
  }

  .hero-slideshow .slideshow-placeholder {
    display: none
  }

  .hero-item.slick-slide {
    height: 100%
  }

  .hero-slideshow .slick-dots {
    bottom: 14px
  }

  .slideshow-slides-container {
    position: relative;
    top: auto;
    left: auto
  }

  .slick-initialized .slick-slide.hero-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.hero-item-copy a.more-cta {
  color: #fff;
  color: var(--c-white);
  border-color: #62d965;
  border-color: var(--c-green);
  text-decoration: none
}

@media (max-width: 767px) {
  .hero-item-image {
    height:auto;
    padding-bottom: 56%
  }

  .hero-item.-half .hero-item-image {
    padding-bottom: 86%
  }
}

@media (min-width: 768px) {
  .hero-item-content {
    background-color:rgba(0,0,0,.6);
    max-width: 650px;
    padding: 40px 40px 0
  }
}

@media (max-width: 767px) {
  .hero-item-content {
    -webkit-box-align:center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../assets/img/home/terrain-right.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    width: 100%
  }
}

@media (min-width: 768px) {
  .hero-item-content.-left,.hero-item-content.-right {
    max-width:457px;
    text-align: left
  }

  .hero-item-content.-left {
    margin: 0 0 0 140px
  }

  .hero-item-content.-right {
    margin: 0 140px 0 auto
  }

  .hero-item.-half.-left .hero-item-content,.hero-item.-half.-right .hero-item-content {
    background-repeat: no-repeat;
    background-size: cover
  }

  .hero-item.-half.-left .hero-item-content {
    background-image: url(../assets/img/home/terrain-left.jpg)
  }

  .hero-item.-half.-right .hero-item-content {
    background-image: url(../assets/img/home/terrain-right.jpg)
  }

  .hero-item.-half .hero-item-content {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    max-width: 40%;
    padding: 40px 30px 0;
    text-align: left
  }

  .hero-item-title {
    font-size: 45px
  }
}

@media (min-width: 1024px) {
  .hero-item.-half .hero-item-content {
    max-width:50%;
    padding: 40px 60px 0
  }

  .hero-item-title {
    font-size: 46px;
    line-height: 1.2;
    margin: 0
  }
}

.hero-item.-half.-right .hero-item-content {
  margin: 0 0 0 auto
}

@media (max-width: 767px) {
  .hero-item.-half.-right .hero-item-content {
    margin:0 auto
  }
}

.hero-item.-half .hero-item-image {
  width: 60%
}

@media (min-width: 1024px) {
  .hero-item.-half .hero-item-image {
    width:50%
  }
}

@media (max-width: 767px) {
  .hero-item.-half .hero-item-image {
    width:100%
  }
}

.hero-item.-half.-left .hero-item-image {
  margin-left: auto;
  margin-right: 0
}

.hero-item.-half.-right .hero-item-image {
  margin-right: auto;
  margin-left: 0
}

@media (max-width: 767px) {
  .hero-item.-half.-left .hero-item-image,.hero-item.-half.-right .hero-item-image {
    margin:0 auto
  }
}

@media (max-width: 767px) {
  .hero-item-content-container {
    position:relative;
    width: 100%;
    height: auto;
    z-index: 1000;
    top: auto;
    left: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.hero-lockup {
  display: inline-block;
  margin-bottom: 10px
}

@media (max-width: 767px) {
  .hero-lockup {
    display:none
  }
}

.hero-lockup img {
  max-height: 54px;
  width: auto
}

.hero-lockup img.lockup-devtools-ops,
.hero-lockup img.lockup-fighting-abuse,
.hero-lockup img.lockup-machine-learning {
  max-height: 65px;
}
