/*
	Theme Name: Corporate Child Theme
	Theme URI: http://www.studiopress.com/themes/corporate
	Description: Corporate is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	
	Version: 2.0
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, white

	Template: genesis
	Template Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Featured
* Home Middle
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Corporate Blue

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid Sans|Century Schoolbook);

@font-face {
    font-family: 'Century-Gothic';
    src: url('/wp-content/themes/corporate/assets/fonts/Century-Gothic.eot');
    src: url('/wp-content/themes/corporate/assets/fonts/Century-Gothic.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/corporate/assets/fonts/Century-Gothic.woff') format('woff'),
         url('/wp-content/themes/corporate/assets/fonts/Century-Gothic.ttf') format('truetype'),
         url('/wp-content/themes/corporate/assets/fonts/Century-Gothic.svg#hanshand_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	/*font-family: Century-Gothic,Arial,Tahoma,Verdana;*/
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	/*width:222px;*/
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

h1.entry-title {
	margin:15px 0px 0px 0px;
}

h2.entry-title, h2.entry-title a {
	font-size: 30px;
	line-height: 35px;
	margin: 20px 0 10px 0;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #2361a1;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #ffffff;
	/*background-image: url("/wp-content/themes/corporate/assets/background/background-strip.gif");*/
    background-repeat: repeat-x;
	padding:0;
	margin:0;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	/*-moz-box-shadow: 0 2px 4px #000; 
	-webkit-box-shadow: 0 2px 4px #000;
	box-shadow: 0 2px 4px #000;*/
	background-color: #fff;
	margin: 0px auto;
	overflow: hidden;
	width: 100%;
}


/* Header
------------------------------------------------------------ */

#header {
    background: url("images/logo-header.jpg") no-repeat scroll left top #FFFFFF !important;
    height: 90px;
    margin: 25px auto 5px;
    overflow: hidden;
    width: 938px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 40px 0 0 30px;
	width: 475px;
}

.header-full-width #title-area {
	padding: 0px 0 0;
}
	
#title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 5px;
	text-shadow: #000 1px 1px;
	text-transform: uppercase;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #ccc;
	text-align: center;
	text-decoration: none;
}

#description {
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: #000 1px 1px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 300px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 515px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 938px;
	text-indent: -99999px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
    background: none repeat scroll 0 0 #E7EAEF;
    border-top: 1px solid #E7EAEF;
    clear: both;
    color: #E7EAEF;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0 auto 25px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#nav .wrap {
    margin: 0 auto;
    text-align: center;
    width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	/*border-right: 1px solid #fff;*/
	float: left;
	list-style-type: none;
}

#nav li li {
	border: none;
}

#nav li a {
	/*border-right: 1px solid #fff;*/
	color: #636363;
	display: block;
	padding: 11px 20px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	/*background: url(images/nav-hover.png);*/
	color: #000;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none repeat scroll 0 0 #E7EAEF;
    color: #000000;
    font-size: 12px;
    padding: 10px 12px 10px 20px;
    position: relative;
    text-align: left;
    text-transform: none;
    width: 210px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #f9f9f9;
	color: #000000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a { 
	width: 140px;
}

#nav li ul ul {
	margin: -32px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #444;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/subnav.png);
	border-top: 1px solid #aaa;
	clear: both;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	padding: 11px 15px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background: url(images/subnav-hover.png);
	color: #fff;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #666;
	border: 1px solid #444;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 6px 10px 5px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: none;
	background-color: #444;
	color: #fff;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 1450px;
}

#subnav li ul ul {
	margin: -32px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0px 15px 0px;
	width: 930px;
}

.home.full-width-content #inner {
	padding: 0;
	width: 938px;
}



/* Featured
------------------------------------------------------------ */

#featured {
    background-color: #ffffff;
    float: left;
    height: auto;
    overflow: hidden;
    width: 575px;
}
#featured1-5 {
    float: left;
    width: 360px;
}
#featured2 {
	float: left;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0;
    width: 100%;
}

#featured .wrap {
	padding: 0px;
}

#featured p {
	padding: 0 0 15px;
	color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4em;
    padding: 0 0 15px;
}


/* Home Middle
------------------------------------------------------------ */

#home-middle {
    background-color: #fff;
    float: left;
    margin: 20px auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

#home-middle .wrap {
	overflow: hidden;
	padding: 15px 0 20px;
}

#home-middle p {
	padding: 0px;
}
.home-middle-1 {
    float: left;
    margin: 0 50px 0 0;
    width: 280px;
}
.home-middle-2 {
    float: left;
    width: 280px;
}
.home-middle-3 {
    float: right;
    width: 280px;
}
.home-middle-4 {
    float: left;
    width: 610px;
	margin: 21px 0 0;
}
.home-middle-5 {
    float: right;
    width: 280px;
	margin: 21px 0 0;
}
.three_boxes {
    background-color: #FFFFFF;
    border: 4px solid #E5E5E5;
    height: 365px;
    margin-bottom: 15px;
    position: relative;
    width: 272px;
}
.box-txt p {
    font-size: 15px;
    margin: 5px 10px 10px;
}
a.three_box_btn {
    color: #FFFFFF;
}
.three_box_btn {
    background-color: #0B4565;
    bottom: -5px;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 17px;
    margin: 0 auto;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    width: 100px;
}
#text-12 {
	padding: 0px 0px 0px 0px ;
}

#text-13 {
	padding: 5px 0 0 ;
}

#middle-break {
	background: url("images/home-middle-bg.png") repeat-y center;
	float: none;
	margin: 45px 0 0 0;
	text-shadow: #FFFFFF 1px 1px;
	text-align: center;
	}
#middle-break .middle-break-top {
	background: url("images/home-middle-top.png") no-repeat;
	width: 940px;
	height: 4px;
	margin: -20px 0 0;
	}
#middle-break .middle-break-bottom {
    background: url("images/home-middle-bottom.png") no-repeat scroll 0 0 transparent;
    height: 4px;
    width: 940px;
	margin:0 0 18px;
}

