/* # Genesis Sample Child Theme
Theme Name: Wootric Custom
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://www.studiopress.com/
Template: genesis
Template Version: 2.3.8
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Form center CSS start*/
.hbspt-form input[type="submit"] {
    margin-top: 0;
}
.hbspt-form {
    display: block;
    width: 694px;
    margin: auto;
    position:relative;
    left: 14px;
}

.single p {
    font-family: 'open sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

.base-hs-button-styles,
.hs-form .hs-button {
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 12px;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center
}

.submitted-message {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}
.hbspt-form .input {
    float: left;
}
.hbspt-form .hs-error-msgs {
    float: none;
    clear: both;
    text-align: left
}
.hbspt-form .hs-error-msgs li {
    color: #fff;
    font-size: 14px;
    text-align: left;
}
.hbspt-form .hs_submit.hs-submit {
    position: absolute;
    right: 0;
    top: 0;
}
.hbspt-form .hs_email > label {
    position: absolute;
    left: 0;
    margin-left: -12px;
    top: 0;
    margin-top: -3px;
    color: #fff;
}

#blog-header-wrapper #blog-sub-wrapper {
    margin-bottom: 45px;
}

.hbspt-form .hs_email > label {
    font-size: 0px;
}

/*Responsive Form CSS*/
@media screen and (max-width: 800px) { 
.hbspt-form {width:300px;}
.hbspt-form input, .hbspt-form select, .hbspt-form textarea{ width:300px;}
.hbspt-form input[type="submit"]{ width: 181px;text-align:center;}
}
@media screen and (max-width: 760px) {
.hbspt-form {width:300px;left: 0;}
.hbspt-form .input {float: none;padding-bottom: 75px;}
.hbspt-form .hs_submit.hs-submit { position: absolute; right: 0px; left: 0px; top: 75px; width: 100%;}
.hbspt-form input[type="submit"]{ width:100%; padding: 7px 10px 7px; font-size:1em; font-weight:600;}
}

/* @media screen and (max-width: 499px) {
.hbspt-form{width:300px;}
.hbspt-form input, .hbspt-form select, .hbspt-form textarea{ width:215px;}
.hbspt-form input[type="submit"]{ width:82px; padding: 12px 7px; }
} */

/*Form center CSS end*/



.gform_wrapper div.validation_error {
    color: #fff !important;
    border: 1px solid #fff !important;
}

.gform_wrapper .gfield_error .gfield_label, .gform_wrapper .validation_message {
    color: #ffffff!important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ffffff!important;
}

/* Pricing Page Styles */

.wrapper {
    width: 100%;
    text-align: center;
}


/* fix alignment issues that are only page specific */

.page-template-pricing .hmenu_logo img {
    margin: 10px 0;
}

.pricing_page__top_section--wrapper {
    background: #fff;
    padding: 80px 32px 0px 32px;
}

