@font-face {
    font-family: 'Gill Sans Hel';
    src: local('Gill Sans Hel Bold'), local('GillSansHel-Bold'),
        url('../hinted-subset-GillSansHel-Bold.woff2') format('woff2'),
        url('../hinted-subset-GillSansHel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans Hel';
    src: local('Gill Sans Hel Light'), local('GillSansHel-Light'),
        url('../hinted-subset-GillSansHel-Light.woff2') format('woff2'),
        url('../hinted-subset-GillSansHel-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}



@viewport {
	min-zoom: 0.5;
	max-zoom: 2;
}


/* responsive type ---------------------------------------------------------- */
html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
	font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
	font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
	font-size: 1.6rem;
  }
}
/* -------------------------------------------------------------------------- */



/*
GENERIC
*/
html ,
body {
	min-height: 100vh;
}

body {
	font-family: 'Gill Sans Hel', sans-serif;
	color: #fff;
	line-height: 1.2;
}

* {
	background-size: cover;
}

p {
	margin-bottom: .5rem;
}

b, strong {
	font-weight:bold;
}


a {
	transition: all 0.2s ease-in-out;
	color: #B2152C;
	text-decoration: none;
}
a:hover {
	color: #d45d69;
	text-decoration: underline;
}



body, section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#06060c+0,002548+60,006ca0+100 */
	background: #06060c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDYwNjBjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMDAyNTQ4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNmNhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #06060c 0%, #002548 60%, #006ca0 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#06060c), color-stop(60%,#002548), color-stop(100%,#006ca0)); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(-45deg, #06060c 0%,#002548 60%,#006ca0 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(-45deg, #06060c 0%,#002548 60%,#006ca0 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(-45deg, #06060c 0%,#002548 60%,#006ca0 100%); /* IE10 preview */
	background: linear-gradient(135deg, #06060c 0%,#002548 60%,#006ca0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06060c', endColorstr='#006ca0',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	background-attachment: fixed;
}


.second-row {
	flex-grow: 1;
	max-width: 820px;
}


.selectme img {
	max-width: 40vw;
}


.container {
	max-width: 820px;
}


#ytube {
	max-width: 64%;
}



section {
	transition: all 0.3s ease-in-out;
	display: none;
	/*height: 100%;*/
	min-height: 100vh;
	/*border-bottom: 1px solid white;*/
	position: absolute;
	/*width: 100vw;*/
}

.v-splitter {
	border:0.5px solid white;
	height: 100%;
}


#sec-wrapper {
	flex-grow: 1;
}


.no-padding {
	padding: 0;
}


.title-row {
	max-width: 820px;
	text-align: center;
	padding: 1rem 1rem 0 1rem;
}

.title-row h3 {
	margin: 0;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}


.chk-wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.c-box-wrapper {
	justify-content: space-between;
	width: 100%;
	height: 100%;
	align-items: center;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.c-box-wrapper .title {
	padding: 0.45rem;
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	align-items: flex-end;
}








/*
HEADER
*/
header {
	background-size: cover;
}
.header-logo {
	margin: 30px auto 10px auto;
	max-width: 240px;
}





h1 {
	font-size: 3em;
	font-weight: bold;
	/*white-space: nowrap;*/
}
h3 {
	font-weight: bold;
}






.error {
	background-color: #F2DEDE;
	/*background-color: #efd131;*/
	border: 1px solid #EBCCD1;
}
#token {
	display:none;
}
.error-notice {
	display:none;
}



.sec-intro {
}

.link-wrapper {
	border: 5px solid #fff;
	background: #fff;
}


/* Customize the label (the container) */
.terms-wrap .checkbox label, .terms-wrap .radio label {
	padding-left: 0px;
}
.terms-wrap .checkbox, .terms-wrap .radio {
	margin-right: .75rem;
}

.cr-icon {
	color: #fff
}

.form-check-label {
/*    display: block;
	position: relative;
	margin-bottom: 55px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

/* Hide the browser's default radio button */
.form-check-label input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	transform: translateX(-50%);
	height: 25px;
	width: 25px;
	border: 2px dotted #fff;
	border-radius: 50%;
	bottom: -35px;

	/*background-color: #9EC83F;*/
	-webkit-box-shadow: inset 0px 0px 0px 4px rgba(159,200,63,1);
	-moz-box-shadow: inset 0px 0px 0px 4px rgba(159,200,63,1);
	box-shadow: inset 0px 0px 0px 4px rgba(159,200,63,1);
	transition: all 0.3s ease-in-out;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
	background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.form-chec-labelk input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: white;
}



