html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: baseline
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

nav {
    -ms-word-break: keep-all;
    word-break: keep-all
}

:link:focus,
:visited:focus {
    outline: none;
    text-decoration: none
}

*,
a:focus {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    outline-color: transparent
}
*:focus,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    outline-color: transparent
}

body {
    background-color: #eaeaea;
    font-family: helvetica, arial, sans-serif;
    overflow-x: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 15px 30px;
    line-height: 1.42857143;
    vertical-align: top
}

table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border-left: 1px solid #e8e8e8
}

table>thead>tr>th,
table>tbody>tr>th,
table>tr>th {
    background: #87af24;
    color: #fff
}

table>thead>tr>th a:visited,
table>tbody>tr>th a:visited,
table>tr>th a:visited,
table>thead>tr>th a:link,
table>tbody>tr>th a:link,
table>tr>th a:link {
    color: #fff
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

blockquote:before,
blockquote:after {
    content: ""
}

q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none
}

a img {
    border: 0
}

::-webkit-input-placeholder {
    color: #d9d9d9
}

:-moz-placeholder {
    color: #d9d9d9;
    opacity: 1
}

::-moz-placeholder {
    color: #d9d9d9;
    opacity: 1
}

:-ms-input-placeholder {
    color: #d9d9d9
}

::-moz-selection {
    color: #fff;
    background: #9fbf50
}

::selection {
    color: #fff;
    background: #9fbf50
}

ol li {
    list-style: lower-alpha
}

ul li {
    list-style-image: url("images/list-style-2.png")
}

ol li, ul li{
    font-size: 16px;
    margin-top:10px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px
}

ul,
ol {
    margin: 0 0 15px 30px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 30px
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

table caption {
    padding-bottom: 20px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    margin-bottom: 15px
}

.post-edit-link {
    padding: 10px 30px;
    background: #87af24;
    display: block;
    color: #fff;
    font-family: 'arial', arial, georgia, sans-serif;
    border: 0;
    font-weight: 400;
}

.post-edit-link:visited {
    padding: 10px 30px;
    background: #87af24;
    display: block;
    color: #fff;
    font-family: 'arial', arial, georgia, sans-serif;
    border: 0;
    font-weight: 400;
}

button {
    padding: 10px 30px;
    background: #87af24;
    display: block;
    color: #fff;
    font-family: 'arial', arial, georgia, sans-serif;
    border: 0;
    font-weight: 400;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 10px 30px;
    background: #87af24;
    display: block;
    color: #fff;
    font-family: 'arial', arial, georgia, sans-serif;
    border: 0;
    font-weight: 400;
}

.edit-link {
    display: block;
    border-top: 1px solid #e1e1e1;
    margin-top: 30px
}

.edit-link .post-edit-link {
    display: block;
    float: right;
    width: 100px;
    text-align: center;
    margin-top: -2px;
    color: #fff
}

.edit-link .post-edit-link:visited {
    display: block;
    float: right;
    width: 100px;
    text-align: center;
    margin-top: -2px;
    color: #fff
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

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

.post-edit-link {
    color: #d6d6d6;
    border: 0;
    width: 100%;
    border: 1px solid #f0f0f0;
    font-size: 14px
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    border: 0;
    width: 100%;
    border: 1px solid #f0f0f0;
    font-size: 14px
}

textarea {
    color: #d6d6d6;
    border: 0;
    width: 100%;
    border: 1px solid #f0f0f0;
    font-size: 14px
}

.post-edit-link {
    color: #111
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    color: #111
}

textarea:focus {
    color: #111
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 12px 20px;
    font-family: 'arial', arial, georgia, serif;
    background: #f9fafc;
    font-weight: 400;
}

textarea {
    padding: 12px 20px;
    font-family: 'arial', arial, georgia, serif;
    background: #f9fafc;
    font-weight: 400;
    overflow: auto;
    vertical-align: top;
    width: 100%
}

a {
    color: #87af24
}

a:hover,
a:focus,
a:active {
    color: #7CA120
}

a:visited {
    color: #a560b2
}

a:focus {
    color: #7CA120
}

.do-ajax-paging {
    overflow: hidden;
    background: #222;
    padding: 20px;
    text-align: center
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    overflow: hidden;
    background: #222;
    padding: 20px;
    text-align: center
}

.do-ajax-paging {
    display: block;
    width: 100%
}

.single .post-navigation {
    margin-bottom: 30px
}

.single .post-navigation .mobile-separator {
    display: block;
    height: 1px;
    background: #ccc;
    margin: 15px -20px
}

.site-main .comment-navigation a,
.site-main .paging-navigation a,
.site-main .post-navigation a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'arial', arial, georgia, serif;
    font-family: 400;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
    display: inline-block;
    margin-right: 20px
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
    display: inline-block;
    margin-left: 20px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

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

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.clear:before,
.clear:after {
    content: "";
    display: table
}

.entry-content:before,
.entry-content:after {
    content: "";
    display: table
}

.comment-content:before,
.comment-content:after {
    content: "";
    display: table
}

.site-header:before,
.site-header:after {
    content: "";
    display: table
}

.site-content:before,
.site-content:after {
    content: "";
    display: table
}

.site-footer:before,
.site-footer:after {
    content: "";
    display: table
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.sticky {
    display: block
}

.hentry {
    margin: 0 0 1.5em
}

.category .entry-post .single-featured-image,
.tag .entry-post .single-featured-image {
    margin-bottom: 0;
    overflow: hidden
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.entry-content,
.entry-summary {
    display: block;
    margin: 1.5em 0 0
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

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

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    padding: 0.8075em 0;
    font-family: 'arial', arial, georgia, serif;
    font-weight: 400;
    background-color: #f8f8f8
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-item figcaption {
    margin-bottom: 20px
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.comment-reply-link {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out
}

.tagcloud a {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    background-color: #515150;
    display: block;
    font-size: 12px !important;
    color: #fff;
    padding: 5px 10px;
    float: left;
    margin: 0 5px 5px 0
}

.comment-reply-link:hover {
    color: #fff;
    background-color: #87af24
}

.tagcloud a:hover {
    background-color: #87af24
}

.role-subscriber #wpadminbar {
    display: none
}

.error-404 {
    text-align: center
}

.error404 #content {
    padding-top: 60px
}

.error-404 h1 {
    font-size: 4em;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1em;
    margin-top: 1em
}

.error-404 h2 {
    font-size: 8em;
    font-weight: 700;
    margin-bottom: 0.2em;
    margin-top: 5%
}

.error-404 h3 {
    font-size: 1.2em;
    font-weight: 400;
    color: #727272;
    margin-bottom: 3em
}

@media (min-width: 550px) {
    .error-404 h2 {
        font-size: 12em
    }
}

@media (min-width: 768px) {
    .error-404 h2 {
        font-size: 18em
    }
}

#page {
    overflow-x: hidden
}

#page.fluid {
    max-width: 1632px;
    margin: 0 auto
}

#page.boxed {
    max-width: 1275px;
    margin: 0 auto;
    overflow-x: hidden;
    width: 95%
}

.compress {
    margin: 0 auto;
    max-width: 400px
}

body .vertical-sepator,
.widget .vertical-sepator {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px
}

body .lowercase,
.widget .lowercase {
    text-transform: lowercase
}

body .uppercase,
.widget .uppercase {
    text-transform: uppercase
}

body .capitalize,
.widget .capitalize {
    text-transform: capitalize
}

body .normalise-text-transform,
.widget .normalise-text-transform {
    text-transform: none
}

body .rm-mg,
.widget .rm-mg {
    margin: 0
}

body .rm-mg-bottom,
.widget .rm-mg-bottom {
    margin-bottom: 0
}

body .rm-mg-top,
.widget .rm-mg-top {
    margin-top: 0
}

body .rm-mg-left,
.widget .rm-mg-left {
    margin-left: 0
}

body .rm-mg-right,
.widget .rm-mg-right {
    margin-right: 0
}

body .rm-padding-left,
.widget .rm-padding-left {
    padding-left: 0
}

body .rm-padding-right,
.widget .rm-padding-right {
    padding-right: 0
}

body ul.no-list li,
body li.no-list,
.widget ul.no-list li,
.widget li.no-list {
    list-style: none;
    list-style-image: none !important
}

body .center,
.widget .center {
    text-align: center;
    display: block;
    margin: 0 auto
}

.body-color,
body,
button,
input,
select,
textarea {
    color: #777;
    font-size: 13px;
    line-height: 1.53846;
    margin-bottom: 1.53846em;
    margin-bottom: 0
}

@media (max-width: 808px) {
    .body-color,
    body,
    button,
    input,
    select,
    textarea {
        line-height: 140%
    }
}

.headlings {
    font-family: 'arial', arial, georgia, serif;
    font-weight: 700;
}

.headings,
.comment-date,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    clear: both;
    font-family: "arial black", arial, serif;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222
}

h1 {
    font-size: 26px;
    line-height: 0.76923;
    margin-bottom: 0.76923em
}

@media (max-width: 808px) {
    h1 {
        line-height: 140%
    }
}

h1.entry-title {
    line-height: 120%;
    font-size: 50px;
}

#reply-title,
h2,
.h2 {
    font-size: 22px;
    line-height: 0.90909;
    margin-bottom: 0.90909em
}

@media (max-width: 808px) {
    #reply-title,
    h2,
    .h2 {
        line-height: 140%
    }
}

h3,
.h3 {
    font-size: 19px;
    line-height: 1.05263;
    margin-bottom: 1.05263em
}

@media (max-width: 808px) {
    h3,
    .h3 {
        line-height: 140%
    }
}

h4,
.h4 {
    font-size: 17px;
    line-height: 1.17647;
    margin-bottom: 1.17647em
}

@media (max-width: 808px) {
    h4,
    .h4 {
        line-height: 140%
    }
}

h5,
.h5 {
    font-size: 14px;
    line-height: 1.42857;
    margin-bottom: 1.42857em
}

@media (max-width: 808px) {
    h5,
    .h5 {
        line-height: 140%
    }
}

h6 {
    font-size: 13px;
    line-height: 1.53846;
    margin-bottom: 1.53846em
}

@media (max-width: 808px) {
    h6 {
        line-height: 140%
    }
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-top: 15px;
    margin-bottom: 15px
}

ul ul:empty,
ol ul:empty,
ul ol:empty,
ol ol:empty {
    display: none
}

p {
    margin-bottom: 1.5em
}

b,
strong {
    font-weight: bold
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    padding: 0 1.5em;
    border-left: 2px solid #87af24;
    margin-bottom: 1.5em;
    color: #bbb;
    font-size: 88%
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.33333;
    margin-bottom: 1.33333em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

@media (max-width: 808px) {
    pre {
        line-height: 140%
    }
}

code,
kbd,
tt,
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

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

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

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 85%
}

big {
    font-size: 125%
}

#masthead {
    background: #fff;
    position: relative;
    z-index: 16
}

#header-left {
    background-color: #fff;
    border-bottom: 4px solid #9fbf50
}

#header-left .search-field {
    margin-bottom: 0;
    background: #fff;
    box-shadow: inset 0 -10px 10px -14px #e5e5e5;
    -moz-box-shadow: inset 0 -10px 10px -14px #e5e5e5;
    -webkit-box-shadow: inset 0 -10px 10px -14px #e5e5e5;
    margin-left: -1px;
    font-family: montserrat;
    font-size: 12px;
    width: 101%;
    border-right: 0;
    padding: 15px 25px;
    line-height: 15px
}

#header-left .glyphicon-search {
    font-size: 19px
}

#header-left .input-group-addon {
    padding: 6px 16px
}

#header-left .site-branding {
    text-align: center;
    max-height: 216px;
    display: table;
    width: 100%
}

#header-left .site-branding img#site-logo {
    position: relative;
    max-height: 155px;
    width: 190px;
    max-width: 100%;
    margin-top: -5px
}

#header-left .site-branding.no-search {
    padding-top: 44px
}

@media (min-width: 0) and (max-width: 480px) {
    #masthead {
        position: relative !important
    }
    #main-header {
        height: auto
    }
    #main-header #menu-strip {
        background: rgba(0, 0, 0, 0.5);
        height: 54px;
        position: absolute
    }
}

#site-logo-container {
    height: 170px;
    vertical-align: middle;
    display: table-cell
}

.news-section-scroll-nav a {
    color: #fff
}

.news-section-scroll-nav a:visited,
.news-section-scroll-nav a:hover {
    color: #fff
}

#news-section-label h5 {
    color: #fff
}

#header-right {
    color: #fff;
    background-color: #222;
    display: inline-block;
    border-bottom: 4px solid #9fbf50
}

#header-right #news-section {
    background: #000
}

#header-right #news-section-label {
    text-align: center;
    padding: 10px 0
}

#header-right #news-section-feed {
    padding: 10px 0
}

#header-right #news-section-label h5 {
    line-height: 20px;
    font-size: 11px
}

#header-right #news-section-feed {
    line-height: 20px;
    font-size: 12px;
    background: #404040;
    color: #c7c7c7
}

#header-right .news-section-feed-title-link {
    max-height: 42px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

#header-right span.news-section-feed-title-link {
    color: #c7c7c7
}

#header-right #banner-ad {
    text-align: center;
    padding: 30px 0 0;
    max-width: 728px;
    margin: 0 auto;
    min-height: 115px
}

#header-right #banner-ad img,
#header-right #banner-ad iframe {
    max-width: 100%
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    min-height: 60px
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation li {
    float: left;
    position: relative;
    list-style: none
}

