  /* # Âé¶¹´«Ã½AV Insurance Child Theme
Theme Name: Âé¶¹´«Ã½AV Insurance Theme
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is a highly modified sample theme created for the Genesis Framework.
Author: StudioPress & Jack Walsh
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 3.2.7
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
---------------------------------------------
normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#1d2b30}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer}button[disabled],html input[disabled]{cursor:default}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number],input[type=search]{box-sizing:content-box}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	box-sizing:         border-box;
	font-family: sans-serif;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

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

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
	background-color: #fafafa !important;
	color: #1d2b30;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}

a {
	color: #51994a;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #51994a;
	text-decoration: underline;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #D5D3D8;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-style: normal;
    background: #efefef;
    border-left: 10px solid #51994A;
    margin: 1.5em 0;
    padding: 0.5em 10px;
}

blockquote p {
    display: inline;
}

pre {
	padding:20px;
	box-sizing:border-box;
	display:block; 
	white-space: pre-wrap;  
	word-wrap: break-word; 
	width:100%;
	overflow-x:auto;
}

.pre-block p {
	display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

/* ## Headings
--------------------------------------------- */

h1 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 0.5em 0;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.8;
	color: #51994A;
	border-bottom: 1px solid #D5D3D8;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 0.5em 0;
	color: #1d2b30;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.44;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 0.5em 0;
	color: #1d2b30;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.423;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 0.5em 0;
	color: #1d2b30;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.765;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
	border: 0;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	color: #1d2b30;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 10px;
	width: 100%;
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

input[type="search"] {
	border-right: none;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400;
  padding: 10px 24px;
	/*text-transform: uppercase;*/
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],

.button:focus  {
	background-color: #fff;
	color: #000;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #ffd093;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #faa32a;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #ffd093;
	color: #fff;
}

.button {
	display: inline-block;
}

.nf-before-form-content .nf-form-fields-required {
	display: none;
}

select.ninja-forms-field.nf-element {
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 4px;
font-size: 1.6rem;
margin: 0;
outline: 0;
padding: 7px;
width: 100%;
box-sizing: border-box; 
box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
height:45px !important;
}

input[type="button"].ninja-forms-field.nf-element {
    color: #fff;
    font-size: 16px;
    font-size:1.6rem;
    vertical-align: middle;
    border-radius: 0;
    background: #faa32a;
    border: 1px solid #C88322;
    text-decoration: none;
    padding: 10px 18px;
}

input:hover[type="button"].ninja-forms-field.nf-element {
	background-color: #FCB554;
	color: #fff;
}

/* ## Orange CTA buttons
---------------------------------------------------- */
.btn-cta-apply {
    color: #fff;
    font-size: 16px;
    font-size:1.6rem;
    vertical-align: middle;
    border-radius: 0;
    background: #faa32a;
    border: 1px solid #C88322;
    text-decoration: none;
    padding: 10px 18px;
}

.btn-cta-apply-sml {
    color: #fff;
    font-size: 14px;
    font-size:1.4rem;
    vertical-align: middle;
    border-radius: 0;
    background: #faa32a;
    border: 1px solid #C88322;
    text-decoration: none;
    padding: 5px 18px;
}

a.btn-cta-apply,
a.btn-cta-apply-sml {
	text-decoration: none !important;
}

a:hover.btn-cta-apply,
a:hover.btn-cta-apply-sml {
	background-color: #FCB554;
	color: #fff;
}

/* ## Dark CTA buttons
---------------------------------------------------- */
.btn-cta-dark {
    color: #fff;
    font-size: 16px;
    font-size:1.6rem;
    vertical-align: middle;
    border-radius: 0;
    background: #1D2B30;
    border: 1px solid #000000;
    text-decoration: none;
    padding: 10px 18px;
}

.btn-cta-dark-sml {
    color: #fff;
    font-size: 14px;
    font-size:1.4rem;
    vertical-align: middle;
    border-radius: 0;
    background: #1D2B30;
    border: 1px solid #000000;
    text-decoration: none;
    padding: 5px 18px;
}

a.btn-cta-dark,
a.btn-cta-dark-sml {
	text-decoration: none !important;
}

a:hover.btn-cta-dark,
a:hover.btn-cta-dark-sml {
	background-color: #4B555A;
	text-decoration: none !important;
	color: #fff;
}

