/*
Theme Name: American In Home Care
Theme URI: http://doubledome.com
Author: the WordPress team
Author URI: ttp://doubledome.com
Description: DoubleDome Web Technologies is an Atlanta, Georgia based Internet Marketing Agency founded in 2000. We started as a custom web design firm with the desire to provide every client large and small with a customized Internet marketing solution for a fair price and the best possible customer service experience possible.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 1.1 - Class Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 *   4.3 - Slider
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Customo modules
 * 9.0 - Media Queries
 * 10.0 - Print
 * ----------------------------------------------------------------------------
 */
 /*Font Family FontAwesome*/ 
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Font Family Whitney*/ 
@font-face {
    font-family: 'Whitney-Black-Bas';
    src: url('fonts/whitney/Whitney-Black-Bas.otf');
    }   
@font-face {
    font-family: 'Whitney-BlackItal-Bas';
    src: url('fonts/whitney/Whitney-BlackItal-Bas.otf');
    }
@font-face {
    font-family: 'Whitney-Bold-Bas';
    src: url('fonts/whitney/Whitney-Bold-Bas.otf');
    }   
@font-face {
    font-family: 'Whitney-BoldItal-Bas';
    src: url('fonts/whitney/Whitney-BoldItal-Bas.otf');
    }   
@font-face {
    font-family: 'Whitney-Book-Bas';
    src: url('fonts/whitney/Whitney-Book-Bas.otf');
    }
@font-face {
    font-family: 'Whitney-BookItal-Bas';
    src: url('fonts/whitney/Whitney-BookItal-Bas.otf');
    }   
@font-face {
    font-family: 'Whitney-Light-Bas';
    src: url('fonts/whitney/Whitney-Light-Bas.otf');
    }
@font-face {
    font-family: 'Whitney-LightItal-Bas';
    src: url('fonts/whitney/Whitney-LightItal-Bas.otf');
    }
@font-face {
    font-family: 'Whitney-Medium-Bas';
    src: url('fonts/whitney/Whitney-Medium-Bas.otf');
    }
    
@font-face {
    font-family: 'Whitney-MediumItal-Bas';
    src: url('fonts/whitney/Whitney-MediumItal-Bas.otf');
    }
    
@font-face {
    font-family: 'Whitney-Semibold-Bas';
    src: url('fonts/whitney/Whitney-Semibold-Bas.otf');
    }
    
@font-face {
    font-family: 'Whitney-SemiboldItal-Bas';
    src: url('fonts/whitney/Whitney-SemiboldItal-Bas.otf');
    }

/**
 * 1.0 Reset
 */

/*@import url(http://fonts.googleapis.com/css?family=Port+Lligat+Slab);*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,
font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,
dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td {
    border: 0;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
em{
   font-family: 'Whitney-BookItal-Bas', Arial, Helvetica, sans-serif; 
}
article,aside,details,figcaption,
figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

input,textarea,keygen,
select,button,isindex,strong,i {
    font-family: Arial, Helvetica, sans-serif;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html,
button,
input,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    color: #606060;
    line-height: 1.5;
    margin: 0;
}

a {
    color: #337321;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}


/* headings */

