body {
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

/* Element - Header */

h1, .h1 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

/* h2, .h2 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-top: 0;
  margin-bottom: 18px;
}

h3, .h3 {
	color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin-top: 0;
  margin-bottom: 24px;
}

h4, .h4 {
	color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-top: 0;
  margin-bottom: 18px;
}

h5, .h5 {
	color: #000000;
  font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
  letter-spacing: 0.2px;
  margin-top: 0;
  margin-bottom: 18px;
}

h6, .h6 {
	color: #000000;
	font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
} */

@media (min-width: 768px) {

	h1, .h1 {
		font-size: 33px;
		line-height: 39px;
	}
}

@media (min-width: 1024px) {


}

@media (min-width: 1440px) {

  h1, .h1 {
	  font-size: 42px;
	  line-height: 48px;
	}

  /* h2, .h2 {
	  font-size: 34px;
	  line-height: 42px;
	  margin-bottom: 24px;
	  letter-spacing: 0.25px;
  }

	h3, .h3 {
	  font-size: 26px;
	  line-height: 34px;
	  letter-spacing: 0.25px;
	}

  h4, .h4 {
	  font-size: 20px;
	  line-height: 28px;
	  letter-spacing: 0.25px;
	} */
}

/* Element - Tag */

a {
	color: #6187ff;
  text-decoration: none;
}

a:hover,
a:active {
	color: #ffffff;
  text-decoration: none;
}

p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 12px;
	margin-bottom: 18px;
}

ul, ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}


/* Element - Button Primary */

 .btn,
a.btn {
	display: inline-block;
  background-color: #4E67C8;
  border: none;
	border-radius: 6px;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 24px 8px 24px;
}

 .btn:hover,
a.btn:hover {
background-color: #6187FF;
}

/* @media (min-width: 1440px) {

	 .btn,
	a.btn {
	  font-size: 16px;
	  line-height: 26px;
	}
} */


/* Element - Button Primary | Disabled */

.btn-primary:disabled,
.btn-primary:disabled:hover {
	color: #5b6486;
	background-color: #424d79;
	cursor: auto !important;
	outline: none !important;
}


/* Element - Button | Loading */

.btn-primary.btn-loading {
	position: relative;
	padding-left: 48px;
}

.btn-primary.btn-loading::after {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 15px;
	width: 24px;
	height: 24px;
	background: url('../img/icons/spinner.svg') center center no-repeat;
	background-size: 24px 24px;
}


/* Element - Button | Secondary */

  .btn-secondary,
 a.btn-secondary {
	background-color: #243066;
	color: #ffffff;
}

 .btn-secondary:hover,
a.btn-secondary:hover {
	background-color: #4E67C8;
}


/* Element - Button | Inverse */

 .btn-inverse,
a.btn-inverse {
	color: #243066;
	background-color: #ffffff;
}

 .btn-inverse:hover,
a.btn-inverse:hover {
	color: #ffffff;
	background-color: #4E67C8;
}


/* Element - Button | Small */

/* .btn-sm {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.8px;
  padding: 9px 18px 8px 18px;
} */


/* Element - Button | With Icon */

.btn-icon {
	display: inline-flex;
	align-items: center;
	text-align: left;
}

.btn-icon .icon {
	width: 24px;
	height: 24px;
	line-height: 0;
	margin-right: 12px;
}


/* Element - List */

ul.list {
	padding-left: 24px;
}

ul.list li {
	margin-bottom: 18px;
	position: relative;
}

ul.list li:last-child {
	margin-bottom: 0;

}

ul.list li::before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: -18px;
	width: 6px;
	height: 6px;
	background-color: #000000;
}

ul.list-secondary li::before {
	background-color: #4E67C8;
}

ul.text-lg li::before {
	top: 9px;
	left: -24px;
	width: 8px;
	height: 8px;
}


/* Element - Field */