.company_seven_corners_img .fl-photo-content, 
.company_hcc_img .fl-photo-content, 
.company_cigna_img .fl-photo-content, 
.company_img_img .fl-photo-content, 
.company_geoblue_img .fl-photo-content, 
.company_aetna_img .fl-photo-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.company_seven_corners_img .fl-photo-content img, 
.company_hcc_img .fl-photo-content img,
.company_cigna_img .fl-photo-content img,
.company_img_img .fl-photo-content img,
.company_geoblue_img .fl-photo-content img,
.company_aetna_img .fl-photo-content img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
}

.company_seven_corners_btn .fl-html, 
.company_hcc_btn .fl-html ,
.company_cigna_btn .fl-html,
.company_img_btn .fl-html,
.company_geoblue_btn .fl-html,
.company_aetna_btn .fl-html {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ## Gray CTA buttons
---------------------------------------------------- */
.btn-cta-gray {
    color: #1d2b30;
    font-size: 16px;
    font-size:1.6rem;
    vertical-align: middle;
    border-radius: 0;
    background: #e0e0e0;
    border: 1px solid #909499;
    text-decoration: none;
    padding: 10px 18px;
}

.btn-cta-gray-sml {
    color: #1d2b30;
    font-size: 14px;
    font-size:1.4rem;
    vertical-align: middle;
    border-radius: 0;
    background: #e0e0e0;
    border: 1px solid #909499;
    text-decoration: none;
    padding: 5px 18px;
}

a.btn-cta-gray,
a.btn-cta-gray-sml {
	text-decoration: none !important;
}

a:hover.btn-cta-gray,
a:hover.btn-cta-gray-sml {
	background-color: #f6f6f6;
	color: #000;
}

/* ## Red CTA buttons
---------------------------------------------------- */
.btn-cta-red {
    color: #fff;
    font-size: 16px;
    font-size:1.6rem;
    vertical-align: middle;
    border-radius: 0;
    background: #ee836e;
    text-decoration: none;
    padding: 10px 18px;
}

.btn-cta-red-sml {
    color: #fff;
    font-size: 14px;
    font-size:1.4rem;
    vertical-align: middle;
    border-radius: 0;
    background: #ee836e;
    text-decoration: none;
    padding: 5px 18px;
}

a.btn-cta-red,
a.btn-cta-red-sml {
	text-decoration: none !important;
}

a:hover.btn-cta-red,
a:hover.btn-cta-red-sml {
	background-color: #4B555A;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
	font-size: 80%;
	page-break-inside: avoid;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
}

.benefit-col {
	font-weight: 700;
	padding-right: 20px;
}

.col-width-25 {width: 25%;}
.col-width-40 {width: 40%;}
.col-width-50 {width: 50%;}
.col-width-75 {width: 75%;}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 15px 23px 14px;
	color: #51994A;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
}

.sidebar .widget_search {
	padding-bottom: 20px !important;
}

.more-link {
    position: relative;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 20px;
}