h1, h1 a, h1 span, h1 strong, h1 em,
h2, h2 a, h2 span, h2 strong, h2 em,
h3, h3 a, h3 span, h3 strong, h3 em,
h4, h4 a, h4 span, h4 strong, h4 em,
h5, h5 a, h5 span, h5 strong, h5 em,
h6, h6 a, h6 span, h6 strong, h6 em{
    color: #0358a5;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
	padding-top: 15px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

address {
    color: #818181;
    margin-bottom: 10px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p {
    line-height: 140%;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

em {
    font-style: italic;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote blockquote {
    margin-right: 0;
}

blockquote cite,
blockquote small {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

blockquote em,
blockquote i {
    font-style: normal;
    font-weight: 300;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

menu,
ol,
ul {
    margin: 15px 0 15px 0;
    padding: 0 0 0 40px;
    line-height: 140%;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

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

li {
    margin: 0 0 .5em 0;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}


/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
} */

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    width: 270px;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-spacing: initial;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
    vertical-align: top;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    background: url(images/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
    margin: 0 0 24px;
}


/**
 * 1.1 Reset
 *By Angel Ugarte Mendoza
 * ----------------------------------------------------------------------------
 */
a.btn-blue,
a.btn-green,
a.btn-white,
.aihc-form .gform_footer .gform_button,
.startbutton a, a.startbutton{
    border: 2px solid #ffffff;
    color: #ffffff!important;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    min-width: 175px;
    padding: 14px 20px;
    vertical-align: top;
    white-space: normal;
}
a.btn-blue{
    background: #0358a5;
}
a.btn-blue:hover{
    background: #fff;
    border: 2px solid #0358a5;
    color: #0358a5!important;
    text-decoration: none;
}
a.btn-green,
.aihc-form .gform_footer .gform_button,
.startbutton a, a.startbutton{
    background: #347438;
    text-align: center;
}
a.btn-green:hover,
.aihc-form .gform_footer .gform_button:hover,
.startbutton a:hover, a.startbutton:hover{
    background: #fff;
    border: 2px solid #347438;
    color: #347438!important;
    text-decoration: none;
}
.aihc-form .gform_footer .gform_button:hover {
	padding: 14px 20px;	
}
a.btn-white{
    background: #fff; 
    border: 2px solid #0358a5;
    color: #0358a5!important;
}
a.btn-white:hover{
    background: #0358a5; 
    color: #fff!important;
    text-decoration: none;
}
.center-page {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

.clear {
    clear: both;
}
.font-family-Whitney-Book{
    font-family:'Whitney-Book-Bas', Arial, Helvetica, sans-serif!important;
}
.font_size_26_white {
    color: #fff!important;
    font-size: 26px!important;
}

.inline-block {
    display: inline-block;
    *float: left;
    vertical-align: top;
}

.left {
    float: left;
}

.margin-bottom {
    margin: 0;
}

.margin-top {
    margin: 10px 0 5px 0;
}

.min-width975 {
    min-width: 975px;
}

.purple {
    color: #781d7e;
}

a.read-more,
.read-more a {
    background: url(graphics/read-more.jpg) right 4px no-repeat;
    color: #76217c;
    font-size: 14px;
    font-weight: bold;
    padding: 0 16px 0 0;
}

.right {
    float: right;
}


.orange-btn, .gform_footer .gform_button,
.bwl-faq-form-container input[type="submit"],
.blue-btn{
    background: #337321;    
    padding: 6.5px 16px;
}

.orange-btn, .orange-btn a,
.blue-btn, .blue-btn a {
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    color: #fff !important;
    text-shadow: 1px 1px #000;
    font-size: 26px;
    text-decoration: none;
    line-height: 100%;
    display: inline-block;
}

.blue-btn{
    background: url('images/bg-btn-blue-hover.png') repeat-x;
    background-size: contain;
}

.orange-btn,.blue-btn:hover {
    background: #D46635;
}
.orange-btn:hover,
.gform_footer .gform_button:hover,
.bwl-faq-form-container input[type="submit"]:hover {
    background: #fff;
    border: 2px solid #337321;
    color: #337321;    
}

.gform_footer .gform_button:hover {
	padding: 6.5px 16px;
}

.bg-light-blue {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: url('images/bg-light-blue.png') repeat-x #3d8db9 0 0;
    background-size: 30px;
    border-radius: 6px;
    display: block;
    padding: 4.5px 10px;
    text-transform: uppercase;
}

.bg-light-blue,
.bg-light-blue a {
    color: #fff;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 1px 1px #000;
}

.bg-light-blue:hover {
    background-position: bottom;
}

.telephone{
    border: 2px solid #0358a5;
    color: #0358a5;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    padding: 11px 17px 8px;
    vertical-align: top;
	margin-top:8px;
}
.telephone:hover{
    background: #0358a5;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}
.telephone2{
    border: 2px solid #0358a5;
    color: #0358a5;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 5px 10px;
    vertical-align: top;
	width: 210px;
    text-align: center;
    max-width: 100%;
}
.telephone2:hover{
    background: #0358a5;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}

.telephone-orange, a.telephone-orange{
    color: #fe8f00!important;
    font-family:'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 30px!important;
    line-height: 1;
}
.telephone-orange:hover, 
a.telephone-orange:hover{
    color: #fff!important;
    text-decoration: none;
}
.text-center {
    text-align: center;
}

.text-shadow{
    -moz-text-shadow: 1px 1px 5px #000;
    -webkit-text-shadow: 1px 1px 5px #000;
    text-shadow: 1px 1px 5px #000;
}
.width100 {
    width: 100%;
}
.width-600,
.width-700,
.width-1000{
    clear: both;
    width: 100%;
}
.width-600{
    max-width: 600px;
}
.width-700{
    max-width: 700px;
}
.width-1000{
    max-width: 1000px;
}
.white-text{
    color: #eeeeee;
}
.white-text{
    color: #fff;
}
.aihc-header-relative{
    position: relative;
}
.aihc-buttom-scroll{
   position: absolute;
    left: 50%;
    /*right: 0;*/
    bottom: 15px;
    z-index: 1;
	width: 100px;
    margin-left: -50px !important;
}
.aihc-newsletter{
     padding-top: 10px;
    padding-bottom: 25px;
}
.aihc-vc-sidebar{
    left: 0 !important;
    padding-left: 0 !important;    
    padding-right: 30px !important;
    width: 100% !important;
}
.aihc-logo-text{
     text-align: left !important;
    width: 500px;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}


/* Clearing floats */

.clear:after,
.attachment .entry-header:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}


/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    display: none;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}


/* Form fields, general styles first. */

button,
input,
textarea {
    border: 2px solid #cfcfcf;
    font-family: inherit;
    padding: 5px;
}

input,
textarea {
    color: #141412;
}

input:focus,
textarea:focus {
    border: 2px solid #c3c0ab;
    outline: 0;
}


/* Buttons */

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #347438;   
    -moz-border-radius: 0;
    -weblit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    padding: 5px 21px 6px;
    text-decoration: none;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #fff;  
    color:#347438;
    border: 2px solid #347438;
    padding: 3px 21px 4px;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #347438;   
    border: none;
    color:#fff;
}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #7d7b6d;
}

:-moz-placeholder {
    color: #7d7b6d;
}

::-moz-placeholder {
    color: #7d7b6d;
}

:-ms-input-placeholder {
    color: #7d7b6d;
}


/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}


/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

img,
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}


/* Make sure videos and embeds fit their containers. */

embed,
iframe,
object,
video {
    max-width: 100%;
}


/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}


/* Images */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 10px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
    background-color: #fff;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    margin: 0 auto;
/*    max-width: 1600px;*/
    width: 100%;
}

.site-main {
    position: relative;
}

.site-main .sidebar-container {
    height: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1;
}

.site-main .sidebar-inner {
    margin: 0 auto;
    max-width: 1040px;
}


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


/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.header {
    background: #fff;
    line-height: 1;
    padding-bottom: 0px;
    position: fixed;
    text-align: right;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.admin-bar .header {
    margin-top: 32px;
}

.header .center-page {
    position: relative;
    padding-bottom: 0px;
}

.logo {
    margin: 12px 0 20px 0px;
    float: left;
    max-width: 300px;
    width: 100%;
}
.logo p{
    line-height: 1;
    margin: 0;
}
.logo img {
    margin: 0 0 9px;
}

.logo * {
    color: #0358a5;
    /*font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.bar-header {
    margin-bottom: 8px;
    margin-top: 19px;
    max-width: 260px;
    text-align: right;
}

/*.bar-header .widget:not(.widget-first) {
    max-width: 245px;
    width: 100%;
}*/
.bar-header .widget{
    margin-bottom: 8px;
}
.bar-header .widget p {
    line-height: 1;
    margin-bottom: 0;
    text-align: right;
}
.bar-header .widget-last.widget_custom_post_widget:last-child {
	margin-bottom:0px;
}
.bar-header .widget-last.widget_custom_post_widget a:first-child {
	margin-bottom:6px;
}

.bar-header .orange-btn {
    background: url('images/button.png') repeat-x #D46635;
    background-size: contain;
    display: block !important;
    text-align: center;
    padding: 2px 6px !important;
}

.bar-header .orange-btn:hover {
    background: url('images/button-hover.png') repeat-x;
}

.bar-header .orange-btn a {
    font-size: 24px;
}
.bar-header .widget{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
/*
.bar-header .widget_custom_post_widget,
.bar-header .widget_search,
.bar-header .widget_nav_menu,
.bar-header .widget_nav_menu ul li {
    display: inline-block;
    vertical-align: top;
}
.bar-header .widget_nav_menu ul {
    margin: 12px 0 0 0;
    padding: 0;
}

.bar-header .widget_nav_menu ul li {
    margin: 0 0 0 12px;
    padding: 0;
}

.bar-header .widget_nav_menu ul li,
.bar-header .widget_nav_menu ul li a {
    line-height: 1;
}

.bar-header .widget_nav_menu ul .current-menu-item a {
    text-decoration: underline;
}
*/

/*Header Phone*/

/*.bar-header .widget_custom_post_widget.widget-first {
    margin: 15px 35px 0 0;
    max-width: 315px;
    width: 100%;
    float: left;
}

.bar-header .widget_custom_post_widget.widget-first img.alignleft {
    margin: 0px 14px 0px 0;
    width: 50px;
}

.bar-header .widget_custom_post_widget.widget-first span,
.bar-header .widget_custom_post_widget.widget-first p {
    line-height: 1;
    margin: 0;
}*/

.htollfree {
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    color: #0056a2;
    font-size: 20px;
    vertical-align: middle;
}

.hpno,
.hpno a {
    color: #D46635;
    font-weight: bold;
    font-size: 28px;
    font-family: Arial;
    display: block;
    padding-bottom: 3px;
}
/*.bar-header .widget_custom_post_widget.widget-2,
.bar-header #custom_post_widget-23 {
    margin: 1px 0 1px 0;
}

.bar-header #custom_post_widget-23 {
    max-width: 245px;
    width: 100%;
    float: none;
}

.bar-header #custom_post_widget-23 span,
.bar-header #custom_post_widget-23 p {
    line-height: 100%;
    margin: 0 0 5px;
}

.bar-header .widget_search {
    margin-bottom: 6px;
}

.bar-header .widget_search input[type="search"] {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bar-header .widget_search input[type="search"],
.bar-header .widget_search input[type="text"] {

    background-image: url("graphics/back_search.jpg");
    background-position: 174px 3px;
    background-position: 95% 4px;
    background-repeat: no-repeat;
    border: 1px solid #71a0d6;
    color: #337321;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 8px 10px 6px 7px;
    width: 100%;
}

.bar-header .widget_search input[type="search"]::-webkit-input-placeholder,
.bar-header .widget_search input[type="text"]::-webkit-input-placeholder {
    color: #337321;
}

.bar-header .widget_search input[type="search"]:-moz-placeholder,
.bar-header .widget_search input[type="text"]:-moz-placeholder {
    color: #337321;
}

.bar-header .widget_search input[type="search"]::-moz-placeholder,
.bar-header .widget_search input[type="text"]::-moz-placeholder {
    color: #337321;
}

.bar-header .widget_search input[type="search"]:-ms-input-placeholder,
.bar-header .widget_search input[type="text"]:-ms-input-placeholder {
    color: #337321;
}
.bar-header aside{
    margin-bottom: 5px !important;
}
.bar-header .widget_custom_post_widget.widget-last * {
    text-align: center;
}
*/
.bar-header .widget_custom_post_widget.widget-last img:hover {
    opacity: 0.5;
}
.bar-header ul{
    margin: 0;
    padding: 0;
}

/*Style Widget Social*/
.bar-header .social-icon {
    text-align: right;
}
.bar-header .social-icon li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 2px;
    vertical-align: top;
}
.bar-header .social-icon li a {
    background: #347438;
    border-radius: 50%;
    color: #fff;
    display: block;
    font: normal normal normal 16px/1 FontAwesome;
    height: 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 24px;
}

.bar-header .social-icon li a:hover{
    background: #255328;
}
/*.bar-header .social-icon .cn-fa-facebook a{
    background: url(images/aihc-social.png) no-repeat 0 0;
}
.bar-header .social-icon .cn-fa-facebook a:hover {
    background: url(http://www.americaninhomecare.com/wp-content/uploads/2017/04/fb_color.png) no-repeat center center;
}
.bar-header .social-icon .cn-fa-g- a {
    background: url(images/aihc-social.png) no-repeat -30px 0;
}

.bar-header .social-icon .cn-fa-g- a:hover {
    background: url(http://www.americaninhomecare.com/wp-content/uploads/2017/04/google_color.png) no-repeat center center;
}
.bar-header .social-icon .cn-fa-linkedin a {
    background: url(images/aihc-social.png) no-repeat -89px 0;
}

.bar-header .social-icon .cn-fa-linkedin a:hover {
    background: url(http://www.americaninhomecare.com/wp-content/uploads/2017/04/inked_in_color.png) no-repeat center center;
}
.bar-header .social-icon .cn-fa-blog a {
    background: url(images/aihc-social.png) no-repeat center 0;
}

.bar-header .social-icon .cn-fa-blog a:hover {
    background: url(http://www.americaninhomecare.com/wp-content/uploads/2017/04/blog_color.png) no-repeat center center;
}
.bar-header .social-icon .cn-fa-pinterest a {
    background: url(images/aihc-social.png) no-repeat -60px 0;
}

.bar-header .social-icon .cn-fa-pinterest a:hover {
    background: url(http://www.americaninhomecare.com/wp-content/uploads/2017/04/pinterest_color.png) no-repeat center center;
}
.bar-header .social-icon .cn-fa-youtube a {
    background: url(images/aihc-social.png) no-repeat -118px 0;
}

.bar-header .social-icon .cn-fa-youtube a:hover {
    background: url(http://www.americaninhomecare.com/wp-content/uploads/2017/04/youtube_color.png) no-repeat center center;
}*/
.bar-header .social-icon a:before{
    left: 0;    
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.bar-header .social-icon .cn-fa-facebook a:before{
    content: "\f09a";
}
.bar-header .social-icon .cn-fa-g- a:before{
    content: "\f1a0";
}
.bar-header .social-icon .cn-fa-linkedin a:before{
    content: "\f0e1";
}
.bar-header .social-icon .cn-fa-pinterest a:before{
    content: "\f231";
}
.bar-header .social-icon .cn-fa-youtube a:before{
    content: "\f16a";
}
.bar-header .social-icon .cn-fa-blog a:before {
    content: '\f09e';
}

.full-content {
    top: 166px;
    position: relative;
}
/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.mainmenu {
    position: relative;
    z-index: 99;
}

.mainmenu ul.nav-menu {
    background: #004465;
	margin: 0;
    text-align: center;
    padding: 0px 10px;
}

.mainmenu li {
	background: #004465;
	display: inline-block;
	margin: 0 0 0 -3px;
	position: relative;
}

/*.mainmenu li#menu-item-4708, .mainmenu li#menu-item-4700, .mainmenu li#menu-item-6104, .mainmenu li#menu-item-6905 {
    background: url(/wp-content/uploads/2017/06/last-menu-bg.jpg) repeat-x center center;
    background-size: contain;
}*/

.mainmenu ul li a {
    color: #ffffff;
    font-family:'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    /*padding: 7px 0px 8px ;*/
}

.mainmenu > div > ul > li > a {
    display: inline-block;
    padding: 7px 24px 8px;
}

/*.mainmenu > div > ul > li:first-child > a {
    padding-left: 0;
}*/

/*.mainmenu ul li a:hover,*/
.mainmenu > div > ul >.current-menu-item,
.mainmenu > div > ul >.current_page_parent,
.mainmenu > div > ul >.current-menu-parent,
.mainmenu > div > ul >.current-page-ancestor,
.mainmenu ul li:hover {
    background: #003751;
}
.mainmenu ul li a:hover{
    text-decoration: none;
}
.menu-toggle {
    display: none;
}

/*.mainmenu > div > ul >.current-menu-item>a,
.mainmenu > div > ul >.current_page_parent>a,
.mainmenu > div > ul >.current-menu-parent>a,
.single-resourcelibrary .mainmenu > div > ul >#menu-item-2779>a {
	color: #B2CBE0;
}*/


/* =Menu subniveles ------------------------------------- */

.mainmenu ul ul {
    background: #fff;
    -moz-box-shadow: 0 3px 3px #bcbbbb;
    -webkit-box-shadow: 0 3px 3px #bcbbbb;
    box-shadow: 0 1px 3px #bcbbbb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    opacity: 0;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    /*width: 172px;*/
    z-index: 9999999;
}

.mainmenu > div > ul > li >ul {
    margin: 0 0 0 0px;
    left: 0%;
    display: none;
}

.mainmenu li:hover ul {
    display: block;
}

.mainmenu ul ul ul {
    left: 100%;
    top: 0;
}

.mainmenu ul ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.mainmenu ul ul a {
    border-top: 1px solid #f2f3e9;
    display: inline-block;
    height: auto;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    width: 100%;
}

.mainmenu ul ul li:first-child a {
    border-top: none;
}

.mainmenu ul ul li:hover {
    background-color: #fbfcf9;
}

.mainmenu ul ul li:hover > a{
    color: #004465;
}

/**
 * 4.3 Slider
 * ----------------------------------------------------------------------------
 */

.slider_image {
    background: url(graphics/back_slider.jpg) no-repeat center top;
    border-bottom: 2px solid #D5CAA0;
    margin: 0;
    background-size: cover;
}

.slider_image .mslide_text {
    /*left: 65px;*/
    position: absolute;
    top: 30px;
    width: 100%;
}

.slider_image .mslide_text h3 {
    color: #fff;
    font-size: 46px;
}

.slider_image .mslide_text .read_more a,
.slider_image .mslide_text a.read_more {
    background: #316B20;
    border: 2px solid #FFF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 12px #202020;
    -moz-box-shadow: 0 0 12px #202020;
    -webkit-box-shadow: 0 0 12px #202020;
    color: #FFF;
    display: block;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-top: 30px;
    max-width: 155px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

.slider_image .mslide_text .read_more a:hover,
.slider_image .mslide_text a.read_more:hover {
    background: #193b4c;
}

.slider_image .meteor-nav .prev a {
    background: url('graphics/prev.png') no-repeat center right;
}

.slider_image .meteor-nav .next a {
    background: url('graphics/next.png') no-repeat center right;
}

.mslide .mslide_text a img {
    margin: 0 !important;
}

div.pp_overlay {
    z-index: 9999;
}

.slider_image .gform_widget {
    margin-top: 40px;
    max-width: 470px;
    position: absolute;
    right: 20px;
    top: 48px;
    width: 45%;
    z-index: 99;
}
.slider_image .gform_widget .gfield_html_formatted{
    display: none;
}
.slider_image .site-headerimage img{
    height: auto;
    max-width: 100%;
}
/**
 * 4.4 Modules below slider
 * ----------------------------------------------------------------------------
 */

.container_sub_modules {
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}

.container_sub_modules .widget_custom_post_widget {
    background: url(graphics/back_module_home.png) no-repeat;
    display: inline-block;
    margin-top: -30px;
    max-width: 220px;
    min-height: 99px;
    vertical-align: top;
    width: 100%;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.45);
    border: 1px solid white;
    margin-right: 10px;
    margin-left: 10px;
}

.ie8 .container_sub_modules .widget_custom_post_widget {
    padding: 0;
}

.container_sub_modules .widget_custom_post_widget,
.container_sub_modules .widget_custom_post_widget p {
    text-align: center;
}

.container_sub_modules .widget_custom_post_widget img {
    margin: -35px 0 0 0;
}

.container_sub_modules .widget_custom_post_widget h3,
.container_sub_modules .widget_custom_post_widget h3 a,
.container_sub_modules .widget_custom_post_widget p {
    color: #fff;
    margin: 0;
    line-height: 1;
}

.container_sub_modules .widget_custom_post_widget h3,
.container_sub_modules .widget_custom_post_widget h3 a {
    color: #eee8dc;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 1;
    margin: 0;
    text-decoration: none;
}

.container_sub_modules .widget_custom_post_widget h3 {
    margin-top: 5px;
}

.container_sub_modules .widget_custom_post_widget h3 a:hover {
    color: #6DAC5B;
}


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

.container {
    /*background: url(graphics/back_container.jpg) #eee8dc;*/
    background: #fff;
    text-align: center;
}

.content {
    /*width: 625px;
    margin-left: 25px;*/
    text-align: left;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.content h1,
.content h2,
.content h3 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.page .content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    /*max-width: 610px;*/
}

/*.home.page .content {
    max-width: 988px;
    width: 100%;
    margin: 0;
    padding: 20px 10px 30px 0;
}*/

.page.page-template-width100-page .content, .page.page-template-service-block .content, .page.page-template-locations .content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.page.page-template-width100-page footer.entry-meta{
    margin-top: 0;
    position: relative; 
}
.page.page-template-width100-page footer.entry-meta .edit-link{
    bottom: 0;
    left: 0;
    position: absolute;
}
/* Template Care Providers */

.template-care-providers .entry-header {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.template-care-providers .care-top-content {
    padding-bottom: 10px;
    padding-top: 8px;
}

.template-care-providers .care-top-content h3,
.template-care-providers .care-top-content h3 * {
    color: #10385d;
    font-size: 22px;
}

.template-care-providers .content-three-columns * {
    font-family: Arial, sans-serif;
}

.template-care-providers .content-three-columns p {
    color: #16426a;
    font-size: 16px;
    line-height: 24px;
}

.template-care-providers .su-accordion {
    margin-bottom: 0;
}

.template-care-providers .su-accordion .su-spoiler {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border-radius: 0;
    border: none;
}

.template-care-providers .su-accordion .su-spoiler-title {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: url(images/bg-tab-title.png) repeat;
    background-size: contain;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-radius: 0;
    border-right: 1px solid #fff;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 12px 50px 11px 55px;
}

.template-care-providers .su-accordion .su-spoiler-icon {
    right: 22px;
    top: 12px;
    left: auto;
}

.template-care-providers .su-accordion .su-spoiler-icon:before {
    font-size: 21px;
    left: auto;
    right: 22px;
}

.template-care-providers .su-accordion .su-spoiler-content {
    background: #fff;
    border-radius: 0;
    padding: 20px 20px 20px 30px;
    position: relative;
}

.template-care-providers .su-spoiler-content * {
    color: #232628;
    font-size: 16px;
    line-height: 36px;
}

.template-care-providers .su-accordion .su-spoiler-content:before {
    background: url(images/bg-tab-shadow.png) repeat;
    height: 7px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.template-care-providers .btn-container {
    padding-bottom: 35px;
    padding-top: 42px;
}

.template-care-providers .btn-container .orange-btn {
    float: right;
    text-align: center;
}

.template-care-providers .btn-container .startbutton,
.template-care-providers .btn-container .orange-btn {
    display: block;
    max-width: 386px;
    width: 100%;
}

.template-care-providers .btn-container a {
    font-size: 18px;
    text-transform: uppercase;
}

.template-care-providers .care-map-section {}

.template-care-providers .care-map-section h3 {
    font-size: 24px;
    margin-bottom: 23px;
}


/**
 * 4.6 Style Widget Form
 * ----------------------------------------------------------------------------
 */

.form_contact_us_aih,
.form_contact_us_aih .gform_body {
    position: relative;
}

.form_contact_us_aih {
    padding-bottom: 25px;
}

.form_contact_us_aih ul,
.form_stay_up_to_date ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form_contact_us_aih ul li {
    margin: 0 0 10px;
}

.form_contact_us_aih .gform_heading,
.form_contact_us_aih .gform_heading span {
    color: #4a843a;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-bottom: 12px;
}

.form_stay_up_to_date input[type="text"],
.hbspt-form input[type=text], .hbspt-form input[type=email], .hbspt-form textarea, .hbspt-form select{
    border: 1px solid #004465 !important;
    color: #004465 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    min-height: 35px;
    width: 95% !important;
    -webkit-appearance:none;    
    -moz-appearance: none;
    appearance: none;
}
.hbspt-form input[type=tel] {
    border: 1px solid #004465 !important;
    color: #004465 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    min-height: 35px;
    width: 100% !important;
    border-radius: 3px !important;
}
.hbspt-form select::-ms-expand {
    display: none;
}
.hbspt-form select{
    width: 100% !important;
    background: url(graphics/down.png) #fff no-repeat 98% center;
    background-size: 25px;
}
.form_stay_up_to_date input[type="text"] {
    width: 100% !important;
}

.ie8 .hbspt-form input[type=text],
.ie8 .hbspt-form input[type=email] {
    padding-top: 10px !important;
}

.hbspt-form textarea {
    padding: 8px 15px !important;
}

.hs-form input:not([type=image]),
.hs-form textarea {
    box-sizing: inherit !important;
}

.hs-form .hs-button:hover,
.hs-form .hs-button:focus,
.hs-form .hs-button.hovered {
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form textarea {
    width: 100% !important;
}

.form_contact_us_aih .gfield_captcha_container input[type="text"],
.form_contact_us_aih textarea {
    max-width: 310px;
    width: 100%;
}

.form_contact_us_aih input[type="text"] {
    max-width: 310px;
}

.form_contact_us_aih ul li {
    text-align: center;
}

.hbspt-form .hs-button {
    bottom: 5px !important;
    color: #fff !important;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif !important;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif!important;
    font-size: 17px !important;
    max-width: 215px !important;
    height: 46px;
    padding: 0 !important;
    width: 100% !important;
    text-shadow: none !important;
    background: #316B20 !important;
    border: 1px solid #FFF !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-box-shadow: 0 0 10px -4px #000 !important;
    -webkit-box-shadow: 0 0 10px -4px #000 !important;
    box-shadow: 0 0 10px -4px #000 !important;
}

.osx-safari .hbspt-form .hs-button,
.osx-chrome .hbspt-form .hs-button,
.ie8 .hbspt-form .hs-button {
    max-width: 235px !important;
}

.hs-form.stacked .actions {
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
}

.hs-form.stacked label {
    display: none !important;
}

.hs-form.stacked .field {
    text-align: center;
}

.hbspt-form .hs-button:hover {
    background: #193b4c !important;
    border: 1px solid #FFF !important;
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea {
    font-size: inherit !important;
    font-family: inherit !important;
    padding: 8px 15px !important;
    letter-spacing: normal !important;
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    text-align: center;
    width: 100%;
}

.hs-form .gform_footer {
    width: 100%;
}

.ie8 .gform_wrapper .top_label textarea.textarea {
    width: 50%;
}

.form_contact_us_aih .gform_footer {
    text-align: center;
}


/**
 * 4.7 Right sidebar
 * ----------------------------------------------------------------------------
 */

.home .sidebar_right {
    margin-left: 20px;
    max-width: 330px;
    width: 100%;
    padding: 15px;
    background-color: #e6ddc9;
}

.home .sidebar_right h3 {
    color: #da7243;
    font-size: 30px;
    text-align: center;
    text-indent: -15px;
}

.sidebar_right {
    text-align: left;
}


/**
 * 4.8 Style sections_bottom_content
 * ----------------------------------------------------------------------------
 */

.sections_bottom_content .locations-bg {
    background: url(graphics/back_what_our_clients_say.jpg) repeat center top;
    padding: 25px 0 15px;
}

.sections_bottom_content #stay_up_to_date .widget_custom_post_widget {
    margin: 0 auto;
    max-width: 988px;
    width: 100%;
}

#locations,
#locations h3,
#locations p,
#stay_up_to_date .gform_heading,
#stay_up_to_date .gform_heading span {
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
}

#locations h3,
#locations h2 {
    color: #fff;
}

#locations h2 {
    text-align: left;
}

#locations p {
    color: #b2cde7;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
}

#locations>div {
    display: inline-block;
    vertical-align: top;
}

#locations table td h3 {
    text-align: left;
    margin: 25px 0 15px 0;
    font-size: 24px;
}

.home #locations>.widget_custom_post_widget,
.page-template-landing-page #locations>.widget_custom_post_widget {
    width: 40%;
}

