@font-face {
    font-family: Ciutadella;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Ciutadella-Medium.woff") format("woff");
}
@font-face {
    font-family: Ciutadella;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ciutadella-Regular.woff") format("woff");
}
@font-face {
    font-family: Ciutadella;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Ciutadella-Semibold.woff") format("woff");
}
body, header, footer, div, h1, h2, h3, h4, h5, h6, p, form, input, ul, li, section, article, aside, select, 
label, figure, img, input, form,*, *::before, *::after{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a, a:hover, a:focus{
	text-decoration: none;
}
input, input:focus, input:active, button, button:focus, button:active, select, select:focus, select:active,
textarea, textarea:focus, textarea:active{
	outline: none;
	font-family: inherit;
}
ul{
 	list-style: none;
}
p+p{
	margin-top: 10px;
}
form{
	width: 100%;
	display: block;
}
.wholepage{
    overflow-x: hidden;
    overflow-y: auto;
    font-family: Ciutadella;
    font-weight: 400;
    color: #212529;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.container{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.my-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.col-90 ,.col-80,.col-70,.col-60,.col-55,.col-50,.col-45,.col-40,.col-33,.col-30,.col-25,.col-20,.col-16,.col-15,.col-10,.col-5
{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.col-90{
    width: 90%;
    flex:0 0 90%;
}
.col-80{
	width: 80%;
	flex: 0 0 80%;
}
.col-70{
	width: 70%;
	flex: 0 0 70%;
}
.col-60{
	width: 60%;
	flex: 0 0 60%;
}
.col-55{
	width: 55%;
	flex-wrap: 0 0 55%;
}
.col-50{
	width: 50%;
	flex-wrap: 0 0 50%;
}
.col-45{
	width: 45%;
	flex: 0 0 45%;
}
.col-40{
	width: 40%;
	flex: 0 0 40%;
}
.col-30{
	width: 30%;
	flex: 0 0 30%;
}
.col-33 {
	width: 33.33%;
	flex: 0 0  33.33;
	margin-top: 20px;
}
.col-25{
	width: 25%;
	flex:0 0 25%;
}
.col-20{
	width: 20%;
	flex: 0 0 20%;
}
.col-16{
	width: 16.66%;
	flex: 0 0 16.66%;
}
.col-15{
	width: 15%;
	flex: 0 0 15%;
}
.col-10{
    width: 10%;
    flex:0 0 10%;
}
.col-5{
    width: 5%;
    flex:0 0 5%;
}
.email_preference_wrap{
	max-width: 719px;
	width: 100%;
	margin: 0 auto;
}
.form_wrap,.events_wrap,.drink_wrap{
	max-width: 801px;
	width: 100%;
	margin: 0 auto;
}
.event_check{
	display: flex;
	flex-wrap: wrap;
}
.drink_check{
	display: flex;
	flex-wrap: wrap;
}

.banner_image img,
.hideable_image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.banner_image{
	margin-bottom: 5px;
}

.hideable{
	background-color: #D8D8D8;
}

.banner{
	background-image: linear-gradient(to right, #144F95 , #0091D2);;
}

.banner_image,
.hideable_image{
	margin: 0 auto;
}
.email_caption h2{
	font-size: 35px;
	color: #1F5DA6;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	margin-top: 30px;
}

.email_caption h2:after{
	content: '';
	height: 2px;
	width: 40px;
	background-color: #1F5DA6;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}

.email_text {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-bottom: 50px;
}

.form_wrap label{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.16px;
	display: block;
}

.input_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.inputs{
	display: flex;
	flex-direction: column;
	max-width: 385px;
	width: 100%;
}

.inputs input,
#regions{
	font-size: 16px;
	border: 1px solid #D2D2D2;
	height: 42px;
	padding: 10px;
	outline: none;
}

#regions{
	max-width: 540px;
	width:  100%;
	font-size: 16px;
	/*line-height: 26px;*/
	letter-spacing: 0.16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/Rectangle.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 97% 45%;
	cursor: pointer;
	/*margin-bottom: 20px;*/
}

.event_caption > p,
.drink_text > p,
.event_check label,
.drink_check label{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.16px;
	font-weight: 500;
}

.event_check label,
.drink_check label{
	cursor: pointer;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	display: block;
	white-space: nowrap;
}

.event_check input,
.drink_check input{
  position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}

.event_check input:checked ~ .checkmark,
.drink_check input:checked ~ .checkmark {
  background-color: #C3003B;
  border: 1px solid #C3003B;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.event_check input:checked ~ .checkmark:after,
.drink_check input:checked ~ .checkmark:after{
  display: block;
}

.checkmark:after {
	left: 4px;
	top: -1px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.event_check label .checkmark,
.drink_wrap .col-33 .col-33-wrap label:first-child .checkmark{
	height: 20px;
	width: 20px;
}

.event_check label .checkmark:after,
.drink_wrap .col-33 .col-33-wrap label:first-child .checkmark:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 13px;
    }

.event_caption,
.drink_text{
	border-bottom: 1px solid #D2D2D2;
	margin: 20px 0 0;
}

.drink_text{
	margin-top: 40px;
	margin-bottom: 0px;
}
.button-center{
	margin: 30px 0;
	text-align: center;
}
.preference_btn{
	display: inline-block;
	padding: 0 25px;
	height: 45px;
	background-color: #C3003B;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	border: none;
	line-height: 43px;
	margin: 0 auto;
	text-align: center;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 400;
}

.event_check label .select_all,
.drink_check label .select_all{
	font-size: 14px;
	font-weight: 400;
	color: #959799;
}

.col-33 .col-33-wrap label:not(:first-child){
	margin-left: 30px;
}

.col-33 .col-33-wrap label:not(:first-child){
	font-size: 15px;
	font-weight: 400;
}

@media(max-width: 800px){
	.container{
		padding: 0 20px;
	}

	.banner_image img, .hideable_image img{
		max-width: 800px;
	}
}


/*  */
.banner{
	padding: 15px 0 10px;
	margin-bottom: 4px;
	background: ;
}
.banner_image{
	width: 235px;
	padding: 15px;
}
.banner_image img{
	display: block;
	width: 100%;
}
@media(max-width: 767px){
	.drink_check .col-33, .event_check .col-33{
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.drink_check .col-33{
		margin-bottom: 25px;
	}
	#id_form > .my-row{
		margin-left: 0;
		margin-right: 0;
	}
	.input_wrapper .inputs, #regions{
		margin-bottom: 20px;
		max-width: 100%;
	}
	.input_wrapper{
		margin-bottom: 0px;
	}
}