.quoat-up {
    background: url("/wp-content/themes/corporate/assets/comma-left.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 21px;
    margin: 0 0 -15px -30px;
    width: 24px;
}
.quoat-down {
    background: url("/wp-content/themes/corporate/assets/comma-right.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    clear: both;
    float: right;
    height: 18px;
    position: relative;
    right: -20px;
    width: 25px;
}
.rotatingtext-wrapper {
    padding: 0 20px 20px !important;
}
.free-quote {
    background: none repeat scroll 0 0 #e7eaef;
    border: 4px solid #E5E5E5;
    padding: 10px 20px 20px;
	font-size: 14px;
}
h2.home-free-quote {
    color: #ef9700 !important;
    margin: 0;
    text-align: left !important;
}

/*************** SideBar home Page *********************/
.main-services {
	margin: -40px 0 0 55px;
	padding: 0;
	color: #222222;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}
.main-services-body {
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 5px;
	line-height:20px;
}
.main-services-body-sup-adv {
	margin: 0px 0px 15px 0px;
	padding: 10px 0 0px 5px;
	line-height:20px;
}
.main-services-body-part-d {
	margin: 0px 0px 15px 0px;
	padding: 10px 0 0 5px;
	line-height:20px;
}

#medicare101-icon {
	background: url("/wp-content/themes/corporate/assets/icons/blog-icon.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    margin: -335px 0 0;
    position: absolute;
    width: 50px;
}
#sup-adv-icon {
    background: url("/wp-content/themes/corporate/assets/icons/client-testimonials-icon.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    margin: 0px ;
    padding: 0px ;
    width: 50px;
}
#part-d-icon {
    background: url("/wp-content/themes/corporate/assets/icons/free-quote-icon.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    margin: -35px 0 0;
    padding: 5px 0 0;
    width: 50px;
}
#rotatingtext-2 {
	padding:0px;
	margin:0px 0 0;
}

.rotatingtext .rselector {
    line-height: 19px !important;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border-bottom: 3px solid #ddd;
	color: #444;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 5px;
	width: 920px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 760px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 930px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 930px;
}

.home.full-width-content #content,
.home.full-width-content #content-sidebar-wrap {
	width: 938px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 10px;
	width: 450px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 620px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.sidebar-content-sidebar #content {
	padding: 10px 10px 10px 0;
	width: 460px;
}

.home.full-width-content #content {
	padding: 0;
}

.full-width-content #content {
	padding: 10px;
	width: 910px;
}

blockquote {
	background-color: #f5f5f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #777;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
}

.post {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

.single .post {
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
	color:#2361a1;
}

.entry-content p,
.page .entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 20px;
}
.entry-content h2 {
	margin: 0 0 10px;
}
h3 {
	font-size: 18px;}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

h2,
h2 a,
h2 a:visited {/*
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: none;*/
}
.orange-bg h2 {
    padding: 13px 0 0;
}
#home-middle h2,
#home-middle h2 a,
#home-middle h2 a:visited {
	color: #696969;
    font-size: 25px;
    font-weight: normal;
    line-height: 14px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
h3 {
	font-size: 18px;
	margin: 0;
    padding: 0 0 10px;
	text-transform: none;
}


h4,
h4 a,
h4 a:hover,
h4 a:visited {
	font-size: 16px;
	margin: 0;
    padding: 0 0 5px;
	text-transform: none;
}

#home-middle h4 {
	background-color: #0B4667;
    border: 4px solid #E5E5E5;
    color: #FFFFFF;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    margin-left: 0;
    padding: 1% 0 1% 4%;
    text-transform: uppercase;
}


.sidebar h4,
.sidebar h4 a,
#footer-widgets h4,
#footer-widgets h4 a {
	font-size: 15px;
}

.sidebar h4, .sidebar h4 a, .sidebar h4 a:visited {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    padding: 0;
    text-align: left;
}

.sidebar h4 a:hover {
	text-decoration: none;
}

#footer-widgets h4,
#footer-widgets h4 a,
#footer-widgets h4 a:visited {
	color: #ffffff;
}

#footer-widgets h4 a:hover {
	text-decoration: none;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
    font-weight: bold;
    margin: 5px 0px 10px 0px;
    padding: 0;
    text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
	margin:-7px 0px 15px 0px;
}
.page-id-641 .post-meta {
	display:none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	border-top: 3px solid #ddd;
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
}

.author.vcard{ 
	display:none;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	/*display:none;*/
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	/*background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;*/
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

#featured .featuredpage img,
#featured .featuredpost img {
	border: 10px solid #ccc;
	max-width: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#home-middle .featuredpage img,
#home-middle .featuredpost img {
	border: 5px solid #ccc;
	margin: 0 0 15px;
}

.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 15px 15px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

img.alignnone {
	display: inline;
	margin: 0 0 150px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 15px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

#featured .alignleft {
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.wp-caption {
	background: #f5f5f5;
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: none repeat scroll 0 0 #ffffff;
	display: inline;
	float: right;
	margin: 0 0 20px;
	padding: 15px 15px 5px;
	width: 250px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	border-bottom: 3px solid #ddd;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 -5px;
}

#header .widget-area ul li {
	margin: 0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
	margin: 0 0 3px;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}

/* Social **************************************/
.social-container {
    height: 50px;
    margin: 0px;
    position: relative;
    width: 220px;
	z-index:10;
}
a.ocm-gp {
    background: url("/wp-content/themes/corporate/assets/social-icons.png") no-repeat scroll -2px 0 transparent;
    display: block;
    height: 50px;
    margin: 0;
    position: absolute;
    text-decoration: none;
    width: 50px;
}
a.ocm-gp:hover {
    background: url("/wp-content/themes/corporate/assets/social-icons.png") no-repeat scroll -2px -50px transparent;
}
a.ocm-fb {
    background: url("/wp-content/themes/corporate/assets/social-icons.png") no-repeat scroll -54px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    margin: 0 0 0 55px;
    position: absolute;
    text-decoration: none;
    width: 50px;
}
a.ocm-fb:hover {
    background: url("/wp-content/themes/corporate/assets/social-icons.png") no-repeat scroll -54px -50px rgba(0, 0, 0, 0);
}
a.ocm-li {
    background: url("/wp-content/themes/corporate/assets/social-icons.png") no-repeat scroll -106px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    margin: 0 0 0 110px;
    position: absolute;
    text-decoration: none;
    width: 50px;
}
a.ocm-li:hover {
    background: url("/wp-content/themes/corporate/assets/social-icons.png") no-repeat scroll -106px -50px rgba(0, 0, 0, 0);
}
a.ocm-em {
    background: url("/wp-content/themes/corporate/assets/social-icons.png") no-repeat scroll -158px 0 rgba(0, 0, 0, 0);
    display: block;
    height: 50px;
    margin: 0 0 0 165px;
    position: absolute;
    text-decoration: none;
    width: 50px;
}
a.ocm-em:hover {
    background: url("/wp-content/themes/corporate/assets/social-icons.png") no-repeat scroll -158px -50px rgba(0, 0, 0, 0);
}
.displace {
    left: -5000px;
    position: absolute;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #0099cc;
	display: inline;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}
/* Featured Page / Post Custom 
------------------------------------------------------------ */




/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
	padding:0px 0px 15px 0px ;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#featured .more-link,
#submit {
	background-color: #0099cc;
	border: 1px solid #0099cc;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}

#featured .more-link {
	line-height: 30px;
	padding: 7px;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

.reply a,
.reply a:visited {
	padding: 2px 4px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#featured .more-link:hover,
#submit:hover {
	background-color: #0083b3;
	border: 1px solid #0083b3;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 70px 20px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #0099cc;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 0 4px 5px;
	width: 175px;
}

#header .s {
	color: #555;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #0099cc;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
    background-color: #e7eaef;
    clear: both;
    color: #fff;
    font-size: 12px;
    margin: 0px auto 0;
    overflow: hidden;
    width: 100%;
}
 
#footer-widgets .wrap {
    background-color: #fff;
    margin: 20px auto;
    overflow: hidden;
    max-width: 938px;
	width:100%;
}
 
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	color: #ffffff;
	font-size: 12px;
	padding: 0 0 10px;
}
 