#locations .location-1 {
    margin-right: 22px;
    position: relative;
    width: 56%;
    display: inline-block;
}

#locations .location-1 * {
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 12px;
}

#locations .location-1 .widget-title {
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/   
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

#locations .location-1 h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 5px 0;
}

#locations .location-1 p {
    font-size: 14px;
    margin: 5px 0;
}

#locations .location-1 a {
    text-decoration: underline;
}

#locations .location-1 a:hover {
    text-decoration: none;
}

#locations ul {
    padding: 0;
    margin: 0 25px 0 0;
    float: left;
}

#locations li {
    color: #FFF;
    list-style: none;
    line-height: 0.7;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/

    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
}

#locations li.even,
#locations li.even a {
    color: #99cdff;
}

#locations li.odd {}

div#locations td {
    width: 33%;
}


/**
 * 4.9 Stay up-to-date
 * ----------------------------------------------------------------------------
 */

#stay_up_to_date table {
    width: 100%;
}

#stay_up_to_date p,
#stay_up_to_date a {
    line-height: 120%;
}

#stay_up_to_date p {
    color: #20527a;
    margin: 0;
}

#stay_up_to_date span {
    color: #316b20;
}

#stay_up_to_date table td {
    vertical-align: top;
}

#stay_up_to_date table td:first-child {
    width: 504px;
}

#stay_up_to_date table td:first-child img {
    display: block;
}

#stay_up_to_date table td td {
    padding-bottom: 15px;
    padding-left: 20px;
    width: 74px;
}

#stay_up_to_date table td td:first-child {
    padding-left: 0;
    width: 290px;
}

.form_stay_up_to_date .gform_heading,
.form_stay_up_to_date .gform_heading span {
    color: #0057a6;
    font-size: 30px;
    text-align: center;
}

.form_stay_up_to_date .gform_heading {
    margin-bottom: 15px !important;
    margin-top: 15px;
}

.form_stay_up_to_date .gform_footer {
    margin: 0 auto;
}

.form_stay_up_to_date .gform_footer input[type="submit"],
.form_stay_up_to_date .gform_footer input[type="button"] {
    max-width: 190px;
    padding: 6px 0;
    right: 0;
    width: 100%;
}


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

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
    margin: 0 auto;
    width: 100%;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
    padding: 0;
}

.single .entry-thumbnail {
    float: left;
}

.single .entry-thumbnail img {
    margin: 15px 10px 10px 0;
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #347438;
    float: left;
    margin-right: 50px;
}

.blog-entry .entry-thumbnail {
    float: left;
    padding: 0 25px 0 0px;
}

.entry-header {
    margin-bottom: 30px;
}
.title-right{
    margin-left: 30px !important;
}
.entry-title {
    font-weight: normal;
    margin: 0 0 5px;
}

.entry-title a {
    color: #141412;
}

.entry-title a:hover {
    color: #337321;
}

.home .entry-title {
    /*text-align: center;*/
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
    clear: both;
    font-size: 14px;
}

.entry-meta a {
    color: #666666;
}

.entry-meta a:hover {
    color: #0057A6;
}

.entry-meta > span {
    margin-right: 20px;
}

.entry-meta > span:last-child {
    margin-right: 0;
}

.featured-post:before {
    content: "\f308";
    margin-right: 2px;
}

.entry-meta .date a:before {
    content: "\f303";
}

.comments-link a:before {
    content: "\f300";
    margin-right: 2px;
    position: relative;
    top: -1px;
}

.entry-meta .author a:before {
    content: "\f304";
    position: relative;
    top: -1px;
}

.categories-links a:first-child:before {
    content: "\f301";
}

.tags-links a:first-child:before {
    content: "\f302";
    position: relative;
    top: -1px;
}

.edit-link a:before {
    content: "\f411";
    position: relative;
    top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

.entry-content a,
.comment-content a {
    color: #367727;
}

.entry-content a:hover,
.comment-content a:hover {
    color: #367727;
}

.entry-content blockquote {
    font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
    font-size: 16px;
}
.additional-info {
    text-align: left;
}
.additional-info .su-column p,
.additional-info .su-column span{
    line-height: 100%;
    font-size: 13px;
}

.additional-info .two-columns td {
    display: inline-block;
    width: 63%;
    vertical-align: top;
    margin-right: -4px;
}

.additional-info .two-columns td:first-child {
    width: 37%;
}

.additional-info .one-column tr:last-child td {
    padding: 15px 25px;
}

.additional-info .six-columns, .hmbg .six-columns {
    text-align: center;
}

.additional-info .six-columns td, .hmbg .six-columns td {
    display: inline-block;
    margin: 0 20px;
}

.additional-info .six-columns.categorylist td {
    margin: 0 2px;
    border: 4px solid #fff;
    width: 232px;
}

.additional-info .six-columns.categorylist td a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* For IE8 and earlier */
}

.page-id-3972.internal-pages .container_sub_modules, .page-id-5873.internal-pages .container_sub_modules, .page-id-6677.internal-pages .container_sub_modules, .page-id-44044404.internal-pages .container_sub_modules {
    display: none;
}

.page-id-3972.internal-pages .content h1.archive-title, .page-id-5873.internal-pages .content h1.archive-title, .page-id-6677.internal-pages .content h1.archive-title, .page-id-4404.internal-pages .content h1.archive-title {
    margin: 0px;
    padding: 10px 0px 20px;
}

.additional-info .six-columns.categorylist td p {
    background: #326F1B;
    padding: 5px;
    color: #fff;
    font-size: 14px;
	margin-bottom:0px;
}
.additional-info .six-columns.categorylist td .readmoreservice {
	background: #0358a5;
    text-align: center;	
}
.additional-info .six-columns.categorylist td .readmoreservice a {
	color:#fff;
	display: inherit;
}

.home-subtitle {
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    background-color: #e6ddc9;
    font-size: 28px;
    padding: 8px 25px;
    width: 100%;
    display: block;
    line-height: 1;
}

.landing .home-subtitle {
    padding: 8px 10px;
    font-size: 32px;
}

.additional-info h3 {
    font-size: 30px;
}
.orange_text {
    color: #D46635 !important;
}
.green-text,
.green-text strong,
.orange-text,
.orange-text strong {
    color: #50833e;
    font-size: 27px;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-weight: 500;
    display: block;
    line-height: 30px;
}

.orange-text,
.orange-text strong {
    color: #D46635;
}

.blue-text {
    color: #16426a;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding: 50px 0;
    display: block;
}

.blue-text img {
    vertical-align: baseline;
    margin: 0 25px;
}

.additional-info p:last-child {
    margin: 0;
}

footer.entry-meta {
    margin-top: 24px;
}

.format-standard footer.entry-meta {
    margin-top: 0;
}


/* Page links */

.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a;
    border: 1px solid #e63f2a;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}


/* Mediaelements */

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 20px;
    margin-left: -4px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}

.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */


/* Aside */

.format-aside {
    background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
    margin-top: 0;
}

.format-aside blockquote {
    font-size: 100%;
    font-weight: normal;
}

.format-aside cite {
    font-size: 100%;
    text-transform: none;
}

.format-aside cite:before {
    content: "\2014";
    margin-right: 5px;
}


/* Audio */

.format-audio {
    background-color: #db572f;
}

.format-audio .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-audio .entry-content:before {
    content: "\f109";
    float: left;
    font-size: 64px;
    position: relative;
    top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
    color: #fbfaf3;
}

.format-audio .audio-content {
    background: url(images/dotted-line.png) repeat-y left top;
    background-size: 4px 4px;
    float: right;
    padding-left: 35px;
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
    height: 30px !important;
    margin: 20px 0;
    max-width: 400px !important;
}

.format-audio audio {
    max-width: 100% !important;
}


/* Chat */

.format-chat {
    background-color: #eadaa6;
}

.format-chat .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
    color: #722d19;
}

.format-chat .entry-meta .date a:before {
    content: "\f108";
    margin-right: 2px;
}

.format-chat .entry-meta .author {
    display: none;
}

.format-chat .chat {
    margin: 0;
}

.format-chat .chat .chat-timestamp {
    color: #722d19;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 10px 0;
}

.format-chat .chat .fn {
    font-style: normal;
}


/* Gallery */

.format-gallery {
    background-color: #fbca3c;
}

.format-gallery .entry-header {
    margin-bottom: 15px;
}

.format-gallery .entry-title {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
    color: #722d19;
}


/* Image */

.format-image .entry-title {
    font-size: 28px;
    font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
    display: none;
}


/* Link */

.format-link {
    background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
    box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
    margin-bottom: 0;
}

.format-link .entry-title {
    color: #ca3c08;
    display: inline;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin-right: 20px;
}

.format-link .entry-title a {
    color: #bc360a;
}

.format-link div.entry-meta {
    display: inline;
}


/* Quote */

.format-quote {
    background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
    color: #f7f5e7;
}

.format-quote .entry-content blockquote {
    font-size: 28px;
    margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
    color: #e63f2a;
}

.format-quote .entry-content cite a {
    border-bottom: 1px dotted #fff;
    color: #fff;
}

.format-quote .entry-content cite a:hover {
    text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
    display: block;
    font-size: 16px;
}

.format-quote blockquote {
    font-style: italic;
    font-weight: 300;
    padding-left: 75px;
    position: relative;
}

.format-quote blockquote:before {
    content: '\201C';
    font-size: 140px;
    font-weight: 400;
    line-height: .8;
    padding-right: 25px;
    position: absolute;
    left: -15px;
    top: -3px;
}

.format-quote .entry-meta .author {
    display: none;
}


/* Status */

.format-status {
    background-color: #722d19;
    padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
    padding-left: 35px;
    position: relative;
}

.format-status .entry-content a {
    color: #eadaa6;
}

.format-status .entry-meta a {
    color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
    padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
    background: url(images/dotted-line.png) repeat-y left bottom;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
    left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
    display: none;
}


/* Ensures the dots in the dot background are in lockstep. */

.format-status .entry-meta:before {
    background-position: left top;
}

.format-status .entry-content {
    color: #f7f5e7;
    font-size: 24px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}

.format-status .entry-content p:first-child:before {
    background-color: rgba(0, 0, 0, 0.65);
    content: "";
    height: 3px;
    margin-top: 13px;
    position: absolute;
    left: 4px;
    width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
    left: 64px;
}

.format-status .entry-content p:last-child {
    margin-bottom: 0;
}

.format-status .entry-meta {
    margin-top: 0;
    padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
    content: "\f105";
}


/* Video */

.format-video {
    background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
    color: #fbfaf3;
}

.format-video .entry-title {
    font-size: 50px;
    font-weight: 400;
}

.format-video .entry-meta {
    color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}


/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
    float: left;
}

.navigation .nav-next {
    float: right;
}

.paging-navigation {
    padding: 40px 0;
}

.paging-navigation .nav-links {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.sidebar .paging-navigation .nav-links {
    max-width: 1040px;
    padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
    padding: 13px 0;
}

.paging-navigation a {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}

.paging-navigation .meta-nav {
    background-color: #2a5b82;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    padding: 3px 0 8px;
    text-align: center;
    width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
    margin-right: 10px;
    padding: 17px 0 23px;
    width: 80px;
}

.paging-navigation .nav-next .meta-nav {
    margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
    background-color: #4e99c4;
    text-decoration: none;
}

.post-navigation {
    color: #ca3c08;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    padding: 20px 0;
}

.post-navigation .nav-links {
    margin: 0 auto;
    max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
    padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
    margin: 0 auto;
    max-width: 604px;
    padding: 30px 0 10px;
    text-align: left;
    width: 100%;
}

.author.sidebar .author-info {
    max-width: 1040px;
    padding: 30px 376px 10px 60px;
}

.single .author-info {
    padding: 50px 0 0;
}

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

.single-format-status .author-description {
    color: #f7f5e7;
}

.author-description .author-title {
    clear: none;
    font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 0 8px;
}

.author-link {
    color: #ca3c08;
    margin-left: 2px;
}

.author.archive .author-link {
    display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
    text-align: left;
}

.archive-title,
.archive-meta {
    padding: 30px 0;
}

.archive-meta {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-top: -15px;
    padding: 0 0 11px;
}

.sidebar .archive-meta {
    padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-title {
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1040px;
    padding: 30px 0;
    width: 100%;
}

.page-content {
    margin: 0 auto;
    max-width: 604px;
    padding: 40px 0;
    width: 100%;
}

.sidebar .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding: 40px 376px 40px 60px;
}

.search_page .entry-summary {
    max-width: 100%;
}

.search_page h1 a,
.search_page h1 {
    font-size: 22px;
    float: left;
    color: #16426A;
    clear: both;
}

.search_page article {
    border-bottom: 1px solid #CFCFCF;
}

.search_page .page-header h1 {
    margin-bottom: 10px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
    background-color: #fff;
}

.error404 .page-title {
    line-height: 0.6;
    margin: 0;
    padding: 300px;
    position: relative;
    text-align: center;
    width: auto;
}

.error404 .page-title:before {
    color: #e8e5ce;
    content: "\f423";
    font-size: 964px;
    line-height: 0.6;
    overflow: hidden;
    position: absolute;
    left: 7px;
    top: 28px;
}

.error404 .page-header,
.error404 .page-content {
    margin: 0 auto;
    max-width: 1040px;
    padding-bottom: 40px;
    width: 100%;
}


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

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 604px;
    width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px;
}