.main-navigation li>a {
    display: block;
    text-decoration: none
}

.main-navigation li.menu-item-has-children>a .fa {
    font-size: 13.9px;
    margin-left: 5px
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 66px;
    left: -999em;
    z-index: 999
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul li:hover>ul {
    left: auto
}

.main-navigation ul ul li:hover>ul {
    left: 100%
}

.nav-menu ul.sub-menu {
    border-bottom: 4px solid #9fbf50
}

.nav-menu ul.sub-menu>li>a {
    background: #fff;
    font-family: 'arial', arial, georgia, serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #222;
    font-size: 14px;
    width: 224px;
    padding: 5px 20px;
    border-bottom: 0
}

.nav-menu ul.sub-menu>li>p {
    background: #fff;
    font-size: 14px;
    width: 224px;
    padding: 20px 20px 10px;
    border-bottom: 0;
    margin-bottom: 0
}

.nav-menu ul.sub-menu>li:first-child>a {
    padding-top: 20px
}

.nav-menu ul.sub-menu>li:last-child>a {
    padding-bottom: 20px
}

.nav-menu ul.sub-menu::after {
    content: " ";
    display: block;
    clear: both
}

.nav-menu ul.sub-menu li a:hover {
    background: #fff;
    color: #9fbf50
}

.nav-menu ul.sub-menu li.current_page_item>a,
.nav-menu ul.sub-menu li.current-menu-item>a {
    color: #9fbf50
}

.nav-menu>li.menu-item-has-children:hover>a::before {
    content: " ";
    width: 0;
    height: 0;
    border-top: 10px solid #9fbf50;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0px solid transparent;
    display: block;
    position: absolute;
    margin-bottom: -14px;
    bottom: 0;
    z-index: 9999;
    left: 40%
}

.nav-menu>li>a {
    text-transform: uppercase;
    font-family: 'arial', arial, georgia, serif;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
    padding: 20px;
    position: relative;
    bottom: -4px
}

.nav-menu>li>a {
    position: relative;
    z-index: 9999;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out
}

.nav-menu>li:first-child>a {
    border-bottom-color: #ee3440
}

.nav-menu>li.current_page_item:first-child>a,
.nav-menu>li.current-menu-item:first-child>a,
.nav-menu>li.current-menu-ancestor:first-child>a {
    background-color: #ee3440
}

.nav-menu>li:first-child a:hover {
    background-color: #ee3440
}

.nav-menu>li:first-child.menu-item-has-children:hover>a::before {
    border-top-color: #ee3440
}

.nav-menu>li:nth-child(2)>a {
    border-bottom-color: #ea4c89
}

.nav-menu>li.current_page_item:nth-child(2)>a,
.nav-menu>li.current-menu-item:nth-child(2)>a,
.nav-menu>li.current-menu-ancestor:nth-child(2)>a {
    background-color: #ea4c89
}

.nav-menu>li:nth-child(2) a:hover {
    background-color: #ea4c89
}

.nav-menu>li:nth-child(2).menu-item-has-children:hover>a::before {
    border-top-color: #ea4c89
}

.nav-menu>li:nth-child(3)>a {
    border-bottom-color: #00aed7
}

.nav-menu>li.current_page_item:nth-child(3)>a,
.nav-menu>li.current-menu-item:nth-child(3)>a,
.nav-menu>li.current-menu-ancestor:nth-child(3)>a {
    background-color: #00aed7
}

.nav-menu>li:nth-child(3) a:hover {
    background-color: #00aed7
}

.nav-menu>li:nth-child(3).menu-item-has-children:hover>a::before {
    border-top-color: #00aed7
}

.nav-menu>li:nth-child(4)>a {
    border-bottom-color: #fc4f33
}

.nav-menu>li.current_page_item:nth-child(4)>a,
.nav-menu>li.current-menu-item:nth-child(4)>a,
.nav-menu>li.current-menu-ancestor:nth-child(4)>a {
    background-color: #fc4f33
}

.nav-menu>li:nth-child(4) a:hover {
    background-color: #fc4f33
}

.nav-menu>li:nth-child(4).menu-item-has-children:hover>a::before {
    border-top-color: #fc4f33
}

.nav-menu>li:nth-child(5)>a {
    border-bottom-color: #a560b2
}

.nav-menu>li.current_page_item:nth-child(5)>a,
.nav-menu>li.current-menu-item:nth-child(5)>a,
.nav-menu>li.current-menu-ancestor:nth-child(5)>a {
    background-color: #a560b2
}

.nav-menu>li:nth-child(5) a:hover {
    background-color: #a560b2
}

.nav-menu>li:nth-child(5).menu-item-has-children:hover>a::before {
    border-top-color: #a560b2
}

.nav-menu>li>a,
.nav-menu>li:last-child>a {
    border-bottom-color: #9fbf50
}

.nav-menu>li.current_page_item:last-child>a,
.nav-menu>li.current-menu-item:last-child>a,
.nav-menu>li.current_page_item>a,
.nav-menu>li.current-menu-item>a,
.nav-menu>li.current-menu-ancestor:last-child>a,
.nav-menu>li>a:hover {
    background-color: #9fbf50
}

.nav-menu>li:last-child a:hover {
    background-color: #9fbf50
}

.nav-menu>li:last-child.menu-item-has-children:hover>a::before {
    border-top-color: #9fbf50
}

.menu-toggle {
    display: none
}

.site-info {
    background-color: #87af24;
    padding: 35px 60px;
    font-family: 'arial', arial, georgia, serif;
    font-weight: 400;
    color: #fff
}

.site-info a {
    color: #fff
}

.site-info a:visited {
    color: #fff
}

#footer-widgets {
    background: #2f3438;
    padding: 0 60px 50px 60px
}

#footer-widgets .widget {
    background-color: transparent;
    color: #ddd;
    padding: 50px 0 0 15px;
    margin-right: -6px
}

#footer-widgets .widget a {
    color: #ddd
}

#footer-widgets .widget a:hover {
    color: #ddd
}

#footer-widgets .widget a:visited {
    color: #ddd
}

#footer-widgets .widget .footer-widget-title {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 0 20px 0;
    border-top: 2px solid #6e7071;
    margin-bottom: 0;
    letter-spacing: 0.65px;
    color: #fff
}

#footer-widgets .nh-footer-5 .widget .footer-widget-title,
#footer-widgets .nh-footer-6 .widget .footer-widget-title,
#footer-widgets .nh-footer-7 .widget .footer-widget-title {
    border-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #6e7071
}

#footer-widgets .nh-footer-2 .date,
#footer-widgets .nh-footer-2 .single-post-category .uppercase span,
#footer-widgets .nh-footer-2 .widget-recent-post h6 a {
    font-family: arial, helvetica, sans-serif
}

#footer-widgets .nh-footer-2 .single-post-category .uppercase span,
#footer-widgets .nh-footer-2 .widget-recent-post h6 a {
    font-weight: bold
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6,
#footer-widgets .widget {
    color: #ddd
}

.vertical-sepator {
    line-height: 1em
}

.hs-form .actions {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

@media (max-width: 599px) and (min-width: 0px) {
    #colorbox {
        width: 100% !important
    }
    #cboxWrapper,
    #cboxContent {
        width: 90% !important
    }
    #cboxLoadedContent {
        width: 100% !important
    }
}

.site-footer #copyright {
    text-align: left
}

@media (min-width: 768px) {
    .site-footer #copyright {
        float: right;
        text-align: right
    }
}

.tp_recent_tweets span,
.tp_recent_tweets a,
.widget_tag_cloud .tagcloud a {
    font-family: arial, sans-serif;
    word-break: break-word
}

#page-heading {
    padding: 30px 60px;
    margin-bottom: 60px;
    background: #f8f8f8
}

#page-heading h1.entry-title {
    margin: 0;
    font-size: 16px
}

#page-heading .breadcrumbs {
    font-family: 'Montserrat', 'sans-serif';
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    margin-top: 0
}

#page-heading .breadcrumbs a {
    font-family: 'Montserrat', 'sans-serif';
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    margin-top: 0
}

.page .entry-content {
    margin: 0
}

@media screen and (min-width: 992px) {
    .page .has-cta #primary {
        min-height: 800px
    }
}

#video-carousel ul.row {
    padding: 0;
    margin-left: -12px;
    margin-right: -12px
}

.news-hub-entries {
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    list-style: none;
    max-width: 1200px
}

@media (min-width: 768px) {
    .news-hub-entries {
        margin-left: auto;
        margin-right: auto
    }
}

.news-hub-entries-list {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    list-style: none
}

.news-hub-entries-list .sticky {
    padding: 8px;
    background: #9FBF50
}

.entry-content .news-hub-entries-list a.zilla-likes {
    color: #fff;
    padding: 0;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
    display: block
}

.entry-content .news-hub-entries-list a.zilla-likes:hover,
.entry-content .news-hub-entries-list a.zilla-likes:visited {
    color: #fff;
    padding: 0;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
    display: block
}

.news-hub-entries .hentry {
    margin-bottom: 0
}

.news-hub-entries .news-hub-entry {
    display: block
}

.news-hub-entries .news-hub-entry .entry-title {
    font-size: 22px !important;
    line-height: 24px !important;
    margin-bottom: 1.25em
}

.news-hub-entries .news-hub-entry .featured-image.gradient-bg::after {
    content: " ";
    display: block;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    transition: all .45s ease;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%)
}

.news-hub-entries .news-hub-entry .featured-image.gradient-bg:hover::after {
    background: -moz-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 25%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.85) 100%)
}

@media (min-width: 768px) {
    .news-hub-entries .masonry.single-post-thumbnail-entry-xs h5.entry-title {
        min-height: 40px
    }
}

.news-hub-entries-list .news-hub-entries-list-wrap {
    padding-right: 0;
    padding-left: 0
}

.news-hub-entry.entry-post-thumbnail h1.entry-title {
    font-size: 14px
}

.news-hub-entry .w-featured-readmore .pull-left h4,
.news-hub-entry h1.entry-title {
    font-size: 16px
}

.news-hub-entry .entry-list-avatar {
    position: absolute;
    z-index: 3;
    top: 24px;
    right: 30px;
    display: block
}

img.avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff
}

.news-hub-archive.top-stories .nh-bubble,
.news-hub-recent-articles .nh-bubble,
.news-hub-shortcode-latest-video .nh-bubble,
.news-hub-post-list li.post .single-post-category .nh-bubble,
.archive .entry-post .single-post-category .nh-bubble,
#featured-posts .single-post-category .nh-bubble {
    font-size: 11px;
    line-height: 10px;
    padding: 5px 7px 5px
}

.news-hub-entry.entry-post .single-post-category .nh-bubble {
    font-size: 11px;
    line-height: 10px;
    padding: 5px 7px;
    font-family: 'arial', arial, georgia, serif;
    font-weight: 700;
}

.news-hub-entry.entry-post .w-featured-image-details ul li {
    margin-left: 2px
}

.news-hub-entry.entry-post .w-featured-image-entry-header {
    padding: 30px;
    max-width: 100%
}

.news-hub-entry .w-featured-readmore {
    padding-top: 0;
    padding-bottom: 0
}

.page .site-main {
    padding-right: 30px
}

.single .site-main {
    padding-right: 30px
}

.single .sidebar-content .site-main {
    padding-left: 30px;
    padding-right: 0
}

.single .content-no-sidebar .site-main {
    padding-right: 0
}

.single .single-featured-image {
    margin-bottom: 0
}

.single .single-featured-image::before {
    content: " ";
    display: block;
    height: 200px;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%)
}

.single .single-featured-image .post-format-gallery .news-hub-image-zoom .fa-eye {
    top: 0;
    background: #444;
    padding: 10px;
    font-size: 16px;
    right: 0
}

.single .single-featured-image .post-format-gallery .news-hub-image-zoom .fa-eye:hover {
    background: #222
}

.single .single-featured-image .news-hub-image-zoom .fa-eye {
    position: absolute;
    top: 70px;
    display: none;
    z-index: 30
}

.single article.hentry.post.blog-single-page {
    padding-top: 45px;
    padding-right: 30px
}

.single article.hentry.post .entry-content {
    margin-top: 0
}

.single-post .w-featured-readmore {
    display: none;
    width: 100%
}

.news-hub-entry .w-featured-readmore {
    display: none;
    width: 100%
}

.news-hub-entry .w-featured-readmore a {
    color: #fff
}

#latest-videos-section .fa-angle-right,
#latest-videos-section .fa-angle-left {
    top: -1px;
    left: 1px
}

.news-hub-entry .w-featured-readmore .fa-angle-right {
    top: -1px;
    left: 1px
}

#latest-videos-section .nav-controls {
    margin-bottom: -15px;
    position: relative;
    top: -8px
}

#latest-videos-section .fa-angle-left {
    left: 0
}

.news-hub-entry .w-featured-readmore .pull-left h6 {
    margin-top: 8px
}

.entry-post.news-hub-entry .excerpt,
.featured-image::after {
    -webkit-transition: height .45s;
    transition: height .45s
}

.entry-post.news-hub-entry {
    -webkit-transition: height .45s;
    transition: height .45s
}

