/*
	Theme Name: BounceBack v2 Theme
	Theme URI: http://bouncebackontario.ca
	Description: Erase the Difference is a mobile responsive and HTML5 child theme created for the Genesis Framework
	Author: CMHA
	Author URI:  http://bouncebackontario.ca
	Version: 1.0.1
	Tags: black, blue, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.0
	
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/*HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}


/* b,
strong {
    font-weight: bold;
} */

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.75em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

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;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
    ;
}


/* Chrome fix */

body {
    background-color: #fff;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 400;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.home-action a.button,
.home-middle .more-link {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #005555;
    color: #fff;
}

::selection {
    background-color: #005555;
    color: #fff;
}

a {
    color: #bf2b2b;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover,
a:focus {
    color: #005555;
    text-decoration: underline;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 600;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

blockquote {
    color: #999;
    margin: 40px 40px 24px;
}

blockquote::before {
    color: #00b1b0;
    content: "\f122";
    display: block;
    font-family: "dashicons";
    font-size: 30px;
    height: 0;
    left: -40px;
    position: relative;
    top: -10px;
}

code,
pre {
    font-size: 15px;
    font-size: 1.5rem;
}

code {
    font-family: 'Barlow', sans-serif;
    ;
    overflow: auto;
    padding: 0;
}

pre {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    font-family: 'Barlow', sans-serif;
    ;
    margin: 0 0 30px;
    overflow: auto;
    padding: 20px;
}

cite {
    font-style: normal;
}

article .entry-content {
    display: inline-block;
    width: 100%;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.3;
}

h3 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 25px;
}

h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

h6 {
    font-size: 15px;
    font-size: 1.5rem;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #005555;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply a,
.entry-content .button {
    background-color: #005555;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 8px 16px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.comment-reply a:hover,
.entry-content .button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.comment-reply a:focus,
.entry-content .button:focus {
    background-color: #333;
    border: none;
    color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
    color: #fff;
}

.comment-reply a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 10px;
}

.button {
    border-radius: 5px;
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

tr.even:hover,
tr.odd:hover {
    background-color: #f5f5f5;
}


/*
Accessibility
---------------------------------------------------------------------------------------------------- */


/* Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    color: #333;
    background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.continue,
.more-link {
    position: relative;
    display: table;
    padding: 5px 0px;
    color: #005555;
    font-weight: 600;
}

.continue:hover,
.more-link:hover {
    color: #a3131d;
    text-decoration: underline;
}


/* #  Links
--------------------------------------------- */

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 960px;
}

.site-inner {
    clear: both;
    padding: 40px 0;
}

.cmha-frontpage .site-inner {
    padding-bottom: 0;
}

.nav_container .wrap {
    margin: 0 auto;
    max-width: 960px;
}


/* Column Widths and Positions
--------------------------------------------- */


/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 940px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}


/* Content */

.content {
    float: right;
    width: 700px;
}

.content img {
    height: auto;
    /*  width: auto;*/
    /* IE8 */
    margin-bottom: 20px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 540px;
}

.full-width-content .content {
    width: 100%;
}


/* Primary Sidebar */

.sidebar-primary {
    width: 250px;
}

.content-sidebar .sidebar-primary {
    float: right;
    padding-left: 20px;
    width: 250px;
}

.sidebar-content .sidebar-primary {
    float: left;
    padding-right: 20px;
    width: 250px;
}


/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* WordPress
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-form input[type="search"] {
    padding: 16px 0 18px 37px;
    margin-bottom: 0;
}

img.centered,
.aligncenter {
    margin: 0 auto;
}

img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

.aligncenter {
    float: none;
    text-align: center;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    color: #006363;
}

.gallery-caption {}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* All-caps styling.  Improves accessibility so that screenreader does not spell out letters (ntran) */

.uppercase {
    text-transform: uppercase;
}


/* Genesis
--------------------------------------------- */

.breadcrumbwrapper {
    background: #E6F7F7;
}

.breadcrumb {
    margin: 0 auto;
    max-width: 960px;
    padding: 20px 0;
}

.breadcrumb,
.breadcrumb a {
    color: #005555;
    font-size: 14px;
    font-size: 1.4rem;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    text-decoration: underline;
}

.archive-description,
.author-box {
    border-radius: 3px;
    margin-bottom: 40px;
}

.archive-description {
    border-bottom: 1px solid #e3e3e3;
}

.archive-description p {
    margin-bottom: 26px;
}

.author-box {
    background-color: #333;
    padding: 32px;
}

.author-box-title {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.author-box a,
.author-box p {
    color: #fff;
}

.author-box a {
    border-bottom: 1px dashed #fff;
}

.author-box a:hover,
.author-box a:focus {
    border-bottom: 1px dashed #999;
    color: #999;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    border: 1px solid #2a2a2a;
    margin-right: 24px;
    padding: 4px;
}

.user-profile .avatar {
    border: 1px solid #ddd;
    padding: 4px;
}


/* Titles
--------------------------------------------- */

h2.entry-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
}

.entry-title {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 300;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #007474;
    text-decoration: underline;
}

.archive-title,
.widget-title {
    margin-bottom: 24px;
}

.widget-title {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.archive-title {
    font-size: 3.8rem;
    font-weight: 300;
}

.sidebar .widget-title {
    color: #005555;
    font-size: 2.5rem;
    font-weight: 400;
}

.site-footer .widget-title {
    color: #fff;
}

.sidebar .widget-title a {
    border: none;
}

.sidebar .featured-content .entry-title {
    font-size: 16px;
    font-size: 1.8rem;
    margin-bottom: 16px;
    font-weight: 600;
}


/* Menu and Entry title Overrides
--------------------------------------------- */

.menu-primary .part2 {
    font-weight: 700;
}

.menu-tertiary .part2 {
    font-weight: 600;
}

.entry-title .part2 {
    font-weight: 600;
}

.widget-title .part2 {
    font-weight: 600;
}

.archive-title .part2 {
    font-weight: 500;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}

.featured-content .entry-title {
    border: none;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
}

.featured-content .entry-title a {
    color: #000;
}

.featured-content .entry-title a:hover {
    color: #007474;
}

.featuredpage .alignleft img,
.featuredpost .alignleft img {
    margin-bottom: 0;
    margin-right: 20px;
}

.featuredpage .alignright img,
.featuredpost .alignright img {
    margin-bottom: 0;
    margin-left: 20px;
}

.featured-content .embed-container {
    border-radius: 10px;
}

.featuredpost .layer-content {
    padding: 0 20px;
}

.featuredpost .layer-media img {
    height: auto;
    width: auto;
}

.slider-mobile img {
    width: auto;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #fff;
}

.enews-widget #subbox,
.enews-widget #subbox1,
.enews-widget #subbox2 {
    padding: 16px 0 18px 37px;
}

.enews-widget #subbox {
    background: #f5f5f5 url(images/enews-subbox.png) no-repeat center left;
}

.enews-widget #subbox1,
.enews-widget #subbox2 {
    background: #f5f5f5 url(images/enews-subbox-name.png) no-repeat center left;
}

.enews-widget .widget-title {
    background-color: transparent;
    border: 0;
    color: #fff;
    padding: 0;
}

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    background-color: #4183c4;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #666;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px !important;
    padding: 10px !important;
    border-bottom: #ccc solid 1px !important;
}

.latest-tweets .widget-wrap li:nth-child(odd) {
    border-bottom: #ccc solid 1px !important;
}

.latest-tweets .last {
    border-bottom: 0px !important;
}


/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}

.site-header .wrap {
    padding: 40px 0;
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    padding: 16px 0;
    width: 320px;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
    color: #333;
}

.site-description {
    color: #777;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}


/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}


/* Logo, hide text */

.header-image .site-header .wrap {
    background: url(images/logo.png) no-repeat left;
    padding: 0;
}

.header-image .site-title a {
    float: left;
    min-height: 84px;
    width: 100%;
}


/* Widget Area
--------------------------------------------- */

.widget-area {
    word-wrap: break-word;
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px;
}

.header-image .site-header .widget-area {
    padding: 16px 0;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #999;
    line-height: 1.5;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.genesis-nav-menu a {
    border: none;
    display: block;
    padding: 15px 20px;
    position: relative;
    color: #005555;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item>a {
    /* text-decoration: underline;*/
}

.genesis-nav-menu .current-menu-item>a::before,
.genesis-nav-menu .current-menu-ancestor>a::before,
.genesis-nav-menu .current-menu-parent>a::before {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    height: 7px;
    background-color: #EF3E42;
    border-radius: 4px;
    display: block;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    padding-top: 2.5rem;
    /* margin-left: 3rem; */
    /* -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; */
    /* width: 200px; */
    z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
    background-color: #443635;
    border-top: 0;
    font-size: 18px;
    /* padding: 15px 21px; */
    position: relative;
    /* width: 200px; */
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a {
    /*background-color: #f7f7f7;*/
    color: #fff;
}

.genesis-nav-menu .sub-menu .current-menu-item>a::before {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    height: 7px;
    background-color: #00b1b0;
    border-radius: 4px;
    display: block;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.first>a {
    padding-left: 0;
}

.last>a {
    padding-right: 0;
}

.right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
    text-transform: uppercase;
}

.right>a {
    display: inline;
    padding: 0;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
    color: #005555;
}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu a:focus,
.site-header .genesis-nav-menu .current-menu-item>a {
    background-color: #fff;
    color: #4183c4;
}

.site-header .genesis-nav-menu a {
    border: none;
}

.site-header .genesis-nav-menu .sub-menu a {
    border: 1px solid #e3e3e3;
    border-top: none;
}


/* Primary Navigation
--------------------------------------------- */

#menu-primary {
    width: 100%;
}

#menu-primary.genesis-nav-menu li:first-child {
    /*  float: left;*/
}

.nav-primary .genesis-nav-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item>a {
    color: #005555;
    background-color: #E6F7F7;
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #005555;
    text-decoration: none;
    font-weight: 600;
    background-color: #4436352b;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
    color: #c3251d;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a,
.nav-primary .genesis-nav-menu .current-menu-item>a {
    font-weight: 700;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #e5e5e5;
}

.nav-secondary a {
    border: none;
    color: #fff;
    display: block;
    padding: 15px 20px;
    position: relative;
}

.nav-secondary a:hover,
.nav-secondary a:focus,
.nav-secondary .current-menu-item>a {
    background-color: #005555;
    color: #fff;
}

.nav-secondary>.menu-item>a {
    text-transform: uppercase;
}


/** Secondary Navigation Search Box **/

.secondary-search {
    float: right;
    font-size: 12px;
    width: 160px;
    height: 10px;
    padding: 2px 5px 0 15px;
    margin-right: 25px;
}


/* Tertiary Navigation
--------------------------------------------- */

.nav-tertiary {
    background-color: #333;
    text-align: center;
    text-transform: uppercase;
}

.nav-tertiary a {
    color: #D9E99A;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */


/* Front Page
--------------------------------------------- */


/* Slider */

.slider {
    background-color: #fff;
}

.slider .wrap {
    margin: 0 auto;
    padding: 0px !important;
    max-width: 100%;
}

.cmha-frontpage #genesis-responsive-slider {
    background-color: transparent !important;
    border: none;
    margin: 0 auto;
    padding: 0;
    width: auto;
}

.cmha-frontpage #genesis-responsive-slider img {
    border: none;
    margin: 0 auto;
    padding: 0;
    object-fit: cover;
    width: 100%;
}