.pricing_page__top_section {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing_page__top_section h1 {
    font-size: 44px;
    font-weight: 300;
    line-height: 1.2em;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.pricing__secondary_header {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

.pricing__tertiary_header {
    margin-top: 8px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}

.pricing_toggle__wrapper {
    margin-top: 40px;
    margin-bottom: 80px;
}

.pricing_toggle__wrapper button {
    width: auto;
    height: auto;
}

.pricing_toggle__wrapper .btn-active {
    background-color: #333;
    color: white;
}

.pricing_toggle__wrapper .btn-active:focus {
    color: white;
}

.pricing_tier__single {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 7%, rgba(8, 72, 135, 0.05) 96%), linear-gradient(0deg, #FDFDFD, #FDFDFD);
    box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 32px 24px;
}

.pricing_tier__single.pro {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 7%, rgba(8, 72, 135, 0.05) 96%), linear-gradient(0deg, #FDFDFD, #FDFDFD);
    padding-top: 32px;
}
.free-plan {
 margin: 10px 50px;
 background: #fff;
 font-size: 14px;
 padding: 10px;
}

/* most popular */

.pricing_tier__banner {
    margin-top: 16px;
    height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    background: #52B5B0;
    color: white;
    margin-right: -24px;
    margin-left: -24px;
    line-height: 24px;
}

.pricing_tier__name {
    text-transform: uppercase;
    font-size: 26px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

.button__contact_us {
    background: #1B4857;
    border-radius: 3px;
    padding: 10px 32px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.1px;
    display: table;
    vertical-align: middle;
}

.button__contact_us:hover {
    text-decoration: none;
    color: white;
}

.pricing_tier__price_wrapper {
    display: inline-table;
    padding-top: 32px;
    padding-bottom: 32px;
    min-height: 148px;
}

.pricing_tier__dollar {
    font-size: 24px;
    color: #000000;
    float: left;
}

.pricing_tier__price {
    font-weight: 500;
    font-size: 44px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.75);
    float: left;
    margin-bottom: 12px;
}

.hidden {
    display: none;
}

.pricing_tier__billing_period {
    font-size: 12px;
}

.pricing_tier__price--annual {
    display: none;
}


/* All Free features, plus: */

.pricing_tier__includes {
    font-weight: 600;
    font-size: 14px;
    color: #4F4F4F;
    margin-bottom: 32px;
}

.pricing_tier__single.free .pricing_tier__includes {
    display: none;
}

.pricing_tier__single.free .pricing_tier__features ul li:first-of-type {
    padding-top: 0;
}

.pricing_tier__features {
    text-align: left;
    margin-bottom: 24px;
}

.pricing_tier__features ul li:before,
.all_plans_include li:before {
    content: "\2713  ";
    color: #8AC154;
    margin-left: -15px;
    width: 15px;
}

.pricing_tier__features ul li {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    list-style: none;
    border-bottom: 1px solid rgba(202, 202, 202, 0.5);
    padding: 6px 0 0 15px;
}

.pricing_tier__features ul li:last-of-type {
    border-bottom: none;
    margin-bottom: 16px;
}

.button__sign_up {
    background: #8AC154;
    border-radius: 3px;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-bottom: 35px;
    padding: 10px 32px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.2s;
}

.button__sign_up:hover {
    background: #669933;
    text-decoration: none;
    color: white;
}

.button__label {
    margin-top: 16px;
    font-size: 12px;
}

.pricing_divider {
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 0;
    box-shadow: none;
    background-color: transparent;
    margin: 24px 0;
}

.pricing_tier__secondary_header {
    margin-top: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
}


/********** INTEGRATIONS **********/

.integrations_wrapper {
    display: inline-table;
}


/* For Salesforce logo */

.wootric_integration--large_wrapper {
    width: 100%;
    margin: 16px 0;
}

.wootric_integration--large {
    width: auto;
    height: 56px;
}

.wootric_integration {
    width: 24px;
    height: 24px;
    float: left;
    margin: 16px 16px 0px;
}


/********** CHANNELS **********/

.channel_header__wrapper {
    display: inline-block;
    margin-bottom: 8px;
}

.num_channels {
    width: 24px;
    height: 24px;
    background: #828282;
    text-align: center;
    line-height: 24px;
    color: white;
    border-radius: 12px;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
}

.channel_text {
    float: left;
    line-height: 24px;
}

.channel_icon__wrapper {
    display: table;
    margin: 16px auto 0 auto;
}

.wootric_channel__img_container {
    height: 32px;
    white-space: nowrap;
    margin-bottom: 12px;
}

.channel__align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.wootric_channel__container {
    float: left;
    margin: 0 11px;
}

.wootric_channel__container:first-of-type {
    margin-left: 0;
}

.wootric_channel__container:last-of-type {
    margin-right: 0;
}

.wootric_channel__text {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.75);
}

.wootric_channel.email {
    max-height: 24px;
}

.wootric_channel.mobile {
    max-height: 32px;
}

.wootric_channel.web {
    max-width: 32px;
}

.wootric_channel.sms {
    max-width: 32px;
}


/********** ALL PLANS INCLUDE **********/

.all_plans_include__container {
    margin-top: 40px;
}

.features_all_plans--header {
    font-weight: 600;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 32px;
    margin-top: 0;
}

.all_plans_include {
    padding: 0 24px !important;
}

.all_plans_include li {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    list-style: none;
    border-bottom: 1px solid rgba(202, 202, 202, 0.5);
    padding: 9px 0;
    text-align: left;
}

.features_all_plans--highlight {
    font-weight: 600;
    margin-bottom: 8px;
    width: 100%;
    text-align: center !important;
}

.all_plans_include li::before {
    /*  content: '•    ';*/
}

.all_plans_include li:last-of-type {
    border-bottom: none;
}


/********** CUSTOMERS **********/

.customers_container {
    margin: 0 0 60px 0;
    padding: 0px 0;
    overflow: hidden;
    background: #FAF9F5;
}

.customer_logos__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    /*  border-radius: 3px 3px 0px 0px;*/
    /*  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;*/
    overflow: hidden;
}

.customer_logos {
    margin: 0 auto;
    display: table;
}

.customer_content__wrapper {
    margin: 0 auto;
    max-width: 1200px;
    display: table;
}

.single_customer {
    float: left;
    width: 112px;
    height: 112px;
    margin-right: 48px;
}

.single_customer:last-child {
    margin-right: 0;
}

.single_customer img {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    mix-blend-mode: multiply;
}

.testimonial_hero__wrapper {
    max-height: 340px;
    overflow: hidden;
    /*  border-radius: 0px 0px 3px 3px;*/
    /*  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;*/
    margin-bottom: 40px;
}

.testimonial_hero {
    transform: translateY(-30%);
}

.testimonials_container {}

.testimonial_single {
    padding: 32px 48px;
    background: white;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #f1f1f1;
}

.testimonial_single:first-of-type {
    /*  width: 48%;
  margin-right: 4%;*/
}

.testimonial_single:last-of-type {
    /*  width: 48%;*/
}

.testimonial_logo img {
    max-height: 40px;
    width: auto;
    margin-bottom: 40px;
}

.testimonial_quote {
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 32px;
}

.testimonial_author {
    font-size: 16px;
    opacity: 0.65;
}

.read_more {
    font-weight: 500;
    font-size: 28px;
    color: #52B5B0;
    margin-top: 40px;
    display: inline-block;
    clear: both;
}


/********** FAQ **********/

#wootric_faq {
    max-width: 1000px;
    margin: 0 auto;
}