.field label {
	display: block;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.field label span {
	color: #c91919;
	position: relative;
	top: -3px;
}

.field input,
.field textarea {
	background-color: #f2f5f8;
	border: none;
	border-radius: 6px;
	/* border-bottom: 1px solid #c0c6ce; */
	line-height: 36px;
	padding: 0 12px 1px 12px;
	width: 100%;
}

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

.form-group.has-error input,
.form-group.has-error textarea {
	border-color: #c91919;
}

.form-group .help-block li {
	color: #6d7073;
	font-size: 11px;
	line-height: 18px;
	margin-top: 3px;
}

.form-group .help-block.with-errors li {
	color: #c91919;
}

.action {
	margin-top: 30px;
}


/* Element - Checkbox */

.field-checkbox {
	position: relative;
}

.field-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	pointer-events: none;
}

.field-checkbox label {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: none;
	padding-left: 30px;
}

.field-checkbox input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.field-checkbox:hover input[type='checkbox'] ~ .checkmark {
	background-color: white;
}

.field-checkbox input[type='checkbox']:checked ~ .checkmark {
	background-color: #4e67c8;
}

.field-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.field-checkbox input[type='checkbox']:checked ~ .checkmark:after {
	display: block;
}

.field-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* ELEMENT - CARD */

.card {
	color: #ffffff;
	display: block;
	border-radius: 12px;
	padding: 30px 24px;
}

.card-primary {
  background-color: #1b2a5e;
	border: 1px solid #1b2a5e;
}

.card-secondary {
	background-color: transparent;
	border: 1px solid #4e67c8;
}

.card-alt {
	border: 4px solid #0136A2;
}

@media (min-width: 768px) {

	.card {
		padding: 48px 60px;
	}
}

@media (min-width: 1024px) {

	.card {
		padding: 60px 90px;
	}
}

@media (min-width: 1440px) {

	.card {
		padding: 72px 120px;
	}
}


/* COMPONENT - HEADER */

.header {
	padding: 24px 0 0 0;
}

.header-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header .logo {
  width: 180px;
}

.header .logo a {
  display: block;
	line-height: 38px;
}

.header .logo a:hover {
  opacity: 0.9;
}