.cmha-frontpage .slide-excerpt {
    margin: 26px 0 0 0;
    width: 40%;
    background: none;
    opacity: 0.98;
    z-index: 0;
}


/* Override slider excerpt location*/

.cmha-frontpage .slide-excerpt-right {
    right: 0;
}

.cmha-frontpage #genesis-responsive-slider .slide-excerpt-title {
    display: none;
}

.cmha-frontpage .slide-excerpt-content {
    display: none;
}

.cmha-frontpage .flex-direction-nav li .next {
    background-position: -52px 0;
    right: -60px;
}

html>body.cmha-frontpage .slide-excerpt-border {
    border: none;
    padding: 10px;
}

.cmha-frontpage #genesis-responsive-slider a,
.cmha-frontpage #genesis-responsive-slider h2,
.cmha-frontpage #genesis-responsive-slider h2 a,
.cmha-frontpage #genesis-responsive-slider p {
    color: #fff;
}

.cmha-frontpage #genesis-responsive-slider p {
    font-size: 13px;
    font-weight: 600;
    background: rgb(59, 59, 59);
    padding: 12px 20px;
}

.cmha-frontpage #genesis-responsive-slider h2 a:hover,
.cmha-frontpage #genesis-responsive-slider h2 a:focus,
.cmha-frontpage #genesis-responsive-slider a:hover,
.cmha-frontpage #genesis-responsive-slider a:focus {
    text-decoration: underline;
}

.cmha-frontpage #genesis-responsive-slider h2 {
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    background: #739849;
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
}

.cmha-frontpage #genesis-responsive-slider p:last-child {
    margin-bottom: 0;
}

.cmha-frontpage #genesis-responsive-slider li a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.cmha-frontpage #genesis-responsive-slider .flex-control-nav {
    float: left;
    margin: -24px 0px 0px 10px;
    position: relative;
    text-align: left;
    width: auto;
    z-index: 100;
}

.cmha-frontpage .flex-pauseplay .play::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    content: "\f144";
    vertical-align: initial;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px;
}

.cmha-frontpage .flex-pauseplay .pause::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    content: "\f28b";
    vertical-align: initial;
    -webkit-font-smoothing: antialiased;
    margin-right: 8px;
}

.cmha-frontpage .flex-pauseplay span,
.cmha-frontpage .flex-pauseplay a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 4px;
    cursor: pointer;
}


/* Direction Nav */

.cmha-frontpage #genesis-responsive-slider:hover .flex-direction-nav .prev {
    opacity: 0.7;
    left: 2px;
}

.cmha-frontpage #genesis-responsive-slider:hover .flex-direction-nav .prev:hover {
    opacity: 1;
}

.cmha-frontpage #genesis-responsive-slider:hover .flex-direction-nav .next {
    opacity: 0.7;
    right: -18px;
}

.cmha-frontpage #genesis-responsive-slider:hover .flex-direction-nav .next:hover {
    opacity: 1;
}

.cmha-frontpage #genesis-responsive-slider .flex-direction-nav {
    height: 100%;
}

.cmha-frontpage #genesis-responsive-slider .flex-direction-nav li a {
    opacity: 0;
    background: none;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 37px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-indent: 0;
    color: #b2d235;
}

.cmha-frontpage #genesis-responsive-slider .flex-direction-nav .prev::before {
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    content: "\f053";
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
}

.cmha-frontpage #genesis-responsive-slider .flex-direction-nav .next::before {
    content: '\f054';
    display: inline-block;
    font-family: FontAwesome;
    text-decoration: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
}

.cmha-frontpage #genesis-responsive-slider .flex-direction-nav li a:hover {
    opacity: 1;
}

.cmha-frontpage .widget_em_widget ul li ul {
    border-bottom: 1px dotted #999999;
    margin: 0 20px 20px 0px;
}

.cmha-frontpage .widget_em_widget a {
    font-weight: 600;
    color: #005555;
}

.flexslider,
.flexslider .slides img {
    background-color: transparent !important;
}

.cmha-frontpage .flex-control-nav li a {
    background: url(images/bg_control_nav.png) no-repeat 0 0;
}

.cmha-frontpage .flex-pauseplay {
    float: left;
    clear: both;
    position: absolute;
    bottom: 0;
    padding: 20px;
    right: 0;
    z-index: 9;
}

.cmha-frontpage .enews-widget,
.cmha-frontpage .enews-widget .widget-title {
    color: #333;
}


/* Home Top Message */

.home-top-message {
    clear: both;
}

.home-top-message .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
    width: 960px;
}

.home-top-message .widget {
    margin-bottom: 40px;
}

.home-top-message .widget:last-child {
    margin-bottom: 0;
}

.home-top-message .entry {
    border-bottom: 0;
}

.home-top-message .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.home-top-message p:last-child,
.home-top-message ul>li:last-child {
    margin-bottom: 0;
}

.home-top-message .entry-header .entry-meta {
    margin-bottom: 16px;
}

.home-top-message .featuredpost img,
.home-top-message .featuredpage img {
    border: 1px solid #ddd;
    padding: 4px;
}

.home-top-message .featuredpost .alignleft img,
.home-top-message .featuredpage .alignleft img {
    margin-bottom: 0;
    margin-right: 20px;
}

.home-top-message .featuredpost .alignright img,
.home-top-message .featuredpage .alignright img {
    margin-bottom: 0;
    margin-left: 20px;
}

.home-top-message .featured-content .entry {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
}

.home-top-message .enews-widget input:hover[type="submit"],
.home-top-message .enews-widget input:focus[type="submit"] {
    background-color: #333;
    color: #fff;
}

.home-top-message .enews-widget .widget-title::before {
    content: "\f465";
    color: #333;
    display: inline-block;
    font: normal 22px/1 'dashicons';
    margin-right: 10px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
}

.home-top-message .widget-title {}


/* Home Action */

.home-action .wrap {
    margin: 0 auto;
    width: 960px;
}

.home-action a {
    color: #000;
}

.home-action a:hover,
.home-action a:focus {
    color: #005555;
    text-decoration: underline;
}

.home-action a.button {
    background-color: #00b1b0;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.home-action a.button:hover,
.home-action a.button:focus {
    background-color: #005555;
    color: #fff;
    text-decoration: none;
}

.home-action .widget-title {
    color: #000;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 16px;
}

.home-action {
    clear: both;
    color: #000;
    overflow: hidden;
    background: #d5e0c8;
}

.home-action-down-arrow {
    text-decoration: none;
}

.home-action-down-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 60%;
    width: 0;
    height: auto;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #d5e0c8;
    border-right: 0 solid transparent;
}


/* Home Middle */

.home-middle {
    clear: both;
    overflow: hidden;
    background: #f7f7f7;
}

.home-middle .wrap {
    clear: both;
    margin: 0 auto;
    padding: 40px 0 40px;
    width: 960px;
}

.home-middle .more-link {
    display: table;
    padding-top: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.home-middle .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #000;
}

.home-middle .entry-title a:hover {
    text-decoration: underline;
}

.home-middle .entry-content {
    padding-bottom: 0px;
}

.home-middle .entry-content a {
    color: #005555;
}

.home-middle .entry-content a:hover {
    color: #a3131d;
}

.home-featured-left .widget-wrap li {
    padding: 10px;
    border-bottom: #ccc solid 1px;
}

.home-featured-left .widget-wrap {
    padding-bottom: 20px;
}

.home-featured-left .widget-wrap li:nth-child(odd) {
    border-bottom: #ccc solid 1px;
}

.home-featured-left a {
    color: #005555;
    font-weight: 600;
}

.home-featured-left a:hover {
    text-decoration: underline;
}


/*Category link*/

.latest-tweets .last a {
    padding-top: 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.home-middle .more-from-category {
    display: block;
    padding-top: 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.latest-tweets .last a,
.home-middle .more-from-category a {
    color: #005555;
}

.latest-tweets .last a:hover,
.home-middle .more-from-category a:hover {
    color: #a3131d;
}

.latest-tweets .last a::before,
.all-events-link a::before,
.home-middle .more-from-category a::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    content: "\f04b";
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    margin-right: 5px;
}

.home-middle-1 .widget,
.home-middle-2 .widget,
.home-middle-3 .widget {
    padding: 10px;
}

.home-middle li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.home-middle p:last-child,
.home-middle ul>li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0;
}

.home-middle .entry-header .entry-meta {
    margin-bottom: 16px;
}

.home-middle .featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
    border-bottom: #ccc solid 1px;
}

.home-middle-1 .featured-content .entry,
.home-middle-2 .featured-content .entry,
.home-middle-3 .featured-content .entry {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home-middle .featuredpost img,
.home-middle .featuredpage img {
    margin: 0 0 10px;
}

.home-middle .featuredpost img {
    border: 0;
    padding: 0;
}

.home-middle .featuredpost .alignleft img {
    margin-bottom: 0;
    margin-right: 20px;
}

.home-middle .featuredpost .alignright img {
    margin-bottom: 0;
    margin-left: 20px;
}

.home-middle .widget-title {
    color: #005555;
    font-size: 20px;
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: uppercase;
}


/* Home Upcoming Events Widget (ntran) */

.all-events-link {
    text-transform: uppercase !important;
}


/* Home Feature Widget
------------------------------------------------------------ */

.home-featured {
    padding: 20px 0px 0px;
    min-height: 475px;
    float: left;
    width: 100%;
}

.home-featured-right {
    overflow: hidden;
    padding-left: 60px;
}


/* Container 1*/

#home-action-widget {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    float: left;
}

#container-top-widget {
    display: inline-block;
    width: 100%;
    background-color: #4cc8c7;
    margin: 0 auto;
    float: left;
}

#home-action-widget .featured-content .entry,
#container-top-widget .featured-content .entry {
    margin-bottom: 0px;
    padding: 0px;
}

