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

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

.block_title {
	margin: 0;
	font-family: futura-pt, sans-serif;
	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;
	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;
}

.text-theme {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.ingress {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
	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;
}

.annotation__icon svg {
	display: block;
	float: right;
	max-height: 30px;
	width: 60px;
	fill: #f28c20;
}

.annotation__content {
	display: inline;
	width: 85%;
	float: left;
}

.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;
}

.fadeIn {
	animation: fadeIn 500ms;
	animation-delay: 300ms;
}

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

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

.block_title {
	margin: 0;
	font-family: futura-pt, sans-serif;
	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;
	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;
}

.text-theme {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.ingress {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
	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;
}

.article__title {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	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;
	animation: fontFade 600ms;
	font-size: 38px;
	line-height: 43px;
}

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

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

.block_title {
	margin: 0;
	font-family: futura-pt, sans-serif;
	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;
	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;
}

.text-theme {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.ingress {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
}

.fadeIn {
	animation: fadeIn 500ms;
	animation-delay: 300ms;
}

.list-item {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.list-item__img img {
	display: block;
	margin: 0 auto;
}

.list-item__text {
	margin: 0 0 10px;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 35px;
}

.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;
	animation: fontFade 600ms;
	font-size: 38px;
	line-height: 43px;
	margin-top: 30px;
}

.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;
}

.fadeIn {
	animation: fadeIn 500ms;
	animation-delay: 300ms;
}

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

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

.block_title {
	margin: 0;
	font-family: futura-pt, sans-serif;
	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;
	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;
}

.text-theme {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.ingress {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
}

.features .feature {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	background: #fff;
	margin: 0 15px 20px;
	padding-bottom: 20px;
}

.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: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-ms-flex-preferred-size: calc(100% - 30px);
	flex-basis: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}

.speaker__image {
	display: block;
	overflow: hidden;
	height: 240px;
	width: 100%;
}

.speaker__image img {
	display: block;
	height: 240px;
	width: 100%;
	object-fit: cover;
	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;
	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;
	animation: fontFade 600ms;
	font-size: 16px;
	line-height: 19px;
}

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

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

.block_title {
	margin: 0;
	font-family: futura-pt, sans-serif;
	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;
	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;
}

.text-theme {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.ingress {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
}

.fadeIn {
	animation: fadeIn 500ms;
	animation-delay: 300ms;
}

.agenda_day {
	margin-top: 3px;
}

.agenda_day__title {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
}

.agenda-item--track_container {
	padding-bottom: 4px;
	border-bottom: 7px solid #F4F6F5;
	margin-bottom: 12px;
}

.track-section__title {
	font-family: futura-pt, sans-serif;
	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;
}

.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;
}

.agenda-item__content h2 {
	margin: 5px 0 0;
}

.agenda-item.highlighted .agenda-item__content {
	animation: highlightFlash 2000ms;
	animation-delay: 300ms;
	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;
}

.agenda-item:hover > .agenda-item__permalink {
	display: none;
}

.fadeIn {
	animation: fadeIn 500ms;
	animation-delay: 300ms;
}

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

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

.block_title {
	margin: 0;
	font-family: futura-pt, sans-serif;
	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;
	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;
}

.text-theme {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.ingress {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
	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;
}

.form-wrap .info-text h3 {
	margin-top: 30px;
}

.form-wrap .info-text ol,
.form-wrap .info-text ul {
	padding: 10px 20px;
}

.form-wrap .info-text li {
	margin: 15px 0;
}

.form-wrap .required:-ms-input-placeholder {
	color: #f28c20;
}

.form-wrap .required::placeholder {
	color: #f28c20;
}

.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;
}

.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;
}

.actions--align-fields {
	margin-left: 17px;
	margin-right: 17px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.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;
}

.form-group--date label {
	display: block;
}

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

.addons {
	min-height: 400px;
}

.addons label {
	display: inline;
}

.canvas-box,
.addon {
	margin-bottom: 5px;
	padding: 15px;
	background: #fff;
}

.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;
}

.section--confirmation__content .btn {
	margin-top: 20px;
}

.section--submit {
	padding-top: 20px;
	padding-bottom: 30px;
}

.field-mobile__notice {
	color: #8d8d8d;
	font-size: 14px;
	margin: 0 15px 30px;
}

.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;
}

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

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

.block_title {
	margin: 0;
	font-family: futura-pt, sans-serif;
	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;
	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;
}