.comments-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}

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

.comment-list > li:after,
.comment-list .children > li:before {
    background: url(images/dotted-line.png) repeat left top;
    background-size: 4px 4px;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.comment-list > li:last-child:after {
    display: none;
}

.comment-body {
    padding: 24px 0;
    position: relative;
}

.comment-author {
    float: left;
    max-width: 74px;
}

.comment-author .avatar {
    display: block;
    margin-bottom: 10px;
}

.comment-author .fn {
    word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
    color: #bc360a;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

.says {
    display: none;
}

.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
    width: 100%;
}

.bypostauthor > .comment-body .fn:before {
    content: "\f408";
    vertical-align: text-top;
}

.comment-list .edit-link {
    margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
    float: right;
    width: 79%;
    width: -webkit-calc(100% - 124px);
    width: calc(100% - 124px);
    word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
    color: #a2a2a2;
    font-size: 13px;
}

.comment-meta a:hover {
    color: #ea9629;
}

.comment-metadata {
    margin-bottom: 20px;
}

.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 2;
}

.comment-awaiting-moderation {
    color: #a2a2a2;
}

.comment-awaiting-moderation:before {
    content: "\f414";
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 3px;
}


/* Comment form */

.comment-respond {
    background-color: #f7f5e7;
    padding: 30px 0;
}

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

.comment-reply-title {
    font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}

.comment-reply-title small a:before {
    content: "\f406";
    vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}

.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}

.comment-form .required {
    color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 270px;
    width: 60%;
}

.comment-form textarea {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    color: #686758;
    font-size: 12px;
}

.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}

.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}

.no-comments {
    background-color: #f7f5e7;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.sidebar .no-comments {
    padding-left: 60px;
    padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
    margin: 0 auto;
    max-width: 604px;
    width: 100%;
}

.mu_alert {
    margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 270px;
}

.site-main .mu_register input[type="submit"] {
    width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
    float: right;
    width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */


/* Search widget */

.search-form .search-submit {
    display: none;
}


/* RSS Widget */

.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}


/* Calendar Widget */

.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

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

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.widget_calendar tbody .pad {
    background-color: transparent;
}


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

.footer {
    background: #313131;
    padding: 15px 0 0;
}

.footer, 
.footer p, 
.footer p strong, 
.footer p em,
.footer p span,
.footer a{
    color: #fff;
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1;
}

.footer,
.footer p{
    text-align: center;
}
.ie8 .footer a {
    display: inline-block;
}


.footer .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}

.footer .widget_nav_menu ul li {
    display: inline-block;
    line-height: 1;
    padding: 0;
    vertical-align: top;
}

.footer .widget_nav_menu ul li a {
    color: #fff;
    font-family: 'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-left: 12px;
}

.footer .widget_nav_menu ul .current-menu-item a {
    text-decoration: underline;
}

.footer .widget_nav_menu ul li:first-child a {
    margin-left: 0;
}

/*Style footer logos*/
.footer-logos a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: bottom;
}
/*Style footer bottom*/
.footer_bottom{
    background: #1b1b1b;
    display: inline-block;
    padding-top: 9px;
    vertical-align: top;
    width: 100%;
}
.footer_bottom,
.footer_bottom p,
.footer_bottom a{
    font-size: 18px;
}
.footer_bottom p{
    margin-bottom: 9px;
}
/*
.footer_top {
    text-align: left;
    min-height: 45px;
}

.footer_top .widget_custom_post_widget,
.footer_top .widget_nav_menu,
.footer .widget_nav_menu ul li {
    display: inline-block;
    vertical-align: top;
}

.footer_top .widget_nav_menu,
.footer_top .footer_widget_0 {
    margin-top: 10px;
}
.footer_top .widget_custom_post_widget p a img {
    margin-left: 7px;
}

.footer_top .widget_custom_post_widget p a img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.footer_top .widget_custom_post_widget p a:first-child img {
    margin-left: 0;
}

.footer_bottom {
    margin-top: -45px;
}

.footer_bottom * {
    vertical-align: baseline;
}

.footer_bottom img {
    margin: 5px 0;
}

.footer_bottom aside {
    display: inline-block;
}

.footer_bottom p {
    margin: 0;
}

.footer_bottom .widget-1 {
    width: 26%;
    position: relative;
    top: -10px;
}

.footer_bottom .widget-2 {
    width: 46%;
}

.footer_bottom .widget-2 a {
    padding: 0 10px;
}

.footer_bottom .widget-2 p {
    text-align: center;
}

.footer_bottom .widget-3 {
    width: 28%;
}

.footer_bottom .widget-3 p {
    text-align: right;
}

.footer_bottom .widget-3 a {
    padding-left: 5px;
}

.footer_bottom .widget-3 a:hover {
    opacity: 0.7;
}*/

/**
 * 8.0 - Customo modules
 * ----------------------------------------------------------------------------
 */
/*Style Services in single images*/
.aihc-services{
  text-align: center;  
}
.aihc-services .wpb_single_image{
    display: inline-block;
    margin: 0 20px 40px;
    max-width: 160px;
    padding-bottom: 35px;
    position: relative; 
    vertical-align: top;
}
.aihc-services .wpb_single_image:first-child,
.aihc-services .wpb_single_image:nth-child(7n+0){
    margin-left: 0;
}
.aihc-services .wpb_single_image:nth-child(6n+0){
    margin-right: 0;
}
.aihc-services .wpb_single_image h2{
    bottom: 0;
    color: #606060;
    font-size: 18px;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
/*Style aihc-news*/
.aihc-news .wpb_content_element, .aihc-news.wpb_content_element{
    margin-bottom: 0;
}
.aihc-news ul.rpwe-ul{
    margin: 0 auto!important;
    max-width: 615px;
    text-align: center;
}
.aihc-news .rpwe-block li{
    background: #ffffff;
    border:1px solid #004465;
    display: inline-block;
    /*margin-left: 15px;
    max-width: 300px;*/
    margin-left: 2.6%;
    max-width: 48.7%;
    min-height: 302px;
    padding: 50px 15px 18px;
    position: relative;
    vertical-align: top;
    text-align: left;
    width: 100%;
}
.aihc-news .rpwe-block li:first-child{
    margin-left: 0;
}
.aihc-news h3,
.aihc-news h3 a{
    color: #347438;
    font-size: 24px;
    line-height: 30px;
}
.aihc-news .rpwe-block h3{
    margin-bottom: 20px!important;
}
.aihc-news .rpwe-time{
    color: #9d9d9d;
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 16px;
    left: 15px;
    position: absolute;
    top: 16px;
}
.aihc-news .rpwe-summary{
    color: #2f2f2f;
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.aihc-news .rpwe-block a.more-link{
    color: #347438;
    display: block!important;
    font-size: 18px;
    margin-top: 20px;
}
/*Style aihc-form*/
.aihc-form form,
form .aihc-form{
    margin: 0 auto;
    max-width: 425px;
}
.aihc-form ul.gform_fields{
    line-height: 1;
    list-style: none;
    margin:0;
    padding: 0;
}
.aihc-form ul.gform_fields > li{
    margin-bottom: 7px;
}
.aihc-form input[type="text"],
.aihc-form input[type="email"], .aihc-form input[type="tel"],
.aihc-form textarea,
.aihc-form select,
.aihc-form .gform_wrapper .top_label .gfield_error input.large, 
.aihc-form .gform_wrapper .top_label .gfield_error select.large, 
.aihc-form .gform_wrapper .top_label .gfield_error textarea.textarea{
    background: #0a4b6b;
    border:none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'Whitney-Book-Bas', Arial, Helvetica, sans-serif!important;
    font-size: 18px!important;
    line-height: 1;
    margin:0;
    max-width: none;
    padding: 10px 15px !important;
    width: 100%;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 400 !important;
    font-size: 22px !important;
}
.aihc-form input::-webkit-input-placeholder {
    color: #fff;
    font-family: 'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.aihc-form input:-moz-placeholder {
    color: #fff;
    font-family: 'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.aihc-form input::-moz-placeholder {
    color: #fff;
    font-family: 'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.aihc-form input:-ms-input-placeholder {
    color: #fff;
    font-family: 'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.aihc-form .gform_footer{
    width: 100%;
}
.aihc-form .gform_footer .gform_button{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 17px;
    max-width: 385px;
    width: 100%;
}
/*Style error form*/

.aihc-form .gform_wrapper .top_label .gfield_error .ginput_container {    
    margin-top: 0;
    max-width: 100%;
}
.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message, 
.gform_wrapper .ginput_container+.gfield_description.validation_message{
    margin-top: 0;
    padding: 5px 5px!important;
    color: #ff4e00;
}
.validation_error {
    color: #e3e3e3;
}
.su-column-size-5-10 .gform_wrapper .validation_error {
	color:red;
}
/*Style aihc-widget-submenu aihc-submenu-provider*/
.aihc-widget-submenu .title_widget_box{
    color: #fff;
    background: #004465;
    text-align: center;
    font-size: 24px;
    margin:0;
    padding: 10px;
}
.aihc-widget-submenu .box_widget{
    border: 2px solid #004465;
    margin: 0px;
    /*padding-top: 15px;*/
    padding-bottom: 15px;
}
.aihc-widget-submenu .box_widget ul{
    padding: 0 !important;
    margin: 0;    
}
.aihc-widget-submenu .box_widget ul li {    
    list-style: none;
    padding-left: 20px;
   
}
.aihc-widget-submenu .box_widget ul li:before {
    content: "\00BB \0020";
}

.aihc-widget-submenu .box_widget ul li.menu-item-has-children {
    background: #004465;
    text-align: center;
    font-size: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.aihc-widget-submenu .box_widget ul li.menu-item-has-children ul {
    text-align: left;
    background: #FFF;
    display: block;
    padding-top: 10px !important;
}
.menu-sub-menu-provider-container {
    padding: 10px;
}
.aihc-widget-submenu .box_widget ul > li.menu-item-has-children:before {
    /* display: none; */
}

#smenusidebar.aihc-widget-submenu .box_widget {
	padding-bottom: 0px;
}

#smenusidebar.aihc-widget-submenu .box_widget .ui-icon {
	width: 18px;
    height: 16px;
	zoom: 170%;
    -moz-transform: scale(1.70);
    -webkit-zoom: 1.7;
    -ms-zoom: 1.7;
}

.aihc-widget-submenu .box_widget ul li.menu-item-has-children > a {
    color: #FFF;
    font-size: 24px;
    padding: 5px;
    display: block;
	border: 0px !important;
	margin: 0px !important;
	border-radius: 0px !important;
	background: none !important;
}

.aihc-widget-submenu .box_widget ul li.menu-item-has-children .ui-icon, .aihc-widget-submenu .box_widget ul .ui-widget-content .ui-icon {
	background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png") !important;	
}

.aihc-widget-submenu .box_widget ul li.menu-item-has-children li:before {
    display: inline-block;
    padding-right: 10px;
}

.aihc-widget-submenu .box_widget ul li.menu-item-has-children:before {
    display: none;
}

/*Style aihc-toggle*/
.aihc-toggle .vc_toggle{
    background: #ffffff;
	border: 1px solid #004465;
    padding:0!important;
    margin: 0 0 3px;
}
.aihc-toggle .vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon{
    left: auto;
    right:10px;
}
.aihc-toggle .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
.aihc-toggle .vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    padding-left: 30px;
}
.aihc-toggle .vc_toggle_size_md.vc_toggle_default .vc_toggle_title{
    padding-right: 30px;
}
.aihc-toggle .vc_toggle h4{
    color:#0358a5;
    display: block;
    font-family: 'Whitney-Book-Bas', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1;
    padding: 8px 0; 
}
.aihc-toggle .vc_toggle_content {
    background: #eeeeee;
    margin: 0;
}
.aihc-toggle .vc_toggle_content ul{
     padding: 0 0 0 19px;
}
/*Style Viscual Composer*/
/*.vc_toggle .vc_toggle_content > div > br,
.vc_toggle .vc_toggle_content > div > p,
.vc_toggle .vc_toggle_content > div > span{
    display: none;
}*/
/*Show div from right*/

#stay_up_to_date {
    position: fixed;
    /*top: 14%;*/
    bottom: 0%;
    /*right: -100px;*/
    right: 0px;
    z-index: 9999;
    border: 1px solid #50833E;
}

#stay_up_to_date .widget-title {
    /*-moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=4);*/
    /*position: absolute;*/
    position: relative;
    line-height: 1;
    font-size: 26px;
    color: #fff;
    background: #50833e;
    padding: 11px 0px 11px 10px;
    /*border: 1px solid #fff;
    box-shadow: 0 -2px 15px #000;*/
    width: 100%;
    /*max-width: 225px;*/
    text-align: center;
    /*top: 87px;
    right: 67%;*/
    right: 0%;
    bottom: 0%;
    /* right: calc(100% - 87px); */
    cursor: pointer;
}

#stay_up_to_date h3.widget-title:after {
    /*content: "\2227";*/
    content: "^";
    font-size: 40px;
    padding: 11px 10px 0px;
    display: inline-block;
    float: right;
    width: 35px;
    height: 35px;
    margin-top: -11px;
    background: #2f7537;
}

#stay_up_to_date h3.widget-title.open:after {
    /*content: "\2228";*/
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#stay_up_to_date .gform_wrapper {
    background-color: #fff;
    margin:0;
    padding: 10px;
    min-height: 185px;
    z-index: -1;
}
#stay_up_to_date .gform_wrapper .gform_footer{
    margin-left: auto;
    margin-right: auto;
}
#stay_up_to_date .validation_error {
    text-align: center;
    max-width: 225px;
}


/**
 * *.0 Internal Pages
 * ----------------------------------------------------------------------------
 */

.home .breadcrumbs {
    display: none;
}

