::-webkit-input-placeholder {
   color: #c1f7f9 !important;
   opacity:1;
	}
:-moz-placeholder { /* Firefox 18- */
   color: #c1f7f9 !important;
   opacity:1;
	}
::-moz-placeholder {  /* Firefox 19+ */
   color: #c1f7f9 !important; 
   opacity:1;
	}
:-ms-input-placeholder {  
   color: #c1f7f9 !important;
   opacity:1;
	}
.error::-webkit-input-placeholder {
   color: #ff7fdf !important;
   opacity:1;
	}
.error:-moz-placeholder { /* Firefox 18- */
   color: #ff7fdf !important;
   opacity:1;
	}
.error::-moz-placeholder {  /* Firefox 19+ */
   color: #ff7fdf !important; 
   opacity:1;
	}
.error:-ms-input-placeholder {  
   color: #ff7fdf !important;
   opacity:1;
	}
form{
	height:auto;
	margin:0px auto;
	position:relative;
	font-family: "MacklinSans-Regular";
	padding:3px 0px 0px 0px !important;
	}
.formElement {
    width: 100%;
	margin:0px auto;
    padding-bottom: 10px;
	}
.formRow {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
	}
.formRow.label {
    height: auto;
    margin-bottom: 0px;
    text-align: left;
    white-space: normal;
	}
.formRow.label, label {
    font-size:20px;
    line-height:1.2em;
	color:#c1f7f9;
	font-weight:inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	}
/*label {
	max-width: 100%;
	margin-bottom: 5px;
	margin-bottom:auto;
	font-weight:normal;
	width:100% !important;
	text-align:left;
	}*/
.formRow.input {
    position: relative;
    height: auto;
	margin:3px 0px 6px 0px;
	border-bottom:1px solid #c1f7f9;
	border-radius: 0px;
	background-color:transparent !important;
	}
.formRow.input input {
	border:none;
    height: 24px;
    width:100%;
    text-align: left;
    padding: 2px 5px 2px 0px;
	font-size: 20px;
    line-height: 1.2em;
	color: #c1f7f9;
	-webkit-appearance: none;
	background-color:transparent !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "MacklinSans-Regular";
	}
.asterisk{
	position:relative;
	}
.formRow.fullrow {
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 6px;
	}
.bootstrap-select.btn-group .btn .filter-option {
    text-align: left !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "MacklinSans-Regular";
	}
.bootstrap-select.btn-group .btn .caret {
    right: 0px;
	}
/* --- HOW DID YOU HEAR ABOUT US BLOCK --- */
.howHearBlock{
	height:auto;
	}
.AdvRow.expanded {
    height: auto !important;
    margin-bottom: 0px !important;
    clear: both;
	}
/* --- SIGN ME UP --- */
.OptInContainer{
	position:relative;
	margin-top:4px;
	}
.fullrow.fullrow.optin {
    display: block;
    width: 100%;
    height: auto;
	}
.signMeUp{
    float: left;
    width: 20px;
    height: 20px;
    display: block;
	}
.signMeUp input{
    height: 20px;
	margin: 0px 0px 0px;
	border:solid 1px #c1f7f9;
	}
.signMeUp.label{
	position:relative;
	display:inline-block;
	color:inherit;
    width: auto;
    font-size:20px;
	padding:0px 6px 0px 0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: "MacklinSans-Regular";
	font-weight:normal;
	}
.signUpText {
    margin: 6px 0px 0px 0px;
    line-height: 16px;
    font-size:15px;
	color:inherit;
    height: auto;
	font-weight:400;
	text-align:left;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	}
.optInSelect {
    position: relative;
    margin-top: 0px !important;
	margin-left:6px;
	}
.optInSelect .control {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 0px !important;
    cursor: pointer;
    width: auto !important;
    margin-left: 0px !important;
	}
.control-group {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
	}
/* --- SECURITY CODE --- */
.securityOption{
	padding-top: 12px;
	position: relative;
	height: auto;
	}
.formRow.securityinput{
    height: 40px;
    width:auto;
	}
.securityInput.secImage{
    float: left;
    width: auto;
	margin-top:0px;
	margin-right:10px;
	}
.securityInput.secImage img{
	}
.securityInput.secField{
    float: left;
    padding-right: 0px;
    margin: 6px 0px 8px 0px;
    padding: 0px;
    height: auto;
    width: auto;
	}
.securityCodeContainer{
	padding-top:25px;
	}
