/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Interstate Black";
  src: url("../assets/fonts/Interstate-Black.woff") format("woff"), url("../assets/fonts/Interstate-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Interstate Bold";
  src: url("../assets/fonts/Interstate-Bold.woff") format("woff"), url("../assets/fonts/Interstate-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Interstate Regular";
  src: url("../assets/fonts/Interstate-Regular.woff") format("woff"), url("../assets/fonts/Interstate-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Interstate Extra Light";
  src: url("../assets/fonts/Interstate-ExtraLight.woff") format("woff"), url("../assets/fonts/Interstate-ExtraLight.ttf") format("truetype");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background-color: #f9f9f9;
}

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

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

@media (min-width: 980px) {
  .carousel.slick-slider .slick-list {
    transform: translateX(-84px);
  }
}

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

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

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

html {
  background: #061732;
}

body {
  position: relative;
  overflow-x: hidden;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

[class^=btn-] {
  cursor: pointer;
  font-family: "Interstate Regular";
  font-size: 14px;
  letter-spacing: 1.3px;
  line-height: 48px;
  height: 50px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s all;
  white-space: nowrap;
}

a[class^=btn-] {
  line-height: 56px;
}

.anchor-target {
  display: inline-block;
  transform: translateY(-153px);
}

.btn-yellow {
  background-color: #ffbb38;
  border: 3px solid #ffbb38;
  color: white;
  padding: 0 50px;
}
.btn-yellow:hover {
  background-color: white;
  border: 3px solid white;
  color: #ffbb38;
}
.btn-yellow:hover g {
  stroke: #ffbb38;
}

.btn-blue-trans {
  background-color: transparent;
  border: 3px solid #061732;
  color: #061732;
  font-family: "Interstate Bold";
  padding: 0 28px;
}
.btn-blue-trans g {
  stroke: #061732;
}
.btn-blue-trans:hover, .btn-blue-trans:focus, .btn-blue-trans:active {
  background-color: #061732;
  color: white;
}
.btn-blue-trans:hover g, .btn-blue-trans:focus g, .btn-blue-trans:active g {
  stroke: white;
}

.btn-white-trans {
  background-color: transparent;
  border: 3px solid white;
  color: white;
  padding: 0 28px;
}
.btn-white-trans:hover, .btn-white-trans:focus, .btn-white-trans:active {
  background-color: white;
  color: #061732;
}
.btn-white-trans:hover g, .btn-white-trans:focus g, .btn-white-trans:active g {
  stroke: #061732;
}

.btn-turquoise {
  background-color: #0091b0;
  border: 3px solid #0091b0;
  color: white;
  padding: 0 50px;
}
.btn-turquoise:hover {
  background-color: white;
  border: 3px solid white;
  color: #0091b0;
}
.btn-turquoise:hover g {
  stroke: #0091b0;
}

.btn-wd {
  background-color: transparent;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  color: white;
  padding: 0 18px;
  position: relative;
  text-transform: none;
}
.btn-wd::before, .btn-wd:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
}
.btn-wd:before {
  width: 3px;
  top: 16px;
  bottom: 0;
  right: 0;
}
.btn-wd:after {
  height: 3px;
  top: 0px;
  left: 0;
  right: 16px;
}
.btn-wd svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1.1);
}
.btn-wd:hover, .btn-wd:focus, .btn-wd:active {
  color: #ffbb38;
  border-left: 3px solid #ffbb38;
  border-bottom: 3px solid #ffbb38;
}
.btn-wd:hover::before, .btn-wd:hover:after, .btn-wd:focus::before, .btn-wd:focus:after, .btn-wd:active::before, .btn-wd:active:after {
  background-color: #ffbb38;
}

.btn-submit:hover g, .btn-submit:focus g, .btn-submit:active g {
  fill: white;
}
.btn-submit:hover g g, .btn-submit:focus g g, .btn-submit:active g g {
  stroke: #061732;
}

.carousel--type2.slick-slider {
  background-color: transparent;
  margin: 7em -30px 2em;
  width: calc(100% + 60px);
}
.carousel--type2.slick-slider .slick-arrow {
  border: 0;
  text-indent: -9999px;
  background: url(../assets/img/icon-sponsors-carousel-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  height: 17px;
  width: 22px;
  padding: 0;
  z-index: 80;
}
@media (min-width: 760px) {
  .carousel--type2.slick-slider .slick-arrow {
    top: -9px;
  }
}
.carousel--type2.slick-slider .slick-prev {
  transform: scaleX(-1);
  left: 25px;
}
.carousel--type2.slick-slider .slick-next {
  right: 25px;
}
.carousel--type2.slick-slider .slick-track {
  height: auto;
}
.carousel--type2.slick-slider .slick-slide img,
.carousel--type2.slick-slider .slick-slide .become-a-sponsor-button {
  margin: 1em auto;
  position: static;
  top: 50%;
  transform: none;
}
@media (min-width: 760px) {
  .carousel--type2.slick-slider .slick-track {
    height: 90px;
  }
  .carousel--type2.slick-slider .slick-slide img,
.carousel--type2.slick-slider .slick-slide .become-a-sponsor-button {
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
  }
}

.carousel--type2__item:focus {
  outline: none;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
}

.close {
  color: white;
  float: right;
  font-size: 38px;
  font-weight: bold;
  padding: 12px 21px;
}

.close:hover,
.close:focus {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.modal-subscribe {
  z-index: 99;
}
.modal-subscribe .modal-content {
  width: calc(100% - 10px);
  max-height: calc(85vh - 10px);
  overflow-y: auto;
}
@media (min-width: 1000px) {
  .modal-subscribe .modal-content {
    width: 1000px;
  }
}
.modal-subscribe .modal-content__inner {
  border-radius: 1px;
}
.modal-subscribe .sign-up-section {
  padding: 160px 0;
}
@media (max-width: 1405px) {
  .modal-subscribe .sign-up-section h1,
.modal-subscribe .sign-up-section .inner {
    text-align: center;
  }
}

#menu-top-level-nav a:hover,
#menu-top-level-nav a:focus,
#menu-top-level-nav-fr a:hover,
#menu-top-level-nav-fr a:focus {
  color: #f5bb17;
}

@media (min-width: 980px) {
  #menu-top-level-nav-2,
#menu-top-level-nav-fr-2 {
    margin-top: 0;
  }
}
#menu-top-level-nav-2 a:hover,
#menu-top-level-nav-2 a:focus,
#menu-top-level-nav-fr-2 a:hover,
#menu-top-level-nav-fr-2 a:focus {
  color: #f5bb17;
}
#menu-top-level-nav-2 .sub-menu,
#menu-top-level-nav-fr-2 .sub-menu {
  display: none;
}

.sign-up-section {
  background: url(../assets/img/giant-green-arrow.png) bottom left no-repeat, #76b84d;
  background-size: auto 100%;
  color: white;
  margin-top: -29px;
  padding: 76px 0 96px;
  text-align: center;
}
.sign-up-section h1 {
  font-family: "Interstate Black";
  font-size: 48px;
  line-height: 47px;
  letter-spacing: 0.4px;
}
.sign-up-section p {
  font-family: "Interstate Regular";
  font-size: 20px;
  letter-spacing: 1px;
  margin: auto auto 26px;
  max-width: 430px;
}
.sign-up-section .btn-submit:hover g, .sign-up-section .btn-submit:focus g {
  fill: white;
}
.sign-up-section .btn-submit:hover g g, .sign-up-section .btn-submit:focus g g {
  stroke: #76b84d;
}
@media (min-width: 850px) {
  .sign-up-section {
    padding: 146px 0 96px;
  }
  .sign-up-section .inner {
    display: inline-block;
    text-align: left;
  }
  .sign-up-section h1 {
    display: inline-block;
    font-size: 68px;
    line-height: 76px;
    margin: 0;
    text-align: right;
    vertical-align: top;
    width: 280px;
  }
}

