/*
Theme Name: Advantage Insurance Benefits Style
Theme URI: http://ithemes.com/
Description: This Builder child theme duplicates the default styling of the Builder core theme. Rather than modifying the template files or style of Builder core, put your modifications in this child theme so that you can upgrade Builder without having to recreate your modifications. To modify a template file, simply copy it to this child theme and modify it in the child theme.
Author: iThemes
Author URI: http://ithemes.com/
Version: 3.2.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme options, multiple layouts, multiple color schemes
Template: Builder

Version History
	See history.txt
*/


/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
}
body {
	color: #222222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.7;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}

hr { background-image:url(images/h_underline.jpg);
height:1em;
background-color:none;
height:.2em;
margin:2em 0;
border:none;

}

.clear {clear:both;
}

p { font-size:10pt;
}

/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: #FFFFFF;
	background-image:url(images/header-bg.jpg), url(images/starburst-footer-bg.jpg), url(images/gray-bg.jpg);
	background-position:top, 81% bottom, bottom;
	background-repeat:repeat-x, no-repeat, repeat-x;
	color:#4c585d;
}

 /* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
body {
	background: #FFFFFF;
	background-image:url(images/header-bg.jpg), url(images/starburst-footer-bg.jpg), url(images/gray-bg.jpg);
	background-position:top, 81% bottom, bottom;
	background-repeat:repeat-x, no-repeat, repeat-x;
	color:#4c585d;
}
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #1B75F1;
	text-decoration: underline;
}
a:hover {
	color: #1B75F1;
	text-decoration: none;
}
a:focus {
	color: #1B75F1;
}


/*********************************************
	Headings
*********************************************/
h1 {
	color: #111111;
	font-family: 'robotoblack','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}

h2, h6 {
	color: #55aafe;
	font-family: 'robotoregular','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}

h2 span {
	color: #4c585d;
	font-family: 'robotoregular','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	font-size:15pt;
}


h3, h5 {
	color: #4c585d;
	font-family: 'robotoblack','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}

h4 {
	color: #2c73d2;
	font-family: 'robotoregular','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}


h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 2.4em;
	line-height: 1.15;
	margin-top: 0.4em;
	margin-bottom: 0.9em;
}
h3 {
	font-size: 2em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.8em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5 {
	background-image:url(images/h5-mark.jpg);
	background-repeat:no-repeat;
	background-position: 0 -121px;
	font-size:15pt;
	color:#4c585d;
	margin: 0;
    padding: 0% 0 5% 6%;
	line-height:110%;
}

h6 {
	font-size: 15px;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

.quote {
	font-size: 1.8em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	color: #2c73d2;
	font-family: 'robotoblack','Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	}

/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 0 auto;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	background: #FFFFFF;
	margin-bottom: 0;
}
.builder-module-last {
	margin-bottom: 0;
}
.builder-module-block {
	margin: 1.5em;
}

/* Failed attempt #5 at producing full-height sidebars

   This does not work due to a Firefox glitch that causes wide content to
   override the width of blocks.

   These rules should be looked at again later in case Firefox fixes this issue.
*/

/*
.builder-module {
	display: table;
	table-layout: fixed;
}
.builder-module-block-outer-wrapper {
	display: table-cell !important;
	float: none !important;
	vertical-align: top;
	position: relative;
}
.builder-module-sidebar {
	min-height: 100%;
}*/


/*********************************************
	Header Module
*********************************************/
.builder-module-header .builder-module-sidebar {
	background: none;
}

.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #262626;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}
.site-tagline,
.site-tagline a {
	color: #666666;
}


/*********************************************
	All Sidebars
*********************************************/
.builder-module-sidebar {
	background: none;
	display: block;
	margin: 0;
	padding: .75em 0;
	width: 100%;
}
.builder-module-sidebar.right {
	margin-right: 0;
}
.builder-module-sidebar.left {
	margin-left: 0;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget {
	color: #333333;
	margin: 0;
	padding: .75em 1.5em;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
}
.builder-module-block-outer-wrapper .widget-wrapper-left .widget,
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget {
	padding-right: .75em;
}
.builder-module-block-outer-wrapper .widget-wrapper-middle .widget,
.builder-module-block-outer-wrapper .widget-wrapper-right .widget {
	padding-left: .75em;
}
.builder-module-sidebar h4.widget-title {
	background: none;
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {
	color: #333333;
}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}


/*********************************************
	Navigation Module
*********************************************/

.builder-module-navigation {
	background: #FFFFFF;
	display: block;
	font-size: 1em;
	line-height: 2;
	width: 100%;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	background: #FFFFFF;
	color: #333333;
	font-size: 1em;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
}
.builder-module-navigation li a:hover {
	background: #333333;
	color: #FFFFFF;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a,
.builder-module-navigation li.current-menu-item a {
}
/* second level stuff */
.builder-module-navigation li ul {
	border: .1em solid #C9C9C9;
	border-bottom: 0;
	width: 14em;
}
.builder-module-navigation li li {
	border-bottom: .1em solid #C9C9C9;
	width: 14em;
}
.builder-module-navigation li li a {
	float: none;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -3.1em 0 0 14em;
}


/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar {
	background: none;
}


/*********************************************
	Footer Module
*********************************************/

.builder-module-footer {
	background: transparent;
	border: none;
}
.builder-module-footer .builder-module-element {
	color: #333333;
	margin: 0 1.5em;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #1b75f1;
	text-decoration: underline;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: none;
}


/*********************************************
	Image Module
*********************************************/

.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}


/*********************************************
	HTML Module
*********************************************/


/*********************************************
	Content Module
*********************************************/

.builder-module-content .builder-module-element {
	overflow: hidden;
}
.builder-module-content .hentry {
	margin-bottom: 1.5em;
}

.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}

.entry-title {
	clear: both;
	color: #4c585d;
	font-size: 2.9em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .56em;
	background-image:url(images/h_underline.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:.20em;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	font-style: italic;
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: underline;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}

.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
}


/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
}



/** back-up css for the images 

.hentry img {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}**/
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}


/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
}

.entry-footer {
	clear: both; /* we need this so floats in the post are cleared */
	margin-bottom: 3em;
	padding-top: 1.4em;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .categories,
.entry-footer .tags {
	background: url( 'images/category-bg.png' ) -2px 3px no-repeat;
	padding: 0 0 0 1.5em;
}
.entry-footer .comments {
	background: url( 'images/comments-bg.png' ) -2px 2px no-repeat;
	padding: 0 0 0 1.5em;
}

.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-utility {
	clear: both; /* To clear any floats */
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 1.5em;
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0 .75em 0 0;
}
#comments .comment-meta {
	margin-bottom: 1.5em;
}
#comments li {
	border: 1px solid #999999;
	clear: both;
	list-style-type: none;
	margin: 1.5em 0;
	overflow: hidden;
}
#comments li .comment-body {
	margin: 1.5em;
}
#comments blockquote {
	margin: 1.5em;
}

