/*
Theme Name: rosewood
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rosewood
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

rosewood is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Custom Content
# Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------

# Fonts

font-family: 'Raleway', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Source Sans Pro', sans-serif;

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 18px;
}

body {
    margin: 0;
}

.container {
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    position: relative;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    /*font-size: 1.222rem;*/
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #242424;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p.intro {
    font-size: 1.667rem;
    color: #242424;
    font-weight: bold;
    line-height: 1.889rem;
    margin-top: 0;
}

.site-main h2 {
    margin-top: 0;
    color: #9c3016;
    font-size: 1.889rem;
    line-height: 2.222rem;
    margin-bottom: 1.889rem;
}

.site-main ul,
.site-main ol {
    margin: 0 0 1.5rem 3rem;
    padding-left: 0;
}

.site-main ul li,
.site-main ol li {
    padding-left: 0.1rem;
    text-indent: 0;
}

p {
    margin-bottom: 1.5rem;
    line-height: 1.556rem;
    margin-top: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

textarea {
    width: 100%;
    min-height: 140px;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #9C3016;
}

a:hover,
a:focus,
a:active,
a:visited {
    text-decoration: none;
    outline: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: none;
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

ul.slimmenu li ul {
    left: 15px;
}

ul.slimmenu ul li a {
    width: 215px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 15px 10px 20px;
    background-color: #9C3016;
}

ul.slimmenu ul li a:before {
    /* content: "\f132";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 15px;*/
}

.main-navigation ul ul li {}

.main-navigation li:hover > a,
.main-navigation li.focus > a {}

.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 15px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {}

.navbar {
    border-radius: 0px;
    border: none;
    margin-bottom: 0;
}

.site-menu-wrap{
    /*height: 57px;*/
}
#site-navigation{
    top: initial;
}

.sticky#site-navigation{
    /*transform: translateZ(0);*/
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

.navbar-default {
    background-color: #9c3016;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
    font-size: 18px;
}

.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 8px;
    color: #FFF;
    font-size: 16px;
    line-height: 48px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    padding: 7px 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.collapse-button:hover,
.collapse-button:focus {
    color: #FFF;
}

.collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #9c3016;
    border-radius: 1px;
}

ul.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Lato', sans-serif;
}

ul.slimmenu:before,
ul.slimmenu:after {
    content: '';
    display: table
}

ul.slimmenu:after {
    clear: both
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

ul.slimmenu.collapsed li>ul {
    position: static;
    display: none
}

ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-toggle {
    height: 40px
}

ul.slimmenu li {
    position: relative;
    float: none;
    display: inline-block;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none
}

ul.slimmenu li ul li {}

ul.slimmenu li>ul {
    position: absolute;
    left: 15px;
    top: 100%;
    z-index: 999;
    display: none;
}

ul.slimmenu li:last-child>ul {
    left: auto;
    right: 15px;
}

ul.slimmenu li>ul>li ul {
    position: absolute;
    left: 100%;
    top: -2px;
    z-index: 999;
    display: none;
    width: 100%
}
ul.slimmenu li:last-child>ul>li ul{
    left: auto;
    right: 100%;
}

ul.slimmenu li a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}

ul.slimmenu li .sub-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 40px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle
}

ul.slimmenu li .sub-toggle>i {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 5px;
}

ul.slimmenu>li {}

ul.slimmenu>li:first-child,
ul.slimmenu>li.has-submenu+li {
    border-left: 0
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.8em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*          Pop ups         */


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    outline: none;
    border: none;
    box-shadow: none;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
    ul.slimmenu li .sub-toggle>i {
        display: none;
    }
    .main-navigation ul ul {
        border-top: 2px solid #f8bd61;
    }
    ul.slimmenu ul li a {
        border-top: 1px solid #f8bd61;
    }
    ul.slimmenu ul li a:hover {
        background-color: #f8bd61;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*--------------------------------------------------------------
## Custom Content
--------------------------------------------------------------*/


/*      Header      */

.site-header {
    padding-top: 10px;
    background-color:#ffffff;
}

.site-branding {
    float: left;
    margin-bottom: 10px;
}

.site-info {
    float: right;
    text-align: right;
    margin-top: 8px;
}

.site-info p {
    font-size: 0.8889rem;
    color: #80705f;
    margin-bottom: 0;
}

.site-info p.phone {
    font-family: 'Lato', sans-serif;
    color: #0f75bd;
    font-weight: bold;
    font-size: 1.778rem;
}

.site-info >div {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    text-align: center;
}

.site-info img {
    float: right;
}

.page-header {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding: 23px 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.page-header h1.entry-title {
    font-size: 2.611rem;
    line-height: 2.811rem;
    color: #fff;
    margin: 0 0 10px;
}

.page-header p,
.page-header p a,
.page-header p strong {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1;
    margin: 0 4px 10px;
}

.page-header p a:first-child {
    text-transform: uppercase;
}

#breadcrumbs span {
    /*margin: 0 -4px;*/
}

.sticky-wrapper.is-sticky { 
    z-index: 999;
    position: relative;
}


/*      HOME            */

.home {
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.home #main {
    padding: 0;
}

.home h2 {
    font-size: 2.222rem;
    color: #252525;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 1.833rem;
}

.home h3 {
    color: #0f75bd;
    font-weight: normal;
}

.home p {
    line-height: 1.722rem;
}

.slide {
    padding: 60px 0;
    background-repeat: no-repeat;
    text-align: left;
    background-size: cover;
}

.slide h1 {
    margin-top:0;
    color: #262626;
    font-size: 2.278rem;
    line-height: 2.478rem;
}

.slide .video-image {
    float: left;
    max-width: 42%;
    margin-right: 4%;
    box-shadow: 0 0 35px 0px rgba(0, 0, 0, 0.43);
}

.slide .slide-content {
    float: left;
    width: 53%;
    margin-top: 10px;
}

.slide p {
    font-size: 1.456rem;
    line-height: 1.856rem;
    margin-bottom: 2rem;
}
.slide p.responsive {
    display:none;
}

.slide img {
    border: 8px solid #fff;
}

.slide .video-image a {
    position: relative;
    display: block;
}

.slide .video-image a:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    background-image: url('img/play.png');
}

.slide span {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 1.667rem;
    color: #fff;
    background-color: #9c3016;
    border-radius: 5px;
    padding: 15px 21px;
}

.slide .button a {
    color:#ffffff;
}

p.home-insurance { display:none; margin-bottom:0; padding:5px 5%; font-weight:bold; color:#a3361a; }
#home-slider img.insurance { position:absolute; top:0; right:0; max-width:20%; }

#home-slider .slick-arrow {
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    width: 63px;
    height: 63px;
    text-align: center;
    font-size: 1.667rem;
    color: #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    outline: none;
    padding: 0;
}

#home-slider .slick-next i,
#home-slider .slick-prev i {
    position: relative;
    top: -1px;
}

#home-slider .slick-prev {
    margin-left: 7%;
    left: 0;
}

#home-slider .slick-next {
    right: 0;
    margin-right: 7%;
}

#home-slider {
    margin-bottom: 0px;
}

#home-slider .slick-track {
    display: -ms-flexbox;
    display: flex;
}

#home-slider .slide {
    background-size: cover !important;
    height: auto;
}


.text_with_gallery{
    margin-top: 20px;
}

.text_with_gallery p {
    margin: 0 auto 50px;
}
.text_with_gallery.text_with_heading p {
    margin-bottom:0;
}

.text_with_gallery .gallery {
    overflow: hidden;
    margin-bottom: 45px;
}

.text_with_gallery .btn {
    background-color: #136b93;
    margin-bottom: 45px;
}

h2.underlined:after {
    content: '';
    width: 267px;
    height: 1px;
    background-color: #c6bfb7;
    margin: 20px auto 30px auto;
    display: block;
}

