@charset "UTF-8";
/* CSS Document */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
sup {
    vertical-align: top;
    font-size: smaller;
}
/*GLOBAL STYLES*/
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	color: #333;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: #29aca6;
}
a:hover {
	color: #5547a7;
}
h1 {
	font-family:Georgia, serif;
	font-size: 43px;
	line-height: 51px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom:40px;
}
h2 {
	font-size: 43px;
	line-height:54px;
    color: #ffffff;
    font-family: Georgia, serif;
    margin-bottom: 50px;
	font-weight:400;
	text-align:center;
}
h3 {
	font-size:21px;
	line-height:28px;
	color:#29aca6;
}
p {
	margin-bottom: 28px;
}
strong {
	font-weight: 700;
}
.btn {
	display: inline-block;
	width: auto;
	height: auto;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #5547a7;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0px -3px 0px #8c7edd;
	border: none;
	outline: none;
	padding: 15px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	-webkit-transition:.25s;
	transition:.25s;
}
.btn:hover {
	background-color: #776ac6;
	color: #fff;
	-webkit-transition:.25s;
	transition:.25s;
}
.btn:active {
	transform: translateY(3px);
	box-shadow:none;
	-webkit-transition:.25s;
	transition:.25s;
}
#container {
	width: 100%;
	max-width:100%;
	min-height: 100%;
	background: #fff;
	margin: 0 auto;
	position: relative;
}
.wrapper {
	width: 1200px;
	max-width:100%;
	margin: 0 auto;
	position:relative;
	height:auto;
	overflow:hidden;
}
.half-column {
	float: left;
	width: 445px;
	max-width:100%;
	margin: 0 25px;
}
.first {
	margin-left: 0 !important;
}
.last {
	margin-right: 0 !important;
}
.clear {
	clear: both;
}
.lightbox { display: none; }

/** Header **/
#header {
	height: 110px;
	position: relative;
	background: #ffffff;
	font-size:18px;
}
.logo {
	display: block;
	height: 66px;
	width: 295px;
	float: left;
	text-indent: -9999px;
	background: url(images/optima-logo.png) no-repeat;
	background-size:contain;
	margin-top:20px;
}
.call {
	float:right;
	text-align:right;
	margin-top:15px;
	line-height:26px;
	font-size:24px;
}
.call a {
	color:#333;
}
.tty {
	font-size:16px;
}
.hours {
	color:#0fa29b;
	font-size:18px;
}
/** Hero section **/
.hero {
	height:500px;
	width:100%;
}
.slide-1 {
	background:url(images/hero-image-2.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	height:500px;
	width:100%;
}
.slide-2 {
	background:url(images/hero-image.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	height:500px;
	width:100%;
}
.slide-3 {
	background:url(images/hero-image-3.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	height:500px;
	width:100%;
}
.hero .wrapper {
	padding:100px 400px 10px 0;
	max-width:100%;
}
.hero hr {
    border-top:1px solid #ffffff;
	width:50px;
}
.tagline {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom:5px;
}
.hero p {
	color:#ffffff;
	margin-bottom:20px;
	font-size:18px;
	font-weight:600;
}
.hero .btn {
	background: #29aca6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0px -3px 0px #218883;
	margin-top:10px;
}
.hero .btn:hover {
	background-color: #5bcac5;
}
.hero .btn:active {
	transform: translateY(3px);
	box-shadow:none;
}
/* Hero Section Slider */
.hero .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	max-width:100%;
}
.hero .bx-wrapper img {
	max-width: 100%;
	display: block;
}
.hero .bx-wrapper .bx-viewport {
	height: 100% !important;
	z-index: 0;
}
.hero .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
	bottom:30px;
}
.hero .bx-wrapper .bx-pager {
	text-align: center;
	color: #ffffff;
	z-index: 3;
}
.hero .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	background:#ffffff;
	-webkit-transition:.25s;
	transition:.25s;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
	-webkit-transition:.25s;
	transition:.25s;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
	background: transparent;
	-webkit-transition:.25s;
	transition:.25s;
}
.hero .bx-wrapper .bx-pager.bx-default-pager a:hover {
	border-color: #ffffff;
	-webkit-transition:.25s;
	transition:.25s;
}
.hero .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 3;
	transition: .25s ease-in-out;
}
.hero .bx-wrapper .bx-controls-direction a:before {
	display:none;
}
.hero .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.hero .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/** Icons section **/
.icons ul li {
    margin-bottom: 12px;
}
.two-third-col {
  width: 66.6%;
  max-width:100%;
	float:left;
	padding: 50px 20px;
}
.two-third-col .half-col {
  padding-bottom: 0;
}
.two-third-col .half-col.left {
  padding-right: 20px;
}
.two-third-col .half-col.right {
  padding-left: 20px;
}
.third-col {
	width:33.3%;
	max-width:100%;
	float:left;
	padding:50px 20px;
}
.appointment {
	background:url(images/new-info-icon.png) no-repeat;
	background-position-x:center;
	background-position-y:10%;
	background-position:top 40px center;
  padding-top: 140px;
  text-align:center;
}