/*----- site background color over ride  -----*/
.gd-full-width .site-container main.content > article.entry .entry-content {
	background: #fafafa !important;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

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

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

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

/* ### Content */

.content {
	float: right;
	width: 800px;
}

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

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

.full-width-content .content {
	float: none !important;
	width: 1200px;
	margin: 0 auto;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 10px;
	font-size: 13px;
	background-color: #fafafa !important;
}

.archive-description,
.author-box {
	background-color: #fafafa;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Company Page profile tab
---------------------------------------------------- */
.profile-tab {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    z-index: 5;
}

.profile-tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-tab ul li {
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
}

.profile-tab ul li a {
    display: inline-block;
    text-decoration: none;
    color: #2b2b2b;
    background: #d2d2d2;
    border: none;
    padding: 8px 25px;
    border-radius: 10px 10px 0 0;
}

.profile-tab ul li a:hover,
.profile-tab ul li a.active {
    background: #fff;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 7px 24px 8px 24px;
    border-radius: 10px 10px 0 0;
    color: #4bac47;
}

.outer-content {
    /*width: 675px;*/
    float: left;
    /*margin: 0;*/
    margin: 0 2% 0 0;
    padding: 27px 15px;
    border: 1px solid #D2D2D2;
    border-radius: 0 10px 10px;
}

.outer-content .author-post-rating {
    border: 0;
    text-align: left !important;
    margin: 0;
    padding: 0 0 14px 0;
}

.content-area {
	float: left;
	max-width: 70%;
}

/*.site-content .entry-meta > */

.cat-links {
    color: #4477c5;
    padding: 3px 0 2px 24px;
    font-size: 15px;
    background: url(/wp-content/themes/ii/images/cat_link_bg.png) no-repeat 0 3px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 25px;
}

.company-detail a.more-link {
    display: block;
    margin: 12px 0 0 0;
    background: url(/wp-content/themes/ii/images/quote_bg.jpg) repeat-x;
    width: 160px;
    padding: 7px 0 10px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}

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

/* Positioning container */
.search-form {
	overflow: hidden;
	width: 80%;
	content: "\f002"; /* Note: this will be ignored on a <form> */
	display: inline-block;
	font: normal 30px/1 'Font Awesome 6 Pro'; /* updated font */
	vertical-align: middle;
	background: none;
	border: none;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50% !important;
}

.widget_search input[type="submit"] {
	font-family: 'Font Awesome 6 Pro' !important; /* updated font */
	font-weight: 900 !important; /* FA6 solid = 900 */
	position: absolute !important;
	display: inline-block !important;
	padding: 0 15px !important;
	margin-top: 1px !important;
	height: 40px !important;
	clip: auto !important;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	content: "\f002"; /* move icon here if needed */
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 30px;
	font-size: 3rem;
}

.entry-title {
    font-size: 25px;
    font-size: 2.5rem;
    display: block !important;
}

h1.entry-title {
	font-size: 30px;
	font-size: 3.0rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1d2b30;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #51994a;
}

.widget-title {
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 7px 0 20px 20px;
}

img.size-thumbnail {
	margin-top:0;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: normal;
	font-weight: 400;
	text-align: left;
	padding: 5px 10px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget-wrap {
	border: 1px solid #D5D3D8;
	padding: 30px;
}

.widget.widget_text .widget-wrap {
	border: 0 !important;
	padding: 0;
}

/* ## Share This Widget
--------------------------------------------- */
.share-this {
	padding: 10px 30px; 
	border: 1px solid #d5d3d8;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.quote-widget p {
	color: #fff;text-align:center;
}
.quote-widget p strong {
	font-weight: 700;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #1d2b30;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #1d2b30;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #1d2b30;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #1d2b30;
	outline: #ccc solid 1px;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fafafa;
	min-height: 98px;
}

.site-header .wrap {
	padding: 10px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #1d2b30;
}

.header-image .site-title > a {
  display: block;
  background: url(/wp-content/themes/ii/images/international-health-insurance.svg) no-repeat left center;
  background-size: contain;  /* Preserves aspect ratio */
  width: 276px;
  height: 76px; /* Or adjust slightly: 74px, 72px â€” to tune spacing */
  max-width: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.free-quote {
	text-decoration: none;
	color: #fff;
	background-color: #FAA32A;
	padding: 10px 33px;
	border: 1px solid #c88322;
}

.page-id-131992 .free-quote,
.page-id-12613 .free-quote,
.page-id-14111 .free-quote,
.page-id-4128 .free-quote,
.page-id-43820 .free-quote,
.page-id-4539 .free-quote,
.page-id-4532 .free-quote,
.page-id-4550 .free-quote,
.page-id-4550 .free-quote,
.page-id-51265 .free-quote,
.page-id-114686 .free-quote,
.page-id-116056 .free-quote,
.page-id-114663 .free-quote,
.page-id-118744 .free-quote,
.page-id-116891 .free-quote,
.page-id-54532 .free-quote,
.page-id-59629 .free-quote,
.page-id-59648 .free-quote,
.page-id-8456 .free-quote,
.page-id-70014 .free-quote,
.page-id-73238 .free-quote,
.page-id-122082 .free-quote,
.page-id-260637 .free-quote,
.page-id-352466 .free-quote,
.page-id-160670 .free-quote {
	display: none;
}

a.free-quote {
	text-decoration: none;
}

a:hover.free-quote {
	background-color: #FCB554;
	color: #fff;
}

/*----- Download Widget  -----*/
.download-widget {
	background-color: #ECE8ED;
	color: #51994a;
	padding: 15px 30px;
	text-align: center;
	margin: 0;
}

/*----- Quote Widget -----*/
.quote-widget {
	background: #51994a !important;
	color: #fff !important;
	padding: 20px 20px 30px 20px !important;
	text-align: center !important;
}

.quote-widget-link a {
	text-decoration: none;
	background-color: #FAA32A !important;
	color: #1d2b30 !important;
	border: 2px solid #1d2b30 !important;
	padding: 5px 45px !important;
}

.quote-widget-link a:hover {
	background-color: #FFD093 !important;
}

/*----- header right links on collapsed menu   -----*/
.header-links {
	padding-top: 27px;
}

.header-links a {
	text-decoration: none;
	padding: 5px 20px;
	color: #fff;
}

.header-links a:hover,
.header-links a:focus {
	color: #faa32a;
}

.fl-builder-pagination ul.page-numbers {
	text-align: left !important;
}

/*----- read more link  -----*/
.fl-post-feed-content a {
	text-decoration: underline !important;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	padding: 17px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #c3251d;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item-has-children > a:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Pro"; 
    font-weight: 900; 
    content: "\f078"; 
    padding-left: 5px;
    min-width: 1em; /* Optional: stability for CLS */
    text-align: center; /* Optional: center the chevron visually */
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #A6CBA4;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #A6CBA4;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #059852;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
	background-color: #047B43;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	background-color: #047B43;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
	background-color: #059852;
}

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

.nav-secondary {
	background-color: #059852;
	text-align: center;
}

.nav-secondary .genesis-nav-menu a {
	color: #fff;
	text-decoration: none;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
	background-color: #047B43;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #fff;
	background-color: #047B43;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
	text-decoration: none;
	background-color: #059852;
}

/* ## Header Right Menu
---------------------------------------------------- */
#menu-iframe-guide-menu.menu.genesis-nav-menu {
	padding-top: 13px;
}

#menu-iframe-guide-menu.menu.genesis-nav-menu a:hover {
	color: #faa32a;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.content .entry {
	background-color: #fafafa;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #1d2b30;
	color: #ddd;
}

.home .heading-hr {
	color: #1d2b30;
	display: none;
}

/*----- Post Feed on Home page -----*/
.fl-node-590b8a6a7988b {
	padding: 0 20px;
}

h2.fl-post-feed-title a:hover {
	color: #51994a !important;
}

.fl-node-590b8a6a7988b h2.fl-post-feed-title {
	font-size: 24px;
}

/*---- borders -----*/
.fl-node-590b89bdf1553,
.fl-node-590b89bdf1594 {
    border-right: 1px solid #d1d1d1;
}

.fl-post-feed-post {
	border-bottom: 0 solid #fff !important;
	padding-bottom: 0 !important;
}

/*----- Compare Travel Plan table style  -----*/
.compare-wrap {
	border: 1px solid #D2D2D2;
    border-radius: 20px;
    float: left;
    padding: 18px 0 18px 0;
    width: 99.8%;
}

.auto-circle-div {
	width: 138px;
    height: 100px;
    position: relative;
}

.plan-feature {
	float: left;
    margin: 0;
    padding: 0 16px;
    font-size: 16px !important;
    border-right: 1px solid #d6d6d6;
    width: 25%;
}

.plan-feature h3 {
	margin: 0;
    padding: 0 0 15px 0;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
}

.plan-feature ul,
.insurance-feature ul {
	margin: 0 0 17px 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    border-top: 1px solid #d6d6d6
}

.plan-feature ul li,
.insurance-feature ul li {
	list-style: none;
	border-bottom: 1px solid #d6d6d6;
    padding: 12px 0
}

.plan-feature li.large-hgt,
.insurance-plan li.large-hgt,
.insurance-feature li.large-hgt {
	min-height: 153px;
}

.plan-feature li.mdm-hgt,
.insurance-plan li.mdm-hgt,
.insurance-feature li.mdm-hgt {
	min-height: 78px;
}

.plan-feature li.short-hgt,
.insurance-plan li.short-hgt,
.insurance-feature li.short-hgt {
	min-height: 25px;
}

.insurance-feature {
	float: left;
    width: 25%;
    margin: 0;
    padding: 0 16px;
    font-size: 16px !important;
    border-right: 1px solid #d6d6d6;
}

.insurance-feature h3 {
	margin: 0;
    padding: 0 0 15px 0;
    color: #ff6521;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: center;
}

.insurance-feature a.link-button {
    color: #4bac47;
    font-size: 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    background-color: #1d2b30;
    padding: 10px 0;
    margin: 4px 0;
}

.compare-para {
	text-align: center;
}

/*----- Table styles  -----*/
#img-global-schedule {
    font-size: 75%;
    border-collapse: collapse
}
#img-global-schedule .white,
.bronze,
.silver,
.gold,
.gold-plus,
.platinum {
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff
}
#img-global-schedule th.colhead {
    font-weight: 700;
    width: 14%;
}
#img-global-schedule span {
    font-weight: 400;
}
#img-global-schedule .white {
    background-color: #ffffff;
    border: 1px solid #D5D3D8;
}
#img-global-schedule .bronze {
    background-color: #e8bd9b;
    border: 1px solid #D5D3D8;
}
#img-global-schedule .silver {
    background-color: #d7d8d7;
    border: 1px solid #D5D3D8;
}
#img-global-schedule .gold {
    background-color: #f8eddc;
    border: 1px solid #D5D3D8;
}
#img-global-schedule .gold-plus {
    background-color: #e6d0aa;
    border: 1px solid #D5D3D8;
}
#img-global-schedule .platinum {
    background-color: #5e696c;
    color: #ffffff;
    border: 1px solid #D5D3D8;
}

