/* -------------------------------------- Homepage -------------------------------------- */

/* Owl Carousel Styling */

.owl-dot span {
  background-color: #535557!important;
}

.owl-dot span:hover {
  background-color: #5daa00!important;
}

.owl-dot.active span {
  background-color: #5daa00!important;
}

/* Body */
a {
	color: #036;
}
body {
	font-family: lato,Arial,sans-serif;
	color: #036;
}

/* Forms */ 

form input[type=email], form input[type=password] {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #000;
	background: none!important;
}

form select {
	padding: 4px;
}

form input[type=checkbox] {
	border: 1px solid #000;
	-webkit-appearance: none;
  height: 20px;
	width: 20px;
	vertical-align: text-top;
}

form input[type=checkbox]:checked {
	background: #5daa00!important;
}

.login-btn {
	background-color: #5daa00;
	color: white;
	padding: 20px;
	width: 100%;
	height: 46px;
	line-height: 6px;
	font-weight: bold;
	font-size: 16px;
}

.btn-tuc {
	color: #fff;
	width: auto;
	background-color: #5daa00;
	transition: all .15s ease;
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 20px;
	color: #fff;
	border: 0;
	border-radius: 0;
}

.btn-tuc:after {
	content: "";
	transition: all .15s ease;
	transform: translateX(100%);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	border-color: transparent transparent transparent #5daa00;
	border-width: 0 0 30px 30px;
	border-style: solid;
}

.btn-tuc:hover {
	color: #fff;
}
/* End Forms */


/* Business panel */

.businessPictureOverlay {
	background:rgba(0,0,0,.75);
	text-align:center;
	/*padding:45px 0 66px 0;*/
	height: 100%;
	opacity:0;
	-webkit-transition: opacity .25s ease;
	margin-left: -15px;
	margin-right: -15px;
}

.businessPictureWrapper:hover .businessPictureOverlay {
	opacity:1;
}

.overlayTop {
	background-color: rgb(93 170 0 / 65%);
	height: 50%;
	padding-top: 15%;
}
.overlayBottom {
	background-color: rgba(130, 130, 130, 0.75);
	height: 50%;
	padding-top: 15%;
}
.overlayFull {
	background-color: rgb(93 170 0 / 65%);
	height: 100%;
	padding-top: 40%;
}
.coachesContactIcon {
	height: 20px;
	max-height: 100%;
}

#headerowl .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.scroll-lock {
	overflow-y: hidden;
	height: 100%;
}

.pointer {
	cursor: pointer;
}

#searchModal {
	background: rgba(0,51,102,1);
	width: 100%;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

#searchModal .modal-dialog {
	max-width: initial;
	margin: .5rem;
	height: 98%;
	color: #fff;
}

#searchModal .modal-content {
	height: 100%;
	background: none;
	border: 0;
}

#searchModal .modal-title {
	margin: 0 auto;
}

#searchModal .modal-body {
	margin: 0 auto;
	padding-right: 44px;
}

#searchModal .modal-body form {
	display: inline-flex;
}

#searchfield {
	width: 500px;
	padding: 0px;
	border: none;
	margin: 0px;
	height: 63px;
	text-indent: 12px;
	outline: none;
	font-size: 1.25rem;
	line-height: 2em;
	max-width: none;
	min-height: 41px!important;
}

.mobile-logo {
	display: none;
}

.modal-body svg {
	height: 22px;
	width: 22px;
	fill: #fff;
}

.search-button {
	width: 63px;
	height: 63px;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: inset 0 -1px rgba(0,0,0,.2), 0 1px 2px rgba(0,0,0,.2);
	background-color: #006094!important;
	border: 0!important;
	padding: 20px 30px;
	cursor: pointer;
}

.search-button:before {
	bottom: 1.33px;
	z-index: 2;
	position: absolute;
	content: "";
	transform: translateX(100%);
	right: 0;
	top: 0;
	width: 0;
	border-color: transparent transparent transparent #006094;
	border-width: 0 0 9px 9px;
	border-style: solid;
}

.search-button:after {
	position: absolute;
	content: "";
	transform: translateX(100%);
	right: 0;
	top: 0;
	width: 0;
	border-color: transparent transparent transparent #006094;
	border-width: 0 0 9px 9px;
	border-style: solid;
}

#searchModal .modal-header, .modal-footer {
	border: 0;
}

#searchModal .close {
	font-size: 58px;
	color: #fff;
	padding: 0;
	margin: 0;
}

