  /*thank you starts*/
         #ThankyouContainer{
         display:none;
         }
         /*thank you ends*/
         /*Form Modal starts */
         #form .modal-full{
         min-width: 100%;
         margin: 0;
         }
         #form .modal-width{
         margin:0 auto;
         padding: 7rem 0;
         }
         #pardot-form{
         max-width: 500px;
         display: inline-flex;
         margin-top: 20px;
         }
         #form .modal-full .modal-content {
         min-height: 100vh;
         }
         #form .modal-content{
         background-color:#051d33;
         }
         #form .modal-footer{
         margin-top:7rem
         }
         #form .modal-header{
         border-bottom:none;
         }
         #form .modal-header .close{
         color:white;
         }
         /*Form Modal ends*/
         ::-webkit-validation-bubble-message{
         display:none;
         }
         .async-hide { opacity: 0 !important} 
         /*form starts*/
         .sign-up-form p, .sign-up-form label{
         margin-bottom: 2rem;
         }
         p.Marketing_Comms_Opt_In{
         flex: none;
         max-width: 100%;
         }
         input[type="radio"], input[type="checkbox"]{
         width:auto !important;
         }
         .form-field input, .form-field select
         {
         -moz-appearance: none;
         font-style: normal;
         font-weight: normal;
         height: auto;
         line-height: 1.25em;
         font-size: 1em;
         padding: 14px 3.5% 10px;
         background-color:inherit;
         box-sizing:border-box;
         box-shadow:none;
         outline:none;
         border-radius:6px;
         border-bottom:3px solid #ffb500;
         color:#051D33;
         background:white;
         width: 100%;
         }
         .form-field label
         {
         margin-bottom: 0;
         display: block;
         position: absolute;
         top: 12px;
         color: #051D33;
         transition: .5s;
         pointer-events: none;
         }
         button.close{
         color:white;
         }
         button.close:hover{
         color:#ffb500;
         }
         @media (max-width: 768px){
         #form .modal-width{
         padding: 0rem 2rem;
         }
         }
         /*form ends*/



input,
select {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: none;
	outline: none;
	border: none;
	border-bottom: 2px solid #fafafa;
}

select {
	height: 44px !important;
	line-height: 26px;
}

#formarea {
	margin: auto;
}

#form {
	padding: 0 2rem;
	max-width: 550px;
	margin: 0 auto;
}

.sign-up-form {
	text-align: left;
	color: white;
	padding: 10px 14px;
	overflow: hidden;
}

.sign-up-form h2 {
	font-family: "avenir", Arial, sans-serif;
	font-weight: 500;
	font-size: 28px;
	text-align: center;
}

.sign-up-form h2 strong {
	font-family: "avenir", Arial, sans-serif;
	font-weight: 500;
}

.sign-up-form .formcta {
	text-align: center;
	font-size: 20px;
	padding: 20px 0 20px 0;
}

.text-nowrap {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.sign-up-form p,
.sign-up-form label {
	text-transform: none;
	font-weight: normal
}

.sign-up-form p a,
.sign-up-form label a {
	text-decoration: underline !important;
}

.sign-up-form label {
	margin-bottom: 0;
	position: absolute;
	top: 12px;
	color: #051D33;
	transition: .5s;
	pointer-events: none;
	margin-left: 8px;
}

.sign-up-form label span {
	color: #00a4a8
}

#SubmitButton {
	box-shadow: none;
}