#home-action-widget .featured-content .entry-title,
#container-top-widget .featured-content .entry-title,
#container-mid-widget .featured-content .entry-title,
#container-mid-widget .featured-content .entry-title {
    border: none;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
    padding-top: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

#container-top-widget .featured-content .entry-title .part2 {
    font-weight: 600;
}

#container-top-widget .featured-content .entry-title a {
    color: #000;
    text-decoration: none;
}

#container-top-widget .featured-content .entry-title a:hover {
    color: #ffff00;
}

#container-top-widget .more-link {
    display: table;
    padding-top: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.continue::before,
.more-link::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: initial;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    margin-right: 8px;
}

#container-top-widget .entry-content a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
    color: #000000;
}

#container-top-widget .entry-content a:hover {
    text-decoration: underline;
    color: #fff;
}

#container-top-widget .entry-content p {
    margin: 0;
    padding: 0;
}

#container-mid-widget {
    display: inline-block;
    width: 100%;
    background-color: #f7f7f7;
    margin: 0 auto;
    float: left;
    background: #f7f7f7;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e6f7f7, #fff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e6f7f7, #fff);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e6f7f7, #fff);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e6f7f7, #fff);
    /* Standard syntax */
    /*	background: url('/wp-content/uploads/2017/04/network-bg2.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	*/
}


/*.sponsor-container .widget-title,
#container-mid-widget .widget-title {
  color: #005555;
  font-size: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}*/

#container-footer-widget {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    float: left;
    color: #fff;
}

#container-footer-widget h1 {
    color: #fff;
}

#container-footer-widget h2 {
    color: #fff;
}

#container-footer-widget h3 {
    color: #fff;
}

#container-footer-widget h4 {
    color: #fff;
}

#container-footer-widget h5 {
    color: #fff;
}

#container-footer-widget h6 {
    color: #fff;
}

#container-footer-widget .wpsl-info-window {
    color: #000;
}

#container-footer-widget p {
    font-size: 1.3rem;
    margin: 0 0 1.3rem;
    padding: 0;
}

#container-footer-widget .fa {
    color: #D9E99A;
    font-size: 1.6rem;
    padding-right: 0.7rem;
}

#container-footer-widget .fa:hover {
    color: #fff;
}

#container-footer-widget .menu li {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
}

#container-btm-widget {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    float: left;
}

#container-top-widget .widget-title,
#container-mid-widget .widget-title,
#container-btm-widget .widget-title {
    color: #005555;
    font-size: 20px;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 20px 0px;
    text-transform: uppercase;
    text-align: center;
}

.sponsor-container .widget-title {
    color: #005555;
    margin: 20px 0px;
    text-transform: uppercase;
    text-align: center;
}

#container-btm-widget h3 {
    color: #005555;
    font-size: 20px;
    font-size: 2.5rem;
    font-weight: 300;
    margin: 20px 0px;
    text-transform: uppercase;
}

#home-action-widget img {
    height: auto;
    width: auto;
    /* IE8 */
}

#container-top-widget img,
#container-mid-widget img,
#container-btm-widget img {
    /*  height: auto;
  width: auto;*/
    border-radius: 0;
}

#container-btm-widget .wrap {
    margin: 0px auto;
    max-width: 960px;
}

#container-btm-widget pre {
    background-color: inherit;
    border: 0;
    border-radius: 0;
    display: block;
    margin: 0;
    overflow: auto;
    padding: 0;
}

.sponsor-container {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    float: left;
    text-align: center;
}

.sponsor-container .wrap {
    margin: 0px auto;
    max-width: 960px;
    padding: 40px 0px 0px;
}

.sponsor-container img {
    width: auto;
    /* IE8 */
    ;
}

.sponsor-container .sponsor-header {
    font-size: 1.8rem;
    color: #005555;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
}

.sponsor-padding {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

.container-widget .wrap {
    margin: 30px auto;
    max-width: 960px;
    padding: 0px;
}

.container-widget li {
    list-style-type: none;
    list-style-image: none;
    float: left;
}

.container-widget li ul {
    padding-left: 0px;
}

.container-widget li ul li {
    width: 100%;
    height: 100%;
    float: none;
    padding: 0px;
    margin: 0px;
    border-style: none;
    font-size: 100%;
}

.container-down-arrow {
    position: relative;
    text-decoration: none;
    margin: 0 auto;
}

.container-down-arrow:after {
    content: '';
    display: block;
    position: absolute;
    left: 60%;
    top: 100%;
    width: 0;
    height: auto;
    border-bottom: 20px solid transparent;
    border-top: 0 solid green;
    border-left: 20px solid #4cc8c7;
    border-right: 0 solid transparent;
}

.container-widgets,
.container-widgets a {
    color: #aaa;
}

.container-widgets-1 {
    clear: both;
    display: table;
    float: none;
    width: 100%;
}

.container-widgets-2 {
    width: 45%;
    margin: 0% 2.5% 0% 2.5%;
}

.container-widgets-3 {
    width: 29%;
    margin: 0% 2% 0% 2%;
}

.container-widgets-4 {
    width: 21%;
    margin: 0% 2% 0% 2%;
}


/* Home Signup */

.home-signup {
    background-color: #f1f1f2;
    clear: both;
    overflow: hidden;
    padding: 40px 40px 50px;
    width: 100%;
}

.home-signup .enews-widget {
    color: #fff;
}

.home-signup .enews-widget .widget-title {
    background-color: #4183c4;
    border: 0;
    border-left: 8px solid #fff;
    color: #fff;
    padding: 15px;
}

.home-signup .enews-widget .widget-title::before {
    content: "\f465";
    color: #fff;
    display: inline-block;
    font: normal 22px/1 'dashicons';
    margin-right: 10px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
}

.home-signup .enews form {
    float: right;
    width: 65.81196581196582%;
}

.home-signup .enews-widget input {
    float: left;
    margin-bottom: 0;
    width: 65.81196581196582%;
}

.home-signup .enews-widget input[type="submit"] {
    float: right;
    padding: 18px 24px;
    width: 31.623931623931625%;
}

.home-signup .enews p {
    float: left;
    margin-bottom: 0;
    width: 31.623931623931625%;
}


/* # Utility Bar
------------------------------------------------------------ */

.utility-bar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2002;
    height: 0;
    min-height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.utility-bar-wrap.hidden {
    transform: translate3d(0, -100%, 0);
}

.utility-bar-wrap:before {
    content: " ";
    display: table;
}

.utility-bar-wrap:after {
    clear: both;
    content: " ";
    display: table;
}

.utility-bar-wrap.open {
    min-height: 50px;
}

.utility-bar-wrap.closed {
    min-height: 0;
}

.utility-bar-wrap.closed .close {
    width: 50px;
    text-align: center;
    padding: 0px 10px;
    z-index: 2002;
    right: 1.5%;
    background: #bf2b2b;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.utility-bar {
    background-color: #98002f;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    min-height: 50px;
    width: 100%;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.utility-bar a:hover {
    text-decoration: underline;
}

body.admin-bar .utility-bar-wrap {
    top: 32px;
}

.utility-bar-left,
.utility-bar-right {
    width: 50%;
    vertical-align: middle;
    padding: 10px 0px;
    min-height: 50px;
}

.utility-bar-left p,
.utility-bar-right p {
    margin-bottom: 0;
}

.utility-bar-left {
    float: left;
}

#utility-bar-container {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    float: left;
    padding: 12px 0px;
}

#utility-bar-container li {
    list-style: none;
}

#utility-bar-container p {
    margin: 0;
    padding: 0;
}

.utility-bar-left .widget,
.utility-bar-right .widget {
    width: auto;
    display: inline-block;
    padding-left: 10px;
    line-height: 1.5em;
    vertical-align: middle;
}

.utility-bar-right {
    float: right;
    text-align: right;
    min-height: 50px;
    vertical-align: middle;
}

.utility-bar .search-form input[type="search"] {
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    width: 143px;
}


/*
FIXED HEADER
================================================ */

.admin-bar .fixed-header {
    top: 26px;
}


/* if fixed header is on */

.utility-bar {
    top: -60px;
}


/* Close button */

.close-button {
    position: absolute;
    top: 20%;
    right: 2.5%;
    font-weight: 100;
    cursor: pointer;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.375em;
    font-size: 2.0rem;
}

.utility-bar-wrap button {
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.utility-bar-wrap.closed .close-button:before {
    content: '\f078';
}

.close-button:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    content: "\f00d";
}

.close-button:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}


/* Donate Box */

.donate-box {
    background: #E6F7F7;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #005555 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 6px 10px !important;
    text-decoration: none;
    display: inline-block;
    width: auto;
    text-align: center;
    text-transform: uppercase;
}

.donate-box:hover,
.donate-box:focus {
    color: #E6F7F7 !Important;
    background: #006363 !Important;
    box-shadow: 0px 0px 0px 2px #E6F7F7;
}

.donate-box-menu-widget-mobile,
.donate-box-menu-widget {
    height: inherit;
}

.custom-menu-item-mobile {
    padding: 0 1.84375em;
}

.wpt-latest-tweets .widget-wrap li {
    padding: 10px;
    border-bottom: #ccc solid 1px;
}

.wpt-latest-tweets .widget-wrap li:nth-child(odd) {
    border-bottom: #ccc solid 1px;
}


/*Social Media widget*/

.social-media-widget {
    display: block;
}

.social-media-widget .fa:hover {
    color: #ffffff !important;
}

.button-clear {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700 !important;
    background: #E6F7F7 !important;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #005555 !important;
    line-height: 18px;
    padding: 5px !important;
    margin-left: 5px !important;
    text-decoration: none;
    display: inline-block !important;
    cursor: pointer;
}

.button-map-info {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700 !important;
    background: #E6F7F7 !important;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #005555 !important;
    line-height: 18px;
    padding: 5px !important;
    margin-right: 5px !important;
    text-decoration: none;
    display: inline-block !important;
    cursor: pointer;
}

.button-map-info a:hover,
.button-map-info a:focus,
.button-map-info:hover,
.button-map-info:focus,
.button-clear a:hover,
.button-clear a:focus,
.button-clear:hover,
.button-clear:focus {
    color: #fff !important;
    background: #005555 !important;
    text-decoration: none;
}


/* # Custom Header
------------------------------------------------------------ */


/*.header-wrap {
  width: 100%;
  height: 85px;
}*/

.header-wrap {
    height: 85px;
    margin: 0 auto;
    max-width: 100%;
    background-color: #fff;
    padding: 26px 25.5px 26px 13px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .16);
    min-height: 141px;
    left: 0;
    right: 0;
    z-index: 9999;
    justify-content: space-between;
    display: flex;
}