.nav-link {
	transition: all .15s ease;
	position: relative;
	display: block;
	line-height: 1.17;
	color: #036;
}

.nav-link:hover {
	color: #000;
}

.color-white {
	color: #FFF!important;
}

.bg-cover {
	background-size: cover!important;
}

.page-nav {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 20;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	width: 260px;
	height: 100%;
	background-repeat: no-repeat;
	border-right: 1px solid #ddddd8;
}

.logo-wrap {
	flex: none;
	border-bottom: 1px solid #ddddd8;
	padding: 20px;
}

.logo {
	width: 220px;
}

.lang, .lang-divide {
	font-size: 17px;
	padding: 20px 5px 20px 5px;
	position: relative;
	display: block;
	line-height: 1.17;
}

.lang-search {
	background: #FFF;
	border-bottom: 1px solid #ddddd8;
}

.lang-search .active {
	color: #5daa00;
	font-weight: bold;
	font-size: 17px;
}

.search {
	line-height: 1.17;
	font-size: 17px;
}

.search-icon {
	filter: invert(11%) sepia(72%) saturate(3349%) hue-rotate(195deg) brightness(96%) contrast(105%);
}

.search:hover, .search-icon {
	cursor: pointer;
	color: #006094;
	filter: invert(19%) sepia(94%) saturate(2061%) hue-rotate(182deg) brightness(98%) contrast(101%);
}

.search-icon:hover {
	cursor: pointer;
	color: #006094;
	filter: invert(19%) sepia(94%) saturate(2061%) hue-rotate(182deg) brightness(98%) contrast(101%);
}

.navigation {
	background-color: rgb(93 170 0 / 15%);
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	background-size: 66px 100%;
	overflow: hidden;
}

.accountWrap {
	border-bottom: 1px solid #ddddd8;
}

.accountWrap a {
	color: #5daa00;
	font-size: 16px;
	padding: 10px 10px 10px 20px;
}

.main-menu__link-arrow {
	transform: translateY(-50%);
	transition: all .15s ease;
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.main-menu__link-arrow use {
	fill: #036;
}

#menu-content-items {
	position: relative!important;
	margin-bottom: 40px;
	
}

.social-nav img.social-section {
	height: 30px;
	filter: invert(11%) sepia(72%) saturate(3349%) hue-rotate(195deg) brightness(96%) contrast(105%);
}

.hide {
	display: none!important;
}

.menu-item {
	cursor: pointer;
	display: block;
	font-size: 17px;
	color: #036;
	position: relative;
	display: block;
	padding: 10px 40px 10px 20px;
	line-height: 1.17;
	color: #036;
}

.menu-item:hover {
	color: #000;
}

.sub-items {
	margin-left: 240px;
	position: absolute;
	top: 0;
	width: 100%;
}

.submenu-title {
	cursor: default;
	font-weight: 700;
}

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

.social-nav {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.social-nav img {
	height: 15px;
	filter: invert(11%) sepia(72%) saturate(3349%) hue-rotate(195deg) brightness(96%) contrast(105%);
}

.navbar {
	padding: 0;
}

.page-content {
	position: relative;
}

.page-content-inner {
	padding-left: 260px;
	min-height: 100vh;
	position: relative;
}

#epic {
	position: relative;
}

.epic-image {
	max-height: 33vw;
	z-index: 0;
	overflow: hidden;
	position: relative;
	background: #4a4a4a no-repeat 50%;
	background-size: cover;
}

.epic-image img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin: 0;
	max-width: 100%;
	height: auto;
}

#epic .wrapper-inner {
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.epic-box-container {
	margin-left: -10px;
	margin-right: -10px;
	max-width: 640px;
	width: calc(50% + 60px);
}

@media only screen and (max-width: 1024px) {
	.epic-box-container {
		background: #5daa00;
	}
}

.epic-box-directly {
	max-width: none;
	width: 100%;
}

.epic-text-box {
	font-size: 20px;
	transition: all .15s ease;
	position: relative;
	margin-right: 30px;
	margin-bottom: 60px;
	background: rgb(93 170 0 / 65%);
	padding: 20px;
	color: #fff;
}

.epic-text-box li {
	list-style: none;
}

.epic-text-box a:hover {
	text-decoration: none;
}

.epic-text-box h2 {
	margin-bottom: 0;
	font-size: 2.22822rem;
	font-weight: 700;
	line-height: 1.2;
}

.epic-text-box p {
	margin: 0 0 10px;
}