.btn {
    color: #fff;
    background-color: #a3361a;
    font-size: 1.222rem;
    font-weight: bold;
    padding: 15px 58px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    box-shadow: none;
}

.btn:visited {
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    text-decoration: none;
}

.btn:focus {
    outline: thin dotted;
}

.btn:hover,
.btn:active {
    outline: 0;
    opacity: 0.9;
}

.titles_with_background {
    /*padding: 15px 0 30px;*/
}

.titles_with_background h2 {
    color: #fff;
    font-size: 2.267rem;
    margin-bottom: 0px;
}

.titles_with_background h3 {
    color: #f3a38f;
    font-size: 1.644rem;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}

.left_right_image_and_text {
    text-align: left;
    padding: 10px 0px;
}

.left_right_image_and_text .row {
    margin-bottom: 0px;
    margin-top: 50px;
}

.left_right_image_and_text h3 {
    font-weight: 600;
    font-size: 1.278rem;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.left_right_image_and_text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 0.8889rem;
    color: #000;
    line-height: 1.444rem;
    margin-bottom: 15px;
}

.left_right_image_and_text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.left_right_image_and_text ul li {
    float: left;
    width: 46%;
    padding-left: 25px;
    background: url('img/right-left-li.png') no-repeat center left;
    font-size: 0.8333rem;
    color: #000;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.left_right_image_and_text ul li a { color:#000;}

.left_right_image_and_text ul li:nth-child(even) {
    width: 54%;
}

.left_right_image_and_text .btn {
    font-size: 0.8889rem;
    padding: 10px 28px;
}

.left_right_image_and_text .left-content {
    padding-top: 0px;
}

.left_right_image_and_text .right-image {
    float: right;
}

.text_and_button_with_background {
    padding: 30px 0 65px;
        background-size: cover!important;
}

.text_and_button_with_background p {
    max-width: 74%;
    margin: 0 auto 1.7em;
}

.text_with_videos {
    padding: 25px 0 40px;
}

.text_with_videos h2 {
    margin-bottom: 0;
}

.text_with_videos h3 {
    margin-top: 0;
}

.text_with_videos p {
    max-width: 74%;
    margin: 0 auto 3.5em;
}

.text_with_videos .videos.row {
    margin-left: -10px;
    margin-right: -10px;
}

.text_with_videos .videos .col-md-3 {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
}

.videos a {
    position: relative;
    display: block;
    color: #fff;
}

a.play {
    position: relative;
    overflow: hidden;
    display: block;
}

.videos a:before,
a.play:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 79px;
    top: 48%;
    margin-top: -39px;
    left: 50%;
    margin-left: -37px;
    background-image: url('img/play.png');
    background-size: contain;
    background-repeat: no-repeat;
}
 
.videos a:focus,
.videos a:visited,
.videos a:hover,
.videos a:active {
    text-decoration: none;
    color: #fff;
}

.videos img {
    width: 100%;
}

.videos p.video-name {
    font-size: 1rem;
    background-color: rgba(49, 129, 194, 0.66);
    ;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 18px 25px;
    text-align: left;
}

.text_with_videos .videos a:before{
    width:60px;
    height:60px;
}
.text_with_videos p.video-name {
    padding:10px 15px;
    line-height:1.222rem;
}

.text_with_videos .btn {
    background-color: #9cc36b;
    margin-top:20px;
    margin-bottom: 20px;
    padding: 15px 40px;
}

.titles_and_button_with_background {
    padding: 90px 0 120px 0;
        background-size: cover!important;
}

.titles_and_button_with_background h2 {
    color: #fff;
    font-size: 2.667rem;
    margin-bottom: 0px;
}

.titles_and_button_with_background h3 {
    color: #fff;
    font-size: 1.944rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.titles_and_button_with_background span {
    font-family: 'Lato';
    font-size: 2rem;
    color: #fff;
    border: 3px solid #fff;
    padding: 20px 40px;
    display: inline-block;
}

.brends {
    padding: 30px 0;
}

.brends h2 {
    margin-bottom: 10px;
}

.brends p {
    max-width: 70%;
    margin: 0 auto 2em;
}

.brends a {
    color: #146b93;
    font-size: 1rem;
    text-decoration: underline;
}

.brends .logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.brends .col-md-15 {
    height: 157px;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #c5c5c5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.brends .col-md-15:nth-child(5n+5) {
    border-right: 1px solid transparent;
}

.brends .col-md-15:nth-child(-n+5) {
    border-bottom: 1px solid #c5c5c5;
}

.quotes {
    padding: 50px 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    overflow: hidden;
    text-align: center;
    background-image: url('img/contact-quotes.jpg');
}

.quotes h2 {
    color: #fff;
    font-size: 2.667rem;
    line-height: 3.333rem;
    margin: 39.845px auto 50px;
    text-transform: none;
    font-weight: normal;
    max-width: 80%;
    position: relative;
}

.quotes h2:before,
.quotes h2:after {
    content: '';
    width: 73px;
    height: 61px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.quotes h2:before {
    background-image: url('img/quote-left.png');
    left: -70px;
    top: -14px;
}

.quotes h2:after {
    background-image: url('img/quote-right.png');
    right: -70px;
    bottom: -14px;
}

.quotes .btn {
    color: #252525;
    background-color: #ffffff  !important;
    padding: 15px 50px !important;
}

.news-list { list-style-type:none; margin-left:0 !important; }
.news-list li { float:left; width:48%; margin-left:4%; text-align:center; }
.news-list li:nth-of-type(2n+1) { clear:left; margin-left:0; }
.news-list li .figure-wrapper { width:100%; max-width:200px; margin:0 auto; }
.news-list li figure { width:100%; margin:0 !important; padding-top:100%; box-shadow:0 0 5px rgba(0,0,0,0.5); position:relative; }
.news-list li figure .img-wrapper { position:absolute; top:0; left:0; width:100%; height:100%; padding:15px; }
.news-list li figure .img-wrapper img { position:relative; width:auto; max-height:100%; top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); }
.news-list li h3 { margin:15px 0 30px !important; font-size:1em; }


/*          Footer          */

.site-footer {
    background-color: #6d462e;
    text-align: left;
    padding: 55px 0 20px;
    color: #fff;
}

#footer-sidebar1 .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-sidebar1 .menu li {
    margin-bottom: 5px;
}

#footer-sidebar1 .menu li a {
    color: #fff;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 1rem;
}

#footer-sidebar1 .menu li a:hover {
    text-decoration: none;
}

#footer-sidebar3 #text-4 {
    font-size: 0.7778rem;
}
#footer-sidebar3 .phone a {
    color:#ffffff;
}

ul.social {
    list-style: none;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    width: 315px;
    padding: 0;
}

ul.social li {
    float: left;
    border: 2px solid #f39148;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    width: 38px;
    height: 38px;
    margin-right: 8px;
}

ul.social li:last-child {
    margin-right: 0px;
}

#footer-sidebar2 .logo-footer img {
    display: block;
    margin: 0 auto;
}

#footer-sidebar2 .textwidget { text-align:center; font-size:14px; }

ul.social li a {
    color: #f39148;
    font-size: 16px;
    display: block;
    top: -1px;
    position: relative;
}

#footer-sidebar3 .textwidget { font-size:14px; }

/*#footer-sidebar3 #text-3 .textwidget:after {
    content: '';
    width: 28px;
    height: 3px;
    background-color: #f39148;
    display: block;
    margin-top: 30px;
}*/

#footer-sidebar3 hr { width:30px; height:3px; margin:15px auto 15px 0; background-color:#f39148; }

/*      CONTACT PAGE      */

#main {
    padding: 55px 0;
}

.page-template-page-contact p,
.page-template-page-contact h2 {
    text-align: justify;
}

.page-template-page-contact #main ul,.page-contact-list {
    list-style: none;
    padding: 0;
    margin: 10px !important;
}

