html, body {
	margin: 0;
	font-family: Helvetica;
	background-color: #F9F9F9;
}
.clearfix {
	clear: both;
}

a {
	text-decoration: none;
}

h1 {
	background-color: #8EC2CB;
	height: 62px;
	font-size: 24px;
	vertical-align: middle;
	line-height: 62px;
	font-weight: bold;
	color: #0C3A5F;
	margin: 5px 0 0 0;
}

#header {
	width: 100%;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	height: 110px;
	position: relative;
	z-index: 10;
}

#mainWrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#interiorLogo {
	height: 592px;
	margin: 0 auto 5px auto;
	background-image: url('/interface/new/page-logo.jpg');
}

#interiorLogo .images {
	position: absolute;
	left: 0;
	top: 65px;
}

#interiorLogo .text {
	position: absolute;
	right: 0;
	top: 115px;
}

#interior {
	margin-bottom: 20px;
}

#loginForm > div, #moreForm > div {
	display: inline-block;
	vertical-align: top;
}
#headerLogo {
	float: left;
	margin-top: 30px;
}

#headerForm form {
	margin: 0;
	padding: 0;
}

#headerText {
	margin-bottom: 10px;
}

#headerText span {
	vertical-align: top;
	font-weight: bold;
}

#headerText img {
	margin-left: 8px;
}

#headerText .number {
	color: #F7A42A;
}

#headerForm {
	color: #646565;
	margin-top: 20px;
	float: right;
}

#headerForm form input[type=text], #headerForm form input[type=password] {
	background-color: #EBEBEC;
	border: none;
	height: 35px;
	border-radius: 8px;
	padding: 0 10px;
	width: 150px;
}

#headerForm form input[type=text]:focus, #headerForm form input[type=password]:focus {
	outline: 0;
}

#headerForm form .loginRow {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	margin-right: 5px;
}

#headerForm .small {
	font-size: 11px;
}

#headerForm .additionalRow {
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}

#headerForm .additionalRow span {
	vertical-align: top;
}

#headerForm .forgotRow span {
	margin-left: 8px;
}

#headerForm form .loginText {
	font-weight: bold;
}

#more {
	background-color: #0D6894;
	padding: 25px 0;
	color: white;
}

#chooseMarket > .content .box.left {
	float: left;
}

#chooseMarket > .content .box.right {
	float: right;
}

#chooseMarket > .content .box {
	width: 450px;
	display: table;
	font-size: 13px;
	height: 1px;//IE9 fix for display table and 100% height
}

#chooseMarket .content .box > .content {
	display: table;
	height: 100%;
}

#chooseMarket > .content .row {
	padding-top: 50px;
}

#chooseMarket .box .logo, #chooseMarket .box .description {
	display: inline-block;
	vertical-align: top;
}

#chooseMarket .box .logo {
	padding-right: 20px;
	display: table-cell;
	min-width: 158px;//
	text-align: center;
}

#chooseMarket .box .description {
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
	color: #0C3A5F;
}

#chooseMarket .box .description > .content {
	display: table;
	height: 100%;//
	overflow: auto;
}

#chooseMarket .box .description .content .text .content {
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
	overflow: auto;
}

#chooseMarket .box .description .text span {
	display: table-cell;
	vertical-align: bottom;
}

#chooseMarket .box .learnMore {
	text-align: right;
}

#login-btn {
	background-image: url('/interface/new/login-button.png?1');
	width: 69px;
}

#moreSubmit,
#submit-btn {
	background-image: url('/interface/new/submit-button.png?1');
	width: 97px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

#additionalMarketsSubmit {
	background-image: url('/interface/new/additional-with-arrows-button.png?1');
	width: 254px;
	height: 49px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 30px;
	padding-right: 25px;
}

#additionalMarketsSubmit:active {
	padding-right: 19px;
}

input.button {
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	height: 35px;
}

#more .center {
	text-align: center;
}

#more .right {
	text-align: right;
}

#more .wantKnowMore {
	font-size: 26px;
	font-weight: bold;
}

#more .speakToConsultant {
	font-size: 18px;
	font-style: italic;
}

#more input[type=text],
#more select {
	width: 95%;
	height: 49px;
}

#moreForm {
	/* display: table; */
	width: 100%;
	margin-top: 15px;
}

#moreForm input[type=text], #moreForm select {
	font-size: 17px;
}

#more .tableClass2, #more .tableClass3, #more .tableClass15 {
    display: table; 
	width: 100%;
}