#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	border: 1px solid #999999;
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: 0 1.5em 1.5em 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


/*********************************************
	Text elements
*********************************************/

p { font-size:11pt;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 1.2em;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type:none;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}

ul.out-line li {	
	margin: 0;
	padding: 0;
	background-image:url(images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:1.5em;
	font-size:11pt;	
}


ul.out-line li li {	
	background-image:url(images/bullet-child.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:1.5em;	
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

a.back-btn {color:#ffffff;
	font-size:12pt;
	display:block-inline;
	background-color:#1b75f1;
	padding:2% 4%;
	height:1%;
	width:11%;
	text-decoration:none;
	font-weight:bold;
	margin-left:1%;
	line-height:4;
	text-transform:uppercase;
}

a:hover.back-btn {
	background-color:#55aafb;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}


/*********************************************
	Advantage Insurance Benefits - By Dan
*********************************************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 2, 2013 */



@font-face {
    font-family: 'robotoblack';
    src: url('fonts/roboto-black-webfont.eot');
    src: url('fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-black-webfont.woff') format('woff'),
         url('fonts/roboto-black-webfont.ttf') format('truetype'),
         url('fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/****** Header Section *******/

#builder-module-5181e1f79012d .builder-module-block,
#builder-module-5181e33b96301 .builder-module-block{
	margin:0;
}

#post-10 h1.entry-title { display:none;
}

/** Home Page Lable **/

h1 a#logo { display:block;
width:433px;
height:100px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
text-indent:-50000px;
}
/** Logo **/

h2.tag-line { display:block;
width:100%;
height:55px;
background-image:url(http://www.advantageinsurancebenefits.com/wp-content/uploads/2013/10/tag-line.jpg);
background-repeat:no-repeat;
background-position:right;
margin-bottom:1.5%;
text-indent:-50000px;
}


h3.personal-agent-header {
	color:#1b75f1;
	font-size:16px;
	text-align:right;
	margin-top:0;
}

h3.personal-agent-header span{
	color:#4c585d;
	font-family: 'robotoregular';
	font-weight:normal;
}

h3.personal-agent-footer {
	color:#1b75f1;
	font-size:16px;
	text-align:right;
	margin-top:0;
}

h3.personal-agent-footer span{
	color:#ffffff;
	font-family: 'robotoregular';
	font-weight:normal;
}



h4.benefits-title {
	width:100%;
	height:1%;
	padding:0 0 3%;
	margin:0;
	text-indent:-50000px;
	background-image:url(images/benefits.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#builder-module-5181e1f790f06 .builder-module-block {
	margin-top:0;
}
/****** home page container *******/


.download-calendar {color:#55aafb;
	font-size:19pt;
	font-family: 'robotoregular';
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}

.download-calendar a{color:#ffffff;
	font-size:12pt;
	display:block-inline;
	background-color:#1b75f1;
	padding:1.35%;
	height:1%;
	width:11%;
	text-decoration:none;
	font-weight:bold;
	margin-left:1%;
}

.download-calendar a:hover{
	background-color:#55aafb;
}

.download-calendar-internal {color:#55aafb;
	font-size:19pt;
	font-family: 'robotoregular';
	font-weight:normal;
	text-transform:uppercase;
	line-height:21pt;
}

.download-calendar-internal a{color:#ffffff;
	font-size:12pt;
	display:block-inline;
	background-color:#1b75f1;
	padding:4.35%;
	height:1%;
	width:11%;
	text-decoration:none;
	font-weight:bold;
	margin-left:1%;
	line-height:4;
}

.download-calendar-internal a:hover{
	background-color:#55aafb;
}


/** download calendar **/

/************************************
 Home Page - Benefits Columns 
 *************************************/

.benefits-layout { position:relative;
}

.benefits-column {
	border-right:1px solid #dbdbdb;
	width:28.8%;
	height:25em;
	float:left;
	padding:1% 2%;
	margin:0 0.2%;
}

h5.benefits01 {
	background-image:url(images/h5-mark.jpg);
	background-repeat:no-repeat;
	background-position: 0 -121px;
	font-size:15pt;
	color:#4c585d;
	margin: 0;
    padding: 3% 0 11% 14%;
	line-height:110%;
}

h5.benefits02 {
	background-image:url(images/h5-mark.jpg);
	background-repeat:no-repeat;
	background-position: 0 -60px;	
	font-size:15pt;
	color:#4c585d;
	margin: 0;
    padding: 3% 0 3% 14%;
	line-height:110%;
}

h5.benefits03 {
	background-image:url(images/h5-mark.jpg);
	background-repeat:no-repeat;
	font-size:15pt;
	color:#4c585d;
	margin: 0;
    padding: 3% 0 3% 14%;
	line-height:110%;
}

.benefits-column p {
	padding-left:15%;
	margin:3% 0 5%;
}

/****** Navigation *******/

.wrap {
}

ul#navigation {
	list-style:none;
	margin:0;
	padding:0;
}

ul#navigation li{
	display:inline-block;
	margin:0 -2px;
}

#navigation li a{
    display: block;
    font-size: 12pt;
	font-family: 'robotoblack', Helvetica, Arial, sans-serif;	
    height: 29px;
    padding: 39px 0 0 7px;
    text-transform: uppercase;
    vertical-align: text-bottom;
    width: 131px;
	color:#FFF;
	text-decoration:none;
    background-image:url(images/navigation.jpg);
}
#navigation li a:hover{
	color:#333;
}

/** Drop Down Menu (Start)**/

#navigation li ul {
	display:none;
}