.faq_single {
    font-size: 16px;
    text-align: left;
    padding: 16px 16px;
}

.faq_question {
    font-weight: 400;
    margin-bottom: 16px;
}

.faq_answer {
    font-weight: 200;
    margin-bottom: 40px;
}

.footer_cta {
    background: #1b4857;
    padding: 40px;
    clear: both;
}

.footer_cta__content h1 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: white;
    font-size: 3.4rem;
}

.footer_cta__content h3 {
    font-weight: 400;
    color: white;
    font-size: 2.2rem;
    margin-bottom: 40px;
}

.footer_cta__content .btn-success {
    background-image: none;
    vertical-align: bottom;
}

.footer_cta__button {
  background-color: #8ac154;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
}

/* Mobile */
@media (max-width: 767px) {
    .pricing_tier__single,
    .testimonial_single {
        margin-bottom: 24px ! important;
    }
    .pricing_tier__single.pro {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .testimonial_hero__wrapper {
        margin-bottom: 0;
        margin-top: 40px;
    }
    .customer_logos__wrapper {
        width: 100%;
    }
    .single_customer {
        width: 33.33%;
        padding: 0 6%;
        height: 88px;
        margin-right: 0;
    }
}


/* MEGA MENU TWEAKS - UBERMENU */
.desktop-only {
  display: block;
}
.mobile-only {
  display: none;
}
@media (max-width: 1200px) {
.desktop-only {
  display: none;
}
.mobile-only {
  display: block;
}
}
#ubermenu-main-50.ubermenu-main  {
  float: right;
  width: 950px;
  clear: none;
  background: #fff;
}

#ubermenu-nav-main-50 {
  margin: 0 auto;
    max-width: 100%;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item.static-green a {
  color: #8fc73f;
}
.ubermenu-sign-in, .ubermenu-try-now {
  float: right;
  background: #fff;
}

.ubermenu-sign-in a {
    color: #808080 ! important;
}

.ubermenu-sign-in a span {
    font-size: 15px;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
#responsive-menu-container li.responsive-menu-item a {
    width: 95% ! important;
}
}
@media (max-width: 600px) {
  #responsive-menu-container {
    width: 100% ! important;
    max-width: 100%;
}
}
h5.mega {
    color: #8ac154;
    font-size: 1em;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.mega {
    font-size: .8em;
}

.cta-nav a {
    background: #8ac154;
    color: #ffffff;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 15px;
}

.cta-nav a:hover {
    background: #7eab5d;
    color: rgba(255, 255, 255, 0.7);
}

body {
    overflow-x: hidden;
    max-width: 100%;
}

a:focus,
a:hover,
mark {
    color: #333
}

body,
ol,
ul {
    margin: 0
}

legend,
ol,
p,
td,
th,
ul {
    padding: 0
}

.wp-caption,
a.alignleft,
a.alignnone,
a.alignright,
embed,
iframe,
img,
object,
video {
    max-width: 100%
}

hr,
table {
    border-collapse: collapse
}

a,
a:focus,
a:hover {
    text-decoration: none
}

#blog-header-wrapper,
.gallery,
.search-form,
svg:not(:root) {
    overflow: hidden
}

.widget ol>li,
li {
    list-style-type: none
}

.comment-content,
.widget {
    word-wrap: break-word
}

#hmenu_load_1 .hmenu_main_holder {
    box-shadow: none!important;
    border-bottom: 1px solid #ddd
}

hr,
img,
legend {
    border: 0
}

body {
    font: 400 75% 'Open Sans', Arial, Helvetica, sans-serif
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: 0 0;
    color: #52b4af
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

mark {
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

optgroup {
    font-weight: 700
}

html,
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    color: #4a4a4a
}

*,
:after,
:before {
    box-sizing: inherit
}

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table
}

html {
    font-size: 62.5%
}

body>div {
    font-size: 1.6rem
}

body {
    background-color: #fff;
    color: #4a4a4a;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 26px
}

.button,
.gallery img,
a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

p {
    margin: 0 0 28px
}

li {
    color: grey;
    font-size: 18px;
    font-weight: 500
}