.securityInput.secField input {
	background-color: rgb(98, 152, 165);
	border: 1px #c1f7f9 solid;
	border-radius:0px;
    color:#c1f7f9;
	width: 100px;
	text-align:left;
	padding:2px 0px 1px 4px;
    height:26px;
	font-size: 20px;
	line-height:1.2em;
	text-transform:uppercase;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	}
#cryptogram{
	margin-left:-7px;
	padding-top:4px;
	}
/* --- BUTTON, CHECKBOX, DROPDOWN STYLES --- */
.btn {
    display:block;
	color:#c1f7f9;
    padding: 1px 5px 0px 0px;
	height:24px;
    margin-bottom: 0px;
    font-size:20px !important;
    line-height:1.2em;
    text-align: left !important;
    white-space: nowrap;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border:none;
	border-radius:0px;
	background-color:transparent !important;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	}
.btn-default:hover {
    color: #093036 !important;
    background-color: rgb(98, 152, 165);
    border-color: #666 !important;
	}
.btn-default.focus, .btn-default:focus {
    color: #093036 !important;
    background-color:transparent !important;
    border-color: #222 !important;
	}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #093036 !important;
    background-color:transparent !important;
    border-color: #000 !important;
	}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #093036 !important;
    background-color:transparent !important;
    border-color: #000 !important;
	}
.show .dropdown-menu{
	display:block !important;
	}
.dropdown-menu {
    position: relative;
	top:-28px;
	color: #c1f7f9;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 2px 0px 5px 0px;
	margin: 2px 0px 0px;
	font-size: 20px;
	line-height:1.2em;
	text-align: left;
	list-style: outside none none;
	background-color: rgb(98, 152, 165);
	background-clip: padding-box;
	border: 1px solid #c1f7f9;
	border-radius: 0px;
	box-shadow: none;
	left: 0px !important;
	}
.dropdown-menu > li > a {
   color: #c1f7f9;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 0px 6px 6px 6px !important;
	}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #093036;
    text-decoration: none;
	background-color:transparent;
	}
.dropdown-menu > li > a.noChange {
   color: #c1f7f9 !important;
	}	
.bootstrap-select.btn-group .dropdown-menu li a span.text{
	font-size: 20px;
	line-height: 1.2em;
	float:none;
	}
.control {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 26px;
    cursor: pointer;
    width: 52px;
    float: left;
	margin-left:9px;
    }
.control input {
    position: absolute;
    /*z-index: -1;*/
    opacity: 1;
    }
.control__indicator {
    position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #c1f7f9;
	background-color:transparent;
    }
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    /*background: #e2dfca;*/
	}
/* Checked state */
.control input:checked ~ .control__indicator {
    /*background: #FFF;*/
	}
/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
     /*background: #FFF;*/
	}
/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: rgba(0, 0, 0, 0);
	}
/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
	}
/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
	}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    transform: rotate(36deg);
    -webkit-transform:rotate(36deg);
    border: solid #c1f7f9;
    border-width: 0 2px 2px 0;
	}
/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border: solid #444;
}
/* Radio button inner circle */
.control--radio .control__indicator:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFF;
	}
/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
    background: #FFF;
	}
/* --- /BUTTON, CHECKBOX, DROPDOWN STYLES --- */
/* --- SUBMIT BUTTON --- */
.SubmitButton{
	position:relative;
	height:auto;
	width:auto;
	margin:0px auto !important;
	padding-top:0px;
	}
.fullrow.submit{
    width: 100%;
	height:auto;
    text-align: left;
	}
.formRow input[type="submit"]{
	position:relative;
    border:none;
    color: #c1f7f9;
    font-size: 28px;
	line-height:34px;
	background-color:transparent;
    cursor: pointer;
	width:auto;
	height:auto;
	padding:20px 0px 0px 0px;
	transition-duration: 200ms;
    transition-property: all;
	transition-timing-function:ease-in-out;
	text-transform:uppercase;
	}
.formRow input[type="submit"]:hover {
    color:#093036;
    }
/* --- /SUBMIT BUTTON --- */
.thankYouBlock{
	/*padding-top:100px;*/
	}
.thankYouBlock p{
	font-size:17px;
	line-height:23px;
	padding-top:8px;
	color:#444;
	}
.error {
	color:#ff7fdf !important;
	}
@media only screen and (min-width:768px){
form{
	padding:0px !important;
	}
}