.bdr-non {
	border: none !important;
}

.auto-circle-img {
	position: absolute!important;
    margin: auto!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    width: 79%!important;
}

.img-sec {
	position: relative;
    width: 139px;
    height: 120px;
    margin: 0 auto;
}

li.short-hgt {
	min-height: 25px;
}

li.mdm-hgt {
	min-height: 78px;
}

li.large-hgt {
	min-height: 153px;
}

/*----- Table styles  -----*/
#img-global-table {
    font-size: 60%;
    border-collapse: collapse
}
#img-global-table .white,
.bronze,
.silver,
.gold,
.gold-plus,
.platinum {
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff
}
#img-global-table th.colhead {
    font-size: 110%;
    font-weight: 700;
}
#img-global-table span {
    font-weight: 400;
    font-size: 90%
}
#img-global-table .white {
    background-color: #ffffff;
    border: 1px solid #5e696c
}
#img-global-table .bronze {
    background-color: #e8bd9b
}
#img-global-table .silver {
    background-color: #d7d8d7
}
#img-global-table .gold {
    background-color: #f8eddc
}
#img-global-table .gold-plus {
    background-color: #e6d0aa
}
#img-global-table .platinum {
    background-color: #5e696c;
    color: #ffffff;
}

/*----- Beaver Builder page archive pagination  -----*/
 .fl-builder-pagination li a.page-numbers,
  .page-numbers .dots {
	 color: #fafafa;
	 background-color: #1d2b30;
 }
 
 .fl-builder-pagination li a:hover.page-numbers {
	 color: #fafafa;
	 background-color: #51994a !important;
 }
 
 .fl-builder-pagination li span.current {
	 color: #fafafa;
	 background-color: #51994a !important;
 }
 
 /*----- hide social share buttons on archive page  -----*/
 .fl-builder-content * .sd-content {
	 display: none;
 }
 
 /* ## Suggested Plan Callout
 ---------------------------------------------------- */
 .plan-callout {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 height: auto;
	 background: #fafafa;
	 border: 1px solid #D5D3D8;
	 padding: 20px;
}