#footer-widgets a,
#footer-widgets a:visited {
	color: #222222;
	text-decoration: none;
}

#footer-widgets a:hover {
	text-decoration: underline;
}
 
#footer-widgets ul {
	color: #fff;
	list-style-type: none;
	margin: 0 0 15px;
}
 
#footer-widgets ul li {
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

#footer-widgets .post {
	border: none;
	margin: 0;
}

.footer-widgets-1 {
    float: left;
    padding: 10px 10px 10px 35px;
}
 
.footer-widgets-2 {
    border-left: 5px solid #e7eaef;
    float: right;
    padding: 10px;
    width: 335px;
}
 
.footer-widgets-3 {
    float: left;
    padding: 50px 10px 10px;
    width: 100%;
}

#footer-widgets h2 a {
    font-size: 14px;
    font-weight: normal;
}
.footer-widgets h2 {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.footer-left-help {
    color: #000;
    font-size: 52px;
    font-weight: 300;
}
.footer-phone {
    color: #000;
    font-size: 41px;
    font-weight: 300;
}
.footer-medicare-insurance-plans {
    color: #000;
    font-size: 29px;
}
.footer-medicare-insurance {
    color: #000;
    font-size: 16px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 10px;
	overflow: hidden;
	margin: 0 auto;
	padding: 35px 0 10px 12px;
	max-width: 950px;
	width:100%;
}

#footer p {
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
}

#footer a,
#footer a:visited {
	color: #000;
	text-decoration: none;
}
#wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
    color: #eee !important;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	display: none;
	float: left;
    margin: -20px 0 0;
    padding: 0;
    position: relative;
    width: 120px;
    z-index: 10;
}

#footer .creds {
	float: right;
	padding: 0 40px 0 0;
	text-align: right;
	width: 685px;
	margin:-20px 0px 0px 0px ;
	width: 100%;
    z-index: 5;
}

.medicare-specialist-footer {
    padding: 15px 0 20px 40px;
    text-align: left;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* WJ Custom
------------------------------------------------------------ */
.homepage {
	color: #2361A1;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin: 0px 0px -13px 0px;
}
.home .site-inner, .home .wrap, #header .wrap, #nav .wrap {
    max-width: 100%;
}
#hellobox {
	background-color: #f7921e;
	margin: 0px auto ;
	overflow: hidden;
	height: 295px;

}

#hellobox .wrap {
	padding: 17px 10px 10px 15px ;
}

#hellotext {
	float:left;
	width: 351px;
	height: 295px;
	color:#ffffff;
	font-size:16px;
	line-height: 1.1;
	margin:20px 0px 0px 0px ;
	
}

#hellobox p {
	padding: 0 0 15px;
	color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4em;
    padding: 0 0 15px;
}
.helloimage {
	background-image: url("/wp-content/themes/corporate/assets/Home/main-image.jpg");
	height:295px;
	width:527px;
	float:right;
	background-repeat:no-repeat;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px ;
	}
#hellotitle {
	font-size:25px;
	color:#ffffff;
}

.home-top-shadow {
	background: url("/wp-content/themes/corporate/images/home-shadow.png") no-repeat scroll center bottom transparent;
    height: 57px;
    position: absolute;
    width: 1020px;
    z-index: 1;
	margin:-7px 0px 0px -65px ;
}

#homewigtitle {
	font-size: 18px;
	color: #666;
}
#homewigsub {
	font-size: 12px;
	color: #000;
	padding: 0px 0px 6px 0px;
}
#homewigclick {
	color: #000;
	font-size: 12px;
}
a.homewigclick {
	color: #000;
}
#sidebarcallnow {
	color: #ff6600;
	font-size: 20px;
    line-height: 25px;
}
#sidebarforum {
	line-height:10px;
}

#requestcallback {
    position: relative;
    width: 156px;
}
a.callback {
    background: url("/wp-content/themes/corporate/assets/Home/request-call-back.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 37px;
    margin: 245px 0 0 0px;
    text-decoration: none;
    width: 101px;
}
a.callback:hover {
    background-position: -102px 0;
    height: 37px;
    width: 101px;
}

/************* Home Slider ************/
/*#slider-container {
	height:342px;
	width:570px;
	padding:0px;
	margin:0px;
	float:left;
}*/
#slider-container {
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
}
.royalImage {
    height: auto !important;
    margin: 0 !important;
    padding: 0;
    width: 100% !important;
}
.medicare-questions, h2.medicare-questions a{
    color: #FFFFFF !important;
    float: right;
	font-weight: normal;
    font-size: 24px !important;
    height: 200px;
    line-height: 30px !important;
    margin: 4px 0 0 -200px;
    padding: 0 !important;
    position: absolute;
    text-align: right;
    width: 570px;
    z-index: 2;
}

.compare-medicare, h2.compare-medicare a{
    color: #FFFFFF !important;
    float: right;
	font-weight: normal;
    font-size: 24px !important;
    height: 200px;
    line-height: 30px !important;
    margin: 29px 0 0 -235px;
    padding: 0 !important;
    position: absolute;
    text-align: right;
    width: 570px;
    z-index: 2;
}

.medicare-enroll, h2.medicare-enroll a{
    color: #FFFFFF !important;
    float: right;
	font-weight: normal;
    font-size: 24px !important;
    height: 200px;
    line-height: 30px !important;
    margin:30px 0 0 -232px;
    padding: 0 !important;
    position: absolute;
    text-align: right;
    width: 570px;
    z-index: 2;
}

.need-medicare, h2.need-medicare a{
    color: #FFFFFF !important;
    float: right;
	font-weight: normal;
    font-size: 24px !important;
    height: 200px;
    line-height: 30px !important;
    margin: 5px 0 0 -225px;
    padding: 0 !important;
    position: absolute;
    text-align: right;
    width: 570px;
    z-index: 2;
}

#slider-caption-container-one {
    background: none repeat scroll 0 0 #ef9700;
    height: 73px;
    margin: 0px 0 0 -64px;
    opacity: 0.6;
    position: relative;
    width: 466px;
    z-index: 1;
	border-radius:10px 0px 0px 10px;
	-webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
}

#slider-caption-container-two {
    background: none repeat scroll 0 0 #ef9700;
    height: 73px;
    margin: 26px 0 0 -37px;
    opacity: 0.6;
    position: relative;
    width: 406px;
    z-index: 1;
	border-radius:10px 0px 0px 10px;
	-webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
}

#slider-caption-container-three {
    background: none repeat scroll 0 0 #ef9700;
    height: 73px;
    margin: 0px 0 0 51px;
    opacity: 0.6;
    position: relative;
    width: 318px;
    z-index: 1;
	border-radius:10px 0px 0px 10px;
	-webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
}

#slider-caption-container-four {
    background: none repeat scroll 0 0 #ef9700;
    height: 53px;
    margin: 20px 0 0 -104px;
    opacity: 0.6;
    position: relative;
    width: 473px;
    z-index: 1;
	border-radius:10px 0px 0px 10px;
	-webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
}