.landing-copy,
.landing-copy li {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.5em
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

blockquote,
cite {
    font-style: normal
}

blockquote {
    margin-left: -20px;
    border-left: 3px solid #4a4a4a
}

.single blockquote p {
    margin-left: 20px;
    font-weight: 700
}

blockquote::before {
    display: block;
    font-size: inherit;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px
}

@-moz-document url-prefix() {
    input[type=submit] {
        margin-top: 1px
    }
}


.vc_grid-filter.vc_grid-filter-color-white>.vc_grid-filter-item:hover>span {
    color: #4a4a4a!important
}

.vc_grid-filter-item>span {
    color: #52B5B0!important;
    font-size: 17px
}

.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white>.vc_grid-filter-item {
    background-color: #fff!important
}

.vc_active>span {
    color: #000!important
}

.vc_grid-item-zone-c-right .vc_gitem-animated-block {
    width: 30%!important
}

.vc_grid-item-zone-c-right .vc_gitem-zone-c {
    width: 70%!important
}

.vc_gitem-post-data-source-post_author .vc_gitem-link {
    color: #52B5B0!important
}

.white,
.white h1,
.white h2,
.white p,
.white_subheading h2 {
    color: #fff
}

.vc_gitem-post-data,
.vc_gitem-post-data p {
    margin-bottom: 0!important
}

.social-container img {
    width: 35px;
    padding-right: 5px;
    opacity: .5
}

.social-container img:hover {
    opacity: 1
}

.white_heading h1 {
    color: #fff;
    text-transform: uppercase
}

.customer_story h1 {
    font-size: 18px;
    font-weight: 400
}

.white h2 {
    font-weight: 400
}

.lite h2 {
    font-weight: 300
}

.subheading h2,
.white_subheading h2 {
    font-weight: 400;
    text-transform: uppercase
}

.right h2 {
    text-align: right
}

.customer-quote h3 {
    color: #52b4af;
    font-weight: 300;
    padding: 20px 10%;
    border-top: 1px solid #52b4af;
    border-bottom: 1px solid #52b4af
}

.white h3,
.white h4 {
    color: #fff
}

.lite h3,
.lite h4,
.lite h5 {
    font-weight: 300
}

.white h4 {
    margin-bottom: 0
}

.grey h4 {
    color: grey
}

.white h5 {
    color: #fff;
    font-weight: 400
}

.quote-small-wht p {
    color: #fff!important;
    font-size: 80%
}

.quote-small-blk p {
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em
}

.small-blk p {
    color: inherit;
    font-size: 80%
}

.quote-divider {
    margin-bottom: 0!important
}

.cta-button a,
.survey-button a {
    color: #fff;
    font-size: 14px;
    margin: 6px;
    text-transform: uppercase
}

.button-container {
    text-align: center
}

.button-container-left {
    text-align: left
}

.error404 .entry {
    padding: 50px 0
}

.cta-button a {
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 8px 10px
}

.cta-button a:hover {
    background-color: rgba(255, 255, 255, .5)
}

.survey-button a {
    border-radius: 3px;
    padding: 16px 18px;
    font-weight: 600;
    background-color: #8ac154
}

.survey-button a:hover {
    background-color: #72a300
}

.center-align {
    text-align: center
}

.theme_8 .member-content:before {
    display: none!important
}

#hmenu_load_1 .hmenu_navigation_holder>ul li a .hmenu_nav_uni_6 span {
    background-color: #8ac154;
    color: #fff!important;
    border-radius: 3px;
    padding: 10px;
    margin-left: 10px
}

#hmenu_load_1 .hmenu_navigation_holder>ul li a:hover .hmenu_nav_uni_6 span {
    background-color: #693
}

#hmenu_load_1 .hmenu_navigation_holder>ul li a:hover .hmenu_nav_uni_6 {
    border-bottom: 0!important
}

#hmenu_load_1 .hmenu_navigation_holder>ul li a .hmenu_nav_uni_5 span {
    border-radius: 3px;
    border: 1px solid grey;
    padding: 10px;
    margin-left: 10px;
    height: 36px
}

#hmenu_load_1 .hmenu_navigation_holder>ul li a:hover .hmenu_nav_uni_5 span {
    background-color: #FFF
}

#hmenu_load_1 .hmenu_navigation_holder>ul li a:hover .hmenu_nav_uni_5 {
    border-bottom: 0!important
}

.cta-mega {
    text-align: right
}

.pricing-grid-free ul>li {
    list-style-image: url(images/check-glyph.gif);
    margin-bottom: 10px;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400!important
}

.pricing-grid-essential,
.pricing-grid-pro {
    font-size: 80%
}

.pricing-grid-free h4 {
    color: #8ac154
}

.pricing-grid-essential h4 {
    color: #777
}

.pricing-grid-essential ul>li {
    list-style-image: url(images/check-glyph-essential.gif);
    margin-bottom: 10px
}

.pricing-grid-pro h4 {
    color: #52B5B0
}

.pricing-grid-pro ul>li {
    list-style-image: url(images/check-glyph-pro.gif);
    margin-bottom: 10px
}

.pricing-grid-enterprise h4 {
    color: #1B4857
}

.pricing-grid-enterprise ul>li {
    list-style-image: url(images/check-glyph-enterprise.gif);
    margin-bottom: 10px;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4a4a4a;
    line-height: 1.2em;
    margin: 0 0 20px
}

