/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
/********************
** Transition Timing Functions
********************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

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

body {
  /*font-family: $f-primary;
  @include font-size($baseFontSize);
  @include line-height($baseLineHeight);
  font-weight: 400;
  color: $c-text;
  background: $c-white;*/
  background-image: url(../images/bg-body-new.png) !important;
  background-color: #185da6;
  color: #303030;
}
body.et_cover_background {
  background-repeat: repeat !important;
  background-position: 50% 0 !important;
  background-size: initial !important;
  background-attachment: initial !important;
}
body.yellow {
  background-color: #e2c01e;
  background-image: url(../images/bg-body-yellow.png) !important;
}
body.purple {
  background-color: #8d3663;
  background-image: url(../images/bg-body-purple.png) !important;
}
body.green {
  background-color: #45c4c2;
  background-image: url(../images/bg-body-green.png) !important;
}

#page-container #main-header {
  background-color: transparent;
  box-shadow: none;
}
#page-container #main-header.et-fixed-header {
  box-shadow: none !important;
}
#page-container #main-header.et-fixed-header #et-top-navigation {
  background-color: #185da6;
}

.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_row,
.container {
  max-width: 940px;
  min-width: auto;
}

#page-container #main-content {
  width: 80%;
  margin: auto;
  max-width: 940px;
  min-width: 320px;
  /*border-top-left-radius: 40px;
   box-shadow: 0 -4px 17px 0 rgba(48, 48, 48, 0.34);
   background-color: #edede9;*/
  background-color: #fff;
  padding: 0 40px;
}
@media only screen and (min-width: 992px) {
  #page-container #main-content {
    padding: 0 80px;
  }
}
#page-container #main-content .et_pb_section {
  background-color: transparent;
}
#page-container #main-content .et_pb_title_container,
#page-container #main-content .et_pb_row {
  width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
}
img.aligncenter {
  margin: 0 auto 0;
}

figure {
  position: relative;
  margin: 0 0;
}

p {
  margin: 0 0 15px;
}
@media only screen and (min-width: 992px) {
  p {
    margin: 0 0 25px;
  }
}

dl, ol, ul {
  margin-bottom: 24;
}

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

li ul, li ol {
  margin: 0;
}

select, textarea,
textarea.form-control,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=submit] {
  display: block;
  border-radius: 0;
  border: 1px solid #1c1c1c;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2b2b2b;
}

/********************
** Typography
********************/
#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  font-weight: 700;
  color: #303030;
}

h1 {
  margin: 0;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  color: #303030;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

/*
h2{
	margin: 0 0 20px;
	font-family: $f-secondary;
	line-height: 1.2;
	letter-spacing: 0.59px;
	color: $c-dark;
	@include font-size(25);
	@include bp(small) {
		@include font-size(28);
		margin: 0 0 30px;
	}
	@include bp(medium) {
		@include font-size(31);
	}
}

h3{
	margin: 0 0 20px;
	@include font-size(20);
	@include line-height(24);
	@include bp(medium) {
		@include font-size(22);
		@include line-height(26);
	}
}

h4{
	margin: 0 0 20px;
	@include font-size(18);
	@include line-height(22);
}

h5{
	@include font-size(17);
	line-height: initial;
	@include bp(medium) {
		@include font-size(20);
	}
}

sup{
	font-size: 60%;
}
*/
.et_fixed_nav.et_show_nav #page-container,
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
  padding-top: 340px;
}

.header-topbar {
  margin-top: 20px;
  width: 100%;
  position: relative;
  /*border-top-left-radius: 40px;
  box-shadow: 0 -4px 17px 0 rgba(48, 48, 48, 0.34);
  background-color: #edede9;*/
  background: #fff;
  padding: 35px 0;
}
.header-topbar:before, .header-topbar:after {
  display: table;
  content: " ";
}
.header-topbar:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .header-topbar {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-topbar {
    padding: 65px 0;
  }
}
.header-topbar .logo_container {
  position: relative;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .header-topbar .logo_container {
    position: absolute;
    max-width: 50%;
  }
}
.header-topbar .logo_container #logo {
  margin-left: 40px;
  height: auto;
  max-width: 70%;
}
@media only screen and (min-width: 992px) {
  .header-topbar .logo_container #logo {
    max-width: 100%;
  }
}