.page-template-page-contact #main ul li,.page-contact-list li {
    padding-left: 45px !important;
    background: url('img/list-contact.png') no-repeat left 2px;
    margin-bottom: 20px;
    line-height: 1.3;
    min-height: 22px;
}

.get-help h2 {
    font-size: 1.722rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 1.722rem;
}

.get-help h3 {
    color: #e89e2a;
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
    line-height:110%;
}

.get-help h3 span {
    font-size: 1.622rem;
}

.get-help h3 span a {
    color: #e89e2a;
}

div.wpcf7 {
    background-color: #e8e8e8;
    overflow: hidden;
    margin: 0 0 47px 0;
    border-bottom: 3px solid #9c3016;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    border: none;
    margin-top: 10px;
    max-width: 100%;
    border-radius: 0;
    padding: 8px 11px;
    outline: none;
    width: 100%;
    resize: none;
}

.wpcf7 select {
    width: 100%;
    cursor: pointer;
    padding: 8px 7px;
}

.wpcf7 .subscribe-wrapper {
    display:block;
    margin-top:10px;
    line-height:120%;
    font-size: 0.866rem;
    color: #242424;
}

.wpcf7 .subscribe-wrapper input[type="checkbox"] {
    width:auto;
    margin-right:5px;
}

.wpcf7 .subscribe-wrapper .wpcf7-list-item.last {
    display:none;
}

.wpcf7 .subscribe-wrapper .wpcf7-list-item-label {
    display:none;
}

.wpcf7 .col-md-6,
.wpcf7 .col-md-12 {
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.wpcf7 .col-md-6:nth-child(odd) {
    padding-right: 5px;
    clear: both;
}

.wpcf7 .col-md-6:nth-child(even) {
    padding-left: 5px;
}

.wpcf7 .submit-button {
    float: left;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 20px;
}

div.wpcf7-response-output {
    clear: both;
}

div.wpcf7-validation-errors {
    border: 1px solid #9c3016;
    color: #9c3016;
}

span.wpcf7-not-valid-tip {
    color: #9c3016;
    font-size: 1em;
    display: block;
}

div.wpcf7 img.ajax-loader {
    display: none;
}

.wpcf7 input[type="submit"] {
    background-color: #9c3016;
    color: #fff;
    font-size: 1.222rem;
    font-weight: 600;
    padding: 15px 58px;
    border-radius: 5px;
    display: block;
    box-shadow: none;
    margin: 0 auto 0 auto;
    position: relative;
    font-family: 'Source Sans Pro', sans-serif;
    outline: none !important;
    width: auto;
}

.ui-widget-header {
    border: 1px solid #9C3016;
    background: #9C3016;
    border-radius: 0;
    }

.page-template-page-contact .quotes {
    padding: 45px 0 50px 0;
    text-align: center;
}

.page-template-page-contact .quotes h2 {
    font-size: 1.889rem;
    line-height: 2.056rem;
    text-align: center;
    max-width: 57%;
    margin: 0px auto 35px;
    font-weight: 100;
}

.page-template-page-contact .quotes h2:before,
.page-template-page-contact .quotes h2:after {
    width: 43px;
    height: 35px;
}

.page-template-page-contact .quotes h2:before {
    left: -50px;
    top: -3px;
}

.page-template-page-contact .quotes h2:after {
    right: -50px;
    bottom: 5px;
}

.page-template-page-contact .quotes .btn {
    color: #252525;
    background-color: #ffffff;
    padding: 12px 45px;
    font-size: 1rem;
}

select.firstgray.noValue,
select.firstgra,
select.firstgray option:first-child {
    color: #a9a9a9;
}

select.firstgray option:not(:first-child) {
    color: #242424;
}

div.wpcf7-validation-errors {
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #9cc36b;
        text-align: center;
}

::-webkit-input-placeholder {
    color: #a9a9a9;
}

:-moz-placeholder {
    color: #a9a9a9;
}

::-moz-placeholder {
    color: #a9a9a9;
}

:-ms-input-placeholder {
    color: #a9a9a9;
}

.sidebar-wrap {
    float: right;
    width: 27.3%;
    padding-right: 15px;
}

.content-wrap {
    float: left;
    width: 68.8%;
    padding-left: 15px;
}


/*              Sidebar page content                */

.page-template-template-sidebar .sidebar-wrapper {
    padding-left: 71px;
}

.page-template-template-sidebar .content-wrapper {
    padding-right: 0;
}

p.intro {
    margin-bottom: 45px;
}

#secondary .wpcf7 input[type="submit"] {
    background-color: #9C3016;
}

#secondary div.wpcf7 {
    border-bottom: 2px solid #9C3016;
    margin-bottom: 30px;
}

.get-help {
    background-color: #9c3016;
    overflow: hidden;
    padding: 0.6rem;
}

#secondary .get-help {
    background-color: #9c3016;
    overflow: hidden;
    padding: 0.6rem;
}

.get-help.newsletter h3 {
    color: #fff;
}

.widget_social_widget {
    margin-bottom: 1.5rem;
}

#secondary ul.social {
    padding: 15px 0;
    border-top: 3px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    width: 100%;
    text-align: center;
}

#secondary ul.social li {
    border: none;
    width: auto;
    margin: 0 0.4rem;
    float: none;
    display: inline-block;
    height: auto;
    line-height: normal;
}

#secondary ul.social li a {
    color: #3181c2;
    font-size: 24px;
}

#secondary .videos p.video-name {
    padding: 10px 15px;
    font-size: 0.9444rem;
    line-height: 1.278rem;
}

#secondary .videos a:before {
    top: 40%;
}

.quote-blue {
    background-image: url('img/quotes-blue.jpg');
    text-align: center;
    padding: 30px 50px;
    background-size: cover;
}

.quote-blue p {
    font-style: italic;
    line-height: 1.278rem;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.quote-blue p:before,
.quote-blue p:after {
    content: '';
    width: 17px;
    height: 14px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.quote-blue p:before {
    background-image: url('img/quote-left.png');
    left: -25px;
    top: -4px;
}

.quote-blue p:after {
    background-image: url('img/quote-right.png');
    right: -20px;
    bottom: -2px;
}

.quote-blue strong {
    font-size: 0.7778rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.widget_testimonial_video_widget .btn{
    display: block;
    margin-top: 10px;
    padding: 10px;
}

#secondary .boxes .box {
    text-align: left;
}

#secondary .boxes h3 {
    text-transform: none;
    font-size: 1rem;
    line-height: 1.389rem;
}

#secondary .boxes h3:after {
    height: 6px;
    margin-bottom: 6px;
    margin-top: 12px;
}

#secondary .boxes a {
    text-transform: uppercase;
    font-size: 0.7778rem;
    color: #535353;
}

.widget_article_widget .boxes {
    display:block;
}

.widget_article_widget .boxes .box {
    display:block;
}

.affiliations p {
    font-size: 0.8889rem;
    line-height: 1.167rem;
    margin-bottom: 0;
}

