/*
Dk Blue:  #133051   19, 48, 81
Dk Gray:  #555555
*/

/* Landing Page Styling */
#body-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
}

body {
	background: #1C2F5B;
}

.background-pattern {
	background: url(/media/static/images/CB-pattern.png);
	position: fixed;
	background-repeat: repeat-y;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	opacity: .5;
	z-index: -1;
}

#body-structure {
	width: 100%;
	display: flex;
	min-height: 95vh;
	flex-direction: row;
}

#prizes-info-container {
	width: 60%;
}

#prizes-info, #form-content {
	padding: 60px 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#form-content {
	display: flex;
	flex-direction: column;
}

#prizes-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
}

#thank-you-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 48px;
}

#thank-you-container {
	padding: 60px 0;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#thank-you-container img{
	width: auto;
}

#thank-you-container p {
	color: white;
}

#external-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}

.bigBtnVariantR, .bigBtnVariantB, .bigBtnVariantG{
	border: none;
	color: #FFF;
	width: 200px;
	padding: 12px 20px;
	border-radius: 50px;
	font-size: 1.6rem;
	line-height: 2rem;
	align-self: center;
	display: inline-block;
	margin: 16px 0;
	text-align: center;
	font-weight: 400;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
	white-space: nowrap;
}

.bigBtnVariantR {
	background: #ED2024;
}

.bigBtnVariantB {
	background: #1e6eb7;
}

.bigBtnVariantG {
	background: #E2B627;
}

.bigBtnVariantR:hover, .bigBtnVariantR:focus {
	background: white;
	color: #ED2024;
	text-decoration: none;
	box-shadow: inset 200px 0 0 0 white;
}

.bigBtnVariantB:hover, .bigBtnVariantB:focus {
	background: white;
	color: #1e6eb7;
	text-decoration: none;
	box-shadow: inset 200px 0 0 0 white;
}

.bigBtnVariantG:hover, .bigBtnVariantG:focus {
	background: white;
	color: #E2B627;
	text-decoration: none;
	box-shadow: inset 200px 0 0 0 white;
}

#prizes-info img{
	width: auto;
}

#CB-logo {
	height: 75px;
}
#HTRY-logo {
	height: 70px;
}
#HTRY-logo-m {
	display: none;
	height: 150px;
}
#prizes {
	height: 400px;
}
#prize-text {
	width: 75%;
	text-align:center;
	font-size: 1.6rem;
	line-height: 2rem;
}
#prizes-info p {
	color: white;
}
#sign-up-text {
	font-size: 3rem;
	line-height: 3.5rem;
}
#form-container {
	width: 40%;
	background: white;
	min-height: 100vh;
}

#terms-agreement {
	display: flex;
}
#terms-agreement p{
	margin: 0 0 0 24px;
}

#cb-logo-b {
	width: auto;
	height: 50px;
	align-self: center;
}

#mobile-stencils {
	display: none;
}

.accordionTitle {
	cursor: pointer;
	padding: 12px 0;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 100;
	color: #111111;
	border-bottom: 1px solid #DDD;
}
.accordionTitle:after {
  color: #555555;
  float: right;
  margin-left: 5px;
}
/*
.accordionActive, .accordionTitle:hover, .accordionTitle:focus {
  background-color: #133051;
  color: #555555;
}
*/
.accordionBody {
  margin-bottom: 12px;
  background-color: #FFF;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.footerSite {
	width: 25%;
	float: left;
	padding: 0 0 24px 0;
}

footer {
    background-color: #155B99;
    background-image: url(/media/static/images/cb-waves-footer.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    font-size: 1.26rem;
    line-height: 2.06rem;
    padding: 36px 0 24px 0;
    color: #FFF;
    text-align: center;
}
#footer_logo img {
    width: 90%;
    height: auto;
    margin: 0 0 12px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
footer a {
    color: #FFF;
}

#footer {
	height: 75px;
	background-color: white;
}
#footer-content {
	background-color: rgba(0, 0, 0, .05);
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	height: 75px;
	align-items: center;
}
#footer-content img{
	height: 65px;
	width: auto;
}

@media only screen and (max-width: 1281px) {
	#HTRY-logo {
		display: none;
	}
	#HTRY-logo-m {
		display: block;
	}
	#footer_logo {
		display: none;
	}
	.footerSite {
		width: 50%;
	}
}

@media only screen and (max-width: 1001px) {
	#body-structure {
		flex-direction: column;
	}
	#form-container {
		height: auto;
		width: 100%;
	}
	#prizes-info-container {
		width: 100%
	}
	#mobile-stencils {
		display: block;
		margin-top: 28px;
	}
	
	#form-content {
    padding: 60px 0 0 0;
	}
	#prizes {
		height: 275px;
	}
	.background-pattern {
		background-size: cover;
	}
	#prize-text {
		width: 100%
	}
}



/* HERO (VIDEO)
---------------------------------------------------------------------*/
.parentMobile {
  display: none;
}
.parent {
  position: relative;
  background-color: #133051;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.parent h1 {
  font-weight: 100;
  color: #FFF;
  padding: 0 0 0 0;
  padding: 45vh 0 24px 0;
  margin: 0 0 0 0;
}
iframe {
  position: relative;
}
#iframe {
  opacity: .4;
  filter: alpha(opacity=40);
}
.floatedDiv {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #FFF;
  width: 100%;
}
/* SLIDE 1
---------------------------------------------------------------------*/
#slide1 {
  padding: 60px 0 60px 0;
  overflow: hidden;
  background-color: #FFF;
}
/* SLIDE 2
---------------------------------------------------------------------*/
#slide2 {
  text-align: center;
  padding: 60px 0 60px 0;
  overflow: hidden;
  background-color: #133051;
  background-image: url('/media/static/images/overlay-dk-blue.svg'), url('/media/static/images/default-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
}
#slide2 h2 {
  font-size: 3.0rem;
  line-height: 3.2rem;
  font-weight: 100;
  margin: 0 0 48px 0;
  color: #FFF;
}
#slide2 h2 a:hover, #slide2 h2 a:focus {
  text-decoration: none;
}
/* NEWS
---------------------------------------------------------------------*/
#news {
  overflow: hidden;
  padding: 72px 0 72px 0;
  background-color: #133051;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  -m-box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
}
#news h2 {
  font-size: 3.0rem;
  line-height: 3.2rem;
  font-weight: 100;
  margin: 0 0 48px 0;
  color: #FFF;
  text-align: center;
}
.newsLink {
  text-align: left;
  display: block;
  background: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 24px 0;
  border: 1px solid #DDD;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 18px;
}
.newsLink:hover, .newsLink:focus {
  text-decoration: none;
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #133051;
  -webkit-transform: scale(.98);
  -moz-transform: scale(.98);
  -ms-transform: scale(.98);
  -o-transform: scale(.98);
  transform: scale(.98);
}
.newsLinkTitle {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 600;
  color: #133051;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.newsLinkDate {
  color: #133051;
  margin: 8px 0 8px 0;
}
.newsLinkBody {
  margin: 0 0 0 0;
  color: #000;
}
@media only screen and (max-width: 549px) {
  .parent {
    display: none;
  }
  .parentMobile {
    display: block;
    background-color: #133051;
    background-image: url('/media/static/images/overlay.svg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    padding: 80px 0 80px 0;
    text-align: center;
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}