.btn-wd {
  background-color: transparent;
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  color: white;
  padding: 0 18px;
  position: relative;
  text-transform: none;
}
.btn-wd::before, .btn-wd:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
}
.btn-wd:before {
  width: 3px;
  top: 16px;
  bottom: 0;
  right: 0;
}
.btn-wd:after {
  height: 3px;
  top: 0px;
  left: 0;
  right: 16px;
}
.btn-wd svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(1.1);
}
.btn-wd:hover, .btn-wd:focus {
  color: #ffbb38;
  border-left: 3px solid #ffbb38;
  border-bottom: 3px solid #ffbb38;
}
.btn-wd:hover::before, .btn-wd:hover:after, .btn-wd:focus::before, .btn-wd:focus:after {
  background-color: #ffbb38;
}

.btn-submit:hover g, .btn-submit:focus g {
  fill: white;
}
.btn-submit:hover g g, .btn-submit:focus g g {
  stroke: #061732;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
}

.close {
  color: white;
  float: right;
  font-size: 38px;
  font-weight: bold;
  padding: 12px 21px;
}

.close:hover,
.close:focus {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.modal-subscribe {
  z-index: 99;
}
.modal-subscribe .modal-content {
  width: calc(100% - 10px);
  max-height: calc(85vh - 10px);
  overflow-y: auto;
}
@media (min-width: 1000px) {
  .modal-subscribe .modal-content {
    width: 1000px;
  }
}
.modal-subscribe .modal-content__inner {
  border-radius: 1px;
}
.modal-subscribe .sign-up-section {
  padding: 160px 0;
}
@media (max-width: 1405px) {
  .modal-subscribe .sign-up-section h1,
.modal-subscribe .sign-up-section .inner {
    text-align: center;
  }
}

.unFlyUp {
  transform: translateY(400px);
}

.page-template-about-page > .content h3 {
  letter-spacing: 0px;
  line-height: 32px;
}
@media only screen and (max-width: 850px) {
  .page-template-about-page > .content h3 {
    letter-spacing: -1px;
  }
}

.float-right {
  float: right;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.hidden {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.trans {
  color: transparent;
}

.opaque {
  opacity: 1 !important;
}

.offscreen {
  transform: translateX(-9999px) !important;
}

.site-header {
  padding: 20px;
}
@media (min-width: 1200px) {
  .site-header {
    padding: 38px 173px 20px;
  }
}

.site-header__logo {
  background: url(../assets/img/wd-conference-logo.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 35px;
  width: 84px;
  vertical-align: middle;
}
@media (min-width: 700px) {
  .site-header__logo {
    height: 47px;
    width: 180px;
  }
}

.menu-button,
.language-list {
  background: transparent;
  border: none;
  color: white;
}

.menu-button {
  margin-top: 6px;
  padding-right: 0;
}
.menu-button span {
  padding-left: 5px;
}
.menu-button * {
  vertical-align: bottom;
}

.language-list {
  text-align: left;
  margin: 0 30px 0 0;
  list-style-type: none;
  height: 30px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.language-list * {
  vertical-align: middle;
}
.language-list:hover {
  overflow: visible;
}
.language-list a {
  display: block;
  height: 30px;
  color: white;
  text-decoration: none;
}
.language-list a:hover,
.language-list a:focus {
  font-family: "Interstate Bold";
}
.language-list a:visited,
.language-list a:active {
  color: white;
}
.language-list li {
  line-height: 2;
  padding: 1px 10px 1px 0;
}
.language-list li:first-child {
  font-family: "Interstate Bold";
}
.language-list li:last-child:hover a {
  color: #ffbb38;
}
.language-list svg {
  margin: -5px 0 0 15px;
}

.site-header > .float-right > .language-list {
  display: none;
}
@media (min-width: 500px) {
  .site-header > .float-right > .language-list {
    display: inline-block;
  }
}

#site-nav {
  display: inline-block;
}
#site-nav .inner {
  background-color: #061732;
  padding: 30px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: 0.4s opacity;
}
@media (min-width: 980px) {
  #site-nav .inner {
    padding: 63px 0 15px 122px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #site-nav .inner {
    padding-left: 23%;
  }
}
#site-nav .more-inner {
  text-align: left;
  margin: 0 auto;
}

.menu-title {
  font-family: "Interstate Regular";
  font-size: 26px;
  display: none;
}
@media (min-width: 500px) {
  .menu-title {
    display: block;
  }
}
@media (min-width: 980px) {
  .menu-title {
    font-size: 34px;
  }
}

.menu {
  list-style-type: none;
  display: inline-block;
  font-family: "Interstate Bold";
  font-size: 38px;
  margin: 2.5rem 0 4.7rem;
  padding-left: 0;
}
.menu li {
  margin: 15px 0;
}
.menu a {
  text-decoration: none;
}
@media (max-width: 979px) and (max-height: 730px) {
  .menu {
    margin: 43px 0 21px;
    font-size: 26px;
  }
  .menu li {
    margin: 13px 0;
  }
}
@media (max-width: 979px) and (max-height: 650px) {
  .menu {
    margin: 35px 0 13px;
  }
  .menu li {
    margin: 10px 0;
  }
}
@media (max-height: 430px) and (min-width: 455px) {
  .menu {
    font-size: 21px;
    margin: 5px 0 13px;
  }
}

#menu-close {
  background: transparent;
  border: none;
  color: white;
  font-size: 33px;
  line-height: 17px;
}