.affiliations .row {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.affiliations .col-md-8 {
    padding-left: 0;
}

.widget_affiliations_widget {
    margin-bottom: 2rem;
}

.widget_affiliations_widget h2.widget-title {
    padding: 15px 0;
    border-top: 3px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8;
    margin-bottom: 0.7rem;
}

.our-expert {
    overflow: hidden;
    background-color: #e8e8e8;
    border-bottom: 3px solid #9cc36b;
    padding: 15px 10px 15px 0px;
    margin-bottom: 2.2rem;
}

.experts-wrap {
    margin-bottom: 95px;
}

.experts-wrap-single {
    margin-bottom: 40px;
}

.experts-wrap .our-expert {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem;
    margin-top: -120px;
    padding-top: 120px;
}

.our-expert .col-md-7 {
    padding-left: 0;
}

.our-expert img {
    border-radius: 50%;
    margin-right: 20px;
}

.our-expert h2.widget-title {
    font-size: 0.8333rem;
    line-height: 1.111rem;
    text-align: left;
    margin-bottom: 0;
}

.experts-wrap .our-expert h2 {
    font-size: 1.333rem;
    line-height: 1.667rem;
    margin-bottom: 0;
    color: #242424;
}

.experts-wrap .our-expert span {
    font-size: 1rem;
    line-height: 1.667rem;
}

.our-expert h3 {
    font-size: 1rem;
    margin: 0;
    line-height: 1.111rem;
}

.our-expert span {
    font-size: 0.7778rem;
    color: #817d7d;
    display: block;
}

.our-expert a:hover {
    text-decoration: none;
}

.our-expert .btn {
    background-color: #9cc36b;
    font-size: 0.7778rem;
    padding: 4px 11px;
}

.expert-more .btn {
    background-color: #9cc36b;
    font-size: 0.7778rem;
    padding: 4px 11px;
    padding: 2px 14px;
}

.expert-more p {
    margin-bottom: 10px;
}

.expert-more {
    margin-bottom: 2.5rem;
}

h2.widget-title {
    font-size: 1.333rem;
    color: #363636;
    line-height: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}


/* Widgets */

.sidebar-page-content img {
    margin-bottom: 20px;
}

.sidebar-page-content section {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.sidebar-page-content section.cta {
    color: #fff;
    margin-bottom: 2.5rem;
    float: left;
    width: 100%;
    overflow: hidden;
}

.cta img {
    max-width: 94%;
    height: auto;
    margin-bottom: 0;
}

.cta .col-md-7 {
    padding-top: 35px;
    padding-bottom: 20px;
}

.cta p {
    font-size: 2rem;
    margin-bottom: 0;
    margin-right: 15px;
    color: #fff;
}

.cta strong {
    font-size: 2.389rem;
    line-height: 2.667rem;
    margin-right: 15px;
    display: block;
    color: #fff;
}

.cta strong a {
    color:#fff;
}

.experts-banners.sidebar-page-content section.cta {
    margin-bottom: 20px;
}

.sidebar-page-content section.testimonials_with_custom_headline {
    border-bottom: 3px solid #136b93;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 2rem;
    float: left;
    width: 100%;
}

.testimonials_with_custom_headline .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
}

.testimonials_with_custom_headline h2 {
    font-size: 1.333rem;
    line-height: 1.556rem;
    color: #363636;
    margin: 10px 0;
    text-align:center;
}

.testimonials_with_custom_headline .videos{
    margin-left:0; margin-right:0;
}

.testimonials_with_custom_headline .videos a:before {
    width: 39px;
    height: 41px;
    margin-left: -19px;
    margin-top: -30px;
}

.testimonials_with_custom_headline .videos img{
    /*height: 77px;*/
    margin-bottom: 0;
}

.testimonials_with_custom_headline .videos p.video-name {
    padding:10px 15px;
    line-height:100%;
    font-size:0.886rem;
}

.sidebar-page-content .quotes {
    margin-bottom: 2.5rem;
    margin-top: 0.5rem;
    padding: 45px 20px;
}

.sidebar-page-content .quotes .quote-image-col {
    float:none;
    display:inline-block;
    vertical-align:middle;
    width:41%;
}

.sidebar-page-content .quotes .quote-txt-col {
    float:none;
    display:inline-block;
    vertical-align:middle;
    width:58%;
}

.sidebar-page-content .quotes h2 {
    font-size: 2.222rem;
    line-height: 2.667rem;
    font-weight: lighter;
    margin: 0 auto 20px;
}

.sidebar-page-content .quotes .btn {
    font-size: 1rem;
    padding: 12px 50px;
}

.sidebar-page-content .quotes h2:before {
    left: -50px;
    top: -3px;
    width: 43px;
    height: 35px;
}

.sidebar-page-content .quotes h2:after {
    right: -50px;
    bottom: 5px;
    width: 43px;
    height: 35px;
}

.sidebar-page-content .quotes-video {
    padding: 23px 20px;
    background-image: url('img/contact-quotes.jpg');
}
.sidebar-page-content .video-quote .video-quote-txt-col {
    float:none;
    display:inline-block;
    vertical-align:middle;
    width:49.5%;
}
.sidebar-page-content .video-quote .video-quote-video-col {
    float:none;
    display:inline-block;
    vertical-align:middle;
    width:49.5%;
}

.sidebar-page-content .quotes-video h2 {
    font-size: 1.667rem;
    line-height: 2rem;
    margin: 0 auto 20px;
}

.sidebar-page-content .quotes-video.video-quote h2 {
    font-size: 1.467rem;
    line-height: 120%;
}

.sidebar-page-content .quotes-video h2:before {
    left: -35px;
    width: 35px;
    height: 28px;
}

.sidebar-page-content .quotes-video h2:after {
    right: -35px;
    width: 35px;
    height: 28px;
}

.sidebar-page-content .quotes-video .quote-title {
    font-size: 1.467rem;
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
    line-height: 100%;
}

.sidebar-page-content .video-quote h3 {
    margin-top:0;
    margin-bottom:28px;
    font-size:28px;
    line-height:110%;
    color:#ffffff;
}

.sidebar-page-content .video-quote a.play:before {
    top:50%;
    left:50%;
    width:61px;
    height:42px;
    margin-left:-30px;
    margin-top:-31px;
    background-image: url('img/video-quote-play.png');
}

.sidebar-page-content section.custom_content_boxes {
    margin-bottom: 3.5rem;
}

.boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.boxes .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar-page-content .boxes {
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.sidebar-page-content .boxes .box {
    width: 22%;
    margin: 0 1.5%;
}

.boxes .box img {
    width: 100%;
    height: auto;
}

.boxes h3 {
    color: #9c3016;
    font-size: 0.82rem;
    line-height: 0.9444rem;
    width: 100%;
    margin-bottom: 10px;
}

.boxes span {
    font-size: 0.7222rem;
    color: #848484;
    line-height: 0.8889rem;
    text-transform: none;
    font-weight: normal;
    display: block;
    margin-top: 0.5rem;
}

.boxes h3:after {
    content: '';
    display: block;
    height: 8px;
    margin: 10px auto 0;
    background-color: #f8bd61;
}

.widget_article_widget .boxes h3:after {
    display: none;
}


.boxes a {
    color: #484848;
    font-size: 0.7778rem;
    line-height: 0.9444rem;
    font-weight: bold;
}

.boxes a:hover {
    text-decoration: none;
}

#sidebar .get-help {
    padding: 0.5rem;
}

.location-section img {
    border: 1px solid #b47e5a;
    padding: 5px;
    background-color: #fff;
}

.location-section {
    border-top: 3px solid #e8e8e8;
}

.location-section h2 {
    margin-top: 1.889rem;
}

.video_embed .video-name {
    font-size: 1.333rem;
    background-color: #136b93;
    padding: 15px 25px;
    color: #fff;
    overflow: hidden;
}

.video_embed iframe {
    /*        float: left;
    width: 100%;*/
}

.video_embed .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.benefits p {
    line-height: 1.222rem;
    text-align: justify;
}

.benefits a {
    text-decoration: underline;
    color: #3181c2;
}

.accordion {
    margin-bottom:1rem !important;
}

.accordion .accordion-section .accordion-section-content {
    display:none;
}

.accordion .accordion-section .accordion-section-title {
    padding:10px 20px;
    background-color:#9c3016;
    color:#ffffff;
    cursor:pointer;
}

.accordion.orange .accordion-section .accordion-section-title {
    background-color:#f39148;
}

.accordion.blue .accordion-section .accordion-section-title {
    background-color:#136b93;
}

.accordion .accordion-section .accordion-section-title .fa {
    margin-right:10px;
}

.accordion .accordion-section:first-child .accordion-section-title {
    margin-top:0;
}

/*              Blog Page              */

.alm-reveal,
.featured-post {
    display: flex;
    flex-wrap: wrap;
}
.blog .featured-post .col-md-6, .blog .alm-reveal .col-md-6 {
    margin-bottom: 30px;
    display: flex;
}

.blog .featured-post .featured-post-row {
    margin-left:0;
    margin-right:0;
    border-bottom:solid 8px #f8bd61;
}

.blog .featured-post .featured-post-row .col-md-6 {
    display: block;
    margin-bottom:10px;
}

.blog .featured-post .featured-post-row .col-md-6:first-child {
    padding-left:0;
}

.blog .featured-post .featured-post-row .col-md-6:nth-of-type(even) {
    padding-right:0;
}

.featured
.blog .alm-listing .col-md-6:nth-child(odd) {
    clear: both;
}
.blog .featured-post .col-md-6:nth-child(even) {
    clear: both;
}
.blog .featured-post .featured-post-row .col-md-6:nth-child(even) {
    clear: none;
}

.blog .featured-post .col-md-6:first-child {
    width: 100%;
}

.blog .featured-post .featured-post-row .col-md-6:first-child {
    width: 50%;
}

.blog .featured-post .col-md-6:first-child .entry-content p {
    display: block;
}

.related_post {
    margin-bottom: 30px;
}
.blog article{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        margin-bottom: 0;
    /*height: 100%;*/
}
.blog article .entry-content p {
    display: none;
    margin-bottom: 1rem;
    font-size: 0.9444rem;
}

.blog article img,
.related_posts img {
    width: 100%;
}

.blog article h2,
.blog article h2 a,
.site-main .related_posts h2 {
    color: #9c3016;
    font-size: 1.111rem;
    line-height: 1.389rem;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    margin-top: 10px;
    text-transform: none;
}

.blog .featured-post .col-md-6:first-child article h2,
.blog .featured-post .col-md-6:first-child article h2 a {
    font-size: 1.611rem;
    line-height: 1.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog article .entry-footer a,
.related_posts a {
    color: #535353;
    font-size: 0.8889rem;
    line-height: 1.667rem;
    font-weight: bold;
    text-transform: uppercase;
}

.related_posts{
    display: flex;
}
.related_post{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.related_posts a:hover {
    text-decoration: none;
}

.blog article .entry-footer a:after,
a.read:after {
    content: '';
    display: block;
    height: 8px;
    margin: 10px auto 0px;
    background-color: #f8bd61;
}

.blog article .featured-post-row .entry-footer a:after {
    display:none;
}

.blog article .featured-post-row h2 {
    margin-top:0 !important;
}

.related_posts h2:after {
    margin: 10px auto 10px;
}

.blog article .entry-footer a:hover {
    /*text-decoration: none;*/
}

button.alm-load-more-btn.done {
    display: none;
}

.btn.alm-load-more-btn {
    border-radius: 0px;
    margin: 0 auto;
    display: block;
    font-size: 1.222rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.667rem;
    padding: 16px 15px;
    outline: none;
    text-shadow: none;
    border: none;
    min-width: 283px;
    margin-bottom: 20px;
}

.btn.alm-load-more-btn:hover {
    border: none;
    text-shadow: none;
}

.single article .entry-content {
    border-top: 8px solid #f8bd61;
    padding-top: 40px;
}

.single article .entry-header img {
    width: 100%;
}

.single article .entry-header h2 {
    font-size: 2rem;
    line-height: 2.333rem;
    margin-top: 30px;
    margin-bottom: 0;
}

.single article .entry-meta,
.single article .entry-meta a {
    color: #2f2f2f;
    font-size: 0.9444rem;
    line-height: 1.889rem;
    font-style: italic;
    margin-bottom: 20px;
}

.single article .entry-meta {
    float: left;
    margin-top: 15px;
}

.mashsb-container {
    float: right;
    min-width: 267px;
    padding-top: 0;
    margin-right: -3px;
}

.mashsb-buttons a {
    width: 67px;
}

.tags-links {
    font-weight: bold;
}

.tags-links a {
    font-weight: normal;
    color: #fff;
    font-size: 0.7778rem;
    background-color: #136b93;
    padding: 2.5px 10px;
    margin-left: 3px;
    display: inline-block;
    margin-bottom: 3px;
}

.tags-links a:first-child {
    margin-left: 10px;
}

.tags-links a:hover {
    text-decoration: none;
}

.about-author {
    background-color: #136b93;
    text-align: center;
    border-bottom: 3px solid #136b93;
    margin-bottom: 1.8em;
}

.about-author h2 {
    color: #fff;
    font-size: 1.333rem;
    line-height: 1.5rem;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 15px;
}

.about-author img {
    border-radius: 50%;
}

.about-author p.author-name {
    font-size: 1rem;
    margin-top: 10px;
    font-weight: bold;
}

.about-author p.author-company {
    margin-bottom: 10px;
}

.about-author p {
    margin-bottom: 0;
    color: #363636;
    font-size: 0.7778rem;
    line-height: 1rem;
}

.about-author p a {
    color: #363636;
}

.about-author p a:hover {
    color: #363636;
    text-decoration:underline;
}

.author-info {
    background-color: #e8e8e8;
    margin-top: -48px;
    overflow: hidden;
    padding: 48px 5px 10px;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}


/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}


/*              Locations          */

.location,
.location_child {
    padding: 40px 0;
    border-bottom: 6px solid #f8bd61;
    overflow: hidden;
}

.location_child {
    padding: 25px 0;
}

.location_child:first-child {
    padding-top: 0;
}

.location_child:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.location_child .col-md-3 {
    width: 23.5%;
}

.location_child h2 {
    margin-top: 5px;
}

.location_child p {
    margin-bottom: 0.7rem;
}

.location_child img {
    border: 1px solid #b47e5a;
    padding: 5px;
    background-color: #fff;
}

.single .location {
    padding: 0;
    border-bottom: none;
}

.location h2 {
    margin-bottom: 5px;
}

.location h2 a,
.location h2 a:hover{
    color: #9c3016;
    text-decoration: none;
}

.location a:hover {
    text-decoration: none;
}

i.fa.fa-map-marker {
    margin-right: 10px;
}

.location p.address {
    margin-bottom: 20px;
}

.location p.address a {
    color:#242424;
}

.location p.address a:hover {
    color:#337ab7;
}

.location p.levels-of-care {
    margin-top:20px;
    margin-bottom:0;
    line-height:140%;
}

.location img.wp-post-image {
    margin-bottom: 40px;
}

.location img.wp-post-image.no-margin {
    margin-bottom: 0;
}

.location .btn {
    background-color: #136b93;
    padding: 6px 23px;
    font-size: 0.7778rem;
}

.location .phone_number {
    margin-bottom: 15px;
}


/*      Success stories      */

.testimonial-intro {
    margin-left:-30px;
    margin-right:-30px;
    margin-bottom: 50px;
}

.testimonial-intro .col-md-8 {
    padding-left:30px;
    padding-right:15px;
}

.testimonial-intro .col-md-4 {
    padding-left:15px;
    padding-right:30px;
}

.testimonial-intro p.intro {
    margin:0 30px 30px;
}

.testimonial-intro .btn {
    padding: 10px 20px;
    min-width: 175px;
    font-size: 0.8889rem;
    background-color: #9cc36b;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.testimonial-intro img {
    /*float: right;*/
    width:100%;
}

.testimonial-intro .get-help h2 {
    margin-bottom:0;
}

.testimonial-intro div.wpcf7 {
    margin-bottom:0;
    border-color:#9c3016;
}

.testimonial-intro .wpcf7 input[type="submit"] {
    background-color:#9c3016;
}

.page-template-page-success-stories h2 {
    margin-bottom: 50px;
}

.video-stories h3 {
    color: #9c3016;
    font-size: 1.444rem;
    line-height: 1.833rem;
}

.alumni-stories.row {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 60px;
}

.alumni-stories .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 20px;
}

.alumni-stories a {
    cursor: pointer;
}

.alumni-stories h3 {
    font-size: 1.222rem;
    line-height: 1.833rem;
    color: #9c3016;
    text-align: center;
}

.testimonial-content {
    display: none;
}

.video-stories.row {
    margin-left: -30px;
    margin-right: -30px;
}

.video-stories .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px;
}