/** More Benefits Section **/
.more-benefits{
	background: rgb(55,176,172); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(55,176,172) 0%, rgb(78,162,185) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(55,176,172) 0%,rgb(78,162,185) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(55,176,172) 0%,rgb(78,162,185) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37b0ac', endColorstr='#4ea2b9',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-size:25px;
	line-height:35px;
	text-align:center;
	font-weight:300;
}
.more-benefits .wrapper {
	padding:30px 60px;
}
.more-benefits p {
	margin-bottom:0;
}
/** Quote section **/
.quotes {
	background:url(images/quote-bg.jpg) no-repeat;
	background-size:cover;
	background-position:top center;
	min-height:450px;
	width:100%;
	padding:75px;
	text-align:center;
	color:#fff;
}
.quotes .wrapper {
	padding:0 60px;
	overflow:visible;
}
.quotes h2 {
	color:#ffffff;
}
.quotes li {
	font-size:33px;
	line-height:40px;
}
.quotes .author {
	font-family:Georgia, serif;
	font-size:16px;
	font-style:italic;
}
.quotes hr {
	width:50px;
	margin: 0 auto;
	border-top:1px solid #ffffff;
}
/** Quotes Slider **/
.quotes .bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}
.quotes .bx-wrapper img {
	max-width: 100%;
	display: block;
}
.quotes .bx-wrapper .bx-viewport {
	height: 100% !important;
	z-index: 0;
}
.quotes .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	width: 100%;
	bottom:-50px;
}
.quotes .bx-wrapper .bx-pager {
	text-align: center;
	color: #ffffff;
	z-index: 3;
}
.quotes .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.quotes .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	background:#ffffff;
	-webkit-transition:.25s;
	transition:.25s;
}
.quotes .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
	-webkit-transition:.25s;
	transition:.25s;
}
.quotes .bx-wrapper .bx-pager.bx-default-pager a.active:hover {
	background: transparent;
	-webkit-transition:.25s;
	transition:.25s;
}
.quotes .bx-wrapper .bx-pager.bx-default-pager a:hover {
	border-color: #ffffff;
	-webkit-transition:.25s;
	transition:.25s;
}
.quotes .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 3;
	transition: .25s ease-in-out;
}
.quotes .bx-wrapper .bx-controls-direction a:before {
	display:none;
}
.quotes .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.quotes .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.quotes .bxslider {
	height: 100%;
	width: 100%;
	margin-top:30px;
}
.quotes ul.bxslider li {
	height: 100%;
	width: 100%;
	padding: 0 25px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.quotes ul.bxslider {
	min-height:150px;
}
/** Guides section **/
.guides {
	background:#e8e8ea;
	position:relative;
	min-height:350px;
}
.guides .wrapper {
	padding:60px 0 30px;
}
#background-half {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background:#f1f1f1;
}
.half-col {
	width:50%;
	float:left;
	padding:20px 0;
	z-index:999;
	position:relative;
}
.left {
	padding-right: 115px;
}
.right {
	padding-left:115px;
}
.guides img {
	padding:10px;
	border:1px solid #ffffff;
	float:left;
	margin:0 20px 30px 0;
	-webkit-transition:.5s;
	transition:.5s;
}
.guides img:hover {
	border:1px solid #8c7edd;
	-webkit-transition:.5s;
	transition:.5s;
}
.guide-1 {
	margin-bottom:80px;
}
/** Video section **/
.medicare-video {
	text-align:center;
	padding-top:40px;
}
.medicare-video h2 {
	color:#29aca6;
	margin-bottom:0;
}
.medicare-video img {
	max-width:100%;
	margin:10px auto;
	-webkit-box-shadow: 0px 6px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 6px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 6px 15px 0px rgba(50, 50, 50, 0.75);
	border:none;
	padding:0;
	float:none;
}
.medicare-video img:hover {
	border:none;
}
.disclaimer {
	margin:40px auto 0;
	font-style:italic;
}
/** Recent Articles section **/
.recent-articles .wrapper {
	padding:75px 0;
}
.recent-articles h2 {
	color:#29aca6;
}
.recent-articles h3 {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #979797;
	width:100%;
}
.recent-articles .third-col {
	text-align:left;
	padding:20px 30px;
}
.article-date {
	font-style:italic;
	margin-bottom:10px;
}
/** Footer **/
.footer {
	background:#29aca6;
	width:100%;
  padding: 26px 0;
}
.footer-logo {
	display: block;
	height: 66px;
	width: 295px;
	float: left;
	text-indent: -9999px;
	background: url(images/optima-footer-logo.png) no-repeat;
	background-size:contain;
	margin-top:10px;
}
.footer .call {
	float:right;
	text-align:right;
	color:#ffffff;
  margin-top: 0;
}
.footer .call a {
	color:#fff;
}
.footer .hours {
	color:#ffffff;
}
.optima-code {
	text-align:left;
	width:100%;
	margin:0 auto;
  padding-top: 20px;
}
/** Overlay */