@media (min-width: 768px) {

	.header .container {
		max-width: none;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.header .logo {
		width: 240px;
	}

	.header .logo a {
		line-height: 42px;
	}
}

@media (min-width: 1024px) {

	.header .container {
		padding-left: 48px;
		padding-right: 48px;
	}
}

@media (min-width: 1440px) {

	.header {
		padding: 48px 0;
	}

	.header .container {
		padding-left: 90px;
		padding-right: 90px;
	}

  .header .logo {
    width: 360px;
  }
}


/* COMPONENT - MAIN MENU */

.btn-navbar-toggle {
  background-color: transparent;
  border: 1px solid #ffffff;
	border-radius: 6px;
  color: #ffffff;
	font-size: 14px;
	font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
}

.btn-navbar-toggle:hover {
	background-color: transparent;
}

.btn-navbar-toggle:focus {
	outline: 0px;
}

.menu-icon {
	padding-left: 4px;
	padding-right: 12px;
}

.icon-bar {
	background-color: #ffffff;
	display: block;
	margin-bottom: 4px;
	width: 16px;
	height: 2px;
}

.icon-bar:last-child {
	margin-bottom: 0;
}

.navbar-collapse {
	display: none;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
}

.main-menu .menu-item {
	text-align: left;
	border-top: 1px solid #243066;
}

.main-menu > .menu-item:last-child {
	padding-bottom: 6px;
}

.main-menu .menu-item a,
.main-menu .menu-item span {
	cursor: pointer;
	position: relative;
	display: block;
	color: #6187FF;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 42px;
	padding: 3px 18px;
}

.main-menu .menu-item a:hover,
.main-menu .menu-item span:hover,
.main-menu .menu-item.active a:hover,
.main-menu .menu-item.active span:hover {
	color: #ffffff;
}

.main-menu .menu-item.active a,
.main-menu .menu-item.active span {
	color: #b6c7fd;
	/* font-weight: 400; */
}

.menu-item-group > a:after,
.menu-item-group > span:after {
	content: '';
	display: block;
	position: absolute;
	float: right;
	top: 50%;
	right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: transparent;
	border-top-color: #e6ecf3;
	margin-top: -2px;
}

.menu-item-group > a:hover:after,
.menu-item-group > span:hover:after {
	border-top-color: #ffffff;
}

.menu-item-group.toggle-on > a:after,
.menu-item-group.toggle-on > span:after {
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}

.menu-item-group > .sub-menu {
	display: none;
}

.main-menu .sub-menu {
	padding-left: 16px;
}

.main-menu .sub-menu a {
	font-size: 14px;
	line-height: 36px;
	letter-spacing: 0.2px;
	text-transform: none;
}

.main-menu .sub-menu .menu-item:last-child {
	padding-bottom: 6px;
}

@media (max-width: 767px) {

	.nav-header {
		width: 100%;
	}

	.main-menu {
		background-color: #111f50;
		margin-top: 12px;
	}
}

@media (min-width: 768px) {

	.btn-navbar-toggle {
		display: none;
	}

	.navbar-collapse {
		display: block;
	}

	.navbar-collapse.collapse {
		display: block !important;
		visibility: visible !important;
		height: auto !important;
		padding-bottom: 0px;
		overflow: visible !important;
	}

	.main-menu {
		display: flex;
		align-items: center;
		margin-bottom: 0;
		list-style: none;
		/* padding: 3px 0; */
	}

	.main-menu > .menu-item {
		border-top: none;
		line-height: 0;
		margin-left: 24px;
	}

	.main-menu > .menu-item:last-child {
		border-bottom: none;
	}

	.main-menu .menu-item a,
	.main-menu .menu-item span {
		font-size: 18px;
		padding: 0;
	}

	/* .main-menu > .menu-item > a:hover,
	.main-menu > .menu-item > span:hover {
		text-decoration: underline;
	} */

	.main-menu .menu-item-group {
		position: relative;
	}

	.main-menu > .menu-item-group > a,
	.main-menu > .menu-item-group > span {
		padding-right: 12px;
	}

	.menu-item-group > a:after,
	.menu-item-group > span:after {
		right: 0px;
	}

	.main-menu > .menu-item:first-child {
		margin-left: 0;
	}

	.main-menu > .menu-item:last-child {
    padding-bottom: 0;
	}

	.menu-item-group:hover .sub-menu {
		display: block;
	}

	.main-menu .sub-menu {
		position: absolute;
		top: 24px;
		left: -12px;
		padding-top: 12px;
		padding-left: 0px;
		width: 150px;
		z-index: 11;
	}

	.main-menu .sub-menu .menu-item {
		background-color: #1B2A5E;
	}

	/* .main-menu .sub-menu .menu-item a:hover {
  	color: #ffffff;
		background-color: #0136A2;
	} */

	.main-menu .sub-menu .menu-item:first-child {
		border-top: none;
	}

	.main-menu .sub-menu .menu-item:last-child {
		padding-bottom: 0;
	}

	.main-menu .sub-menu a {
		padding: 12px 24px 12px 24px;
	}
}

@media (min-width: 1440px) {

	.main-menu {
		/* padding: 12px 0; */
	}

	.main-menu > .menu-item {
		margin-left: 30px;
	}

	.main-menu .menu-item a,
	.main-menu .menu-item span {
		font-size: 24px;
	}
}


/* COMPONENT - PAGE */

.page {
	background-color: #243066;
}

/* .page-header .title,
.section-header .title {
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-header .subtitle,
.section-header .subtitle {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.section-header .subtitle {
	margin-bottom: 18px;
}

@media (min-width: 1024px) {

  .page-header .subtitle,
	.section-header .subtitle {
	  font-size: 18px;
	  line-height: 26px;
	  letter-spacing: 0.25px;
	}
} */


/* COMPONENT - PAGE HEADER */

.page-header .title {
	color: #ffffff;
  /* font-size: 42px; */
	/* line-height: 48px; */
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 18px;
	margin-bottom: 36px;
}

.page-header .title::after {
		content: '';
		display: block;
		position: absolute;
		background-color: #4E67C8;
		left: 50%;
		bottom: 0;
		width: 48px;
		height: 3px;
		margin-left: -24px;
}

@media (min-width: 768px) {

	.page-header .title {
		padding-bottom: 20px;
		margin-bottom: 42px;
	}
}

@media (min-width: 1440px) {

	.page-header .title {
		padding-bottom: 30px;
		margin-bottom: 48px;
	}

	.page-header .title::after {
			width: 60px;
			margin-left: -30px;
	}
}


/* COMPONENT - SECTION */

/* .section {
	position: relative;
	padding: 60px 0 90px 0;
}

.section:first-child {
	padding-top: 30px;
}

.section:last-child {
	padding-bottom: 120px;
}

.section-action {
	margin-top: 30px;
}

@media (min-width: 768px) {

  .section {
		padding: 60px 0 90px 0;
	}

  .section:first-child {
    padding-top: 48px;
	}
}

@media (min-width: 1024px) {

  .section-content {
    margin-bottom: 0;
  }
}

@media (min-width: 1440px) {

  .section {
		padding: 90px 0 120px 0;
	}

	.section:first-child {
		padding-top: 60px;
	}

	.section:last-child {
		padding-bottom: 180px;
	}

  .section-action {
		margin-top: 36px;
	}
} */


/* COMPONENT - FOOTER */

.footer {
	background-color: #2c3979;
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	text-align: center;
	padding: 12px 0;
}

@media (min-width: 1440px) {

	.footer {
		font-size: 14px;
		padding: 18px 0;
	}
}


/* ELEMENT – SOCIAL */

.social {
	display: flex;
	justify-content: center;
}

.icon-social {
	display: block;
	color: #ffffff;
	width: 30px;
	margin: 9px;
}

.icon-social:hover {
	color: #6187ff;
}

@media (min-width: 768px) {

	.icon-social {
		width: 36px;
		margin: 10px;
	}
}

@media (min-width: 1440px) {

	.icon-social {
		width: 42px;
		margin: 12px;
	}
}


/* PAGE - HOME */

.page-home #section0 {
	background: url('../img/background.jpg') bottom center no-repeat #243066;
	background-size: 200%;
	text-align: center;
}