.sign-up-form .form-control {
	-moz-appearance: none;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: 1.25em;
	font-size: 1em;
	padding: 14px 3.5% 10px;
	background-color: inherit;
	box-sizing: border-box;
	box-shadow: none;
	outline: none;
	border-radius: 6px;
	border: 1px solid #fafafa;
	color: #051D33;
	background: white;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.sign-up-form .modal .form-control {
	background-color: #051d33 !important;
}

.sign-up-form input:focus~label,
.sign-up-form select:focus~label,
.sign-up-form input:valid~label,
.sign-up-form select:valid~label {
	font-size: 12px;
	font-weight: bold;
	color: #ffb500;
	top: -17px;
}

.sign-up-form input:focus,
.sign-up-form select:focus,
.sign-up-form input:valid,
.sign-up-form select:valid {
	/*border-bottom:2px solid #ffb500;*/
}

select:focus {
	outline: none;
}

.sign-up-form .btn-default {
	padding: 18px 11px;
	display: block;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: normal;
	font-style: normal;
	font-family: 'avenir_lt_black';
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.15em;
	color: #fff;
	border-width: 0;
	border-radius: 4px;
	overflow: hidden;
	background-color: #00677f;
	width: 139px;
	margin: 0 auto;
}

.sign-up-form .btn-default:hover {
	background-color: #1a728d;
}

#SubmitButton:hover {
	color: white;
}

#SubmitButton {
	background-color: #ffb500;
}

#thankyou {
	min-height: 200px;
	padding: 125px 0px;
	border: 1px solid #DDDDDD;
	width: 100%;
	float: right;
	text-align: center;
	font-size: 1.2em;
	display: none
}

#thankyou p {
	width: 70%;
	margin: 40px auto 0px auto;
}

div#ThankyouContainer {
	padding: 69px 21px;
	margin-bottom: 130px;
	background: white;
}

div.global_intro h2 {
	font-size: 2.5em;
	line-height: 1.25em;
	color: #1da897;
	font-weight: normal;
	font-style: normal;
	font-family: avenir_lt_roman, sans-serif;
	text-align: center;
	margin-top: 23px;
}

body p.introPara {
	color: #5f5f5f;
	font-size: 1.5em;
	line-height: 1.45em;
	text-align: center;
}

#thankyouheader {
	font-family: 'avenir_lt_roman';
	font-size: 1.3em;
	width: 70%;
	margin: 0px auto;
}

.errorMsg {
	color: #eb4141 !important;
}

select {}

.row {
	margin-bottom: 5px;
}

#captcha_container {
	margin: 0 auto;
}

.sign-up-form .has-error .help-block {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 0.9em;
	color: #eb4141;
	font-family: avenir_lt_roman, sans-serif;
	font-style: normal;
	font-weight: normal;
}

.has-error .form-control {
	border-color: #eb4141;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.sign-up-form {
	padding-top: 0;
	overflow: visible;
	font-size: 14px;
}

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

.sign-up-form .checkbox {
	margin-top: 15px;
	margin-bottom: 15px
}

.sign-up-form .checkbox label {
	margin-bottom: 2px;
	line-height: 1.375em;
	font-size: 14px;
}

.sign-up-form .input-sm,
.sign-up-form .form-horizontal .form-group-sm .form-control {
	/*padding: 0 5px*/
}

.sign-up-form .devices {
	float: right
}

.sign-up-form input[type="checkbox"]~label {
	position: relative;
	top: unset;
	font-size: inherit;
	font-weight: inherit;
	display: initial;
	color: inherit;
}

@media (max-width:1350px) {
	div#ThankyouContainer {
		margin-bottom: 0px;
	}
}

@media (max-width:768px) {
	#fixedcta {
		background-color: #4ac2c1;
		bottom: 0;
		box-shadow: 3px 3px 20px #888888;
		color: #fff;
		font-size: 16px;
		height: auto;
		line-height: 12px;
		padding: 15px;
		position: fixed;
		width: 100%;
		z-index: 999;
		text-align: center;
	}
	.sign-up-form {
		padding: 10px 0px;
		padding-bottom: 30px;
	}
}

@media (min-width:769px) {
	* {
		box-sizing: border-box;
	}
}

@media (max-width:425px) {
	#formarea {
		margin: auto 0;
	}
	.left-right .features-icons-item {
		display: block !important;
		text-align: center;
	}
}

@media (max-width:350px) {
	.sign-up-form .btn-default {
		background-position: right center;
		width: 260px;
		margin-left: 0;
	}
}