#slider-caption-container-five {
    background: none repeat scroll 0 0 #ef9700;
    height: 53px;
    margin: 18px 0 0 60px;
    opacity: 0.6;
    position: relative;
    width: 309px;
    z-index: 1;
	border-radius:10px 0px 0px 10px;
	-webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
}

/************* Get Quote ************/
#get-quote-container {
	height:340px;
	width:340px;
	padding:0px;
	margin:0px;
	float:right;
}
/************* Why Work With OC Medicare ************/
#orange-county-medicare-headline {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:28px;
	color:#a1a1a1;
	padding: 5px 0;
	text-shadow: 0.1em 0.1em 0.2em #DAD8D8;
}
#orange-county-medicare-copy {
	margin:0 0 0 77px;
    padding: 5px 0;
    vertical-align: middle;
    width: 770px;
	vertical-align: middle;
	
}
/************* 3 Left Collum Buttons Home Page  ************/
.insurance-options-header{
    color: #326BB0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 17px 0 0 247px;
    padding: 0;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.2em #DAD8D8;
}
.supplement-advantage-header{
    color: #326BB0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 17px 0 0 247px;
    padding: 0;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.2em #DAD8D8;
}
.medicare-header{
    color: #326BB0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 17px 0 0 247px;
    padding: 0;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.2em #DAD8D8;
}
.insurance-options-copy{
	color: #636363;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin: 51px 0 0 248px;
    padding: 0;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.2em #DAD8D8;
    width: 265px;
}
.supplement-advantage-copy{
	color: #636363;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin: 51px 0 0 248px;
    padding: 0;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.2em #DAD8D8;
    width: 265px;
}
.medicare-copy{
	color: #636363;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    margin: 51px 0 0 248px;
    padding: 0;
    position: absolute;
    text-shadow: 0.1em 0.1em 0.2em #DAD8D8;
    width: 265px;
}
/************* Right Collums ************/
#get-free-quote{
    color: #636363;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0 10px;
}
#text-17{
    margin: 0;
    padding: 20px 0 0;
}
#free-easy-medicare-quote{
	margin:0px 0px 0px 35px;
	padding:0px;
}
.free-quote-link{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 15px 180px;
    padding: 0;
    text-decoration: underline;
}
/******* Slider ******/
.royalSlider {
  /*width: 570px !important;
  height: 342px !important;*/
}
.rsImg{
	padding:0px !important;
	margin:0px !important;
	/*height:342px !important;
	width:570px !important;*/
}
/********* Featured Box *************/

.featured-box {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    width: 575px;
}

.featured-box h4 {
    font-size: 16px;
	padding:0px 0px 5px 0px ;
	font-weight:bold;
	color:#F7921E;
}

.featured-box p {
    padding: 0 0 20px;
}

.featured-box ul {
    margin: 0 0 20px;
}

.featured-box ul li {
    list-style-type: square;
    margin: 0 0 0 30px;
    padding: 0;
}

.featured-box .enews p {
    padding: 0 0 10px;
}

.featured-box .enews #subscribe {
    padding: 0;
}

.featured-box .enews #subbox {
    background-color: #fff;
    margin: 0;
}

.deb-img{
	background:url(/wp-content/themes/corporate/assets/deb.jpg) no-repeat;
	height:100px;
	width:135px;
	position: relative;
	padding:0px 15px 0px 0px;
	margin:0px;
	float:left;
}

/************ Medicare insurance options page **********/
.orange-bg {
    background: none repeat scroll 0 0 #E7EAEF;
    padding: 30px;
}