@media (min-width: 768px) {
    .entry-post.news-hub-entry:hover .excerpt {
        height: auto
    }
    .entry-post.news-hub-entry:hover .w-featured-readmore {
        display: block
    }
    .entry-post.news-hub-entry:hover .w-featured-image-details {
        display: none
    }
    .entry-post.news-hub-entry.entry-post-thumbnail:hover .w-featured-image-entry-header-categories,
    .entry-post.news-hub-entry.entry-post-thumbnail:hover .avatar {
        display: none
    }
    .entry-post.news-hub-entry.entry-post-thumbnail p,
    .entry-post.news-hub-entry.entry-post-thumbnail-hv-4 p {
        margin-bottom: 10px
    }
}

.entry-post.news-hub-entry .excerpt p {
    margin-bottom: 0
}

header.entry-header {
    margin-top: 30px
}

header.entry-header.no-featured-image {
    margin-top: -50px;
    margin-bottom: 30px
}

header.entry-header a.zilla-likes {
    color: #777
}

header.entry-header a.zilla-likes:visited,
header.entry-header a.zilla-likes:hover {
    color: #777
}

article.page,
.entry-post article.post,
.comments-area,
.entry-post .w-featured-image-entry-header {
    padding: 0 0 0 60px
}

.single-format-gallery .entry-post .gallery-carousel .w-featured-image-entry-header {
    margin: 0 0 0 60px;
    padding: 0;
    width: auto
}

.single.single-format-gallery .entry-post .w-featured-image-entry-header {
    width: auto
}

.content-no-sidebar article.page,
.content-no-sidebar .entry-post article.post,
.content-no-sidebar .comments-area,
.content-no-sidebar .entry-post .w-featured-image-entry-header {
    padding: 0 30px 0 60px
}

.sidebar-content article.page,
.sidebar-content .entry-post article.post,
.sidebar-content .comments-area,
.sidebar-content .entry-post .w-featured-image-entry-header {
    padding: 0 30px 0 30px
}

.entry-post .w-featured-image-entry-header {
    padding-right: 30px
}

.entry-post .featured-image {
    position: relative;
    overflow: hidden
}

.entry-post .entry-list-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    height: auto;
    max-width: 48px
}

.entry-post img.avatar {
    max-width: 48px;
    height: auto
}

.entry-post .entry-footer img.avatar {
    width: 100%;
    max-width: 112px
}

.entry-post .featured-image img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.entry-post .w-featured-image-entry-header {
    position: absolute;
    z-index: 5;
    bottom: 0
}

.page-template-page-authors .entry-post .news-hub-author-shortcode {
    max-width: none
}

.page-template-page-authors .entry-post img.avatar {
    max-width: 96px
}

.single .entry-post .w-featured-image-entry-header {
    bottom: 20px;
    width: 90%
}

@media (min-width: 768px) {
    .single .entry-post .w-featured-image-entry-header {
        width: 75%
    }
}

@media (min-width: 991px) {
    .single .entry-post .w-featured-image-entry-header {
        max-width: 1200px
    }
}

.entry-post .w-featured-image-entry-header {
    color: #fff
}

.entry-post .w-featured-image-entry-header h1 {
    color: #fff
}

.entry-post .w-featured-image-details ul {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0
}

.entry-post .w-featured-image-details ul li {
    float: left;
    margin-right: 15px;
    list-style: none;
    font-size: 12px
}

.entry-post .w-featured-image-details ul li:last-child {
    margin-right: 0
}

.entry-post .w-featured-image-details ul li .fa,
.entry-post .w-featured-image-details ul li .glyphicon {
    color: #09aeef
}

.entry-post.news-hub-entry.gradient-bg:hover .featured-image::after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 100%);
    opacity: 1
}

.entry-post .single-post-category a {
    color: #fff
}

.entry-post .single-post-category .nh-bubble {
    background: #09aeef;
    display: inline-block;
    font-size: 11px;
    font-family: 'arial', arial, georgia, serif;
    font-weight: 700;
    line-height: 10px;
    margin-bottom: 30px;
    position: relative;
    padding: 5px 7px;
    text-transform: uppercase;
    top: 5px
}

.news-hub-archive .entry-post .single-post-category .nh-bubble,
.news-hub-archive-result .entry-post .single-post-category .nh-bubble {
    margin-bottom: 5px
}

.entry-post .w-featured-image-details ul li .fa {
    color: #09aeef;
    margin-right: 5px
}

.entry-post .single-post-category .nh-bubble span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block
}

.archive .entry-post .single-post-category .nh-bubble span,
.single .entry-post .single-post-category .nh-bubble span {
    max-width: 100%
}

.entry-post .single-post-category .nh-non-bubble {
    color: #09aeef;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    position: relative
}

.entry-post .single-post-category .nh-bubble:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    content: ' ';
    border: solid transparent;
    border-width: 6px;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #09aeef;
    border-left-width: 0
}

.entry-post .w-featured-image-entry-header-categories {
    margin-left: 0;
    margin: 0
}

.entry-post .w-featured-image-details {
    font-family: 'Montserrat', sans-serif
}

.entry-post .w-featured-image-entry-header-categories li {
    float: left;
    margin-right: 15px;
    list-style: none
}

.entry-post #single-about-author {
    margin-bottom: 30px;
    border-bottom: 2px solid #ccc;
    color: #222
}

.entry-post #single-about-author h3 {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0;
    padding: 30px 0;
    border-bottom: 2px solid #87af24
}

.entry-post .excerpt {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative
}

.entry-post .entry-footer h3 a {
    color: #777
}

.entry-post .entry-footer img.avatar {
    border-radius: 50%
}

@media (min-width: 0) and (max-width: 768px) {
    .home .entry-post .excerpt {
        height: auto;
        margin-bottom: 15px
    }
}

@media (min-width: 0) and (max-width: 550px) {
    .home #latest-videos-content .entry-post .excerpt {
        height: 0
    }
}

#featured-posts {
    margin-bottom: 65px
}

#featured-posts .hentry {
    margin: 0
}

#featured-posts .carousel-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: rgba(0, 0, 0, 0.65)
}

#featured-posts .carousel-inner .post:before {
    content: " ";
    display: block;
    height: 200px;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%)
}

#featured-posts .author-section {
    line-height: 1px;
    margin-top: 14px;
    margin-left: 12px
}

#featured-posts .date-section {
    line-height: 1px;
    margin-top: 14px;
    margin-left: 12px;
    margin-top: 17px;
    font-size: 12px
}

#featured-posts .date-section .fa {
    margin-right: 3px
}

#featured-posts .wp-post-image {
    width: 100%;
    height: auto
}

.news-hub-entries-list .news-hub-subscription .widget {
    padding: 0;
    margin: 0;
    background: none
}

.news-hub-entries-list .widget.widget_mc4wp_widget form.mc4wp-form {
    margin: 0;
    padding: 20px 30px;
    width: 100%;
    z-index: 20;
    top: 0
}

.news-hub-entries-list .newshub-subscription-form-wrap {
    position: relative;
    overflow: hidden;
    border: 4px solid #212121
}

.news-hub-entries-list .news-hub-subscription {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20
}

.news-hub-entries-list .widget.widget_mc4wp_widget form.mc4wp-form {
    border: none
}

.news-hub-entries-list .newshub-subscription-form-wrap-bg {
    position: relative;
    z-index: 10
}

#latest-videos-section {
    background-color: #87af24;
    padding: 20px;
    margin-bottom: 45px
}

#latest-videos-section h4 {
    margin-bottom: 0
}

.news-hub-entry .entry-list-play-icon {
    position: absolute;
    z-index: 3;
    top: 24px;
    left: 30px;
    display: block
}

.news-hub-entry .video-entry-title {
    max-height: 38px;
    overflow: hidden
}

.news-hub-entry.video .fa-circle-thin {
    font-size: 40px
}

.news-hub-entry.video .fa-play {
    left: 2px;
    top: 2px;
    font-size: 14px
}

.video-likes-views {
    position: absolute;
    right: 30px
}

.news-hub-entry.entry-post.video .long.entry-title {
    display: none
}

.news-hub-entry.entry-post.video:hover .long.entry-title {
    display: block
}

.news-hub-entry.entry-post.video:hover .short.entry-title {
    display: none
}

.news-hub-entry.entry-post.video .w-featured-image-details ul li {
    margin-left: 10px;
    margin-right: 0
}

.news-hub-entry.entry-post.video:hover .entry-list-play-icon {
    display: none
}

.news-hub-entry.entry-post.video .w-featured-readmore h6 {
    margin-top: 12px
}

#video-carousel {
    margin-bottom: 30px
}

#video-carousel article,
#video-carousel li.news-hub-entries-list,
#video-carousel ul {
    margin: 0
}

#news-hub-the-audio iframe {
    margin-bottom: -30px
}

.post-format-audio-play {
    position: relative;
    margin-bottom: 30px;
    top: -12px
}

.post-format-audio-play .fa-stack {
    width: 60px;
    height: 20px
}

.post-format-audio-play .fa-circle-thin {
    font-size: 64px
}

.post-format-audio-play .fa-music {
    font-size: 22px;
    margin-top: 10px
}

.post-format-video-play {
    position: absolute;
    top: 30px;
    left: 60px;
    z-index: 9
}

.post-format-video-play a {
    color: #fff;
    opacity: 0.8
}

.post-format-video-play a:hover {
    opacity: 1
}

.post-format-video-play a .fa-circle-thin {
    font-size: 4em
}

.post-format-video-play a .fa-play {
    top: 16px;
    left: 15px;
    font-size: 1.2em
}

.wp-video-shortcode.mejs-video {
    max-width: 100%;
    margin-bottom: 15px
}

.single .article-sharer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 50px;
    position: fixed;
    top: 40%;
    left: -38px;
    z-index: 20
}

@media screen and (max-width: 752px) {
    .single .article-sharer {
        position: static;
        top: auto;
        left: auto;
        width: 100%
    }
}

.single .article-sharer:hover {
    left: 0px
}

.single .article-sharer ul {
    display: inline-block;
    margin-bottom: 15px
}

@media screen and (max-width: 752px) {
    .single .article-sharer ul li {
        float: left
    }
}

.single .article-sharer ul li a {
    width: 45px;
    padding: 12px;
    font-size: 20px;
    line-height: 1px;
    background: #e8e8e8;
    color: #eee;
    display: block;
    text-align: center
}

@media screen and (max-width: 752px) {
    .single .article-sharer ul li a {
        width: 48px
    }
}

.single .article-sharer ul li a:hover {
    color: #fff
}

.single .article-sharer ul li a.article-sharer-twitter {
    background-color: #58a9f0
}

.single .article-sharer ul li a.article-sharer-facebook {
    background-color: #46639c
}

.single .article-sharer ul li a.article-sharer-google-plus {
    background-color: #dc4b36
}

.single .article-sharer ul li a.article-sharer-pinterest {
    background-color: #cd1c28
}

.single .entry-post .post-format-gallery {
    position: relative
}

.single .entry-post .post-format-gallery .carousel-indicators {
    bottom: -50px
}

.single .entry-post .post-format-gallery .carousel-indicators li {
    border: none;
    background-color: #7f7f7f;
    width: 10px;
    height: 10px;
    margin: 1px;
    margin-right: 6px
}

.single .entry-post .post-format-gallery .carousel-indicators .active {
    background-color: red;
    border: none;
    width: 10px;
    height: 10px
}

.single .entry-post .news-hub-post-format-link .w-featured-image-entry-header {
    width: 100%
}

.single .entry-post .news-hub-post-format-link .w-featured-image-details {
    margin-bottom: 0
}

.single .entry-post .news-hub-post-format-link .w-featured-image-entry-header {
    position: relative;
    padding: 60px 60px;
    margin-bottom: 0;
    bottom: auto
}

.single .entry-post .news-hub-post-format-link .fa-external-link {
    font-size: 23px
}

.single .entry-post .news-hub-post-format-link .featured-image::after {
    background: rgba(0, 0, 0, 0.8)
}

.single .post-format-aside {
    padding: 30px;
    background-color: #9fbf50
}

.single .post-format-aside .post-format-aside-quote {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    z-index: 2
}

.single .entry-post .format-quote .w-featured-image-entry-header {
    width: 100%
}

.single .entry-post .format-quote .w-featured-image-details {
    margin-bottom: 15px
}

.single .entry-post .format-quote .w-featured-image-entry-header {
    position: relative;
    padding: 60px 12%;
    margin-bottom: 0;
    bottom: auto
}

.single .entry-post .format-quote .w-featured-image-entry-header h1:after {
    content: "\f10e";
    position: absolute;
    right: 13%;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 22px;
    top: 70px
}

.single .entry-post .w-featured-image-entry-header .post-format-quote-from {
    font-size: 16px
}

.single .entry-post .format-quote .featured-image::after {
    background: rgba(0, 0, 0, 0.8)
}

.attachment article {
    padding-top: 45px;
    padding-right: 30px;
    padding-left: 60px
}

.attachment header.entry-header.no-featured-image {
    margin-top: 0
}

.attachment .w-featured-readmore {
    display: none
}

.home #featured-posts {
    overflow: hidden
}

.home .slider-block-outer {
    z-index: 2
}

.home #featured-posts,
.home .slider-block-outer {
    height: 500px;
    text-align: center
}

