/* # International Citizen Child Theme
Theme Name: International Citizen 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: 2.3.3
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;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}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{-moz-box-sizing:content-box;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]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}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"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*: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,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #1C9CDE;
	text-decoration: underline;
}

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

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

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

li {
	/*list-style: none;*/
}

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

b,
strong {
	font-weight: 700;
}

blockquote {
	font-style: normal;
    background: #F3F3F3;
    border-left: 10px solid #1C9CDE;
    margin: 1.5em 10px 1.5em 10px;
    padding: 0.5em 10px 0.125em 10px;
    font-style: normal;
}

/*blockquote:before {
    color: #ccc;
    //content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}*/

/*pre {
	background: #efefef;
    border-left: 10px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    margin: 1.5em 0px 1.5em 10px;
    padding: 0.5em 10px 0.5em 20px;
}*/

blockquote p,
pre p {
    display: inline;
}


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

h1,
h2,
h3,
h4 {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 0.5em 0;
}

h2,
h3,
h4 {
	color: #1d2b30;
}

h1 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.8;
	color: #1C9CDE;
	border-bottom: 1px solid #D5D3D8;
}

h2 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.44;
}

h3 {
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1.423;
}

h4 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.765;
}

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

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

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

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

iframe {
	border: 0px;
}

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;
	border: 1px solid #ddd;
	color: #1d2b30;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #1d2b30;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #1d2b30;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #faa32a;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	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: #ffd093;
	color: #fff;
}

.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;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Orange CTA buttons
---------------------------------------------------- */
.btn-cta-apply {
    color: #fff;
    font-size: 16px;
    font-size:1.6rem;
    vertical-align: middle;
    border-radius: 0;
    background: #ffa32a;
    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: #ffa32a;
    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;
}


/* ## 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;
}

/* ## 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: #4B555A;
}

/* ## Red CTA buttons
---------------------------------------------------- */
.btn-cta-red {
    color: #fff;
    font-size: 16px;
    font-size:1.6rem;
    vertical-align: middle;
    border-radius: 0;
    background: #ee836e;
    /*border: 1px solid #C88322;*/
    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;
    /*border: 1px solid #C88322;*/
    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: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 900;
}

/* ## 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;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #1d2b30;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.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;
}

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

.archive-description {
	/*display: none;*/
}

.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;
}

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

.search-form {
	overflow: hidden;
}

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

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

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

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

.entry-title {
	font-size: 25px;
	font-size: 2.5rem;
}

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: #1C9CDE;
}

.widget-title {
	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: 20px 20px 20px 0;
}

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.sticky {
}

.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;
}

#text-45.widget.widget_text .widget-wrap,
#text-52.widget.widget_text .widget-wrap,
#text-54.widget.widget_text .widget-wrap {
	border: 1px solid #D5D3D8 !important;
	padding: 30px;
}

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

/* ## 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;
}


/* # 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 {
	background: url(//www.internationalcitizens.com/wp-content/themes/ic/images/international-citizens.png) no-repeat left;
	float: left;
	min-height: 76px;
	width: 318px;
	max-width: 100%;
	background-size: 318px 76px;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	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;
}

.textwidget p {
	/*padding: 0 0 !important;
	//margin: 0 0 5px !important;
	//padding: 5px 0 0 0 !important;*/
}

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

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

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

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

/*----- Quote Widget -----*/
.quote-widget {
	background: #1C9CDE !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;
	/*border-right: 1px solid;*/
}

.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 {
	content: "\f140";
	/*content: "\f0d7";*/
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'dashicons';
	padding-left: 3px;
	vertical-align: top;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #D4ECF6;
	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: #1C9CDE;
}

.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: #167CB2;
}

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

.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: #1C9CDE;
}

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

.nav-secondary {
	background-color: #1C9CDE;
	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: #167CB2;
}

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

.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: #1C9CDE;
}

/* ## 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: #ffa32a;
}


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

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

.entry {
	margin-bottom: 40px;
	/*padding: 50px 60px;
	//padding: 0 20px;*/
}

.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 ul>li a {
	/*display: block;*/
	padding: 0 0 4px 0;
}

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

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

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

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

.fl-node-592df5d9a8f75 h2.fl-post-feed-title {
	/*display:none;*/
	font-size: 24px;
}

.fl-node-592df5d9a8f75 p {
	/*margin-top: -23px;*/
}

/*---- borders -----*/
.fl-node-592df5d9a8e18,
.fl-node-592df5d9a8e56 {
    border-right: 1px solid #d1d1d1;
}

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