h1 {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 300
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h2 {
    font-size: 34px;
    font-size: 3.4rem
}

h3 {
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0 0 10px
}

h4,
h5,
h6 {
    font-size: 22px;
    font-size: 2.2rem
}

img {
    height: auto
}

.featured-content img,
.gallery img {
    width: auto
}

.no-margin {
    margin-bottom: 10px!important
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px
}

.gallery img:focus,
.gallery img:hover {
    border: 1px solid #999
}

#mc_embed_signup input.email {
    font-size: 18px!important;
    border: 1px solid #ABB0B2;
    color: #000!important;
    background-color: rgba(255, 255, 255, .45)!important;
    height: 60px!important;
    padding: 0 2em!important
}

#mc_embed_signup .button {
    font-size: 18px!important;
    color: #fff!important;
    background-color: #8ac154!important;
    height: 60px!important;
    padding: 0 20px!important;
    font-weight: 400!important
}

#mc_embed_signup input.email::-moz-placeholder {
    color: #000;
    font-weight: 300;
    opacity: 1
}

#mc_embed_signup input.email::-webkit-input-placeholder {
    color: #000;
    font-weight: 300;
    opacity: 1
}

#mc_embed_signup input {
    color: #000
}

input,
select,
textarea {
    background-color: rgba(255, 255, 255, .45);
    border: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 12px;
    width: 510px;
    border-radius: 3px;
    height: 60px
}

input[type=search]:focus,
textarea:focus {
    outline: 0;
    width: 290px;
    border-radius: 0;
    border: 0
}

input[type=checkbox],
input[type=image],
input[type=radio] {
    width: auto
}

.ph-cta::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: 1
}

.ph-cta::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    opacity: 1
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: #8ac154;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px;
    text-transform: uppercase;
    width: 180px;
    height: 60px;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600
}

.button:focus,
.button:hover,
.footer-widgets .button,
.footer-widgets button,
.footer-widgets input[type=button],
.footer-widgets input[type=reset],
.footer-widgets input[type=submit],
button:focus,
button:hover,
input:focus[type=button],
input:focus[type=reset],
input:focus[type=submit],
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit] {
    background-color: #693;
    color: #fff
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff
}

.footer-widgets .button:focus,
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type=button],
.footer-widgets input:focus[type=reset],
.footer-widgets input:focus[type=submit],
.footer-widgets input:hover[type=button],
.footer-widgets input:hover[type=reset],
.footer-widgets input:hover[type=submit] {
    background-color: #fff;
    color: #333
}

.button {
    display: inline-block
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
    display: none
}

table {
    border-spacing: 0;
    line-height: 1.25;
    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;
    vertical-align: top;
}
td p {
    font-size: inherit ! important;
}
th {
    font-weight: 400
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    position: absolute!important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.genesis-nav-menu .search input[type=submit]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type=submit]:focus {
    clip: auto!important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

.more-link {
    position: relative
}

.wrap {
    margin: 0 auto;
    max-width: 1200px
}

.site-inner {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
    padding-top: 74px;
}
.single .site-inner {
 padding-top: 14px; 
}
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left
}

.content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right
}

.content {
    width: 800px
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px
}

.full-width-content .content {
    width: 100%
}

.sidebar-primary {
    float: right;
    width: 360px
}

.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 {
    max-width: 840px;
    margin: auto;
    padding: 20px 0;
    text-align: center
}

.archive-description,
.author-box {
    background-color: #B7DEDC;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding: 20px
}

.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0
}

.search-form {
    border: 1px solid #ddd;
    border-radius: 2px
}

.site-header .search-form {
    float: right;
    margin-top: 12px
}

.entry-content .search-form,
.site-header .search-form {
    max-width: 360px;
    margin: auto;
    height: 60px
}

.search-form input[type=submit] {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: 400 30px/1 dashicons;
    vertical-align: top;
    background: #eee;
    border: none;
    padding-left: 20px;
    width: auto;
    float: right;
    border-radius: 0
}

.blog-cta-lines,
.blog-cta-lines-sans {
    border-top: 1px solid #8FC73F;
    border-bottom: 1px solid #8FC73F;
    text-align: center
}

.search-form input[type=submit]:hover {
    background-color: #ddd
}

.search-again {
    padding-bottom: 20px;
    margin: auto 0
}

.blog-cta-block {
    background-color: rgba(183, 222, 220, .3);
    border-left: 6px solid #B7DEDC;
    padding: 20px 10px 1px 20px;
    margin: 40px 0
}

.blog-cta-lines {
    padding: 20px 0;
    margin: 40px 0;
    font-size: 2em
}

.blog-cta-lines p {
    font-size: .8em!important;
    margin-bottom: 0;
    padding: 0 20px
}

.blog-cta-lines-sans {
    padding: 20px 0;
    margin: 40px 0;
    font-size: 2em
}

.blog-cta-lines-sans p {
    font-size: .8em!important;
    margin-bottom: 0;
    padding: 0 30px;
    font-family: Open Sans, Helvetica, sans-serif!important;
    line-height: 1.5em!important
}

.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-title {
    font-family: 'Open Sans', sans-serif
}