.home .slider-block-inner {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel-control {
    background: none !important;
    width: 10%;
    z-index: 2
}

.carousel-control:hover {
    background: none !important
}

.carousel-control .fa {
    margin-top: 250px
}

@media (min-width: 768px) {
    .home #featured-posts,
    .home .slider-block-outer {
        height: 600px
    }
    .home .slider-block-inner {
        margin-top: 30px
    }
    .carousel-control .fa {
        margin-top: 300px
    }
}

.slider-block-inner {
    z-index: 3
}

.page-template-page-templateshome-version-4-php .slider-excerpt p {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: .5em
}

.page-template-page-templateshome-version-4-php .cta-button {
    margin-top: 1em
}

@media (min-width: 400px) {
    .page-template-page-templateshome-version-4-php .slider-excerpt {
        display: block
    }
    .page-template-page-templateshome-version-4-php .slider-excerpt p {
        font-size: 16px
    }
}

@media (min-width: 550px) {
    .page-template-page-templateshome-version-4-php .slider-excerpt p {
        font-size: 18px
    }
}

.news-hub-entries-list .featured-image .visible img {
   /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=01)";
    filter: alpha(opacity=1);
    -moz-opacity: .01;
   opacity: .01 */
}

@media (min-width: 768px) {
    .news-hub-entries-list .featured-image .visible img {
       /* display: none */
    }
}

.news-hub-entry,
.news-hub-entries-list .hentry {
    height: 500px;
    overflow: hidden;
    position: relative
}

.news-hub-entry .featured-image,
.news-hub-entries-list .hentry .featured-image {
    position: static
}

#latest-videos-content .news-hub-entry,
#latest-videos-content .news-hub-entries-list .hentry {
    height: 300px
}

.single .single-featured-image,
.single .featured-image,
.single .bground {
    height: 500px
}

.single .featured-image:after {
    content: " ";
    display: block;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    transition: all .45s ease;
    width: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.75) 100%)
}

@media (min-width: 768px) {
    .single .single-featured-image,
    .single .featured-image,
    .single .bground {
        height: 600px
    }
}

.haygroup-header .featured-image {
    height: 275px
}

.haygroup-header .featured-image p {
    margin-left: 2px
}

@media (min-width: 768px) {
    .haygroup-header .featured-image {
        height: 350px
    }
}

.tag .single-featured-image,
.category .single-featured-image {
    position: relative
}

.tag .category-featured,
.category .category-featured {
    margin-left: -15px;
    margin-right: -15px
}

.tag .category-featured .category-description,
.category .category-featured .category-description {
    max-width: 1170px
}

.tag .category-featured .category-description p,
.category .category-featured .category-description p {
    margin: 0
}

.tag .tag-featured,
.tag .category-featured,
.category .tag-featured,
.category .category-featured {
    bottom: 0;
    padding-bottom: 60px;
    position: absolute;
    z-index: 5
}

.tag .tag-featured p,
.tag .category-featured p,
.category .tag-featured p,
.category .category-featured p {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.5em
}

.tag .tag-featured h1.entry-title,
.tag .category-featured h1.entry-title,
.category .tag-featured h1.entry-title,
.category .category-featured h1.entry-title {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 50px;
    text-transform: uppercase;
    word-break: break-word
}

.tag .tag-featured.light p,
.tag .category-featured.light p,
.category .tag-featured.light p,
.category .category-featured.light p {
    color: #fff;
    color: rgba(255, 255, 255, 0.8)
}

.tag .tag-featured.light h1.entry-title,
.tag .category-featured.light h1.entry-title,
.category .tag-featured.light h1.entry-title,
.category .category-featured.light h1.entry-title {
    color: #fff
}

.tag .tag-featured.dark p,
.tag .category-featured.dark p,
.category .tag-featured.dark p,
.category .category-featured.dark p {
    color: #444;
    color: rgba(68, 68, 68, 0.8)
}

.tag .tag-featured.dark h1.entry-title,
.tag .category-featured.dark h1.entry-title,
.category .tag-featured.dark h1.entry-title,
.category .category-featured.dark h1.entry-title {
    color: #444
}

@media (min-width: 768px) {
    .tag .tag-featured h1.entry-title,
    .tag .category-featured h1.entry-title,
    .category .tag-featured h1.entry-title,
    .category .category-featured h1.entry-title {
        font-size: 4rem;
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    .tag .tag-featured h1.entry-title,
    .tag .category-featured h1.entry-title,
    .category .tag-featured h1.entry-title,
    .category .category-featured h1.entry-title {
        font-size: 6rem
    }
}

.category .w-featured-image-details,
.tag .w-featured-image-details {
    display: none
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .single .article-sharer {
        display: none
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .single .article-sharer {
        display: none
    }
}

.bctt-click-to-tweet {
    border: 0;
    padding-left: 45px
}

.bctt-click-to-tweet:before {
    color: #aaa;
    content: '“';
    font-family: 'arial', arial, georgia, serif;
    font-weight: 400;
    font-size: 60px;
    left: 30px;
    position: absolute;
    top: 15px
}

.bctt-click-to-tweet .bctt-ctt-text a {
    color: #008080 !important;
    font-family: 'arial', arial, georgia, serif;
    font-weight: 400;
    font-style: italic
}

.bctt-click-to-tweet .bctt-ctt-text a:hover {
    color: #006667 !important
}

@media (min-width: 768px) {
    .bctt-click-to-tweet {
        padding-left: 60px
    }
    .bctt-click-to-tweet:before {
        left: 15px
    }
}

.widget {
    padding: 15px 25px;
    background-color: #f8f8f8
}

.widget .widget-title {
    margin: -15px -25px 30px -25px;
    padding: 12px 25px;
    background: #222;
    color: #fff;
    font-size: 12px
}

.widget ul {
    margin-bottom: 0;
    margin-left: 15px
}

.widget select {
    max-width: 100%
}

.widget.widget_search .search-submit {
    display: none
}

.widget_wpb_widget {
    background: none !important
}

.widget_wpb_widget_geo{
background: none !important
}

.not-fixed .widget_wpb_widget {
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: static !important
}

.not-fixed .q2w3-widget-clone-page-sidebar {
    display: none
}

#secondary .widget:last-child {
    padding-bottom: 80px
}

.search-form input[type=text] {
    margin-bottom: 0
}

.widget.widget_mc4wp_widget .widget-title {
    margin: -15px 0px 15px 0px
}

.widget.widget_mc4wp_widget form.mc4wp-form {
    padding: 15px 30px;
    margin: -15px 0px 0 0;
    background: #fff;
    border: 4px solid #212121
}

#footer-widgets .widget.widget_mc4wp_widget form.mc4wp-form {
    margin: 0;
    padding: 0;
    background: none;
    border: 0
}

#footer-widgets .widget.widget_mc4wp_widget form.mc4wp-form .center {
    text-align: left
}

#footer-widgets .widget.widget_mc4wp_widget form.mc4wp-form h5 {
    font: 13px / 1.53846 "Fira Sans", sans-serif
}

#footer-widgets .widget.widget_mc4wp_widget form.mc4wp-form input[type=submit] {
    border-width: 0;
    border-radius: 2px;
    border: none
}

#footer-widgets .widget.widget_mc4wp_widget form.mc4wp-form input[name=EMAIL] {
    border-width: 0;
    border-radius: 2px;
    border: none;
    width: 178px;
    float: left;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 1px
}

.widget.widget_mc4wp_widget input[type=submit],
.widget.widget_mc4wp_widget input[name=EMAIL] {
    padding: 4px 4px 2px 10px;
    border: 2px solid;
    border-radius: 4px
}

.widget.widget_mc4wp_widget input[type=submit] {
    padding: 6px 20px 6px 20px;
    font-size: 11px
}

.widget table>thead>tr>th,
.widget table>tbody>tr>th,
.widget table>tfoot>tr>th,
.widget table>thead>tr>td,
.widget table>tbody>tr>td,
.widget table>tfoot>tr>td {
    padding: 6px;
    border: 1px solid #e8e8e8;
    text-align: center
}

.widget table>thead>tr>th,
.widget table>tbody>tr>th,
.widget table>tfoot>tr>th {
    border: 0
}

.widget-solution-cta {
    background: transparent;
    padding: 0
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.comment-list {
    list-style: none;
    margin: 0 0 0 0
}

.comment-list cite {
    font-style: normal;
    color: #222
}

.comment-list cite a {
    color: #222
}

.comment-author {
    margin-bottom: 30px
}

.comment-author .comment-date {
    color: #bbbbbb;
    font-size: 12px
}

.comment-list ul,
.comment-list ol {
    list-style: none
}

.comment-list li {
    list-style: none
}

.comment-list li>ul,
.comment-list li>ol {
    margin-left: 0
}

.comment-list li>ul .comment-body,
.comment-list li>ol .comment-body {
    padding-left: 6em
}

.comment-list .comment-body {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0 0
}

.comment-list .comment-body ul,
.comment-list .comment-body ol {
    margin-left: 30px;
    margin-top: 15px
}

.comment-list .comment-body ol li {
    list-style: decimal
}

.comment-list .comment-body ul li {
    list-style-image: url("images/list-style.png")
}

.comment-author .fn {
    margin-top: 16px;
    display: block;
    text-transform: capitalize
}

.comment-author img.avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: auto;
    margin-right: 20px
}

.comment-reply-link {
    padding: 5px 16px;
    background: #ebebeb;
    display: block;
    color: #222;
    font-family: Montserrat, sans-serif
}

.comment-form-author,
.comment-form-email {
    width: 49%;
    float: left
}

.comment-form-author {
    margin-right: 2%
}

#respond {
    margin: 40px 0
}

#respond .logged-in-as {
    margin-top: 15px
}

#respond div[generated=true].error {
    background: #ee3440;
    color: #fff;
    padding: 15px 25px
}

.no-comments {
    margin-top: 20px;
    color: #ee3440
}

.comment-form .form-allowed-tags {
    display: none
}

.content-author-loop {
    padding: 0 30px
}

.content-author-loop .entry-post .w-featured-image-details ul li {
    margin-right: 5px
}

.content-author-loop .entry-post .w-featured-image-details ul li .fq {
    margin-right: 0
}

#author-area {
    background-image: url("images/cover.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    margin-top: -60px;
    padding: 6em 0;
    position: relative;
    z-index: 2
}

#author-area #author-name:visited,
#author-area #author-name:link {
    color: #fff
}

#author-area .fa-envelope,
#author-area .fa-twitter {
    margin-left: 4px
}

#author-area .fa-phone,
#author-area .fa-globe {
    margin-right: 4px
}

#author-area:after {
    background-color: rgba(0, 0, 0, 0.8);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#author-area #author-details {
    position: relative;
    z-index: 2
}

#author-area #author-contacts {
    position: relative;
    z-index: 2;
    margin-bottom: 30px
}

#author-area .author-about {
    margin: 0 auto;
    width: 80%
}

#author-area #author-details-right .fa,
#author-area #author-details-left .fa {
    font-size: 26px
}

#author-area #author-details-right a,
#author-area #author-details-left a {
    font-family: 'arial', arial, georgia, serif;
    font-weight: 400;
}

.author .entry-post .featured-image .wp-post-image {
    opacity: .001
}

@media (min-width: 768px) {
    #author-area {
        padding: 6em
    }
    #author-area .author-about {
        width: 50%
    }
}

#author-avatar {
    text-align: center
}

#author-details {
    text-align: center
}

#author-details h1 {
    margin-bottom: 15px
}

#author-details h3 {
    margin-bottom: 30px
}

#author-details .fa-map-marker {
    display: block;
    font-size: 34px;
    margin-bottom: 15px
}

#author-avatar img.avatar {
    border-radius: 50%;
    border: 2px solid #fff
}

#author-details-left {
    text-align: right
}

#author-details-right,
#author-details-left {
    margin: 0
}

#author-details-right li,
#author-details-left li {
    list-style: none;
    margin: 20px 0 0 0
}

#author-navigation {
    background: #222;
    margin-bottom: 3em
}

#author-navigation ul {
    margin: 0
}

#author-navigation li {
    list-style: none;
    text-align: center;
    margin: 0
}

#author-navigation li a {
    padding: 15px;
    display: block
}

#author-navigation li a.active {
    position: relative;
    background: #222
}

#author-navigation li a.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(34, 34, 34, 0);
    border-top-color: #222;
    border-width: 10px;
    margin-left: -10px
}

#author-bio-social-media {
    margin: -8px 0 -6px 0;
    display: inline-block;
    margin-bottom: -6px;
    float: right
}

#author-bio-social-media li {
    float: left;
    margin-left: 4px;
    list-style: none;
    display: table
}

#author-bio-social-media li a {
    background: #343434;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
    -webkite-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 0
}

#author-bio-social-media li a#author-bio-social-media-fb {
    background-color: #3b5998
}

#author-bio-social-media li a#author-bio-social-media-twitter {
    background-color: #00aced
}

#author-bio-social-media li a#author-bio-social-media-gplus {
    background-color: #dd4b39
}

#author-bio-social-media li a#author-bio-social-media-linkedin {
    background-color: #8dc7da
}

#author-description {
    margin-top: 20px
}

.author .grey-bar ul {
    margin-bottom: 0;
    margin-left: 0
}

.author .author-about-me p {
    padding: 1em
}

@media (min-width: 768px) {
    .author .entry-post .featured-image .wp-post-image {
        display: none
    }
}

@media (min-width: 990px) {
    .author #author-contacts {
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .author #author-contacts {
        margin-top: 50px
    }
}

.page-template-page-templateshome-version-4-php.page .site-main,
.page-template-page-templateshome-version-4-php.single .site-main {
    padding-right: 0
}

.page-template-page-templateshome-version-4-php #video-carousel ul.row,
.page-template-page-templateshome-version-4-php .news-hub-entries {
    margin-bottom: 0;
    margin-top: 0
}