/*----- Compare Travel Plan table style  -----*/
.compare-wrap {
	border: 1px solid #D2D2D2;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    float: left;
    padding: 18px 0px 18px 0px;
    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: 220px;
    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: 228px;*/
    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;
    /*font-family: 'calibribold';*/
    text-decoration: none;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    /*background: url(//www.internationalcitizens.com/wp-content/themes/ic/images/quote_bg.jpg) repeat-x;*/
    background-color: #d2b30;
    padding: 10px 0;
    margin: 4px 0;
}

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

/*----- Table styles  -----*/
#img-global-schedule {
    /*font-family: 'calibriregular';*/
    font-size: 60%;
    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-size: 110%;
    font-weight: 900
}
#img-global-schedule span {
    font-weight: 400;
    font-size: 90%
}
#img-global-schedule .white {
    background-color: #ffffff;
    border: 1px solid #5e696c
}
#img-global-schedule .bronze {
    background-color: #e8bd9b
}
#img-global-schedule .silver {
    background-color: #d7d8d7
}
#img-global-schedule .gold {
    background-color: #f8eddc
}
#img-global-schedule .gold-plus {
    background-color: #e6d0aa
}
#img-global-schedule .platinum {
    background-color: #5e696c;
    color: #ffffff;
}

.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: 900
}
#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: #1C9CDE !important;
 }
 
 .fl-builder-pagination li span.current {
	 color: #fafafa;
	 background-color: #1C9CDE !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: 140px;*/
	 height: auto;
	 background: #F3F3F3;
}
 
.callout-img {
	 /*float: left;*/
	 padding: 0px 20px;
}
 
.callout-hilites {
	 /*float: left;*/
	 padding: 0px 25px;
	 font-size: 12px;
}

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

.callout-hilites li {
	line-height: 2;
}
 
.callout-cta {
	 /*text-align: center;
	 //padding-top: 55px;*/
	 margin: 20px 0;
}


/*----- Sidebar styles  -----*/
.call-back-sidebar, 
#content-sidebar  .call-back-sidebar {
    margin: 0 auto;
}

.call-back-sidebar {
    padding: 30px 30px 0px 30px;
    width: 100%;
    position: relative;
    background: #1C9CDE;
    color: #fff;
}

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

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

.wpcf7-textarea {
	height: 100px;
}

#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 {
    
}

.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: #d8d8d8;
    font-size: 15px;
    line-height: 15px;
    margin: 5px 0;
}

.call-back-sidebar input[type="submit"] {
    background: url(//www.internationalcitizens.com/wp-content/themes/ic/images/quote_bg.png) repeat-x;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-top: 8px;
    margin: 16px 0 0 0;
    text-transform: capitalize;
}

.call-back-sidebar div.wpcf7 img.ajax-loader {}

.call-back-sidebar .form-wrap span.wpcf7-not-valid-tip {
    top: -26px;
    position: static;
    font-size: 12px;
}

/*----- home-services area -----*/
.fl-photo-crop-circle img {
	border: 1px solid #D4ECF6;
}

/*----- home-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 h3.sd-title {
	display: none !important;
}


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

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

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

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

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

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

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


/* ## 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: #1C9CDE;
	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;
}

.bypostauthor {
}

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


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

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

.sidebar li {
	margin-bottom: 10px;
	list-style-image: (url:../images/right-carrot.png);
}

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

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

/* ## Widget mods
---------------------------------------------------- */
/*----- Recent Posts widget  -----*/
.widget.widget_recent_entries,
#execphp-2.widget.widget_execphp {
	/*border: 1px solid;
	//margin: 10px;*/
}

.widget.widget_recent_entries h3,
#execphp-2.widget.widget_execphp h3 {
	/*margin-left: -20px;*/
}


.widget.widget_recent_entries .widget-wrap,
#execphp-2.widget.widget_execphp .widget-wrap {
	/*padding: 20px;
	//margin-left: 20px;*/
}

.widget.widget_recent_entries .widget-wrap ul,
#execphp-2.widget.widget_execphp .widget-wrap ul {
	list-style-image: url(//www.internationalcitizens.com/wp-content/themes/ic/images/right-carrot.png);
	color: #1C9CDE;
	padding-left: 20px;
}

#search-2.widget.widget_search {
	background-color: #ECE8ED;
    margin: 10px;
}

#search-2.widget.widget_search .widget-wrap {
	border: 0;
	padding: 20px !important;
}


#twitter_timeline-2.widget_twitter_timeline {
	background-color: none;
    margin: 10px;
	border: 1px solid #D5D3D8 !important;
	padding: 20px;
}