#navigation li:hover > ul {
	display:block;
	width:131px;
	position:absolute;
	margin-left:1.5px;
}
#navigation li:hover > ul li a{
	background-color: #C3C3C3;
    background-image: none;
	height:auto;
	width:131px;
	font-size:12px;
	padding:20px 0 8px 7px;
	line-height:15px;
}

#navigation li:hover > ul li a:hover{
	background-color: #999;
}

/** Drop Down Menu (End)**/


#navigation li a.nav00{	background-position:0 0;
}

#navigation li a:hover.nav00{ background-position:0 bottom;
}


#navigation li a.nav01{	background-position:-137px 0;
}

#navigation li a:hover.nav01{ background-position:0px bottom;
}

#navigation li a.nav02{	background-position:-273px 0;
}

#navigation li a:hover.nav02{ background-position:0px bottom;
}

#navigation li a.nav03{	background-position:-412px 0;
}

#navigation li a:hover.nav03{ background-position:0px bottom;
}

#navigation li a.nav04{	background-position:-549px 0;
}

#navigation li a:hover.nav04{ background-position:0px bottom;
}

#navigation li a.nav05{	background-position:-685px 0;
}

#navigation li a:hover.nav05{ background-position:-685px bottom;
}

#navigation li a.nav06{	background-position:-273px 0;
}