.text-theme {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.ingress {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	background-color: #ffffff;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news-item:hover {
	color: inherit;
	text-decoration: none;
}

.news-item__img {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.news-item__text {
	padding: 44px;
}

.news-item__title {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
	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;
	animation: fontFade 600ms;
	text-transform: uppercase;
	color: #939490;
	margin-bottom: 15px;
}

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

.news-item--small__img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
}

.news-item--small__img img {
	max-width: 200px;
}

.fadeIn {
	animation: fadeIn 500ms;
	animation-delay: 300ms;
}

.search--tiny {
	position: absolute;
	right: 80px;
	top: 10px;
	height: 46px;
}

.search--tiny form {
	display: block;
	overflow: hidden;
	height: 100%;
}

.search--tiny input {
	outline: none;
}

.search--tiny .search__field {
	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;
}

.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;
}

.search--tiny .search__button svg {
	width: 26px;
	height: 26px;
}

.search--tiny .search__button .st0 {
	stroke: #ccc;
	stroke-width: 3;
}

.search--tiny .search__button:hover .st0 {
	stroke: #aaa;
}

.search--tiny .search__button:active .st0 {
	stroke: #888;
}

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

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

.block_title {
	margin: 0;
	font-family: futura-pt, sans-serif;
	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;
	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;
}

.text-theme {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}

.ingress {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
}

.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;
}

.uber-nav ul {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
	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;
}

.uber-nav ul.active {
	display: block;
	padding-top: 50px;
	top: 0;
	position: relative;
	height: 100vh;
}

.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;
}

.uber-nav li a {
	padding: 15px 25px;
	display: block;
	border-bottom: 1px solid #eee;
	color: #212920;
	white-space: nowrap;
}

.uber-nav li a:hover {
	background: #eee;
	text-decoration: none;
}

.uber-nav li a:active {
	background: #ddd;
}

.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;
}

.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;
}

@media screen and (min-width: 768px) {

.main-title {
	font-size: 44px;
}

.text-theme {
	font-size: 18px;
}

.annotation__icon {
	width: 30%;
}

.annotation__content {
	width: 70%;
}

.main-title {
	font-size: 44px;
}

.text-theme {
	font-size: 18px;
}

.article__pre_title {
	margin-top: 30px;
	margin-bottom: 24px;
}

.main-title {
	font-size: 44px;
}

.text-theme {
	font-size: 18px;
}

.list-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.list-item__text {
	margin: 0 28px 10px;
}

.list-item__title {
	margin-top: 50px;
}

.list-item__action {
	display: inline-block;
}

.main-title {
	font-size: 44px;
}

.text-theme {
	font-size: 18px;
}

.features {
	padding-top: 60px;
	padding-bottom: 67px;
}

.features--last {
	padding-bottom: 60px;
}

.features .feature {
	padding-bottom: 30px;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	-ms-flex-preferred-size: calc(100% / 3 - 30px);
	flex-basis: calc(100% / 3 - 30px);
}

.speaker__item {
	-ms-flex: 0 1 33%;
	flex: 0 1 33%;
	-ms-flex-preferred-size: calc(100% / 3 - 30px);
	flex-basis: calc(100% / 3 - 30px);
}

.main-title {
	font-size: 44px;
}

.text-theme {
	font-size: 18px;
}

.agenda_day:hover .agenda_day__edit-link {
	display: block;
}

.agenda_day .js--toggleBox__btn {
	display: none;
}

.agenda-item--track_container {
	border-bottom: none;
	margin-bottom: 0;
}

.agenda-item {
	margin: 35px 25px 35px 25px;
}

.agenda-item__content {
	padding-right: 45%;
}

.agenda-item__permalink {
	display: block;
}

body.logged-in .agenda-item:hover > .agenda-item__permalink {
	display: block;
	top: -10px !important;
	visibility: visible;
}

.main-title {
	font-size: 44px;
}

.text-theme {
	font-size: 18px;
}

.form-wrap .info-text h2 {
	margin-top: 0;
}

.form-wrap .info-text ol,
.form-wrap .info-text ul {
	padding: 20px 40px;
}

.ui-datepicker {
	margin-bottom: 0;
}

.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-top: -15px;
	margin-bottom: 15px;
}

.form-group {
	margin-bottom: 25px;
}

.form-group:last-child {
	margin-bottom: 0;
}

.form-group--extra-person {
	margin-bottom: 10px;
}