.epic-text-box:after {
	content: "";
	transition: all .15s ease;
	transform: translateX(100%);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	border-color: transparent transparent transparent rgb(93 170 0 / 65%);
	border-width: 0 0 30px 30px;
	border-style: solid;
}

.epic-text-box-blue:after {
	border-color: transparent transparent transparent #036;
}

.epic-text-box-blue a {
	color: #FFF;
	font-weight: bold;
}

.epic_cta {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	color: #FFF;
}

.epic_cta:hover {
	color: #FFF;
	line-height: 1.5;
}

.event-box {
	background-color: #036;
	color: #FFF;
	font-size: 18px;
	width: 400px;
	padding: 20px;
	margin-right: 30px;
}

.btn-diamond {
	height: 35.3535px;
	width: 35.3535px;
	position: absolute;
	left: 20px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(-45deg);
	margin: 7.32325px;
	padding: 0;
	box-shadow: inset 1px -1px rgba(0,0,0,.2);
	color: #fff;
	fill: #fff;
	background-color: #036;
}

.direct {
	height: 20px;
	width: 20px;
}

.btn-diamond:hover {
	color: #fff;
	fill: #fff;
	background-color: #021a33;
}

.btn-diamond svg {
	margin: 0;
	transform: translate(-50%,-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
}

/* ----------------------------- top 20 ----------------------------- */

.winnercard {
	margin: 15px;
	padding-top: 0;
	margin-bottom: 15px;
}



/* ----------------------------- end top 20 ----------------------------- */

#main {
	display: block;
}

article h1 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
}

.section-grey {
	background: #f2f2f0;
	border-bottom: 1px solid #ddddd8;
}

.section-grey .video {
	margin: 0 0 40px 40px;
}

section {
	padding: 40px 40px;
	border-bottom: 1px solid #ddddd8;
}

section h2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	padding-bottom: 40px;
}

section h3 {
	font-size: 22px;
	padding-bottom: 40px;
}

section p {
	color: #000;
}

section .intro-text {
	color: #036;
	font-weight: 700;	
}


.videowrapper {
	width: 100%;
	height: 100%;
	border: none;
}

.service {
	background: #fff;
	border-top: 4px solid #5daa00;
	text-align: center;
	margin-bottom: 40px;
	margin-right: 40px;
}

.service img {
	padding-top: 30px;
	margin: 0 auto;
	width: auto;
	max-height: 200px;
}

.service h4 {
	color: #5daa00;
	font-weight: 700;
	font-size: 20px;
	margin: 30px 0 30px 0;
}

.service p {
	padding: 0 20px 0 20px;
}

.service:after {
	content: "";
	position: absolute;
	top: -6px;
	right: -4px;
	width: 0;
	height: 0;
	border: 25px solid;
	border-color: #f2f2f0 #f2f2f0 transparent transparent;
}

.participants .part {
	background: #ddddd8;
	padding: 20px;
	color: #000;
	font-size: 18px;
}

.part .project {
	height: 150px;
}

.part .title {
	margin: 0;
	font-size: 20px;
	color: #c6963d;
	font-weight: 700;
}

.participants .part:nth-child(even) {
	background: #036;
	color: #FFF;
}

.participants .part:nth-child(even) .more-info {
	color: #FFF;
}

.participants .part:nth-child(even) p {
	color: #FFF;
}

.participants .part:nth-child(even) .more-info svg {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(321deg) brightness(103%) contrast(104%);
}

.vac-item:nth-child(odd) .vac-wrapper {
	background-color:#036;
	color: #FFF;
}

.vac-item:nth-child(even) .vac-wrapper {
	background-color:#eeeeee;
}

.vac-item:nth-child(odd) .vac-wrapper a, .vac-item:nth-child(odd) .vac-wrapper p {
	color: #FFF;
}

.part a.more-info {
	font-weight: 700;
	font-size: 16px;
}

.more-info svg {
	margin-left: 5px;
	margin-bottom: 2px;
	filter: invert(11%) sepia(72%) saturate(3349%) hue-rotate(195deg) brightness(96%) contrast(105%);
}

.partner-item {
	margin-bottom: 24px;
	height: 75px;
}

.partneritem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-instagram {
	background: hsl(60, 7%, 95%);
}

.social-instagram a.link {
	color: #c6963d;
}

#instafeed {
	margin: 0;
}

.instagram_gallery a {
	width: 23%;
	margin: 1%;
	margin-bottom: 50px;
	flex: 1 0 100%;
	float: left;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	position: relative;
	background: #fff;
}