.plan-callout .callout-cta a.btn-cta-gray {padding: 10px 19px;}
.plan-callout .callout-cta {padding: 0;}
.plan-callout .callout-cta .callout-cta-details {margin-bottom: 25px;}
.plan-callout .callout-cta .callout-cta-quote {margin-top: 25px;}
.callout-hilites h4 a {text-decoration: none;}

.nf-form-container {
	max-width: 65%;
}

@media only screen and (min-width: 1200px) {
	.callout-hilites {
	 padding: 0 20px;
	 font-size: 12px;
	 min-width: 460px;
 }
.nf-form-container {
	max-width: 65%;
}
}

@media only screen and (min-width: 1024px) {
	.callout-hilites {
	 padding: 0 20px;
	 font-size: 12px;
	 max-width: 300px;
 }
.nf-form-container {
	max-width: 65%;
}
}

@media only screen and (max-width: 800px) {
	.callout-hilites {
	 padding: 0 20px;
	 font-size: 12px;
}
.nf-form-container {
	max-width: 100%;
}
}

.callout-hilites ul {
	margin-bottom: 0;
	margin-left: 15px;
}

.callout-hilites li {
	line-height: 2;
}

/*----- Sidebar styles  -----*/

.sidebar ul {
  padding: 0;
  margin: 0;
}