.single .entry-title {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 55px;
    font-weight: 700;
    color: #4a4a4a;
    padding-top: 20px
}

.single .entry-content h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 44px;
    font-weight: 700;
    color: #4a4a4a
}

.single .entry-content h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    font-weight: 600;
    color: #4a4a4a
}

.single p {
    font-family: latienne-pro, Georgia, Times, serif;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 33px;
    font-weight: 400;
    color: #4a4a4a;
    letter-spacing: -.13px
}

.single p a,
.single p a:hover {
    color: #1C9da3;
}

.single p a:hover {
    text-decoration: underline
}

.single .entry-content ol>li,
.single .entry-content ul>li {
    font-family: latienne-pro, Georgia, Times, serif;
    line-height: 33px;
    font-weight: 400;
    color: #4a4a4a
}

.single .entry-content ul>li {
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: -.13px
}

.single .entry-content ol>li {
    font-size: 21px;
    font-size: 2.1rem
}

.archive-title {
    font-size: 28px;
    font-size: 2.8rem;
    text-align: center
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem
}

.page .entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    display: none
}

.entry-title a,
.sidebar .widget-title a {
    color: #333
}

.entry-title a:focus,
.entry-title a:hover {
    color: #52B5B0
}

.enews-widget,
.enews-widget .widget-title,
.footer-widgets .widget-title {
    color: #fff
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px
}

a.aligncenter img {
    display: block;
    margin: 0 auto
}

a.alignnone {
    display: inline-block
}

.alignleft {
    float: left;
    text-align: left
}

.alignright {
    float: right;
    text-align: right
}

.widget_calendar td,
.widget_calendar th,
.wp-caption-text {
    text-align: center
}

.aligncenter,
img.centered {
    display: block;
    margin: 0 auto 24px
}

#wpstats {
    display: none
}

.alignnone,
img.alignnone {
    margin-bottom: 12px
}

.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-size: 14px;
    font-size: 1.4rem;
    font-weight: 700
}

.entry-content p.wp-caption-text {
    margin-bottom: 0
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px
}

.widget ol>li {
    list-style-position: inside;
    padding-left: 20px;
    text-indent: -20px
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0
}

.widget_calendar table {
    width: 100%
}

.featured-content .entry {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
    padding: 0 0 24px
}

.footer-widgets .entry {
    border-bottom: 1px dotted #666
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem
}

.sidebar .widget.enews-widget {
    background-color: #333
}

.enews-widget input,
.enews-widget input:focus {
    border: 1px solid #333
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px
}

.enews-widget input[type=submit] {
    background-color: #c3251d;
    color: #fff;
    margin: 0;
    width: 100%
}

.enews-widget input:focus[type=submit],
.enews-widget input:hover[type=submit] {
    background-color: #fff;
    color: #333
}

.enews form+p {
    margin-top: 24px
}

.genesis-skip-link {
    margin: 0
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none
}

:focus {
    color: #333;
    outline: #ccc solid 0px
}

.site-container {
  position: relative;
}

.site-header {
    background-color: #fff;
    min-height: 75px;
    max-height: 75px;
    position: fixed;
        top: 0;
    z-index: 1000;
        margin: 0 auto;
        width: 100%;
}

.logged-in .site-header {
  margin-top: 32px;
}
.site-header .wrap {
    padding: 0;
    background: #fff;
}

.title-area {
    float: left;
    width: 200px
}

/* .header-full-width .title-area {
    width: 100%
}  */

.site-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.2
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #333
}

.header-image .site-title>a {
    background: url(images/logo.png) left no-repeat;
    background-size: contain;
    float: left;
    min-height: 70px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5
}

.site-description,
.site-title {
    margin-bottom: 0
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px
}

.vc_col-has-fill>.vc_column-inner,
.vc_column_container>.vc_column-inner {
    padding-top: 35px
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 100%;
}

#blog-header-wrapper {
    width: 100%;
    margin: 75px auto 20px 0;
    padding-bottom: 25px;
    min-height: 326px
}

#blog-header-wrapper #blog-header-content {
    z-index: 2!important
}

.vc-tagging-background-bg {
    top: 0;
    position: absolute!important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1!important
}

.tagging-bg-el {
    background: url(https://s3.amazonaws.com/wootric-marketing/wp-content/uploads/2016/05/blog-header.jpg) center 549px;
    background-size: 1920px auto
}

#blog-header-wrapper #blog-h1-wrapper {
    margin-bottom: 15px
}

#blog-header-wrapper #blog-sub-wrapper {
    margin-bottom: 25px
}

#blog-header-wrapper h1 {
    text-transform: none;
    margin-bottom: 0;
    margin-top: 25px
}

#blog-header-wrapper .wpb_content_element {
    margin-bottom: 35px
}

form #newsletter-input {
    width: 300px;
    margin-right: 7px;
    padding: 12px 15px
}

form #blog-header-submit {
    background-color: #379da2;
    width: auto;
    padding: 12px 15px;
    font-weight: 300
}

.content .entry,
.nav-primary,
.nav-secondary,
body.custom-background.single {
    background-color: #fff
}

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left
}