.et-fixed-header .header-topbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

#sidebar-banner-container {
  display: none;
}
@media only screen and (min-width: 768px) {
  #sidebar-banner-container {
    float: right;
    width: 50%;
    padding: 5px 0;
    display: block;
  }
}
#sidebar-banner-container .widget_media_image {
  position: relative;
}
#sidebar-banner-container .widget_media_image h2 {
  width: 50%;
  padding-bottom: 0;
  padding-right: 10px;
  display: block;
  height: auto;
  font-size: 11px;
  line-height: 15px;
  color: #303030;
  letter-spacing: -0.04px;
  text-align: right;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  bottom: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  #sidebar-banner-container .widget_media_image h2 {
    font-size: 15px;
    line-height: 20px;
    padding: 0 20px 0 20px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #sidebar-banner-container .widget_media_image h2 {
    padding: 0 40px 0 40px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #sidebar-banner-container .widget_media_image h2 {
    padding-left: 80px;
  }
}
#sidebar-banner-container .widget_media_image img {
  vertical-align: top;
  width: 88px;
  height: 60px;
  display: inline-block;
  max-width: 50%;
  margin-left: 50%;
}
@media only screen and (min-width: 768px) {
  #sidebar-banner-container .widget_media_image img {
    width: 117px;
    height: 80px;
  }
}
@media only screen and (min-width: 992px) {
  #sidebar-banner-container .widget_media_image img {
    width: 147px;
    height: 100px;
  }
}

#et_top_search {
  float: left;
  margin-top: 8px;
}

.mobile_menu_bar:before {
  color: #fff;
}

#et-top-navigation {
  padding-left: 0 !important;
  float: none !important;
}
#et-top-navigation:before, #et-top-navigation:after {
  display: table;
  content: " ";
}
#et-top-navigation:after {
  clear: both;
}
#et-top-navigation #top-menu-nav #top-menu > li {
  font-size: 20px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: none;
}
#et-top-navigation #top-menu-nav #top-menu > li.menu-item-has-children > a {
  padding-right: 0;
}
#et-top-navigation #top-menu-nav #top-menu > li.menu-item-has-children > a:after {
  display: none;
}
#et-top-navigation #top-menu-nav #top-menu > li:after {
  content: "|";
  display: none;
  position: absolute;
  top: 0;
  color: #fff;
  right: -2px;
}
@media only screen and (min-width: 992px) {
  #et-top-navigation #top-menu-nav #top-menu > li:after {
    display: block;
  }
}
#et-top-navigation #top-menu-nav #top-menu > li > a {
  color: #fff !important;
  opacity: 1;
}
#et-top-navigation #top-menu-nav #top-menu > li > a:hover {
  /*opacity: 1;*/
  opacity: 0.8;
}
#et-top-navigation #top-menu-nav #top-menu > li > .sub-menu {
  border: 0;
  /*border-color: transparent;
  border-top-left-radius: 40px;
  box-shadow: 0 -4px 17px 0 rgba(48, 48, 48, 0.2), 0 -2px 4px 0 rgba(48, 48, 48, 0.35);
  background-color: #edede9;*/
  background: #fff;
  top: calc(100% - 20px);
  left: -50%;
  padding-left: 20px;
  padding-right: 20px;
}
#et-top-navigation #top-menu-nav #top-menu > li > .sub-menu > li {
  padding: 0;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.21px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.1);
}
#et-top-navigation #top-menu-nav #top-menu > li > .sub-menu > li.menu-item-has-children > a {
  padding-right: 20px;
}
#et-top-navigation #top-menu-nav #top-menu > li > .sub-menu > li.menu-item-has-children > a:after {
  right: 2px;
  content: "L";
  font-weight: normal;
}
#et-top-navigation #top-menu-nav #top-menu > li > .sub-menu > li.menu-item-has-children.expand > a::after {
  content: "K";
}
#et-top-navigation #top-menu-nav #top-menu > li > .sub-menu > li .sub-menu {
  width: 100%;
  background: transparent;
  box-shadow: none;
  position: relative;
  top: auto;
  left: auto;
  display: none;
  border: 0;
  padding: 0 0 0 20px;
  border-color: transparent;
}
#et-top-navigation #top-menu-nav #top-menu > li > .sub-menu > li .sub-menu li {
  padding: 0;
  display: block;
  font-weight: normal;
}
#et-top-navigation #top-menu-nav #top-menu > li > .sub-menu > li a {
  padding: 5px 5px;
  width: auto;
  color: #303030 !important;
  background: transparent;
}