.header-logo-wrap {
    /*width: 97%;
  text-align: center;*/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    flex-grow: 1;
}

.header-logo-wrap img {
    height: 77px;
    width: 363px;
}

.nav-header .menu-header-menu-fr-container ul,
.nav-header .menu-header-menu-container ul {
    justify-content: space-between;
    display: flex;
}

.admin-bar,
#cmha-header {
    top: 32px;
}


/*
FIXED HEADER
================================================ */

.site-container {
    padding-top: 141px;
}

#cmha-header {
    /*  background-color: #fff;*/
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2001;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.admin-bar #cmha-header {
    top: 32px;
}

.nav-header {
    padding: 10px 0;
}

.nav-header .fa:hover {
    color: #a3131d;
}

.nav-header li a {
    border: none;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    color: #443635;
    font-size: 20px;
    position: relative;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: none;
}

.nav-header a:hover::before {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    height: 7px;
    background-color: #EF3E42;
    border-radius: 4px;
    display: block;
}

.nav-header a:hover {
    color: #443635;
    text-shadow: 1px 0 0 currentColor;
}

.nav_container {
    /*  background-color: #006363;*/
    background-color: rgba(0, 177, 176, 0.60);
}

.header-middle-container {
    float: left;
    max-width: 350px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
}

.header-middle {
    border-left: #999 1px solid;
    padding: 0 10px;
    color: #005555;
    font-weight: 600;
    font-size: 1.8rem;
}

.header-middle a {
    color: #005555;
    text-decoration: none;
}

.custom-header-right {
    float: right;
    padding: 10px 0px;
    transform: translate(0px, 10%);
}

.page-title {
    float: left;
    text-align: left;
    padding: 10px 10px;
    height: 80px;
    width: 400px;
    color: #00b1b0;
    font-weight: 400;
    font-size: 1.4em;
}

.header-middle p {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    height: 60px;
}


/*Animated Search Form
---------------------------------------------------------------------------------------------------- */

.header-nav-container,
.search-container {
    position: relative;
    width: auto;
    float: right;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    /*display: -webkit-inline-box;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.search-container .genesis-nav-menu .menu-item {
    /*display: -webkit-inline-box;
    display: -ms-inline-flexbox;*/
    -webkit-box-align: center;
    align-items: center;
}

.search-container .genesis-nav-menu .sub-menu .menu-item {
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
    background: #443635;
    /* width: 200px; */
    display: block;
}

.search-container button.icon-search:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    content: "\f002";
}

.search-container button.icon-search {
    cursor: pointer;
    text-decoration: none;
}

.icon-search {
    margin: 0px 12px;
    background-color: transparent;
    color: #005555;
    padding: 0px;
}

.icon-search button:hover button:focus {
    background-color: transparent;
    color: #005555;
}

.icon-search:hover {
    color: #A02323;
    background-color: transparent;
}