.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 30px 24px
}

.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover {
    color: #c3251d;
    text-decoration: underline
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99
}

.genesis-nav-menu .menu-item:hover>.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu,
.menu .menu-item>a:focus+ul.sub-menu {
    left: auto;
    opacity: 1
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word
}

.genesis-nav-menu .menu-item:hover,
.menu .menu-item:focus {
    position: static
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -55px 0 0 199px
}

.genesis-nav-menu>.first>a {
    padding-left: 0
}

.genesis-nav-menu>.last>a {
    padding-right: 0
}

.genesis-nav-menu>.right {
    color: #fff;
    float: right;
    list-style-type: none;
    padding: 30px 0
}

.genesis-nav-menu>.right>a {
    display: inline;
    padding: 0
}

.genesis-nav-menu>.rss>a {
    margin-left: 48px
}

.genesis-nav-menu>.search {
    padding: 10px 0 0
}

.site-header .sub-menu {
    border-top: 1px solid #eee
}

.site-header .sub-menu .sub-menu {
    margin-top: -56px
}

.site-header .genesis-nav-menu li li {
    margin-left: 0
}

.nav-primary .genesis-nav-menu a {
    color: #ccc;
    text-decoration: none
}

.nav-primary .genesis-nav-menu .current-menu-item>a,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu a:hover {
    color: #fff;
    text-decoration: underline
}

.nav-primary .genesis-nav-menu .sub-menu a {
    color: #333
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
    color: #c3251d;
    text-decoration: underline
}

.entry {
    margin-bottom: 0;
    padding: 0
}

.single .entry {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 20px
}

.entry-content ol>li {
    list-style-type: decimal;
    margin-bottom: 10px
}

.entry-content ul>li {
    list-style-type: disc;
    margin-bottom: .8em
}

.recent-posts-widget ul>li {
    list-style-type: none;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-size: .8em
}

.entry-content ol ol,
.entry-content ul ul,
p.entry-meta {
    margin-bottom: 0
}

.recent-posts-widget ul {
    margin-left: 0
}

.entry-content code {
    background-color: #333;
    color: #ddd
}

.gch-header-image-inner img {
    max-width: 700px;
    width: 100%
}

p.entry-meta {
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif
}

.entry-header .entry-meta {
    margin-bottom: 24px
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    padding-top: 24px
}

.entry-categories,
.entry-tags {
    display: block
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px
}

.entry-comments-link {
    display: none
}

.pagination {
    clear: both;
    margin: 40px 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;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none
}

.archive-pagination .active a,
.archive-pagination li a:focus,
.archive-pagination li a:hover {
    background-color: #c3251d;
    text-decoration: underline
}

#disqus_thread {
    max-width: 700px;
    margin: auto
}

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
    max-width: 840px;
    margin-right: auto;
    margin-left: auto
}

.entry-comments {
    padding: 40px
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: 0
}

.comment-content {
    clear: both
}

.comment-list li {
    margin-top: 24px;
    padding: 32px
}

.comment-list li li {
    margin-right: -32px
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px
}

.entry-pings .reply,
.page-id-2892 .nav-primary {
    display: none
}

.entry-comments .comment-author {
    margin-bottom: 0
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px
}

.sidebar {
    font-size: 16px;
    font-size: 1.6rem
}

.sidebar li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
    margin-bottom: 0
}

.sidebar .widget {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px
}

.footer-widgets {
    background-color: #5e777f;
    clear: both;
    padding-top: 40px
}

.footer-widgets,
.footer-widgets a {
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    font-weight: 300
}

.footer-widgets input {
    border: 1px solid #333
}

.footer-widgets a.button,
.footer-widgets a:focus,
.footer-widgets a:hover {
    color: rgba(255, 255, 255, .5)
}

.footer-widgets li {
    border-bottom: 0;
    margin-bottom: 6px;
    padding-bottom: 6px
}

.footer-widgets .widget {
    margin-bottom: 40px
}

.footer-widgets p:last-child {
    margin-bottom: 0
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px
}

.footer-widgets-1 {
    margin-right: 60px
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left
}

.footer-widgets-3 {
    float: right
}

.page-id-2892 .footer-widgets {
    padding-left: 0;
    padding-right: 0;
    display: none
}

.page-id-2892 .site-inner {
    margin: 0 auto;
    max-width: 900px
}

.site-footer {
    background-color: #5e777f;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 40px 0;
    text-align: left;
    color: #fff
}

.site-footer p {
    margin-bottom: 0
}

@media only screen and (min-width:1201px) {
    .mobile-only {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .wrap {
        max-width: 960px;
        padding-left: 5%
    }
    .site-inner {
    padding-top:75px;
    }
    .hide-mobile {
        display: none
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px
    }
    .content,
    .site-header .widget-area {
        width: 620px
    }
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: 400px
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 300px
    }
    .footer-widgets-1 {
        margin-right: 30px
    }
        .site-title {
      width: 180px;
    }
    .header-image .site-title>a {
    min-height: 41px;
     }
    .site-header .ubermenu-responsive-toggle {
    padding: 0px 20px ! important;
    }
    #ubermenu-main-50.ubermenu-main {
    float: none;
    width: 100%;
    clear: both;
    }
        .site-header .wrap {
        padding: 15px 20px;
    }
     #wpadminbar { display: none;}
 body.logged-in { margin-top: -32px ! important;}
 .logged-in .site-header {
      margin-top: 0px ! important;
    }
}