#navigation li a:hover.nav06{ background-position:-273px bottom;
}


/****** Home Page Columbn Section *******/

/****** Contact Form Layout *******/

#it_widget_content-2 h4.widget-title,
#it_widget_content-4 h4.widget-title {     background-color: #0D44BA;
    background-image: url(images/star-burst.png);
    background-position: 12px 9px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 19pt;
    font-weight: 100;
    margin-bottom: 0;
    padding: 0.5em 0 0 2.7em;
    width: 295px;
}

#advanced-contact { border-radius: 0 0 1em 1em;
background-color:#0d44ba;
padding:1em;
width:339px;
}

#advanced-contact td,
#advanced-contact tr {padding:.2em .65em;
border:none;
background-color:#0d44ba;
}

#advanced-contact textarea { height:10em;
}

#advanced-contact table,
#advanced-contact input,
#advanced-contact textarea,
#advanced-contact input[type="checkbox"],
#advanced-contact input[type="email"] { border:none;
padding:.65em;
}

#advanced-contact input[type="text"],
#advanced-contact input[type="email"],
#advanced-contact textarea { color:#1b75f1;
width:100%;
}

#advanced-contact input[type="submit"] { border:none;
	margin:0;
	height:39px;
	width:105px;
	display:block;
	background-image:url(images/send.jpg);
	background-repeat:no-repeat;
	background-position:0 -40px;
	text-indent:-50000px;
	float:left;

}

#advanced-contact input[type="submit"]:hover {
	background-position:0 0;
	cursor:pointer;
}

/****** Contact Form Layout (End) *******/


/****** Contact Form RSVP (Start) *******/

#rsvp input[type="submit"] { border:none;
	margin:0;
	height:39px;
	width:105px;
	display:block;
	background-image:url(images/send.jpg);
	background-repeat:no-repeat;
	background-position:0 -40px;
	text-indent:-50000px;
	float:left;

}

#rsvp input[type="submit"]:hover {
	background-position:0 0;
	cursor:pointer;
}

/****** Contact Form RSVP (End) *******/

/****** Testimonials (Start) *******/

#randomtext-3-background-wrapper h4.widget-title,
#randomtext-2-background-wrapper h4.widget-title {
    background-image: url(images/star-burst.png);
    background-position: 12px -32px;
    background-repeat: no-repeat;
    color: #2c73d2;
    font-size: 19pt;
    font-weight: 100;
    margin-bottom: 0;
    padding: .5em 0 0 2.7em;
    width: 295px;
}