.breadcrumbs.center-page {
    padding: 10px 0 30px 0;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span{
    text-align: left;
    font-size: 12px;
}

.internal-pages .slider_image {
    border-bottom: 2px solid #FFF;
}

.header-text {
    text-align: center;
}

.header-text h3 {
    color: #FFF;
    font-size: 44px;
    padding: 22px 0;
}

.internal-pages.page .content,
.tax-service_categories.internal-pages .content {
    width: 100%;
    max-width: 1200px;
    margin: 0;
}

.internal-pages.page .content .vc_column-inner .vc_row.content {
	margin: 0 auto !important;
	max-width:1230px;	
}

.internal-pages .entry-content {
    max-width: none;
    text-align: left;
}

.internal-pages .entry-header {
    margin: 10px auto;
    max-width: none;
}

.internal-pages .entry-title img {
    margin-right: 10px;
}

.internal-pages .content h1 {
    margin-bottom: 10px;
}

.internal-pages .content iframe {
    margin-left: 10px;
    float: right;
    border: 2px solid #FFF;
    -moz-box-shadow: 0px 0px 6px #000000;
    -webkit-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
}

.internal-pages .content .reviewstream iframe {
	border: 0px;
    overflow: hidden;
    float: none;
    box-shadow: none;
    margin-left: 0px;
}

.internal-pages .content .reviewstream .rbutton {
	max-width: 150px;
    margin: 0 auto;
    padding-left: 15px;
}

.internal-pages #locations table td:first-child {
    width: 615px;
}

.landing #locations table td:first-child {
    width: auto;
}

.internal-pages #locations h3 {
    font-size: 26px;
}

.internal-pages #locations td:first-child img {
    margin-right: 5px;
}

.internal-pages #locations td:first-child p {
    text-align: left;
}

.left_block,
.mapsmarker {
    width: 56%;
    display: inline-block;
    vertical-align: top;
}

.mapsmarker {
    width: 40% !important;
    margin: 15px 0 0 15px;
}

.category .entry-header,
.single .entry-header {
    text-align: left;
}

.category .entry-title a,
.single .entry-title a {
    font-size: 24px;
    color: #337321;
}

.category .entry-meta,
.single .entry-meta {
    margin: 0;
}

.blog-entry {
    border-bottom: 2px ridge #FFFEFF;
}

.internal-pages textarea.hs-input {
    width: 97% !important;
}

.gfield.gf_left_half {
    margin: 0 0 8px 0;
    width: 49%;
    float: left;
    clear: left !important;
}

.gfield.gf_right_half {
    margin: 0 0 8px 0;
    width: 49%;
    float: right;
    clear: right !important;
}


/*Landing Page*/

.landing .full-content {
    /*top: 175px;*/
}

.landing-white-area {
    background: #fff;
    padding-top: 15px;
}

.landing-white-area h3 {
    margin: 15px 0 !important;
}

.landing .header .htollfree {
    display: block;
}

.landing #content {
    width: 62%;
    float: left;
}

.landing .entry-content p {
    line-height: 30px;
}

.landing .contact-widget {
    width: 35%;
    float: right;
    /*background: #e5dcca;*/
    background: #fff;
    padding: 10px 15px 15px 15px;
    margin: 15px 0;
}

.landing .contact-widget h3 {
    font-size: 28px;
    color: #D46635;
    text-align: center;
    margin-top: 0;
}


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

.home .fontResizer {
    display: none;
}

.fontResizer {
    right: 0;
    left: inherit;
    bottom: 0px !important;
    width: 70px;
    height: 80px;
    background: #0056a5;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -moz-box-shadow: 0px 0px 6px #000000;
    -webkit-box-shadow: 0px 0px 6px #000;
    box-shadow: 0px 0px 6px #000;
    text-align: center;
}

.fontResizer img {
    height: 24px;
    width: 24px;
    opacity: 1;
    display: inline-block;
}

.fontResizer p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

.widget_custom_post_widget .credit {
    display: none !important;
}

.locations-table {
    width: 100%;
}

.locations-table td {
    padding: 5px 0 5px 20px;
}

.locations-table tr:nth-child(odd),
.locations-table .even {
    background: #faf9f5;
}

.locations-table tr:first-child {
    background: #fff;
}

.locations-table tr:first-child td {
    color: #327220;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 21px;
}

.internal-pages .container_sub_modules {
    padding-top: 45px;
}

#ssba {
    float: left;
}

.alert-message * {
    text-align: center;
    color: #fff;
    font-size: 20px;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
}

div.emc2-alert-box.info {
    background-color: #235376;
    border: 0;
    border-bottom: 1px solid #efe9dd;
}


/*LOCATION PAGE*/

.search-location {
    max-width: 515px;
    width: 100%;
    display: inline-block;
}

.location-page h4 {
    margin-bottom: 10px;
}

.search-field {
    background: url("graphics/back_search.jpg") 98% 2px no-repeat #FFF;
    border: 2px solid #205C80;
/*    border-radius: 10px;*/
/*
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
*/
    margin-bottom: 10px;
}

.search-location input[type="submit"],
.search-home input[type="submit"] {
    background: #2A6922;
/*    border: 1px solid #FFF;*/
/*
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
*/
    padding: 7px 20px;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif !important;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    text-transform: uppercase;
}

.search-location input[type="submit"]:hover {
    background: #fff;
    border: 2px solid #2A6922;
    color : #2A6922;
    padding: 5px 20px;
}

.location-page .left_block {
    width: 46%;
}

.location-page ul {
    padding: 0;
    margin: 0 0 5px 0;
    display: inline-block;
    width: 49%;
}

.location-page ul li {
    list-style: none;
    margin-bottom: 0;
}

.location-page ul li,
.location-page ul li strong,
.location-page p {
    font-size: 12px;
}

.location-page .gfield,
.location-page .gform_fields {
    width: 100%;
}

.location-page .gfield {
    margin-bottom: 10px;
}


/*County page*/

.content.inline-block.county-page,
.content.inline-block.community-page {
    max-width: 565px;
    margin-right: 20px;
}


/*Search home*/

.search-home {
    margin-top: 45%;
    width: 265px;
    text-align: center !important;
}

.search-home input[type="search"] {
    padding: 5px 10px;
    color: #275b82;
}

.search-home input[type="submit"] {
    background: #D46635;
    text-transform: none;
    border: 2px solid #FFF;
}


/*Community*/

.community-page h3 {
    background: #faf9f5;
    color: #5b884f;
    padding: 10px 15px;
    font-size: 24px;
}

.community-page p,
.community-page ul,
.community-page ol,
.community-page li,
.community-page h4,
.community-page address {
    padding: 0 15px;
    font-size: 13px;
}

.community-page h4 {
    font-size: 18px;
    color: #5b884f;
    margin-bottom: 10px;
}

.community-page ul,
.community-page ol {
    margin: 10px 15px;
    width: 44%;
    display: inline-block;
    vertical-align: top;
}

.community-page ul {
    list-style-type: disc;
}

.community-page li {
    padding: 0;
}

.community-page p.italic {
    font-style: italic;
}


/*Search no result*/

.search-no-results .site-content {
    text-align: left;
}

.search-no-results .page-content {
    padding: 0;
    min-height: 300px;
}

.search-no-results h1 {
    color: #16426A;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-style: normal;
}

.blogcontent #content {
    width: 73%;
    float: left;
}

#primary .blogsidebar {
    width: 23%;
    float: right;
    margin-top: 20px;
    text-align: left;
}

.category-news-events #primary .blogsidebar,
.news-events #primary .blogsidebar {
    /*display: none;*/
}

.bwl-faq-form-container {
    background-color: #FFF;
    padding: 15px 15px 1px 15px;
    border-radius: 5px;
}

.bwl-faq-form-container form input[type=submit] {
    line-height: 0;
}

div.bwl-faq-tab-content {
    width: 100%;
}

.bwl_advanced_faq_form select#cat,
.none,
.bwl-faq-form-container>h2 {
    display: none !important;
}
.aihc-widget-submenu .box_widget ul li.current-menu-item a{
   
}
.aihc-widget-submenu .box_widget ul li.current-menu-item > a {
        text-decoration: underline;
    font-weight: 500;
    
    }
.aihc-widget-submenu .box_widget ul li.menu-item-has-children > a:hover {
    text-decoration: none;
}
/**
 * 9.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.servicemenu {
    float: left;
    width: 230px;
    border: 2px solid #518cac;
    padding: 0px 10px;
    background: white;
}

.serviceblocks {
    float: right;
    display: block;
    max-width: 885px;
    width: 100%;
    padding-left: 45px;
}
#smenusidebar {				
    min-height: 350px;
   /* position: absolute;*/
    float: left;
   /*z-index:1;*/
    width: 315px;
}
.servicebox {
    max-width: 340px;
    height: 285px;
    float: left;
    border: 2px solid #518cac;
    background: white;
    margin: 0px 10px 20px;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
}

.servicebox img {
    padding-right: 10px;
    padding-bottom: 10px;
/*    float: left;*/
}

.servicebox a.cattitle {
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}

.servicebox .orange-btn a {
    font-size: 16px;
    padding-bottom: 7px;
}

.servicebox .orange-btn {
    padding: 0px 10px;
    float: left;
}
/*BTN GREEN*/
.servicebox .btn-green a {
    font-size: 16px;
    padding: 6px 10px;
    background: #347438;    
    color: #fff;
}
.servicebox .btn-green a:hover {
   text-decoration: none;
    background: #fff;
    color:  #347438;  
    border: 2px solid #347438;
}
.servicebox .btn-green {   
    float: left;
}

.servicemenu li {
    list-style: none;
    margin: 0px;
}

.servicemenu ul {
    padding: 0px;
    margin: 0px;
}

.servicemenu ul li h2 {
    padding-top: 5px;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
}

.servicemenu li li a {
    color: #37702c;
    font-size: 13px;
    padding: 1px 0px;
    border-bottom: 1px solid #cdcdcd;
    display: block;
}

.servicebox .img,
.servicebox .box {
/*    float: left;*/
    display: block;
    width: 100%;
    padding: 1%;
    font-size: 13px;
    line-height: 18px;
}

.servicebox .img img {
    max-width: 100%;
}

.tax-service_categories.internal-pages #content {
    padding-top: 30px;
}

.tax-service_categories.internal-pages .entry-header,
.tax-service_categories.internal-pages .entry-title {
    margin-top: 0px;
}

.servicemenu li li a.current {
    color: #D46635;
}
.aihc-list-service ul li{
    list-style: square !important;
    padding: 0px 0px 5px 0px !important;
    color: #606060 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.page-id-3470 .entry-content ul li, .entry-content h2.maintitle {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font-size: 24px;
    color: #37702c;
    font-weight: bold;
}

.entry-content h2.maintitle {
    font-size: 32px;
}

.page-id-3470 .entry-content ul li ul {
    margin: 0px;
    padding: 0;
}

.page-id-3470 .entry-content ul li li {
    font-size: 17px;
    color: #143e66;
    padding-top: 10px;
    font-weight: normal;
}

.page-id-3470 .entry-content ul li li ul {
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-id-3470 .entry-content ul li li li {
    list-style: square;
    padding: 5px 0px 5px 0px;
}

.entry-content .vertimg {
    display: none;
}

.blogdetail .col6 {
    width: 50%;
    float: left;
    padding: 5px 15px;
}

.blogdetail .col6:first-child p {
    text-align: center;
}

.internal-pages .content .blogdetail .col6 iframe {
    float: none;
}

.blogdetail {
    margin-top: 20px;
}

.blogdetail h2 {
    font-weight: bold;
}

.blogdetail .content_block {
    padding-top: 15px;
}

.categorylist {
    position: relative;
}

.categorylist a {
    display: block;
    position: relative;
}
.categorylist td img {
    width: 100%;
}
.categorylist td:hover a.cattitle1:after {
    content: '';
    background: url(http://www.americaninhomecare.com/wp-content/uploads/2016/07/plus-sign.png) no-repeat 100% 0;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.blogsidebar .widget_categories li.current-cat {
    text-decoration: underline;
}

.our-blog #menu-main-menu li#menu-item-4014 > a,
.category-86 #menu-main-menu li#menu-item-4014 > a,
.category-54 #menu-main-menu li#menu-item-4014 > a,
.category-55 #menu-main-menu li#menu-item-4014 > a,
.category-56 #menu-main-menu li#menu-item-4014 > a,
.category-57 #menu-main-menu li#menu-item-4014 > a {
    color: #fff;
}

.su-column.home-contact {
    float: none;
    /*background: #e5dcca;*/
    background: #fff;
    border-bottom: 10px solid #efe9dd;
    position: relative;
}

.su-column.home-contact h3 {
    margin-bottom: 10px;
}

.su-column.home-contact p {
    padding: 0 30px;
}

.home-contact .hbspt-form li {
    width: 32% !important;
    display: inline-block;
    margin: 0 0 10px 10px !important;
    min-height: 35px;
}

li#field_4_9 {
    position: absolute;
    right: 0;
    bottom: 25px;
    text-align: center;
}
li#field_4_9 a{
    color:#D46635;
}
.su-column.home-contact li.gfield.gf_right_half {
    float: left;
}

/***/
/*Added*/

/*.startbutton {
    background: url('images/bg-btn-green.png') repeat-x #316B20;
    background-size: contain;
    border: 1px solid #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px -4px #000;
    -webkit-box-shadow: 0 0 10px -4px #000;
    box-shadow: 0 0 10px -4px #000;
    max-width: 215px;
    text-align: center;
    padding: 8px;
}


.startbutton a {
    color: #FFF !important;
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.startbutton:hover {
    background: url('images/bg-btn-green-hover.png') repeat-x #193B4C;
    background-size: contain;
}

.startbutton:hover a {
    text-decoration: none;
}*/