.instagram_gallery a img {
	width: 100%!important;
	box-shadow: 0 -5px #5daa00;
}

.instagram_gallery a:after {
	content: "";
	position: absolute;
	top: -6px;
	right: -4px;
	width: 0;
	height: 0;
	border: 25px solid;
	border-color: #f2f2f0 #f2f2f0 transparent transparent;
}

section .partners {
	border-bottom: 0px!important;
}

footer {
	color: #000;
	background: hsl(60, 7%, 95%);
}

footer section {
	border-top: 1px solid #ddddd8;
	border-bottom: 0px;
	padding: 40px 40px;
}

footer .main-menu {
	padding-top: 0;
	height: initial;
}

footer .main-menu a {
	font-size: 14px;
}

footer .main-menu li:first-child {
	padding: 0 0 5px 0;
}

footer .main-menu li {
	list-style: none;
	padding: 5px 0 5px 0;
}

footer .main-menu li a:hover {
	color: #000;
}

footer .dropdown-menu {
	position: relative!important;
	padding: 0px!important;
	background: none;
	border: none;
	transform: none!important;
}

footer .dropdown-item {
	font-size: 14px;
	color: #036;
}

footer .dropdown-item:hover {
	background: none!important;
	text-decoration: underline;
	color: #000;
}

footer .dropdown-item:active {
	background: none!important;
}

footer .social-nav img {
	margin-top: 30px;
	height: 30px;
}

footer .section-company {
	padding-top: 20px;
}

footer .company {
	padding-left: 20px;
	font-size: 14px;
	color: #000;
}

footer .divider-company {
	border-top: 1px solid #707070;
	height: 1px;
	width: 100%;
}

/* -------------------------------------- Candidate detail -----------------------------------------*/

section.candidate h4 {
	color: #036;
	font-weight: 700;
	font-size: 18px;
}

.profile-pic {
	position: relative;
	margin-bottom: 40px;
}

.profile-pic img {
	height: auto;
	border-top: 4px solid #5daa00;
	max-width: 100%;
}

.cluster-icons img {
	height: 32px;
	margin-right: 4px;
}

.info-icon {
	color: #036;
	border: 1px solid #036;
	font-size: 20px;
}

.info-icon-active {
	background: #036;
	color: #FFF;
}

.social_icon {
	padding: 10px 0;
	border: solid white 2px;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
}

#news-socials .social_icon img {
	max-width: 30px;
	max-height: 30px;;
}

.btn-tic {
	border-radius: 0;
	background-color: #036!important;
	color: white;
}

.btn-tic:hover {
	color: white;
	text-decoration: underline;
}

.user-par, .user-par a {
	color: #5daa00;
}

.candidate-content .category {
	text-align: right;
}

.candidate-navigation .btn {
	color: #5daa00;
}

.category-icon img {
	height: auto;
}

#photo-modal .modal-dialog, #video-modal .modal-dialog, #vote .modal-dialog {
	max-width: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

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

.playvid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	font-size: 50px;
	color: red;
}

.bg-cover:hover + .playvid {
	color: white;
}

.owl-carousel .bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 4px solid #5daa00;
}



/* -------------------------------------- Candidates -------------------------------------- */

.cat-icon {
	height: 120px;
	width: auto;
}
.candidates-cat-icon h5 {
	color: #5daa00;
	font-weight: bold;
}

.candidates-cat-icon a:hover {
	text-decoration: none;
}

.candidates-search i {
	color: #036;
}

.notEliminated {
	position: absolute;
	top: 0;
	left: 23px;
	padding: 13px;
	z-index: 99;
	background: #5daa00;
    color: white;
}

.bg-profilepicture {
	background-size: cover;
	background-position: center;
	box-shadow: 0 -5px #5daa00;
	padding-bottom: 100%;
	position: relative;
}

.candidate-thumb:after {
	content: "";
	position: absolute;
	top: -6px;
	right: -4px;
	width: 0;
	height: 0;
	border: 25px solid;
	border-color: #f2f2f0 #f2f2f0 transparent transparent;
}
.candidate-thumb-top20:after {

}
.candidate-image:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.3;
}

.candidate-thumb img {
	width: 100%!important;
	box-shadow: 0 -5px #5daa00;
}

.pagination .paginate-block-button {
	font-size: 44px;
}

.paginate-block-button a:hover {
	text-decoration: none;
}

/* News & Media */