.sidebar li {
  margin: 1em;
  margin-left: 1.65em;
  list-style: none;
}

.sidebar li:before {
  content: '\f105'; /* fa-angle-right */
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400; /* 400 = Regular (was Light in FA5 Pro) */
  float: left;
  margin-left: -1.5em;
  color: inherit;
}

.call-back-sidebar, 
#content-sidebar  .call-back-sidebar {
    margin: 0 auto;
}

.call-back-sidebar {
    padding: 30px;
    width: 100%;
    position: relative;
    background: #51994A;
    color: #ffffff;
}

.call-back-sidebar h3 {
	color: #fff !important;
}

.submenu-side {
	padding: 30px;
    border: 1px solid #d5d3d8;
}

#genesis-primary-sidebar .call-back-sidebar span.further {
    margin: 0;
    padding: 0 0 16px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 27px;
    text-align: center;
    border-bottom: 1px solid #fff;
    display: block;
}

#genesis-primary-sidebar .call-back-sidebar span.rep {
    display: block;
    color: #000;
    color: #3d3630;
    text-align: center;
    font-size: 12px;
    padding: 15px 8px 16px 8px;
}

.call-back-sidebar .form-wrap input[type="text"],
.call-back-sidebar .form-wrap input[type="tel"],
.call-back-sidebar .form-wrap input[type="email"] {
    width: 100%;
    padding: 8px 10px;
    color: #1d2b30;
    font-size: 15px;
    line-height: 15px;
    margin: 5px 0;
}

.call-back-sidebar input[type="submit"] {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 8px;
    margin: 16px 0 0 0;
    text-transform: capitalize;
}

/*----- testimonial area -----*/
img.alignleft.wp-image-5339.size-thumbnail,
img.alignleft.wp-image-5338.size-thumbnail {
	margin: 0 10px 10px 0;
}

.fl-modul.fl-module-rich-text.fl-node-5914e7a0cbaa2 .fl-module-content .fl-node-content {
	margin: 0 20px 20px;
}

/*----- remove Jetpack Share This title -----*/
div.sharedaddy {
	margin-top: 40px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 0;
}

.entry-footer .entry-meta {
	border-top: 0 solid #f5f5f5;
	padding-top: 0;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Body styles
---------------------------------------------------- */
.heading-shadow {
	text-shadow: 2px 2px 4px #5a5a5a;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #1d2b30;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #51994a;
	text-decoration: underline;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fafafa;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.submenu-sidebar .fa-ul {
  margin-left:1.32em  !important;
}

.sidebar li {
	margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fafafa;
	margin-bottom: 0;
	padding: 10px;
}

/* ## Widget mods
---------------------------------------------------- */
/*----- Recent Posts widget  -----*/
#execphp-15.widget.widget_execphp .widget-wrap {
	padding: 0 !important;
}

#execphp-16.widget.widget_execphp .widget-wrap {
	padding: 0 !important;
}

#execphp-19.widget.widget_execphp .widget-wrap {
	padding: 0 !important;
}

#execphp-17.widget.widget_execphp .widget-wrap {
	border: none;
	padding: 20px !important;
	text-align: center !important;
}

#execphp-28.widget.widget_execphp .widget-wrap {
	border: none;
	padding: 20px !important;
	text-align: center !important;
}

#execphp-18.widget.widget_execphp .widget-wrap {
	border: none;
	padding: 20px 20px 30px 20px !important;
	text-align: center !important;
}

#execphp-20.widget.widget_execphp .widget-wrap {
	border: none;
	padding: 20px !important;
	text-align: center !important;
}

#execphp-24.widget.widget_execphp .widget-wrap {
	border: none;
	padding: 20px !important;
	text-align: center !important;
}

#execphp-25.widget.widget_execphp .widget-wrap {
	border: none;
	padding: 20px !important;
	text-align: center !important;
}

#execphp-26.widget.widget_execphp .widget-wrap {
	padding: 0 !important;
}

#execphp-29.widget.widget_execphp .widget-wrap {
	padding: 0 !important;
}