.startbuttonorg {
    background: url('images/bg-btn-blue.png') repeat-x;
    background-size: contain;
    border: 1px solid #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px -4px #000;
    -webkit-box-shadow: 0 0 10px -4px #000;
    box-shadow: 0 0 10px -4px #000;
    max-width: 215px;
    text-align: center;
    padding: 8px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.startbuttonorg a {
    color: #FFF !important;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.startbuttonorg:hover {
    background: url('images/bg-btn-blue-hover.png') repeat-x #193b4c;
    background-size: contain;
}

.contentbutton {
    border: 1px solid #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px -4px #000;
    -webkit-box-shadow: 0 0 10px -4px #000;
    box-shadow: 0 0 10px -4px #000;
    max-width: 415px;
    text-align: center;
    padding: 8px;
    background-color: #D46635;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contentbutton a {
    color: #FFF !important;
    /*font-family: 'Port Lligat Slab', Helvetica, sans-serif;*/
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.contentbutton:hover {
    background: #193B4C;
}

.hs-form .gform_heading {
    display: none;
}

.hs-form ul,
.hs-form li {
    margin-left: 0px;
    margin-right: 0px;
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
}

#hs_custom_form textarea {
    width: 100%;
    height: 100px;
}

.hs-form input:not([type=image]),
.hs-form textarea {
    box-sizing: content-box;
}

.hs-input input,
.hs-input textarea {
    -webkit-transition: border .2s linear, box-shadow .2s linear;
    -moz-transition: border .2s linear, box-shadow .2s linear;
    -o-transition: border .2s linear, box-shadow .2s linear;
    transition: border .2s linear, box-shadow .2s linear;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

.hs-input textarea {
    height: auto;
}

.hs-inputtextarea {
    padding-top: 5px;
}

.hs-input input,
.hs-input textarea,
.hs-input select {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.fl50 {
    clear: left;
    float: left;
    width: 49%;
}

.fr50 {
    clear: right;
    float: right;
    width: 49%;
}

.fr50:after {
    clear: both;
}

.testimonials-widget-testimonial.list {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


/* Top header sub menu css */

.bar-header .widget_nav_menu ul ul {
    display: none;
    position: absolute;
    margin-top: 0px;
    margin-left: -10px;
    z-index: 1000;
    background: #fff;
    -moz-box-shadow: 0 3px 3px #bcbbbb;
    -webkit-box-shadow: 0 3px 3px #bcbbbb;
    box-shadow: 0 1px 3px #bcbbbb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0px;
}

.bar-header .widget_nav_menu li ul li {
    display: block;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.bar-header .widget_nav_menu li ul li a {
    border-top: 1px solid #f2f3e9;
    display: inline-block;
    height: auto;
    line-height: 18px;
    padding: 8px 10px;
    text-align: center;
    width: 100%;
}

.bar-header .widget_nav_menu li ul li:first-child a {
    border-top: none;
}

.bar-header .widget_nav_menu li:hover ul {
    display: block;
}

.rating img {
    width: 90px;
}

.rating {
    display: block;
}

.right_block {
    float: right;
    padding-left: 20px;
}

#post-19 .wpvl_auto_thumb_box {
    margin: 0 auto;
}

.s24 {
    font-size: 24px;
}

.hs-custom-form .contactsel select {
    /*width: 100%;
    height: 40px;*/
}

.page-id-25 .hs-custom-form .contactsel select, .page-id-1135 .hs-custom-form .contactsel select {
    width: 497px;
}

.recaptchatable #recaptcha_response_field {
    min-height: 22px !important;
}

#site-navigation {
    width: 100%;
}

.menu-main-menu-container {
    /*background: url(graphics/back_container.jpg) #eee8dc;*/
    background: #fff;
}

#gform_wrapper_5 .top_label .gfield_label {
    display: block !important;
    font-weight: 700;
}

#gform_wrapper_5 li {
    list-style: none;
    clear: both;
}

#gform_wrapper_5 li ul li {
    float: left;
    clear: none;
    padding-right: 10px;
}

#gform_wrapper_5 li ul li input {
    margin-right: 5px;
}

#gform_wrapper_5 .gform_footer {
    clear: both;
}

#gform_wrapper_5 .gform_footer INPUT.button {
    padding: 11px 24px 10px !important;
}

/*#nav_menu-2 {
    background-image: url(/wp-content/uploads/2014/02/blogicon.jpg);
    background-repeat: no-repeat;
    background-position: 88px 0px;
    padding-top: 20px;
    padding-bottom: 10px;
}*/

.blogsidebar li.cat-item-29,
.blogsidebar li.cat-item-1 {
    display: none;
}

.left_block .fl50.loc60 {
    width: 60% !important;
}

.left_block .fr50.loc40 {
    width: 40% !important;
    padding-left: 20px;
}

.left_block .fl50.loc60 a,
.left_block .fr50.loc40 a {
    padding-top: 10px;
    display: inline-block;
}

.wd65 {
    width: 65%;
}

.loc60 .fr50 {
    border-right: 1px dotted #0057a6;
}

hr.break {
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#post-52 .entry-header h1.entry-title {
    display: none;
}

.su-column-size-6-10 {
    width: 55%;
}
.su-column-size-10-10 {
    width: 100%;
}

.su-column-size-4-10, su-column-size-5-10 {
    width: 40%;
    text-align: center;
}

.su-column-size-4-10 p {
    text-align: center;
    color: #16426a;
}

.su-column-size-4-10 .su-box-title {
    display: none;
}

.entry-content .customlocation ul {
    margin-left: 75px;
}

ul.su-posts-list-loop {
    padding: 0px;
    list-style: none;
}

.entry-content .customlocation .hs-form ul {
    margin-left: 0px;
}

.coradlist {
    max-width: 700px;
}

.coradlist .su-box-title {
    display: none;
}

#primary #content table {
    padding: 10px 0px;
}

#primary #content table td {
    padding: 5px 10px;
    margin: 5px 10px;
    border-left: 1px solid;
    border-top: 1px solid;
}

#primary #content table td:last-child {
    border-right: 1px solid;
}

#primary #content table tr:last-child td {
    border-bottom: 1px solid;
}
/***/
.space {
    min-height: 25px;
    font-size: 0 !important;
    display: block;
}

.page-template-front-page article.type-page {
    display: inline-block;
    max-width: 672px;
	vertical-align:top;
    margin-right: 20px;
}
.page-template-front-page .homeright  {
    display: inline-block;
    max-width: 275px;
	border: 2px solid #558cab;
	background:white;
}

.page-template-front-page .homeright h3 {
	background: #004465;
    color: white;
    text-align: center;
    margin: 0px;
    padding: 15px;
}
.page-template-front-page .homeright ul {
    padding-left: 25px;
    padding-right: 10px;
    list-style-type: none;
}

.page-template-front-page .homeright ul li:before {
	content: "\00BB";
    margin-left: -15px;
    float: left;	
}

.header ul.topu li {
    list-style: none;
    position: relative;
    margin: 0px;
}
.header ul.subu  {
    display: none;
    position: absolute;
    padding: 0px;
    width: 100%;
}
.header ul.topu li:hover ul.subu {
    display: block;
    z-index: 1000;
}
.header ul.subu li {
    width: 100%;
    text-align: left;
}
.header ul.subu li .orange-btn a {
    font-size: 16px;
    line-height: 20px;
    min-height: 32px;
}

.page-id-52 .entry-content .su-row h2, .page-id-5867 .entry-content .su-row h2, .page-id-6671 .entry-content .su-row h2, .page-id-4389 .entry-content .su-row h2 {
    font-size: 18px;
    width: 300px;
    text-align: center;
}

.slider_image .widget_custom_post_widget{
    display: none;
}

#gform_11 .gform_body li {
    list-style: none;
}

#gform_11 .gform_body label.gfield_label {
    display: inline-block !important;
}

#gform_11 .gform_body .ginput_container li label {
    padding-left: 15px;
}

.wcp-content-two-columns .su-column-size-3-4 {
    margin: 0 0 0 0% !important;
    width: 69%;
}
.wcp-content-two-columns .su-column-size-1-4 {
    margin: 0 0 0 3% !important;
    width: 28%;
}

div.gap10 {
    display: block;
    width: 100%;
    height: 15px;
}

.cphlplnkbox {
    border: 2px solid #558cab;
    margin-top: 70px !important;
}

.cphlplnkbox h2 {
    background: #004465;
    margin-top: 0px;
    color: #fff;
    font-size: 20px;
    padding: 10px 2px;
    text-align: center;
}

.cphlplnkbox ul {
    padding: 5px 0 15px 10px !important;
}
.cphlplnkbox ul li {
    list-style: none;
}
.cphlplnkbox ul li:before {
    content: "\00BB \0020";
    margin-right: 5px;
}

.headerlocation .su-row:first-child {
    font-weight: bold;
}

.headerlocation .su-row:nth-child(odd) {
    background: #fff;
}
.headerlocation .su-row:nth-child(even) {
    background: #eeeeee;
}

.headerlocation .su-row .su-column.su-column-size-1-6 {
    margin: 0 0 0 2%;
    width: 14.66%;
}

.internal-pages .content .headerlocation iframe {
    box-shadow: none;
    border: none;
    margin: 0px;
    float: none;
}

.su-column h3 a {
    font-size: 22px;
}
/*
#custom_post_widget-3 p {
    text-align:center;
}*/

.topu .reglnk {
    color: #D46635;
    padding-top: 3px;
    display: block;
}

/*.home #content h1.entry-title, .home .center-page .additional-info h3, .home .center-page .additional-info .orange-text, .home .center-page .additional-info .orange-text strong  {
    font-family: 'Whitney-Medium-Bas', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 23px;
}
.home #content .entry-content, .home #content .entry-content p, .home .center-page .additional-info p {
    font-size: 16px;
}
.home .center-page .additional-info h3, .container .hmbg h3 {
    padding: 10px 0px 18px;
}*/
.container .hmbg {
    clear: both;
    margin: 20px auto;
    background: #ebecee;
    padding: 20px 0px;
}

.container .hmbg table {
    max-width: 990px;
    margin: 0 auto;
}

/*.home .su-column.home-contact {
    border: 2px solid #16426a;
    padding: 0px 10px 10px;
}

.home .container .hmbg td p, .hmbg td a {
    color: #000;
    font-weight: bold;
}

.home .orange-btn {
    border-radius: 0px;
}*/

#custom_post_widget-10 .form_stay_up_to_date h3.gform_title {
    font-weight: 400;
    font-size: 22px;
}
#custom_post_widget-10 .form_stay_up_to_date .gform_footer input[type=submit] {
    font-size: 22px;
}

#ssba img {
    width: 35px !important;
    padding: 6px
}

/* UI Date Picker CSS */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("//code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* End UI Date Picker CSS */

.vc_custom_heading.headinglink a {
	font-size: 28px;
	text-align: center;
}
.total_rating_section {
	text-align:center;
}
.total_rating_section .total-rating {
    color: rgb(66, 139, 202);
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
}
.total_rating_section .total-review {
    color: rgb(137, 137, 137);
    display: inline-block;
    height: 29px;
    line-height: normal;
    padding-top: 9px;
    vertical-align: top;
    width: 91px;
    font-size: 18px;
}
.total_rating_section label.rating {
    display: inline-block;
    margin: 7px 10px 7px 0;
	vertical-align: bottom;
}
.entry-content .addfaqcontainer {
	max-width: 800px;
    display: block;
    margin: 0 auto;
}
.entry-content .requestbtncontainer {
	max-width: 300px;
    display: block;
    margin: 0 auto;
}
.entry-content .requestbtncontainer p {
    text-align: center;	
}
.entry-content .graybgfaq {
	background: #ddd;
    padding: 10px;
}

.page footer.entry-meta {
	margin-top:0px;
}
.wpb_wrapper a img.aligncenter {
	margin-top:0px;
}

/*Sidebar form*/
.sidebar-form .gform_wrapper {
    background: #eeecec;
    border: 1px solid #024566;
}
.sidebar-form .gform_heading {
    background: #024566;
    text-align: center;
    padding: 10px 0;
}
.sidebar-form .gform_heading h3{
    color: #fff;
    margin: 0;
}
.sidebar-form .gform_wrapper ul {
    padding: 0;
    list-style: none;
}
.sidebar-form .gform_body,
.sidebar-form .gform_footer,
.sidebar-form .validation_error{
    padding: 0 25px !important;
}
.sidebar-form .validation_error {
    padding: 10px 25px 0 25px;
    color: #ff4e00;
}
.sidebar-form .gform_footer{
    padding-bottom: 15px !important;
    text-align: right;
}
.sidebar-form .gform_body input{
    width: 100%;
    background: #024566;
    border: 0;
    color: #fff;
}
.sidebar-form .gform_body input::-webkit-input-placeholder {
    color: #ffffff;
}
.sidebar-form .gform_body input:-moz-placeholder {
    color: #ffffff;
}
.sidebar-form .gform_body input::-moz-placeholder {
    color: #ffffff;
}
.sidebar-form .gform_body input:-ms-input-placeholder {
    color: #ffffff;
}
.sidebar-form .gform_footer .gform_button{
    border-color: #337321;
    width: 50%;
}
.sidebar-form .gform_footer .gform_button:focus{
    padding: 6px 21px 7px;   
}
.sidebar-form .gform_confirmation_wrapper {
    background: #004465;
    color: #fff;
    padding: 25px;    
}
.animatescroll {
	display: block;
    height: 70px;
    position: relative;
}
.anidarrow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.anidarrow span{
    display: block;
    width: 25px;
    height: 25px;
    border-bottom: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    transform: rotate(45deg);
    margin: -18px -10px;
    animation: animatearr 2s infinite;
}
.anidarrow span:nth-child(2){
    animation-delay: -0.2s;
}
.anidarrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animatearr {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}
.hidearr {
	display:none !important;
}
.headercenter {
    width: calc(100% - 570px);
    max-width: 100%;
    margin-top: 70px;
}
.headercenter p {
    text-align: center;
	margin:0px;
}
.headercenter a {
	border: 4px solid #fc4444;
    padding: 10px 15px;
    color: #fc4444;
    font-size: 110%;	
}
#mobilecatdropdownaihc {
	text-align: center;
	display:none;
}
#mobilecatdropdownaihc #blogcatsdd {
	background: #347438;
    border: 2px solid #fff;
    padding: 10px;
    color: #fff;
}
.marlauto {
	margin-left:auto;
}

.gform_validation_container, 
.gform_wrapper .gform_validation_container, 
body .gform_wrapper li.gform_validation_container, 
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, 
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}
.entry-content #landingpage-sidebar #menu-sidebar-menu-services .menu-item-has-children > a, .entry-content #landingpage-sidebar #menu-sidebar_menu_services .menu-item-has-children > a {
	text-decoration:none;
	line-height:36px;
	padding:5px;
}
#landingpage-sidebar {
	width:315px;
}

@media (min-width:768px) {
	.menu-toggle {
		display:none !important;
	}
	.mainmenu ul.nav-menu {
		top: auto !important;
    	display: block !important;
	}
}

@media (max-width: 1599px) {
    .site {
        border: 0;
    }
    .container{
        overflow: hidden;   
    }
}

@media (max-width: 1250px) {
    .mainmenu > div > ul > li > a {
        padding: 0px 22px;
	font-size: 20px;
    }
    .aihc-services .wpb_column > .vc_column-inner{
        padding-left: 0;
        padding-right: 0;
    }
    .aihc-services .wpb_single_image:first-child,
    .aihc-services .wpb_single_image:nth-child(6n+0),
    .aihc-services .wpb_single_image:nth-child(7n+0){
        margin-left: 20px;
        margin-right: 20px;
    }
    /*Style visual composer for width100*/
    .page-template-width100-page .vc_row {
        margin-left: 0;
        margin-right: 0; 
    }
    #smenusidebar {
        position: relative;
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .mainmenu > div > ul > li > a {
	font-size: 18px;
    }
}

@media (max-width: 1069px) {
    .mainmenu > div > ul > li > a {
        padding: 0px 15px;
	font-size: 16px;
    }
    .sidebar img.alignleft,
    .sidebar .wp-caption.alignleft {
        margin-left: 0;
    }
    .sidebar img.alignright,
    .sidebar .wp-caption.alignright {
        margin-right: 0;
    }
    .error404 .page-header {
        margin-left: auto;
        max-width: 604px;
        width: 100%;
    }
    .archive-header,
    .search .page-header,
    .archive .page-header,
    .blog .page-header,
    .error404 .page-content,
    .search .page-content,
    .archive .page-content,
    .attachment .entry-header,
    .attachment .entry-content,
    .post-navigation .nav-links,
    .sidebar .site-info {
        padding-left: 20px;
        padding-right: 20px;
    }
    .error404 .page-title {
        font-size: 24px;
        padding: 180px;
    }
    .error404 .page-title:before {
        font-size: 554px;
    }
    .attachment .image-navigation {
        max-width: 724px;
    }
    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        position: static;
    }
    .site-main .widget-area {
        margin-right: 60px;
    }
}