/*.video-stories .col-md-6:after {
    content: '';
    display: block;
    height: 8px;
    margin: 10px auto 0;
    background-color: #f8bd61;
}*/


.video-stories a.play {
    color:#ffffff;
}

.video-stories a.play img {
    width:100%;
}

.video-stories p.video-name {
    font-size: 1.222rem;
    background-color: rgba(49, 129, 194, 0.66);
    max-width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 18px 25px;
    text-align: left;
}

.page-template-page-success-stories a:hover,
.page-template-page-success-stories a:focus,
.page-template-page-success-stories a:active {
    text-decoration: none;
}

.prefooter {
    text-align: center;
    padding: 141px 0 100px;
}

.prefooter.titles_and_button_with_background h2 {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.prefooter.titles_and_button_with_background h3 {
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.prefooter.titles_and_button_with_background span {
    padding: 11px 31px;
}

.page-template-page-success-stories #main {
    padding-bottom: 0;
}

#success-story-makers .list.row {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 80px;
}

#success-story-makers .list .item {
    margin: 0;
    cursor: pointer;
    padding: 0 7px;
}

#success-story-makers .list .item:nth-of-type(4n+1) {
    clear: left;
}

#success-story-makers .list .item img {
    width: 100%;
    height: auto;
}

#success-story-makers .list .item h3 {
    font-size: 1.222rem;
    line-height: 1.833rem;
    color: #9c3016;
    margin-top: 0.7rem;
}