.page-template-page-templateshome-version-4-php #video-carousel,
.page-template-page-templateshome-version-4-php #latest-videos-section,
.page-template-page-templateshome-version-4-php #featured-posts {
    margin-bottom: 0
}

.page-template-page-templateshome-version-4-php .news-hub-entries-list .widget.widget_mc4wp_widget form.mc4wp-form {
    min-height: 243px;
    padding: 30px
}

.home .home-cta {
    background: #fff;
    height: 530px
}

.home .home-cta .home-cta-container {
    text-align: center;
    position: relative;
    padding: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home .home-cta h2 {
    line-height: 1.3em;
    margin-bottom: 2em
}

.home .home-cta .cta-button {
    margin: 0 auto;
    text-align: left
}

.home .home-cta .cta-button:hover,
.home .home-cta .cta-button:active,
.home .home-cta .cta-button:visited,
.home .home-cta .cta-button:focus {
    color: #fff
}

.newsletterForm .hs-form.stacked .field {
    margin-bottom: 10px
}

.newsletterForm .hs-button {
    background: #0091d2 !important;
    border: none !important;
    box-shadow: none
}

@media (min-width: 0) and (max-width: 410px) {
    .newsletterForm h2 {
        margin-bottom: 0;
        width: 80%
    }
    .newsletterForm .hs-form.stacked .field {
        margin-bottom: 6px
    }
    .newsletterForm .field label {
        margin-bottom: 2px
    }
}

#cboxContent #cboxClose {
    background: url("images/hay-group_lightbox_close.png") no-repeat;
    height: 25px;
    right: 15px;
    top: 15px;
    width: 25px
}

@media (min-width: 550px) and (max-width: 767px) {
    .home .home-cta.mobile-cta {
        width: 300px
    }
}

.news-hub-archive .page-header .page-title {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff
}

.news-hub-archive article {
    border-bottom: 1px solid #ededed;
    padding: 30px 30px 30px 30px;
    margin-bottom: 0;
    color: #777
}

.news-hub-archive article:last-child {
    border-bottom: 0
}

.news-hub-archive article .entry-title {
    color: #222;
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 6px
}

.news-hub-archive article img.avatar {
    float: right;
    margin-right: 10px
}

.news-hub-archive article .entry-title a {
    color: #222
}

.news-hub-archive article .entry-archive-content p:last-child {
    margin-bottom: 0
}

.news-hub-archive .entry-post .w-featured-image-details ul {
    margin-bottom: 9px
}

.news-hub-archive img.avatar {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.news-hub-archive .entry-post .w-featured-image-entry-header-categories li {
    margin-top: 0
}

.news-hub-archive .entry-post .single-post-category .nh-bubble {
    top: 0
}

.news-hub-archive .category-highlight {
    color: #ff5234
}

.news-hub-archive.top-stories {
    margin-bottom: 30px
}

.taxonomy-description {
    margin: 0;
    padding: 10px 30px;
    background: #9fbf50;
    color: #fff
}

.taxonomy-description p {
    margin-bottom: 0
}

.news-hub-content-section {
    padding: 0 0 0 60px
}

.news-hub-post-list {
    margin-bottom: 45px;
    display: block
}

.news-hub-post-list ul {
    margin: 0
}

.news-hub-post-list li.post {
    list-style: none;
    margin: 0 0 30px 0
}

.news-hub-post-list .entry-post .w-featured-image-details ul li {
    font-size: 11px;
    color: #9f9f9f
}

.news-hub-post-list li.post .nh-post-list-wr {
    overflow: hidden;
    border: 1px solid #f1f1f1;
    padding: 15px 0;
    background: #fff
}

.news-hub-post-list li.post .nh-post-list-wr h5 {
    margin-bottom: 0
}

.news-hub .news-hub-post-list li.post .single-post-category .nh-bubble {
    top: 0;
    margin-bottom: 15px !important
}

.news-hub-post-list li.post .w-featured-image-details ul {
    margin-bottom: 5px !important
}

.news-hub-post-list li.entry-post img.avatar {
    max-width: 48px;
    height: auto;
    position: absolute;
    top: 0px;
    right: 20px;
    background-color: #09aeef
}

.news-hub-recent-article-shortcode {
    margin: 0;
    list-style: none
}

.news-hub-recent-article-shortcode li {
    margin: 0;
    list-style: none
}

.recent-article-carousel .item .entry-post {
    min-height: 294px
}

.news-hub-recent-article-shortcode {
    display: inline-block;
    white-space: nowrap
}

.news-hub-recent-article-shortcode li {
    display: block;
    padding: 2px;
    border: 1px solid #e1e1e1;
    margin-right: 1%;
    width: 19%;
    height: auto;
    float: left;
    margin-bottom: 3px
}

.news-hub-recent-article-shortcode.carousel-indicators {
    right: 20px;
    left: auto;
    width: 46%;
    bottom: 13px;
    display: inline-block
}

.news-hub-recent-article-shortcode.carousel-indicators li {
    text-indent: 0;
    border-radius: 0
}

.news-hub-recent-article-shortcode.carousel-indicators li.active {
    width: 19%;
    height: auto;
    margin-right: 1%;
    border-color: #87af24
}

.news-hub-recent-articles {
    margin-bottom: 60px
}

.news-hub-recent-articles .entry-post {
    border: 1px solid #f1f1f1;
    padding: 15px 0;
    margin-bottom: 0;
    background: #fff
}

.news-hub-recent-articles .entry-post img.avatar {
    background-color: #02a9d3
}

.news-hub .news-hub-recent-articles a.zilla-likes {
    color: inherit;
    display: inline-block;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0
}

.news-hub .news-hub-recent-articles a.zilla-likes:visited,
.news-hub .news-hub-recent-articles a.zilla-likes:hover {
    color: inherit;
    display: inline-block;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0
}

.news-hub .news-hub-shortcode-latest-video a.zilla-likes {
    color: inherit;
    display: inline-block;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0
}

.news-hub .news-hub-shortcode-latest-video a.zilla-likes:visited,
.news-hub .news-hub-shortcode-latest-video a.zilla-likes:hover {
    color: inherit;
    display: inline-block;
    padding: 0;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0
}

.news-hub-shortcode-latest-video-wrap {
    background: #fff;
    padding: 15px;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px
}

.news-hub-shortcode-latest-video .single-post-category .nh-bubble,
.news-hub-recent-articles .single-post-category .nh-bubble {
    top: 0;
    margin-bottom: 25px !important
}

.news-hub-shortcode-latest-video h5 {
    margin-bottom: 1.28571em !important
}

.news-hub-video-post-list .w-featured-image-entry-header-categories li {
    margin: 0 6px 15px 0 !important
}

.news-hub-video-post-list.news-hub-post-list li.post .nh-post-list-wr {
    border: none;
    padding: 0
}

.news-hub-video-post-list.news-hub-post-list li.post .nh-post-list-wr:hover {
    background: transparent
}

.news-hub-shortcode-latest-video-featured-image {
    position: relative
}

.news-hub-shortcode-latest-video-featured-image img {
    width: 100%;
    height: auto
}

.news-hub-shortcode-latest-video-control-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0
}

.news-hub-shortcode-latest-video-control {
    text-align: center;
    display: table;
    width: 100%;
    height: 100%
}

.news-hub-shortcode-latest-video-control-btn {
    display: table-cell;
    vertical-align: middle
}

.news-hub-shortcode-latest-video-control-btn a {
    opacity: 0.95
}

.news-hub-shortcode-latest-video-control-btn a:hover {
    opacity: 1
}

.news-hub-shortcode-latest-video-control-btn .fa-stack {
    margin-top: -1.9em
}

.news-hub-shortcode-latest-video-control-btn .fa-circle-thin {
    font-size: 3.8em
}

.news-hub-shortcode-latest-video-control-btn .fa-play {
    left: 0.75em;
    top: 0.82em
}

.news-hub-shortcode-latest-video>ul.rm-mg {
    margin: 15px -15px;
    display: block;
    width: 100%
}

.news-hub-shortcode-latest-video>ul.rm-mg .news-hub-video-post-list {
    margin-bottom: 15px
}

.news-hub-shortcode-latest-video>ul.rm-mg .news-hub-video-post-list .news-hub-shortcode-latest-video-control-btn .fa-circle-thin {
    font-size: 2.4em
}

.news-hub-shortcode-latest-video>ul.rm-mg .news-hub-video-post-list .news-hub-shortcode-latest-video-control-btn .fa-stack {
    margin-top: 0
}

.news-hub-shortcode-latest-video>ul.rm-mg .news-hub-video-post-list .news-hub-shortcode-latest-video-control-btn .fa-play {
    left: 2px;
    top: 4px;
    font-size: 14px
}

.news-hub-reviews {
    margin-bottom: 30px
}

.news-hub-reviews-wrap {
    padding: 15px 0;
    background: #fff;
    border: 1px solid #f1f1f1;
    display: inline-block;
    width: 100%
}

.news-hub-reviews-wrap .row.details {
    margin-bottom: 15px
}

.news-hub-reviews-wrap .first-column {
    padding-right: 0
}

.news-hub-reviews-wrap .entry-post.col-md-6.first {
    padding-right: 7.5px;
    padding-left: 0
}

.news-hub-reviews-wrap .entry-post.col-md-6.second {
    padding-left: 7.5px;
    padding-right: 0
}

.news-hub-reviews-wrap .entry-post.col-md-6.first .rating,
.news-hub-reviews-wrap .entry-post.col-md-6.second .rating {
    margin-right: 0
}

.news-hub-reviews-wrap .entry-post.col-md-6.first img,
.news-hub-reviews-wrap .entry-post.col-md-6.second img {
    margin-bottom: 15px;
    width: 100%
}

.news-hub-reviews-wrap .rating {
    font-size: 12px;
    color: #9fbf50;
    margin-right: 10px;
    margin-top: 2px
}

.news-hub-reviews .w-featured-image-details ul {
    margin-bottom: 0
}

.news-hub-reviews .entry-post {
    margin-bottom: 15px
}

.news-hub-archive.top-stories .page-header {
    background-color: #87af24
}

.news-hub-archive.top-stories article {
    padding: 30px 45px 30px 15px
}

.news-hub-author-shortcode {
    padding: 30px 15px;
    border: 1px solid #eee;
    border-radius: 2px;
    max-width: 220px;
    margin: 0 auto 30px auto;
    background: #fff;
    display: block;
    position: relative
}

.author-name h5 {
    margin-bottom: 1.28571em !important
}

.news-hub-author-shortcode-social-media {
    display: none;
    position: absolute;
    border: 1px solid #eee;
    background: #fff;
    left: 0px;
    border-right: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out
}

.news-hub-author-shortcode:hover .news-hub-author-shortcode-social-media {
    opacity: 1;
    left: -37px
}

.news-hub-author-shortcode-social-media li a {
    padding: 15px 12px 0px 12px;
    display: block;
    text-align: center
}

.news-hub-author-shortcode-social-media li a:after {
    width: 20px;
    content: " ";
    display: block;
    height: 2px;
    background: #eee;
    margin-left: -5px;
    margin-right: -10px;
    margin-top: 10px;
    margin-bottom: 0
}

.news-hub-author-shortcode-social-media li:last-child a:after {
    content: "";
    height: 0
}

.author-avatar {
    margin-bottom: 15px
}

.author-avatar img {
    border-radius: 50%;
    width: 120px;
    max-width: 100%
}

.news-hub-dropcap-square {
    border-style: solid;
    border-width: 1px;
    border-color: #87af24;
    background-color: #87af24;
    color: #fff;
    display: block;
    float: left;
    height: 48px;
    width: 48px;
    text-align: center;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 21px;
    line-height: 1px
}

.news-hub-dropcap-circular {
    border-style: solid;
    border-width: 1px;
    border-color: #87af24;
    background-color: #87af24;
    color: #fff;
    display: block;
    float: left;
    height: 48px;
    width: 48px;
    text-align: center;
    font-size: 31px;
    font-family: 'Montserrat', sans-serif;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-top: 21px;
    line-height: 1px
}

.news-hub-entries.news-hub-loop {
    margin-left: 0;
    margin-right: 0
}

.news-hub-entries .excerpt a {
    color: #fff
}

a.zilla-likes {
    color: #fff
}

a.zilla-likes:visited,
a.zilla-likes:hover {
    color: #fff
}

.news-hub-recent-articles a.zilla-likes {
    color: #777
}

.news-hub-recent-articles a.zilla-likes:visited,
.news-hub-recent-articles a.zilla-likes:hover {
    color: #777
}

.news-hub-shortcode-latest-video a.zilla-likes {
    color: #777
}

.news-hub-shortcode-latest-video a.zilla-likes:visited,
.news-hub-shortcode-latest-video a.zilla-likes:hover {
    color: #777
}

.entry-content a.zilla-likes {
    color: #09aeef;
    display: inline-block;
    padding: 6px 12px;
    background: #f8f8f8;
    margin-bottom: 15px;
    border-radius: 3px
}

.entry-content a.zilla-likes:visited,
.entry-content a.zilla-likes:hover {
    color: #09aeef;
    display: inline-block;
    padding: 6px 12px;
    background: #f8f8f8;
    margin-bottom: 15px;
    border-radius: 3px
}

a.zilla-likes:before {
    content: "\f08a";
    font-family: 'FontAwesome';
    color: #09aeef;
    margin-right: 3px
}