/************** Header Contact Section **************/
.contact-us-head { 
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #276AA1;
    float: right;
    font-size: 20px;
    margin: 0;
    padding: 0px 0;
}
.phone-number-head {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #276AA1;
    float: right;
    font-size: 35px;
    margin: -10px 0 0 0;
    padding: 0;
}
.contact-us-head.medicare-number {
    font-size: 24px;
    line-height: 28px;
    margin: 5% 0 0;
    text-align: right;
}
/************ Home Page Contact Box ****************/
.first-name {
    float: left;
    margin: 15px 15px 0 0;
}
.last-name{
	margin: 15px 0px 0 0;
	float: left;
}
.first-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .last-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #FFFFFF;
    height: 30px;
    padding: 0 0 0 15px;
    width: 245px;
	border-radius: 5px;
}
.dob{
	float: left;
	margin: 15px 15px 0 0;
}
.zip{
	float: left;
	margin: 15px 15px 0 0;
}
.phone{
	float: left;
	margin: 15px 0px 0 0;
}
.dob .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .zip .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #FFFFFF;
    height: 30px;
    padding: 0 0 0 15px;
    width: 153px;
	border-radius: 5px;
}
.email{
}
.email .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	background-color: #FFFFFF;
    height: 30px;
    margin: 15px 0 0;
    padding: 0 0 0 15px;
    width: 523px;
	border-radius: 5px;
}
.interested-text {
    margin: 15px 0 10px;
}
.plans .wpcf7-list-item.first {
    margin: 0 60px 0 20px;
}
.plans-two .wpcf7-list-item.first {
    margin: 10px 27px 0 20px;
}
.plans, .plans-two{
	margin:0 0 10px
}
.submit-quote .wpcf7-form-control.wpcf7-submit {
    background-color: #F15123;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 10px 0 0;
    padding: 5px 10px;
}
/* Landing Page
-------------------------------------------------------------------------------------------------*/
body.landing-page {
    margin: 0;
    padding: 0;
}
.landing-page p {
    display: none;
}
.landing-page #inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.landing-page .footer-widgets {
    display: none;
}
.landing-page h1.entry-title {
    display: none;
}
.landing-page.full-width-content #content-sidebar-wrap, .landing-page.full-width-content #content {
    padding: 0;
    width: 100%;
}
.local-landing-header {
    background-color: #276aa1;
}
.local-landing-header .wrap {
    margin: 0 auto;
    width: 930px;
}
.landing-page h1 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
	margin: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.landing-page h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
}
.landing-page .landing-banner {
    background-color: #f1f1f3;
	 height: 358px;
}
.landing-page .banner-container {
    height: 332px;
    margin: 0 auto;
    width: 930px;
}
.landing-page .long-beach-landing-img {
    background-image: url("/wp-content/themes/corporate/assets/landing-pages/local/longbeach/long-beach-medicare-couple.png");
    float: left;
    height: 358px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 621px;
    z-index: 1;
}
.landing-page .banner-copy-container {
    float: right;
    position: relative;
    width: 50%;
    z-index: 2;
}
.landing-page .banner-header {
	color: #393939;
    font-size: 22px;
    font-weight: bold;
    margin: 35px 0 5px;
    text-transform: uppercase;
}
.landing-page .banner-sub-header {
    color: #393939;
    font-size: 46px;
    font-weight: bold;
	padding: 0 0 15px;
    line-height: 1;
    text-transform: uppercase;
}
.landing-page .free-quote-btn {
    background-image: url("/wp-content/themes/corporate/assets/landing-pages/local/longbeach/free-quote-arrow.png");
    height: 142px;
    margin: 30px 0 0 60px;
    padding: 0;
    width: 343px;
}
.landing-page .schedual-app {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 65px;
    padding: 11px 0 0;
    position: inherit;
    text-transform: uppercase;
}
.landing-page .schedual-app-two {
    color: #fff;
    font-size: 33.5px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 65px;
    padding: 0;
    position: inherit;
    text-transform: uppercase;
}
.landing-page .content-container {
    height: 500px;
    margin: 0 auto;
    padding: 20px;
    width: 930px;
}
.landing-page .landing-left {
    float: left;
    padding: 10px;
    width: 45%;
}
.landing-page .info-header {
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px;
}
.landing-page .info-body ul {
    padding: 15px 0 25px;
}
.landing-page .landing-right {
    float: right;
    padding: 10px;
    width: 45%;
}
.landing-page .landing-right .quote-form-container {
    background-color: #f3f3f3;
    border: 5px solid #e5e5e5;
    height: 100%;
	min-height: 485px;
    padding: 15px;
}
.landing-page .first-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .landing-page .last-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #ffffff;
    border-radius: 5px;
    height: 30px;
    padding: 0 0 0 15px;
    width: 160px;
}
.landing-page .zip {
    float: left;
    margin: 15px 0 0;
}
.landing-page  .email .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #ffffff;
    border-radius: 5px;
    height: 30px;
    margin: 15px 0 0;
    padding: 0 0 0 15px;
    width: 160px;
}
.landing-page .phone {
    float: left;
    margin: 15px 15px 0 0;
}
.landing-page .dob .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .landing-page .zip .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .landing-page .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 160px;
}
.landing-page .wpcf7-list-item.first, .landing-page .wpcf7-list-item.last {
    float: left;
}
.landing-page .plans .wpcf7-list-item.first, .landing-page span.wpcf7-list-item, .landing-page .plans-two .wpcf7-list-item.first {
    margin: 0;
}
.landing-page .submit-quote {
    float: right;
    margin: 10px;
}
.landing-page .submit-quote {
    float: right;
    margin: 30px 0 0;
}
.landing-page .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok, .landing-page .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    font-size: 12px;
    margin: 130px 0 0;
    padding: 5px;
    width: 237px;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
}
/*Medicare Number Landing Page*/
body.postid-87{
	margin:0;
	padding:0;
}
.postid-87 #inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.postid-87 #inner > div {
    width: 100%;
}
.postid-87 #content {
    float: none;
    margin: 0 auto;
}
.postid-87 #content {
    float: none;
    margin: 0 auto;
	padding: 0;
    width: 100%;
}
.postid-87 .entry-title {
    display: none;
}
.blog-landing-header {
    background-color: #276aa1;
}
.blog-landing-header .wrap {
    margin: 0 auto;
    width: 930px;
}
.blog-landing-header h1 {
    color: #fff;
    font-size: 27px;
    margin: 0;
    padding: 10px 0 0;
}
.blog-landing-header h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px;
}
.post-87 .landing-banner {
    background: none repeat scroll 0 0 #f1f1f3;
    height: 400px;
    margin: 0 auto;
}
.postid-87 .banner-container {
    margin: 0 auto;
    width: 930px;
}
.landing-banner .medicare-number-letter-img {
    background-image: url("/wp-content/themes/corporate/assets/landing-pages/medicare-number-letter.png");
    float: left;
    height: 383px;
    margin: 17px 0 0 0;
    padding: 0;
    position: absolute;
    width: 482px;
    z-index: 1;
}
.post-87 .banner-copy-container {
    float: right;
    width: 47%;
	margin: 30px 0 0;
}
.postid-87 .banner-sub-header {
    font-size: 32px;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
}
.postid-87 .banner-header {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.postid-87 .banner-text-block {
    margin: 15px 0 0;
}
.postid-87 .free-quote-btn {
    background-image: url("/wp-content/themes/corporate/assets/landing-pages/local/longbeach/free-quote-arrow.png");
    height: 142px;
    margin: 30px 0 0 60px;
    padding: 0;
    width: 343px;
}
.postid-87 .schedual-app {
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 65px;
    padding: 10px 0 0;
    position: inherit;
    text-transform: uppercase;
}
.postid-87 .schedual-app-two {
    color: #fff;
    font-size: 27.5px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 0 65px;
    padding: 0;
    position: inherit;
    text-transform: uppercase;
}
.postid-87 .content-container {
    margin: 0 auto;
    padding: 70px 0 0;
    width: 930px;
}
.postid-87 .landing-left {
    float: left;
    padding: 0px;
    width: 45%;
}
.postid-87 .info-header {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}
.postid-87 .info-body {
    margin: 0 0 30px;
}
.postid-87 .landing-right {
    float: right;
    padding: 10px;
    width: 45%;
}
.postid-87 .landing-right .quote-form-container {
    background-color: #f3f3f3;
    border: 5px solid #e5e5e5;
    height: 100%;
    min-height: 485px;
    padding: 15px;
}
.postid-87 .first-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .postid-87 .last-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #ffffff;
    border-radius: 5px;
    height: 30px;
    padding: 0 0 0 15px;
    width: 160px;
}
.postid-87 .dob .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .postid-87 .zip .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .postid-87 .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 160px;
}
.dob .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .zip .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #ffffff;
    border-radius: 5px;
    height: 30px;
    padding: 0 0 0 15px;
    width: 153px;
}
.postid-87 .email .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #ffffff;
    border-radius: 5px;
    height: 30px;
    margin: 15px 0 0;
    padding: 0 0 0 15px;
    width: 160px;
}
.postid-87 .plans .wpcf7-list-item.first, .postid-87 span.wpcf7-list-item, .postid-87 .plans-two .wpcf7-list-item.first {
    margin: 0;
}
.postid-87 .wpcf7-list-item.first, .postid-87 .wpcf7-list-item.last {
    float: left;
}
.postid-87 .interested-text {
    margin: 60px 0 10px;
}
.postid-87 .submit-quote {
    float: right;
    margin: 30px 0 0;
}
.postid-87 .post-meta, .postid-87 .footer-widgets, .postid-87 .gototop, .creds p, .postid-87 .featured-box, .postid-87 #nav {
    display: none;
}
.postid-87 .submit-quote {
    float: right;
    margin: 10px;
}
.postid-87 .submit-quote {
    float: right;
    margin: 30px 0 0;
}
.postid-87 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok, .postid-87 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    font-size: 12px;
    margin: 130px 0 0;
    padding: 5px;
    width: 237px;
}
/*Medicare Part A - Post/Page */
.mpa p {
    margin: 0;
    padding: 0;
}
.wp-image-1032 {
    margin: 0 25px 0 0 !important;
}
.wp-image-1034 {
    height: 200px;
    margin: 0 25px 0 0 !important;
    width: 147px;
}
.postid-587 .quote-form-container, .page-id-21 .quote-form-container, .page-id-31 .quote-form-container, .page-id-33 .quote-form-container, .postid-1254 .quote-form-container, .postid-1273 .quote-form-container, .postid-1285 .quote-form-container  {
    background-color: #f3f3f3;
    border: 5px solid #e5e5e5;
    height: 100%;
	min-height: 485px;
    padding: 15px;
}