#success-story-makers .list .item.active h3 {
    margin-bottom: 30px;
}

#success-story-makers .list .item .img {
    padding: 5px;
    background-color: #ffffff;
    position: relative;
}

#success-story-makers .list .item .img .result {
    position: absolute;
    left: 5px;
    bottom: 5px;
    padding: 5px 10px;
    font-size: 1.6em;
    font-weight: bold;
    color: #ffffff;
    background-color: #25a9ef;
}

#success-story-makers .list .item .info {
    padding: 5px 5px 0;
    color: #3a3a3c;
}

#success-story-makers .list .item .info h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 120%;
}

#success-story-makers .list .item .info p {
    font-size: 1.3em;
    line-height: 120%;
    margin-bottom: 10px;
}

#success-story-makers .list .item .info p:last-child {
    margin-bottom: 0;
}

#success-story-makers .list .item .testimonial {
    display: none;
}

#success-story-makers .list .testimonial-wrapper {
    clear: left;
    position: relative;
    margin: 0 7px 35px 7px;
}

#success-story-makers .list .testimonial-wrapper .testimonial {
    padding: 20px;
    border: solid 1px #d5d5d5;
    background-color: #ffffff;
}

#success-story-makers .list .testimonial-wrapper .testimonial .arrow {
    position: absolute;
    top: -19px;
    height: 20px;
    background-image: url(img/success-story-makers-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#success-story-makers .list .testimonial-wrapper.pos1-4 .testimonial .arrow {
    width:calc(25% - 7px);
    left:0;
}
#success-story-makers .list .testimonial-wrapper.pos2-4 .testimonial .arrow {
    width:calc(25% - 7px);
    left:25%;
}
#success-story-makers .list .testimonial-wrapper.pos3-4 .testimonial .arrow {
    width:calc(25% - 7px);
    left:50%;
}
#success-story-makers .list .testimonial-wrapper.pos4-4 .testimonial .arrow {
    width:calc(25% - 7px);
    left:calc(75% + 7px);
}
#success-story-makers .list .testimonial-wrapper.pos1-2 .testimonial .arrow {
    width:calc(50% - 7px);
    left:0;
}
#success-story-makers .list .testimonial-wrapper.pos2-2 .testimonial .arrow {
    width:calc(50% - 7px);
    left:calc(50% + 7px);
}

#success-story-makers .list .testimonial-wrapper .testimonial p {
    line-height: 1.556rem;
    color: #242424;
    font-style: italic;
}

#success-story-makers .list .testimonial-wrapper .testimonial p:first-child {
    margin-top: 0;
    margin-bottom: 0;
}

.hear-from-the-experts { margin-bottom:2.5rem !important; background-color:#e8e8e8; }
.hear-from-the-experts h2 { margin-top:0; margin-bottom:0; text-align:center; color:#ffffff; padding:30px; background-color:#f39148; }
.hear-from-the-experts-content { padding:30px 30px 15px; }
.hear-from-the-experts a.img { display:block; position:relative; margin-bottom:15px; }
.hear-from-the-experts a.img:before {
    content: '';
    position: absolute;
    width: 75px;
    height: 79px;
    background-image: url(/wp-content/themes/rosewood/img/play.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hear-from-the-experts img { width:100%; }
.hear-from-the-experts a.img img { margin-bottom:0; }
.hear-from-the-experts .txt { font-size:0.9em; }
.hear-from-the-experts h3 { margin-top:0; margin-bottom:15px; }
.hear-from-the-experts p { margin-bottom:15px; line-height:150%; }
.hear-from-the-experts ul { margin-bottom:15px; margin-left:30px; }
.hear-from-the-experts .video { position:relative; padding-top:56.25%; }
.hear-from-the-experts .video iframe { position:absolute; top:0; left:0; width:100%; height:100%; }


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1500px) {
    #home-slider .slick-prev {
        margin-left: 1%;
    }
    #home-slider .slick-next {
        margin-right: 1%;
    }
    #home-slider .container {
        max-width: 80%;
    }
}

@media screen and (max-width: 1199px) {
    html {
        font-size: 15px;
    }
    ul.slimmenu li a {
        padding: 15px 24px;
        font-size: 15px;
    }
    .slide {
        padding: 100px 0;
    }
    .image-gallery .col-xs-4{
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #secondary .videos a:before {
        width: 45px;
        height: 48px;
        margin-left: -24px;
    }
    .content-wrap {
        width: 64.8%;
    }
    .sidebar-wrap {
        width: 32.3%;
    }
    .page-template-template-sidebar .sidebar-wrapper {
        padding-left: 45px;
    }
}