#main-header .et_pb_menu_hidden + .et_search_outer {
  position: fixed;
  background: rgba(24, 93, 166, 0.9);
  height: 100%;
}
#main-header .et_search_outer .et_search_form_container {
  height: 100% !important;
}
#main-header .et_search_outer .et_close_search_field {
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #e1e4e2;
  width: auto;
  height: 26px;
  margin: 0;
  top: 50%;
  right: 5%;
  margin-top: -53px;
  padding-left: 20px;
}
#main-header .et_search_outer .et_close_search_field:after {
  left: 0;
  color: #edede9;
  opacity: 0.5;
  font-size: 16px;
  top: 3px;
  position: absolute;
}
#main-header .et_search_outer .et-search-form {
  width: 100% !important;
  max-width: 100% !important;
}
#main-header .et_search_outer .et-search-form .form-item {
  border-radius: 3px;
  box-shadow: 0 -4px 19px 0 rgba(48, 48, 48, 0.34);
  background-color: #edede9;
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  width: 90%;
  margin: auto;
  height: 60px;
}
#main-header .et_search_outer .et-search-form .form-item input.et-search-field {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  margin: 15px 0;
  height: 30px;
  padding: 0 60px 0 20px;
  font-size: 22px !important;
  line-height: 30px;
  font-weight: bold;
  color: #303030 !important;
  letter-spacing: 0.55px;
}
#main-header .et_search_outer .et-search-form .form-item input.et-search-field::placeholder {
  color: #303030 !important;
  opacity: 1;
}
#main-header .et_search_outer .et-search-form .form-item #searchsubmit_header {
  position: absolute;
  cursor: pointer;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  background: transparent;
}
#main-header .et_search_outer .et-search-form .form-item #searchsubmit_header:before {
  text-shadow: 0 0;
  font-family: ETmodules;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  position: absolute;
  color: #303030;
  top: 0;
  left: 0;
  font-size: 22px;
  content: "U";
  transform: scale(-1, 1);
}

#et-main-area {
  position: relative;
  z-index: 10;
}

.et_pb_text {
  color: #303030;
  font-size: 16px;
  line-height: 24px;
}
.et_pb_text.text-summary {
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .et_pb_text.text-summary {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .et_pb_text.text-summary {
    font-size: 24px;
    line-height: 34px;
  }
}
.et_pb_text p {
  margin: 0;
}

.et_builder_inner_content .et_pb_button {
  border-radius: 3px;
  box-shadow: inset 0 1px 2px 0 rgba(237, 237, 233, 0.18);
  border: solid 2px #185da6;
  background-color: #185da6;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Nunito Sans", Helvetica, Arial, Lucida, sans-serif;
}

.et_pb_section .et_pb_contact p textarea,
.et_pb_section .et_pb_contact p input {
  background: #edede9;
}

#page-container #main-content .et_builder_inner_content .et_pb_section.hero-section {
  padding-top: 0;
  /*.et_pb_image{

  }*/
}
#page-container #main-content .et_builder_inner_content .et_pb_section .et_pb_row.full-width {
  margin: 0 -40px;
  padding-left: 40px;
  padding-right: 40px;
  width: calc(100% + 80px);
}
@media only screen and (min-width: 992px) {
  #page-container #main-content .et_builder_inner_content .et_pb_section .et_pb_row.full-width {
    margin: 0 -80px;
    padding-left: 80px;
    padding-right: 80px;
    width: calc(100% + 160px);
  }
}