@media (max-width: 1024px) {
    .servicemenu,
    .serviceblocks {
        width: 100%;
    }
    .serviceblocks {
        padding-left: 0px;
        margin: 0 auto;
        float: none;
        display: table;
    }
    .archive .serviceblocks {
        padding-top: 10px;
    }
    .servicemenu li {
        float: left;
        width: 33%;
    }
    .servicemenu li li {
        float: none;
        width: 90%;
    }
    .header {
        position: relative;
    }
    .full-content,
    .landing .full-content {
        top: 0;
    }
    .internal-pages.page .content,
    .tax-service_categories.internal-pages .content,
    .breadcrumbs.center-page,
    .locations-bg .center-page,
    footer .center-page,
    .landing .center-page {
        width: 98%;
    }
    .page-template-width100-page.internal-pages.page .content{
        width: 100%;  
    }
}

@media (max-width: 999px) {
    .location-page .left_block {
        width: 34%;
    }
    .sidebar .entry-summary,
    .sidebar .entry-meta,
    .sidebar .comment-list,
    .sidebar .comment-reply-title,
    .sidebar .comment-navigation,
    .sidebar .comment-respond .comment-form,
    .sidebar .featured-gallery,
    .sidebar .post-navigation .nav-links,
    .author.sidebar .author-info {
        max-width: 604px;
        padding-left: 0;
        padding-right: 0;
    }
    .sidebar .site-info,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .attachment .entry-header,
    .sidebar .comments-title {
        max-width: 604px;
    }
    .sidebar .archive-meta,
    .attachment .entry-header,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .site-info,
    .sidebar .comments-title,
    .sidebar .no-comments {
        padding-left: 0;
        padding-right: 0;
    }
    .attachment .entry-meta {
        float: left;
        text-align: left;
        width: 100%;
    }
    .attachment .entry-content {
        max-width: 100%;
        padding: 40px 0;
    }
    .format-status .entry-content {
        padding-top: 40px;
    }
    .format-status .entry-meta {
        padding-bottom: 40px;
    }
    .sidebar .format-status .entry-content,
    .sidebar .format-status .entry-meta {
        padding-left: 35px;
    }
    .sidebar .format-status .entry-content:before,
    .sidebar .format-status .entry-meta:before {
        left: 10px;
    }
    .sidebar .format-status .entry-content p:first-child:before {
        left: 4px;
    }
    .sidebar .paging-navigation .nav-links {
        padding: 0 60px;
    }
    .site-main .sidebar-container {
        height: auto;
        margin: 0 auto;
        max-width: 604px;
        position: relative;
        top: 20px;
    }
    .site-main .widget-area {
        float: none;
        margin: 0;
        width: 100%;
    }
    .mslide .mslide_text a img {
        width: 40%;
    }
    .page .content {
        max-width: 58%;
    }
	.page-template-front-page article.type-page {
		max-width: 72%;
	}
	.page-template-front-page .homeright  {
		max-width: 25%;
	}
}

@media (max-width: 960px) {
	.headercenter a {
		font-size:16px;
		padding:10px;
	}
    .mainmenu > div > ul > li > a {
        padding: 0px 7px;
    }
    div#locations {
        text-align: center;
    }
    div#locations>div {
        width: 45% !important;
    }
    div#locations table {
        width: 100%;
    }
    .container_sub_modules .widget_custom_post_widget {
        max-width: 180px;
    }
	.page-template-front-page article.type-page {
		max-width: 71%;
	}
	.page-template-front-page .homeright  {
		max-width: 25%;
	}
    /*
    * Slider
    */
    .slider_image .gform_widget{
        margin-top: 25px;
    }
   .slider_image .gform_widget li#field_4_3 {
        margin: 0 0 8px 0;
        width: 49%;
        float: left;
        clear: left !important;
    }   
    .slider_image .gform_widget li#field_4_5 {
        margin: 0 0 8px 0;
        width: 49%;
        float: right;
        clear: right !important;
    }
}

@media (max-width: 900px) {
    .blogdetail .col6 {
        width: 100%;
        float: none;
        clear: both;
    }
    /*.header {
        text-align: center;
    }*/
    .logo {
        position: relative;
        width: 100%;
		float: none;
	    max-width: 100%;
    }
	.headercenter {
		width: 100%;	
		margin-top:10px;
	}
    .logo p {
        text-align: center;
    }
    .bar-header {
        /*margin-right: 55px;*/
		margin-right: 0px;
		max-width:100%;
    }
	.bar-header .social-icon, .bar-header .widget p {
		text-align: center;
	}
    /*.bar-header .widget_custom_post_widget.widget-first {
        margin: 35px 0 0 0;
        float: left;
    }*/
    .container_sub_modules .widget_custom_post_widget {
        max-width: 20%;
    }
    .page .content {
        max-width: 50%;
    }
    div#locations>div {
        width: 95% !important;
        margin: 0 auto !important;
    }
    div#locations p {
        text-align: center !important;
    }
    div#locations td {
        display: inline-block;
    }
    #locations li {
        font-size: 22px;
    }
    #locations ul,
    #locations h3 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .footer_bottom .widget-3 p {
        text-align: center;
    }
    .footer_top {
        text-align: center;
    }
}

@media (max-width: 800px) {
	.aihc-services .wpb_single_image{
    	max-width: 150px;
	}
    .entry-content .vertimg {
        display: block;
    }
    .entry-content .horizimg {
        display: none;
    }
    .page-id-946 .search-location,
    .page-id-946 .left_block {
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .container_sub_modules .widget_custom_post_widget h3,
    .container_sub_modules .widget_custom_post_widget h3 a {
        font-size: 22px;
    }
    .container_sub_modules .widget_custom_post_widget img {
        margin-top: -50px;
    }
    .home .content {
        width: 55%;
    }
    .home .sidebar_right {
        max-width: 40%;
    }
    .home .sidebar_right {
        margin-left: 0;
    }
    .sections_bottom_content .widget_custom_post_widget {
        padding: 0 20px;
    }
    #stay_up_to_date table {
        margin: 0 auto;
    }
    #locations table td {
        padding-left: 10px;
        padding-right: 10px;
    }
    #stay_up_to_date .widget_custom_post_widget >table,
    #stay_up_to_date .widget_custom_post_widget > table >tbody,
    #stay_up_to_date .widget_custom_post_widget > table >tbody >tr,
    #stay_up_to_date .widget_custom_post_widget > table >tbody >tr>td {
        display: block;
        margin: 0 auto;
    }
    #stay_up_to_date td:first-child,
    #stay_up_to_date td:first-child p {
        text-align: center;
    }
    #stay_up_to_date td td:first-child,
    #stay_up_to_date td td:first-child p {
        text-align: left;
    }
    #stay_up_to_date table td:first-child {
        width: auto;
    }
    #stay_up_to_date table td:first-child img {
        display: inline-block;
    }
    .form_stay_up_to_date ul {
        text-align: center;
    }
    .form_stay_up_to_date ul li:first-child {
        margin-left: 0 !important;
    }
    .footer,
    .footer p {
        text-align: center;
    }
    .footer_bottom {
        margin: 0;
    }
    /*Internal pages*/
    .internal-pages.page .content,
    .tax-service_categories.internal-pages .content {
        max-width: 95%;
    }
    .page-template-width100-page.internal-pages.page .content{
        max-width: 100%; 
    }
}

@media (max-width: 768px) {
	.aihc-widget-submenu .box_widget ul li.menu-item-has-children > a {
		text-align:left;	
	}
    .left_block,
    .mapsmarker {
        width: 100% !important;
        margin: 0 auto;
    }
    .blog-entry {
        padding: 0 2%;
    }
    #locations .location-1 {
        display: block;
        margin: 0 auto 30px;
        width: 100%;
    }
    #locations .location-1 aside {
        padding: 0;
    }
    .home #locations>.widget_custom_post_widget,
    .page-template-landing-page #locations>.widget_custom_post_widget {
        width: 100%;
    }
    .slider_image .mslide_text {
        top: 30px;
    }
    .mslide .mslide_text a img {
        top: 0;
    }
    button,
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        font-size: 20px;
    }
    .landing .hs-form input:not([type=image]) {
        font-size: 14px;
    }
    .internal-pages .entry-header,
    .internal-pages .entry-content {
        padding: 0 !important;
    }
    .template-care-providers .btn-container .startbutton,
    .template-care-providers .btn-container .orange-btn {
        float: none;
        margin: auto;
        text-align: center;
    }
    .template-care-providers .su-accordion .su-spoiler-title {
        padding-left: 30px;
    }
    .template-care-providers .su-accordion .su-spoiler-content {
        padding-left: 20px;
    }
	.page-template-front-page article.type-page {
		display: block;
		width: 95%;
		vertical-align: top;
		margin: 0 auto;
		max-width: 100%;
	}
	.page-template-front-page .homeright  {
		display: block;
		max-width: 600px;
		border: 2px solid #558cab;
		margin: 0 auto;
		width: 95%;
	}
}

/*
* COD
*/
@media (max-width: 774px) {
    .servicemenu {
        max-width: 250px;
        margin: 0 auto;
        float: none;
        display: table;
    }
    .servicemenu li {
        width: 100%;
    }
    .serviceblocks {
        max-width: 362px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
	.headercenter p {
		margin:0 0 10px;	
	}
	.herosection h1 {
		font-size:28px !important;
		line-height:32px !important;
	}
	.metroarea .wpb_text_column p {
		display: inline-block;
        width: 49%;
	}
	.herosection h2 {
		font-size:24px !important;
		line-height:28px !important;
	}
	.herosection h3, .herosection.header-slide h3 span {
		font-size:21px !important;
		line-height:24px !important;
	}
	.herosection .vc_empty_space {
		max-height:25px !important;
	}
	.herosection .gform_footer .gform_button {
		padding: 6.5px 16px !important;
	}
	.herosection {
		min-height: 250px !important;		
	}
	.herosection.header-slide a.btn-blue, .herosection.header-slide a.btn-green, .herosection.header-slide a.btn-white, .herosection a.btn-blue {
		font-size: 16px;
		padding: 8px 15px;
	}
	#page .slider_image {
		background:none;
		min-height: auto !important;
	}
	.herosection .aihc-form input[type="text"], .herosection .aihc-form input[type="email"], .herosection .aihc-form input[type="tel"], .herosection .aihc-form textarea, .herosection .aihc-form select, .herosection .aihc-form .gform_wrapper .top_label .gfield_error input.large, .herosection .aihc-form .gform_wrapper .top_label .gfield_error select.large, .herosection .aihc-form .gform_wrapper .top_label .gfield_error textarea.textarea {
		font-size: 14px !important;
		padding: 5px 10px !important;
	}
	.herosection .vc_column-inner {
		padding-top: 10px !important;
	}
	.vc_column_container .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_gitem-link, .vc_column_container .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-link, .vc_column_container .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner, body .userway.userway_p3 {
		display:none;
	}
	.bar-header {
		margin-right: 0px;
	}
	.logo img {
		max-height: 72px;
		width:auto;
	}
	.entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .attachment .image-navigation,
    .attachment .entry-attachment .attachment {
        max-width: 604px;
        padding: 0;
        width: 100%;
    }
    .gallery-caption {
        display: none;
    }
    .alert-message div p,
    .alert-message div a {
        font-size: 15px;
    }
    .blogcontent #content,
    #primary .blogsidebar {
        width: 100%;
    }
    .landing .hpno,
    .landing .hpno a {
        font-size: 20px;
    }
    #locations ul,
    #locations h3 {
        margin-left: 20px !important;
        margin-right: 25px !important;
    }
    .landing #click-menu {
        display: none;
    }
    .additional-info {
        padding: 0 15px;
    }
    li#field_4_9{
        position: relative;
    }
    .slider_image{
        min-height: 155px;
    }
    .slider_image .gform_widget,
    .slider_image #meteor-slideshow{
        display: none;
    }
    .slider_image .widget_custom_post_widget{
        display: block;
        padding-top: 25px;
    }

    .logo {
        max-width: 100%;
    }
    .aihc-logo-text{
     text-align: center !important;
     width: 100%;
}
    .home-contact .hbspt-form li {
        width: 48%;
    }
    .bar-header {
        max-width: 100%;
        padding: 0 20px;
        margin-top: 15px;
    }
    .bar-header .social-icon,
    .bar-header .widget p{
        text-align: center;
    }
    .title-center-mobile h1,
    .title-center-mobile h2,
    .title-center-mobile h3,
    .title-center-mobile h4,
    .title-center-mobile h5,
    .title-center-mobile h6{
        text-align: center!important;
    }
    .text-center-mobile p{
        text-align: center!important;
    }
	#mobilecatdropdownaihc {
		display:block !important;
	}
	.showaihcdesktop {
		display:none !important;	
	}
}
/*@media (max-width: 730px) {
    .logo {
        max-width: 100%;
    }
    .home-contact .hbspt-form li {
        width: 48%;
    }
}*/
@media (max-width: 700px) {
	.aihc-header-relative.homeheader .width-600 {
        margin-bottom: 10px;
	}
	.aihc-header-relative.homeheader .vc_empty_space.clear {
    	height: 10px !important;
	}
    .logo {
        /*margin: 10px 0 0;*/
		margin: 10px 0;
    }
    #nav_menu-2 {
        background: none !important;
    }
    /*.bar-header {
        margin-top: 5px;
    }
    .bar-header .widget_custom_post_widget p {
        text-align: center;
    }*/
    #phone {
        margin: 0;
    }
    #search-header {
        margin: 10px auto 0;
    }
    .mainmenu > div > ul > li > a {
        padding: 0px 12px;
    }
    .container_sub_modules .widget_custom_post_widget {
        padding-bottom: 80px;
        margin-top: -20px;
    }
    .content,
    .home .content,
    .page .content {
        margin-top: -70px;
    }
    .footer_top .widget_nav_menu {
        margin-bottom: 5px;
    }
    #locations ul,
    #locations h3 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .aihc-news ul.rpwe-ul{
        max-width: 645px;
        padding:0 15px!important;
    }
}