#twitter_timeline-2.widget_twitter_timeline .widget-wrap {
	border: 0;
	padding: 20px !important;
}

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

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

/*----- header icons  -----*/
#text-41.widget.widget_text .widget-wrap {
	padding: 25px;
}

/* # 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: #1C9CDE;
}

.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: 275px;
}

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

.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;
}

.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;
}


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

.site-footer {
	background-color: #1d2b30;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	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;
}

.jetpack_widget_social_icons ul.size-medium a {
	padding: 4px;
}

/* # 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;
	}
}

@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%;
	}

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

	.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;
    }
    
    a.header-icons {
	    /*padding-right: 90px;*/
	    padding-top: 25px !important;
    }
    
    .header-links {
	    padding-right: 60px;
    }
    
    /*----- header icons  -----*/
	#text-41.widget.widget_text .widget-wrap {
		padding: 25px 90px 0 0 ;
	}
    
    button#responsive-menu-pro-button {
	    width: 55px;
		height: 55px;
		position: absolute;
		top: 25px;
		right: 2%
    }
    
    .sidebar-widget {
	    /*padding: 20px;*/
    }
    
    #search-2.widget.widget_search {
	    margin: 10px 0;
	}

    
    .download-widget,
    .quote-widget {
	    margin: 10px 0;
    }
    
    .call-back-sidebar {
	    margin: 10px 0;
	    /*width: 97%;*/
    }
    
    #recent-posts-2.widget.widget_recent_entries,
	#execphp-2.widget.widget_execphp {
		margin: 10px 0;
	}
    
    #recent-posts-2.widget.widget_recent_entries, 
    #execphp-2.widget.widget_execphp {
	    /*margin: 20px;*/
    }
    
    #tp_widget_recent_tweets-3.widget.widget_tp_widget_recent_tweets {
	    margin: 10px 0 !important;
    }

}

@media only screen and (max-width: 425px) {
	.site-title a {
		/*margin-left: 40px;*/
	}
	
	.fl-col .fl-node-590b7b3390f66 {
		height: 80px;
	}
	
	.header-links {
	    padding-right: 0px;
    }
    
    .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: 20px;
    }
    
    .footer-widgets-4 {
	    float: left;
    }
    
    .site-info-links {
	    font-size: 13px;
    }
    
    .widget-area.header-widget-area {
	    width: 100%;
	    text-align: center;
		padding-top: 5px;
    }
    
    #text-41.widget.widget_text .widget-wrap {
	    padding: 10px;
	}
    
     .header-rt {
	    padding-right: 0px;
    }
    
    .call-back-sidebar {
	    /*width: 95%;*/
    }

}

@media only screen and (max-width: 375px) {
	.site-title a {
		margin-left: 12px;
	}
	
	.call-back-sidebar {
	    /*width: 94%;*/
    }
    
    .footer-top-right {
	    padding-top: 40px;
    }

}

@media only screen and (max-width: 320px) {
	.header-image .site-title > a {
		margin-left: -13px;
	}
	
	.site-title a {
		margin-left: -13px;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
/* Css updates */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position:fixed !important;
	}
}
.category-blog .archive-title,
.single-post .entry-title,
.page .entry-title{ 
		line-height: 1.2;
}
@media(max-width:768px){
	.page .entry-content img,
	.single-post .entry-content img{
		width:150px;
		height:150px;
		object-fit:cover;
	}
	.page .entry-content .plan-callout .callout-img img,
	.single-post .entry-content .plan-callout .callout-img img{
		width:250px;
		height:auto;
	}
}
@media(max-width:425px){
	.header-image .site-title > a {
			width: 70%;
			background-size: 100%;
			background-position:center;
			margin-left:0;
	}
	.homepage_banner_sec  > .fl-col-content{
		padding: 30px 20px !important;
	}
	.homepage_banner_sec  > .fl-col-content h2{
		font-size: 24px !important;
    line-height: 30px !important;
	}
		.homepage_banner_sec  > .fl-col-content p{
		font-size: 18px !important;
    line-height: 24px !important;
	}
	.homepage_banner_sec  > .fl-col-content .fl-button-wrap a{
		font-size: 18px !important;
    line-height: 24px !important;
		padding:10px 15px !important;
	}
	.homepage_banner_sec  > .fl-col-content .homepage_banner_colbtm .fl-col-content{
		margin-top:30px !important;
	}
}

@media(min-width:993px){
	.fl-node-592ed6212f3f9 > .fl-col-content:after {
		background-color: transparent !important;
	}	
}
