html {
	font-size: 14px;
}
body {
	font-family: 'Open Sans', Arial, sans-serif;
}
p {
	font-size:1rem;
	font-weight:400;
	color: #333;
}
h1 {
	font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue Lt", Helvetica, verdana, sans-serif;
	font-size: 2.2rem;
	color: #fff;
	font-weight: bold;
	display: inline-block;
    margin-top: 35px;3
    margin-bottom: 20px;
}
h2 {
	font-size: 1.8rem;
	color: #f26122;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}

h3 {
	font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue Lt", Helvetica, verdana, sans-serif;
	color:#000;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
hr {
	width: 100%;
	margin-bottom: 30px;
    border-top: 2px solid #e5e6e8;
}
img.full {
	width: 100%;
}
	


/* Containers */
	
.container {
	max-width: 960px;
	padding: 50px 30px;
}
header {
	background-image: url("../images/top-banner.png");
	background-size: cover ;
	background-position: top;
    padding-bottom: 70px;
    margin-bottom: -65px;
}

header .container {
	padding: 0 30px;
	background: none;
	margin-bottom: 0;
}
.clCompulsoryMarkerast {
	color: red;
}
.alert {
	margin-bottom: 30px;	
}

/* HEADER */


.logo {
	float: right;
	padding-top: 25px;
}
.banner {
	height: 50px;
	margin: 25px 0 ;
	color: #ffffff;
	display: table;
	width: 100%;
}
.banner .title {
	display:table-cell;
	vertical-align:middle;
}


/* FORM */

input[type="text"] {
	width: 100%;
	margin-bottom: 5px;
	font-size: 1rem;
	border-radius:5px;
	border: 1px solid #ccc;
}
.form-group {
	margin-bottom: 20px;
	position: relative;	
}
	
.error {
	font-weight: normal;
	color: red;
	font-size: 14px;
}
label {
	font-size: 1rem;
}
label.error {
	position: absolute;
	right: 3%;
	top: 50%;
	font-size: 1.3rem;	
	font-family: FontAwesome;
}
label.error:after {
	content: "\f00d";
	color: red;	
}
label.checked:after {
	content: "\f00c";
	color: green;	
}
label[for="unsub_other"] {
	margin-top: 20px;	
}
input[type="text"]:focus {
	outline: none;
}

.newsletter {
	padding-bottom:30px;
}

.button, button {
	font-size: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
	font-family: HelveticaNeueLTStd-Lt, "Helvetica Neue Lt", Helvetica, verdana, sans-serif;
	color: #fff;
	border: none;
	border-radius: 0;
	display: block;
	padding: 6px 35px;
	text-transform: uppercase;
	border-bottom: 3px solid;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor:pointer;
	outline:none;
	margin-top:50px;
}
.button[disabled]{
	background: rgba(226,229,234,.6)!important;
	border-color: rgba(190,194,200,.6)!important
}
input[type=submit] {
	background: #f1901d;
	border-color: #f26122;
}
input[type=submit]:hover {
	background-color: #f2a54a;
	border-bottom-color: #ef7540;
}
label[for=unsub_all] {
	color:#004e72;
	text-align:center;
	cursor:pointer;
	font-weight:400;
	text-decoration:underline;
}
.unsubscribe_selected {
	background-color:#004e72;
	padding:10px;
	color:#ffffff;
	border-radius:10px;
}
textarea {
	display:block;
	width:100%;
	padding: 10px;
	border-radius:5px;
	color:#004e72;
	margin-top:10px;
	resize: none;
	height:150px;
	border: 1px solid #ccc;
}
.form-control:focus, textarea:focus {
	border: 1px solid #F26122;
	box-shadow: none;
	outline: none;		
}

.radio {
	display: inline-block;	
}
.radio-group {
	margin-left: 10px;
}


/* FOOTER */

footer {
	font-size: 0.8rem;
    background-image: url(../images/bottom-banner.png);
    background-size: cover;
    background-position: bottom;
    padding-top: 50px;
    margin-top: -70px;
}
footer, footer a, footer a:hover, footer a:focus {
    color: #fff;
}
footer a {
	text-decoration: underline;	
}

div.success-page {
	padding-top:50px;	
}

footer.success-page {
	width: 100%;
    position: fixed;
    bottom: 0;
}
.social {
	text-align: right;
	font-size: 2.6rem;
	position: relative;
    top: -9px;
}

.social a {
	margin-right: 5px;
}
.social a:last-child {
	margin: 0;	
}
.social a:hover {
	text-decoration: none;	
}
.fa {
	transition: all .2s;	
}
.fa:hover {
	transform: scale(1.2);	
}


footer .disclaimer a {
	color: #333333;
	text-decoration: underline
}

/* CHECKBOXES */

div.checkbox {
	margin-top: 0;
    margin-bottom: 25px;
    top: -5px;
}

.col-icon {
	padding-left: 10px;
	padding-right: 10px;	
	opacity: 0.2;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.col-text {
	padding-left: 10px;
	padding-right: 65px;
	padding-top: 15px;	
	color: #F1901D;
}

.audience .col-text {
	padding-right: 10px;
    padding-top: 9px;
}
.box {
	border: 2px solid #e5e6e8;	
    border-radius: 5px;
    padding: 10px 18px;
	margin-bottom: 30px;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}
.box:before {
	position: relative;
}


.box-selected {
	border: 2px solid #f1901d;
}
.box-selected .col-icon {
	opacity: 1;
}

.box label {
	cursor: pointer;
	pointer-events: none;	
}
.box img {
	width: 100%;
}
.cds input {
  	position: absolute;
 	 opacity: 0; 
}

.cds input + label {
	position: relative;
	cursor: pointer;
	
}

.cds input + label:before {
    content: '';
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: white;
    border: #e5e6e8 2px solid;
    position: relative;
    top: -1px;
}


.cds input:checked + label:before {
    background: #f1901d;
    border: 2px solid #f1901d;
}
  
.cds input:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.cds input:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}

.cds input:checked + label:after {
	content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    left: 3px;
    font-size: 1.2rem;
    top: -1px;
}

.box-check input + .box:before {
	    content: '';
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: white;
    border: #e5e6e8 2px solid;
    position: absolute;
    right: 7px;
    bottom: 37px;
}
.box-check input:checked + .box:before {
    background: #f1901d;
    border: 2px solid #f1901d;
}
.box-check input + .box:after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    font-size: 1.2rem;
	font-weight: normal;
    right: 25px;
    bottom: 36px;
}



@media (max-width: 767px) {
	.box-check input + .box:before {
		right: 7px;
		bottom: 7px;
	}
	.box-check input + .box:after {
		right: 24px;
		bottom: 4px;
	}

	.cds input:checked + label:after {
		left: 2px;
		top: -3px;
	}
}

/* MEDIA QUERIES */

@media (max-width: 991px) {
	.banner {
		margin: 0;
	}
	.col-text {
		padding-right: 95px;
	}
	.audience .col-text {
		padding-right: 30px;	
	}
	header {
		background-image: url('../images/top-banner-m.png');	
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.social {
		font-size: 3.6rem;	
	}
	footer {
		padding-top: 0;
		margin-top: 0;
		background-image: url('../images/bottom-banner-m.png');	
		font-size: 1rem;
	}
	footer .col-sm-6:first-child, footer .col-sm-6:nth-child(2) {
		margin-bottom: 30px;
	}
	div.success-page {
		padding-top:0;	
	}
	footer.success-page {
		position: initial;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 16px;	
	}
	header .container {
		padding: 20px;
	}
	.logo {
		position: absolute;
		top: 5px;	
	}
	h1 {
		margin-top: 70px;
		font-size: 1.6rem;
	}
	.container.first {
		top: 0;
	}
	.container.border, .container.blue {
		margin-bottom: 0;
	}
	.container.border {
		border-top: 68px solid #f26122;
	}
	.icon {
		display:none;
	}
	.container.blue {
		margin-bottom: 30px;
	}
	.button {
		float:none;
		margin:20px auto 0;
		width: 100%;
		padding: 16px 35px;
	}
	h3 {
		padding-bottom:10px;
		padding-top:20px;
	}
	.hide_options {
		padding:30px 0 0 0;
	}
	input[type="text"] {
		font-size: 16px;
	}
	footer {
		height:auto;
		font-size: 0.7rem;
	}
	footer .disclaimer {
		text-align:center;
		padding-top:0;
	}
	.social {
		text-align: center;
		top: 0;
		margin-top: 40px;
	}
	.address {
		margin-bottom: 40px;
		margin-left: 30px;	
	}
	.audience .col-sm-6:first-child {
		margin-bottom: 30px;
	}
	.col-text, .audience .col-text  {

	}
}

@media (max-width: 410px) {
	footer {
		font-size: 0.5rem;	
	}
}