/*!
Theme Name: Spa Beach
Theme URI: https://smeunus.github.io
Author: Sharif Mohammad Eunus
Author URI: https://smeunus.github.io
Description: Spa Beach custom theme.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: LICENSE
Text Domain: spabeach
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CSS normalization based in part on normalize.css by
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

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],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

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: 700
}

dfn {
    font-style: italic
}

hr {
    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: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 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;
    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
}

*,
input[type=search] {
    box-sizing: border-box
}

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

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

body {
    font-family: Montserrat, sans-serif;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625
}

.button,
a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus {
    transition: all .1s ease-in-out
}

::-moz-selection {
    background-color: #333;
    color: #fff
}

::selection {
    background-color: #333;
    color: #fff
}

a {
    color: #2a101a;
    text-decoration: none
}

a:hover {
    color: #991b4e
}

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

strong {
    font-weight: 700
}

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

li {
    list-style-type: none
}

blockquote,
blockquote:before {
    color: #999
}

blockquote {
    margin: 40px;
    position: relative
}

blockquote:before {
    content: "\201C";
    left: -20px;
    top: -10px;
    position: relative
}

blockquote:after,
blockquote:before {
    display: block;
    font-size: 30px;
    height: 0
}

blockquote:after {
    content: "\201D";
    right: 0;
    position: absolute;
    bottom: 0
}

cite {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #991b4e
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px;
    color: #4a4a4a
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

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

img {
    height: auto
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #000;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding: 16px;
    width: 100%
}

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

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

::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-weight: 400
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 400
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #6ab446;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto
}

.button:hover,
button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
    background-color: #5b9b3c;
    color: #fff
}

.button {
    display: inline-block
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%
}

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

td,
th {
    text-align: left
}

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

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

.wrap {
    margin: 0 auto;
    max-width: 1280px
}

.site-inner {
    clear: both;
    overflow: hidden;
    padding-top: 30px
}

.outreach-pro-home .site-inner {
    padding: 0
}

.outreach-pro-landing .wrap {
    max-width: 900px
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 930px
}

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

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

.content {
    margin-bottom: 30px;
    width: 840px
}

.content hr {
    margin-bottom: 25px
}

.content a {
    font-weight: 500
}

.outreach-pro-home .content {
    margin: -24px 0
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 550px
}

.full-width-content .content {
    width: 100%
}

.sidebar-blog,
.sidebar-primary {
    float: right;
    width: 350px
}

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

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

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

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

.avatar {
    float: left
}

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

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

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

.breadcrumb {
    font-size: 12px;
    padding: 10px 16px
}

.archive-description,
.breadcrumb {
    background-color: #f5f5f5;
    margin-bottom: 30px
}

.archive-description,
.author-box {
    padding: 30px
}

.author-box {
    background-color: #111;
    color: #fff;
    margin: 0 -40px 40px
}

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

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

.search-form {
    overflow: hidden;
    display: none
}

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

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

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

.archive-title {
    font-size: 20px
}

.entry-title {
    font-family: Raleway, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #6d6e71
}

.content .entry-title a {
    color: #e1b133
}

.content .entry-title a:hover {
    color: #444
}

.widget-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: none;
    font-family: Raleway, sans-serif
}

.footer-widgets .widget-title,
.site-header .widget-title {
    color: #2a101a
}

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

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

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

a.alignnone {
    display: inline-block
}

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

.alignnone,
img.alignnone {
    display: block;
    margin-bottom: 16px
}

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

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

.wp-caption-text {
    font-weight: 700;
    text-align: center
}

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

.widget {
    word-wrap: break-word;
    margin-bottom: 30px
}

.widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left
}

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

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

.widget ol>li:last-child,
.widget p:last-child,
.widget ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.widget_calendar table {
    border-color: #494949;
    width: 100%
}

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

.featured-content .entry {
    margin-bottom: 20px
}

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

.featured-content .entry-title a {
    font-size: 22px;
    color: #444
}

.featured-content .entry-title a:hover {
    color: #222
}

.featured-content .entry-comments-link {
    float: none
}

.more-from-category {
    border-top: 1px dotted #494949;
    margin-top: 10px;
    padding-top: 10px
}

.gform_wrapper {
    margin: 16px 0 0!important
}

.gform_wrapper form.gf_simple_horizontal div.gform_body,
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: inline-block!important
}

.gform_widget .button,
.gform_widget button,
.gform_widget input[type=button],
.gform_widget input[type=reset],
.gform_widget input[type=submit] {
    cursor: pointer;
    border-radius: 3px;
    font-size: 22px!important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .62);
    padding: 13px 0;
    color: #fff;
    text-transform: none;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    float: left;
    clear: left;
    margin-top: 5px;
    background: #2f4692;
    box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .32);
    background-repeat: no-repeat;
    background-image: linear-gradient(0, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .2) 37%, hsla(0, 0%, 100%, .8) 45%, hsla(0, 0%, 100%, 0) 50%), -linear-gradient(#05375d, #2f4692);
    background-position: -700px 0, 0 0;
    background-size: 150% 350%, 100% 100%;
    transition: background-position 0s ease
}

.gform_widget .button:hover,
.gform_widget button:hover,
.gform_widget input[type=button]:hover,
.gform_widget input[type=reset]:hover,
.gform_widget input[type=submit]:hover {
    background-position: 600px 0, 0 0;
    transition-duration: 1.2s;
    box-shadow: inset 0 0 10px 0 hsla(0, 0%, 100%, .75)
}

.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium {
    width: 100%;
    padding: 10px 14px
}

.gform_wrapper form {
    overflow-x: visible!important
}

.home .gform_widget .widgettitle {
    text-align: center;
    padding: 20px 0 0;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
    font-size: 52px;
    margin-bottom: 0
}

.home-top-2 .gform_widget {
    width: 100%
}

.gform_wrapper form {
    text-align: center!important
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 14px 20px!important;
    text-align: center!important
}

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

.home .gform_widget .button,
.home .gform_widget button,
.home .gform_widget input[type=button],
.home .gform_widget input[type=reset],
.home .gform_widget input[type=submit] {
    padding: 12px 26px;
    margin-top: -10px!important
}

@media only screen and (min-width:641px) {
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        text-align: center;
        max-width: 85%!important
    }
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: baseline!important;
        vertical-align: initial!important
    }
}

@media only screen and (max-width:1023px) and (min-width:860px) {
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        max-width: 140px
    }
}

@media only screen and (max-width:1180px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 12px 0!important;
        text-align: center!important
    }
}

@media only screen and (max-width:860px) {
    .home .gform_widget {
        display: block;
        position: relative;
        bottom: 0
    }
    .home-top-2 .wrap {
        max-width: 98%
    }
    .gform_wrapper form div.gform_footer.top_label input[type=submit] {
        padding: 8px
    }
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        max-width: 110px
    }
}

@media only screen and (max-width:800px) {
    .gform_widget .button,
    .gform_widget button,
    .gform_widget input[type=button],
    .gform_widget input[type=reset],
    .gform_widget input[type=submit] {
        margin-top: 10px!important
    }
}

@media only screen and (max-width:640px) {
    .gform_wrapper.gf_browser_chrome .gform_body {
        width: 100%!important
    }
    .gform_widget .button,
    .home .gform_widget input[type=submit] {
        font-size: 20px!important
    }
    .home .gform_widget {
        width: 100%
    }
    .home .gform_widget .widgettitle {
        font-size: 30px
    }
    body .gform_wrapper ul li.gfield {
        margin-top: 8px!important
    }
    .home .gform_wrapper .gform_footer {
        padding: 0 0 10px!important;
        margin: 10px 0 0!important;
        width: 100%!important
    }
    .home .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        max-width: 100%;
        width: 100%;
        margin: 0
    }
    .home .gform_widget .button,
    .home .gform_widget button,
    .home .gform_widget input[type=button],
    .home .gform_widget input[type=reset],
    .home .gform_widget input[type=submit] {
        margin-top: 8px!important
    }
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body,
.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: inline-block!important;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    display: inline-block!important;
    padding-right: 1em;
    height: auto
}

.sidebar .gform_widget {
    text-align: center;
    padding: 0 10px
}

.sidebar .gform_widget .widget-title {
    font-size: 34px;
    text-align: center;
    padding: 0;
    margin-bottom: 0
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    width: 100%!important;
    max-width: 100%!important;
    padding: 0;
    margin: 1px 0 15px!important;
    clear: both
}

.sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: auto;
    max-width: 100%!important
}

@media only screen and (min-width:641px) {
    .sidebar .gform_wrapper .top_label li.gfield.gf_inline {
        width: 100%!important
    }
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        padding-right: 0!important
    }
    .sidebar .gform_wrapper .gform_footer input.button,
    .sidebar .gform_wrapper .gform_footer input[type=submit],
    .sidebar .gform_wrapper .gform_page_footer input.button,
    .sidebar .gform_wrapper .gform_page_footer input[type=submit] {
        width: 100%!important
    }
}

@media only screen and (max-width:1023px) {
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
        max-width: 100%!important;
        width: 100%!important
    }
}

@media only screen and (max-width:860px) {
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        max-width: 100%!important
    }
}

@media only screen and (max-width:641px) {
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: 100%;
        max-width: 100%
    }
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        display: block!important;
        padding-right: 0;
        height: auto
    }
    .sidebar .gform_wrapper.gf_browser_chrome .gform_body {
        width: calc(100% - 40px)!important;
        margin: auto!important
    }
    .sidebar .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: 100%!important;
        max-width: 100%!important;
        padding: 0;
        margin: -6px 0 1px!important;
        clear: both;
        display: inline-block!important
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1.5em!important
    }
}

.gform_wrapper form.gf_simple_horizontal div.gform_body,
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield,
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    display: inline-block!important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none
}

#wpstats {
    display: none
}

.site-header {
    color: #222;
    min-height: 100px
}

.site-header .widget-area {
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 10px
}

.site-header .widget {
    margin-bottom: 0;
    float: left
}

.site-header .widget-area .button:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type=button],
.site-header .widget-area input:hover[type=reset],
.site-header .widget-area input:hover[type=submit] {
    background-color: #fff;
    color: #000
}

.site-header #custom_html-5 {
    width: 22%
}

.site-header #custom_html-6,
.site-header #simple-social-icons-2 {
    width: 39%;
    margin-top: 26px
}

.site-header .simple-social-icons ul li {
    margin: 0 10px 0 0!important
}

.site-header .simple-social-icons ul li a,
.site-header .simple-social-icons ul li a:focus,
.site-header .simple-social-icons ul li a:hover {
    background-color: hsla(0, 0%, 60%, 0)!important;
    color: #991b4e!important;
    font-size: 20px!important
}

.site-header .simple-social-icons ul li a:focus,
.site-header .simple-social-icons ul li a:hover {
    background-color: #99999900!important;
    color: #6d6e71!important
}

#header-extra {
    width: 100%;
    position: relative
}

#header-extra .widget {
    margin-bottom: 0
}

.title-area {
    display: none;
    float: left;
    padding: 14px 0
}

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

.site-title {
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0
}

.site-title a,
.site-title a:hover {
    color: #fff
}

.header-image .title-area {
    padding: 0;
    margin-top: 0
}

.header-image .site-title>a {
    float: left;
    min-height: 100px;
    width: 266px;
    margin: 10px 0
}

.site-description {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    height: 0;
    line-height: 1.5;
    text-indent: -9999px
}

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

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

.tel {
    line-height: normal;
    text-align: right
}

.tel a {
    color: #2a101a!important;
    font-size: 26px;
    font-weight: 600
}

.tel a:hover {
    color: #6d6e71!important;
    text-decoration: none;
    background: none
}

.tel span {
    font-size: 18px;
    font-weight: 400;
    color: #991b4e;
    padding-right: 3px;
    position: relative;
    top: -4px
}

.genesis-nav-menu {
    clear: both;
    line-height: 1.5;
    width: 100%
}

.genesis-nav-menu,
.genesis-nav-menu a {
    color: #fff
}

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

.genesis-nav-menu a {
    display: block;
    padding: 10px 21px;
    font-family: Quicksand, sans-serif;
    margin-right: -4px;
    font-size: 16px;
    font-weight: 500
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover>a {
    color: #fff
}

.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover>a {
    background: rgba(153, 27, 78, .2)
}

.genesis-nav-menu>.menu-item>a {
    text-transform: uppercase
}

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

.genesis-nav-menu .sub-menu a:before {
    content: "";
    display: none
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
    padding: 10px 20px;
    font-weight: 300;
    position: relative;
    width: 345px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    background-color: #6d6e71
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #991b4e
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -37px 0 0 250px
}

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

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

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

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

.genesis-nav-menu>.right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase
}

.genesis-nav-menu>.date,
.genesis-nav-menu>.right>a {
    display: inline-block;
    padding: 18px 20px
}

.genesis-nav-menu .right:hover>a {
    background: none;
    color: #fff
}

.genesis-nav-menu .right>a:hover {
    background: #fff;
    color: #000
}

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

.genesis-nav-menu input[type=search] {
    font-size: 14px;
    padding: 10px 16px
}

.genesis-nav-menu a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.genesis-nav-menu a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #991b4e;
    height: 3px;
    transition-property: left, right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.genesis-nav-menu .current-menu-item>a:before,
.genesis-nav-menu a:active:before,
.genesis-nav-menu a:focus:before,
.genesis-nav-menu a:hover:before,
.genesis-nav-menu li:hover>a:before {
    left: 0;
    right: 0
}

.home .genesis-nav-menu .current-menu-item>a:before {
    content: "";
    display: none
}

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
    border-bottom: none;
    margin: 0;
    padding: 0
}

.nav-primary {
    background-color: #2a101a;
    text-align: center;
    width: 100%;
    z-index: 9999
}

.nav-secondary .wrap {
    background-color: #111;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 16px
}

.nav-secondary .genesis-nav-menu>li:hover>a,
.nav-secondary .genesis-nav-menu>li>a:hover {
    background: none
}

.nav-secondary .genesis-nav-menu .current-menu-item>a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover>a {
    color: #6ab446
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    background-color: #090909;
    border-color: #292929;
    color: #fff
}

.nav-secondary .sub-menu {
    border-color: #292929
}

.home-top .widget {
    margin: 0;
    padding: 0
}

.home-top .widget:first-child {
    margin-top: 20px;
    margin-bottom: 20px
}

.home-top .widget.genesis_responsive_slider {
    padding: 0
}

.outreach-pro-home .content {
    padding: 0;
    background: none;
    box-shadow: none
}

.home-top-2 {
    background-color: rgba(42, 16, 26, .5);
    padding-bottom: 20px;
    position: relative;
    top: -177px;
    margin-bottom: -177px;
    z-index: 999
}

.home-top-2 .wrap {
    max-width: 100%
}

.home-top-2 .widget {
    margin: 0 auto;
    width: 100%
}

.home-middle {
    width: 100%;
    padding: 0;
    position: relative;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .15)
}

.home-middle .wrap {
    max-width: 100%
}

.home-middle .widget {
    margin-bottom: 0
}

.home-middle .widget-title {
    display: none
}

.home-middle .grid {
    float: left;
    margin-left: 0;
    width: 25%
}

.home-middle .grid:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0
}

.grid {
    list-style: none
}

.grid,
.grid figure {
    position: relative;
    text-align: center
}

.grid figure {
    overflow: hidden;
    min-width: 320px;
    max-width: 900px;
    max-height: 900px;
    height: auto;
    background: #3085a3;
    cursor: pointer
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: .8
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption:after,
.grid figure figcaption:before {
    pointer-events: none
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid figure h2 {
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.grid figure h2 span {
    font-weight: 800
}

.grid figure h2,
.grid figure p {
    margin: 0
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%
}

figure.effect-apollo {
    background: #2a101a
}

figure.effect-apollo img {
    opacity: .9;
    transition: opacity .35s, transform .35s;
    transform: scale3d(1.05, 1.05, 1)
}

figure.effect-apollo figcaption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .5);
    content: "";
    transition: transform .6s;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, -100%, 0)
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    transition: opacity .35s
}

figure.effect-apollo h2 {
    text-align: left
}

figure.effect-apollo:hover img {
    opacity: .5;
    transform: scaleX(1)
}

figure.effect-apollo:hover figcaption:before {
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 100%, 0)
}

figure.effect-apollo:hover p {
    opacity: 1;
    transition-delay: .1s
}

.home-bottom {
    background-position: bottom;
    background-repeat: no-repeat;
    clear: both;
    padding: 50px 0
}

.home-bottom .wrap {
    max-width: 80%
}

.home-bottom .widget-title {
    color: #6d6e71;
    font-weight: 400;
    text-align: center;
    font-size: 52px
}

.home-bottom .widget {
    margin-bottom: 0;
    text-align: center
}

.home-bottom p {
    font-size: 1.3em;
    font-weight: 300
}

.home-bottom-2 {
    background: url(/wp-content/uploads/2018/04/home-member-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    clear: both;
    padding: 216px 0;
    position: relative;
    box-shadow: 0 -12px 12px 0 rgba(0, 0, 0, .15)
}

.home-bottom-2 .wrap {
    max-width: 90%
}

.home-bottom-2 .widget {
    margin-bottom: 0;
    float: right;
    width: 55%;
    padding: 20px;
    background: hsla(0, 0%, 100%, .85);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4)
}

.home-bottom-2 ul {
    margin: 0 0 0 20px
}

.home-bottom-2 li {
    list-style-type: disc
}

.home-bottom-2 .widget-title,
.home-bottom-3 h1 {
    color: #6d6e71;
    font-weight: 400;
    font-size: 48px
}

.home-bottom-2 a.more-link,
.home-bottom-3 a.more-link {
    margin-bottom: 15px
}

.home-bottom-2 p,
.home-bottom-3 p {
    font-size: 1.1em
}

.home-bottom-3 {
    background: url(/wp-content/uploads/2018/04/home-bottom3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    clear: both;
    border-top: 4px solid #2a101a;
    padding: 340px 0;
    position: relative;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, .15)
}

.home-bottom-3 .wrap {
    max-width: 90%
}

.home-bottom-3 .widget-title {
    display: none
}

.home-bottom-3 .widget {
    margin-bottom: 0;
    float: left;
    width: 45%;
    padding: 20px;
    background: hsla(0, 0%, 100%, .85);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .4)
}

.home-bottom-4 {
    padding: 60px 0 0
}

.home-bottom-4 .wrap {
    max-width: 100%
}

.home-bottom-4 .gform_widget .widgettitle {
    color: #2a101a;
    text-shadow: none
}

.entry {
    margin-bottom: 40px
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 26px
}

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

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

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

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

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

p.entry-meta {
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase
}

p.entry-meta a {
    color: #999
}

p.entry-meta a:hover {
    color: #333
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    padding-top: 12px
}

.entry-header .entry-meta {
    margin-bottom: 24px
}

.entry-categories {
    float: left
}

.entry-comments-link,
.entry-tags {
    float: right
}

.after-entry {
    background-color: #f5f5f5;
    margin-bottom: 40px;
    padding: 30px;
    text-align: center
}

.after-entry p:last-child {
    margin: 0
}

.after-entry li {
    list-style-type: none
}

.after-entry .featured-content li {
    text-align: center
}

.pagination {
    margin: 40px 0 0
}

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

.archive-pagination li {
    display: inline
}

.archive-pagination li a {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px
}

.archive-pagination .active a,
.archive-pagination li a:hover {
    background-color: #6ab446
}

button.review_button {
    margin: 10px
}

.tier-boxes {
    text-align: center
}

.party-page-body .site-inner {
    background: #fff
}

.tier-boxes a:hover {
    background: #82123f
}

.tier-boxes .one-third {
    background: #e6e6e6;
    padding: 33px 0 1px;
    margin-bottom: 30px;
    border: 1px solid #d4d4d4
}

.party-page-body .entry-title {
    display: none
}

.tier-boxes a {
    background: #ac1d57;
    padding: 11px 15px;
    color: #fff;
    display: inline-block;
    margin-top: 26px
}

section#custom_html-12 {
    padding: 0;
    background: none;
    text-align: center
}

.party-page-body h6 {
    font-size: 27px;
    font-weight: 600
}

.site-container {
    background: hsla(0, 0%, 100%, .32)
}

a.more-link {
    display: inline-block;
    padding: 10px 75px;
    border: 1px solid #6f7073;
    margin-top: 10px;
    background: #7d3c93;
    color: #fff
}

a.more-link:hover {
    opacity: .7
}

.video-container {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 25px
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 30px
}

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

.comment-content {
    clear: both
}

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

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

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

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

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

.entry-pings .reply {
    display: none
}

.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px
}

.sidebar {
    color: #ccc;
    font-size: 14px
}

.sidebar .widget {
    background-color: #2a101a;
    border-radius: 3px;
    padding: 15px
}

.sidebar .widget_tightrope_form {
    padding: 0
}

.sidebar li a {
    color: #ccc
}

.sidebar .entry-meta a:hover,
.sidebar li a:hover {
    color: #fff
}

.sub-footer {
    background-color: #f2f6e9;
    padding: 60px 0 30px
}

.sub-footer-left {
    float: left;
    width: 785px
}

.sub-footer-right {
    float: right;
    font-size: 14px;
    width: 235px
}

.sub-footer-left .entry-title {
    font-size: 30px
}

.footer-widgets {
    background: hsla(0, 0%, 100%, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(100%, #fff));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
    clear: both;
    font-size: 14px;
    padding: 45px 0 20px
}

.footer-widgets a {
    color: #4e4e4e
}

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

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
    color: #b1b1b1
}

.footer-widgets .widget-area {
    float: left;
    margin-left: 2.564102564102564%;
    width: 23.076923076923077%
}

.footer-widgets .widget-area:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0
}

.footer-widgets #simple-social-icons-3 {
    margin-bottom: 0
}

.footer-widgets .simple-social-icons ul li {
    margin: 0 4px 16px!important
}

.footer-widgets .simple-social-icons ul li a,
.footer-widgets .simple-social-icons ul li a:focus,
.footer-widgets .simple-social-icons ul li a:hover {
    background-color: #99999900!important;
    color: #991b4e!important;
    font-size: 20px!important
}

.footer-widgets .simple-social-icons ul li a:focus,
.footer-widgets .simple-social-icons ul li a:hover {
    background-color: #99999900!important;
    color: #6d6e71!important
}

.site-footer {
    background-color: #2a101a;
    box-shadow: inset 0 1px hsla(0, 0%, 100%, .07);
    color: #ccc;
    font-size: 14px;
    padding: 10px 0
}

.site-footer a {
    color: #ccc!important
}

.site-footer a:hover {
    color: #fff!important
}

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

.site-footer .ccdmlogo {
    text-align: right;
    float: left;
    width: 30%
}

.site-footer .copyright {
    margin-top: 14px;
    float: left;
    width: 70%
}

#accordion ul ul {
    display: none
}

#accordion ul ul a {
    display: block
}

ul.accordion-content li {
    list-style-type: none;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 15px
}

ul.accordion-content,
ul.inner-panel {
    margin: 0
}

ul.inner-panel li {
    border: none;
    margin-bottom: 0
}

ul.accordion-content li a {
    width: 100%;
    display: block
}

span.accordion-trigger:before {
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

li.active span.accordion-trigger:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400
}

span.accordion-trigger {
    font-size: 18px
}

.entry-content p.powered {
    display: block
}

p.powered {
    display: none
}

.wpcr3_review .wpcr3_review_datePublished {
    display: none!important
}

.wpcr3_review .wpcr3_review_title {
    font-size: 24px!important;
    display: block!important;
    margin-top: 12px
}

.wpcr3_review blockquote .wpcr3_content {
    padding-bottom: 0!important
}

.checkin.full-width-content .site-inner {
    margin-top: 50px
}

.checkin.full-width-content .content {
    background: none;
    box-shadow: none;
    position: absolute;
    top: 25%;
    left: 0
}

.in_office img:hover {
    opacity: .7
}

@media only screen and (-moz-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    .content #genesis-responsive-slider .flex-direction-nav li a {
        background-image: url(images/icon-direction-nav@2x.png)
    }
}

@media only screen and (max-width:1300px) {
    .site-header .wrap {
        max-width: 98%;
        margin: 0 auto
    }
    .genesis-nav-menu a {
        padding: 10px 15px
    }
    .home-top-2 {
        top: 0;
        margin-bottom: 0;
        background: #2a101a
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 14px 2px!important;
        text-align: center!important
    }
    .home-middle .grid {
        float: left;
        margin-left: 0;
        width: 50%
    }
    .home-middle .grid:nth-of-type(odd) {
        clear: both;
        margin-left: 0
    }
    .site-inner .wrap {
        max-width: 98%
    }
    .content {
        width: 775px
    }
}

@media only screen and (max-width:1180px) {
    .wrap {
        max-width: 960px
    }
    .nav-primary .wrap {
        max-width: 98%;
        margin: 0 auto
    }
    .genesis-nav-menu a {
        padding: 10px 14px;
        font-size: 15px
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding: 14px 0!important;
        font-size: 12px!important;
        text-align: center!important
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 750px
    }
    .sub-footer-left {
        width: 710px
    }
    .content {
        width: 630px
    }
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: 420px
    }
    .sidebar-blog,
    .sidebar-primary {
        width: 300px
    }
    .sub-footer-right {
        width: 195px
    }
    .site-footer .ccdmlogo {
        width: 20%
    }
    .site-footer .copyright {
        width: 80%
    }
}

@media only screen and (max-width:1070px) {
    .genesis-nav-menu a {
        padding: 10px 12px;
        font-size: 14px
    }
}

@media only screen and (max-width:1023px) {
    .wrap {
        max-width: 768px
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .footer-widgets-4,
    .sidebar-blog,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 100%
    }
    .genesis-nav-menu li,
    .site-header .search-form,
    .site-header ul.genesis-nav-menu {
        float: none
    }
    .genesis-nav-menu,
    .nav-primary,
    .site-description,
    .site-header .search-form,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center
    }
    .genesis-nav-menu a {
        padding: 10px;
        font-size: 14px
    }
    .site-header .search-form {
        margin: 16px auto
    }
    .genesis-nav-menu li.right {
        display: none
    }
    .sub-footer-left {
        width: 520px
    }
    .home-middle .widget:nth-of-type(4n+1) a.more-link,
    .home-middle .widget:nth-of-type(4n+3) a.more-link,
    .home-middle .widget:nth-of-type(4n+4) a.more-link {
        margin-top: 34px
    }
    .footer-widgets .simple-social-icons .aligncenter,
    .footer-widgets .simple-social-icons .alignleft,
    .footer-widgets .simple-social-icons .alignright,
    .footer-widgets .simple-social-icons ul li {
        display: inline-block;
        float: none;
        text-align: center
    }
    .footer-widgets,
    .footer-widgets li {
        text-align: center
    }
    .footer-widgets .widget-area {
        float: left;
        margin-left: 0;
        width: 100%
    }
    .footer-widgets .widget-area:nth-of-type(1n+1) {
        clear: both;
        margin-left: 0
    }
    .home-bottom-2,
    .home-bottom-3 {
        background-attachment: scroll
    }
}

@media only screen and (max-width:930px) {
    .title-area {
        display: block;
        width: 100%
    }
    .header-image .site-title a {
        background-position: top!important;
        width: 100%;
        margin-bottom: 0
    }
    .site-header .widget-area {
        width: 100%
    }
    .site-header .widget {
        margin-bottom: 0
    }
    .tel a {
        width: 100%;
        margin: 0 auto
    }
    .site-header .simple-social-icons .alignleft,
    .site-header .simple-social-icons .alignright,
    .site-header .simple-social-icons ul li {
        display: inline-block;
        float: none;
        text-align: center
    }
    .site-header #custom_html-5 {
        display: none
    }
    .site-header .widget {
        float: none;
        width: 100%;
        text-align: center
    }
    .site-header #custom_html-6,
    .site-header #simple-social-icons-2 {
        width: 100%
    }
    .site-header #custom_html-6 {
        margin: 10px 0
    }
    .tel {
        text-align: center
    }
    .genesis-nav-menu a {
        padding: 10px 8px;
        font-size: 13px
    }
}

@media only screen and (max-width:860px) {
    .wrap {
        padding-left: 5%;
        padding-right: 5%
    }
    .outreach-pro-home .site-inner .wrap {
        padding: 0
    }
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        box-shadow: none
    }
    .archive-pagination li a {
        margin-bottom: 4px
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .sub-footer-left,
    .sub-footer-right,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%
    }
    .content #genesis-responsive-slider .flex-direction-nav li .next,
    .content #genesis-responsive-slider .flex-direction-nav li .prev,
    .content .slide-excerpt {
        display: none
    }
    .home-middle {
        width: 100%;
        padding: 55px 0 30px
    }
    .home-middle .widget:nth-of-type(4n+1) a.more-link,
    .home-middle .widget:nth-of-type(4n+3) a.more-link,
    .home-middle .widget:nth-of-type(4n+4) a.more-link {
        margin-top: 10px
    }
    .site-footer .ccdmlogo {
        margin-top: 5px
    }
    .site-footer .ccdmlogo,
    .site-footer .copyright {
        float: none;
        width: 100%;
        text-align: center
    }
    .home .gform_widget .widgettitle {
        font-size: 42px
    }
    .gform_widget .button,
    .home .gform_widget input[type=submit] {
        font-size: 16px!important
    }
    .home-middle .wrap {
        max-width: 100%
    }
    .home-middle .grid {
        float: left;
        margin-left: 0;
        width: 100%;
        margin-bottom: 35px
    }
    .home-middle .grid:nth-of-type(1n+1) {
        clear: both;
        margin-left: 0
    }
    .home-bottom-2 .wrap,
    .home-bottom-3 .wrap,
    .home-bottom .wrap {
        max-width: 100%
    }
    .home-bottom-2 .widget,
    .home-bottom-3 .widget {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .pp-content .content .featuredpage,
    .pp-content .content .featuredpost .entry {
        float: none;
        margin: 0 auto;
        width: 100%
    }
    .home-middle .widget,
    .home-middle .widget:nth-of-type(2n) {
        margin: 0;
        width: 100%
    }
}

@media only screen and (max-width:600px) {
    .genesis-nav-menu .menu-item {
        display: block
    }
    .entry-categories,
    .entry-comments-link,
    .entry-tags {
        display: block;
        float: none
    }
}

@media only screen and (max-width:568px) {
    .tel span {
        display: block
    }
    img.alignleft,
    img.alignright {
        display: block;
        float: none
    }
}

@media only screen and (max-width:480px) {
    .content #genesis-responsive-slider .flex-control-nav {
        display: none
    }
}

@media only screen and (max-width:450px) {
    .entry-title {
        font-size: 24px
    }
    .alignleft img,
    .wp-caption.alignleft,
    img.alignleft {
        margin: 0 66px 24px 0
    }
}

nav {
    clear: both
}

.slideout-menu,
.slideout-menu-toggle {
    display: none;
    visibility: hidden
}

@media only screen and (min-width:861px) {
    .nav-primary {
        display: block;
        visibility: visible
    }
}

@media only screen and (max-width:860px) {
    .slideout-menu-toggle {
        display: block;
        font-weight: 700;
        overflow: hidden;
        padding: 10px;
        visibility: visible;
        color: #fff;
        font-size: 30px;
        margin: auto;
        background-color: #2a101a!important;
        border-bottom: 1px solid #2a101a;
        text-align: center;
        width: 100%;
        box-shadow: 0 0 2px 0 rgba(50, 50, 50, .32)
    }
    .slideout-menu-toggle:hover {
        color: #fff;
        border-bottom: 1px solid #fff;
        cursor: pointer
    }
    .nav-primary {
        position: fixed;
        left: -250px;
        top: 0;
        width: 250px;
        height: 100%;
        z-index: 1502;
        visibility: visible;
        display: block!important;
        overflow: auto;
        transition: left 1s
    }
    .nav-primary .wrap {
        background: none;
        max-width: 100%;
        padding: 0
    }
    .nav-primary.isopen {
        left: 0
    }
    .slideout-menu {
        display: block;
        position: relative;
        padding: 30px 5px;
        font-size: 24px;
        border-bottom: 3px solid #f5f5f5;
        overflow: auto;
        visibility: visible;
        margin-bottom: 0
    }
    .nav-primary .slideout-menu-toggle {
        position: absolute;
        top: 12px;
        right: 10px;
        display: inline-block;
        padding: 6px 25px 5px;
        width: 20px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        vertical-align: top;
        background: none;
        box-shadow: none;
        border: none
    }
    .genesis-nav-menu {
        list-style-type: none;
        margin: 0 auto;
        width: 100%
    }
    .genesis-nav-menu .menu-item {
        background-color: inherit;
        display: block;
        position: relative;
        text-align: left
    }
    .genesis-nav-menu a {
        font-size: 20px;
        padding: 15px;
        width: 100%;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #dedede;
        background: none
    }
    .genesis-nav-menu .menu-item:hover {
        position: relative;
        background: inherit
    }
    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        position: static;
        width: 100%;
        opacity: 1
    }
    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
        width: 100%;
        padding: 15px
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0
    }
    .genesis-nav-menu .sub-menu .sub-menu a {
        padding-left: 30px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
    .home-bottom-2,
    .home-bottom-3 {
        background-attachment: scroll;
        padding: 70px 0
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) {
    .home-bottom-2,
    .home-bottom-3 {
        background-attachment: scroll;
        padding: 70px 0
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) {
    .home-bottom-2,
    .home-bottom-3 {
        background-attachment: scroll;
        padding: 70px 0
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .home-bottom-2,
    .home-bottom-3 {
        background-attachment: scroll;
        padding: 70px 0
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .grid figure {
        max-height: 512px
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:1.5) {
    .home-bottom-2,
    .home-bottom-3 {
        background-attachment: scroll;
        padding: 70px 0
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {
    .grid figure {
        max-height: 512px
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5) {
    .grid figure {
        max-height: 342px
    }
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: url(/wp-content/uploads/2016/09/overlay.png) repeat 0 0;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/wp-content/uploads/2016/09/controls.png) no-repeat -101px 0
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/wp-content/uploads/2016/09/controls.png) no-repeat -130px 0
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/wp-content/uploads/2016/09/controls.png) no-repeat -101px -29px
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/wp-content/uploads/2016/09/controls.png) no-repeat -130px -29px
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/wp-content/uploads/2016/09/controls.png) 0 0 repeat-y
}

#cboxMiddleRight {
    width: 21px;
    background: url(/wp-content/uploads/2016/09/controls.png) 100% 0 repeat-y
}

#cboxTopCenter {
    height: 21px;
    background: url(/wp-content/uploads/2016/09/border.png) 0 0 repeat-x
}

#cboxBottomCenter {
    height: 21px;
    background: url(/wp-content/uploads/2016/09/border.png) 0 -29px repeat-x
}

#cboxContent {
    overflow: hidden
}

#cboxContent,
.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 28px
}

#cboxTitle {
    display: none!important;
    left: 0;
    text-align: center;
    width: 100%
}

#cboxCurrent,
#cboxTitle {
    position: absolute;
    bottom: 4px;
    color: #949494
}

#cboxCurrent {
    left: 58px
}

#cboxLoadingOverlay {
    background: url(/wp-content/uploads/2016/09/loading_background.png) no-repeat 50%
}

#cboxLoadingGraphic {
    background: url(/wp-content/uploads/2016/09/loading.gif) no-repeat 50%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/wp-content/uploads/2016/09/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: -75px -25px
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/wp-content/uploads/2016/09/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: -50px -25px
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/wp-content/uploads/2016/09/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxClose:hover {
    background-position: -25px -25px
}

.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopRight {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #630606;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme .owl-nav.disabled+.owl-dots {
    position: relative;
    top: -54px
}

/*additional for header*/

.widget-area.header-widget-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    .widget-area.header-widget-area:nth-of-type(1){
        order:2;
    } 
    .widget-area.header-widget-area:nth-of-type(2){
        order:1;
    } 
    
    .widget-area.header-widget-area:nth-of-type(3){
        order:3;
    } 
    
}