#main-content .et_builder_inner_content .page-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-content .et_builder_inner_content .page-navigation li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
}
#main-content .et_builder_inner_content .page-navigation li:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(48, 48, 48, 0.2);
}
#main-content .et_builder_inner_content .page-navigation li a {
  font-weight: bold;
  color: #303030;
}
#main-content .et_builder_inner_content .page-navigation li a span.day {
  margin-left: 10px;
  color: #303030;
  position: relative;
  padding-left: 25px;
  font-weight: normal;
}
#main-content .et_builder_inner_content .page-navigation li a span.day:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  width: 14px;
  height: 16px;
  background: url(../images/calendar-black.svg) no-repeat 0 0;
  background-size: 100% auto;
  left: 0;
}

.et_pb_section.program .heading h2 {
  padding: 0;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  font-weight: bold;
  color: #303030;
  position: relative;
}
.et_pb_section.program .heading h2:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  width: 24px;
  height: 24px;
  background: url(../images/circle.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 992px) {
  .et_pb_section.program .heading h2:before {
    top: 0;
    left: -42px;
    width: 32px;
    height: 32px;
  }
}
.et_pb_section.program .heading .et_pb_text {
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
}
.et_pb_section.program .heading span.location,
.et_pb_section.program .heading span.day,
.et_pb_section.program .heading span.time {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  color: #303030;
  position: relative;
  padding-left: 25px;
}
.et_pb_section.program .heading span.location:before,
.et_pb_section.program .heading span.day:before,
.et_pb_section.program .heading span.time:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}
.et_pb_section.program .heading span.location {
  margin-left: 0;
}
.et_pb_section.program .heading span.location:before {
  top: 1px;
  width: 14px;
  height: 18px;
  background: url(../images/map.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program .heading span.day:before {
  top: 2px;
  width: 14px;
  height: 16px;
  background: url(../images/calendar.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program .heading span.time {
  margin-right: 0;
}
.et_pb_section.program .heading span.time:before {
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(../images/clock.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program .speakers .et_pb_team_member {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.et_pb_section.program .speakers .et_pb_team_member .et_pb_team_member_image {
  width: 100px;
  padding: 15px 15px;
  position: relative;
}
.et_pb_section.program .speakers .et_pb_team_member .et_pb_team_member_image img {
  border-radius: 50%;
  display: block;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.et_pb_section.program .speakers .et_pb_team_member .et_pb_team_member_image:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url(../images/icon-circle.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program .speakers .et_pb_team_member .et_pb_team_member_description {
  width: calc(100% - 100px);
  max-width: 230px;
  padding: 32px 15px 0;
  font-size: 12px;
  line-height: 17px;
  color: rgba(48, 48, 48, 0.5);
}
.et_pb_section.program .speakers .et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  padding: 0;
}
.et_pb_section.program .speakers .et_pb_team_member .et_pb_team_member_description p {
  margin: 0;
}
.et_pb_section.program .speakers .et_pb_team_member .et_pb_team_member_description > div {
  position: absolute;
  top: 15px;
  left: 15px;
}
.et_pb_section.program .speakers .et_pb_team_member .et_pb_team_member_description > div p {
  margin: 0;
}
.et_pb_section.program .speakers .et_pb_column.et-last-child .et_pb_team_member .et_pb_team_member_image:before {
  top: auto;
  right: auto;
  bottom: 5px;
  left: 5px;
  transform: rotate(180deg);
}
.et_pb_section.program .toogle-speakers {
  padding: 0;
}
.et_pb_section.program .toogle-speakers .et_pb_column {
  position: relative;
}
.et_pb_section.program .toogle-speakers .et_pb_column:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(48, 48, 48, 0.2);
}
.et_pb_section.program .toogle-speakers .et_pb_text {
  font-size: 14px;
  line-height: 22px;
  color: rgba(48, 48, 48, 0.7);
  vertical-align: top;
  margin: 0 !important;
  padding: 15px 0;
}
.et_pb_section.program .toogle-speakers .et_pb_text .et_pb_text_inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.et_pb_section.program .toogle-speakers .et_pb_text .et_pb_text_inner:after {
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-family: ETmodules;
  font-size: 16px;
  line-height: 16px;
  color: rgba(48, 48, 48, 0.5);
  content: "L";
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .et_pb_section.program .toogle-speakers .et_pb_text .et_pb_text_inner:after {
    margin: 0;
    top: 3px;
  }
}
.et_pb_section.program .toogle-speakers .et_pb_text .et_pb_text_inner.expand:after {
  content: "K";
}
.et_pb_section.program .toogle-speakers .et_pb_text .time {
  padding: 0;
  padding-left: 32px;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .et_pb_section.program .toogle-speakers .et_pb_text .time {
    display: inline-block;
    vertical-align: top;
    width: 100px;
  }
}
.et_pb_section.program .toogle-speakers .et_pb_text .time:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(../images/icon-circle-small.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program .toogle-speakers .et_pb_text .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 0 15px 0 0;
  margin: 0;
  color: #303030;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .et_pb_section.program .toogle-speakers .et_pb_text .title {
    display: inline-block;
    vertical-align: top;
    width: calc(55% - 50px);
  }
}
.et_pb_section.program .toogle-speakers .et_pb_text .author {
  display: block;
  padding: 0 25px 0 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .et_pb_section.program .toogle-speakers .et_pb_text .author {
    display: inline-block;
    vertical-align: top;
    width: calc(45% - 50px);
  }
}
.et_pb_section.program .toogle-speakers .et-fb-popover-tinymce,
.et_pb_section.program .toogle-speakers .mce-content-body {
  width: 100%;
}
.et_pb_section.program .toogle-speakers .et_pb_team_member {
  display: block;
  margin: 0 -15px;
  padding-bottom: 15px;
  display: none;
}
.et_pb_section.program .toogle-speakers .et_pb_team_member.ui-sortable {
  display: block;
}
.et_pb_section.program .toogle-speakers .et_pb_team_member .et_pb_module_header {
  display: none;
}
.et_pb_section.program .toogle-speakers .et_pb_team_member .et_pb_team_member_image {
  width: 100px;
  padding: 15px 15px;
  position: relative;
  margin: 0;
  float: left;
}
.et_pb_section.program .toogle-speakers .et_pb_team_member .et_pb_team_member_image img {
  border-radius: 50%;
  display: block;
  max-width: 100%;
}
.et_pb_section.program .toogle-speakers .et_pb_team_member .et_pb_team_member_image:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  background: url(../images/icon-circle.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program .toogle-speakers .et_pb_team_member .et_pb_team_member_description {
  width: calc(100% - 100px);
  float: left;
  padding: 0 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #4a4a4a;
}
.et_pb_section.program .toogle-speakers .et_pb_team_member .et_pb_team_member_description p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.et_pb_section.program .toogle-speakers:nth-child(4n) .et_pb_team_member .et_pb_team_member_image:before {
  top: 5px;
  right: 5px;
}
.et_pb_section.program .toogle-speakers:nth-child(4n+1) .et_pb_text .time:before {
  transform: rotate(90deg);
}
.et_pb_section.program .toogle-speakers:nth-child(4n+1) .et_pb_team_member .et_pb_team_member_image:before {
  bottom: 5px;
  right: 5px;
  transform: rotate(90deg);
}
.et_pb_section.program .toogle-speakers:nth-child(4n+2) .et_pb_text .time:before {
  transform: rotate(180deg);
}
.et_pb_section.program .toogle-speakers:nth-child(4n+2) .et_pb_team_member .et_pb_team_member_image:before {
  bottom: 5px;
  left: 5px;
  transform: rotate(180deg);
}
.et_pb_section.program .toogle-speakers:nth-child(4n+3) .et_pb_text .time:before {
  transform: rotate(-90deg);
}
.et_pb_section.program .toogle-speakers:nth-child(4n+3) .et_pb_team_member .et_pb_team_member_image:before {
  top: 5px;
  left: 5px;
  transform: rotate(-90deg);
}

.et_pb_section.program.yellow .heading h2:before {
  background: url(../images/circle-yellow.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program.yellow .heading span.location:before {
  background: url(../images/map-yellow.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program.yellow .heading span.day:before {
  background: url(../images/calendar-yellow.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program.yellow .heading span.time:before {
  background: url(../images/clock-yellow.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program.yellow .speakers .et_pb_team_member .et_pb_team_member_image:before {
  background: url(../images/icon-circle-yellow.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program.yellow .toogle-speakers .et_pb_text .time:before {
  background: url(../images/icon-circle-small-yellow.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.et_pb_section.program.yellow .toogle-speakers .et_pb_team_member .et_pb_team_member_image:before {
  background: url(../images/icon-circle-yellow.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.et_pb_contact_right .et_pb_contact_captcha {
  display: inline-block;
}

.et_pb_contact_submit {
  vertical-align: top;
}

#page-container #main-footer {
  background: transparent;
  margin-top: 30px;
}
#page-container #main-footer #footer-bottom {
  background: transparent;
  text-align: right;
}
#page-container #main-footer #footer-bottom .container {
  text-align: right;
}
#page-container #main-footer #footer-bottom #footer-info {
  float: none;
  display: block;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  color: #edede9;
  line-height: 28px;
  text-align: right;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  #page-container #main-footer #footer-bottom #footer-info {
    padding: 0 40px;
  }
}
#page-container #main-footer #footer-bottom .date {
  vertical-align: top;
  display: inline-block;
  border-top: 2px solid #edede9;
  font-size: 16px;
  font-weight: bold;
  color: #edede9;
  line-height: 28px;
  text-align: right;
  margin: 0 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  #page-container #main-footer #footer-bottom .date {
    margin: 0 40px;
  }
}
#page-container #main-footer #footer-widgets {
  padding: 0;
  /*border-top-left-radius: 40px;
  box-shadow: 0 -4px 17px 0 rgba(48, 48, 48, 0.34);
  background-color: #edede9;*/
  background-color: #fff;
  padding: 30px 20px;
}
@media only screen and (min-width: 992px) {
  #page-container #main-footer #footer-widgets {
    padding: 40px 30px;
  }
}
#page-container #main-footer #footer-widgets .fwidget {
  float: none;
}
#page-container #main-footer #footer-widgets .fwidget h2 {
  font-size: 16px;
  font-weight: bold;
  color: #303030;
  line-height: 22px;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 30px;
}
#page-container #main-footer #footer-widgets .fwidget .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px;
}
#page-container #main-footer #footer-widgets .fwidget .gallery br {
  display: none;
}
#page-container #main-footer #footer-widgets .fwidget .gallery .gallery-item {
  float: none;
  width: auto;
  margin: 0;
  padding: 15px 15px;
  position: relative;
}
#page-container #main-footer #footer-widgets .fwidget .gallery .gallery-item img {
  border: 0;
  display: block;
}
#page-container #main-footer #footer-widgets .fwidget .gallery .gallery-item .gallery-icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-9 .gallery-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
@media only screen and (min-width: 768px) {
  #page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-9 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 992px) {
  #page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-9 .gallery-item {
    flex: 1 1 0;
    max-width: inherit;
    padding-left: 8px;
    padding-right: 7px;
  }
}
@media only screen and (min-width: 992px) {
  #page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-9 .gallery-item:nth-child(9) {
    flex: 0 0 5%;
  }
}
#page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-9 .gallery-item .portrait {
  max-width: 50%;
}
@media only screen and (min-width: 992px) {
  #page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-9 .gallery-item .portrait {
    max-width: 100%;
  }
}
#page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-7 .gallery-item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  #page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-7 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 992px) {
  #page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-7 .gallery-item {
    flex: 0 0 14.27%;
    max-width: 14.27%;
  }
}
#page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-6 .gallery-item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 768px) {
  #page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-6 .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 992px) {
  #page-container #main-footer #footer-widgets .fwidget .gallery.gallery-columns-6 .gallery-item {
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
  }
}

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