.headerimage, .photo div, .video div {
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
	border-top: 5px solid #5daa00;
}

.hoekje:after {
	content: "";
	position: absolute;
	top: -6px;
	right: -4px;
	width: 0;
	height: 0;
	border: 25px solid;
	border-color: #FFF #FFF transparent transparent;
}

.news-sub {
	background: #dedede;
	padding: 10px;
	height: 122px;
}

.news-date {
	color: #5daa00;
}

/* Partners / netwerk */ 

#partnermodal .modal-dialog {
	max-width: none;
}

.partnertile {
	display: flex;
	height: 150px;
	align-items: center;
	-webkit-box-shadow: 2px 2px 9px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 9px 1px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 9px 1px rgba(0,0,0,0.2);
}

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


/* -------------------------------------- Pre-register Modal -------------------------------------- */

.modal-dialog-lg {
	margin-left: 15%;
	margin-right: 15%;
}

.preregister-title {
	font-weight: 700;
	font-size: 45px;
	color: #143a65;
	line-height: 46px;
}

.preregister-subtitle {
	font-size: 40px;
	color: #c6963d;
}

.preregister-text {
	margin-top: 20px;
	font-size: 18px;
	color: #143a65;
}

.preregister-text span {
	font-weight: 500;
	font-size: 22px;
	color: #c6963d;
}

.bg-grey {
	background-color: #dedede;
}

.regcol-tab1 {
	background: url('../img/preregister/Popup-bg-desktop.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.outer-box {
	height: 250px;
	width: 100%;
	background: #9c8046;
	left: 6px;
	top: 6px;

}

.inner-box span {
	width: 100%;
	font-size: 32px;
	font-weight: 700;
	text-decoration: underline;
	color: #143a65;
	text-align:center;
}

.inner-box {
	border: 4px solid #c6963d;
	width: 100%;
	height: 254px;
	position: relative;
	top: -12px;
	left: -12px;
	display: flex;
	align-items: center;
		-webkit-transition: all 0.2s ease-out;
}

.outer-box:hover .inner-box {
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.2s ease-out;
}

.back2future {
	color: white;
	font-size: 18px;
	text-decoration: underline;
}

.back2future:hover {
	color: white;
}

/* Form */

.customcheckbox > input {
	display: block;
	height: 1px;
	z-index: -1;
	position: absolute;
}

.customcheckbox > i {
	color: transparent;
}

.customcheckbox > input + i { 
	cursor:pointer;
	border:1px solid black;
}

.customcheckbox > input:checked + i { 
	color: #c6963d;
}

.closeButton, .closeButtonStart {
	top: 56px;
	position: absolute;
	right: 11px;
	z-index: 1;
	background: #FFF;
	border-radius: 25px;
	border: 0px;
	height: 50px;
	width: 50px;
	padding: 0;
	margin: 0;
	opacity: 1;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.75);
}

.closeButton span, .closeButtonStart span {
	top: -8px;
	position: absolute;
	right: 11px;
	color: #143a65;
	font-size: 40px;
}

.closeButton {
	top: 22px;
	right: -24px;
}

#personal-details {
	margin-top: 48px;
}

.terms-container a {
	text-decoration: underline;
}

.has-error {
	color: red;
}

.has-error input {
	border-bottom: 1px solid red;
}

.help-block {
	color: red;
	font-size: 14px;
}

.formstyle {
	width: 100%;
	padding: .375rem 0;
	font-size: 18px;
	line-height: 1.5;
	color: #143a65;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #143a65;;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group label {
	margin-bottom: 0px;
}

.control-label {
	color: #143a65;
	font-size: 18px;
}

.formstyle:focus {
	outline-width: 0;
}

.regcol-tab2 {
	background: url('../img/preregister/laptop-solo.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 220px;
	margin-right: 15px;
}

.form-group .textarea {
	height: 289px;
	border: 1px solid;
	padding: 5px;
}

/* Customize the label (the container) */
.terms-container {
	display: block;
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #143a65;
}

#terms-1 {
	font-style: italic;
}

#terms-1 a {
	text-decoration: underline;
}

/* Hide the browser's default checkbox */
.terms-container input#terms-1 {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.terms-container input:checked ~ .checkmark {
	background-color: #143a65;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.terms-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.terms-container .checkmark:after {
	left: 10px;
	top: 7px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.required-txt {
	font-style: italic;
	font-size: 16px;
	color: #143a65;
}

.terms {
	font-style: italic;
	font-weight: 500;
}