.search-wrap {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    width: 300px;
    padding: 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #00b1b0;
    /*  margin-top: -9px;*/
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

.search-wrap-mobile {
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.search-wrap-mobile .search-form,
.search-wrap .search-form {
    position: relative;
}

.search-wrap-mobile .search-form input[type="search"],
.search-wrap .search-form input[type="search"] {
    width: 100%;
    padding: 5px;
}

.search-wrap-mobile .search-form input[type="submit"],
.search-wrap .search-form input[type="submit"] {
    position: absolute;
    right: -1px;
    bottom: 1px;
    padding: 10px 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* Pre Footer */

.pre-footer {
    clear: both;
    margin: 0 auto 0;
    overflow: hidden;
}

.pre-footer .wrap {
    clear: both;
    margin: 0 auto;
    padding: 60px 0 40px;
    width: 960px;
}

.pre-footer .entry {
    border-bottom: 0;
}

.pre-footer .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.pre-footer ol ol,
.pre-footer ul ul {
    margin-bottom: 0;
}

.pre-footer p:last-child,
.pre-footer ul>li:last-child {
    margin-bottom: 0;
}

.pre-footer .entry-header .entry-meta {
    margin-bottom: 16px;
}

.pre-footer .featuredpost img,
.pre-footer .featuredpage img {
    border: 1px solid #ddd;
    padding: 4px;
}

.pre-footer .featuredpost .alignleft img,
.pre-footer .featuredpage .alignleft img {
    margin-bottom: 0;
    margin-right: 20px;
}

.pre-footer .featuredpost .alignright img,
.pre-footer .featuredpage .alignright img {
    margin-bottom: 0;
    margin-left: 20px;
}

.pre-footer .enews-widget input:hover[type="submit"],
.pre-footer .enews-widget input:focus[type="submit"] {
    background-color: #333;
    color: #fff;
}

.pre-footer-1 .widget,
.pre-footer-2 .widget {
    margin-bottom: 40px;
}

.pre-footer-1 .widget:last-child,
.pre-footer-2 .widget:last-child {
    margin-bottom: 0;
}

.pre-footer-1 ol,
.pre-footer-1 ul {
    margin-left: 40px;
}

.pre-footer-1 ol li {
    list-style-type: decimal;
}

.pre-footer-1 ul li {
    list-style-type: circle;
}

.pre-footer-2 li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.pre-footer-2 .widget-title {
    background-color: #f5f5f5;
    padding: 15px;
}

.pre-footer .featured-content .entry {
    border-bottom: 0;
    margin-bottom: 40px;
    padding: 0;
}


/* Entries
--------------------------------------------- */

.entry {
    margin: 0px 0px 40px;
}

.featuredpost .entry {
    /*  margin: 0px;
  padding: 0px;*/
    margin: 11px;
    padding: 0;
    width: 31%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #e3e3e3;
    -webkit-box-shadow: 1px 1px 4px 0px #999;
    -moz-box-shadow: 1px 1px 4px 0px #999;
    box-shadow: 1px 1px 4px 0px #999;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
}

.single .entry {
    margin-bottom: 10px;
}

.entry-content a:focus {
    color: #005555;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content ol,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.featured-content .entry-content,
.entry-content p {
    margin-bottom: 1.3em;
    display: block;
}

.slider-mobile .featured-content .entry-content {
    border-bottom: 1px solid #ddd;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.attachment-full {
    max-width: 100%;
    height: auto;
}


/* Removed 2/6/2017
.entry-content ol li {
 list-style-type: decimal;
}
*/

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.cmha-button,
.download-box {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700 !important;
    background: #fff !important;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #005555 !important;
    line-height: 18px;
    padding: 6px 10px 4px 10px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #006363;
}

.download-box {
    margin-bottom: 20px;
    margin-right: 10px;
}

.cmha-button:hover,
.cmha-button:focus,
.download-box:hover,
.download-box:focus {
    color: #fff !important;
    background: #005555 !important;
    text-decoration: none;
}


/* BounceBack custom CSS
--------------------------------------------- */

.entry-content h1 {
    padding: 8px 25px 13px;
    font-size: 46px;
    display: inline-block !important;
    color: #fff;
    background-color: #00afaa;
    line-height: 1.25;
    font-weight: 600;
    margin-top: 105px;
    margin-bottom: 0;
    position: relative;
}

.entry-content h2 {
    padding: 8px 25px 13px;
    font-size: 46px;
    display: inline-block !important;
    color: #fff;
    background-color: #00afaa;
    line-height: 1.25;
    font-weight: 600;
    margin-top: 105px;
    position: relative;
    margin-bottom: 60px !important;
}

.page__heading,
.page__heading__green,
.page__heading__red,
.page__faqheading {
    padding: 8px 25px 13px;
    font-size: 46px;
    display: inline-block !important;
    line-height: 1.25;
    font-weight: 600;
    margin-top: 105px;
    position: relative;
}

.page__heading,
.page__faqheading {
    padding: 8px 25px 13px;
    color: #fff !important;
    background-color: #00afaa !important;
    margin-bottom: 0 !important;
}

.page__heading__green {
    background-color: #cddb00 !important;
    color: #443635 !important;
    margin-bottom: 60px !important;
}

.page__heading__red {
    background-color: #EF3E42 !important;
    color: #fff !important;
    margin-bottom: 60px !important;
}

.page__introduction {
    font-size: 31px;
    padding-left: 0;
    margin-bottom: 50px;
    color: #00afaa;
    line-height: 1.25;
}

.intro__subheading {
    font-size: 29px;
    line-height: 1.3;
    margin-bottom: 60px;
    color: #00afaa;
    font-weight: 500;
}

.page__subheading {
    font-size: 31px;
    margin-bottom: 40px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 70px;
    color: #00afaa;
}

.intro__content {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 1.8em;
}

.column__title {
    position: relative;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 50px!important;
    font-size: 23px;
    line-height: 1.2;
    color: inherit;
    width: fit-content;
}

.column__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 3px);
    height: 8px;
    background-color: #EF3E42;
    border-radius: 50px;
    width: -webkit-fill-available;
}


/* Post Filters
--------------------------------------------- */

.post-filters-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}

.post-filters input,
.post-filters select {
    width: auto;
    margin: 0px 10px 10px;
    padding: 8px 16px;
}

.filter-block {
    display: inline-block;
}


/* Entry Meta
--------------------------------------------- */

.entry-meta,
.entry-meta a {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-meta a:hover {
    color: #a3131d;
}

.entry-footer .entry-meta {
    margin-bottom: 0px;
}

.entry-footer {
    border-top: 1px solid #E3E3E3;
}

.entry-author::before,
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
    color: #666;
    display: inline-block;
    font: normal 20px/1 'dashicons';
    margin-right: 5px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.entry-author,
.entry-time {
    padding-right: 15px;
}

.entry-author::before {
    content: "\f110";
}

.entry-categories::before {
    content: "\f318";
}

.entry-comments-link::before {
    content: "\f101";
}

.entry-tags::before {
    content: "\f323";
}

.entry-time::before {
    content: "\f145";
}

.entry-categories,
.entry-tags {
    display: block;
}

.error404 .content .widget-area .entry-author::before,
.error404 .content .widget-area .entry-categories::before,
.error404 .content .widget-area .entry-comments-link::before,
.error404 .content .widget-area .entry-tags::before,
.error404 .content .widget-area .entry-time::before,
.cmha-frontpage .entry-author::before,
.cmha-frontpage .entry-categories::before,
.cmha-frontpage .entry-comments-link::before,
.cmha-frontpage .entry-tags::before,
.cmha-frontpage .entry-time::before,
.cmha-widget-page .entry-author::before,
.cmha-widget-page .entry-categories::before,
.cmha-widget-page .entry-comments-link::before,
.cmha-widget-page .entry-tags::before,
.cmha-widget-page .entry-time::before,
.sidebar .entry-author::before,
.sidebar .entry-categories::before,
.sidebar .entry-comments-link::before,
.sidebar .entry-tags::before,
.sidebar .entry-time::before {
    display: none;
}


/* Don't display post date and author on single event listings (ntran) */

.single-event .entry-meta {
    display: none;
}


/* Translation Link - Remove "This post is also available in..." line generated by WPML. (ntran)
------------------------------------------------------------------------------------------------ */

.icl_post_in_other_langs {
    display: none;
}


/* Sidenotes
--------------------------------------------- */

.sidenote {
    display: block;
    float: left;
    text-align: left;
    width: 224px;
    border: 1px solid #b2d235;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 1em;
    font-weight: 600;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/* Highlight / Content Boxes
--------------------------------------------- */

.content-box-teal,
.content-box-blue,
.content-box-dark,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-white,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.content-box-blue {
    background-color: #d8ecf7;
    border-bottom: 1px solid #afcde3;
    border-left: 10px solid #afcde3;
}

.content-box-dark {
    background-color: #555;
    border-bottom: 1px solid #000;
    border-left: 10px solid #000;
    color: #fff;
}

.content-box-gray {
    background-color: #e2e2e2;
    border-bottom: 1px solid #bdbdbd;
    border-left: 10px solid #bdbdbd;
}

.content-box-teal {
    background-color: #cff;
    border-bottom: 1px solid #90f1f0;
    border-left: 10px solid #00b1b0;
}

.content-box-green {
    background-color: #d9edc2;
    border-bottom: 1px solid #b2ce96;
    border-left: 10px solid #b2ce96;
}

.content-box-purple {
    background-color: #e2e2f9;
    border-bottom: 1px solid #bebde9;
    border-left: 10px solid #bebde9;
}

.content-box-red {
    background-color: #f9dbdb;
    border-bottom: 1px solid #e9b3b3;
    border-left: 10px solid #e9b3b3;
}

.content-box-white {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    border-left: 10px solid #e1e1e1;
}

.content-box-yellow {
    background-color: #fef5c4;
    border-bottom: 1px solid #fadf98;
    border-left: 10px solid #fadf98;
}

.content-box-teal p:last-child,
.content-box-teal ol:last-child,
.content-box-teal ul:last-child,
.content-box-blue p:last-child,
.content-box-blue ol:last-child,
.content-box-blue ul:last-child,
.content-box-dark p:last-child,
.content-box-dark ol:last-child,
.content-box-dark ul:last-child,
.content-box-gray p:last-child,
.content-box-gray ol:last-child,
.content-box-gray ul:last-child,
.content-box-green p:last-child,
.content-box-green ol:last-child,
.content-box-green ul:last-child,
.content-box-purple p:last-child,
.content-box-purple ol:last-child,
.content-box-purple ul:last-child,
.content-box-red p:last-child,
.content-box-red ol:last-child,
.content-box-red ul:last-child,
.content-box-white p:last-child,
.content-box-white ol:last-child,
.content-box-white ul:last-child,
.content-box-yellow p:last-child,
.content-box-yellow ol:last-child,
.content-box-yellow ul:last-child {
    margin-bottom: 0;
}


/* Gradient Buttons
--------------------------------------------- */

a.button-black,
a.button-blue-green,
a.button-dark-blue,
a.button-dark-orange,
a.button-green,
a.button-blue,
a.button-grey,
a.button-light-blue,
a.button-light-green,
a.button-light-orange,
a.button-middle-blue,
a.button-pink,
a.button-red {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    padding: 16px 24px;
    width: auto;
    text-transform: uppercase;
}

a.button-black {
    background-color: #444;
    background: -moz-linear-gradient(top, #444, #000);
    background: -ms-linear-gradient(top, #444, #000);
    background: -webkit-linear-gradient(top, #444, #000);
    border: 1px solid #000;
    text-decoration: none;
}

a.button-black:hover,
a.button-black:focus {
    background: -moz-linear-gradient(top, #000, #444);
    background: -ms-linear-gradient(top, #000, #444);
    background: -webkit-linear-gradient(top, #000, #444);
    text-decoration: none;
}

a.button-blue-green {
    background-color: #2c4762;
    background: -moz-linear-gradient(top, #3a5876, #2c4762);
    background: -ms-linear-gradient(top, #3a5876, #2c4762);
    background: -webkit-linear-gradient(top, #3a5876, #2c4762);
    border: 1px solid #2c4762;
    text-decoration: none;
}

a.button-blue-green:hover,
a.button-blue-green:focus {
    background: -moz-linear-gradient(top, #2c4762, #3a5876);
    background: -ms-linear-gradient(top, #2c4762, #3a5876);
    background: -webkit-linear-gradient(top, #2c4762, #3a5876);
    text-decoration: none;
}

a.button-dark-blue {
    background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
    border: 1px solid #2b4170;
    text-decoration: none;
}

a.button-dark-blue:hover,
a.button-dark-blue:focus {
    background: -moz-linear-gradient(top, #2b4170, #3b5998);
    background: -ms-linear-gradient(top, #2b4170, #3b5998);
    background: -webkit-linear-gradient(top, #2b4170, #3b5998);
    text-decoration: none;
}

a.button-dark-orange {
    background-color: #c33219;
    background: -moz-linear-gradient(top, #e64522, #c33219);
    background: -ms-linear-gradient(top, #e64522, #c33219);
    background: -webkit-linear-gradient(top, #e64522, #c33219);
    border: 1px solid #c33219;
    text-decoration: none;
}

a.button-dark-orange:hover,
a.button-dark-orange:focus {
    background: -moz-linear-gradient(top, #c33219, #e64522);
    background: -ms-linear-gradient(top, #c33219, #e64522);
    background: -webkit-linear-gradient(top, #c33219, #e64522);
    text-decoration: none;
}

a.button-green {
    background-color: #739849;
    text-decoration: none;
}

a.button-green:hover,
a.button-green:focus {
    color: #fff;
    background: #43592b;
    text-decoration: none;
}

a.button-teal:hover,
a.button-teal:focus {
    color: #fff;
    background: #00b1b0;
    text-decoration: none;
}

a.button-light-green {
    color: #38430e;
    background-color: #b2d235;
    text-decoration: none;
}

a.button-light-green:hover,
a.button-light-green:focus {
    color: #fff;
    background: #4d5c13;
    text-decoration: none;
}

a.button-blue {
    background-color: #5d89b3;
    text-decoration: none;
}

a.button-blue:hover,
a.button-blue:focus {
    color: #fff;
    background: #395a79;
    text-decoration: none;
}

a.button-grey {
    background-color: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5, #e3e3e3);
    background: -ms-linear-gradient(top, #f5f5f5, #e3e3e3);
    background: -webkit-linear-gradient(top, #f5f5f5, #e3e3e3);
    border: 1px solid #e3e3e3;
    color: #444 !important;
    text-decoration: none;
}

a.button-grey:hover,
a.button-grey:focus {
    background: -moz-linear-gradient(top, #e3e3e3, #f5f5f5);
    background: -ms-linear-gradient(top, #e3e3e3, #f5f5f5);
    background: -webkit-linear-gradient(top, #e3e3e3, #f5f5f5);
    text-decoration: none;
}

a.button-light-blue {
    background-color: #0081ce;
    background: -moz-linear-gradient(top, #00aced, #0081ce);
    background: -ms-linear-gradient(top, #00aced, #0081ce);
    background: -webkit-linear-gradient(top, #00aced, #0081ce);
    border: 1px solid #0081ce;
    text-decoration: none;
}

a.button-light-blue:hover,
a.button-light-blue:focus {
    background: -moz-linear-gradient(top, #0081ce, #00aced);
    background: -ms-linear-gradient(top, #0081ce, #00aced);
    background: -webkit-linear-gradient(top, #0081ce, #00aced);
    text-decoration: none;
}

a.button-light-orange {
    background-color: #e2733d;
    background: -moz-linear-gradient(top, #e88845, #e2733d);
    background: -ms-linear-gradient(top, #e88845, #e2733d);
    background: -webkit-linear-gradient(top, #e88845, #e2733d);
    border: 1px solid #e2733d;
    text-decoration: none;
}

a.button-light-orange:hover,
a.button-light-orange:focus {
    background: -moz-linear-gradient(top, #e2733d, #e88845);
    background: -ms-linear-gradient(top, #e2733d, #e88845);
    background: -webkit-linear-gradient(top, #e2733d, #e88845);
    text-decoration: none;
}

a.button-middle-blue {
    background-color: #0073b2;
    background: -moz-linear-gradient(top, #009cda, #0073b2);
    background: -ms-linear-gradient(top, #009cda, #0073b2);
    background: -webkit-linear-gradient(top, #009cda, #0073b2);
    border: 1px solid #0073b2;
    text-decoration: none;
}

a.button-middle-blue:hover,
a.button-middle-blue:focus {
    background: -moz-linear-gradient(top, #0073b2, #009cda);
    background: -ms-linear-gradient(top, #0073b2, #009cda);
    background: -webkit-linear-gradient(top, #0073b2, #009cda);
    text-decoration: none;
}

a.button-pink {
    background-color: #c93764;
    background: -moz-linear-gradient(top, #ea4c89, #c93764);
    background: -ms-linear-gradient(top, #ea4c89, #c93764);
    background: -webkit-linear-gradient(top, #ea4c89, #c93764);
    border: 1px solid #c93764;
    text-decoration: none;
}

a.button-pink:hover,
a.button-pink:focus {
    background: -moz-linear-gradient(top, #c93764, #ea4c89);
    background: -ms-linear-gradient(top, #c93764, #ea4c89);
    background: -webkit-linear-gradient(top, #c93764, #ea4c89);
    text-decoration: none;
}

a.button-red {
    background-color: #a0171c;
    background: -moz-linear-gradient(top, #cb2027, #a0171c);
    background: -ms-linear-gradient(top, #cb2027, #a0171c);
    background: -webkit-linear-gradient(top, #cb2027, #a0171c);
    border: 1px solid #a0171c;
    text-decoration: none;
}

a.button-red:hover,
a.button-red:focus {
    background: -moz-linear-gradient(top, #a0171c, #cb2027);
    background: -ms-linear-gradient(top, #a0171c, #cb2027);
    background: -webkit-linear-gradient(top, #a0171c, #cb2027);
    text-decoration: none;
}


/* Icon Color
--------------------------------------------- */

.icon-black {
    color: #000;
}

.icon-teal {
    color: #00b1b0;
}

.icon-green {
    color: #b2d235;
}

.icon-blue {
    color: #5d89b3;
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination li.active a {
    background-color: #005555;
}

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}


/* Single Post Pagination
--------------------------------------------- */

.adjacent-entry-pagination {
    clear: both;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px auto;
    overflow: auto;
    padding: 15px 0;
}

.adjacent-entry-pagination a {
    color: #4183c4;
}

.adjacent-entry-pagination a:hover,
.adjacent-entry-pagination a:focus {
    color: #666;
}

.pagination-previous.alignleft {
    padding-right: 20px;
}

.pagination-previous.alignright {
    padding-left: 20px;
}


/* After Entry - Before Entry
--------------------------------------------- */

.after-entry.widget-area {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 32px;
}

.before-entry.widget-area {
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 32px;
}

.after-entry p,
.before-entry p {
    margin-bottom: 26px;
}

.after-entry p:last-child,
.before-entry p:last-child {
    margin-bottom: 0;
}

.after-entry .enews-widget,
.before-entry .enews-widget,
.after-entry .enews-widget .widget-title,
.before-entry .enews-widget .widget-title {
    color: #333;
}

.after-entry .enews-widget .widget-title::before,
.before-entry .enews-widget .widget-title::before {
    content: "\f465";
    display: inline-block;
    font: normal 22px/1 'dashicons';
    margin-right: 10px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
}

.after-entry .enews-widget input:hover[type="submit"],
.after-entry .enews-widget input:focus[type="submit"],
.before-entry .enews-widget input:hover[type="submit"],
.before-entry .enews-widget input:focus[type="submit"] {
    background-color: #333;
    color: #fff;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 40px;
}

.entry-comments {
    padding: 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author,
.entry-comments .comment-meta {
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment {
    border: 1px solid #ddd;
    border-right: none;
}

.comment.depth-1 {
    border-right: 1px solid #ddd;
}

.comment .avatar {
    border: 1px solid #ddd;
    margin: 0 16px 24px 0;
    padding: 4px;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor>article .comment-author span[itemprop="name"]::after {
    border: 1px solid #4183c4;
    color: #4183c4;
    content: "AUTHOR";
    float: right;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 10px;
    padding: 5px;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 24px;
}

p.comment-box {
    font-size: 14px;
    font-size: 1.4rem;
}

label[for="author"]::before,
label[for="email"]::before,
label[for="url"]::before,
label[for="comment"]::before {
    display: inline-block;
    font: normal 18px/1 'dashicons';
    margin-right: 5px;
    position: relative;
    top: 3px;
    -webkit-font-smoothing: antialiased;
}

label[for="author"]::before {
    content: "\f110";
}

label[for="email"]::before {
    content: "\f465";
}

label[for="url"]::before {
    content: "\f103";
}

label[for="comment"]::before {
    content: "\f101";
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #444;
}

.sidebar a {
    color: #005555;
}

.sidebar a:hover {
    color: #bf2b2b;
    text-decoration: underline;
}

.sidebar img {
    height: auto;
    width: auto;
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    word-wrap: break-word;
}

.sidebar .entry-header .entry-meta {
    margin-bottom: 16px;
}

.sidebar .widget {
    margin-bottom: 24px;
}

.sidebar .enews-widget {
    background-color: #333;
    border: 0;
    padding: 40px;
}

.sidebar .widget.enews-widget .widget-title {
    background-color: transparent;
    color: #fff;
    margin-left: 0;
}

.sidebar .widget.enews-widget input:hover[type="submit"],
.sidebar .widget.enews-widget input:focus[type="submit"] {
    background-color: #fff;
    color: #333;
}

.sidebar .enews-widget .widget-title::before {
    content: "\f465";
    color: #fff;
    display: inline-block;
    font: normal 22px/1 'dashicons';
    margin-right: 10px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #222;
    clear: both;
    color: #fff;
}

.footer-widgets .wrap {
    margin: 0px auto;
    max-width: 960px;
    padding: 20px 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 360px;
}

.footer-widgets-1 {
    margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets a {
    color: #b8b8b8;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
    color: #ddd;
}

.footer-widgets .widget {
    margin-top: 20px;
}

.footer-widgets .widget-title {
    color: #fff;
    margin: 0 0 16px;
}

.footer-widgets li {
    list-style-type: none;
    word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

.footer-widgets .enews-widget,
.footer-widgets .enews-widget .widget-title {
    color: #fff;
}

.footer-widgets .enews-widget .widget-title::before {
    content: "\f465";
    display: inline-block;
    font: normal 22px/1 'dashicons';
    margin-right: 10px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #111;
    border-top: 1px solid #333;
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
}

.cmha-page .site-footer {
    background-color: #00afaa;
    border-top: 1px solid #00afaa;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 0 8px;
}

.cmha-page .site-footer ul {
    padding: 0px 6px;
}

.credits-right ul li:first-child {
    list-style: none;
}

.credits-right ul li {
    float: left;
    list-style: disc outside none;
    margin: 0px 12px;
    padding-right: 1px;
}

.credits-left,
.credits-right {
    width: auto;
    vertical-align: middle;
    padding: 10px 0px;
}

.credits-left p,
.credits-right p {
    margin-bottom: 0;
}

.credits-left {
    float: left;
}

.credits-left .widget,
.credits-right .widget {
    width: auto;
    display: inline-block;
    padding-left: 10px;
    line-height: 1.5em;
    vertical-align: middle;
}

.credits-right {
    float: right;
    text-align: right;
}

.site-footer p {
    margin-bottom: 16px;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

.site-footer,
.site-footer a,
.site-footer p {
    color: #fff;
}

.site-footer a:hover,
.site-footer a:focus {
    color: #443635;
    text-decoration: underline;
}


/*
Genesis Widgetized Not Found & 404
---------------------------------------------------------------------------------------------------- */

.error404 .content .widget-area,
.search-no-results .content .widget-area {
    margin-bottom: 40px;
}

.error404 .content ol,
.error404 .content ul,
.search-no-results .content ol,
.search-no-results .content ul,
.error404 .content .widget-area p,
.search-no-results .content .widget-area p {
    margin-bottom: 26px;
}

.error404 .content ol,
.error404 .content ul,
.search-no-results .content ol,
.search-no-results .content ul {
    margin-left: 40px;
}

.error404 .content ol>li,
.search-no-results .content ol li {
    list-style-type: decimal;
}

.error404 .content ul>li,
.search-no-results .content ul li {
    list-style-type: circle;
}

.error404 .content ol ol,
.error404 .content ul ul,
.search-no-results .content ol ol,
.search-no-results .content ul ul {
    margin-bottom: 0;
}

.error404 .content .widget-area p:last-child,
.search-no-results .widget-area p:last-child {
    margin-bottom: 0;
}

.error404 .content .widget-area ol:last-child,
.error404 .content .widget-area ul:last-child,
.search-no-results .content .widget-area ol:last-child,
.search-no-results .content .widget-area ul:last-child {
    margin-bottom: 0;
}

.error404 .content .entry {
    border: 0;
}

.error404 .content .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.error404 .content .widget-area .entry-header .entry-meta {
    margin-bottom: 16px;
}

.error404 .content .featured-content .entry {
    border-bottom: 0;
    margin-bottom: 40px;
    padding: 0;
}

.error404 .content .featuredpost img,
.error404 .content .featuredpage img {
    border: 1px solid #ddd;
    padding: 4px;
}

.error404 .content .featuredpost .alignleft img,
.error404 .content .featuredpage .alignleft img {
    margin-bottom: 0;
    margin-right: 20px;
}

.error404 .content .featuredpost .alignright img,
.error404 .content .featuredpage .alignright img {
    margin-bottom: 0;
    margin-left: 20px;
}

.error404 .content .enews-widget,
.error404 .content .enews-widget .widget-title {
    color: #333;
}

.error404 .content .enews-widget .widget-title::before {
    content: "\f465";
    display: inline-block;
    font: normal 22px/1 'dashicons';
    margin-right: 10px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
}

.error404 .content .enews-widget input:hover[type="submit"],
.error404 .content .enews-widget input:focus[type="submit"] {
    background-color: #333;
    color: #fff;
}


/*
Widget Page
---------------------------------------------------------------------------------------------------- */

.cmha-widget-page .content .widget {
    clear: both;
    margin-bottom: 40px;
}

.cmha-widget-page .content .widget ol,
.cmha-widget-page .content .widget ul,
.cmha-widget-page .content .widget p {
    margin-bottom: 26px;
}

.cmha-widget-page .content ol,
.cmha-widget-page .content ul {
    margin-left: 40px;
}

.cmha-widget-page .content ol>li {
    list-style-type: decimal;
}

.cmha-widget-page .content ul>li {
    list-style-type: circle;
}

.cmha-widget-page .content ol ol,
.cmha-widget-page .content ul ul {
    margin-bottom: 0;
}

.cmha-widget-page .content .widget p:last-child {
    margin-bottom: 0;
}

.cmha-widget-page .content .widget ol:last-child,
.cmha-widget-page .content .widget ul:last-child {
    margin-bottom: 0;
}

.cmha-widget-page .featured-content .entry {
    margin-bottom: 40px;
    padding: 0;
}

.cmha-widget-page .entry {
    border: 0;
}

.cmha-widget-page .content .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.cmha-widget-page .content .widget .entry-header .entry-meta {
    margin-bottom: 16px;
}

.cmha-widget-page .content .featuredpost img,
.cmha-widget-page .content .featuredpage img {
    border: 1px solid #ddd;
    padding: 4px;
}

.cmha-widget-page .content .featuredpost .alignleft img,
.cmha-widget-page .content .featuredpage .alignleft img {
    margin-bottom: 0;
    margin-right: 20px;
}

.cmha-widget-page .content .featuredpost .alignright img,
.cmha-widget-page .content .featuredpage .alignright img {
    margin-bottom: 0;
    margin-left: 20px;
}

.cmha-widget-page .content .enews-widget,
.cmha-widget-page .content .enews-widget .widget-title {
    color: #333;
}

.cmha-widget-page .content .enews-widget .widget-title::before {
    content: "\f465";
    display: inline-block;
    font: normal 22px/1 'dashicons';
    margin-right: 10px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased;
}

.cmha-widget-page .content .enews-widget input:hover[type="submit"],
.cmha-widget-page .content .enews-widget input:focus[type="submit"] {
    background-color: #333;
    color: #fff;
}


/* To Top */

.to-top {
    display: inline-block;
    height: 53px;
    width: 53px;
    position: fixed;
    bottom: 4.5%;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(images/to-top.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 99;
}

.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}

.to-top.top-fade-out {
    opacity: .5;
}

.no-touch .to-top:hover {
    background-color: #e86256;
    opacity: 1;
}

.more-from-category {
    display: block;
    padding-top: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
}


/**oEmbed Video Container*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin: 0 0 16px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cmha-page .wpsl-input label,
.cmha-page #wpsl-radius label,
.cmha-page #wpsl-category label {
    width: auto !important;
}

.language_display {
    text-decoration: none;
    font-weight: 600;
}

.language_display a {
    padding: 15px 20px 15px 0;
    display: block;
    text-transform: uppercase;
    float: left;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: #e9f0b4;
}

.language_display a:hover {
    text-decoration: underline;
}

.language_display_widget {
    padding: 12px 0px;
    float: left;
}

.slider-mobile {
    display: none;
}

.slider-controls button,
.slider-controls a {
    font-size: 1.5rem;
    width: 27px;
    height: 27px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.6rem 0.6rem 0.6rem 0.7rem;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}

.cmha-frontpage .slide-image {
    height: auto;
    width: 100%;
}

.nav_mobile_container {
    display: none;
    visibility: hidden;
}


/* ---------------------------------------------------------------------------------------------------- */


/* Side Menu Container
--------------------------------------------- */

.submenu-arrow-right:after {
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    content: " \f054";
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    padding-top: 2px;
    float: right;
}

.submenu-arrow-left:after {
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    content: " \f053";
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    padding-top: 2px;
    float: right;
}

.custom-menu-widget {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.custom-menu-widget .menu-primary .part2 {
    font-weight: inherit;
    white-space: nowrap;
}

.custom-menu-widget .genesis-nav-menu .current-menu-item>a {
    background-color: #f7f7f7;
    text-decoration: none;
    font-weight: 700;
}

.custom-menu-widget .menu-toggle {
    width: 100% !important;
}

.custom-menu-widget .menu-toggle,
.custom-menu-widget .sub-menu-toggle {
    border-radius: 0;
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    content: "";
    height: 44px;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}

.custom-menu-widget button.menu-toggle,
.custom-menu-widget button.sub-menu-toggle {
    background-color: transparent;
    color: #005555;
}

.custom-menu-widget .sub-menu-toggle {
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.custom-menu-widget .menu-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.custom-menu-widget .sub-menu-toggle:before {
    font: normal 16px/1 'dashicons';
    content: "\f347";
    position: relative;
    top: 0;
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    padding-left: 10px
}

.custom-menu-widget .sub-menu-toggle.activated:before {
    font: normal 16px/1 'dashicons';
    content: "\f343";
    position: relative;
    top: 0;
}

.custom-menu-widget nav,
.custom-menu-widget .nav-primary {
    display: none;
    position: relative;
}

.custom-menu-widget .genesis-nav-menu a {
    color: #005555;
    font-weight: 600;
    padding: 0.84375em 2.3em 0.84375em 0.84375em;
    font-size: 1.5rem;
    line-height: 2rem;
}

.custom-menu-widget .genesis-nav-menu a:hover {
    text-decoration: none;
    /*background-color: #f7f7f7;*/
    background-color: #E6F7F7;
}

.custom-menu-widget .genesis-nav-menu .sub-menu a:hover {
    color: #007777;
}

.custom-menu-widget .genesis-nav-menu .sub-menu a:focus,
.custom-menu-widget .genesis-nav-menu .sub-menu .current-menu-item>a {
    color: #007777;
    text-decoration: none;
}

.custom-menu-widget .genesis-nav-menu .menu-item {
    background-color: #fff;
    display: block;
    position: relative;
    text-align: left;
}

.custom-menu-widget .genesis-nav-menu .menu-item:hover {
    position: relative;
}

.custom-menu-widget .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%;
}

.custom-menu-widget .genesis-nav-menu .sub-menu a {
    border: 0;
    position: relative;
    width: auto;
    padding: 0.84375em 2.84375em 0.84375em 1.84375em;
}

.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
}

.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu a {
    padding-left: 30px;
}

.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    padding-left: 40px;
}

.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu a:hover,
.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu a:focus,
.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover,
.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:focus,
.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu .current-menu-item>a,
.custom-menu-widget .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item>a {
    /*	background-color: #f7f7f7*/
    ;
    background-color: #E6F7F7;
    text-decoration: none;
}


/* Menu Toggles */

.custom-menu-widget .menu-toggle.primary-toggle {
    background-color: #171717;
    border-bottom: 1px solid #bbb;
    color: #999;
}

.custom-menu-widget .menu-toggle.secondary-toggle {
    background-color: #171717;
    border-top: 1px solid #bbb;
    color: #999;
}

.custom-menu-widget .menu-toggle.header-toggle {
    background-color: #171717;
    border-bottom: 1px solid #222;
    border-top: 1px solid #bbb;
    color: #999;
}

.custom-menu-widget .menu-toggle.tertiary-toggle {
    background-color: #333;
    color: #fff;
}


/* ---------------------------------------------------------------------------------------------------- */


/* CMHA Announcement RSS
--------------------------------------------- */

.cmha-rss {
    background: #005555);
}


/* ---------------------------------------------------------------------------------------------------- */


/* ACF Google Map
--------------------------------------------- */

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map p {
    margin: 0 0 10px;
    padding: 0;
}

.acf-map h5 {
    font-family: 'Barlow';
    font-weight: 600;
    letter-spacing: 0;
    /* line-height: 1.625; */
    margin: 8px 0 8px;
    color: #005555 !important;
    font-size: 1.3rem;
}

.acf-map .gm-style .gm-style-iw {
    font-weight: 400;
    color: #000;
}

.acf-map a {
    color: #bf2b2b;
    text-decoration: none;
}


/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}

.google-acfmap {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px auto;
}

.google-acfmap .location-image {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 15px;
}


/** FIX for Bootstrap and Google Maps Info window styes problem **/

img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
    max-width: none;
}


/* ---------------------------------------------------------------------------------------------------- */


/* Branch Locator Accessibility and Usability Fixes (ntran)
--------------------------------------------- */


/* Override WP Store Locator CSS to improve accessibility of select dropdowns. They were set to display: none; */

#wpsl-search-wrap select,
#wpsl-search select {
    display: inline-block !important;
    padding: 7px 12px;
}


/* Override WP Store Locator CSS (jsd) */

#wpsl-search select,
#wpsl-search-wrap select,
.wpsl-direction-details {
    width: auto;
}


/* Add search button focus styling to improve usability. */

input[type=submit]:focus {
    border: 1px dotted #b2d235 !important;
    /* Note:  temp styling.  Feel free to change. */
}

.wpsl-opening-hours tbody {
    border-bottom: 0px;
}

.wpsl-search {
    padding: 12px !important;
}


/* ---------------------------------------------------------------------------------------------------- */


/* Event Calendar Full
--------------------------------------------- */

.cmha-page table.em-calendar td.eventful a {
    color: #a52626;
    font-weight: 700;
}

.cmha-page table.em-calendar td.eventful-today a {
    color: #a52626;
}

.cmha-page table.em-calendar td.eventful a:hover {
    text-decoration: underline;
}

.cmha-page table.em-calendar td.eventless {
    vertical-align: top;
}

.cmha-page table.em-calendar .eventless-pre,
.cmha-page table.em-calendar .eventless-post {
    color: #6d6d6d !important;
    font-weight: 200;
}

.cmha-page table.em-calendar .uppercase {
    text-transform: uppercase;
}

.cmha-page table.em-calendar td.eventless-today,
.cmha-page table.em-calendar td.eventful-today {
    background-color: #B3E8E7;
}

.cmha-page table.em-calendar td.eventless-today {
    vertical-align: top;
}

.cmha-page table.fullcalendar td.eventful li a {
    color: #FD7E29;
    font-weight: 600;
    font-size: 1.3rem;
    border-bottom: 1px solid #ccc;
}

.cmha-page table.fullcalendar td.eventful li:last-child a {
    border-bottom: 0;
}

.cmha-page table.fullcalendar {
    line-height: 2;
}

.cmha-page table.fullcalendar ul {
    margin: 0 0 20px 0px;
}

.cmha-page table.fullcalendar li {
    list-style-type: none;
}

.cmha-page table.fullcalendar a {
    line-height: 1;
    width: 100%;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
}

.cmha-page table.fullcalendar a.em-day {
    border-radius: 4px;
    background: #D4E8E7;
    width: auto;
    display: inline-block;
}

.cmha-page table.em-calendar a.em-day {
    font-weight: 700 !important;
    font-size: 1.5rem !important;
    vertical-align: top;
    color: #005555 !important;
}

.cmha-page table.fullcalendar td {
    border: 1px solid #c5c5c5;
    vertical-align: top;
}

.cmha-page div.css-search {
    background: #eee;
}

.cmha-page div.css-search input.em-search-text,
.cmha-page div.css-search input,
.cmha-page div.css-search select .cmha-page div.css-search input.em-search-geo {
    width: 68%;
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
    border: none;
    outline: none !important;
    color: #666;
    text-overflow: ellipsis;
    margin-left: 10px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.cmha-page div.css-search select {
    margin-left: 10px;
}


/* ---------------------------------------------------------------------------------------------------- */


/* Event Listings (ntran)
--------------------------------------------- */

.event-time {
    width: 35%;
    font-size: 1.4rem;
    color: #444;
}

.event-date {
    font-size: 1.6rem;
    color: #444;
}

.event-description {
    font-size: 1.4rem;
    color: #444;
}

.event-location {
    font-size: 1.4rem;
    color: #444;
    font-weight: 600;
    font-style: italic;
}


/* ---------------------------------------------------------------------------------------------------- */


/* Standard Navigation
--------------------------------------------- */

nav {
    clear: both;
}


/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}


/*
   Make Events Manager Map responsive (ntran)
--------------------------------------------- */

.em-location-map-container {
    max-width: 100% !important;
    max-height: 100% !important;
    margin-bottom: 1rem;
    float: right;
}


/*
   Black Studio TinyMCE Visual Editor
--------------------------------------------- */

.widget_black_studio_tinymce li {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .header-image .site-header .wrap {
        background: url(images/logo@2x.png) no-repeat left;
        background-size: 320px 164px;
    }
}

@media only screen and (max-width: 1024px) {
    #utility-bar-container ul {
        padding-right: 6rem;
    }
}

@media only screen and (max-width: 1023px) {
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .home-signup .enews form,
    .home-signup .enews p,
    .pre-footer-1,
    .pre-footer-2,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .site-inner,
    .title-area,
    .wrap {
        width: 100%;
    }
    .home-middle .wrap,
    .home-action .wrap,
    .home-signup .wrap,
    .home-top-message .wrap,
    .pre-footer .wrap {
        width: 90%;
    }
    .cmha-frontpage .slide-excerpt,
    .flex-direction-nav {
        display: none;
    }
    .header-middle-container {
        float: left;
        padding: 10px 0;
        width: auto;
        font-size: 1.5rem;
    }
    .header-middle {
        font-size: 1.5rem;
    }
    .home-action .button.alignright {
        float: none;
        margin: 16px 0 0;
    }
    .home-middle-1,
    .home-middle-2,
    .home-middle-3 {
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .home-middle-1 .widget,
    .home-middle-2 .widget {
        margin-bottom: 40px;
    }
    .home-signup .enews p {
        margin-bottom: 24px;
    }
    .pre-footer-1,
    .pre-footer-2 {
        margin: 0 auto;
    }
    .pre-footer {
        margin-bottom: 0;
    }
    .pre-footer-1 .widget:last-child,
    .pre-footer-2 .widget:last-child {
        margin-bottom: 40px;
    }
    .site-header .wrap {
        padding: 20px 0;
    }
    .header-image .site-header .wrap {
        background-position: center top;
    }
    .header-wrap,
    .site-inner,
    .nav_container,
    .breadcrumb {
        padding-left: 5%;
        padding-right: 5%;
    }
    .header-image .site-header .widget-area,
    .site-header {
        padding: 0;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }
    .genesis-nav-menu a:hover {
        background: #00b1b0;
    }
    .site-header .search-form {
        margin: 16px auto;
    }
    .sidebar .widget.enews-widget {
        padding: 40px;
    }
    .sponsor-padding,
    .footer-widgets .wrap,
    .container-widget .wrap {
        margin: auto;
        max-width: 960px;
        padding: 0 20px;
    }
    .footer-widgets-1 {
        margin: 0;
    }
    .footer-widgets .widget {
        margin-bottom: 40px;
    }
    .utility-bar-right {
        padding-right: 10%;
    }
    .content-sidebar .sidebar-primary {
        width: 100%;
        border-bottom: 1px dotted #c7c7c7;
        margin-bottom: 20px;
        float: right;
        padding-left: 0px;
    }
    .sidebar-content .sidebar-primary {
        float: left;
        padding-right: 0px;
        width: 100%;
        border-bottom: 1px dotted #c7c7c7;
        margin-bottom: 20px;
    }
    .sidebar-primary .widget-title {
        text-align: center;
        padding: 10px;
        background-color: #005555;
        color: #fff;
        margin-bottom: 10px;
    }
    .nav-tertiary .genesis-nav-menu .menu-item {
        display: block;
        position: relative;
        text-align: left;
    }
    .nav-tertiary a {
        font-weight: 600;
        text-align: center;
    }
    .search-container,
    .language_display,
    .nav_menu_container {
        display: none;
    }
    .search-wrap,
    .nav_mobile_container {
        display: block;
        visibility: visible;
    }
    .menu-toggle {
        width: 100% !important;
    }
    .menu-toggle {
        border-radius: 0;
        display: block;
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: 700;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }
    .sub-menu-toggle {
        border-radius: 0;
        display: block;
        font-size: 20px;
        font-size: 2.0rem;
        font-weight: 600;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
        content: "";
        height: 44px;
        position: absolute;
        right: 0;
        text-transform: none;
        top: 0;
        width: 48px;
        padding: 0;
    }
    button.menu-toggle,
    button.sub-menu-toggle {
        background-color: transparent;
        color: #005555;
    }
    .menu-toggle:before {
        font: normal 30px/1 'dashicons';
        content: "\f333";
        color: #F3F900;
        vertical-align: middle;
    }
    .menu-toggle.activated:before {
        font: normal 30px/1 'dashicons';
        content: "\f342";
    }
    .sub-menu-toggle:before {
        font: normal 16px/1 'dashicons';
        content: "\f132";
        position: relative;
        top: 0;
    }
    .sub-menu-toggle.activated:before {
        font: normal 16px/1 'dashicons';
        content: "\f460";
        position: relative;
        top: 0;
    }
    nav,
    .nav-primary {
        display: none;
        position: relative;
    }
    .social-media-widget-mobile:hover,
    .nav-primary .genesis-nav-menu a:hover {
        background-color: #04908F;
        color: #fff;
    }
    .social-media-widget-mobile,
    .nav-primary .genesis-nav-menu a {
        color: #fff;
        text-decoration: none;
        padding: 0.84375em 2.84375em 0.84375em 1.84375em;
    }
    .nav-primary .genesis-nav-menu .menu-item {
        background: none;
    }
    .nav-primary .genesis-nav-menu .sub-menu a {
        color: #005555;
        text-decoration: none;
        font-weight: 600;
    }
    .nav-primary .genesis-nav-menu .sub-menu a:focus,
    .nav-primary .genesis-nav-menu .sub-menu a:hover {
        color: #ffffff;
    }
    .nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
        color: #c3251d;
    }
    .nav-primary .genesis-nav-menu .menu-item {
        display: block;
        position: relative;
        text-align: left;
    }
    .nav-primary .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
        padding-top: 0;
        margin-left: 0;
    }
    .nav-primary .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
    }
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
        background-color: #fff !important;
        padding-left: 30px;
        color: #005555;
    }
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        background-color: #fff;
        padding-left: 40px;
    }
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu a:hover,
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu a:focus,
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:hover,
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a:focus,
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu .current-menu-item>a,
    .nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu .current-menu-item>a {
        background-color: #f7f7f7 !important;
    }
    .genesis-nav-menu .current-menu-item>a::before,
    .genesis-nav-menu .current-menu-ancestor>a::before,
    .genesis-nav-menu .current-menu-parent>a::before {
        height: 0px;
    }
    /* Site Header Nav Styles */
    .nav-header a {
        background-color: #fff;
    }
    .nav-header a:hover,
    .nav-header a:focus,
    .nav-header .current-menu-item>a {
        background-color: #333 !important;
        color: #fff !important;
    }
    .nav_container {
        padding: 0px;
        background-color: #00b1b0;
    }
    .nav_menu_container {
        float: none;
        background: #00b1b0;
    }
    .nav_container .wrap {
        max-width: 100%;
    }
    /* Menu Toggles */
    .menu-toggle.primary-toggle {
        background-color: #00afaa;
        color: #F3F900;
        font-weight: 600;
    }
    .menu-toggle.secondary-toggle {
        background-color: #171717;
        border-top: 1px solid #bbb;
        color: #999;
    }
    .menu-toggle.header-toggle {
        background-color: #171717;
        border-bottom: 1px solid #222;
        border-top: 1px solid #bbb;
        color: #999;
    }
    .menu-toggle.tertiary-toggle {
        background-color: #333;
        color: #fff;
    }
    /*	.social-media-widget,
	.donate-box-menu-widget-mobile,
	.donate-box-menu-widget {
		margin:0px 15px;
	}	*/
    .donate-box-menu-widget {
        padding: 0px 0.84375em;
    }
    .social-media-widget,
    .donate-box {
        width: 100%;
        margin: 0.84375em 0px;
    }
    .cmha-frontpage #genesis-responsive-slider img {
        min-height: 0;
    }
    .button-clear {
        margin-left: 0px !important;
        margin-right: 5px !important;
    }
}

@media only screen and (max-width: 959px) {
    .featuredpost .entry {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .featuredpost .layer-media img {
        float: left;
        margin-right: 20px;
    }
}


/* Responsive Navigation
/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */

@media only screen and (max-width: 912px) {
    .site-container {
        padding-top: 0px;
    }
    #cmha-header {
        background-color: #fff;
        width: 100%;
        position: static;
        top: 0;
        z-index: 2001;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .footer-widgets .wrap,
    .container-widget .wrap {
        margin: auto;
        max-width: 960px;
    }
    .search-container,
    .language_display,
    .nav_menu_container {
        display: none;
    }
    .search-wrap,
    .nav_mobile_container {
        display: block;
    }
    #utility-bar-container .container-widgets-2 {
        width: 40%;
        margin: 0% 6% 0% 3%;
    }
    .header-middle-container {
        width: 100%;
        max-width: none;
        padding: 10px 0px;
        position: relative;
        display: block;
    }
    .header-logo-wrap {
        width: 100%;
        text-align: center;
    }
    .header-middle {
        border-left: 0px;
    }
    .header-middle p {
        display: block;
        padding: 10px 0px;
        text-align: center;
        margin: 0px;
        height: 5rem;
    }
    #utility-bar-container ul {
        padding-left: 2rem;
        display: flex;
    }
}

@media only screen and (max-width: 890px) {
    .credits-right ul li {
        list-style: none;
        margin: 0px 12px;
        padding-right: 1px;
        float: none;
    }
    .to-top {
        bottom: 14%;
    }
    .cmha-frontpage .slide-excerpt {
        margin: 0;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }
}

@media only screen and (max-width: 768px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    .cmha-frontpage .slide-excerpt {
        margin: 0;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }
    .language_display {
        display: none;
    }
    .gwat-columns.one-half,
    .gwat-columns.one-third {
        float: none !important;
        width: 100% !important;
    }
    .search-container {
        padding: 0px;
    }
    .nav_container {
        padding: 0px;
    }
    .nav_menu_container {
        float: none;
        background: #00b1b0;
    }
    .to-top {
        bottom: 18%;
    }
    .home-featured-right {
        padding: 20px 0px 0px 10px;
    }
    .sponsor-container img {
        width: auto;
        /* IE8 */
    }
    #genesis-responsive-slider,
    .slider {
        display: none;
    }
    .slider-mobile {
        display: inline-block;
        width: 100%;
        margin: 0px auto;
        float: left;
        padding: 20px;
    }
    .slider-mobile .widget-title {
        color: #005555;
        font-size: 20px;
        font-size: 2.5rem;
        font-weight: 300;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    #container-top-widget,
    #container-mid-widget,
    #container-btm-widget {
        padding: 20px 0px;
    }
    .featuredpost .layer-media img {
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 0;
    }
    .featuredpost .layer-content {
        display: inline-block;
    }
}

@media only screen and (max-width: 530px) {
    .credits-right {
        float: left;
        text-align: left;
    }
    .credits-right ul li {
        margin: 0;
        padding: 0;
    }
    /* Hide Article Images*/
    .home-featured-right article img,
    article .featured-image {
        display: none;
    }
    .featuredpost .layer-content {
        /* display: inline-block; */
    }
}

@media only screen and (max-width: 425px) {
    #utility-bar-container ul {
        float: right;
        padding-right: 5rem;
    }
    .close-button {
        right: 3.5%;
    }
    .featuredpost .layer-media img {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .to-top {
        bottom: 21%;
    }
}