.postid-587 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok, .postid-587 .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    font-size: 12px;
    margin: 10px 0 0;
    padding: 5px;
    width: 237px;
}
.postid-587 .quote-form-container p {
    margin: 0;
    padding: 0;
}
.postid-587 .wpcf7-list-item, .postid-1254 .wpcf7-list-item, .postid-1273 .wpcf7-list-item, .postid-1285 .wpcf7-list-item {
    float: left;
    margin: 0 !important;
    width: 100%;
}
.postid-587 .submit-quote {
    margin: 30px 0 0;
}
.postid-587 .featured-box, .postid-587 .post-meta, .postid-587 .footer-widgets, 
.postid-1254 .featured-box, .postid-1254 .post-meta, .postid-1254 .footer-widgets, 
.postid-1273 .featured-box, .postid-1273 .post-meta, .postid-1273 .footer-widgets, 
.postid-1285 .featured-box, .postid-1285 .post-meta, .postid-1285 .footer-widgets  {
    display: none;
}
/*Resources Page*/
.resorces-h-p {
    font-size: 19px;
    font-weight: bold;
    margin: 60px 0 0;
}
.blue {
    background-color: #2361a1;
}
.full-container {
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
}

.full-container p, .full-container a, .full-container a:hover {
    color: #fff;
}
.resources-links {
    float: left;
    margin: 5% 0 0;
}
.resources-links a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.line {
    border-top: 3px solid #e7eaef;
    width: 100%;
}
.resources-links h1 {
    margin: 10% 0 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	#inner {
    	max-width: 930px;
    	width: 100%;
	}
	.content-sidebar #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
    	max-width: 930px;
    	width: 100%;
	}
	.content-sidebar #content, .sidebar-content #content {
   		max-width: 620px;
    	width: 100%;
	}
	.sidebar {
    	max-width: 250px;
    	width: 100%;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

}
@media only screen and (max-width: 1024px) {
	
}



@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

	#home-middle {
    	padding: 0 10px;
    	width: 915px;
	}
	.home-middle-1 {
    	margin: 0 40px 0 0;
	}
	.home-middle-4 {
    	width: 600px;
	}
	.landing-page #inner{
		max-width: 100%;
	}

}

/*Load Responsive Navigation*/
.slicknav_menu {
	display:none;
}

@media screen and (max-width:768px) {
	/* #menu-main-menu is the original menu */
	#menu-primary-navigation {
		display:none;
	}

	.slicknav_menu {
		display:block;
		background-color: #e7eaef !important;
	}
	.slicknav_nav a {
    	color: #000 !important;
	}
}