#more .tableClass15 {
    margin-top: 5px;
}

#more .row {
	display: table-row;
}

#more .tableClass3 .row > div {
	display: table-cell;
	width: 33%;
}

#more .tableClass2 .row > div {
	display: table-cell;
	width: 50%;
}

#more .tableClass15 .row > div {
	display: table-cell;
}

#more .tableClass15 .row > div.CASLplaceholder {
    width: 87%;
    vertical-align: top;
}

#more .tableClass15 .row > div.submitPlaceholder {
    width: 13%;
}

#more #CASLdiv {
    font-size: 12px;
    margin-top: 5px;
}

#more #CASLdiv a {
    color: aqua;
}

#more .labels {
	font-size: 10px;
	padding-bottom: 5px;
}

#more .labels > div {
	padding-bottom: 5px;
}

/* #more .inputs input {
	margin-right: 10px;
} */

#more .inputs input, #more .inputs select {
	border: 2px solid #6AAFBB;
	border-radius: 6px;
	padding: 0 10px;
	color: #0D6894;
	box-sizing: border-box;
} 

/*#more .inputs > div:last-child {
 width: 100%;
 */

#more .inputs select {
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
	background-image: url('/interface/new/down-2-arrow-blue.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
}

#more .inputs input.noMarginRight,
#more .inputs select.noMarginRight {
    width: 100%;
	margin-right: 0;
}


#chooseMarket .description .content .bottom {
	height: 100%;
	vertical-align: bottom;
	display: table-row;
}

#chooseMarket .description .content .bottom .text {
	height: 100%;
	vertical-align: bottom;
	display: table-cell;
}

button::-moz-focus-inner {
	border: 0;
}

input[type="submit"]:active, input[type="button"]:active {
	padding: 0;
}

input[type="submit"]:focus, input[type="button"]:focus {
	outline: none;
}

#chooseMarket .learnMore a {
	font-weight: bold;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 15px;
	margin-right: 20px;
}

#chooseMarket .dental .learnMore a {
	color: #1DB0E0;
	background-image: url('/interface/new/right-arrow-dental.png');
}

#chooseMarket .podiatriest .learnMore  a {
	color: #68B846;
	background-image: url('/interface/new/right-arrow-podiatriest.png');
}

#chooseMarket .chiropractors .learnMore a {
	color: #F6A426;
	background-image: url('/interface/new/right-arrow-chiropractors.png');
}

#chooseMarket .eye-doctor .learnMore a {
	color: #5C3787;
	background-image: url('/interface/new/right-arrow-eye-doctor.png');
}

#chooseMarket .top .title {
	font-weight: bold;
}

#additionalMarkets {
	text-align: center;
	margin-bottom: 30px;
}

.list-1 .arrow-top {
	background-image: url('/interface/new/menu-top-arrow.png');
	background-repeat: no-repeat;
	height: 12px;
	position: absolute;
	width: 21px;
	top: -11px;
	right: 25px;
}

.list-1 {
	/*width: 250px;*/
	margin: 30px auto 0 auto;
	padding: 0;
	color: #0D6894;
	position: relative;
}
.list-1.error-messages {
	position: absolute; 
	right: 0;
	top: 80px;
}
.list-1.error-messages ul {
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.75);
	background-color: rgba(255,255,255,0.9);
}
.list-1.error-messages ul li {
	color: red;
	font-size: 12px;
}
.list-1.error-messages ul li:hover {
	background-color: transparent;
}


.list-1.hidden {
	display: none;
}

.list-1 ul {
	list-style-type: none;
	padding: 0;
	border-radius: 10px;
	border: 1px solid #E3E3E3;
	background-color: #FFFFFF;
}

.list-1 li {
	border-bottom: 1px solid #E3E3E3;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 20px;
}

.list-1 li:last-child {
	border-bottom: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.list-1 li:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.list-1 li:hover {
	background-color: #8EC2CB;
}

.list-1 li a {
	text-decoration: none;
	color: #0C3A5F;
	display: block;
}

#footer {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0D6894;
}

#footer .content {
	padding: 20px 0;
	text-align: center;
	position: relative;
}

#footer .copyright {
	margin: 0 230px;
	border-left: 1px solid #FFCB37;
	border-right: 1px solid #FFCB37;
}

#footer-menu a {
	color: #FFFFFF;
}

#footer-menu a:hover {
	text-decoration: underline;
}

#footer-menu li {
	display: inline;
}

#footer .social-icons {
	position: absolute;
	right: 0;
	top: 50px;
}