@-webkit-keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

@-webkit-keyframes highlightFlash {
  0% {
    border-radius: 5px;
    background-color: yellow;
  }
  100% {
    background-color: transparent;
    border-radius: 0px;
  }
}

@keyframes highlightFlash {
  0% {
    border-radius: 5px;
    background-color: yellow;
  }
  100% {
    background-color: transparent;
    border-radius: 0px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

a.button {
  transition: all 200ms;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-weight: 500;
  background: #ffffff;
  font-size: 15px;
  line-height: 1;
  border-radius: 2px;
  border: #f28c20 2px solid;
  padding: 19px 30px;
  color: #434943;
  text-transform: uppercase;
  text-decoration: none;
}
a.button:hover {
  background: #f28c20;
  color: #fff;
}
a.button:active {
  border-color: #f8be80;
}

.btn {
  color: #ffffff;
  background-color: #DE7C00;
  border-radius: 4px;
  border-color: #DE7C00;
  padding: 22px 40px;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.btn:hover {
  background-color: #ff9612;
  color: #ffffff;
}
.btn:active {
  border-color: #f8be80;
  color: #ffffff;
}
.btn--secondary {
  background-color: #ffffff;
  color: #000000;
}
.btn--secondary:hover {
  background-color: #DE7C00;
  color: #ffffff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popIconBg {
  0% {
    background-size: 0 0;
  }
  100% {
    background-size: 90px 120px;
  }
}
@keyframes popIconBg {
  0% {
    background-size: 0 0;
  }
  100% {
    background-size: 90px 120px;
  }
}
@-webkit-keyframes fadeTowardBg {
  0% {
    opacity: 1;
    background-size: 90px 120px;
    background-position: center center;
  }
  100% {
    opacity: 1;
    background-position: 200%;
  }
}
@keyframes fadeTowardBg {
  0% {
    opacity: 1;
    background-size: 90px 120px;
    background-position: center center;
  }
  100% {
    opacity: 1;
    background-position: 200%;
  }
}
.hoverOverlay {
  -webkit-animation: fadeIn linear 200ms;
          animation: fadeIn linear 200ms;
  background: rgba(222, 124, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.hoverOverlay .icon {
  -webkit-animation: popIconBg linear 200ms;
          animation: popIconBg linear 200ms;
  background: url("../../img/svgs/las-mer-arrow.svg") no-repeat center center;
  background-size: 90px 120px;
  width: 100%;
  height: 100%;
}
.hoverOverlay.active .icon {
  -webkit-animation: fadeTowardBg linear 500ms;
          animation: fadeTowardBg linear 500ms;
}

.hentry .btn-default {
  transition: all 200ms;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  background: #fff;
  border: #f28c20 2px solid;
  display: inline-block;
  width: 120px;
  height: 43px;
  line-height: 43px;
  padding: 0;
  color: #f28c20;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.hentry .btn-default:hover {
  color: #fff;
  background: #f28c20;
}
@media screen and (min-width: 768px) {
  .hentry .btn-default {
    width: 177px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
}

.hentry {
  line-height: 1.4;
}
.hentry .alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
.hentry .alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.hentry .aligncenter {
  display: block;
  clear: both;
  float: none;
  margin: 10px auto;
}
.hentry .wp-caption {
  max-width: 100% !important;
}
.hentry h2 {
  font-size: 24px;
  line-height: 30px;
}
.hentry h3 {
  font-size: 19px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.hentry h4 {
  font-size: 16px;
  font-weight: 700;
}
.hentry table {
  width: 100%;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 20px;
}
.hentry tfoot {
  padding: 5px 10px;
  border-top: 3px solid #f28c20;
  border-bottom: 3px solid #f28c20;
}
.hentry th {
  background-color: #f28c20;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
}
.hentry tr:nth-child(even) {
  background-color: #F4F6F5;
}
.hentry tbody > tr > td {
  padding: 8px 16px;
  border: 0;
}
.hentry p {
  margin: 1em 0;
}
.hentry p.wp-caption-text {
  font-style: italic;
  margin-top: 0;
}
.hentry p strong {
  font-weight: 500;
}

.hamburger {
  width: 26px;
  height: 26px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  border: 0;
  background: transparent;
  outline: 0;
  margin-left: 15px;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 26px;
  background-color: #DE7C00;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.hamburger span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}

.hamburger span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}

.active.hamburger span:nth-child(1),
.active .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 3px;
}
.active.hamburger span:nth-child(2),
.active .hamburger span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.active.hamburger span:nth-child(3),
.active .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  left: 3px;
}

.sticky-header {
  transition: all 200ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .sticky-header {
    height: 86px;
  }
}
.sticky-header.activated {
  height: 50px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15);
}
.sticky-header.activated .uber-nav > ul {
  transition: all 200ms;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .sticky-header.activated .uber-nav > ul {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-header.activated .search__button {
    height: 50px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .sticky-header.activated .search__field {
    height: 50px;
    line-height: 50px;
  }
}
.sticky-header.activated .flexMenu-popup {
  top: 34px;
  box-shadow: 7px 9px 10px 0 rgba(0, 0, 0, 0.15);
}

.site-header {
  display: flex;
  flex-wrap: wrap;
  background-color: #36749D;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  min-height: 140px;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .site-header {
    min-height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .site-header--offset {
    min-height: 260px;
  }
}
.site-header--offset .site-header__title {
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .site-header--offset .site-header__title {
    margin-top: -60px;
  }
}
.site-header--start {
  min-height: 380px !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .site-header--start {
    min-height: 658px !important;
    padding-top: 100px;
  }
}
.site-header--start .declaration {
  padding-left: 0;
  padding-right: 0;
}
.site-header--search {
  min-height: 220px;
}
@media screen and (min-width: 768px) {
  .site-header--search {
    min-height: 280px;
  }
}
.site-header--search .site-header__results {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 27px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 10px;
}
.site-header--big {
  min-height: 380px !important;
}
@media screen and (min-width: 768px) {
  .site-header--big {
    min-height: 364px !important;
  }
}
.site-header__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .site-header__title {
    font-size: 60px;
    line-height: 72px;
  }
}
.site-header__body {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  display: block;
  flex: 0 0 100%;
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  padding-top: 67px;
  padding-bottom: 60px;
  background-position: top center;
  background-size: cover;
}
.site-footer__logo img {
  max-width: 150px;
}
.site-footer__payoff {
  margin-bottom: 27px;
  color: #ffffff;
}
.site-footer__text {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}
.site-footer__text strong {
  font-weight: 700;
  display: block;
}

#searchform label {
  display: none;
}
#searchform input[type=text] {
  display: inline-block;
  font-size: 16px;
  height: 42px;
  width: 200px;
  border-radius: 3px;
  border: 2px #F4F6F5 solid;
  text-align: center;
}
#searchform input[type=submit] {
  display: inline-block;
  background: #f28c20;
  border: none;
  height: 40px;
  border-radius: 3px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  color: #fff;
}
#searchform input[type=submit]:hover {
  background: #f5a550;
}

.search-item {
  display: block;
  color: #000000;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 40px;
}
.search-item:hover {
  color: inherit;
  text-decoration: none;
}
.search-item__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  display: block;
  line-height: 43px;
  font-size: 38px;
  margin-bottom: 20px;
}
.search-item__time {
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #63666A;
  margin-bottom: 20px;
}
.search-item__content {
  color: #212920;
}