@media only screen and (max-width: 768px) {
	#header {
    	margin: 25px 0 0;
    	padding: 0;
    	width: 100%;
	}
	#header .widget-area {
    	width: 250px;
	}
	#nav {
    	border: medium none;
    	margin: 0 auto;
	}
	.content-sidebar #content, .sidebar-content #content {
		max-width:100%;
	}
	.home .site-inner, .home .wrap {
    	max-width: 800px;
	}
	.home.full-width-content #inner {
	    width: 100%;
	}
	.home.full-width-content #content, .home.full-width-content #content-sidebar-wrap {
    	width: 100%;
	}
	#featured {
    	width: 100%;
	}
	#slider-container {
    	width: 100%;
	}
	.royalSlider {
    	width: 100% !important;
	}
	.medicare-questions, h2.medicare-questions {
		height: 70px;
    	margin: 5px 50px 0 0;
    	position: relative;
    	width: 400px;
	}
	#slider-caption-container-one {
   		margin: 0;
   		width: 446px;
	}
	.medicare-enroll, h2.medicare-enroll a {
    	float: right;
    	height: 70px;
    	margin: 15px 0 0;
    	position: relative;
    	width: 376px;
    	z-index: 0;
	}
	#slider-caption-container-two {
    	float: right;
    	margin: 10px 0 0;
    	position: inherit;
    	width: 446px;
    	z-index: -1;
	}
	.need-medicare, h2.need-medicare a {
    	float: right;
    	height: 70px;
    	margin: 7px 0 0 140px;
    	position: relative;
    	text-align: right;
    	width: 260px;
	}
	#slider-caption-container-three {
    	float: right;
    	margin: 0 0 0 128px;
    	position: inherit;
	}
	.compare-medicare, h2.compare-medicare a {
    	height: 40px;
    	margin: 30px 20px 0;
    	position: relative;
    	width: 400px;
	}
	#slider-caption-container-four {
    	float: right;
    	margin: 20px 0 0;
    	position: inherit;
    	width: 446px;
	}
	#slider-caption-container-five {
    	float: right;
    	margin: 20px 0 0 96px;
    	position: inherit;
    	width: 350px;
	}
	#featured1-5 {
    	margin: 25px 0px 0 10px;
	}
	#get-quote-container {
    	float: left;
	}
	#featured2 {
    	overflow: visible;
    	width: 50%;
	}
	#middle-break {
	    width: 100%;
		margin:30px 0 0 0;
	}
	#middle-break .middle-break-top, #middle-break .middle-break-bottom {
    	background-size: 800px auto;
    	max-width: 800px;
    	width: 100%;
	}
	#orange-county-medicare-headline {
    	font-size: 30px;
    	margin: 5px 0 0;
	}
	#orange-county-medicare-copy {
		font-size: 17px;
		height: 255px;
		line-height: 29px;
    	margin: 0;
    	padding: 0;
    	width: 100%;
	}
	#home-middle {
    	margin: 0;
    	max-width: 748px;
    	padding: 0 10px;
    	width: 100%;
	}
	.home-middle-1, .home-middle-2 {
    	margin: 0 15px 0 0;
    	width: 236px;
	}
	.home-middle-3 {
    	float: left;
    	width: 236px;
	}
	.three_boxes {
    	width: 100%;
	}
	.box-txt p {
    	text-align: center;
	}
	.home-middle-4 {
    	width: 100%;
	}
	.first-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .last-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
   		width: 315px;
	}
	.dob .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .zip .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    	width: 200px;
	}
	.email .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    	width: 665px;
	}
	.home-middle-5 {
	    width: 100%;
	}
	.widget.widget_rotatingtext {
    	float: left;
    	margin: 0 30px 0 60px !important;
    	padding: 0;
    	width: 38%;
	}
	#text-37 {
    	float: left;
    	width: 40%;
	}
	.sidebar {
    	margin: 0 auto;
    	max-width: 100%;
    	text-align: center;
	}
	.social-container {
    	margin: 0 auto;
	}
	.footer-widgets-3 {
    	padding: 50px 0 10px;
	}
	#footer {
    	max-width: 744px;
    	padding: 35px 10px;
	}	
	.footer .wrap {
    	padding: 0 15px;
	}
	#footer .creds {
   		margin: 0;
    	padding: 0;
	}
	.medicare-specialist-footer {
    	padding: 0;
	}
	.content-sidebar #content, .sidebar-content #content {
    	max-width: 748px;
	}
	.local-landing-header .wrap {
    	max-width: 100%;
    	padding: 0 10px;
    	width: 100%;
	}
	.landing-page .long-beach-landing-img {
    	background-position: -60px 0;
    	width: 350px;
	}
	.landing-page .banner-copy-container {
    	margin: 0 190px 0 0;
    	width: 40%;
	}
	.landing-page .banner-header {
  		font-size: 17px;
		margin: 20px 0 5px;
	}
	.landing-page .banner-sub-header {
    	font-size: 30px;
		padding: 0 0 10px;
	}
	.landing-page .banner-text-block {
    	font-size: 15px;
    	line-height: 22px;
	}
	.landing-page .free-quote-btn {
    	margin: 15px 0 0 30px;
	}
	.landing-page .content-container {
    	height: auto;
    	width: 100%;
	}
	.landing-page .landing-left {
    	padding: 0;
    	width: 40%;
	}
	.landing-page .info-header {
    	font-size: 16px;
	}
	.info-body {
    	font-size: 15px;
    	line-height: 22px;
	}
	.landing-page .landing-right {
    	float: right;
    	margin: -50px 0 0;
    	padding: 30px;
    	width: 51%;
	}
	.landing-page .landing-right .quote-form-container {
    	min-height: 665px;
	}
	.page-id-958.landing-page .first-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .page-id-958.landing-page .last-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .page-id-958.landing-page .dob .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .page-id-958.landing-page .zip .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .page-id-958.landing-page .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    	width: 100%;
	}
	.page-id-958.landing-page .email {
    	float: left;
    	margin: 15px 15px 0 0;
	}
	.page-id-958.landing-page .email .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    	margin: 0 0 15px;
    	width: 100%;
	}
	
	
}
@media only screen and (max-width: 736px) {
	#header {
    	background: url("images/logo-header-527.jpg") no-repeat scroll left top #ffffff !important;
    	height: 180px;
    	margin: 0 auto;
    	width: 527px;
	}
	#header .wrap #title-area {
    	height: 95px;
    	width: 530px;
	}
	#header .widget-area {
    	margin: 0;
    	width: 100%;
	}
	.contact-us-head {
    	float: none;
    	text-align: center;
	}
	.phone-number-head {
    	float: none;
    	text-align: center;
	}
	.no-style.non-draggable.royalCaptionItem, .no-style.royalCaptionItem {
    	top: 300px !important;
		left: 290px !important;
	}
	#featured1-5 {
    	width: 47%;
	}
	#home-middle {
    	margin: 0 auto;
    	width: 100%;
		padding:0;
	}
	#home-middle .wrap {
    	float: none;
    	margin: 0 auto;
	}
	.home-middle-1, .home-middle-2, .home-middle-3 {
    	float: none;
    	margin: 0 auto;
	}
	.content-sidebar #content, .sidebar-content #content, #footer {
    	max-width: 715px;
	}
	.landing-page .banner-copy-container {
    	margin: 0 215px 0 0;
    	width: 38%;
	}
	.landing-page .info-header {
    	font-size: 15px;
	}
	.landing-page .landing-right .quote-form-container {
    	min-height: 685px;
	}
	img.centered, .aligncenter {
		height: auto;
		max-width: 100%;
	}
	
}
@media only screen and (max-width: 667px) {
	.no-style.non-draggable.royalCaptionItem, .no-style.royalCaptionItem {
    	left: 225px !important;
    	top: 260px !important;
	}
	#get-quote-container {
    	width: 100%;
	}
	#featured2 {
    	margin: 0 10px;
    	width: 48%;
	}
	#orange-county-medicare-headline {
    	font-size: 28px;
    	margin: 0;
	}
	#orange-county-medicare-copy {
    	line-height: 26px;
	}
	.first-name, .last-name, .email  {
    	width: 100%;
	}
	.first-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .last-name .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .dob .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .zip .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .phone .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .email .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    	width: 95%;
	}
	.dob, .zip, .phone {
    	width: 30%;
	}
	.footer-widgets-1 {
    	padding: 10px 10px 10px 20px;
	}
	.content-sidebar #content, .sidebar-content #content, #footer {
    	max-width: 645px;
	}
	.landing-page .banner-container {
    	width: 100%;
	}
	.landing-page .long-beach-landing-img {
    	background-position: 0 0;
    	float: none;
    	margin: 0 auto;
    	position: relative;
    	width: 621px;
	}
	.landing-page .banner-copy-container {
    	float: left;
    	margin: 0 auto;
    	padding: 0 10px;
    	width: 97%;
	}
	.landing-page .free-quote-btn {
    	margin: 15px 0 0 300px;
		display: none;
	}
	.landing-page .content-container {
    	padding: 0;
	}
	.landing-page .landing-left {
    	float: left;
    	margin: 0 auto;
    	padding: 10px;
    	width: 97%;
	}
	.landing-page .landing-right {
    	float: left;
    	margin: 0;
    	padding: 0 10px;
    	width: 97%;
	}
	.page-id-958 .dob, .page-id-958 .zip, .page-id-958 .phone {
    	width: 97%;
	}
	.page-id-958 .first-name, .page-id-958 .last-name, .page-id-958 .email {
    	width: 97%;
	}
.landing-page .landing-right .quote-form-container {
    	min-height: 595px;
	}
	
}