.nav-nav {
  position: absolute;
  float: right;
  right: 20px;
  top: 18px;
  display: flex;
  justify-content: space-between;
  left: 30px;
}
.nav-nav .menu-button {
  margin-top: 6px;
  z-index: 1;
}
.nav-nav .language-list,
.nav-nav .language-list ul {
  padding-left: 0;
  z-index: 1000;
}
@media (min-width: 500px) {
  .nav-nav {
    display: block;
    left: auto;
    top: 20px;
  }
  .nav-nav .language-list {
    padding-left: 40px;
  }
}
@media (min-width: 980px) {
  .nav-nav {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .nav-nav {
    right: 173px;
    top: 38px;
  }
}

.menu-title,
.menu,
.menu a {
  color: white;
}

.menu-button,
.language-list,
.desktop-menu-stuff {
  font-family: "Interstate Regular";
  font-size: 14px;
}

.desktop-menu-stuff {
  display: none;
  margin-right: 79px;
  margin-top: 3.1rem;
}
@media (min-width: 980px) {
  .desktop-menu-stuff {
    display: inline-block;
  }
}
@media (max-height: 430px) and (min-width: 455px) {
  .desktop-menu-stuff {
    display: inline-block;
    margin-top: 5px;
    margin-right: 34px;
    max-width: 233px;
  }
}
.desktop-menu-stuff p:first-of-type {
  color: white;
  max-width: 240px;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin-bottom: 19px;
}
.desktop-menu-stuff span:first-of-type {
  color: #ffbb38;
  display: inline-block;
  font-family: "Interstate Bold";
  font-size: 12px;
  letter-spacing: 1.2px;
}
@media (max-height: 430px) and (min-width: 455px) {
  .desktop-menu-stuff span:first-of-type {
    margin-bottom: 5px;
  }
}

@media (min-width: 980px) {
  .mobile-menu-stuff {
    display: none;
  }
}
@media (max-height: 430px) and (min-width: 455px) {
  .mobile-menu-stuff {
    display: none;
  }
}
@media (max-height: 730px) {
  .mobile-menu-stuff {
    margin-top: 21px;
  }
}

.desktop-menu-stuff,
.menu {
  vertical-align: top;
}

.primary-menu-wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.primary-menu-wrap .menu-item-has-children {
  white-space: nowrap;
}
.primary-menu-wrap .menu-item-has-children a {
  white-space: normal;
}
.primary-menu-wrap #menu-top-level-nav,
.primary-menu-wrap #menu-top-level-nav-fr {
  transition: transform 0.3s;
  transform: translateX(0);
  max-width: 500px;
}
.primary-menu-wrap #menu-top-level-nav > .menu-item:hover > a,
.primary-menu-wrap #menu-top-level-nav-fr > .menu-item:hover > a {
  color: #f5bb17;
}
.primary-menu-wrap #menu-top-level-nav > .menu-item:hover > button > svg > path,
.primary-menu-wrap #menu-top-level-nav-fr > .menu-item:hover > button > svg > path {
  fill: #f5bb17;
}
.primary-menu-wrap #menu-top-level-nav > .menu-item-has-children,
.primary-menu-wrap #menu-top-level-nav-fr > .menu-item-has-children {
  padding-right: 35px;
}
.primary-menu-wrap #menu-top-level-nav.moveOver,
.primary-menu-wrap #menu-top-level-nav-fr.moveOver {
  transform: translateX(-150%);
}
.primary-menu-wrap .moveOver .sub-menu {
  overflow-y: scroll;
}
.primary-menu-wrap .sub-menu {
  display: none;
  margin: 2.9rem 0 4.7rem;
  padding: 0;
  position: absolute;
  top: 0;
  left: calc(150%);
  height: 100%;
  white-space: normal;
  -ms-overflow-style: none;
  width: 286px;
}
.primary-menu-wrap .sub-menu a:not(.submenu-title) {
  font-size: 24px;
}
@media (max-width: 979px) and (max-height: 650px) {
  .primary-menu-wrap .sub-menu a:not(.submenu-title) {
    font-size: 18px;
  }
}
@media (max-height: 430px) and (min-width: 455px) {
  .primary-menu-wrap .sub-menu a:not(.submenu-title) {
    font-size: 14px;
  }
}
.primary-menu-wrap .sub-menu li {
  margin: 0;
}
.primary-menu-wrap .sub-menu.sub-menu-selected {
  display: block;
}
.primary-menu-wrap .sub-menu:before {
  content: "";
  width: 286px;
  height: 10%;
  position: fixed;
  left: 150%;
  top: 104%;
  background: linear-gradient(rgba(6, 23, 50, 0), #061732);
}
@media (max-height: 430px) and (min-width: 455px) {
  .primary-menu-wrap .sub-menu:before {
    top: 97%;
    width: 286px;
  }
}
@media (max-width: 979px) and (max-height: 730px) and (min-height: 649px) {
  .primary-menu-wrap .sub-menu:before {
    top: 96%;
  }
}
@media (max-width: 979px) and (max-height: 650px) {
  .primary-menu-wrap .sub-menu:before {
    top: 100%;
  }
}
.primary-menu-wrap .submenu-back-btn {
  position: fixed;
  top: 0;
  background-color: transparent;
  border: none;
  font-family: "Interstate Regular";
  outline: none;
  padding-left: 0;
  cursor: pointer;
}
.primary-menu-wrap .submenu-back-btn:after {
  content: "Back";
  position: absolute;
  color: white;
  margin-left: 10px;
  font-size: 0.6em;
  bottom: 8px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .primary-menu-wrap .submenu-back-btn {
    /* IE10+ */
    position: static;
  }
}
.primary-menu-wrap .submenu-back-btn svg {
  height: 20px;
  width: 20px;
}
.primary-menu-wrap .submenu-back-btn:hover > svg > path {
  fill: #f5bb17;
}
.primary-menu-wrap .submenu-back-btn:hover:after {
  color: #f5bb17;
}
.primary-menu-wrap .submenu-title {
  color: white;
  display: inline-block;
  font-size: 38px;
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 979px) and (max-height: 650px) {
  .primary-menu-wrap .submenu-title {
    font-size: 26px;
    margin-top: 0;
  }
}
@media (max-height: 430px) and (min-width: 455px) {
  .primary-menu-wrap .submenu-title {
    font-size: 21px;
  }
}
.primary-menu-wrap .see-submenu-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 25px;
  outline: none;
  margin-top: 5px;
  margin-left: -64px;
  transform: translateX(62px);
  vertical-align: text-top;
  padding-top: 0px;
  padding-right: 1em;
  padding-bottom: 0px;
  padding-left: 1em;
}
@media (max-height: 430px) and (min-width: 455px) {
  .primary-menu-wrap .see-submenu-btn {
    margin-top: 0;
    height: 22px;
  }
}
.primary-menu-wrap .see-submenu-btn svg {
  height: 20px;
  vertical-align: text-top;
}
@media (max-height: 430px) and (min-width: 455px) {
  .primary-menu-wrap .see-submenu-btn svg {
    height: 18px;
  }
}
@media (max-height: 650px) {
  .primary-menu-wrap .see-submenu-btn {
    margin-top: 0;
  }
}

.social-links__wrap {
  color: white;
  font-family: "Interstate Regular";
  font-size: 14px;
}
.social-links__wrap a {
  text-decoration: none;
}
.social-links__wrap a:hover, .social-links__wrap a:focus {
  opacity: 0.8;
}
.social-links__wrap div:first-child {
  margin-bottom: 25px;
}
@media (max-width: 979px) and (max-height: 520px) {
  .social-links__wrap div:first-child {
    margin-bottom: 21px;
  }
}
@media (max-height: 430px) and (min-width: 455px) {
  .social-links__wrap div:first-child {
    margin-bottom: 13px;
  }
}
.social-links__wrap svg {
  padding: 0 16px;
  vertical-align: middle;
}
.social-links__wrap svg:nth-of-type(1) {
  height: 15.38px;
  padding-left: 0;
}
.social-links__wrap svg:nth-of-type(2) {
  height: 20px;
}
.social-links__wrap svg:nth-of-type(3) {
  height: 26px;
}
.social-links__wrap svg:nth-of-type(4) {
  height: 15.38px;
}
.social-links__wrap svg:nth-of-type(5) {
  height: 12.31px;
  padding-right: 0;
}

.desktop-menu-stuff .social-links__wrap svg {
  padding: 0 7px;
  vertical-align: middle;
}