#videobackground {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: #243066;
	/* background-image: url('../video/stock-footage--s-retro-background-loop-animation-retrowave-horizon-landscape-with-neon-lights-and-low-poly.m4p'); */
	background-position: center center;
	background-size: cover;
	object-fit: cover;
	z-index: 3;
}

.page-home .description {
	position: relative;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 30px;
	max-width: 300px;
	margin: 0 auto 36px auto;
}

.page-home .description::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #4E67C8;
	left: 50%;
	top: -34px;
	width: 60px;
	height: 4px;
	margin-left: -30px;
}

.fp-watermark {
  display: none;
}

@media (min-width: 768px) {

	.page-home #section0 {
		background-size: 150%;
	}

  .page-home #section0 .content {
		top: 33%;
	}

	.page-home .description {
		font-size: 24px;
		line-height: 36px;
		max-width: 640px;
		margin: 0 auto 60px auto;
	}

	.page-home .description::before {
		top: -42px;
		width: 72px;
		height: 5px;
		margin-left: -36px;
	}
}

@media (min-width: 1024px) {

	.page-home #section0 {
		background-size: 100%;
	}

	.page-home .description {
		max-width: 660px;
	}
}

@media (min-width: 1440px) {

	.page-home .description {
		font-size: 36px;
		line-height: 54px;
		max-width: 980px;
		margin: 0 auto 90px auto;
	}

	.page-home .description::before {
		top: -66px;
		width: 90px;
		height: 6px;
		margin-left: -45px;
	}
}