.widget.widget_recent_entries .widget-wrap ul,
#execphp-9.widget.widget_execphp .widget-wrap ul {
	list-style-image: url(/wp-content/themes/ii/images/right-carrot.png);
	color: #51994A;
	padding-left: 20px;
}

.tp_recent_tweets ul {
	margin-left: 5px;
}

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

.widget.widget_nav_menu .widget-wrap {
	border: 0;
	padding: 0;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #545f63;
	clear: both;
	padding-top: 40px;
}

.footer-widgets p {
	margin: 0 0 28px; 
}

.footer-widgets,
.footer-widgets a {
	text-decoration: none;
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #1d2b30;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #51994a;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4
 {
	width: 300px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

/*----- Above footer ------*/
.footercontainer {
	margin: 0 auto;
	background-color: #1d2b30;
}

.page-id-131992 .footercontainer,
.page-id-12613 .footercontainer,
.page-id-14111 .footercontainer,
.page-id-4128 .footercontainer,
.page-id-43820 .footercontainer,
.page-id-4539 .footercontainer,
.page-id-4532 .footercontainer,
.page-id-4550 .footercontainer,
.page-id-4550 .footercontainer,
.page-id-51265 .footercontainer,
.page-id-116891 .footercontainer,
.page-id-114686 .footercontainer,
.page-id-116056 .footercontainer,
.page-id-114663 .footercontainer,
.page-id-118744 .footercontainer,
.page-id-54532 .footercontainer,
.page-id-59629 .footercontainer,
.page-id-59648 .footercontainer,
.page-id-8456 .footercontainer,
.page-id-70014 .footercontainer,
.page-id-73238 .footercontainer,
.page-id-106552 .footercontainer,
.page-id-122082 .footercontainer,
.page-id-260637 .footercontainer,
.page-id-352466 .footercontainer,
.page-id-160670 .footercontainer {
	display: none;
}

.footer-top-left {
	float: left;
	width: 55%;
	color: #fff;
	background-color: #1d2b30;
    padding-top: 32px;
    padding-bottom: 26px;
    height: 107px;
}

.footer-top-right {
	float: right;
	width: 45%;
	color: #fff;
	background-color: #1d2b30;
	padding-left: 2.25%;
    padding-top: 40px;
    padding-bottom: 38px;
    height: 107px;
}

.footer-top-left h2 {
	color: #fff;
	text-align: right;
}

.request-quote {
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	background-color: #FAA32A;
	padding: 10px 60px;
	border: 1px solid #C88322;
}

a.request-quote {
	text-decoration: none !important;
}

a:hover.request-quote {
	background-color: #FCB554;
	color: #fff;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #1d2b30;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

.site-info-links a {
	letter-spacing: 0.5px;
}

/* compare responsive tables */

.rg-header {
	margin-bottom: 1em;
	text-align: left;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: 700;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: 700;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 3px solid #ddd;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: 700;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table th img {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 max-height: 73%;
	 max-width: 73%;
}
table.rg-table td {
	width: 25%;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: 700;
}
table.rg-table th.number, td.number {
	text-align: right;
}

/* media queries */
@media screen and (max-width: 800px) {
table.rg-table td a.btn-cta-gray-sml {
	white-space: nowrap;
	font-size: 0.9em;
	padding: 5px 7px;
}
table.rg-table td a.btn-cta-apply-sml {
	white-space: nowrap;
	font-size: 0.9em;
	padding: 5px 5px;
}
}
@media screen and (max-width: 600px) {
.fl-accordion-medium .fl-accordion-content, 
.fl-accordion-small .fl-accordion-content {
    padding: 0 !important;
}
.rg-container {
	max-width: 600px;
	margin: 0 auto;
}
table.rg-table {
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
	width: auto;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
table.rg-table tr.highlight {
	background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: transparent;
}
table.rg-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
	background-color: transparent;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: 700;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td.img[data-title]:before {
	background-color: #0B213F;
	color: #fff;
	padding: 0 10px;
}
table.rg-table td.cigna[data-title]:before {
	background-color: #f68621;
	color: #fff;
	padding: 0 10px;
}
table.rg-table td.sci[data-title]:before {
	background-color: #ff9800;
	color: #fff;
	padding: 0 10px;
}
table.rg-table td.geoblue[data-title]:before {
	background-color: #00aedb;
	color: #fff;
	padding: 0 10px;
}
table.rg-table td.aetna[data-title]:before {
	background-color: #7D3F98;
	color: #fff;
	padding: 0 10px;
}
table.rg-table td.hcc[data-title]:before {
	background-color: #0868b0;
	color: #fff;
	padding: 0 10px;
}

table.rg-table td a.btn-cta-gray-sml, 
table.rg-table td a.btn-cta-apply-sml {
    color: #51994A;
    font-size: 0.95em;
    vertical-align: inherit;
    border-radius: 0;
    background: none;
    border: none;
    text-decoration: underline !important;
    padding: 0 2.5px;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background-color: inherit;
	font-weight: 400;
}
}

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

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.genesis-nav-menu a {
		padding: 17px 15px;
	}

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

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

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

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1024px) {
	.genesis-nav-menu a {
		padding: 17px 15px;
	}
	
    .widget-area.header-widget-area {
	    display: none;
    }
    
     .header-rt {
	    padding-right: 0;
    }
	
	.site-header {
	border-bottom: 1px solid #d5d3d8;
    }
	
}

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

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

	.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 {
		width: 100%;
	}

	.header-image .site-title > a {
		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 7px;
	}

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

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

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

}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.full-width-content .content {
		float: none !important;
		width: 100%;
    	margin: 0 auto;
	}
	
	.plan-feature,
    .insurance-feature {
        width: 25%;
    }
    .compare-wrap {
        width: 98%;
        margin: 0 6px;
    }
    .insurance-feature .img-sec img,
    .plan-feature .img-sec img {
        bottom: 19%;
        width: 90px;
		height: auto;
    }
    
    .fl-module.fl-module-post-grid.fl-node-590b8a6a7988b {
	    margin-left: 20px;
    }
    
    .site-header .widget-area {
	    width: 420px;
    }
    
    .footer-top-left {
	    padding-top: 42px;
		padding-bottom: 30px;
    }
    
    .footer-top-left h2 {
	    font-size: 18px;
		text-align: center;
    }
    
    .title-area {
	    padding-left: 10px;
    }
    
    .header-rt {
	    padding-right: 90px;
    }
    
    .header-links {
	    padding-right: 60px;
    }
    
    button#responsive-menu-pro-button {
	    width: 55px;
		height: 55px;
		position: absolute;
		top: 25px;
		right: 2%
    }
    
    .download-widget,
    .quote-widget {
	    margin: 10px 0;
    }
    
    .call-back-sidebar {
	    margin: 10px 0;
    }
    
    #recent-posts-2.widget.widget_recent_entries,
	#execphp-9.widget.widget_execphp {
		margin: 10px 0;
	}
        
    #tp_widget_recent_tweets-3.widget.widget_tp_widget_recent_tweets {
	    margin: 10px 0 !important;
    }
	.plan-callout .callout-cta .callout-cta-details {float:left;margin: 0 5px 0 0;}
	.plan-callout .callout-cta .callout-cta-quote {float:right;margin: 0 0 0 5px;}
	div.callout-hilites {padding: 0 20px 20px;}

}

