/* line 4, ../sass/style.scss */
body {
	background: #f0f0f0;
	padding: 0;
	margin: 0;
}

/* line 10, ../sass/style.scss */
h1 {
  text-align: center;
}

/* line 13, ../sass/style.scss */
.LandingPageContents {
  background: none;
}

/* line 16, ../sass/style.scss */
.container {
  width: 1023px;
  margin: auto;
  clear: both;
  display: block;
  position: relative;
  overflow: auto;
  height: auto;
}

/* line 28, ../sass/style.scss */
.signUp {
  width: 33%;
  float: left;
  display: inline-block;
}
/* line 32, ../sass/style.scss */
.signUp.large {
  width: 66%;
}
/* line 34, ../sass/style.scss */
.signUp.large .signUpBody {
  float: left;
  width: 50%;
}

#welcomeMessageBannerSection {
	background: #023002 url("../../img/welcomeBanner.jpg") 100%;
	padding: 5px;
	height: 195px;
	color: #ffffff;
}
#welcomeMessageBannerSectionMaintenance {
	background: #023002 url("../assets/green_bar.png") 100%;
	padding: 5px;
	height: auto;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#welcomeMessageBannerSection h1 {
	font-size: 1.6em;
	padding-top: 103px;
}

#beHealthyBannerSection {
	background: #ffffff;
}
#video-message-banner {
	margin-top: 5px;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
}

#video-message-banner a {
	color: #1e90ff;
}

#medicaid-renewals-banner {
	width: 100%;
	height: 340px;
}

#play-video-button {
	position: absolute;
	top: 60%;
	left: 22%;
	width: auto;
	height: 100px;
	cursor: pointer;
	transform: translate(-70%, -22%);
}

.userActionSection {
	text-align: center;
	color: #023002;
	overflow: auto;
	height: auto;
	background: #ffffff;
}

#userActionSectionRow1 {
	margin-top: 3px;
}

#userActionSectionRow2 {
	margin-top: 20px;
}

.userActionSection .userActionTile {
	width: 32.33%;
	float: left;
	padding: 5px;
	background-color: #ffffff;
}

.userActionSection .userActionTile .userActionTileContent {
	border: 2px solid #023002;
	border-radius: 5px;
	padding: 10px;
}

.userActionTileContent b {
	display: block;
}

#applyNow {
	color: #f27535;
}

#weAreHereToHelpSection {
	clear: both;
	overflow: hidden;
	height: 98px;
	background: #f2f2f0;
	border: 1px solid #a0bab1;
}

#weAreHereToHelpSection .weAreHereToHelpSectionBanner {
	float: left;
}

#signInBannerSection {
	overflow: hidden;
	height: 119px;
	text-align: center;
}
	
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .col {
	width: 33%;
}

#footer .col a {
	color: #255953;
}

#footer .col.left {
	text-align: left;
}

#footer .col.left p {
	padding-top: 0;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 13px;
	color: #255953;
	line-height: 15px;
	margin: 0;
}

#footer .col.center {
	text-align: center;
}

#footer .col.center a {
	color: #000000;
	font-size: 12px;
}

#footer .col .right {
	float: right;
}

#footer .col h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
	color: #255953;
}

#footer .col ul {
	list-style: none;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
}

#footer .col ul li {
	display: inline-block;
	margin-right: 10px;
}

#footer .col ul li a {
	display: inline-block;
}

.row {
	display: block;
	clear: both;
	overflow: auto;
	height: auto;
}

.row .col {
	float: left;
}

#languages {
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
}

#languages a {
	color: #f27535;
}

.globe {
  position: relative;
  top: 4px;
}

/* line 208, ../sass/style.scss */
#content .row {
  padding-bottom: 20px;
}
/* line 210, ../sass/style.scss */
#content .row.content {
  padding-top: 20px;
}
/* line 212, ../sass/style.scss */
#content .row.content .col {
  width: 25%;
  padding-left: 7px;
}
/* line 219, ../sass/style.scss */
#content .col.one {
  width: 60%;
  margin-right: 5%;
}
/* line 223, ../sass/style.scss */
#content .col.two {
  width: 35%;
}
/* line 230, ../sass/style.scss */
#content h2 {
  font-weight: 500;
}
/* line 257, ../sass/style.scss */
#content .copy {
  color: #255953;
  font-size: 14px;
  padding-bottom: 6px;
}
/* line 262, ../sass/style.scss */
#content .basicBox {
  text-align: center;
  padding-top: 20px;
}
/* line 265, ../sass/style.scss */
#content .basicBox h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #255953;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 22px;
}
/* line 275, ../sass/style.scss */
#content .basicBox .copy {
  font-size: 14px;
  padding-bottom: 10px;
}

/* line 333, ../sass/style.scss */
#header {
  background: #ffffff;
  padding-top: 20px;
  padding-bottom: 5px;
}
/* line 337, ../sass/style.scss */
#header ul.nav {
  list-style: none !important;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  padding-top: 20px;
  float: right;
}
/* line 345, ../sass/style.scss */
#header ul.nav li {
  display: inline-block !important;
}
/* line 348, ../sass/style.scss */
#header ul.nav li a {
  display: inline-block !important;
  padding: 8px;
	color: #023002;
}
/* line 355, ../sass/style.scss */
#header .col.one {
  width: 25%;
  margin-right: 0;
}
/* line 359, ../sass/style.scss */
#header .col.two {
  width: 75%;
}
/* line 366, ../sass/style.scss */
#header .right {
  float: right;
}
/* line 369, ../sass/style.scss */
#header a {
  color: #255953;
  font-size: 14px;
  font-weight: 800;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 379, ../sass/style.scss */
.login a {
  background: #f27535;
  color: #ffffff !important;
  text-transform: uppercase;
}
/* line 384, ../sass/style.scss */
.login a:hover {
  background: #255953;
}

/* line 390, ../sass/style.scss */
.language {
  border: thin solid #255953;
  padding: 5px;
  margin-right: 50px;
  top: 3px !important;
  position: relative;
}

a#howToApply, a#comparePlans, a#reportAChange, a#findLocalHelp, a#learnMore, a#aboutUs, a#logInNew {
	font-size: 13px;
}

#logInNew {
	background: #f27535;
	color: #ffffff !important;
}

#contactUs {
	color: #255953;
	text-decoration: underline;
	font-weight: 600;
}

.contactUsPhone {
	width: 75px;
}

#logInDisabled {
	color: #cccccc;
	font-weight: 800;
}

.welcomeMessageBannerTextContent {
	color: #FF9300;
}

.hereToHelp {
	padding-right: 20px;
}

.signInBanner {
	width: 100%;
}