.declaration {
  z-index: 999;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.declaration__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  font-size: 60px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .declaration__title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .declaration__title {
    font-size: 50px;
  }
}
.declaration__sub-title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  font-size: 60px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .declaration__sub-title {
    font-size: 60px;
    line-height: 72px;
  }
}
@media screen and (min-width: 768px) {
  .declaration__sub-title {
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .declaration__sub-title {
    font-size: 50px;
  }
}
.declaration__date {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 42px;
}
.declaration__location {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 35px;
}
.declaration__btn {
  transition: all 200ms;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  background: #f28c20;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.5px;
  line-height: 15px;
  padding: 25px 40px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-top: 50px;
  display: block;
}
.declaration__btn + .declaration__btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .declaration__btn + .declaration__btn {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .declaration__btn {
    display: inline-block;
    margin-top: 120px;
  }
}
.declaration__btn:hover {
  background: #f5a550;
  color: #fff;
  text-decoration: none;
}
.declaration__btn:active {
  background: #f8be80;
}

.section {
  margin: 0 0;
}
@media screen and (max-width: 768px) {
  .section .container {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .section .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.section-header {
  border-bottom: 6px solid #DE7C00;
  margin-bottom: 20px;
}
.section-header h2 {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
}
.section__title {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.section--intro {
  padding: 40px 0 50px;
}
.section--intro__main {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
  padding-top: 0;
  margin: 28px;
  max-width: 748px;
}
@media screen and (min-width: 768px) {
  .section--intro__main {
    margin: 20px auto;
  }
}
.section--intro__main p {
  margin: 0 0 20px;
}
.section--intro__content {
  padding-top: 20px;
  padding-bottom: 10px;
}
.section--intro-start .section--intro__main {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 27px;
  line-height: 34px;
}
.section--news {
  padding: 40px 0 50px;
}
.section--news .button {
  margin-top: 30px;
}
.section--offset {
  position: relative;
  z-index: 100;
  margin-top: -20px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .section--offset {
    margin-top: -70px;
  }
}
.section--schedule {
  margin-top: 65px;
  margin-bottom: 45px;
}
.section--speakers {
  padding-top: 64px;
  padding-bottom: 50px;
}
.section--speakers .section--offset {
  margin-top: -84px;
}
@media screen and (min-width: 768px) {
  .section--speakers .section--offset {
    margin-top: -134px;
  }
}
@media screen and (min-width: 768px) {
  .section--speakers {
    padding-bottom: 100px;
  }
}
.section--speakers .speaker {
  display: block;
  margin-bottom: 30px;
}
.section--list {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .section--list {
    padding-bottom: 115px;
  }
}
.section--unregister, .section--registration-submit, .section--registration {
  padding-top: 40px;
  padding-bottom: 30px;
}
.section--search-result {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section--search-result {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-template-template-travel_expenses .section--article {
  background-color: #EAECEB;
}

ul.download-list {
  list-style: none;
  border-bottom: 1px solid #edefee;
  padding: 0;
  margin-bottom: 60px;
}
ul.download-list li {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
  padding: 17px 50px 20px 21px;
  border-top: 1px solid #edefee;
}
ul.download-list li:hover {
  background-color: #F4F6F5;
}
ul.download-list li a {
  color: #2D322D;
  padding: 17px 0 20px;
  margin: -17px 0 -20px;
  text-decoration: none;
  display: block;
}
ul.download-list li a:hover {
  color: #2D322D;
  text-decoration: none;
}
ul.download-list li a:after {
  position: absolute;
  right: 21px;
  display: block;
  content: url("../../img/svgs/ico_arrow-download.svg");
  top: 50%;
  transform: translateY(-40%);
}

#ui-datepicker-div {
  display: none;
  width: 336px;
}

.ui-datepicker-header a {
  display: none;
}

label {
  display: block;
}

textarea,
select,
input {
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 18px;
  line-height: 20px;
  padding: 21px 10px;
  border-color: #DBDBDA;
  border-width: 1px;
  border-style: solid;
}
textarea:disabled,
select:disabled,
input:disabled {
  background-color: #F4F6F5;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 50px;
  line-height: 30px !important;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #DBDBDA;
}
input[type=checkbox]:disabled + label:before,
input[type=radio]:disabled + label:before {
  background-color: #F4F6F5;
}

input[type=checkbox] + label:before {
  border-radius: 2px;
}
input[type=checkbox]:checked + label:before {
  border-color: #DE7C00;
}
input[type=checkbox]:checked + label:after {
  position: absolute;
  left: 5px;
  font-family: "Glyphicons Halflings";
  content: "\e013";
  color: #DE7C00;
}

input[type=radio] + label:before {
  border-radius: 50%;
}
input[type=radio]:checked + label:before {
  border-color: #DE7C00;
}
input[type=radio]:checked + label:after {
  position: absolute;
  left: 10px;
  top: 10px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DE7C00;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 100%;
}
select.vfb-error {
  background-color: #fff2f2;
  border-color: #c4c4c4;
}

.visual-form-builder fieldset .vfb-legend h3 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  border-bottom: 5px solid #DE7C00;
}
.visual-form-builder ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.visual-form-builder ul label {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  width: 100%;
  color: #434943;
}
.visual-form-builder ul input[type=text],
.visual-form-builder ul input[type=email] {
  display: block;
  width: 100%;
}
.visual-form-builder ul .vfb-item {
  flex: 0 1 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .visual-form-builder ul .vfb-item.vfb-left-half, .visual-form-builder ul .vfb-item.vfb-right-half {
    flex: 0 1 50%;
  }
}
@media screen and (min-width: 768px) {
  .visual-form-builder ul .vfb-item.vfb-left-third, .visual-form-builder ul .vfb-item.vfb-middle-third, .visual-form-builder ul .vfb-item.vfb-right-third {
    flex: 0 1 33%;
    flex-basis: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .visual-form-builder ul .vfb-item.vfb-left-two-thirds, .visual-form-builder ul .vfb-item.vfb-right-two-thirds {
    flex: 0 1 66%;
    flex-basis: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .visual-form-builder ul .vfb-item.vfb-left-half, .visual-form-builder ul .vfb-item.vfb-left-third, .visual-form-builder ul .vfb-item.vfb-left-two-thirds {
    padding-right: 14px;
  }
}
@media screen and (min-width: 768px) {
  .visual-form-builder ul .vfb-item.vfb-right-half, .visual-form-builder ul .vfb-item.vfb-right-third, .visual-form-builder ul .vfb-item.vfb-right-two-thirds {
    padding-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .visual-form-builder ul .vfb-item.vfb-middle-third {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.visual-form-builder ul .vfb-item-time {
  display: flex;
  flex-wrap: wrap;
}
.visual-form-builder ul .vfb-item-time .vfb-time {
  display: flex;
  flex: 0 1 50%;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 14px;
}
.visual-form-builder ul .vfb-item-time .vfb-time + .vfb-time {
  padding-left: 14px;
  padding-right: 0;
}
.visual-form-builder ul .vfb-item-time .vfb-time select {
  flex: 0 0 100%;
}
.visual-form-builder ul span {
  position: relative;
}
.visual-form-builder ul span select + label {
  padding: inherit;
}
.visual-form-builder ul span select + label:after {
  pointer-events: none;
  font-family: "Glyphicons Halflings";
  padding: inherit;
  position: absolute;
  content: "\e259";
  top: 20px;
  right: 15px;
  color: #DE7C00;
}
.visual-form-builder ul .vfb-item-checkbox,
.visual-form-builder ul .vfb-item-radio {
  background-color: #ffffff;
}
.visual-form-builder ul .vfb-item-checkbox .vfb-span label,
.visual-form-builder ul .vfb-item-radio .vfb-span label {
  display: inline-block;
  width: auto;
}
.visual-form-builder ul .vfb-item-checkbox > .vfb-desc,
.visual-form-builder ul .vfb-item-radio > .vfb-desc {
  font-weight: 700;
  margin-bottom: 20px;
}
.visual-form-builder ul .vfb-item-checkbox {
  padding: 22px;
  margin-top: 10px;
}
.visual-form-builder ul .vfb-item-checkbox div {
  display: flex;
  flex-wrap: wrap;
}
.visual-form-builder ul .vfb-item-checkbox span {
  flex: 1 1 100%;
}
@media screen and (min-width: 768px) {
  .visual-form-builder ul .vfb-item-checkbox span {
    flex: 1 1 auto;
  }
}
.visual-form-builder ul .vfb-item-radio {
  padding: 22px 22px 12px;
}
.visual-form-builder ul .vfb-item-radio .vfb-span {
  display: block;
  margin-top: 5px;
}
.visual-form-builder ul .vfb-item-radio .vfb-span label {
  margin-bottom: 20px;
}
.visual-form-builder ul .vfb-error {
  color: #c04c36;
  font-size: 16px;
  line-height: 22px;
}
.visual-form-builder ul .vfb-item-submit {
  border-top: 2px solid #DBDBDA;
  padding-top: 40px;
}

.page-template-template-signup--congress .terms {
  display: flex;
  justify-content: center;
}

@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.annotation {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
  border: 3px solid #f28c20;
  border-radius: 2px;
  margin: 10px;
  margin-bottom: 10px !important;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.annotation--low {
  border-color: #F4F6F5;
  color: #212920;
  text-align: center;
}
.annotation--low .annotation__icon {
  display: none !important;
}
.annotation--low .annotation__content {
  width: 100% !important;
}
.annotation--high {
  border-color: #e42216 !important;
  color: #e42216;
}
.annotation--high .annotation__icon svg {
  fill: #e42216;
}
.annotation__icon {
  display: inline;
  width: 15%;
  float: left;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .annotation__icon {
    width: 30%;
  }
}
.annotation__icon svg {
  display: block;
  float: right;
  max-height: 30px;
  width: 60px;
  fill: #f28c20;
}
.annotation__content {
  display: inline;
  width: 85%;
  float: left;
}
@media screen and (min-width: 768px) {
  .annotation__content {
    width: 70%;
  }
}
.annotation .post-edit-link {
  display: none;
}
.annotation:hover .post-edit-link {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  font-family: arial;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  background: #f28c20;
}

@keyframes highlightFlash {
  0% {
    border-radius: 5px;
    background-color: yellow;
  }
  100% {
    background-color: transparent;
    border-radius: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

figcaption {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 18px;
  line-height: 24px;
  color: #939490;
  padding: 8px 0;
  text-align: left;
}

.article__img-wrapper {
  text-align: center;
}
.article__img {
  display: inline-block;
}
.article__img img {
  display: block;
  margin: 0 auto;
}
.article__text {
  padding-top: 20px;
  padding-bottom: 50px;
}
.article__pre_title {
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .article__pre_title {
    margin-top: 30px;
    margin-bottom: 24px;
  }
}
.article__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 38px;
  line-height: 43px;
  margin-bottom: 20px;
}
.article__pre_content {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #63666A;
}
.article .article__content {
  font-size: 19px;
  line-height: 30px;
}
.article .article__content > h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 38px;
  line-height: 43px;
}

@keyframes highlightFlash {
  0% {
    border-radius: 5px;
    background-color: yellow;
  }
  100% {
    background-color: transparent;
    border-radius: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.features {
  display: block;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .features {
    padding-top: 60px;
    padding-bottom: 67px;
  }
}
@media screen and (min-width: 768px) {
  .features--last {
    padding-bottom: 60px;
  }
}
.features .feature {
  flex: 0 1 100%;
  background: #fff;
  margin: 0 15px 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .features .feature {
    padding-bottom: 30px;
    flex: 0 1 100%;
    flex-basis: calc(33.3333333333% - 30px);
  }
}
.features .feature img {
  max-width: 100%;
}
.features .feature a:hover {
  text-decoration: none;
}
.features .feature__title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.features .feature__text {
  padding: 0 30px 20px;
}
.features .feature__text a {
  color: #212920;
}

.speaker {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}
.speaker:hover {
  text-decoration: none;
  color: inherit;
}
.speaker__item {
  display: flex;
  flex: 0 1 100%;
  flex-basis: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .speaker__item {
    flex: 0 1 33%;
    flex-basis: calc(33.3333333333% - 30px);
  }
}
.speaker__image {
  display: block;
  overflow: hidden;
  height: 240px;
  width: 100%;
}
.speaker__image img {
  display: block;
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 15%;
     object-position: 0 15%;
}
.speaker__text {
  background-color: #ffffff;
  padding: 25px 25px 40px;
}
.speaker__title {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
.speaker__content {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  line-height: 19px;
}

@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

@keyframes highlightFlash {
  0% {
    border-radius: 5px;
    background-color: yellow;
  }
  100% {
    background-color: transparent;
    border-radius: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.list-item {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .list-item {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 768px) {
  .list-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.list-item__img img {
  display: block;
  margin: 0 auto;
}
.list-item__text {
  margin: 0 0 10px;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .list-item__text {
    margin: 0 28px 10px;
  }
}
.list-item__pre-content {
  display: block;
  color: #DE7C00;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin: 22px 0 18px;
}
.list-item__pre-content:hover {
  text-decoration: none;
}
.list-item__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 38px;
  line-height: 43px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .list-item__title {
    margin-top: 50px;
  }
}
.list-item__actions {
  margin: 20px 0 10px;
}
.list-item__actions span {
  margin-right: 8px;
}
.list-item__actions a {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #f28c20;
  margin-right: 20px;
}
.list-item__actions a:hover {
  text-decoration: underline;
}
.list-item__actions a:active {
  text-decoration: none;
}
.list-item__action {
  display: block;
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  .list-item__action {
    display: inline-block;
  }
}

@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  background-color: #ffffff;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .news-item {
    flex-wrap: nowrap;
  }
}
.news-item:hover {
  color: inherit;
  text-decoration: none;
}
.news-item__img {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .news-item__img {
    flex: 0 0 50%;
  }
}
.news-item__text {
  padding: 44px;
}
@media screen and (min-width: 768px) {
  .news-item__text {
    padding-left: 35px;
  }
}
.news-item__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 30px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 15px;
}
.news-item__date {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  text-transform: uppercase;
  color: #939490;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .news-item__date {
    font-size: 18px;
  }
}
.news-item__content {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}
@media screen and (min-width: 768px) {
  .news-item--flip .news-item__img {
    order: 2;
  }
  .news-item--flip .news_item__text {
    order: 1;
  }
}
.news-item--small__img {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .news-item--small__img {
    flex: 0 0 288px;
    padding-bottom: 60px;
  }
}
.news-item--small__img img {
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .news-item--no_img__text {
    padding-left: 44px;
  }
}

@keyframes highlightFlash {
  0% {
    border-radius: 5px;
    background-color: yellow;
  }
  100% {
    background-color: transparent;
    border-radius: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.x--dev-notes {
  background: #feb;
  border: #ba9 1px solid;
  padding: 10px;
  border-radius: 2px;
  margin: 10px;
  text-align: center;
}

.form-wrap .custom-error {
  background-color: #fcc;
}
.form-wrap h3.section-header__title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  border-bottom: 5px solid #DE7C00;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-wrap textarea,
.form-wrap input {
  width: 100%;
}
.form-wrap textarea {
  height: 150px;
}
.form-wrap label {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}
.form-wrap label.error {
  color: #c04c36;
  font-weight: 400;
}
.form-wrap .submit-form {
  margin: 30px 0;
}
.form-wrap .info-block {
  margin: 5px 15px;
}
@media screen and (min-width: 768px) {
  .form-wrap .info-text h2 {
    margin-top: 0;
  }
}
.form-wrap .info-text h3 {
  margin-top: 30px;
}
.form-wrap .info-text ol,
.form-wrap .info-text ul {
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .form-wrap .info-text ol,
.form-wrap .info-text ul {
    padding: 20px 40px;
  }
}
.form-wrap .info-text li {
  margin: 15px 0;
}
.form-wrap .required::-moz-placeholder {
  color: #f28c20;
}
.form-wrap .required:-ms-input-placeholder {
  color: #f28c20;
}
.form-wrap .required::placeholder {
  color: #f28c20;
}
.form-wrap .required::-moz-placeholder:after {
  content: "*";
}
.form-wrap .required:-ms-input-placeholder:after {
  content: "*";
}
.form-wrap .required::placeholder:after {
  content: "*";
}
.form-wrap span.required {
  color: #f28c20;
  margin-left: 0.25em;
}
.form-wrap .select-label {
  font-weight: bold;
  font-size: 16px;
  margin: 5px 5px;
}
.form-wrap .select-label--required::after {
  content: "*";
  color: #f28c20;
}
.form-wrap .program-media-options .info-text {
  margin-bottom: 30px;
}

.ui-datepicker {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  border: #ccc 1px solid;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ui-datepicker {
    margin-bottom: 0;
  }
}
.ui-datepicker-header {
  height: 40px;
}
.ui-datepicker-title {
  font-size: 16px;
  padding: 5px 50px;
  text-align: center;
  text-transform: capitalize;
}
.ui-datepicker-prev, .ui-datepicker-next {
  transition: all 200ms;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  background-image: url("../../../img/svgs/icon-chevron-left.svg");
  background-size: 30px;
  opacity: 0.1;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  opacity: 1;
}
.ui-datepicker-next {
  left: auto;
  right: 20px;
  background-image: url("../../../img/svgs/icon-chevron-right.svg");
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar th {
  text-align: center;
  padding: 10px;
}
.ui-datepicker-calendar a {
  background-color: #f9faea;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar span.ui-state-default {
  transition: all 300ms;
  border: #eee 1px solid;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  text-decoration: none !important;
}
.ui-datepicker-calendar a.ui-state-default,
.ui-datepicker-calendar span.ui-state-default.ui-state-default {
  color: #212920;
}
.ui-datepicker-calendar a.ui-state-hover,
.ui-datepicker-calendar span.ui-state-default.ui-state-hover {
  color: #f28c20;
  border-color: #f28c20;
}
.ui-datepicker-calendar a.ui-state-active,
.ui-datepicker-calendar span.ui-state-default.ui-state-active {
  color: #fff;
  background: #f28c20;
}
.ui-datepicker-calendar a.ui-state-active:hover,
.ui-datepicker-calendar span.ui-state-default.ui-state-active:hover {
  color: #fff;
}

.get-info-by-email-wrapper {
  position: relative;
}

.get-info-by-email {
  background: #bbb;
  color: #fff;
  display: block;
  width: 200px;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .get-info-by-email {
    margin: 0;
    position: absolute;
    top: 5px;
    right: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    width: 170px;
  }
}

.actions--align-fields {
  margin-left: 17px;
  margin-right: 17px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .actions--align-fields {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}

.action {
  margin-top: -10px;
  padding-left: 10px;
}
.action--more-fields {
  transition: all 200ms;
  margin-top: 0;
  color: #f28c20;
  text-transform: uppercase;
}
.action--more-fields:hover {
  background: #f28c20;
  color: #fff;
  text-decoration: none;
}

.btn--small {
  padding: 5px 10px;
  border: 1px solid #f28c20;
  border-radius: 3px;
}

.user-action--remove {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #f28c20;
  text-transform: uppercase;
}

.user-fieldset {
  padding: 5px 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
}
.user-fieldset.first .user-action--remove {
  display: none;
}

.field-group {
  position: relative;
}
.field-group--checkbox, .field-group--radio {
  display: block;
}
.field-group--radio {
  margin-bottom: 10px;
}
.field-group--radio label {
  font-weight: 400;
}

.form-part {
  overflow: hidden;
}

.form-group {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .form-group {
    margin-bottom: 25px;
  }
  .form-group:last-child {
    margin-bottom: 0;
  }
}
.form-group--date label {
  display: block;
}
@media screen and (min-width: 768px) {
  .form-group--extra-person {
    margin-bottom: 10px;
  }
}

.form-group-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.addons {
  min-height: 400px;
}
@media screen and (min-width: 768px) {
  .addons {
    overflow: hidden;
  }
}
.addons label {
  display: inline;
}

.canvas-box,
.addon {
  margin-bottom: 5px;
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .canvas-box,
.addon {
    box-sizing: border-box;
    float: left;
    display: inline;
    width: 100% !important;
    padding: 30px;
  }
}
.canvas-box .form-group,
.addon .form-group {
  margin-bottom: 10px;
}
.canvas-box .radio label,
.canvas-box .checkbox label,
.addon .radio label,
.addon .checkbox label {
  padding-left: 30px;
}
.canvas-box .radio label input[type=radio], .canvas-box .radio label input[type=checkbox],
.canvas-box .checkbox label input[type=radio],
.canvas-box .checkbox label input[type=checkbox],
.addon .radio label input[type=radio],
.addon .radio label input[type=checkbox],
.addon .checkbox label input[type=radio],
.addon .checkbox label input[type=checkbox] {
  margin-left: -30px;
}

.section--confirmation {
  padding-top: 20pxmq_ipad;
  padding-bottom: 30px;
  padding-bottom-padding-top: 40px;
  padding-bottom-padding-bottom: 50px;
}
.section--confirmation__title {
  margin-bottom: 50px;
}
.section--confirmation__content {
  padding: 0 30px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .section--confirmation__content {
    font-size: 21px;
  }
}
.section--confirmation__content .btn {
  margin-top: 20px;
}
.section--submit {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section--submit {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.field-mobile__notice {
  color: #8d8d8d;
  font-size: 14px;
  margin: 0 15px 30px;
}
@media screen and (min-width: 768px) {
  .field-mobile__notice {
    margin-top: -20px;
  }
}

.invoice-information,
.company-information {
  position: relative;
  margin: 0 0 10px;
}

.hotel-calendars {
  padding-top: 20px;
}

.js--hidden-but-present {
  height: 0 !important;
  border: none;
  padding: 0;
  margin: 0;
}

.form-row {
  margin: 0 -15px 0;
}
.form-row::before, .form-row::after {
  clear: both;
}

@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

@keyframes highlightFlash {
  0% {
    border-radius: 5px;
    background-color: yellow;
  }
  100% {
    background-color: transparent;
    border-radius: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.agenda_day {
  margin-top: 3px;
}
.agenda_day__title {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 22px;
  line-height: 26px;
  background-color: #f28c20;
  margin: 0 !important;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 10px;
}
.agenda_day__title .date {
  font-weight: 700;
}
.agenda_day__title a {
  color: #fff;
  text-decoration: none;
}
.agenda_day__title .glyphicon {
  color: #fff;
  display: block;
}
.agenda_day__edit-link {
  display: none;
}
@media screen and (min-width: 768px) {
  .agenda_day:hover .agenda_day__edit-link {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .agenda_day .js--toggleBox__btn {
    display: none;
  }
}

.agenda-item--track_container {
  padding-bottom: 4px;
  border-bottom: 7px solid #F4F6F5;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .agenda-item--track_container {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.track-section__title {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #F4F6F5;
  color: #212920;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.track-section__title a {
  color: #212920;
  float: right;
}

.agenda-item {
  margin: 35px 0 35px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .agenda-item {
    margin: 35px 25px 35px 25px;
  }
}
.agenda-item h2 {
  font-size: 28px;
  line-height: 36px;
}
.agenda-item__time {
  border-top: 1px solid #ddd;
  font-size: 19px;
  line-height: 30px;
}
.agenda-item__time span {
  display: block;
  margin-top: -0.75em;
  background: #fff;
  width: 50px;
}
.agenda-item__time span.has-endtime {
  width: 120px;
}
.agenda-item__location {
  color: #8d8d8d;
  font-size: 16px;
  line-height: 18px;
  margin-top: 5px;
}
.agenda-item__content {
  font-size: 19px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .agenda-item__content {
    padding-right: 45%;
  }
}
.agenda-item__content h2 {
  margin: 5px 0 0;
}
.agenda-item.highlighted .agenda-item__content {
  -webkit-animation: highlightFlash 2000ms;
          animation: highlightFlash 2000ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.agenda-item--track_container {
  margin: 0;
}
.agenda-item--track_container .agenda-item__content {
  padding-right: 0;
}
.agenda-item__permalink {
  position: absolute;
  top: -150px;
  left: 0;
  visibility: hidden;
  background: #f28c20;
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .agenda-item__permalink {
    display: block;
  }
}
.agenda-item:hover > .agenda-item__permalink {
  display: none;
}

@media screen and (min-width: 768px) {
  body.logged-in .agenda-item:hover > .agenda-item__permalink {
    display: block;
    top: -10px !important;
    visibility: visible;
  }
}

@keyframes highlightFlash {
  0% {
    border-radius: 5px;
    background-color: yellow;
  }
  100% {
    background-color: transparent;
    border-radius: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

@-webkit-keyframes slideOut {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}

@keyframes slideOut {
  0% {
    width: 0;
  }
  100% {
    width: 200px;
  }
}
@-webkit-keyframes slideOutDestop {
  0% {
    width: 0;
  }
  100% {
    width: 300px;
  }
}
@keyframes slideOutDestop {
  0% {
    width: 0;
  }
  100% {
    width: 300px;
  }
}
.search--tiny {
  position: absolute;
  right: 80px;
  top: 10px;
  height: 46px;
}
@media screen and (min-width: 768px) {
  .search--tiny {
    height: auto;
    right: 0;
    top: 0;
  }
}
.search--tiny form {
  display: block;
  overflow: hidden;
  height: 100%;
}
.search--tiny input {
  outline: none;
}
.search--tiny .search__field {
  -webkit-animation: slideOut 300ms;
          animation: slideOut 300ms;
  float: left;
  height: 40px;
  line-height: 30px;
  border: 2px solid #F4F6F5;
  border-radius: 2px;
  text-align: center;
  background: #fff;
  display: none;
  width: 200px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .search--tiny .search__field {
    -webkit-animation: slideOutDestop 300ms;
            animation: slideOutDestop 300ms;
    height: 86px;
    width: 300px;
    font-size: 16px;
  }
}
.search--tiny .search__button {
  transition: all 200ms;
  float: left;
  background: transparent;
  color: #fff;
  border-radius: 0;
  border: 0;
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 0;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .search--tiny .search__button {
    top: 0;
    width: 86px;
    height: 86px;
    background: #DE7C00;
  }
}
.search--tiny .search__button svg {
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .search--tiny .search__button svg #Combined-Shape {
    fill: #fff;
  }
}
.search--tiny .search__button .st0 {
  stroke: #ccc;
  stroke-width: 3;
}
@media screen and (min-width: 768px) {
  .search--tiny .search__button .st0 {
    stroke: #fff;
    stroke-width: 2;
  }
}
@media screen and (min-width: 768px) {
  .search--tiny .search__button:hover {
    background: #ff9612;
  }
}
.search--tiny .search__button:hover .st0 {
  stroke: #aaa;
}
@media screen and (min-width: 768px) {
  .search--tiny .search__button:hover .st0 {
    stroke: #fff;
  }
}
@media screen and (min-width: 768px) {
  .search--tiny .search__button:active {
    background: #ffad45;
  }
}
.search--tiny .search__button:active .st0 {
  stroke: #888;
}
@media screen and (min-width: 768px) {
  .search--tiny .search__button:active .st0 {
    stroke: #fff;
  }
}

@keyframes fontFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #212920;
}

input {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
}

.block_title {
  margin: 0;
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 19px;
}
.block_title--theme {
  font-family: futura-pt, sans-serif;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f28c20;
}

.main-title {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .main-title {
    font-size: 44px;
  }
}

.text-theme {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text-theme {
    font-size: 18px;
  }
}

.ingress {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 19px;
  line-height: 30px;
  color: #2C332C;
}

a {
  color: #DE7C00;
  font-weight: 500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.uber-nav {
  background: #fff;
  min-height: 60px;
}
@media screen and (min-width: 768px) {
  .uber-nav {
    min-height: 86px;
    background: transparent;
    text-align: center;
    padding-right: 120px;
    padding-left: 82px;
  }
}
.uber-nav .js-uber-nav-button {
  background: transparent;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 19px;
  z-index: 100;
}
.uber-nav .js-uber-nav-button:hover {
  background: transparent;
  cursor: pointer;
}
.uber-nav .js-uber-nav-button .menu-icon {
  line-height: 35px;
  stroke: #bbb;
  stroke-width: 3;
}
@media screen and (min-width: 768px) {
  .uber-nav .js-uber-nav-button {
    display: none;
  }
}
.uber-nav ul {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-animation: fontFade 600ms;
          animation: fontFade 600ms;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #232823;
  padding: 0;
  display: none;
  list-style: none;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .uber-nav ul {
    background-color: transparent;
  }
}
.uber-nav ul.active {
  display: block;
  padding-top: 50px;
  top: 0;
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 768px) {
  .uber-nav ul.active {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .uber-nav ul {
    padding-top: 30px;
    display: block;
    top: auto;
  }
}
.uber-nav ul.sub-menu {
  display: none;
  border-left: #eee 10px solid;
}
.uber-nav ul.sub-menu a {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .uber-nav ul.sub-menu {
    background: #fff;
    position: absolute;
    top: 25px;
    padding-top: 5px;
    left: 0;
    border-left: none;
    text-align: left;
    min-width: 300px;
    z-index: 999;
  }
  .uber-nav ul.sub-menu li {
    display: block;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .uber-nav ul.sub-menu li.current-menu-item a {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .uber-nav li {
    display: inline;
    position: relative;
    vertical-align: top;
  }
  .uber-nav li.menu-item-has-children:hover ul {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .uber-nav li.current-menu-item a {
    color: #8d8d8d;
    border-bottom: 5px solid #f28c20;
  }
}
@media screen and (max-width: 768px) {
  .uber-nav li:first-child a {
    border-top: 1px solid #eee;
  }
}
.uber-nav li a {
  padding: 15px 25px;
  display: block;
  border-bottom: 1px solid #eee;
  color: #212920;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .uber-nav li a {
    padding: 10px 25px 5px;
  }
}
.uber-nav li a:hover {
  background: #eee;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .uber-nav li a:hover {
    background: transparent;
    color: #999;
  }
}
.uber-nav li a:active {
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .uber-nav li a:active {
    background: transparent;
    color: #ddd;
  }
}
@media screen and (min-width: 768px) {
  .uber-nav li a {
    display: inline;
    border-bottom: none;
  }
}
.uber-nav .expander {
  position: absolute;
  top: 0;
  right: 0;
  background: #ddd;
  width: 45px;
  height: 45px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  font-size: 2em;
  font-weight: 200;
  color: #000;
}
@media screen and (min-width: 768px) {
  .uber-nav .expander {
    display: none;
  }
}
.uber-nav .menu-item-has-children {
  position: relative;
}
.uber-nav .flexMenu-popup {
  background: #fff;
  top: 45px;
  right: 0;
  padding: 20px;
}
.uber-nav .flexMenu-popup li {
  display: block !important;
}
.uber-nav .flexMenu-popup li + li {
  margin-top: 15px;
}
.uber-nav .flexMenu-popup li a {
  margin-right: 0;
}
.uber-nav .flexMenu-popup li.current-menu-item a {
  border-bottom: none !important;
  color: #f28c20 !important;
}
.uber-nav .flexMenu-viewMore a {
  padding: 0 !important;
}

html, body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.bg--purple {
  background-color: #B565A7;
}
.bg--grey {
  background-color: #F4F6F5;
}

.elem-relative {
  position: relative;
}

#app {
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #app {
    margin-top: 86px;
  }
}
.admin-bar #app {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .admin-bar #app {
    margin-top: 54px;
  }
}

.flex {
  display: flex;
  float: none;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-row {
  margin-left: -15px;
  margin-right: -15px;
}