@media only screen and (max-width: 428px) {
	h1 {
		line-height: 1.2;
		border-bottom: none;
	}

	.fl-col .fl-node-590b7b3390f66 {
		height: 80px;
	}
	
	.header-links {
	    padding-right: 0;
    }
    
    .breadcrumb {
	    display: none;
    }
	
	.plan-feature,
    .insurance-feature {
        width: 89%;
        border: 0;
    }
    .plan-feature .img-sec span,
    .insurance-feature .img-sec span {
        left: 0;
    }
    .plan-feature .img-sec img,
    .insurance-feature .img-sec img {
        bottom: 0;
        height: auto;
        left: 24%;
        width: 54%;
    }
    
    .footer-top-left,
    .footer-top-right {
	    float: none;
	    width: 100%;
	    text-align: center;
    }
    
    .footer-top-right {
	    padding-top: 0;
    }
    
    .footer-widgets-4 {
	    float: left;
    }
    
    .site-info-links {
	    font-size: 13px;
    }
         
}

@media only screen and (max-width: 375px) {
    .footer-top-right {
	    padding-top: 0;
    }

	.plan-callout .callout-cta .callout-cta-details {float:none;margin: 0 0 25px 0;}
	.plan-callout .callout-cta .callout-cta-quote {float:none;margin: 25px 0 0 0;}

}

@media (max-width: 767px) {
.fl-visible-mobile {
	display: flex !important;
}
}