.recent-articles-featured-image {
    position: relative
}

.recent-articles-featured-image img {
    width: 100%;
    height: auto
}

.recent-articles-controls {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden
}

.recent-articles-controls a.right,
.recent-articles-controls a.left {
    display: table;
    float: left;
    width: 20px;
    height: 100%
}

.recent-articles-controls a.right {
    float: right
}

.recent-articles-controls-left {
    display: table-cell;
    vertical-align: middle
}

.recent-articles-controls-right {
    display: table-cell;
    vertical-align: middle
}

.recent-articles-controls-right .fa {
    font-size: 26px;
    color: #fff
}

.recent-articles-controls-left .fa {
    font-size: 26px;
    color: #fff
}

.recent-articles-controls-left-right,
.recent-articles-controls-left-circle {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    padding: 15px 15px 15px 35px;
    text-align: right;
    position: relative;
    left: -30px
}

.recent-articles-controls a:hover .recent-articles-controls-left-right,
.recent-articles-controls a:hover .recent-articles-controls-left-circle {
    background: rgba(0, 0, 0, 0.5)
}

.recent-articles-controls-left-right {
    left: auto;
    right: -30px;
    padding: 15px 35px 15px 15px
}

.popular .fa-circle-thin {
    font-size: 2.1em
}

.popular .fa-play {
    left: 2px;
    top: 1px;
    font-size: 10px
}

.popular .w-featured-image-entry-header {
    padding: 15px;
    width: 100%
}

.popular .w-featured-image-entry-header h6 {
    margin-bottom: 0
}

.popular .entry-post .w-featured-image-entry-header-categories li {
    margin: 0
}

body .social-count-plus li {
    width: 33.33333%
}

body #page.boxed .social-count-plus li {
    width: 75px
}

body .social-count-plus .label {
    font-family: 'Montserrat', sans-serif;
    color: #d1d1d1;
    font-size: 12px;
    opacity: 0.5
}

body .social-count-plus .count {
    font-size: 17px;
    margin: 10px 0 0 0
}

body .social-count-plus .circle a {
    background-image: url("images/sprite-circle.png") !important;
    height: 42px !important;
    width: 42px !important
}

body .social-count-plus .circle .count-posts a {
    background-position: -164px 0 !important
}

body .social-count-plus .circle .count-comments a {
    background-position: -205px 0 !important
}

body .social-count-plus .circle .count-facebook a {
    background-position: -41px 0 !important
}

body .social-count-plus .circle .count-youtube a {
    background-position: -82px 0 !important
}

body .social-count-plus .circle .count-googleplus a {
    background-position: -123px 0 !important
}

body .social-count-plus .circle .count-instagram a {
    background-position: -246px 0 !important
}

body .social-count-plus .circle .count-steam a {
    background-position: -287px 0 !important
}

body .social-count-plus .circle .count-soundcloud a {
    background-position: -329px 0 !important
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"] {
    margin-bottom: 0
}

input[type="search"],
.wpcf7-form textarea {
    margin-bottom: 0
}

.news-hub .wpb_gmaps_widget .wpb_wrapper {
    padding: 0
}

.wpb_alert {
    padding: 1em 35px 1em 25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 5px;
    color: #8a6d3b;
    clear: both
}

.news-hub .wpb_alert {
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    color: #cacaca;
    font-size: 11px;
    border-color: #ededed
}

.news-hub .wpb_alert.wpb_alert-success,
.news-hub .wpb_alert.wpb_alert-warning,
.news-hub .wpb_alert.wpb_alert-info,
.news-hub .wpb_alert.wpb_alert-danger {
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    color: #cacaca;
    font-size: 11px;
    border-color: #ededed
}

.news-hub .wpb_alert .messagebox_text {
    padding-left: 0;
    background: none
}

.news-hub .wpb_alert-warning .messagebox_text {
    padding-left: 0;
    background: none
}

.news-hub .wpb_alert .messagebox_text:before {
    display: block;
    margin: 15px auto;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 13px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid;
    color: #86d162;
    height: 30px;
    width: 30px;
    padding-top: 4px
}

.news-hub .wpb_alert.wpb_alert-warning .messagebox_text:before {
    border-color: #f4ce37;
    color: #f4ce37;
    content: "\f071"
}

.news-hub .wpb_alert.wpb_alert-info .messagebox_text:before {
    color: #34a3cf;
    content: "\f12a"
}

.news-hub .wpb_alert.wpb_alert-danger .messagebox_text:before {
    color: #fc4747;
    content: "\f00d"
}

.news-hub .wpb_alert.wpb_alert-warning:before,
.news-hub .wpb_alert.wpb_alert-success:before,
.news-hub .wpb_alert.wpb_alert-info:before,
.news-hub .wpb_alert.wpb_alert-danger:before {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    top: 0
}

.news-hub .wpb_alert.wpb_alert-warning:before {
    content: "WARNING";
    color: #f4ce37
}

.news-hub .wpb_alert.wpb_alert-info:before {
    content: "INFO";
    color: #34a3cf
}

.news-hub .wpb_alert.wpb_alert-danger:before {
    content: "ERROR";
    color: #fc4747
}

.news-hub .wpb_alert.wpb_alert-success:before {
    content: "SUCCESS";
    color: #86d162
}

.news-hub #vc_load-inline-editor {
    display: inline-block;
    padding: 10px 20px;
    background: #222;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    float: right;
    margin-top: -1px;
    margin-right: -1px
}

.news-hub .vc_carousel-slideline img {
    box-shadow: 10px -10px 0px -2px #f0f0f0;
    width: 98%;
    margin-top: 15px
}

.news-hub .vc_images_carousel .vc_carousel-control .icon-prev,
.news-hub .vc_images_carousel .vc_carousel-control .icon-next {
    background: #f1f1f1;
    color: #222222
}

.news-hub .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: "\f104"
}

.news-hub .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: "\f105"
}

.news-hub .vc_images_carousel .vc_carousel-control .icon-prev:before,
.news-hub .vc_images_carousel .vc_carousel-control .icon-next:before {
    top: -12px;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    font-family: 'FontAwesome';
    font-size: 20px
}

@media screen and (max-width: 806px) {
    .news-hub .vc_images_carousel .vc_carousel-control .icon-prev:before,
    .news-hub .vc_images_carousel .vc_carousel-control .icon-next:before {
        top: 0px
    }
}

@media screen and (max-width: 768px) {
    .news-hub .vc_images_carousel .vc_carousel-control .icon-prev:before,
    .news-hub .vc_images_carousel .vc_carousel-control .icon-next:before {
        top: -3px
    }
}

.news-hub .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.news-hub .wpb_content_element .wpb_accordion_header a {
    padding: 12px 7px 8px 7px
}

.news-hub .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
    padding: 11px 15px 7px 15px;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: none;
    color: #222;
    text-transform: uppercase;
    margin-right: -2px
}

.news-hub .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:before {
    display: inline-block;
    background: #777;
    height: 22px;
    width: 22px;
    color: #fff;
    font-family: 'FontAwesome';
    content: "\f106";
    margin-right: 13px;
    position: relative;
    text-align: center;
    top: -2px
}

.news-hub .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav .ui-tabs-active.ui-state-active a:before {
    content: "\f107";
    background: #87af24
}

.news-hub .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background-color: #fff;
    border: 1px solid #f3f3f3
}

.news-hub .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header,
.news-hub .vc_btn {
    text-transform: uppercase
}

.news-hub .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
    color: #222;
    padding-left: 40px;
    background: #fff;
    border: 1px solid #f3f3f3
}

.news-hub .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.news-hub .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: #87af24;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.news-hub .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::after,
.news-hub .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
    font-family: 'FontAwesome'
}

.news-hub .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::after {
    content: "\f107"
}

.news-hub .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::after {
    content: "\f106"
}

.news-hub .vc_btn {
    margin-right: 15px;
    font-family: 'Montserrat', 'sans-serif';
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 0;
    line-height: 10px
}

.news-hub-highlight {
    display: inline;
    padding: 0 3px;
    background: #87af24;
    color: #fff
}

.news-hub .main-navigation ul.sub-menu-mega {
    left: -999em;
    top: 220px
}

.news-hub .main-navigation li.menu-item-object-mega_menu {
    position: static
}