.vert-social-links {
  color: white;
  position: absolute;
  display: none;
  text-align: center;
  right: 0;
  top: 260px;
}
.vert-social-links a {
  text-decoration: none;
}
.vert-social-links a:hover, .vert-social-links a:focus {
  opacity: 0.8;
}
.vert-social-links span {
  display: inline-block;
  font-family: "Interstate Bold";
  font-size: 12px;
  transform: rotate(-90deg) translateX(-35px);
}
.vert-social-links svg {
  padding: 5.5px 0;
}
@media (min-width: 850px) {
  .vert-social-links {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .vert-social-links {
    right: 150px;
  }
}

.email-sign-up__wrap {
  color: white;
  font-family: "Interstate Regular";
  font-size: 14px;
  margin-bottom: 84px;
}
@media (max-height: 600px) {
  .email-sign-up__wrap {
    margin-bottom: 34px;
  }
}
.email-sign-up__wrap label {
  display: block;
}
@media (min-width: 980px) {
  .email-sign-up__wrap label {
    margin-top: 3em;
  }
}
@media (max-width: 979px) and (max-height: 520px) {
  .email-sign-up__wrap {
    margin-bottom: 21px;
  }
  .email-sign-up__wrap label {
    margin-bottom: 5px;
  }
}
@media (max-height: 430px) and (min-width: 455px) {
  .email-sign-up__wrap label {
    margin-top: 13px;
    margin-bottom: -9px;
  }
}

.email-sign-up {
  border-bottom: 2px solid white;
  flex-grow: 1;
  max-width: 297px;
  padding-bottom: 9px;
  margin-right: 16px;
  white-space: nowrap;
}
.email-sign-up input {
  background: transparent;
  border: none;
  color: white;
  font-size: 13px;
  margin-left: 3px;
  letter-spacing: 1px;
  width: 85%;
}
.email-sign-up input::placeholder {
  color: #9BA2AD;
}
.email-sign-up svg {
  fill: #9BA2AD;
  height: 12px;
}

.btn-submit {
  margin-bottom: -7px;
  line-height: 6px;
  padding: 0;
  background: transparent;
  border: none;
}

.flexy-email {
  align-items: flex-end;
  display: flex;
}

.desktop-menu-stuff .email-sign-up {
  max-width: 180px;
}

.sign-up-section .email-sign-up__wrap {
  display: inline-block;
  margin-bottom: 0;
}
.sign-up-section input::placeholder {
  color: white;
  opacity: 0.6;
}
.sign-up-section .email-sign-up,
.sign-up-section button {
  display: inline-block;
  vertical-align: bottom;
}
.sign-up-section .email-sign-up {
  text-align: left;
  max-width: 247px;
}
.sign-up-section .email-sign-up g {
  stroke: rgba(255, 255, 255, 0.6);
}

footer {
  background: url(../assets/img/buildings.png) no-repeat, #061732;
  background-position: bottom;
  background-size: 100%;
  color: white;
  padding: 50px 30px;
  overflow: hidden;
}
footer .vr {
  display: none;
  height: 56px;
  border-left: 2px solid #f3f3f3;
  margin: 0 26px;
  vertical-align: top;
}
@media (min-width: 500px) {
  footer .vr {
    display: inline-block;
  }
}
footer .setting {
  display: block;
  font-family: "Interstate Regular";
  font-size: 21px;
  letter-spacing: 0.1px;
  margin-top: 18px;
  vertical-align: top;
  line-height: 1.3;
}
@media (min-width: 500px) {
  footer .setting {
    display: inline-block;
    margin-top: 0;
  }
}
footer .footer__donors {
  margin-top: 65px;
}
footer .footer__donors span:first-child {
  font-family: "Interstate Regular";
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}
footer .footer__donors a {
  color: white;
  text-decoration: none;
  display: inline-block;
  font-family: "Interstate Regular";
  font-size: 14px;
}
footer .footer__donors a:hover {
  text-decoration: underline;
}
footer .footer__left-content {
  display: inline-block;
}
footer .footer__donors-floaty {
  margin-bottom: 15px;
  height: 36px;
  white-space: nowrap;
}
footer .footer__donors-floaty * {
  font-family: "Interstate Extra Light";
  display: inline-block;
  margin-right: 2em;
}
footer .footer__menu {
  font-family: "Interstate Regular";
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1px;
  list-style-type: none;
  padding-left: 0;
  margin: 45px 0;
}
footer .footer__menu a {
  color: white;
  text-decoration: none;
}
footer li {
  margin: 12px 0;
}
@media (min-width: 980px) {
  footer {
    height: 300px;
    padding: 50px 141px 190px 122px;
  }
  footer nav {
    float: right;
  }
  footer ul,
footer li:first-child {
    margin-top: 0;
  }
}

.footer-logo {
  background: url(../assets/img/wd-conference-logo.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  height: 35px;
  vertical-align: top;
  width: 134px;
}
@media (min-width: 500px) {
  .footer-logo {
    height: 53px;
    width: 207px;
  }
}

.page-template-blank-page .secondary-header .three-arrows > .inner {
  background-image: url(../assets/img/TOUR-2-HEADER.png);
  background-size: 46%;
}
@media (min-width: 550px) {
  .page-template-blank-page .secondary-header .three-arrows > .inner {
    background-size: 70%;
  }
}

.secondary-header {
  padding: 20px 0 0px 30px;
}
@media (min-width: 550px) {
  .secondary-header {
    padding: 20px 30px 0px;
  }
}
@media (min-width: 1200px) {
  .secondary-header {
    padding: 42px 173px 0px;
  }
}
.secondary-header .three-arrows {
  position: relative;
  height: 310px;
}
.secondary-header .three-arrows .inner {
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 310px;
  min-width: 1000px;
  right: 0;
  position: absolute;
}
.secondary-header .three-arrows__202 > .inner,
.secondary-header .three-arrows__173 > .inner {
  background-image: url(../assets/img/ABOUT-HEADER.png);
  background-size: 45%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__202 > .inner,
.secondary-header .three-arrows__173 > .inner {
    background-size: 59%;
  }
}
.secondary-header .three-arrows__1735 > .inner,
.secondary-header .three-arrows__2649 > .inner,
.secondary-header .three-arrows__2630 > .inner,
.secondary-header .three-arrows__2646 > .inner,
.secondary-header .three-arrows__2638 > .inner,
.secondary-header .three-arrows__1677 > .inner,
.secondary-header .three-arrows__1722 > .inner,
.secondary-header .three-arrows__1730 > .inner,
.secondary-header .three-arrows__1347 > .inner,
.secondary-header .three-arrows__1396 > .inner {
  background-image: url(../assets/img/DIGITAL-POSTERS-HEADER.png);
  background-size: 45%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__1735 > .inner,
.secondary-header .three-arrows__2649 > .inner,
.secondary-header .three-arrows__2630 > .inner,
.secondary-header .three-arrows__2646 > .inner,
.secondary-header .three-arrows__2638 > .inner,
.secondary-header .three-arrows__1677 > .inner,
.secondary-header .three-arrows__1722 > .inner,
.secondary-header .three-arrows__1730 > .inner,
.secondary-header .three-arrows__1347 > .inner,
.secondary-header .three-arrows__1396 > .inner {
    background-size: 59%;
  }
}
.secondary-header .three-arrows__1689 > .inner,
.secondary-header .three-arrows__1701 > .inner,
.secondary-header .three-arrows__1368 > .inner,
.secondary-header .three-arrows__1391 > .inner {
  background-image: url(../assets/img/EXHIBITORS-HEADER.png);
  background-size: 43%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__1689 > .inner,
.secondary-header .three-arrows__1701 > .inner,
.secondary-header .three-arrows__1368 > .inner,
.secondary-header .three-arrows__1391 > .inner {
    background-size: 73%;
  }
}
.secondary-header .three-arrows__1283 > .inner,
.secondary-header .three-arrows__1219 > .inner,
.secondary-header .three-arrows__1516 > .inner,
.secondary-header .three-arrows__1572 > .inner,
.secondary-header .three-arrows__1456 > .inner {
  background-image: url(../assets/img/FILM-FEST-HEADER.png);
  background-size: 45%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__1283 > .inner,
.secondary-header .three-arrows__1219 > .inner,
.secondary-header .three-arrows__1516 > .inner,
.secondary-header .three-arrows__1572 > .inner,
.secondary-header .three-arrows__1456 > .inner {
    background-size: 69%;
  }
}
.secondary-header .three-arrows__9 > .inner,
.secondary-header .three-arrows__14 > .inner {
  background-image: url(../assets/img/TOUR-1-HEADER.png);
  background-size: 39%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__9 > .inner,
.secondary-header .three-arrows__14 > .inner {
    background-size: 62%;
  }
}
.secondary-header .three-arrows__410 > .inner,
.secondary-header .three-arrows__374 > .inner,
.secondary-header .three-arrows__371 > .inner,
.secondary-header .three-arrows__332 > .inner,
.secondary-header .page-template-blank-page > .three-arrows > .inner {
  background-image: url(../assets/img/TOUR-2-HEADER.png);
  background-size: 46%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__410 > .inner,
.secondary-header .three-arrows__374 > .inner,
.secondary-header .three-arrows__371 > .inner,
.secondary-header .three-arrows__332 > .inner,
.secondary-header .page-template-blank-page > .three-arrows > .inner {
    background-size: 70%;
  }
}
.secondary-header .three-arrows__1656 > .inner,
.secondary-header .three-arrows__1685 > .inner,
.secondary-header .three-arrows__1358 > .inner,
.secondary-header .three-arrows__1401 > .inner {
  background-image: url(../assets/img/SIDE-EVENTS-HEADER.png);
  background-size: 43%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__1656 > .inner,
.secondary-header .three-arrows__1685 > .inner,
.secondary-header .three-arrows__1358 > .inner,
.secondary-header .three-arrows__1401 > .inner {
    background-size: 63%;
  }
}
.secondary-header .three-arrows__1496 > .inner,
.secondary-header .three-arrows__1707 > .inner,
.secondary-header .three-arrows__1715 > .inner,
.secondary-header .three-arrows__1377 > .inner,
.secondary-header .three-arrows__1407 > .inner {
  background-image: url(../assets/img/SATELLITE-HEADER.png);
  background-size: 43%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__1496 > .inner,
.secondary-header .three-arrows__1707 > .inner,
.secondary-header .three-arrows__1715 > .inner,
.secondary-header .three-arrows__1377 > .inner,
.secondary-header .three-arrows__1407 > .inner {
    background-size: 73%;
  }
}
.secondary-header .three-arrows__751 > .inner,
.secondary-header .three-arrows__605 > .inner {
  background-image: url(../assets/img/SPEAKERS-HEADER.png);
  background-size: 43%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__751 > .inner,
.secondary-header .three-arrows__605 > .inner {
    background-size: 73%;
  }
}
.secondary-header .three-arrows__334 > .inner,
.secondary-header .three-arrows__381 > .inner,
.secondary-header .three-arrows__378 > .inner,
.secondary-header .three-arrows__416 > .inner,
.secondary-header .three-arrows__849 > .inner,
.secondary-header .three-arrows__768 > .inner {
  background-image: url(../assets/img/TOUR-3-HEADER.png);
  background-size: 37%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__334 > .inner,
.secondary-header .three-arrows__381 > .inner,
.secondary-header .three-arrows__378 > .inner,
.secondary-header .three-arrows__416 > .inner,
.secondary-header .three-arrows__849 > .inner,
.secondary-header .three-arrows__768 > .inner {
    background-size: 68%;
  }
}
.secondary-header .three-arrows__21 > .inner,
.secondary-header .three-arrows__97 > .inner {
  background-image: url(../assets/img/PROGRAM-HEADER.png);
  background-size: 44%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__21 > .inner,
.secondary-header .three-arrows__97 > .inner {
    background-size: 67%;
  }
}
.secondary-header .three-arrows__88 > .inner,
.secondary-header .three-arrows__171 > .inner {
  background-image: url(../assets/img/SCHOLARSHIPS-HEADER.png);
  background-size: 43%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__88 > .inner,
.secondary-header .three-arrows__171 > .inner {
    background-size: 66%;
  }
}
.secondary-header .three-arrows__24 > .inner,
.secondary-header .three-arrows__43 > .inner {
  background-image: url(../assets/img/SPONSORS-HEADER.png);
  background-size: 45%;
}
@media (min-width: 550px) {
  .secondary-header .three-arrows__24 > .inner,
.secondary-header .three-arrows__43 > .inner {
    background-size: 66%;
  }
}
.secondary-header .breadcrumb {
  color: white;
  font-family: "Interstate Bold";
  font-size: 18px;
}
.secondary-header .breadcrumb a {
  text-decoration: none;
  font-family: "Interstate Regular";
}
.secondary-header .breadcrumb a:hover,
.secondary-header .breadcrumb a:focus {
  text-decoration: underline;
}
.secondary-header .breadcrumb a:visited {
  color: white;
}
.secondary-header .breadcrumb span {
  font-family: "Interstate Regular";
}
.secondary-header .hr {
  border: 1px solid white;
  margin: 26px 0 42px 0;
  width: 35px;
  border-radius: 5px;
}
.secondary-header .secondary-page-title {
  color: white;
  font-family: "Interstate Black";
  font-size: 50px;
  width: 309px;
  line-height: 1.2;
  text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);
}
.secondary-header .inner-content {
  max-width: 60%;
  padding-top: 10px;
  position: absolute;
  z-index: 10;
}

.mini-nav {
  background-color: #061732;
  box-sizing: border-box;
  box-shadow: 0px 0px 25px black;
  padding: 17px 20px 20px 20px;
  position: fixed;
  width: 100%;
  z-index: 90;
  opacity: 0;
  top: 0;
  transform: translate3d(0, -100%, 0);
  transition-duration: 1s;
  transition-property: transform, opacity;
}
@media (min-width: 1200px) {
  .mini-nav {
    padding: 29px 173px 19px;
  }
}
.mini-nav .site-header__logo {
  height: 35px;
  width: 84px;
}
@media (min-width: 850px) {
  .mini-nav .site-header__logo {
    height: 34px;
    width: 127px;
  }
}
.mini-nav .mini-nav-info {
  font-family: "Interstate Regular";
  letter-spacing: 0.2px;
  display: inline-block;
  border-left: 2px solid #f3f3f3;
  height: 100%;
  margin-left: 22px;
  padding: 7px 0 7px 21px;
  vertical-align: middle;
}
.mini-nav .mini-nav-info span:first-child {
  font-size: 14.1px;
  font-weight: bold;
  color: #ffbb38;
}
.mini-nav .mini-nav-info span:last-child {
  font-size: 11.3px;
  letter-spacing: 0.2px;
  color: white;
  margin-top: 5px;
  display: inline-block;
}
.mini-nav .menu-button {
  margin-left: 50px;
  transform: translateY(4px);
}
@media (min-width: 850px) {
  .mini-nav .menu-button {
    transform: translateY(-6px);
  }
}
@media (min-width: 1200px) {
  .mini-nav .menu-button {
    transform: translateY(-3px);
  }
}
.mini-nav .btn-turquoise,
.mini-nav .mini-nav-info {
  display: none;
}
@media (min-width: 850px) {
  .mini-nav .btn-turquoise,
.mini-nav .mini-nav-info {
    display: inline-block;
  }
}

.mini-nav.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.home .arrow-lady::before {
  background: url(../assets/img/arrow-outline.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translateX(15px) translateY(18px) scale(1.02);
}
body.home .arrow-lady::after {
  background: url(../assets/img/yellow-woman.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translateX(188px) translateY(100px) scale(1.3);
}
@media (min-width: 700px) {
  body.home .arrow-lady::after {
    transform: translateX(255px) translateY(64px) scale(1.08);
  }
}
@media (min-width: 1200px) {
  body.home .arrow-lady::after {
    transform: translateX(255px) translateY(64px) scale(1.08);
  }
}
body.home .arrow-lady {
  height: 496px;
  width: 569px;
  position: absolute;
  right: 10px;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}
@media (min-width: 400px) {
  body.home .arrow-lady {
    top: -63px;
  }
}
@media (min-width: 550px) {
  body.home .arrow-lady {
    top: 0;
  }
}
@media (min-width: 760px) {
  body.home .arrow-lady {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  body.home .arrow-lady {
    height: 702px;
    width: 804px;
  }
}
body.home .hero__section {
  overflow: hidden;
  position: relative;
  width: 100%;
}
body.home .hero__wrap {
  margin: 47px 30px 0;
  position: relative;
}
@media (min-width: 400px) {
  body.home .hero__wrap {
    margin: 110px 30px 0;
  }
}
@media (min-width: 550px) {
  body.home .hero__wrap {
    margin: 30px 30px 0;
  }
}
@media (min-width: 700px) {
  body.home .hero__wrap {
    margin: 0 30px 4em;
  }
}
body.home .hero {
  color: white;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  padding-top: 3em;
  padding-bottom: 194px;
}
@media (min-width: 700px) {
  body.home .hero {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body.home .hero {
    width: 70%;
    max-width: 900px;
    transform: translateX(-40px);
  }
}
body.home .hero .inner {
  padding: 45px 0 38px;
}
@media (min-width: 400px) {
  body.home .hero .inner {
    padding: 98px 0 38px;
  }
}
@media (min-width: 550px) {
  body.home .hero .inner {
    padding: 55px 0 38px;
  }
}
@media (min-width: 1200px) {
  body.home .hero .inner {
    transform: translateX(-30px);
  }
}
body.home .hero .inner div:nth-child(1) {
  font-family: "Interstate Regular";
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 18px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
}
@media (min-width: 1200px) {
  body.home .hero .inner div:nth-child(1) {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
body.home .hero .inner .hr {
  border: 1px solid white;
  width: 35px;
  border-radius: 5px;
}
body.home .hero .inner h1 {
  font-family: "Interstate Black";
  font-size: 42px;
  margin: 34px 0;
  text-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);
}
@media (min-width: 700px) {
  body.home .hero .inner h1 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  body.home .hero .inner h1 {
    font-size: 89px;
    line-height: 99px;
    margin: 41px 0;
  }
}
body.home .hero .inner div:nth-child(4) {
  font-family: "Interstate Regular";
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 24px;
  max-width: 27em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.49);
}
@media (min-width: 1200px) {
  body.home .hero .inner div:nth-child(4) {
    font-size: 18px;
    letter-spacing: 0.6;
    margin-bottom: 66px;
  }
}
@media (min-width: 550px) {
  body.home .hero .inner .btn-yellow,
body.home .hero .inner div:nth-child(4) {
    margin-left: 4em;
  }
}
body.home .carousel__wrap {
  padding-top: 63px;
  overflow: hidden;
  transform: translateY(-63px);
  margin-bottom: -63px;
}
body.home .carousel__wrap.carousel__wrap--type1 .slick-slide {
  margin: 0 5px;
  transform: translateY(-63px);
}
@media (min-width: 980px) {
  body.home .carousel__wrap.carousel__wrap--type1 .slick-slide {
    margin: 0 19px;
  }
}
body.home .carousel__card .inner {
  background: linear-gradient(45deg, white 0%, white 32%, rgba(238, 238, 238, 0.33) 32%, rgba(238, 238, 238, 0.33) 65%, white 65%, white 100%), white;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  border: solid 1px #e3e3e3;
}
@media (min-width: 980px) {
  body.home .carousel__card .inner {
    background: linear-gradient(45deg, white 0%, white 21%, rgba(238, 238, 238, 0.33) 21%, rgba(238, 238, 238, 0.33) 35%, white 35%, white 100%), white;
  }
}
body.home .carousel__card p {
  color: #061732;
  font-family: "Interstate Regular";
}
body.home .carousel__card .hr {
  border-bottom: 2px solid #ffbb38;
  width: 25px;
}
body.home .carousel__card--type1 .btn-blue-trans {
  display: inline-block;
  margin-top: 0;
  position: absolute;
  bottom: 2em;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 980px) {
  body.home .carousel__card--type1 .btn-blue-trans {
    left: 50px;
    transform: none;
  }
}
body.home .carousel__card--type1 .inner {
  display: flex;
  flex-direction: column;
  padding: 25px 0 34px;
  text-align: center;
  height: 548px;
}
@media (min-width: 400px) {
  body.home .carousel__card--type1 .inner {
    height: 458px;
  }
}
@media (min-width: 500px) {
  body.home .carousel__card--type1 .inner {
    height: 398px;
  }
}
@media (min-width: 980px) {
  body.home .carousel__card--type1 .inner {
    height: 288px;
  }
}
body.home .carousel__card--type1 p {
  font-size: 20px;
  margin: 42px auto 45px;
  max-width: 670px;
  padding: 0 23px;
  line-height: 1.3;
}
body.home .carousel__card--type1 .hr {
  margin: 0 auto;
}
body.home .carousel__card--type1 a {
  color: #061732;
  display: block;
  font-family: "Interstate Regular";
  font-size: 14px;
  margin-top: 27px;
  text-decoration: none;
  opacity: 0.6;
}
body.home .carousel__card--type1 a:active, body.home .carousel__card--type1 a:focus {
  outline: none;
}
body.home .carousel__card--type1 a span {
  font-weight: bold;
}
body.home .carousel__card--type1 .carousel__card-icon {
  background-size: contain;
  margin: 0 auto;
  height: 114px;
  width: 114px;
}
@media (min-width: 980px) {
  body.home .carousel__card--type1 .inner {
    flex-direction: row;
    text-align: left;
    padding: 39px 50px 53px;
    justify-content: space-between;
  }
  body.home .carousel__card--type1 .hr {
    margin: 0;
  }
  body.home .carousel__card--type1 a {
    display: inline-block;
  }
  body.home .carousel__card--type1 p {
    padding-left: 0;
  }
  body.home .carousel__card--type1 .carousel__card-icon {
    order: 1;
    margin: auto 0;
    height: 238px;
    width: 238px;
  }
}
body.home .carousel__card--type2 .inner {
  padding: 30px 30px 50px;
  text-align: left;
  height: 518px;
}
@media (min-width: 760px) {
  body.home .carousel__card--type2 .inner {
    padding: 60px 70px 70px;
  }
}
@media (min-width: 400px) {
  body.home .carousel__card--type2 .inner {
    height: 358px;
  }
}
@media (min-width: 500px) {
  body.home .carousel__card--type2 .inner {
    height: 288px;
  }
}
@media (min-width: 700px) {
  body.home .carousel__card--type2 .inner {
    height: 188px;
  }
}
@media (min-width: 1000px) {
  body.home .carousel__card--type2 .inner {
    height: 188px;
  }
}
body.home .carousel__card--type2 .carousel__card-icon {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}
body.home .carousel__card--type2 p {
  display: inline-block;
  font-size: 22px;
  line-height: 1.2;
  margin: 20px 0;
  max-width: 670px;
}
@media (min-width: 760px) {
  body.home .carousel__card--type2 p {
    padding-left: 26px;
    width: 85%;
  }
}
body.home .carousel__card--type2 .carousel__card--type2__citation {
  color: #636363;
  font-family: "Interstate Regular";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin-top: 22px;
}
@media (min-width: 760px) {
  body.home .carousel__card--type2 .carousel__card--type2__citation,
body.home .carousel__card--type2 .hr {
    margin-left: 75px;
  }
}
body.home .carousel {
  text-align: center;
}
body.home .carousel__card-title {
  color: light-blue;
  font-family: "Interstate Bold";
  font-size: 30px;
  letter-spacing: 0.5px;
  margin: 21px 0 22px;
}
body.home .slick-dots {
  height: 10px;
  margin: 0 auto;
  padding: 0;
  transform: translateY(-40px);
  width: 340px;
}
@media (min-width: 400px) {
  body.home .slick-dots {
    width: 390px;
  }
}
body.home .slick-dots li {
  background-color: #dbdbdb;
  cursor: pointer;
  display: inline-block;
  float: left;
  list-style-type: none;
  margin: 0 10px;
  height: 10px;
  width: 80px;
}
body.home .slick-dots .slick-active {
  background-color: #061732;
}
body.home .slick-dots button {
  display: none;
}
body.home .speakers__section,
body.home .program__section {
  padding: 0 30px 145px 30px;
}
body.home .speakers__section h1,
body.home .program__section h1 {
  font-family: "Interstate Black";
  font-size: 50px;
  text-transform: uppercase;
  margin-top: 114px;
  margin-bottom: 22px;
}
body.home .speakers__section .inner,
body.home .program__section .inner {
  margin: 0 auto;
  max-width: 434px;
}
@media (min-width: 760px) {
  body.home .speakers__section .inner,
body.home .program__section .inner {
    max-width: 980px;
  }
}
body.home .speakers__section .inner > .hr,
body.home .program__section .inner > .hr {
  border: 2px solid #ffbb38;
  border-radius: 5px;
  width: 139px;
}
body.home .speakers__section .inner > p:nth-of-type(1),
body.home .program__section .inner > p:nth-of-type(1) {
  font-family: "Interstate Regular";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin: 40px 0 60px;
  max-width: 420px;
}
@media (min-width: 1200px) {
  body.home .speakers__section .inner > p:nth-of-type(1),
body.home .program__section .inner > p:nth-of-type(1) {
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 1.3px;
    margin: 56px 0 60px;
    max-width: 550px;
  }
}
body.home .speakers__section {
  background-color: white;
  overflow-x: hidden;
  padding-top: 1px;
}
@media (min-width: 760px) and (max-width: 1018px) {
  body.home .speakers__section > .inner {
    max-width: 660px;
  }
}
body.home .speakers__section > .inner > h1 {
  max-width: 710px;
}
body.home .speakers__section > .inner > div:last-child {
  text-align: center;
}
@media (max-width: 1018px) {
  body.home .speaker__item:nth-child(1) {
    transform: translateY(480px);
  }
  body.home .speaker__item:nth-child(2) {
    transform: translateY(-480px);
  }
}
@media (max-width: 760px) {
  body.home .speaker__item:nth-child(1) {
    transform: translateY(560px);
  }
  body.home .speaker__item:nth-child(2) {
    transform: translateY(-580px);
  }
}
body.home .speaker__item {
  max-width: 348px;
  margin-bottom: 80px;
  position: relative;
  display: block;
  vertical-align: top;
}
@media (min-width: 1018px) {
  body.home .speaker__item {
    margin-bottom: 150px;
    display: inline-block;
    width: 348px;
  }
  body.home .speaker__item:nth-child(odd) {
    margin-right: 242px;
    transform: translateY(150px);
  }
  body.home .speaker__item:last-child:nth-child(odd) {
    margin-left: 590px;
    margin-top: -130px;
  }
}
@media (min-width: 760px) {
  body.home .speaker__item {
    height: 400px;
  }
}
body.home .speaker__item__text {
  margin: 1em;
}
body.home .speaker__item__text > .hr {
  border: 2px solid #ffbb38;
  border-radius: 5px;
  width: 35px;
  margin: 12px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
  body.home .speaker__item__text {
    margin: 0;
    position: static;
  }
}
body.home .speaker__item__name {
  cursor: pointer;
  font-family: "Interstate Bold";
  font-size: 23px;
  line-height: normal;
  letter-spacing: 0.6px;
  max-width: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
  body.home .speaker__item__name {
    max-width: 178px;
  }
}
body.home .speaker__item__title {
  font-family: "Interstate Regular";
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.5px;
  max-width: none;
  position: relative;
  z-index: 1;
  color: #5f6b7d;
}
@media (min-width: 760px) {
  body.home .speaker__item__title {
    max-width: 225px;
  }
}
body.home .speaker__item__title-2 {
  z-index: 1;
  position: relative;
  margin: 10px 0 0;
  color: #061732;
  font-size: 18px;
  font-family: "Interstate Regular";
  line-height: 25px;
  max-width: none;
}
@media (min-width: 760px) {
  body.home .speaker__item__title-2 {
    max-width: 230px;
  }
}
body.home .speaker__item__image {
  cursor: pointer;
  bottom: 173px;
  width: 100%;
}
@media (min-width: 760px) {
  body.home .speaker__item__image {
    margin-left: 140px;
    bottom: auto;
    position: absolute;
    top: 0;
  }
}
body.home .program__section {
  color: white;
  overflow: hidden;
}
@media (min-width: 980px) {
  body.home .program__section > .inner {
    transform: translateX(-65px);
  }
}
body.home .program__section .inner > p:nth-of-type(2) {
  font-family: "Interstate Regular";
  font-size: 16px;
  line-height: 22.6px;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
  max-width: 420px;
}
@media (min-width: 1200px) {
  body.home .program__section .inner > p:nth-of-type(2) {
    font-size: 16px;
    margin-bottom: 83px;
    max-width: 550px;
  }
}
body.home .program__section .btn-white-trans {
  margin-left: 27px;
}
body.home .program__item {
  margin-bottom: 100px;
  transition: transform 1s;
}
body.home .program__item h2 {
  font-family: "Interstate Bold";
  font-size: 48px;
  margin-top: -19px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  body.home .program__item h2 {
    font-size: 48px;
    margin-top: -25px;
    margin-bottom: 24px;
  }
}
body.home .program__item img {
  max-width: 453px;
  width: 100%;
  border-radius: 10px;
}
body.home .program__item .hr {
  width: 35px;
  border: 2px solid white;
  border-radius: 5px;
}
body.home .program__item p {
  max-width: 402px;
  font-family: "Interstate Regular";
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 22px;
  margin-top: 28px;
}
@media (min-width: 1200px) {
  body.home .program__item p {
    margin-top: 42px;
  }
}
body.home .program__item h2,
body.home .program__item p,
body.home .program__item .hr {
  margin-left: 27px;
}
body.home .program__item__words:first-child {
  display: none;
}
@media (min-width: 760px) {
  body.home .program__section h1,
body.home .speakers__section h1 {
    font-size: 89px;
    margin-top: 81px;
  }
  body.home .program__section .btn-white-trans {
    margin: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body.home .program__item:nth-of-type(2),
body.home .program__item:nth-of-type(4) {
    background: url(../assets/img/bg-arrow-blue.png) no-repeat;
    background-position: top 50px right;
    background-size: 305px;
  }
  body.home .program__item:nth-of-type(2) .program__item__words,
body.home .program__item:nth-of-type(4) .program__item__words {
    display: inline-block;
    vertical-align: top;
    transform: translateY(50%);
  }
  body.home .program__item:nth-of-type(2) .program__item__words h2,
body.home .program__item:nth-of-type(4) .program__item__words h2 {
    margin-left: -66px;
  }
  body.home .program__item:nth-of-type(2) .program__item__words,
body.home .program__item:nth-of-type(4) .program__item__words {
    position: absolute;
  }
  body.home .program__item:nth-of-type(3) {
    background: url(../assets/img/bg-arrow-blue.png) no-repeat;
    background-position: top 40px left;
    background-size: 305px;
    min-height: 360px;
    margin-left: -26px;
    margin-bottom: 140px;
  }
  body.home .program__item:nth-of-type(3) .program__item__words:first-child {
    display: inline-block;
    padding-left: 50px;
    vertical-align: top;
    transform: translateY(50%);
  }
  body.home .program__item:nth-of-type(3) .program__item__words:first-child h2 {
    margin-left: -26px;
  }
  body.home .program__item:nth-of-type(3) img {
    position: absolute;
    margin-left: 40px;
    z-index: -1;
  }
  body.home .program__item:nth-of-type(3) .program__item__words:last-child {
    display: none;
  }
}
body.home .sign-up-section h1,
body.home .sign-up-section .inner {
  padding: 0 30px;
}
@media (min-width: 980px) {
  body.home .program__section h1,
body.home .program__section .inner > .hr {
    margin-left: 63px;
  }
  body.home .program__section .inner > p:not(.fakeout) {
    margin-left: 63px;
  }
  body.home .program__item {
    margin-left: 63px;
  }
  body.home .program__item:nth-of-type(3) {
    margin-left: 6px;
  }
  body.home .program__item:nth-of-type(4) {
    margin-top: 186px;
  }
}
@media (min-width: 1200px) {
  body.home .program__section h1,
body.home .program__section .inner > .hr,
body.home .speakers__section h1,
body.home .speakers__section .inner > .hr {
    margin-left: 6px;
  }
}
@media (min-width: 1200px) {
  body.home .program__item__words {
    transform: translateY(40%) !important;
  }
}
body.home .sponsors-section {
  background-color: #76b84d;
  color: white;
  text-align: center;
  padding: 80px 30px 64px;
  overflow: hidden;
}
body.home .sponsors-section h1 {
  font-family: "Interstate Black";
  font-size: 29px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (min-width: 400px) {
  body.home .sponsors-section h1 {
    font-size: 40px;
  }
}
@media (min-width: 600px) {
  body.home .sponsors-section h1 {
    font-size: 47px;
  }
}
@media (min-width: 1200px) {
  body.home .sponsors-section h1 {
    font-size: 79px;
  }
}
body.home .sponsors-section .hr {
  border: 2px solid #548535;
  border-radius: 5px;
  width: 139px;
  margin: 0 auto;
}
body.home .sponsors-section p {
  font-family: "Interstate Regular";
  font-size: 17px;
  line-height: 1.33;
  letter-spacing: 0.8px;
  max-width: 620px;
  margin: 50px auto 60px;
}
body.home .sponsors-section img {
  vertical-align: middle;
}
body.home .sponsors-section__logo {
  width: 200px;
}
body.home .become-a-sponsor-button {
  color: white;
  display: inline-block;
  font-family: "Interstate Bold";
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 65px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px dashed white;
  border-radius: 4px;
  outline: none;
  padding: 0 1em;
  height: 61px;
  vertical-align: middle;
}
body.home .btn-white-trans {
  margin-top: 20px;
}
body.home .about-section {
  background-color: white;
  color: #061732;
  padding: 50px 30px 59px 0;
  text-align: center;
}
body.home .about-section .inner {
  margin: 0 auto;
  text-align: left;
  max-width: 470px;
  padding: 0 30px;
}
@media (min-width: 980px) {
  body.home .about-section .inner {
    max-width: 1180px;
    margin-left: 0;
    padding: 0;
  }
}
@media (min-width: 550px) {
  body.home .about-section .inner img {
    margin-left: 0;
  }
  body.home .about-section .inner .van {
    margin-left: 30px;
  }
}
body.home .about-section h1 {
  text-transform: uppercase;
  font-family: "Interstate Black";
  font-size: 55px;
  letter-spacing: 0.3px;
  line-height: 1.15;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  body.home .about-section h1 {
    font-size: 89px;
    letter-spacing: 0.5px;
    line-height: 83px;
  }
}
body.home .about-section .hr {
  border-bottom: 4px solid #ffbb38;
  width: 139px;
}
body.home .about-section p {
  font-family: "Interstate Regular";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 30px;
  max-width: 610px;
}
body.home .about-section .desktop {
  display: none;
  vertical-align: top;
  margin-left: 27px;
}
@media (min-width: 980px) {
  body.home .about-section .desktop {
    display: inline-block;
  }
}
body.home .about-section .mobile {
  display: inline-block;
}
@media (min-width: 980px) {
  body.home .about-section .mobile {
    display: none;
  }
}
body.home .about-section img {
  width: 205px;
  margin-left: -30px;
}
@media (min-width: 980px) {
  body.home .about-section img {
    width: 404px;
  }
}
@media (min-width: 980px) {
  body.home .about-section h1,
body.home .about-section .hr {
    margin-left: 177px;
  }
}
body.home .about-section a {
  margin-top: 30px;
}
@media (min-width: 980px) {
  body.home .about-section a {
    margin-top: 40px;
  }
}
body.home .van {
  color: #ffbb38;
  font-family: "Interstate Black";
  font-size: 48px;
  letter-spacing: 0.2px;
  top: 23px;
  position: relative;
  z-index: 1;
}
@media (min-width: 980px) {
  body.home .van {
    font-size: 55px;
    top: 340px;
    left: 322px;
  }
}

body.page-id-257 .carousel__card--type1 .inner {
  height: 738px;
}
@media (min-width: 400px) {
  body.page-id-257 .carousel__card--type1 .inner {
    height: 538px;
  }
}
@media (min-width: 500px) {
  body.page-id-257 .carousel__card--type1 .inner {
    height: 488px;
  }
}
@media (min-width: 980px) {
  body.page-id-257 .carousel__card--type1 .inner {
    height: 328px;
  }
}
body.page-id-257 .program__section h1 {
  font-size: 41px;
}

.page-id-257 .speakers__section > .inner > h1 {
  font-size: 28px;
}
@media (min-width: 500px) {
  .page-id-257 .speakers__section > .inner > h1 {
    font-size: 50px;
  }
}

.menu-icon {
  align-items: center;
  display: inline-flex;
  flex-direction: row-reverse;
  height: 15px;
  transition: all 0.25s ease-out;
  width: 35px;
  vertical-align: text-top;
  transform: translateY(-2px);
}
.menu-icon:hover {
  cursor: pointer;
}
.menu-icon .bar {
  background: white;
  border-radius: 2px;
  display: flex;
  flex-direction: row-reverse;
  height: 3px;
  position: relative;
  transition: all 0.25s ease-out;
  width: 22px;
}
.menu-icon .bar:before {
  background: white;
  border-radius: 3px;
  content: " ";
  display: block;
  height: 3px;
  position: absolute;
  top: -6px;
  transition: all 0.25s ease-out;
  width: 35px;
  right: 0;
}
.menu-icon .bar:after {
  background: white;
  border-radius: 2px;
  content: " ";
  display: block;
  margin: 0 0 0 auto;
  position: absolute;
  height: 3px;
  top: 6px;
  transition: all 0.25s ease-out;
  width: 30px;
  right: 0;
}
.menu-icon .bar.close2 {
  animation: close-middle 0.5s ease-in-out forwards;
}
@keyframes close-middle {
  25% {
    width: 21.21px;
    background: white;
  }
  35% {
    width: 21.21px;
    background: none;
    transform: rotate(0deg);
  }
  100% {
    width: 21.21px;
    background: none;
    transform: rotate(90deg);
  }
}
.menu-icon .bar.close2:before {
  animation: close-top 0.5s ease-in-out forwards;
}
@keyframes close-top {
  25% {
    width: 21.21px;
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    width: 21.21px;
    top: 0;
    transform: rotate(0deg);
  }
  75% {
    width: 21.21px;
    top: 0;
    transform: rotate(45deg);
  }
  100% {
    width: 21.21px;
    top: 0;
    transform: rotate(45deg);
  }
}
.menu-icon .bar.close2:after {
  animation: close-bottom 0.5s ease-in-out forwards;
}
@keyframes close-bottom {
  25% {
    width: 21.21px;
    top: 0;
    transform: rotate(0deg);
  }
  50% {
    width: 21.21px;
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    width: 21.21px;
    top: 0;
    transform: rotate(-45deg);
  }
}
.menu-icon .bar.bars {
  animation: bars-middle 0.5s ease-in-out reverse forwards;
}
@keyframes bars-middle {
  50% {
    width: 21.21px;
    background: white;
  }
  75% {
    width: 21.21px;
    background: none;
    transform: rotate(0deg);
  }
  100% {
    width: 21.21px;
    background: none;
    transform: rotate(90deg);
  }
}
.menu-icon .bar.bars:before {
  animation: bars-top 0.5s ease-in-out reverse forwards;
}
@keyframes bars-top {
  50% {
    width: 21.21px;
    top: -6px;
    transform: rotate(0deg);
  }
  75% {
    width: 21.21px;
    top: 0;
    transform: rotate(45deg);
  }
  100% {
    width: 21.21px;
    top: 0;
    transform: rotate(45deg);
  }
}
.menu-icon .bar.bars:after {
  animation: bars-bottom 0.5s ease-in-out reverse forwards;
}
@keyframes bars-bottom {
  50% {
    width: 21.21px;
    top: 6px;
    transform: rotate(0deg);
  }
  75% {
    width: 21.21px;
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    width: 21.21px;
    top: 0;
    transform: rotate(-45deg);
  }
}
.menu-icon.default:hover .bar {
  width: 35px;
}
.menu-icon.default:hover .bar:before {
  width: 30px;
}
.menu-icon.default:hover .bar:after {
  width: 22px;
}

@media (min-width: 700px) {
  .page-id-5 .countdown-timer {
    top: 335px;
  }
}

@media (min-width: 700px) {
  .page-id-257 .countdown-timer {
    top: 355px;
  }
}

.countdown-timer {
  background-color: #76b84d;
  color: white;
  display: inline-block;
  font-family: "Interstate Regular";
  padding: 29px 33px 82px;
  position: absolute;
  right: -30px;
  left: -30px;
  text-align: left;
  top: auto;
  bottom: 0;
}
@media (min-width: 400px) {
  .countdown-timer {
    text-align: center;
  }
}
@media (min-width: 700px) {
  .countdown-timer {
    bottom: auto;
    left: auto;
    padding: 19px 39px 32px 23px;
    right: -35px;
    text-align: left;
    top: 345px;
  }
}
@media (min-width: 1200px) {
  .countdown-timer {
    padding: 28px 56px 46px 33px;
    top: 365px;
  }
}
.countdown-timer .countdown-timer__item-wrap > div {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  margin: 0 7px;
}
@media (min-width: 1200px) {
  .countdown-timer .countdown-timer__item-wrap > div {
    font-size: 13px;
    margin: 0 20px;
  }
}
.countdown-timer .countdown-timer__item-wrap > div:first-child {
  margin-left: 0;
}
.countdown-timer .countdown-timer__item-wrap > div:last-child {
  margin-right: 0;
}
.countdown-timer .countdown-timer__item-wrap > div > span {
  font-family: "Interstate Black";
  font-size: 24px;
}
@media (min-width: 1200px) {
  .countdown-timer .countdown-timer__item-wrap > div > span {
    font-size: 30px;
  }
}

.countdown-timer__close {
  background-color: transparent;
  border: none;
  border-radius: 100px;
  display: none;
  height: 20px;
  line-height: 0;
  width: 20px;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 7px;
}
@media (min-width: 700px) {
  .countdown-timer__close {
    display: block;
  }
}
@media (min-width: 1200px) {
  .countdown-timer__close {
    height: 30px;
    width: 30px;
  }
}
.countdown-timer__close svg {
  height: 10px;
  width: 10px;
}
@media (min-width: 1200px) {
  .countdown-timer__close svg {
    height: 12px;
    width: 12px;
  }
}

.countdown-timer__title {
  font-size: 15px;
  margin-bottom: 26px;
}
@media (min-width: 700px) {
  .countdown-timer__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .countdown-timer__title {
    font-size: 18px;
    margin-bottom: 23px;
  }
}

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