@media only screen and (max-width:960px) {
    .site-inner,
    .wrap {
        max-width: 800px
    }
    .vc_grid-item-zone-c-right .vc_gitem-animated-block,
    .vc_grid-item-zone-c-right .vc_gitem-zone-c {
        width: 100%!important
    }
    .vc_responsive .vc_grid-filter-select {
        display: none!important
    }
    .genesis-nav-menu li.right,
    .hide-mobile {
        display: none
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .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 {
        width: 100%
    }
    .header-image .site-title>a {
        background-position: center top
    }
    .genesis-nav-menu li,
    .site-header .search-form,
    .site-header ul.genesis-nav-menu {
        float: none
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .search-form,
    .site-header .title-area {
        text-align: center
    }
    .genesis-nav-menu a,
    .genesis-nav-menu>.first>a,
    .genesis-nav-menu>.last>a {
        padding: 20px 16px
    }
    .site-header .search-form {
        margin: 16px auto
    }
    .footer-widgets-1 {
        margin-right: 0
    }
}

@media only screen and (max-width:760px) {
    h1,
    h2,
    h3,
    h4 {
        letter-spacing: -.05em
    }
    body {
        background-color: #fff;
        font-size: 16px;
        font-size: 1.6rem
    }
    .single .entry-title {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 45px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        color: #4a4a4a;
        padding-top: 20px
    }
    .beaconDemo,
    .hide-mobile {
        display: none
    }
    .site-inner,
    .wrap {
        padding-left: 2.5%;
        padding-right: 2.5%
    }
    h1 {
        font-size: 4rem
    }
    h2 {
        font-size: 2.5rem
    }
    input,
    select,
    textarea {
        margin-bottom: 6px;
        width: 100%
    }
    .button,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        width: 100%
    }
    #hmenu_load_1 .hmenu_navigation_holder>ul li a .hmenu_nav_uni_6 span {
        background-color: #fff!important;
        color: #8ac154!important;
        border-radius: 0;
        padding: 0;
        margin-left: 0
    }
    #hmenu_load_1 .hmenu_navigation_holder>ul li a:hover .hmenu_nav_uni_6 span {
        background-color: #fff!important
    }
    #hmenu_load_1 .hmenu_navigation_holder>ul li a .hmenu_nav_uni_5 span {
        background-color: #fff!important;
        color: grey!important;
        border-radius: 0;
        padding: 0;
        margin-left: 0;
        border: 0
    }
    #hmenu_load_1 .hmenu_navigation_holder>ul li a:hover .hmenu_nav_uni_5 span {
        background-color: #fff!important
    }
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget,
    .site-header {
        padding: 0
    }
    .archive-pagination li a {
        margin-bottom: 4px
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%
    }
    .sidebar .widget.enews-widget {
        padding: 40px
    }
    form #newsletter-input {
        margin-bottom: 30px
    }
    #blog-header-wrapper {
        padding-bottom: 10px
    }
    #blog-sub-wrapper h5 {
        line-height: 1.5
    }
    ::-webkit-input-placeholder {
        text-align: center
    }
    :-moz-placeholder {
        text-align: center
    }
    ::-moz-placeholder {
        text-align: center
    }
    :-ms-input-placeholder {
        text-align: center
    }
}
@media (max-width: 600px) {
 #wpadminbar { display: none;}
 body.logged-in { margin-top: -46px ! important;} 
 .logged-in .site-header {
      margin-top: 0px ! important;
    }
}
@media (max-width: 400px) {
  .title-area {
        width: 180px
    }
}

@media print {
    .site-title>a,
    a,
    a:visited {
        text-decoration: none
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img {
        page-break-after: avoid;
        page-break-inside: avoid
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        orphans: 3;
        widows: 3
    }
    blockquote,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    pre,
    table,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .site-title>a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 2cm .5cm
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    .content,
    .content-sidebar {
        width: 100%
    }
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar,
    button,
    input,
    select,
    textarea {
        display: none!important
    }
    .title-area {
        text-align: center;
        width: 100%
    }
    .site-title>a {
        margin: 0;
        text-indent: 0
    }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px
    }
    .author-box {
        margin-bottom: 0
    }
    dl,
    ol,
    ul {
        page-break-before: avoid
    }
}
.gch-header-image {
    text-align: center;
}
.skinny-row {
    max-height: 52px !important;
    height: 52px;
    padding: 0;
    margin: 0;
    display: inline-table;
}
#skinny-row {
    max-height: 52px !important;
    height: 52px;
    padding: 0;
    margin: 0;
    display: inline-table;
}