@media (min-width: 992px) {
    .contact-form-div {
        margin-left: 20px;
    }
    .col-contact-text {
        padding-left: 0;
    }
    .navbar-default ul.slimmenu {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media screen and (max-width: 991px) {
    .site-header .container {
        width: 100%;
    }
    .page-header p,
    .page-header p a {
        margin-bottom: 1.1rem;
    }
    .our-expert {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .expert-more {
        margin-bottom: 1rem;
    }
    .experts-wrap .our-expert {
        max-width: initial;
    }
    .widget_article_widget {
        /*max-width: 421px;
        margin-left: auto;
        margin-right: auto;*/
        display: block;
    }
    .quotes-video .videos {
        margin-bottom: 1.5rem;
    }
    .sidebar-page-content .video-quote h3 { margin-bottom:20px; }
    .page-template-template-sidebar .content-wrapper {
        padding-right: 15px;
    }
    .page-template-template-sidebar .sidebar-wrapper {
        padding-left: 15px;
        float: left;
        width: 100%;
    }
    ul.slimmenu {
        padding-bottom: 15px;
    }
    ul.slimmenu li a {
        padding: 10px;
        font-size: 15px;
        text-align: left;
        border: none !important;
    }
    #home-slider .slide{
        background: #f8bd61 !important;
        background: radial-gradient(ellipse at center, #f8bd61 0%,#f39148 100%) !important;
    }
    .slide {
        padding: 30px 0 60px 0;
    }
    h1 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .slide h1 {
        color: #262626;
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .slide p {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .slide span {
        font-size: 1rem;
    }
    .main-navigation ul ul {
        float: none;
    }
    ul.slimmenu ul li a {
        width: 100%;
        font-size: 13px;
        padding: 10px 15px 10px 15px;
    }
    .site-main h2 {
        font-size: 1.6rem;
        margin: 10px auto;
        line-height: 1.9rem;
    }
    h2.underlined:after {
        margin: 10px auto 20px auto;
    }
    p,
    ul,
    ol {
        font-size: 0.9rem;
    }
    p.intro {
        margin-bottom: 25px;
    }
    h3 {
        font-size: 1.2rem;
        margin: 10px auto;
    }
    .text_with_gallery p {
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .text_with_gallery .btn {
        margin-bottom: 20px;
    }
    .text_with_gallery .gallery {
        margin-bottom: 20px;
    }
    .btn {
        padding: 10px 38px;
        font-size: 1rem;
    }
    .titles_with_background h2,
    .titles_and_button_with_background h2,
    .quotes h2 {
        font-size: 1.9rem;
    }
    .titles_with_background h3,
    .titles_and_button_with_background h3 {
        font-size: 1.3rem;
    }
    .left_right_image_and_text {
        padding: 20px 0 10px 0;
    }
    .left_right_image_and_text .row {
        margin-bottom: 20px;
        margin-top: 0;
    }
    .left_right_image_and_text .left-content {
        padding-top: 0;
    }
    .left_right_image_and_text .right-image {
        float: none;
    }
    .left_right_image_and_text img {
        margin: 0 auto;
        display: block;
    }
    .text_with_videos {
        padding: 15px 0 10px;
    }
    .text_with_videos p {
        max-width: 100%;
        margin: 0 auto 1.5em;
    }
    .text_with_videos .btn {
        padding: 10px 30px;
    }
    .text_with_videos .videos.row .col-md-3 {
        margin-bottom: 15px;
    }
    .titles_and_button_with_background {
        padding: 20px 0 40px 0;
    }
    .titles_and_button_with_background span {
        font-size: 1.5rem;
        padding: 10px 20px;
    }
    .titles_and_button_with_background span.phone a {
        color:#ffffff;
    }
    .quotes {
        padding: 10px 0 30px;
    }
    .quotes h2 {
        line-height: 2.333rem;
        margin: 39.845px auto 30px;
    }
    .quotes h2:before,
    .quotes h2:after {
        width: 61px;
        height: 51px;
    }
    .quotes .btn,
    .sidebar-page-content .quotes .btn {
        padding: 10px 20px;
    }
    .page-header h1.entry-title {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 10px;
    }
    .wpcf7 .col-md-6:nth-child(odd),
    .wpcf7 .col-md-6:nth-child(even) {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .page-template-page-contact .quotes .btn {
        padding: 12px 20px;
    }
    #main {
        padding: 25px 0 0;
    }
    .sidebar-page-content section.cta {
        margin-bottom: 1.5rem;
    }
    .testimonials_with_custom_headline h2 {
        margin-left: -10px;
    }
    .content-wrap {
        padding-right: 15px;
        width: 100%;
    }
    .sidebar-wrap {
        padding-left: 15px;
        width: 100%;
    }
    ul.slimmenu li>ul {
        margin-left: 15px;
    }
    .alm-btn-wrap {
        margin-bottom:30px;
    }
    .hear-from-the-experts h2 { margin:0; padding:30px 4%; }
    .hear-from-the-experts-content { padding:30px 4%; }
    .hear-from-the-experts.v2 .hear-from-the-experts-content { padding:30px 4% 15px; }
    .hear-from-the-experts .txt { font-size:1em; }

    #success-story-makers .list .item h3 {
        font-size: 1rem;
        line-height: 1.533rem;
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .text_with_videos .videos.row .col-md-3 p {
        padding: 8px 18px;
    }
    .text_with_videos .videos.row .col-md-3 a:before {
        width: 45px;
        height: 48px;
        margin-top: -24px;
        margin-left: -22px;
    }
}

@media screen and (max-width: 767px) {
    .alm-reveal,
    .featured-post {
        display: block;
    }
    
    .blog .featured-post .featured-post-row {
        margin-left:-15px;
        margin-right:-15px;
        border-bottom:none;
    }
    .blog .featured-post .featured-post-row .col-md-6 {
        margin-bottom:0;
    }
    .blog .featured-post .featured-post-row .col-md-6:first-child {
        width:100%;
        padding-left:15px;
    }
    .blog .featured-post .featured-post-row .col-md-6:nth-of-type(even) {
        padding-right:15px;
    }
    .blog article .featured-post-row h2 {
        margin-top:10px !important;
    }
    .blog article .featured-post-row .entry-footer a:after {
        display:block;
    }
    .blog .featured-post .col-md-6, .blog .alm-reveal .col-md-6 {
        display: block;
    }
    .cta .col-md-7 {
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 35px;
    }
    .cta img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .experts-wrap,
    .experts-wrap-single {
        margin-bottom: 25px;
    }
    .text_with_gallery .gallery > div {
        margin-bottom: 20px;
    }
    .text_with_gallery .gallery {
        margin-bottom: 0px;
    }
    .text_with_gallery .btn {
        margin-bottom: 20px;
    }
    .text_and_button_with_background p,
    .brends p {
        max-width: 100%;
        margin: 0 auto 1em;
    }
    .text_and_button_with_background {
        padding: 10px 0 25px;
    }
    .quotes h2:before,
    .quotes h2:after {
        width: 40px;
        height: 34px;
    }
    .quotes h2:before {
        left: -40px;
    }
    .quotes h2:after {
        right: -40px;
    }
    .sidebar-page-content .quotes .quote-image-col,.sidebar-page-content .quotes .quote-txt-col { display:block; width:100%; }
    .sidebar-page-content .video-quote .video-quote-txt-col,.sidebar-page-content .video-quote .video-quote-video-col { display:block; width:100%; }
    .sidebar-page-content .quotes-video .quote-title { margin-bottom:15px; }
    .brends .col-md-15 {
        border-bottom: 1px solid #c5c5c5;
        height: 101px;
    }
    .brends .col-md-15:nth-child(even) {
        border-right: 1px solid transparent;
    }
    .brends .col-md-15:nth-child(5n+5) {
        border-right: 1px solid #c5c5c5;
    }
    .brends .col-md-15:last-child,
    .brends .col-md-15:nth-last-child(2) {
        border-bottom: 1px solid transparent;
    }
    .brends {
        padding: 10px 0;
    }
    .brends .logos {
        margin-bottom: 10px;
    }
    #footer-sidebar3 #text-3 .textwidget:after {
        margin: 5px auto 0;
    }
    #footer-sidebar3 .widget {
        margin: 0 0 0.5rem;
        text-align: center;
    }
    .site-footer {
        padding: 25px 0 20px;
    }
    #footer-sidebar1 .menu {
        text-align: center;
    }
    #footer-sidebar2 ul.social {
        margin: 0 auto 20px;
    }
    #footer-sidebar2 .logo-footer img {
        max-width: 150px;
    }
    #footer-sidebar3 hr {
        margin:15px auto;
    }
    .page-template-page-contact #main {
        padding: 25px 0;
    }
    .video_embed iframe {
        /*height: auto;*/
    }
    .location img.wp-post-image {
        margin-bottom: 10px;
    }
    .location {
        margin-bottom:30px;
        padding: 0px 0 20px;
    }
    .location .row .col-md-6:nth-of-type(2){
        margin-top:15px;
    }
    .location .phone_number {
        margin-bottom: 10px;
    }
    .location_child .col-md-3 {
        width: 100%;
    }
    .location_child img {
        margin: 0 auto;
        display: block;
    }
    .testimonial-intro img,
    .video-stories img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .testimonial-intro .col-md-8 {
        padding-right:30px;
    }

    .testimonial-intro .col-md-4 {
        padding-left:30px;
    }
    .testimonial-intro div.wpcf7 {
        margin-top:40px;
    }
    .video-stories.row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .video-stories .col-md-6,
    .alumni-stories.row {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .page-template-page-success-stories h2 {
        margin-bottom: 20px;
    }
    .toggle-testimonial h3 {
        text-align: center;
    }
    .toggle-testimonial img {
        display: block;
        margin: 0 auto;
    }
    #success-story-makers .list .item:nth-of-type(2n+1) {
        clear: left;
    }

    #success-story-makers .list .item h3 {
        font-size: 1.222rem;
        line-height: 1.833rem;
    }
    .image-gallery img{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 650px) {
    .site-branding img {
        max-height: 60px;
        width: auto;
        transform: translateZ(0);
    }
    .site-info {
        max-width: 60%;
        margin-top: 4px;
    }
    .site-info > div {
        float: right;
        margin-right: 0;
        margin-top: 0;
    }
    .site-info p {
        font-size: 0.7rem;
    }
    .site-info p.phone {
        font-size: 1.3rem;
    }
    .site-info p.phone a {
        color:#0f75bd;
    }
    .site-info img {
        display: none;
    }
    p.home-insurance { display:block; }
    #home-slider img.insurance { display:none; }
    #home-slider .slide:before {
        content: '';
        background-color: rgba(255, 255, 255, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .slide h1 {
        font-size:1.6rem;
        line-height:1.8rem;
        margin-bottom:15px;
    }
    .slide p.responsive {
        display:block;
    }
    .slide .video-image {
        max-width: 100%;
        margin-right: 0;
    }
    .slide .slide-content {
        float: none;
        width: 100%;
        margin-top: 0;
        clear: both;
        padding-top: 10px;
    }
    .slide .slide-content p {
        display:none;
    }
    .slide .video-image {
        display:inline-block;
        float:none; margin-bottom:15px;
    }
    .slide .video-image a:before {
        width: 35px;
        height: 36px;
        background-size: cover;
        margin-top: -18px;
        margin-left: -18px;
    }
    #home-slider .container {
        max-width: 100%;
        z-index: 1;
        position: relative;
        text-align:center;
    }
    #home-slider .slick-arrow {
        display: none !important;
    }
    .titles_with_background h2,
    .titles_and_button_with_background h2,
    .quotes h2,
    .sidebar-page-content .quotes h2,
    .page-template-page-contact .quotes h2 {
        font-size: 1.6rem;
        max-width: 78%;
        line-height: 1.9rem;
    }
    .titles_with_background h3,
    .titles_and_button_with_background h3 {
        font-size: 1.1rem;
    }
    .slide {
        padding: 20px 0 30px;
    }
    .titles_and_button_with_background span {
        font-size: 1.3rem;
        padding: 5px 15px;
    }
    p.intro {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }
    .affiliations .col-xs-2 {
        width: 98px;
    }
    .affiliations .col-xs-10 {
        width: calc(100% - 98px);
    }
    .page-template-page-contact .quotes h2 {
        max-width: 75%;
    }
    .page-template-page-contact .quotes h2:before {
        left: -40px;
        top: -18px;
    }
    .page-template-page-contact .quotes h2:after {
        right: -40px;
        bottom: -18px;
    }
    div.wpcf7 {
        margin-bottom: 1.5rem;
    }
    .blog .featured-post .col-md-6:first-child article h2,
    .blog .featured-post .col-md-6:first-child article h2 a {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .blog article,
    .related_post {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 550px) {
    .left_right_image_and_text ul li,
    .left_right_image_and_text ul li:nth-child(even) {
        width: 100%;
        margin-bottom: 5px;
    }
    .cta p {
        font-size: 1rem;
    }
    .cta strong {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .cta .col-md-7 {
        padding-bottom: 15px;
    }
    .cta .col-md-7 {
        padding-top: 15px;
    }
    .site-main h2 {
        font-size: 1.5rem;
    }
    .single article .entry-header h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
        margin-top: 0;
    }
    .single article .entry-content {
        margin-top: 20px;
    }
    .page-template-page-contact #main .container {
        padding-left: 0;
        padding-right: 0;
    }
    .testimonials_with_custom_headline .videos .col-md-4.col-sm-4.col-xs-4 {
        width: 100%;
        margin-bottom: 1rem;
    }
    .testimonials_with_custom_headline .videos a:before {
        width: 75px;
        height: 79px;
        margin-top: -39px;
        margin-left: -37px;
    }
    .image-gallery .col-xs-4{
        width: 50%;
    }
    .hear-from-the-experts h2 { margin:0; padding:20px 4%; }
    .hear-from-the-experts-content { padding:20px 4%; }
    .hear-from-the-experts.v2 .hear-from-the-experts-content { padding:20px 4% 15px; }
}
@media screen and (max-width: 450px) {
    .sidebar-page-content .boxes {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
    .sidebar-page-content .boxes .box {
        width: 43%;
        margin: 0 3% 0.5rem 3%;
        display: inline-block;
    }
    .sidebar-page-content section.custom_content_boxes {
        margin-bottom: 0.5rem;
    }
    .sidebar-page-content .boxes .box:nth-child(odd) {
        clear: both;
    }
    .brends .col-md-15.col-xs-6 {
        width: 100%;
        border-right: 1px solid transparent;
    }
    .brends .col-md-15:nth-last-child(2) {
        border-bottom: 1px solid #c5c5c5;
    }
    .sidebar-page-content .quotes {
        padding: 25px 20px;
        margin-bottom: 1.5rem;
    }
    .btn.alm-load-more-btn {
        min-width: auto;
        width: 100%;
    }
    .experts-wrap .our-expert h2 {
        font-size: 1rem;
        line-height: 1.167rem;
    }
    .experts-wrap .our-expert span {
        font-size: 0.9rem;
        line-height: 1.2rem;
    }

    #success-story-makers .list .item h3 {
        font-size: 1rem;
        line-height: 1.533rem;
    }
}
@media screen and (max-width: 392px) {
    h2 {
        font-size: 1.5rem;
    }
    h3,
    .left_right_image_and_text h3 {
        font-size: 1.087rem;
    }
    .titles_with_background h2,
    .titles_and_button_with_background h2,
    .quotes h2,
    .sidebar-page-content .quotes h2 {
        font-size: 1.4rem;
        max-width: 72%;
    }
    .page-template-page-contact .quotes h2 {
        max-width: 66%;
    }
    .titles_with_background h3,
    .titles_and_button_with_background h3 {
        font-size: 1rem;
    }
    .titles_with_background {
        padding: 15px 0 15px;
    }
    .left_right_image_and_text .row {
        margin-bottom: 0px;
    }
    .text_with_videos .videos.row .col-md-3 p {
        padding: 8px 18px;
    }
    .text_with_videos .videos.row .col-md-3 a:before {
        width: 60px;
        height: 64px;
        margin-top: -30px;
        margin-left: -32px;
    }
    .page-header h1.entry-title {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .sidebar-page-content .quotes h2:before {
        left: -40px;
    }
    .sidebar-page-content .quotes h2:after {
        right: -40px;
    }
    p {
        margin-bottom: 1rem;
    }
    ul.social{
		width: 264px;
    }
    ul.social li {
	    line-height: 35px;
	    width: 35px;
	    height: 35px;
	    margin-right: 3px;
	}
    .image-gallery .col-xs-4{
        width: 100%;
    }
}