.testimonials { color:#FFFFFF;
}

.testimonials span { font-weight:bold;
text-transform:uppercase;
}

#randomtext-3 p,
#randomtext-2 p{ padding-left:1.5em;
font-size:10.5pt;
font-weight:normal;
}


/****** Testimonials (End) *******/

/****** Footer Social Icon Section (Start) *******/

#builder-module-5181e2a2df585 .builder-module-sidebar,
#it_widget_content-2,
#builder-module-5181e33b963f9 .builder-module-sidebar,
#it_widget_content-4 { padding-top:0;
width:100%;
}


.fingerprint { margin:0;
}

#builder-module-5181e1f79106c .builder-module-sidebar, #it_widget_content-7,
#builder-module-5181e33b96442 .builder-module-sidebar, #it_widget_content-8{
	padding:0 0 5px;
}

h3.title-text {
	color:#FFF;
    font-size: 12pt;
    margin-top: 5.75%;
    text-align: right;
    width: 71%;
}

ul#social-icons{
    list-style: none outside none;
    margin: 0;
    padding: 0;
	width:27%;
	float:right;
}

#social-icons li{
	display: inline-block;
}

#social-icons li a{
	width:33px;
	height:33px;
	background-image:url(images/social-icons.png);
	background-repeat:no-repeat;
	text-indent:-50000px;
	display:block;
	margin:0 4%;
}

a.facebook { background-position:-1px -2px;
}

a.youtube { background-position:-39px -2px;
}

a.twitter { background-position:-75px -2px;
}

/****** Footer Social Icon Section (End) *******/

/****** side pannel (Start) *******/

#it_widget_content-5 { margin-top:2.5em;
}

#cal-layout td {background-color:#f3f3f3;
}
/****** side pannel (End) *******/

/****** 4 Button Layout (Start) *******/


ul#plan-layout {
}

ul#plan-layout li { width:30%;
display:inline-block;
margin-top:1%;
margin-right:1%;
margin-bottom:2%;
}

ul#plan-layout li a{ background-color:#1b75f0;
border-radius:10px;
font-size:11.15pt;
padding:6% 7% 12%;
display:inline-block;
vertical-align:top;
height:227px;
width:83%;
color:#FFFFFF;
text-decoration:none;
line-height:1.5;
text-transform:uppercase;
cursor:pointer;
}

 /* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
ul#plan-layout li a{
	font-size:10pt;
}
}

#plan-layout li a span { font-weight:bold;
font-size:17pt;
line-height:1.2;
}

#plan-layout li a:hover { background-color:#55aafb;
}


#plan-layout li a.part-a { background-image:url(images/part-a.jpg);
background-repeat:no-repeat;
background-position:bottom;
}


#plan-layout li a.part-b { background-image:url(images/part-b.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

#plan-layout li a.part-c { background-image:url(images/part-c.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

#plan-layout li a.part-d { background-image:url(images/part-d.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

#plan-layout li a.medicare-suppliment { background-image:url(images/medicare-suppliment.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

/****** 5 Button Layout (End) *******/

/****** Internal Mics. (Start) *******/

img.profile-img { float:left;
border:1px solid #000;
margin:0.5em 1em 1em 0;
}


.profile-container { width:71%;
float:right;
}

/****** Internal Mics. (End) *******/

.slideshow-layout {
background-image:url(images/slideshow-bg.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-top:11.4%;
}

a.slide-show-sub-link { text-decoration:none;
font-size:20pt;
}

a:hover.slide-show-sub-link { text-decoration:underline;
}


.builder-module-block, #post-10, #post-10 .entry-footer {margin-bottom:0;
}

#post-10 .entry-footer {padding-top:0;
}
.builder-module-footer {
	height: 80px;
	overflow: hidden;
}
#builder-module-5181e2a2df585, #builder-module-5181e33b963f9  {
	height: 365px;
	overflow: hidden;
}