.addons {
	overflow: hidden;
}

.canvas-box,
.addon {
	box-sizing: border-box;
	float: left;
	display: inline;
	width: 100% !important;
	padding: 30px;
}

.section--confirmation__content {
	font-size: 21px;
}

.section--submit {
	padding-top: 40px;
	padding-bottom: 50px;
}

.field-mobile__notice {
	margin-top: -20px;
}

.main-title {
	font-size: 44px;
}

.text-theme {
	font-size: 18px;
}

.news-item {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.news-item__img {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.news-item__text {
	padding-left: 35px;
}

.news-item__date {
	font-size: 18px;
}

.news-item--flip .news-item__img {
	-ms-flex-order: 2;
	order: 2;
}

.news-item--flip .news_item__text {
	-ms-flex-order: 1;
	order: 1;
}

.news-item--small__img {
	-ms-flex: 0 0 288px;
	flex: 0 0 288px;
	padding-bottom: 60px;
}

.news-item--no_img__text {
	padding-left: 44px;
}

.search--tiny {
	height: auto;
	right: 0;
	top: 0;
}

.search--tiny .search__field {
	animation: slideOutDestop 300ms;
	height: 86px;
	width: 300px;
	font-size: 16px;
}

.search--tiny .search__button {
	top: 0;
	width: 86px;
	height: 86px;
	background: #DE7C00;
}

.search--tiny .search__button svg #Combined-Shape {
	fill: #fff;
}

.search--tiny .search__button .st0 {
	stroke: #fff;
	stroke-width: 2;
}

.search--tiny .search__button:hover {
	background: #ff9612;
}

.search--tiny .search__button:hover .st0 {
	stroke: #fff;
}

.search--tiny .search__button:active {
	background: #ffad45;
}

.search--tiny .search__button:active .st0 {
	stroke: #fff;
}

.main-title {
	font-size: 44px;
}

.text-theme {
	font-size: 18px;
}

.uber-nav {
	min-height: 86px;
	background: transparent;
	text-align: center;
	padding-right: 120px;
	padding-left: 82px;
}

.uber-nav .js-uber-nav-button {
	display: none;
}

.uber-nav ul {
	background-color: transparent;
}

.uber-nav ul.active {
	height: auto;
}

.uber-nav ul {
	padding-top: 30px;
	display: block;
	top: auto;
}

.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;
}

.uber-nav li {
	display: inline;
	position: relative;
	vertical-align: top;
}

.uber-nav li.menu-item-has-children:hover ul {
	display: block !important;
}

.uber-nav li.current-menu-item a {
	color: #8d8d8d;
	border-bottom: 5px solid #f28c20;
}

.uber-nav li a {
	padding: 10px 25px 5px;
}

.uber-nav li a:hover {
	background: transparent;
	color: #999;
}

.uber-nav li a:active {
	background: transparent;
	color: #ddd;
}

.uber-nav li a {
	display: inline;
	border-bottom: none;
}

.uber-nav .expander {
	display: none;
}

}

@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 (max-width: 768px) {

.list-item {
	margin-left: -5px;
	margin-right: -5px;
}

.uber-nav li:first-child a {
	border-top: 1px solid #eee;
}

}

@keyframes fontFade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes highlightFlash {

0% {
	border-radius: 5px;
	background-color: yellow;
}

100% {
	background-color: transparent;
	border-radius: 0px;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fontFade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fontFade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes highlightFlash {

0% {
	border-radius: 5px;
	background-color: yellow;
}

100% {
	background-color: transparent;
	border-radius: 0px;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes highlightFlash {

0% {
	border-radius: 5px;
	background-color: yellow;
}

100% {
	background-color: transparent;
	border-radius: 0px;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fontFade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fontFade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes highlightFlash {

0% {
	border-radius: 5px;
	background-color: yellow;
}

100% {
	background-color: transparent;
	border-radius: 0px;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes highlightFlash {

0% {
	border-radius: 5px;
	background-color: yellow;
}

100% {
	background-color: transparent;
	border-radius: 0px;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fontFade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes fontFade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes highlightFlash {

0% {
	border-radius: 5px;
	background-color: yellow;
}

100% {
	background-color: transparent;
	border-radius: 0px;
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes slideOut {

0% {
	width: 0;
}

100% {
	width: 200px;
}

}

@keyframes slideOutDestop {

0% {
	width: 0;
}

100% {
	width: 300px;
}

}

@keyframes fontFade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