.news-hub .main-navigation li.menu-item-object-mega_menu:hover>ul.sub-menu-mega {
    left: 0
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content {
    padding: 30px;
    background: #fff;
    display: inline-block;
    color: #777;
    width: 900px;
    top: 0
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content a {
    display: inline
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ol,
.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul {
    position: static;
    left: 0;
    float: none;
    margin-left: 0
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ol>li,
.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul>li {
    float: none;
    position: initial;
    display: list-item;
    list-style: disc;
    margin-left: 3em
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ol>li {
    list-style: upper-roman
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs {
    margin: -30px
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul.category-tabs {
    list-style: none;
    border-bottom: 1px solid #dadada;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0
}

.category-tabs ul.category-tab-tabs {
    list-style: none;
    border-bottom: 1px solid #dadada;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul.category-tab-tabs li a,
.category-tabs ul.category-tab-tabs li a {
    padding: 15px 15px 15px 15px;
    display: block;
    color: #222;
    font-weight: bold
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul.category-tab-tabs li a,
.category-tabs ul.category-tab-tabs li a {
    padding-left: 20px
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul.category-tab-tabs li a.active,
.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul.category-tab-tabs li a:hover {
    color: #9fbf50
}

.category-tabs ul.category-tab-tabs li a.active,
.category-tabs ul.category-tab-tabs li a:hover {
    color: #9fbf50
}

.category-tabs ul.category-tab-tabs li:first-child a {
    padding-left: 30px
}

.category-tabs .category-tab-post-list {
    display: inline-block;
    min-height: 220px;
    width: 100%
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs .category-tab-post-list ul li,
.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul.category-tab-tabs li {
    float: left;
    list-style: none
}

.category-tabs ul.category-tab-tabs li {
    float: left;
    list-style: none
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs .category-tab-post-list ul li,
.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content ul.category-tab-tabs li {
    margin-left: 0
}

.category-tabs .category-tab-post-list ul li {
    list-style: none
}

.category-tabs .category-tab-post-list .description {
    margin-top: 15px
}

.category-tabs .category-tab-post-list .description a:link,
.category-tabs .category-tab-post-list .description a:visited,
.category-tabs .category-tab-post-list .description a:hover {
    color: #222
}

.category-tabs .no-response-message {
    padding-left: 15px
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs.vertical {
    margin: -30px;
    display: inline-block;
    margin-bottom: -40px
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs.vertical .category-tab-tabs {
    display: block;
    float: left;
    width: 145px;
    margin-left: 65px;
    margin-right: 30px;
    position: absolute;
    margin-bottom: 0;
    border-bottom: 0;
    background: #e6e6e6;
    height: 100%;
    padding-top: 24px
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs.vertical .category-tab-tabs li {
    display: block;
    float: none
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs.vertical .category-tab-tabs li>a {
    text-align: right;
    font-size: 13px;
    line-height: 1;
    padding: 5px;
    padding-right: 20px
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs.vertical .category-tab-tabs li>a:hover {
    background: none
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs.vertical .clearfix {
    float: left
}

.news-hub .main-navigation ul.sub-menu-mega>li.mega-menu-list .mega-menu-content .category-tabs.vertical .category-tab-post-list {
    float: left;
    padding: 30px 0 0 0;
    margin-left: 230px;
    max-width: 585px
}

.category-tabs .category-tab-post-list-preloader {
    display: table;
    margin-top: -30px;
    height: 257px;
    display: none;
    width: 100%;
    text-align: center
}

.category-tabs.vertical .category-tab-post-list-preloader {
    margin-left: 325px
}

.category-tabs .category-tab-post-list-preloader .spinner {
    display: table-cell;
    vertical-align: middle
}

.widget .tp_recent_tweets ul {
    margin-left: 0
}

.widget .tp_recent_tweets li {
    list-style: none;
    padding-bottom: 30px
}

.widget .tp_recent_tweets li a {
    color: #428bca
}

#footer-widgets .widget .tp_recent_tweets li a {
    color: #428bca
}

#footer-widgets .widget .tp_recent_tweets li a.twitter_time {
    color: #fff
}

.widget .tp_recent_tweets li a.twitter_time {
    color: #fff;
    font-style: normal
}

.news_hub-social-links>ul {
    display: inline-block;
    margin-left: 0
}

.news_hub-social-links ul li.news_hub-social-links-item {
    list-style: none;
    float: left;
    display: table;
    margin-right: 10px;
    margin-bottom: 10px
}

.news_hub-social-links ul li.news_hub-social-links-item a {
    display: table-cell;
    vertical-align: middle;
    background-color: #6e7071;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out
}

.news_hub-social-links li a.facebook:hover {
    background: #3873AE
}

.news_hub-social-links li a.twitter:hover {
    background: #28a9e2
}

.news_hub-social-links li a.dribbble:hover {
    background: #D74980
}

.news_hub-social-links li a.google-plus:hover {
    background: #dd4b39
}

.news_hub-social-links li a.youtube:hover {
    background: #333
}

.news_hub-social-links li a.tumblr:hover {
    background: #294259
}

.news_hub-social-links li a.linkedin:hover {
    background: #006599
}

.news_hub-social-links li a.pinterest:hover {
    background: #c82224;
    color: #d73532
}

.news_hub-social-links li a.vimeo-square:hover {
    background: #1bb6ec
}

.news_hub-social-links li a.foursquare:hover {
    background: #1fb1e0
}

.news_hub-social-links li a.github:hover {
    background: #fff;
    color: #333 !important
}

.news_hub-social-links li a.weibo:hover {
    background: #d52b2b;
    color: #fff
}

input[type="submit"].wpcf7-submit {
    text-transform: uppercase;
    font-size: 15px;
    padding: 7px 25px
}

.foreground-highlight {
    color: #87af24
}

.white {
    color: #fff
}

a.white:visited,
a.white:focus,
a.white:hover {
    color: #fff
}

.black {
    color: #222
}

a.black:visited,
a.black:focus,
a.black:hover {
    color: #222
}



body {
    font-size: 1.8rem !important;
    font-family: 'arial', arial, georgia, serif;
    font-weight: 400;
}

* {
    font-family: 'arial', arial, sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'arial', arial, sans-serif !important;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'arial', arial, sans-serif !important;
    font-weight: 700;
}

h2.page-title {
    color: #ffffff
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 24px;
    padding-bottom: 2.4rem
}

p {
    font-family: 'arial', arial, georgia, serif !important;
    font-size: 90%;
    font-weight: 400;
}

a {
    font-family: 'arial', arial, georgia, serif;
    font-weight: 400;
}

.abstract {
    font-family: 'arial', arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
}

ol {
    list-style-type: decimal !important
}

ol li {
    list-style: decimal !important
}

ol li, ul li{
    font-size: 16px;
    margin-top:10px;
}

aside .widget{
    background: #f4f3f3;
    padding: 20px;
    margin-top: 20px;
}

#page.fluid {
    max-width: 100% !important
}

.page-header {
    background-color: #4b555a !important
}

#main-header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0
}

#menu-strip {
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0px;
}

.logo-strip {
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
    -moz-transition: all 0.8s linear
}

.logo-strip.white {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    height: 80px
}

.cta-button {
    background-color: #0091D2;
    color: #ffffff;
    display: block;
    position: relative;
    padding: .6rem;
    text-decoration: none;
    width: 190px;
    font-family: 'arial', arial, sans-serif;
    font-weight: 400;
}

.cta-button a,
.cta-button a:hover,
.cta-button a:visited,
.cta-button a:focus {
    color: #ffffff;
    text-transform: none;
    font-size: 18px
}

.cta-button a:after {
    font-family: 'fontello';
    padding: 0 .5em;
    position: absolute;
    right: 0;
    content: '\e800'
}

.cta-button i {
    padding: 0 .5em;
    position: absolute;
    top: .5em;
    right: 0
}

.cta-button.blue {
    background-color: #0091D2
}

.cta-button.pink {
    background-color: #b33c96
}

.cta-button.yellow {
    background-color: #ffc805;
    color: #4b555a
}

.cta-button.green {
    background-color: #b4d232;
    color: #4b555a
}

.blue {
    color: #0091D2
}

.yellow {
    color: #ffc805
}

.green {
    color: #b4d232
}

.pink {
    color: #b33c96
}

#full-screen-menu {
    width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 4em;
    padding: 100px;
    height: 100%;
    position: fixed;
    display: none;
    color: #4B555A
}

#full-screen-menu a {
    -ms-transform: translate(0px, -50px);
    -webkit-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear
}

#full-screen-menu.open a {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}

.menu-main-menu-container {
    text-align: center
}

ul#menu-main-menu li {
    list-style: none
}

ul#menu-main-menu li a {
    color: #4B555A
}

#menu-close span {
    color: #4B555A
}

#site-navigation img {
    vertical-align: top;
    margin-right: 5px
}

#site-navigation span {
    color: #ffffff;
    font-size: 1.5em
}

.logo-strip.white #site-navigation span {
    color: #434343
}

#featured-posts,
.carousel-inner,
.carousel-inner .item {
    max-height: 750px
}

#featured-posts .carousel-inner:after {
    background: transparent !important
}

.slider-block-inner {
    background-color: #00aee5;
    background-color: rgba(0, 174, 229, 0.7);
    width: 100%;
    padding: 5%;
    color: #ffffff;
    max-width: 1170px;
    margin: 0 auto
}

.slider-block-outer {
    height: 100%;
    width: 100%;
    background: transparent;
    padding: 10%;
    padding-top: 15%;
    top: 0;
    left: 0
}

@media (min-width: 380px) {
    .slider-block-outer {
        padding-top: 10%
    }
}

@media (min-width: 550px) {
    .slider-block-outer {
        padding-top: 5%
    }
}

.news-hub-archive article .entry-title {
    color: #ffffff !important
}

.news-hub-entries .single-post-category {
    position: absolute;
    left: 0px;
    top: -40px
}

.news-hub-entries .news-hub-entry.entry-post .single-post-category .nh-bubble {
    padding: 10px 30px !important
}

.news-hub-entries .entry-post .single-post-category .nh-bubble:after {
    content: ' ';
    position: absolute;
    height: 1100% !important;
    top: 0px !important;
    right: -30px !important;
    border-width: 31px !important;
    border-left-width: 0px;
    z-index: -1;
    left: auto !important
}

.attachment-recommended-post-thumbnail {
    height: 280px;
    width: 400px
}

.grey-bar {
    height: 60px;
    padding: 20px;
    background-color: #afb4b4
}

.grey-bar li {
    list-style: none;
    text-align: center;
    margin: 0
}

#footer-widgets .single-post-category {
    position: static
}

.menu-category-menu-container {
    display: inline-block
}

.menu-category-menu-container li {
    list-style: none;
    display: inline-block;
    margin-right: 5px
}

#site-navigation span,
.menu-category-menu-container li a,
.menu-category-menu-container li a:hover,
.menu-category-menu-container li a:visited,
.menu-category-menu-container li a:active {
    font-family: 'arial', arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 12px;
    padding: 1.2rem;
    padding-right: 50px;
    padding-right: 5rem;
    z-index: 1;
    vertical-align: middle;
    width: 100%
}

.logo-strip.white .menu-category-menu-container li a,
.logo-strip.white .menu-category-menu-container li a:hover,
.logo-strip.white .menu-category-menu-container li a:visited,
.logo-strip.white .menu-category-menu-container li a:active {
    color: #434343
}

.single-featured-image .single-post-category .nh-bubble:after {
    border: 0 !important
}

article.page,
.entry-post article.post,
.comments-area,
.single-post .entry-post .w-featured-image-entry-header {
    padding: 0 !important
}

h1.entry-title {
    line-height: 100% !important;
    font-size: 60px;
}

h1.entry-title.visible-sm {
    font-size: 4rem;
    font-family: 'arial black', arial, georgia, serif;
    margin-bottom: 10px;
    font-weight: 900;
}

h1.entry-title.visible-xs {
    font-size: 3rem;
    font-family: 'arial black', arial, georgia, serif;
    margin-bottom: 0px;
    font-weight: 900;
}

.content-sidebar {
    background: #ffffff
}

.sidebar aside {
    margin-bottom: 25px
}

.content-author-loop {
    padding: 0 !important
}

@font-face {
    font-family: 'fontello';
    src: url("https://focus.kornferry.com/wp-content/themes/hay_group/fonts/fontello.eot?43029017");
    src: url("https://focus.kornferry.com/wp-content/themes/hay_group/fonts/fontello.eot?43029017#iefix") format("embedded-opentype"), url("https://focus.kornferry.com/wp-content/themes/hay_group/fonts/fontello.woff?43029017") format("woff"), url("https://focus.kornferry.com/wp-content/themes/hay_group/fonts/fontello.ttf?43029017") format("truetype"), url("https://focus.kornferry.com/wp-content/themes/hay_group/fonts/fontello.svg?43029017#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-right-circled:before {
    content: '\e800'
}

#inline_content {
    padding: 0px
}

#page-heading {
    display: none
}

.container .w-featured-image-entry-header {
    padding-left: 0 !important
}

#author-area {
    margin-top: 0 !important;
    background-image: url("https://focus.kornferry.com/wp-content/uploads/2015/02/Gated-content-banner-purple.jpg") !important
}

#author-area:after {
    display: none
}

.w-featured-readmore {
    display: none;
    visibility: hidden
}

a.button {
    border: 0;
    margin: 0;
    background: url("images/right-arrow.png") 96% 9px no-repeat;
    font-family: "arial", arial, sans-serif !important;
    font-size: 18px;
    font-weight: 40;
    display: inline-block;
    color: #fff !important;
    padding: 0.2rem 4rem 0.5rem 2rem
}

a.button:hover {
    color: #fff !important
}

a.button.orange {
    background-color: #fa9b1d
}

a.button.pink {
    background-color: #bd3b95
}

a.button.yellow {
    background-color: #ffc603
}

a.button.green {
    background-color: #b3d131
}

a.button.aqua {
    background-color: #00abb3
}

.single .article-sharer {
    left: 0 !important
}

.single .article-sharer ul li a i.fa-linkedin,
a.article-sharer-linkedin {
    background-color: #0098e5 !important
}

.archive #content .entry-post {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.row.content-sidebar {
    min-height: 400px
}

.type-post.status-publish.format-standard.has-post-thumbnail.hentry {
    z-index: 1 !important
}

#site-navigation span,
.menu-category-menu-container li a {
    padding: 1.2rem !important
}

.menu-category-menu-container li {
    margin-right: 0
}

#menu-category-menu {
    margin: 28px 0 0 0 !important
}

.cta-button a {
    display: block
}

#full-screen-menu {
    font-size: 100% !important;
    padding: 0 !important
}

#full-screen-menu li {
    line-height: 120%
}

#full-screen-menu a {
    color: #4B555A !important
}

#full-screen-menu .visible-lg li {
    list-style: none !important;
    font-size: 2.5em !important
}

#full-screen-menu .visible-md li {
    list-style: none !important;
    font-size: 2.5em !important
}

#full-screen-menu .visible-sm li {
    list-style: none !important;
    font-size: 2em !important
}

#full-screen-menu .visible-xs li {
    list-style: none !important;
    font-size: 1.4em !important
}

#full-screen-menu span {
    padding: 0.5em 1em 0 0
}

#full-screen-menu span.visible-lg {
    font-size: 3.8em !important
}

#full-screen-menu span.visible-md {
    font-size: 3em !important
}

#full-screen-menu span.visible-sm {
    font-size: 2em !important
}

#full-screen-menu span.visible-xs {
    font-size: 1.2em !important
}

.featured-image .bground.visible-lg.visible-md {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px
}

.featured-image .bground.visible-sm {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px
}

.featured-image .bground.visible-xs {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px
}

.main-navigation {
    min-height: 0 !important;
    clear: none !important
}

.site-logo-left,
.site-logo-right {
    display: inline-block;
    float: left;
    margin: 16px 1em 0 1em
}

#site-navigation {
    margin: 28px 1.5em 0 1em;
    float: right
}

.visible-lg #site-navigation {
    float: left !important
}

#site-navigation.visible-sm,
#site-navigation.visible-xs {
    width: 40px !important
}

#site-navigation.visible-md {
    width: 124px !important
}

.visible-lg .site-logo-right {
    float: right
}

#menu-strip.visible-xs .img-responsive {
    height: 36px
}

#menu-strip.visible-xs .site-logo-left,
#menu-strip.visible-xs .site-logo-right,
#menu-strip.visible-xs .site-logo-left,
#menu-strip.visible-xs #site-navigation {
    margin: 8px 0.3em 0 0.3em
}

#menu-strip.visible-xs #site-navigation {
    margin-top: 14px
}

#menu-strip.visible-xs .logo-strip.white {
    height: 52px
}

.row.news-hub-archive {
    clear: both
}

#author-navigation {
    background-color: #afb4b4 !important
}

#newsletterForm {
    display: none;
    padding: 20px
}

#cboxLoadedContent #newsletterForm {
    display: block !important
}

.single-post .sidebar .latest-post-widget-meta .vertical-sepator {
    display: none
}

.single-post .sidebar .latest-post-widget-meta .pull-left {
    clear: both;
    margin-top: 4px
}

.marketo-fat-form {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    min-height: 100px
}

.marketo-fat-form .loading-icon {
    display: none
}

.marketo-fat-form.forms-are-loading {
    min-height: 100px
}

.marketo-fat-form.forms-are-loading .loading-icon {
    display: block;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center
}

.marketo-fat-form.forms-are-loading .loading-icon .fa {
    font-size: 36px
}

.marketo-fat-form.forms-are-loading .loading-icon .title {
    margin-top: 15px;
    text-transform: uppercase
}

.marketo-fat-form .feedback {
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center
}

.marketo-fat-form .feedback .fa {
    color: #0091d2;
    font-size: 48px;
    margin-bottom: 15px
}

.marketo-fat-form .feedback .title {
    margin-bottom: 15px
}

#mktoStyleLoaded {
    background-color: #123456;
    display: none
}

.mktoForm {
    text-align: left
}

.mktoForm .mktoClear {
    clear: both;
    float: none
}

.mktoForm div,
.mktoForm span,
.mktoForm label,
.mktoForm p {
    text-align: left;
    margin: 0;
    padding: 0
}

.mktoForm input,
.mktoForm select,
.mktoForm textarea {
    margin: 0
}

.mktoForm select {
    height: 40px
}

.mktoForm * {
    font-family: inherit
}

.mktoForm .mktoOffset {
    float: left;
    height: 1.2em
}

.mktoForm .mktoGutter {
    float: left;
    height: 1.2em
}