#fl1 {
  font-size: 18px;
  line-height: 30px;
  background: url(images/operator.jpg) bottom right no-repeat;
  max-width: 700px;
  padding: 60px 250px 60px 60px;
}
#fl1 h2 {
  text-align: left;
  color: #29aca6;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 24px;
}
#fl1 .phone {
  font-size: 24px;
  font-weight: 700;
}
#fl1 .hours {
  color: #29aca6;
}

@media screen and (max-width: 1200px) {
	.wrapper {
		width: 100%;
		padding:0 20px;
	}
	.hero .wrapper {
		padding-right:400px;
		padding-left:20px;
	}
	.quotes .wrapper {
		padding:0 20px;
	}
	h2 {
		margin-bottom:30px;
	}
	ul.bxslider {
		min-height:180px;
	}
	.left, .right {
		padding:20px 15px;
	}
	.slide-3 {
		background:url(images/hero-image-3.jpg) no-repeat;
		background-size:cover;
		background-position:center right 10%;
		height:500px;
		width:100%;
	}
}
@media screen and (max-width:1029px) {
	.btn {
		padding:15px 10px;
	}
	.guides img {
		margin:0 10px 30px 0;
	}
}
@media screen and (max-width: 959px) {
	.hero .wrapper {
		padding-right:200px;
		padding-left:20px;
	}
	.slide-3 {
		background-position:top right 20%;
	}
	.nowrap {
		white-space:nowrap;
	}
	h2 {
		font-size:38px;
		line-height:46px;
	}
  .third-col {
		float:none;
		width:100%;
		padding:120px 40px 40px;
	}
	.third-col.advisor {
		padding:120px 40px 10px
	}
	.enroll, .appointment, .advisor {
		background-position:top 20px center;
	}
	.quotes li {
		font-size: 26px;
		line-height: 32px;
	}
	.quotes .wrapper {
		padding:0;
		display:inline;
		overflow:hidden;
		height:auto;
	}
	ul.bxslider {
		min-height:130px;
	}
  .two-third-col {
    width: 100%;
    float: none;
    padding: 20px;
  }
	.half-col {
		width:100%;
		float:none;
		display:inline-block;
	}
  .two-third-col .left, .two-third-col .right {
    padding: 0;
  }
	.left, .right {
		padding: 0 20px;
		overflow:hidden;
	}
	#background-half {
		display: none;
	}
	.recent-articles .third-col {
		padding: 20px;
	}
  .more-benefits .wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
	#header {
		height:150px;
	}
	.logo {
		margin:10px auto;
		float:none;
		width:200px;
		height:45px;
	}
	.call {
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	.call {
		font-size:18px;
		line-height:24px;
	}
	.tty {
		font-size:16px;
	}
	.hero, .slide-1, .slide-2 {
		background-position:top right 30%;
	}
	.hero .wrapper {
		padding:50px 150px 10px 20px;
	}
	.video-container {
		max-width:100%;
	}
	.icons .wrapper {
		padding-top:50px;
	}
	.quotes ul.bxslider {
		min-height:180px;
	}
	.quotes ul.bxslider li {
		padding:0 15px;
	}
	.guides .wrapper {
		padding: 40px 0;
	}
  .guide-1, .guide-2 {
    margin-bottom: 40px;
  }
	.guides img {
		margin:0 20px 50px 0;
	}
	.footer {
		text-align:center;
	}
	.footer-logo {
		float:none;
		margin:0 auto;
		height:45px;
		width:200px;
	}
	.footer .call {
		text-align:center;
		margin-top:0;
	}
  #fl1 {
    padding: 20px;
    background: none;
    text-align: center;
  }
  #fl1 h2 {
    text-align: center;
  }
}
@media screen and (max-width: 559px) {
	#header {
		height:auto;
		padding-bottom:10px;
	}
	#header .wrapper {
		margin:0;
		padding:0;
	}
	.logo {
		background: url(images/optima-logo-mobile.png) no-repeat;
	}
	.footer-logo {
		background: url(images/optima-footer-logo-mobile.png) no-repeat;
	}
	.tty {
		padding:0;
		max-width:100%;

	}
	.hero, .slide-1, .slide-2, .slide-3{
		height:360px;
		background: rgb(96,85,160); /* Old browsers */
		background: -moz-linear-gradient(-45deg,  rgb(96,85,160) 50%, rgb(48,175,169) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg,  rgb(96,85,160) 50%,rgb(48,175,169) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg,  rgb(96,85,160) 50%,rgb(48,175,169) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6055a0', endColorstr='#30afa9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.hero .wrapper {
		padding:20px;
		padding-bottom:10px;
	}
	h1 {
		font-size:28px;
		line-height:34px;
		margin-bottom:10px;
	}
	h2 {
		font-size:28px;
		line-height:36px;
	}
	.tagline {
		font-size:18px;
		line-height:24px;
	}
	.hero p {
		font-size:16px;
		font-weight:400;
	}
	.quotes {
		padding:40px 20px 20px;
		min-height:370px;
	}
	.quotes li {
		font-size: 18px;
		line-height: 24px;
	}
	.quotes .wrapper {
		padding:0;
	}
	ul.bxslider {
		min-height:130px;
	}
	.quotes .bx-wrapper .bx-pager, .quotes .bx-wrapper .bx-controls-auto {
		bottom:10px;
	}
  .two-third-col {
    padding: 0;
  }
	.third-col {
		padding:130px 0 60px;
	}
	.third-col.advisor {
		padding:130px 0 30px
	}
	.recent-articles .wrapper {
		padding:40px 0;
	}
	.guides .wrapper {
		padding: 40px 0;
	}
	.guide-1 img, .guide-2 img {
		display:none;
	}
  .hero .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 10px;
  }
}