@media (min-width: 1200px) {
	.form-check.col-lg-1 {
		width: 10%;
	}
}




















.terms-wrap {
}
.terms-wrap a {
	text-decoration:underline;
}
.error-notice {
	margin:20px auto 20px auto;
	color:#a94442;
	font-size:16px;
}




input[type="text"], input[type="password"] {
	border-radius: 0px;
	font-weight: bold;
	color: #00447C;
	padding: .275rem .75rem;
}







.checkbox label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr {
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
	width: 1.1em;
	height: 1.1em;
	float: left;
	margin-right: .5em;
}
.checkbox .cr .cr-icon {
	position: absolute;
	font-size: .6em;
	line-height: 0;
	top: 50%;
	left: 20%;
}
.checkbox label input[type="checkbox"] {
	display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
	color: #fff;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
	opacity: .5;
}































.img-responsive {
	margin-left: auto;
	margin-right: auto;
}

#selectImage {
	padding-top: 1rem;
	padding-bottom: 1rem;
}





.reg-wrapper {
	background-color: #DDEADD;
}


.selectme:hover * {
	transition: all 0.2s ease-in-out;
	opacity:0.5;
	cursor:pointer;
}




.btn {
	margin-top: 1rem;
	transition: all 0.3s ease-in-out;
	border-radius: 40px;
	color: #00447C;
	font-weight: bold;
	border-radius: 40px;
	border: 2px solid #fff;
	line-height: 1.2;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bebebe+0,ffffff+100 */
background: #bebebe; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #bebebe 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#ffffff)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, #bebebe 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, #bebebe 0%,#ffffff 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, #bebebe 0%,#ffffff 100%); /* IE10 preview */
background: linear-gradient(to bottom, #bebebe 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.btn:hover {
	border: 2px solid #fff;
	color: #00447C;
	font-weight: bold;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,bebebe+100 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #bebebe 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bebebe)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, #ffffff 0%,#bebebe 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, #ffffff 0%,#bebebe 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, #ffffff 0%,#bebebe 100%); /* IE10 preview */
background: linear-gradient(to bottom, #ffffff 0%,#bebebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bebebe',GradientType=0 ); /* IE6-8 */
}

.input-group-btn span.btn {
	padding: 5px 20px;
}

.btn-play {
	background: transparent;
}
.btn-play:hover {
	background: transparent;
	opacity: 0.7;
}

a.btn:hover {
	/*color: #fff;*/
	text-decoration: none;
}


a.btn {
	transition: all 0.3s ease-in-out;
}

.table-wrapper {
	max-width: 90vw;
}

#addtab {

}
.btn-next {
	position: relative;
	cursor: pointer;
	margin: 0 auto;
}


#success {
	color: green;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#invalid {
	color: red;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#error {
	color: red;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#error_message {
	color: blue;
	padding: 8px 20px;
	margin: 10px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 20px;
}
#loading {
	display: none;
	font-size: 25px;
	margin-top:10px;
}







/* RESPONSIVE =============================================================== */

@media (min-width: 1200px) {
}
@media (min-width: 769px) {
}
@media (min-width: 992px) {
}
@media (min-width: 480px) {
}

@media (max-width: 1200px) {
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
	.hideme {
		display: none;
	}
}
@media (max-width: 480px) {
	#ytube {
		max-width: initial;
	}
    html {
        font-size: 0.9rem;
    }
}









.video-section .pattern-overlay {
	background-color: #000;
	padding: 110px 0 32px;
	min-height: 496px;
	/* Incase of overlay problems just increase the min-height*/
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}























.modal {
	color: #00447C;
	text-align: left;
}

.modal-body {
	padding: 0 15px;
}
.modal-header, .modal-footer {
	flex-direction: row-reverse;
}

.modal-footer .btn {
	margin: auto;
	display: block;
}


.modal-body .embed-responsive {
	border: 1rem solid #E6D1AF;
}