@media only screen and (max-width: 480px) {
	#header {
    	background: url("images/logo-header-480.jpg") no-repeat scroll left top #ffffff !important;
    	height: 160px;
    	margin: 0;
    	width: 480px;
	}
	
	.no-style.non-draggable.royalCaptionItem {
    	left: 58px !important;
    	top: 180px !important;
	}
	.no-style.royalCaptionItem {
    	left: 40px !important;
    	top: 170px !important;
	}
	#featured1-5 {
    	float: left;
    	margin: 30px auto;
    	width: 100%;
	}
	#get-quote-container {
    	float: none;
    	margin: 0 auto;
	}
	#featured2 {
    	width: 100%;
	}
	#middle-break .middle-break-top, #middle-break .middle-break-bottom {
    	background-size: 480px auto;
    	max-width: 480px;
	}
	#middle-break .wrap {
    	padding: 0 60px;
	}
	.plans {
    	margin: 0;
	}
	.plans .wpcf7-list-item.first {
    	margin: 0 250px 0 20px;
	}
	.plans .wpcf7-list-item.last {
    	margin: 0 0 0 20px;
	}
	.plans-two .wpcf7-list-item.first {
    	margin: 10px 144px 0 20px;
	}
	.plans-two .wpcf7-list-item.last {
    	margin: 0 0 0 20px;
	}
	.home-middle-5 {
    	float: none;
    	margin: 0 auto;
	}
	.widget.widget_rotatingtext {
    	margin: 20px auto !important;
    	text-align: center;
    	width: 100%;
	}
	.rotatingtext-wrapper {
    	padding: 0 !important;
    	width: 100% !important;
	}
	.rotatingtext-wrapper table {
    	width: 100% !important;
	}
	#rotatingtextid-1.rotatingtext {
    	padding: 15px 40px !important;
    	text-align: center;
    	width: 83% !important;
	}
	#text-37 {
    	width: 100%;
	}
	#fb-root {
    	display: none;
	}
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    	width: 100% !important;
	}
	.footer-widgets-1 {
    	float: none;
    	margin: 0 auto;
    	padding: 0;
    	text-align: center;
    	width: 100%;
	}
	.footer-widgets-2 {
    	border: medium none;
    	float: none;
    	padding: 20px 0 0 0;
    	text-align: center;
    	width: 100%;
	}
	.footer-widgets-3 {
    	float: none;
    	padding: 20px 0;
	}
	#footer {
    	padding: 15px 0 0 10px;
	}
	#footer .creds {
    	font-size: 9px;
    	text-align: left;
	}
	.site-footer-copy {
    	padding: 0 0 20px 40px;
	}
	.content-sidebar #content, .sidebar-content #content, #footer {
    	max-width: 460px;
	}
	.local-landing-header {
    	margin: 20px 0 0;
	}
	.landing-page .banner-copy-container, .landing-page .landing-left, .landing-page .landing-right {
    	width: 96%;
	}
}
@media only screen and (max-width: 414px) {
	#header {
    	background: url("images/logo-header-414.jpg") no-repeat scroll left top #ffffff !important;
    	height: 170px;
    	margin: 0;
    	width: 100%;
	}
	.no-style.non-draggable.royalCaptionItem {
    	left: -15px !important;
    	top: 145px !important;
	}
	.no-style.royalCaptionItem {
    	left: -30px !important;
    	top: 140px !important;
	}
	#featured1-5 {
    	margin: 15px auto;
	}
	#featured2 {
    	padding: 0;
	}
	#middle-break .wrap {
    	padding: 0 30px;
	}
	.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    	font-size: 12px;
	}
	.content-sidebar #content, .sidebar-content #content, #footer {
    	max-width: 393px;
	}
	.site-footer-copy {
    	padding: 20px 0;
	}
	.landing-page h1 {
    	font-size: 24px;
	}
	.landing-page .banner-copy-container, .landing-page .landing-left, .landing-page .landing-right {
    	width: 95%;
	}
	.landing-page .landing-right .quote-form-container {
    	min-height: 695px;
	}
	.page-id-958 .plans .wpcf7-list-item.last, .page-id-958 .plans-two .wpcf7-list-item.last {
    	margin: 0;
	}
	
}
@media only screen and (max-width: 375px) {
	#header {
    	background: url("images/logo-header-375.jpg") no-repeat scroll left top #ffffff !important;
    	height: 150px;
    	margin: 0;
    	width: 100%;
	}
	#header .wrap #title-area {
    	height: 67px;
    	width: 100%;
	}
	.header-image #title-area, .header-image #title, .header-image #title a {
    	height: 67px;
    	width: 100%;
	}
	.no-style.non-draggable.royalCaptionItem {
    	top: 140px !important;
	}
	.medicare-questions, h2.medicare-questions a, .medicare-enroll, h2.medicare-enroll a, .need-medicare, h2.need-medicare a, .compare-medicare, h2.compare-medicare a {
    	font-size: 19px !important;
    	line-height: 23px !important;
    	margin: 0 !important;
    	padding: 0;
    	text-align: center;
	}
	#slider-caption-container-one, #slider-caption-container-two, #slider-caption-container-three, #slider-caption-container-four, #slider-caption-container-five {
    	height: 40px;
    	margin: 0 auto;
    	padding: 5px;
    	width: 100%;
	}
	.need-medicare, h2.need-medicare a {
    	width: 390px;
	}
	#orange-county-medicare-copy {
    	line-height: 24px;
	}
	h2.home-free-quote {
    	font-size: 22px !important;
	}
	#get-quote-container img {
    	margin: 0 0 0 15px;
	}
	#featured2 {
    	margin: 0;
	}
	.dob, .zip, .phone {
    	width: 29%;
	}
	.plans .wpcf7-list-item.first {
  		margin: 0 145px 0 20px;
	}
	.plans-two .wpcf7-list-item.first {
  		margin: 10px 35px 0 20px;
	}
	#rotatingtextid-1.rotatingtext {
	    width: 78% !important;
	}
	.content-sidebar #content, .sidebar-content #content, #footer {
    	max-width: 353px;
	}
	.landing-page h1 {
    	font-size: 22px;
	}
	.landing-page h2 {
    	font-size: 16px;
	}
	.landing-page .long-beach-landing-img {
    	background-position: -30px 0;
	}
	.landing-page .banner-copy-container, .landing-page .landing-left, .landing-page .landing-right {
    	width: 94%;
	}
	.landing-page .landing-right .quote-form-container {
   		min-height: 725px;
	}
	
	
}
@media only screen and (max-width: 360px) {
	#header {
    	background: url("images/logo-header-355.jpg") no-repeat scroll left top #ffffff !important;
    	height: 150px;
    	margin: 0;
    	width: 100%;
	}
	#get-quote-container img {
    	margin: 0 0 0 10px;
	}
	.content-sidebar #content, .sidebar-content #content, #footer {
    	max-width: 338px;
	}
	.local-landing-header {
    	margin: 0;
	}
	.landing-page h1 {
    	font-size: 21px;
	}
	.landing-page .banner-header {
    	font-size: 16px;
	}
	
	
	
}

@media only screen and (max-width: 357px) {
	
}
@media only screen and (max-width: 320px) {
	#header {
    	background: url("images/logo-header-320.jpg") no-repeat scroll left top #ffffff !important;
    	height: 135px;
    	margin: 0;
    	width: 100%;
	}
	.header-image #title-area, .header-image #title, .header-image #title a {
  		height: 56px;
  		width: 100%;
	}
	.no-style.non-draggable.royalCaptionItem {
  		top: 110px !important;
	}
	.medicare-questions, h2.medicare-questions {
		width: 350px;
	}
	.compare-medicare, h2.compare-medicare a {
		width: 340px;
	}
	#get-quote-container {
  		height: 320px;
  		width: 320px;	
	}
	#middle-break .wrap {
		padding: 0 20px;
	}
	h2.home-free-quote {
		font-size: 19px !important;
	}
	.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  		font-size: 10px;
	}
	.dob, .zip, .phone {
		width: 28.5%;
	}
	.plans .wpcf7-list-item.first {
  		margin: 0 100px 0 0px;
	}
	.plans .wpcf7-list-item.last, .plans-two .wpcf7-list-item.first, .plans-two .wpcf7-list-item.last {
  		margin: 0 0 0 0px;
	}
	#rotatingtextid-1.rotatingtext {
  		width: 72% !important;
		height:160px;
	}
	.footer-medicare-insurance-plans {
  		font-size: 26px;
	}
	.content-sidebar #content, .sidebar-content #content, #footer {
    	max-width: 298px;
	}
	.local-landing-header {
    	margin: 15px 0 0;
	}
	.landing-page h1 {
    	font-size: 26px;
    	text-align: center;
	}
	.landing-page h2 {
    	font-size: 21px;
    	text-align: center;
	}
	.landing-page .long-beach-landing-img {
    	background-position: -70px 0;
	}
	
	
	
	