@media (max-width: 667px) {
    .home .content {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .home .sidebar_right {
        max-width: 95%;
        margin: 10px 0;
        padding: 15px !important;
    }
    div#responsive-menu ul,
    div#responsive-menu li {
        padding: 0;
        margin: 0;
    }
    #responsive-menu .RMImage {
        max-width: 90%;
    }
    #stay_up_to_date {
        top: inherit;
        bottom: 0;
    }
    #stay_up_to_date .widget-title {
        font-size: 20px;
        padding: 5px 10px;
        /*left: -120px;
        top: 93px;*/
        bottom: 0px;
    }
    #locations ul,
    #locations h3 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .site-title {
        font-size: 30px;
    }
    .container_sub_modules .widget_custom_post_widget {
        padding-bottom: 0;
        background-size: cover;
    }
    #content .entry-header,
    #content .entry-content,
    #content .entry-summary,
    #content footer.entry-meta,
    #content .featured-gallery,
    .search.sidebar .page-content,
    .blog.sidebar .page-content,
    .sidebar .post-navigation .nav-links,
    .paging-navigation .nav-links,
    #content .author-info,
    .comments-area .comments-title,
    .comments-area .comment-list,
    .comments-area .comment-navigation,
    .comment-respond,
    .sidebar .site-info,
    .sidebar .paging-navigation .nav-links {
        padding-left: 20px;
        padding-right: 20px;
    }
    #content .format-status .entry-content,
    #content .format-status .entry-met {
        padding-left: 35px;
    }
    /* Small menu */
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
        margin: 0;
        padding: 12px 0 12px 20px;
    }
    .menu-toggle:after {
        content: "\f502";
        font-size: 12px;
        padding-left: 8px;
        vertical-align: -4px;
    }
    .toggled-on .menu-toggle:after {
        content: "\f500";
        vertical-align: 2px;
    }
    .toggled-on .nav-menu,
    .toggled-on .nav-menu > ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .toggled-on li,
    .toggled-on .children {
        display: block;
    }
    .toggled-on .nav-menu li > ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }
    .toggled-on .nav-menu li > ul a {
        color: #141412;
        width: auto;
    }
    .toggled-on .nav-menu li:hover > a,
    .toggled-on .nav-menu .children a {
        background-color: transparent;
        color: #141412;
    }
    .toggled-on .nav-menu li a:hover,
    .toggled-on .nav-menu ul a:hover {
        background-color: #db572f;
        color: #fff;
    }
    ul.nav-menu,
    div.nav-menu > ul {
        display: none;
    }
    #content .featured-gallery {
        padding-left: 24px;
    }
    .gallery-columns-1 .gallery-item {
        margin-right: 0;
        width: 100%;
    }
    .entry-title,
    .format-chat .entry-title,
    .format-image .entry-title,
    .format-gallery .entry-title,
    .format-video .entry-title {
        font-size: 22px;
        font-weight: bold;
    }
    .format-quote blockquote,
    .format-status .entry-content {
        font-size: 18px;
    }
    .format-quote blockquote small,
    .format-quote blockquote cite {
        font-size: 13px;
    }
    .error404 .page-title {
        padding: 40px 0 0;
    }
    .error404 .page-title:before {
        content: normal;
    }
    .comment-author {
        margin-right: 30px;
    }
    .comment-author .avatar {
        height: auto;
        max-width: 100%;
    }
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 70%;
        width: -webkit-calc(100% - 104px);
        width: calc(100% - 104px);
    }
    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"] {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
    .comment-form textarea {
        height: 80px;
    }
    /* Audio */
    .format-audio .entry-content:before {
        display: none;
    }
    .format-audio .audio-content {
        background-image: none;
        float: none;
        padding-left: 0;
        width: auto;
    }
    .location-page ul,
    .community-page ul,
    .community-page ol {
        width: 100%;
    }
    .internal-pages #locations table td:first-child {
        width: 100%;
    }
    .landing #locations table td:first-child {
        width: auto;
    }
}


/* Mobile devices */

@media (max-width: 640px) {
    /*.bar-header .widget_custom_post_widget.widget-first {
        width: 40% !important
    }
    .bar-header .widget_search,
    .bar-header .widget_custom_post_widget {
        margin: 0 auto 5px !important;
        width: 58%;
    }
    .bar-header aside {
        max-width: 60% !important;
        text-align: center;
    }
    .bar-header .widget-first img {
        float: none;
    }*/
    .blue-text {
        font-size: 25px;
    }
    .hpno,
    .hpno a {
        font-size: 24px;
    }
    .landing .header table td {
        width: 40%;
        display: inline-block;
    }
    .landing #content {
        width: 100%;
    }
    .landing .contact-widget {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        clear: both;
    }
    .landing .footer_top * {
        text-align: center !important;
        line-height: 25px;
    }
}

@media (max-width: 600px) {
    .header {
        padding-bottom: 5px;
    }
    .container_sub_modules .widget_custom_post_widget {
        max-width: 49%;
        display: inline-block;
        margin: 40px 0 0 0 !important;
        float: none;
    }
    .footer_bottom aside {
        width: 100% !important;
        margin: 10px 0;
    }
    #locations ul,
    #locations h3 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .home .sidebar_right {
        max-width: none;
    }
    /* .logo p {
        text-align: center;
    }
   .bar-header .widget_custom_post_widget {
        margin: 0 auto;
    }*/
    .form_contact_us_aih input[type="text"],
    .form_stay_up_to_date input[type="text"] {
        max-width: 185px;
    }
    .form_contact_us_aih .gfield_captcha_container,
    .form_contact_us_aih .gfield_captcha_container input[type="text"],
    .form_contact_us_aih textarea {
        max-width: 250px;
    }
    .form_stay_up_to_date ul li {
        max-width: 200px;
    }
    .mainmenu ul.nav-menu > li > ul.sub-menu,
    .mainmenu .nav-menu > ul > li > ul,
    .mainmenu ul.nav-menu > li > ul.sub-menu ul.sub-menu {
        display: none;
        float: initial;
        position: relative;
        opacity: 1 !important;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
    }
    .close-bg {
        background-image: url('graphics/menu-up.png') !important;
        background-position: 98% 10px !important;
    }
    .mainmenu ul ul>li>a {
        width: 85%;
    }
    .mainmenu ul ul ul {
        background: #F8F8F8;
    }
    .slider_image {
        min-height: 90px;
    }
}

@media (max-width: 580px) {
    .bar-header {
        max-width: 100%;
    }
    .bar-header p {
        margin: 0;
    }
    #locations table td,
    #locations ul, #locations h3 {
        width: 100%;
    }
    #locations table td ul li {
        width: 50%;
        float: left;
    }
    #locations li {
        font-size: 18px;
    }
    .home-contact .hbspt-form li {
        width: 95%;
    }
    #locations .space {
        display:none;
    }
}

@media (max-width: 480px) {
    .bar-header .widget {
        min-width: 100%;
    }
    .bar-header .widget_custom_post_widget.widget-first {
        float: none;
    }
    .bar-header .widget_custom_post_widget.widget-first p {
        text-align: center;
    }
    .slider_image .mslide_text {
        display: none;
    }
    .bar-header .widget_custom_post_widget {
        float: none;
    }
    .bar-header .widget_custom_post_widget p {
        text-align: center;
    }
    .form_contact_us_aih textarea,
    .form_contact_us_aih .gfield_captcha_container,
    .form_contact_us_aih .gform_footer input[type="submit"],
    .form_contact_us_aih .gform_footer input[type="button"] {
        position: relative;
        right: auto;
        top: 0;
    }
    .form_stay_up_to_date ul li,
    .form_stay_up_to_date ul li:first-child {
        display: block;
        margin: 0 auto 10px auto;
    }
    .form_contact_us_aih .gform_footer {
        text-align: center;
    }
    .form_contact_us_aih input[type="text"],
    .form_stay_up_to_date input[type="text"],
    .form_contact_us_aih .gfield_captcha_container,
    .form_contact_us_aih .gfield_captcha_container input[type="text"],
    .form_contact_us_aih textarea {
        max-width: none;
    }
    .gform_wrapper .form_contact_us_aih .top_label input.medium,
    .gform_wrapper .form_contact_us_aih .gfield,
    .gform_wrapper .form_contact_us_aih .gfield.gf_right_half,
    .form_contact_us_aih .gfield_captcha_container input[type="text"] {
        width: 100% !important;
        max-width: 100%;
    }
    .form_stay_up_to_date ul li:first-child,
    #field_2_2 {
        margin-left: auto !important;
    }
    /*Internal Pages*/
    .internal-pages .content iframe {
        margin-bottom: 25px;
    }
    .internal-pages #locations table td:first-child {
        width: 100%;
    }
    .internal-pages #locations table td:first-child h3 {
        text-align: left;
    }
    #locations>div {
        padding: 0 5px;
    }
    .footer_top .widget_custom_post_widget {
        float: none;
    }
    #stay_up_to_date table td table td {
        display: inline-table;
    }
    .locations-table td {
        padding: 10px;
        display: block;
        text-align: center;
        width: 100% !important;
    }
    .locations-table tr:first-child {
        display: none;
    }
    .home .content {
        max-width: none!important;
        width: 100%;
    }
    .alert-message aside {
        left: 0;
        margin: 0 auto;
    }
    table.two-columns td {
        width: 100% !important;
    }
    .landing .header table td {
        width: 70%;
        text-align: center;
        margin: 10px 0;
    }
    .aihc-services .wpb_single_image,
    .aihc-services .wpb_single_image:first-child, 
    .aihc-services .wpb_single_image:nth-child(6n+0), 
    .aihc-services .wpb_single_image:nth-child(7n+0){
        margin-left: 5px;
        margin-right: 5px;
    }
    .aihc-news .rpwe-block li{
        margin-left: 0;
        max-width: none;
        min-height: 0;
    }
}

@media (max-width: 450px) {
    .container_sub_modules .widget_custom_post_widget h3,
    .container_sub_modules .widget_custom_post_widget h3 a {
        font-size: 26px;
    }
    .container_sub_modules .widget_custom_post_widget {
        max-width: 100%;
    }
    .content,
    .home .content,
    .page .content {
        margin-top: 0;
    }
    .container_sub_modules .widget_custom_post_widget {
        margin-top: 30px;
        padding-bottom: 0;
    }
    .container_sub_modules .widget_custom_post_widget img {
        margin-top: -35px;
    }
    .alert-message aside {
        bottom: 15px;
    }
    .blue-text img {
        display: block;
        margin: 15px auto;
    }
    #lbp-inline-href-1 input[type="submit"] {
        padding: 10px 5px 10px 5px;
        font-size: 14px;
    }
    .template-care-providers .su-spoiler-content img {
        display: block;
        float: none;
        margin: auto;
    }
    .header-slide h3,
    .header-slide h3 span{
        font-size: 28px!important;
    }
    .header-slide a.btn-blue, 
    .header-slide a.btn-green, 
    .header-slide a.btn-white{
        font-size: 20px;
        min-width: 0;
    }
    .aihc-form > div > div > .vc_inner{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 390px) {
    .orange-btn,
    .orange-btn a,
    .htollfree,
    .hpno,
    .hpno a {
        font-size: 20px;
    }
    .orange-btn {
        width: 100% !important;
        display: inline-block;
    }
    .additional-info .two-columns td {
        width: 50% !important;
    }
    .aihc-form .gform_footer .gform_button {
        font-size: 18px;
    }
}

@media (max-width: 359px) {
    .gallery {
        margin-left: 0;
    }
    .gallery .gallery-item,
    .gallery-columns-2.gallery-size-thumbnail .gallery-item {
        max-width: none;
        width: 49%;
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px);
    }
    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }
    .gallery-columns-1 .gallery-item,
    .gallery-columns-1.gallery-size-medium .gallery-item,
    .gallery-columns-1.gallery-size-thumbnail .gallery-item {
        text-align: center;
        width: 98%;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
    }
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 4px;
    }
    .gallery br {
        display: none;
    }
    .gallery .gallery-item:nth-of-type(even) {
        margin-right: 0;
    }
    /* Comments */
    .comment-author {
        margin: 0 0 5px;
        max-width: 100%;
    }
    .comment-author .avatar {
        display: inline;
        margin: 0 5px 0 0;
        max-width: 20px;
    }
    .comment-metadata,
    .comment-content,
    .comment-list .reply {
        width: 100%;
    }
}

@media (max-width: 320px) {
    #locations .location-1 .content_post_widget {
        position: inherit;
    }
    .sections_bottom_content .locations-bg {
        background: #24557D;
    }
}


/**
 * 10.0 Print
 * ----------------------------------------------------------------------------
 */


/* Retina-specific styles. */

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    .format-audio .audio-content,
    .format-status .entry-content:before,
    .format-status .entry-meta:before,
    .comment-list > li:after,
    .comment-list .children > li:before {
        background-image: url(images/dotted-line-2x.png);
    }
}

@media print {
    body {
        background: none !important;
        color: #000;
        font-size: 10pt;
    }
    * {
        vertical-align: top;
        height: auto !important;
    }
    .internal-pages .content h1 {
        font-size: 20px !important;
    }
    .logo {
        float: left !important;
        width: 50% !important;
    }
    .bar-header {
        width: 45% !important;
    }
    #nav_menu-2,
    #search-3,
    .fontResizer,
    .mainmenu,
    .breadcrumbs,
    #stay_up_to_date,
    .internal-pages .content iframe,
    .internal-pages .entry-title img,
    #locations,
    .container_sub_modules,
    .footer,
    .header-text,
    .startbutton,
    .mapsmarker,
    h1 img {
        display: none !important;
    }
    #primary {
        clear: both;
    }
    .blog-entry .entry-title {
        clear: both;
    }
    .internal-pages #locations h3,
    .internal-pages #locations table td:first-child h3 {
        text-align: left;
    }
    footer a[rel="bookmark"]:link:after,
    footer a[rel="bookmark"]:visited:after {
        content: " [" attr(href) "] ";
        /* Show URLs */
    }
    .site {
        max-width: 98%;
    }
    .locations-table td {
        border-bottom: 1px solid;
        font-size: 12px;
    }
    .author-avatar,
    .comment-respond,
    .comments-area .comment-edit-link,
    .comments-area .reply,
    .comments-link,
    .entry-meta .edit-link,
    .page-links,
    .site-content nav,
    .widget-area,
    .more-link {
        display: none;
    }
    .entry-header,
    .entry-content,
    .entry-summary,
    .entry-meta {
        margin: 0;
        width: 100%;
    }
    .page-title,
    .entry-title {
        font-size: 21pt;
    }
    .entry-meta,
    .entry-meta a {
        color: #444;
        font-size: 10pt;
    }
    .entry-content img.alignleft,
    .entry-content .wp-caption.alignleft {
        margin-left: 0;
    }
    .entry-content img.alignright,
    .entry-content .wp-caption.alignright {
        margin-right: 0;
    }
    .format-image .entry-content .size-full {
        margin: 0;
    }
    /* Remove colors from post formats */
    .hentry {
        background-color: #fff;
    }
    /* Comments*/
    .comments-area > li.comment {
        background: none;
        position: relative;
        width: auto;
    }
    .comment-metadata {
        float: none;
    }
    .comment-author .fn,
    .comment-reply-link,
    .comment-reply-login {
        color: #333;
    }
}