@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;
}
textarea:focus, input:focus{
    outline: none;
}
/*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: #f6f6f6;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration: none;
	color: #29aca6;
}
a:hover {
	color: #5547a7;
}
h1 {
	font-family:Georgia, serif;
	font-size: 34px;
	line-height: 42px;
	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:#2f3773;
}
p {
	margin-bottom: 28px;
}
strong {
	font-weight: 700;
}
input {
	width:100%;
	padding:7px 20px;
	border:none;
	border-radius:8px;
	background:#fff;
	font-size:16px;
	line-height:28px;
	color:#666666;
	font-style:italic;
	margin:15px 0;
	display:block;
}
input:focus::-webkit-input-placeholder { color:transparent; -webkit-transition:.25s; transition:.25s; }
input:focus:-moz-placeholder { color:transparent; -webkit-transition:.25s; transition:.25s; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; -webkit-transition:.25s; transition:.25s; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; -webkit-transition:.25s; transition:.25s; } /* IE 10+ */
.btn {
	display: inline-block;
	width: auto;
	height: auto;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #29aca6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0px -3px 0px #81deda;
	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: #5bcac5;
	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: #f6f6f6;
	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;
}
/** 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:25px;
	line-height:26px;
	font-size:25px;
	color:#2f3773;
}
.call a {
	color:#2f3773;
}
.hours {
	font-size:18px;
}
/** Hero section **/
.hero {
	height:500px;
	width:100%;
	background:url(images/woman-with-surfboard-hero.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
}
.hero .wrapper {
	padding:10px 0;
	max-width:100%;
}
.hero .wrapper .left {
	padding:90px 100px 0 0;
}
.hero .wrapper .right {
	width:410px;
	padding:30px 0;
	float:right;
}
.hero .wrapper .right .form-title {
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:15px;
}
.date-of-birth {
	width:55%;
}
.zip-code {
	width:55%;
}
.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, .mobile-form .btn {
	margin-top:7px;
}
/** Mobile Form section **/
.mobile-form {
	display:none;
}
/** Icons section **/
.third-col {
	width:33%;
	max-width:100%;
	float:left;
	text-align:center;
	padding:80px 20px 50px;
}
.enroll img, .appointment img, .advisor img {
	height:88px;
	width:auto;
	margin-bottom:20px;
}
.advisor .phone {
	color:#2f3773;
	font-weight:700;
	font-size:18px;
}
.advisor .phone a {
	color:#2f3773;
}
/** Half Photo section **/
.half-photo {
	background-image:url(images/woman-on-beach-bg2.jpg);
	background-color:#f4d398;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center right;
	position:relative;
	min-height:350px;
	padding-bottom:35px;
}
.half-photo .wrapper {
	padding:50px 0 0;
}
.half-photo h2 {
	color:#2f3773;
	text-align:left;
	line-height:45px;
	margin-bottom:30px;
}
.half-photo hr {
	width:50px;
	border-top:1px solid #2f3773;
}
.half-photo #background-half {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background:#f4d398;
}
.half-photo .half-col {
	width:50%;
	float:left;
	padding:20px 0;
	z-index:999;
	position:relative;
}
.half-photo .left {
	padding-right: 115px;
}
.half-photo .right {
	padding-left:115px;
}
/** Renew Plan section **/
.renew-plan {
	background:#f7e4c2;
	text-align:center;
}
.renew-plan .wrapper {
	padding:75px 135px;
}
.renew-plan h2 {
	color:#2f3773;
}
.renew-plan hr {
	width:50px;
	margin:1em auto;
	border-top:1px solid #2f3773;
}
.renew-plan .btn {
	margin:0 10px;
}
/** Timetable section **/
.timetable .wrapper {
	padding:75px 0 50px;
}
.timetable h2, .timetable h3 {
	color:#2f3773;
}
.timetable h3 {
	padding-left:15px;
	padding-bottom:0;
	margin-bottom:10px;
	border-bottom:none;
	width:100%;
}
.quarter-col {
	position:relative;
	width:25%;
	max-width:100%;
	float:left;
	text-align:left;
	padding:20px 0;
	/*background:url(images/ellipse-dots-green.png);
	background-repeat:no-repeat;
	background-position:top 50px left 15px;*/
}
.quarter-col p {
	padding-left:15px;
	padding-right:15px;
}
.quarter-col hr {
	border-top:1px dashed #b4b4b4;
	width:100%;
	max-width:100%;
	margin-left:15px;
}
.quarter-col.active hr{
	border-top:1px dashed #29aca6;
}
.quarter-col.timeline-start hr {
}
.quarter-col img.dot {
	width:17px;
	height:17px;
	position:absolute;
	top:56px;
	left:15px;
}
/** Quote section **/
.quotes {
	background:#f4b341;
	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:#f4d398;
	position:relative;
	min-height:350px;
}
.guides .wrapper {
	padding:60px 0 0;
}
#background-half {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	background:#f7e4c2;
}
.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:#2f3773;
	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:#2f3773;
}
.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;
	height:135px;
	width:100%;
}
.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:30px;
}
.footer .call {
	float:right;
	text-align:right;
	margin-top:40px;
	color:#ffffff;
	font-size:18px;
}
.footer .call a {
	color:#fff;
}
.optima-code {
	text-align:left;
	width:100%;
	margin:0 auto;
}
@media screen and (max-width: 1200px) {
	.wrapper {
		width: 100%;
		padding:0 20px;
	}
	.hero .wrapper {
		padding:20px;
	}
	.quotes .wrapper {
		padding:0 20px;
	}
	.half-photo {
		background-size:cover;
		background-position:center left 60%;
	}
	.half-photo .wrapper {
		padding:40px 20px 20px;
	}
	h2 {
		margin-bottom:30px;
	}
	ul.bxslider {
		min-height:180px;
	}
	.left, .right {
		padding:20px 15px;
	}
}
@media screen and (max-width:1029px) {
	.guides img {
		margin:0 10px 30px 0;
	}
}
@media screen and (max-width: 959px) {
	.nowrap {
		white-space:nowrap;
	}
	h2 {
		font-size:38px;
		line-height:46px;
	}
	.hero .wrapper .left {
		background:none;
		padding:30px 80px 0 0;
	}
	.hero .wrapper .half-col {
		width:50%;
	}
	.appointment, .advisor, .enroll {
		width:33.33%;
	}
	.quotes li {
		font-size: 26px;
		line-height: 32px;
	}
	.quotes .wrapper {
		padding:0;
		display:inline;
		overflow:hidden;
		height:auto;
	}
	ul.bxslider {
		min-height:130px;
	}
	.half-col {
		width:100%;
		float:none;
		display:inline-block;
	}
	.left, .right {
		padding:50px 20px;
		overflow:hidden;
	}
	.left {
		background:#f7e4c2;
	}
	#background-half {
		top:0;
		left:0;
		height:50%;
		width:100%;
	}
	.recent-articles .third-col {
		padding: 20px;
	}
	.half-photo {
		background:#f4d398;
	}
	.half-photo .wrapper {
		padding:0 20px;
	}
	.half-photo .wrapper .half-col {
		width:100%;
		float:none;
		display:inline-block;
	}
	.half-photo .wrapper .left h2, .half-photo .wrapper .left hr {
		text-align:center;
		margin:1em auto;
	}
	.half-photo .wrapper .left {
		overflow:hidden;
		background:#f4d398;
		padding-right:20px;
		text-align:center;
	}
	.half-photo .wrapper .right {
		display:none;
	}
	.timetable .wrapper {
		padding:60px 15px;
	}
	.quarter-col {
		float:none;
		width:100%;
		padding:0;
		margin:0 15px;
	}
	.quarter-col hr {
		display:none;
	}
	.quarter-col {
		border-left:1px dashed #b4b4b4;
		padding-bottom:30px;
	}
	.quarter-col.active {
		border-left:1px dashed #29aca6;
	}
	.quarter-col h3 {
		line-height:17px;
	}
	.quarter-col p {
		margin-bottom:0;
	}
	.quarter-col img.dot {
		top:0px;
		left:-9px;
	}
	.renew-plan .wrapper {
		padding:60px 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;
		font-size:18px;
		line-height:24px;
	}
	.tty {
		font-size:16px;
	}
	.hero {
		background-position: top right 80%;
	}
	.hero .wrapper .half-col {
		width:100%;
	}
	.hero .wrapper .right {
		display:none;
	}
	.mobile-form {
		padding:30px 0 50px;
		display:inline-block;
		background:#F3B24E;
	}
	.mobile-form .form-title {
		color:#fff;
		font-size:15px;
		font-weight:700;
		text-transform:uppercase;
	}
	.mobile-form input {
		/*border:2px solid #999;*/
	}
	input {
		display:inline-block;
	}
	.video-container {
		max-width:100%;
	}
	.icons .wrapper {
		padding-top:50px;
	}
	.third-col {
		float:none;
		width:100%;
		padding:30px 40px;
	}
	.enroll, .appointment, .advisor {
		background-position:top 20px center;
	}
	.quotes ul.bxslider {
		min-height:180px;
	}
	.quotes ul.bxslider li {
		padding:0 15px; 
	}
	.guides .wrapper {
		padding: 40px 0;
	}
	.guides img {
		margin:0 20px 50px 0;
	}
	.renew-plan .wrapper .btn{
		margin-bottom:20px;
	}
	.footer {
		text-align:center;
	}
	.footer-logo {
		float:none;
		margin:10px auto 0;
		height:45px;
		width:200px;
	}
	.footer .call {
		text-align:center;
		margin-top:0;
	}
}
@media screen and (max-width: 559px) {
	#header, .footer {
		height:auto;
		padding-bottom:10px;
	}
	#header .wrapper, .footer .wrapper {
		margin:0;
		padding:0;
	}
	.logo {
		background: url(images/optima-logo.png) no-repeat;
		background-size:contain;
	}
	.footer-logo {
		background: url(images/optima-footer-logo.png) no-repeat;
		background-size:contain;
	}
	.tty {
		padding:0;
		max-width:100%;
	}
	.hero {
		height:auto;
		background: #F3B24E;
	}
	input, .date-of-birth, .zip-code {
		width:100%;
	}
	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;
	}
	.more-benefits .wrapper {
		padding:20px 0;
	}
	ul.bxslider {
		min-height:130px;
	}
	.quotes .bx-wrapper .bx-pager, .quotes .bx-wrapper .bx-controls-auto {
		bottom:10px;
	}
	.recent-articles .wrapper {
		padding:40px 0;
	}
	.guides .wrapper {
		padding:0;
	}
	.guide-1 img, .guide-2 img {
		display:none;
	}
}