/*solves problem with overflowing video in Mac with Chrome */
#section0 {
	overflow: hidden;
}


/* PAGE - CONTACT */

.page-contact .contacts {
	margin-bottom: 6px;
}

.page-contact .contact-item {
	margin-bottom: 12px;
}

@media (min-width: 1024px) {

	.page-contact .contacts {
		margin-bottom: 12px;
	}
}

@media (min-width: 1440px) {

	.page-contact .contacts {
		margin-bottom: 24px;
	}

	.page-contact .contact-item {
		margin-bottom: 18px;
	}
}


/* PAGE RESEARCH */

.page-research {

}

.form-subscribe {
	margin-top: 12px;
}

@media (min-width: 768px) {

	.form-subscribe {
		margin-top: 24px;
	}
}

@media (min-width: 1440px) {

	.form-subscribe {
		margin-top: 36px;
	}
}


/* PAGE INVESTOR PORTAL */

.page-investor-portal .h1 {
	color: #ffffff;
	margin-bottom: 18px;
}


/* PAGE - 404 */

.page-404 .section {
	text-align: center;
	padding-top: 120px;
	padding-bottom: 240px;
}


/* MARGIN */

.mb-30 {
	margin-bottom: 30px;
}

.mb-36 {
	margin-bottom: 36px;
}

.mb-42 {
	margin-bottom: 42px;
}


/* TYPOGRAPHY */

.font-400 {
	font-weight: 400;
}

.font-700 {
	font-weight: 700;
}

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

.text-right {
	text-align: right;
}

@media (min-width: 768px) {

	.text-lg {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (min-width: 1440px) {

	.text-md {
		font-size: 20px;
		line-height: 26px;
	}

	.text-lg {
		font-size: 24px;
		line-height: 30px;
	}
}


/* FULL-PAGE */

.fp-enabled .header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.fp-enabled .footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.fp-enabled .content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 22%;
	z-index: 4;

	/*
	* Preventing flicker on some browsers
	* See http://stackoverflow.com/a/36671466/1081396  or issue #183
	*/
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/* MODAL */

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.fade.in {
	opacity: 1;
}

.modal.fade .modal-window {
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	-webkit-transform: translate(0, -32px);
	-ms-transform: translate(0, -32px);
	-o-transform: translate(0, -32px);
	transform: translate(0, -32px);
}

.modal.in .modal-window {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal-window {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	padding: 18px !important;
}

.modal-window {
	background-color: #ffffff;
	box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.25);
	border-radius: 12px;
	cursor: auto;
	position: relative;
	max-width: 480px;
	margin: 24px auto;
}

.modal-window.modal-widget {
	padding: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #000000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

button.modal-close {
	border-radius: 50%;
	cursor: pointer;
	display: block;
	border: 0;
	background: url("../img/icons/x.svg") center no-repeat #06263d;
	background-size: 15px 15px;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 101;
}

button.modal-close:hover {
	background: url("../img/icons/x.svg") center no-repeat #4e67c8;
	background-size: 15px 15px;
}

@media (min-width: 1024px) {

	.modal-window {
		max-width: 720px;
		margin: 60px auto;
	}
}

@media (min-width: 1440px) {

	.modal-window {
		max-width: 960px;
		margin: 90px auto;
	}
}


/* COMPONENT - MODAL | Submit */

.modal-submit .modal-window {
	max-width: 480px;
}

.modal-submit .modal-header {
	background-color: #f3f5f7;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	padding: 18px 30px;
}

.modal-submit .modal-content {
	padding: 24px 30px 30px 30px;
}

/* @media (min-width: 768px) {

	.modal-submit .modal-header {
		padding: 24px 42px 18px 42px;
	}

	.modal-submit .modal-content {
		padding: 24px 42px 42px 42px;
	}
} */


/* UTILITY - Responsive Video */

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
  display:none !important;
}