::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.sticky-header {
    background-color: #0d2f5d;
}

.cp-standard-logo {
    max-width: 250px !important;
}

.btn {
    box-shadow: none !important;
}

.about-image-top {
    background-position: center top !important;
}

.cp-page-content-wrap {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}

.EmailTextBox {
	font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; 
	font-size: 15px; 
	border: 1px solid #ABB0B2;  
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	color: #343434; 
	background-color: #fff; 
	box-sizing:border-box; 
	height:32px; 
	padding: 0px 0.4em; 
	display: inline-block; 
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px; 
	width:20%;
	min-width: 100px;
	max-width: 250px; 
	vertical-align:top;
}

.EmailButton {
    font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
	font-size: 16px; 
	border: none; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	letter-spacing: .03em; 
	color: #fff; 
	background-color: #aaa; 
	box-sizing:border-box; 
	height:42px; 
	line-height:32px; 
	padding:0 18px; 
	display: inline-block; 
	margin: 0; 
	transition: all 0.23s ease-in-out 0s;
	vertical-align: middle;
}

.EmailButton:hover {
	background-color:#777; 
	cursor:pointer;
}

#143 {
    margin-top: 50px !important;
}

#144 {
    margin-top: 50px !important;
}


@media only screen and (max-width: 600px) {

}