.outer-box-submit {
	border:0;
	padding: 0;
	width: 200px;
	height: 34px;
	background: #d4b06d;
	position: absolute;
	left: 3px;
	top: 3px;
}

.inner-box-submit span {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	font-style: italic; 
	text-decoration: underline;
	color: #143a65;
	text-transform: uppercase;
	text-align:center;
}

.inner-box-submit {
	border: 4px solid #c6963d;
	width: 200px;
	height: 34px;
	position: relative;
	top: -7px;
	left: -7px;
	display: flex;
	align-items: center;
		-webkit-transition: all 0.2s ease-out;
}

.outer-box-submit:hover .inner-box-submit {
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.2s ease-out;
}

/* Thank you modal */

.outer-box-mail {
	height: 100px;
	width: 100px;
	background: #4e6b8b;
	position: absolute;
	left: 2px;
	top: 2px;

}

.inner-box-mail {
	border: 2px solid #143a65;
	width: 102px;
	height: 102px;
	position: relative;
	top: -6px;
	left: -6px;
	display: flex;
	align-items: center;
		-webkit-transition: all 0.2s ease-out;
}

.inner-box-mail img {
	height: 36px;
}

.outer-box-mail:hover .inner-box-mail {
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.2s ease-out;
}

.mail-txt {
	font-size: 24px;
	color: #143a65;
	line-height: 100px;
}

.mail-txt a {
	color: #d4b06d;
	font-size: 18px;
	font-weight: bold;
}

.outer-box-social {
	height: 100px;
	width: 100px;
	background: #d4b06d;
	left: 2px;
	top: 2px;

}

.inner-box-social {
	border: 2px solid #c6963d;
	width: 102px;
	height: 102px;
	position: relative;
	top: -6px;
	left: -6px;
	display: flex;
	align-items: center;
		-webkit-transition: all 0.2s ease-out;
}

.outer-box-social:hover .inner-box-social {
	left: 0px;
	top: 0px;
	-webkit-transition: all 0.2s ease-out;
}

.social-txt {
	color: #FFF;
	font-size: 18px;
}

.inner-box-social img {
	height: 40px;
}

@media only screen and (max-width: 1440px) {
	.modal-dialog-lg {
		margin: 5%;
		max-width: 100%!important;
	}
}

@media only screen and (max-width: 1024px) {
	.outer-box, .inner-box {
		height: 145px;
	}
	.instagram_gallery a {
		width: 24%;
	}
	#epic .wrapper-inner {
		padding: 0;
		position: relative;
	}
	.epic-box-container {
		margin: 0;
		max-width: initial;
		width: 100%;
	}
	.epic-text-box {
		margin: 0;
		padding: 12px;
	}
	.epic-text-box:after {
		display: none;
	}
	.event-box {
		width: 100%;
	}
	.epic-text-box h2 {
		font-size: 26px;
	}
	.epic-box-container:before {
		height: 0;
    width: 0;
    border-bottom: 10px solid #5daa00;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
	}
}

@media only screen and (max-width: 992px) {
	.regcol-tab1 {
		margin-left: 14px;
		margin-right: 14px;
		padding-top: 30%;
		background-image: url('../img/preregister/mobile-full.png');
	}

	.outer-box, .inner-box {
		height: 145px;
	}

	.outer-box-mail, .inner-box-mail {
		height: 70px;
		width: 70px;
	}

	.inner-box-mail img {
		height: 22px;
	}

	.inner-box-submit, .outer-box-submit {
		height: 50px;
		width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.page-content-inner {
		padding-left: 0px;
	}
	.modal-dialog-lg {
		margin: 2%;
		max-width: 100%!important;
	}
	.closeButton, .closeButtonStart {
		top: 22px;
		position: absolute;
		right: -8px;
	}
	.instagram_gallery a {
		width: 48%;
	}
	.logo-wrap {
		display: none;
	}
	.navbar-toggler {
		margin: 0 8px 8px 8px;
	}
	.navbar {
		padding-top: .5rem;
	}
	.page-nav {
		position: relative;
		width: 100%;
	}
	.navigation {
		flex: none;
	}
	.social-nav {
		padding-bottom: 20px;
	}
	.social-nav img {
		height: 20px;
	}
	.mobile-logo {
		display: block;
		margin: 0 auto;
		padding-bottom: 2px;
	}
	.mobile-logo img {
		height: 56px;
	}

	.category-icon img {
		height: 30px;
	}

	footer .main-menu a {
		font-size: 18px;
	}
}