.mktoForm .mktoFieldWrap {
    float: left
}

.mktoForm .mktoLabel {
    float: left;
    line-height: 1.2em;
    padding-top: 0.3em
}

.mktoForm .mktoField {
    line-height: 1.2em;
    font-size: 1em;
    float: left
}

.mktoForm .mktoPlaceholder {
    float: left
}

.mktoForm .mktoLogicalField {
    float: left
}

.mktoForm fieldset {
    padding: 0;
    margin: 0
}

.mktoForm fieldset legend {
    margin: 0 1em 0.5em;
    color: inherit
}

.mktoForm a.mktoNotYou {
    cursor: pointer;
    color: #4692f3
}

.mktoForm a.mktoNotYou:hover {
    text-decoration: underline
}

.mktoForm .mktoAsterix {
    float: right;
    color: #bf0000;
    padding-left: 5px;
    display: none
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
    padding: 0.3em;
    float: left
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    margin-left: 1.5em;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    line-height: 1.2em;
    display: block;
    min-height: 12px
}

.mktoForm.ie7 .mktoRadioList>label,
.mktoForm.ie7 .mktoCheckboxList>label {
    padding: 0.2em 0 0
}

.mktoForm .mktoRadioList>label>input,
.mktoForm .mktoCheckboxList>label>input {
    float: left;
    margin: 0;
    margin-left: -1.5em
}

.mktoForm .mktoRadioList>input,
.mktoForm .mktoCheckboxList>input {
    padding: 0
}

.mktoForm .mktoLabelToLeft>label {
    text-align: right;
    margin-left: 0;
    margin-right: 1.5em
}

.mktoForm .mktoLabelToLeft input[type=checkbox],
.mktoForm .mktoLabelToLeft input[type=radio] {
    position: absolute;
    right: 0.3em
}

.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: block
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: bold
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date] {
    padding: 0.1em 0.2em;
    line-height: 1.2em;
    margin: 0
}

.mktoForm input[type=range] {
    padding: 0.25em 0;
    margin: 0
}

.mktoForm input[type=range]::-ms-tooltip {
    display: none
}

.mktoForm input[type=url],
.mktoForm input[type=text],
.mktoForm input[type=date],
.mktoForm input[type=tel],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mktoForm .mktoFormRow {
    clear: both
}

.mktoForm .mktoFormCol {
    float: left;
    position: relative;
    min-height: 2em
}

.mktoButtonRow {
    display: inline-block;
    position: relative
}

.mktoForm textarea.mktoField {
    display: inline-block;
    padding: 0.2em;
    margin: 0;
    line-height: 1.2em;
    overflow: auto;
    resize: none;
    float: none
}

.mktoForm textarea[rows="1"] {
    height: 2em
}

.mktoForm textarea[rows="2"] {
    height: 3.4em
}

.mktoForm textarea[rows="3"] {
    height: 4.6em
}

.mktoForm textarea[rows="4"] {
    height: 5.8em
}

.mktoForm textarea[rows="5"] {
    height: 7em
}

.mktoForm textarea[rows="6"] {
    height: 8.2em
}

.mktoForm textarea[rows="7"] {
    height: 9.4em
}

.mktoForm textarea[rows="8"] {
    height: 10.6em
}

.mktoForm.mktoLayoutCenter .mktoLabel {
    text-align: right
}

.mktoForm.mktoLayoutAbove .mktoGutter {
    display: none
}

.mktoForm.mktoLayoutAbove .mktoLabel {
    text-align: left
}

.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
    float: none;
    clear: left
}

.mktoForm.mktoLayoutAbove .mktoField,
.mktoForm.mktoLayoutAbove .mktoLogicalField {
    clear: left
}

.mktoForm.mktoLayoutAbove textarea.mktoField {
    float: left
}

.mktoForm .mktoError {
    position: absolute;
    z-index: 99;
    color: #bf0000
}

.mktoForm .mktoError .mktoErrorArrowWrap {
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 100
}

.mktoForm.ie7 .mktoError .mktoErrorArrowWrap {
    top: -8px
}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #e51b00;
    border: 1px solid #9f1300;
    border-right: none;
    border-bottom: none;
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    margin-top: 5px
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage {
    background: transparent url("../images/callout-arrow-up-red.png") top center no-repeat;
    bottom: -7px
}

.mktoForm .mktoError .mktoErrorArrowWrap.mktoArrowImage .mktoErrorArrow {
    display: none
}

.mktoForm .mktoError .mktoErrorMsg {
    display: block;
    margin-top: 7px;
    background-color: #e51b00;
    background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
    background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
    border: 1px solid #9f1300;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #ff3c3c 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: #901100 0 -1px 0
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
    display: block
}

.mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0
}

.mktoForm button.mktoButton:disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    cursor: default
}

.mktoNoJS .mktoLabel {
    display: block;
    padding-right: 10px;
    width: 110px;
    text-align: right
}

.mktoNoJS input[type=text] {
    width: 150px
}

.mktoForm .cf_widget_socialsignon .cf_sign_on {
    margin-bottom: 1.5em
}

.mktoForm .mktoRangeField .mktoRangeValue {
    zoom: 1;
    float: left;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 99;
    color: #000
}

.mktoForm.ie7 .mktoRangeField .mktoRangeValue,
.mktoForm.ie6 .mktoRangeField .mktoRangeValue {
    position: relative
}

.mktoForm .mktoRangeField.mktoHover .mktoRangeValue {
    display: block
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap {
    width: 16px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    bottom: -7px;
    z-index: 100
}

.mktoForm .mktoRangeField .mktoRangeValueArrow {
    background-color: #028d05;
    border: 1px solid #005602;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 16px;
    background-color: #007d04;
    border-left: none;
    border-top: none;
    margin-top: 5px;
    position: absolute;
    bottom: 5px
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage {
    background: transparent url("../images/callout-arrow-down-green.png") top center no-repeat;
    bottom: -7px
}

.mktoForm .mktoRangeField .mktoRangeValueArrowWrap.mktoArrowImage .mktoRangeValueArrow {
    display: none
}

.mktoForm .mktoRangeField .mktoRangeValueText {
    display: block;
    background-color: #028d05;
    background-image: -webkit-linear-gradient(#028d05 43%, #007d04 100%);
    background-image: -moz-linear-gradient(#028d05 43%, #007d04 100%);
    background-image: linear-gradient(#028d05 43%, #007d04 100%);
    background-image: -ms-linear-gradient(#028d05 43%, #007d04 100%);
    border: 1px solid #005602;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #00a500 0 1px 0px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px, inset #00a500 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0.4em 0.6em;
    text-shadow: #005602 0 -1px 0;
    text-align: center
}

.mktoModal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mktoModal .mktoModalMask {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    zoom: 1;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)"
}

.mktoModal .mktoModalContent {
    position: absolute;
    z-index: 10001;
    background: #fff;
    padding: 10px
}

.mktoModal .mktoModalClose {
    position: absolute;
    cursor: pointer;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    width: 19px;
    height: 19px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
    border: 2px solid #ccc
}

@media only screen and (max-width: 480px) {
    .mktoForm,
    .mktoForm * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px
    }
    .mktoForm .mktoGutter,
    .mktoForm .mktoOffset {
        display: none
    }
    .mktoForm .mktoFormCol .mktoLabel {
        text-align: left;
        width: 100%
    }
    .mktoForm .mktoFormCol {
        float: none
    }
    .mktoForm .mktoFieldWrap {
        float: none
    }
    .mktoForm fieldset {
        padding: 0 10px
    }
    .mktoForm input[type=url],
    .mktoForm input[type=text],
    .mktoForm input[type=date],
    .mktoForm input[type=tel],
    .mktoForm input[type=email],
    .mktoForm input[type=number],
    .mktoForm textarea.mktoField,
    .mktoForm select.mktoField {
        width: 100%;
        height: 1.5em;
        line-height: 1.5em;
        font-size: 18px
    }
    .mktoForm select.mktoField {
        height: auto
    }
    .mktoForm .mktoFormRow .mktoField {
        clear: left
    }
    .mktoForm .mktoFormRow .mktoFormCol {
        clear: both
    }
    .mktoForm .mktoRadioList,
    .mktoForm .mktoCheckboxList {
        width: 100%
    }
    .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: left;
        padding-left: 0;
        padding-right: 5px
    }
    .mktoModal .mktoModalContent {
        padding: 10px 0
    }
    .mktoModal .mktoModalClose {
        right: 0
    }
    .mktoForm .cf_widget_socialsignon {
        display: block
    }
    .mktoForm .cf_widget_socialsignon .cf_sign_on {
        width: 100%
    }
    .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
        width: auto
    }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px),
only screen and (max-device-height: 480px) {
    .mktoMobileShow .mktoForm,
    .mktoForm * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 10px
    }
    .mktoMobileShow .mktoForm .mktoGutter,
    .mktoMobileShow .mktoForm .mktoOffset {
        display: none
    }
    .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
        text-align: left;
        width: 100%
    }
    .mktoMobileShow .mktoForm .mktoFormCol {
        float: none
    }
    .mktoMobileShow .mktoForm .mktoFieldWrap {
        float: none
    }
    .mktoMobileShow .mktoForm fieldset {
        padding: 0 10px
    }
    .mktoMobileShow .mktoForm input[type=url],
    .mktoMobileShow .mktoForm input[type=text],
    .mktoMobileShow .mktoForm input[type=date],
    .mktoMobileShow .mktoForm input[type=tel],
    .mktoMobileShow .mktoForm input[type=email],
    .mktoMobileShow .mktoForm input[type=number],
    .mktoMobileShow .mktoForm textarea.mktoField,
    .mktoMobileShow .mktoForm select.mktoField {
        width: 100%;
        height: 1.5em;
        line-height: 1.5em;
        font-size: 18px
    }
    .mktoMobileShow .mktoForm select.mktoField {
        height: auto
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
        clear: left
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
        clear: both
    }
    .mktoMobileShow .mktoForm .mktoRadioList,
    .mktoMobileShow .mktoForm .mktoCheckboxList {
        width: 100%
    }
    .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
        float: left;
        padding-left: 0;
        padding-right: 5px
    }
    .mktoMobileShow .mktoModal .mktoModalContent {
        padding: 10px 0
    }
    .mktoMobileShow .mktoModal .mktoModalClose {
        right: 0
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon {
        display: block
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
        width: 100%
    }
    .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
        width: auto
    }
}

.mktoForm {
    font-family: Arial, sans-serif !important
}

.mktoForm option {
    padding: 0 !important
}

.mktoForm {
    padding: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important
}

.mktoForm .mktoAsterix {
    float: left !important;
    padding-right: 5px !important;
    padding-left: 0 !important;
    color: #00aab4 !important
}

.mktoForm label {
    font-size: 14px !important
}

.mktoForm .mktoLabel {
    font-size: 14px !important;
    width: 100% !important;
    margin-bottom: 10px !important
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
    width: auto !important
}

.mktoForm .mktoCheckboxList {
    float: left !important;
    clear: none !important
}

.mktoLogicalField,
.mktoForm input[type=range] {
    width: 100% !important
}

.mktoForm .mktoLogicalField label,
.mktoForm .mktoRadioList label {
    font-weight: normal !important
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select,
.mktoForm textarea {
    border: 1px solid #DADADA !important;
    margin: 0px auto !important;
    float: none !important;
    margin-bottom: 4px !important;
    padding: 10px 6px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.2em !important;
    min-height: 40px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 10px !important
}

.mktoButtonRow {
    display: block !important
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
    display: none !important
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
    float: none !important
}

.mktoForm .mktoButtonWrap {
    margin: 0 !important
}

.mktoForm .mktoButton {
    font-size: 18px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-top: 25px !important;
    background: #00aab4 !important;
    display: block !important;
    padding: 5px 10px !important;
    width: 100% !important;
    color: #fff !important;
    min-height: 40px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.mktoForm .mktoButton:hover {
    background: #4dc4cb !important;
}
h1.entry-title.h3.visible-lg.visible-md{
margin-bottom:0.4em;
}

.four-images{
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #eeeeee;
}
@media (max-width:480px){
 .four-images .single-four-image{
    min-height: 300px;
    height: 100%;
 }
}

.mktoModal form{
 max-width:400px;
 width: 90% !important;
    padding: 5px 20px !important;
}

.mktoModalContent{
 max-width:420px;
 width:90% !important;
}
.speak-to-our-expert div{
    font-size: 17px !important;
    background-color: #4dc4cb;
    padding: 8px 10px;
    border-radius: 2px;
    box-shadow: 3px 3px 6px #9c9898 !important;
    transform: translate3d(0, 3px, 0);
    color: #ffffff !important;
    position: relative;
    width: auto !important;
    float: left;
    top: -8px;
    cursor:pointer;
line-height:23px;
}

.kf-actions{
    padding: 25px 0px 10px 0px;
    float: left;
    width: 100%;
}

.mktoModal .mktoModalClose {
    right: -10px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 19px !important;
    line-height: 26px !important;
    border: 2px solid white !important;
}

.speak-to-our-expert div:hover {
    background-color: #00aab4;
    padding: 8px;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #9c9898 !important;
    transform: translate3d(0, 3px, 0);
    color: #ffffff !important;
    position: relative;
    top: -3px;
}

div.printfriendly{
margin: 11px 20px 11px 0px !important;
}


.category-158 .home-cta{
    height: 650px !important;
}

/*# sourceMappingURL=style.css.map */