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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: inline-block;
    width: 100%;
    position: relative
}
html {
    box-sizing: border-box
}
*,
*:before,
*:after {
    box-sizing: inherit
}
em {
    font-style: italic
}
body {
    color: #373b3e;
    font-family: 'adobe-garamond-pro', sans-serif;
    font-weight: 400;
}
.ad.single-post-ad{
    z-index:10000;
    position:relative;
}
h1,
.h1 {
    font-family: 'museo-sans', sans-serif;
    font-weight: 500;
    font-size: 46px;
    margin-bottom: 20px;
}
h2,
.h2 {
    font-family: 'museo-sans', serif;
    font-weight: 500;
    font-size: 28px;
}
.sans {
    font-family: 'museo-sans', sans-serif;
}
.serif {
    font-family: 'adobe-garamond-pro', serif;
}
a,
a:visited {
    color: #247eb3;
    text-decoration: none;
}
.post_contents h1,
.post_contents h2,
.post_contents h3,
.post_contents h4 {
    font-family: 'museo-sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}
.post_contents p {
    font-family: 'adobe-garamond-pro', serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px
}
@media only screen and (max-width: 600px) {
    html,
    body {
        overflow-x: hidden
    }
}
@media only screen and (max-width: 600px) {
    .no_mobile {
        display: none
    }
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    background: #fff;
    padding: 0 30px
}
@media only screen and (max-width: 600px) {
    .container {
        padding: 0 15px
    }
}
input {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    border-color: #dddfdf !important
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border-color: #34afe4 !important;
    box-shadow: 0 0 10px #34afe4
}
.msg.error {
    text-align: left;
    color: #AA2317;
    padding-top: 5px;
    clear: both;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    top: -15px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .msg.error {
        top: 0
    }
}
.advert img {
    border: 1px solid #373b3e;
    max-width: 100%
}
.live-event-video .events-landinglive .listing-event h1:hover,
.live-event-video .events-landinglive .listing-event h1:focus {
    text-decoration: underline
}
.live-event-video .events-landinglive .listing-event figure span {
    text-indent: -9999px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url("../img/play-icon-large.svg");
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-position: center center;
    z-index: 2;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4)
}
@media only screen and (max-width: 895px) {
    .live-event-video .events-landinglive .listing-event figure span {
        width: 75px;
        border: 3px solid white;
        height: 75px;
        background-size: 35px
    }
}
@media only screen and (max-width: 400px) {
    .live-event-video .events-landinglive .listing-event figure span {
        width: 45px;
        height: 45px;
        background-size: 18px auto
    }
}
.btn {
    border: none;
    cursor: pointer;
    text-align: center !important
}
.btn.btn-primary {
    float: left;
    padding: 10px 25px;
    line-height: 20px;
    background-color: #247eb3;
    color: white;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 10px 10px 10px 0
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #2ea2e6;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear
}
@media only screen and (max-width: 600px) {
    .btn.btn-primary {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: white;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 10px
    }
}
.btn.btn-large {
    padding: 10px 35px;
    background-color: #247eb3;
    display: block;
    color: white;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 21px;
    margin-top: 15px;
    float: left;
    clear: both;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .btn.btn-large {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: white;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 10px
    }
}
.btn.btn-secondary {
    float: left;
    padding: 9px 24px;
    color: #247eb3;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    margin: 10px 10px 10px 0;
    border: 1px solid #247eb3;
    color: #247eb3
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    background: #2ea2e6;
    border: 1px solid #2ea2e6;
    color: white;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear
}
@media only screen and (max-width: 600px) {
    .btn.btn-secondary {
        display: block;
        width: 100%;
        clear: both;
        text-align: center;
        font-size: 18px;
        padding: 10px
    }
}
.btn.btn-loadmore {
    float: left;
    padding: 10px 25px;
    background-color: #247eb3;
    color: white;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    margin-bottom: 25px;
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 100%
}
@media only screen and (max-width: 600px) {
    .btn.btn-loadmore {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: white;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 10px
    }
}
.btn.btn-sidebar {
    margin: 15px 0 0 0
}
.btn:hover,
.btn:focus {
    background: #2ea2e6;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    text-decoration: none !important;
    color: white !important
}
@media only screen and (max-width: 1150px) {
    .naytev-floating-share {
        display: none
    }
}
.text {
    width: 80%;
    float: left;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.text .author {
    margin-top: 20px;
    position: relative
}
.text .author.sponsored-author img {
    height: 30px;
    border-radius: 0;
    border: none;
    margin: 0 15px 0 0
}
.text .author.sponsored-author .details {
    margin-left: 0;
    margin-top: 7px
}
.text .author.sponsored-author .details .name ul {
    display: inline
}
.text .author.sponsored-author .details .name ul li {
    display: inline;
    font-weight: 500
}
.text .author.sponsored-author .details .name ul li:after {
    content: ', '
}
.text .author.sponsored-author .details .name ul li:last-child:after {
    content: ''
}
.text .author img {
    float: left;
    border-radius: 90px;
    border: 1px solid #f2f3f3;
    max-width: 40px;
    max-height: 40px
}
.text .author .details {
    float: left;
    margin: 12px;
    display: inline-block
}
@media only screen and (max-width: 895px) {
    .text .author .details {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        padding-left: 75px
    }
}
.text .author .details .name {
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.text .author .details .name span {
    font-weight: 500;
    margin: 0 5px 0 0;
    display: inline-block
}
.text .author .details .name span:before {
    content: '';
    margin: 0
}
@media only screen and (max-width: 895px) {
    .text .author .details .name {
        width: auto;
        font-size: 18px;
        line-height: 30px
    }
}
@media only screen and (max-width: 600px) {
    .text .author .details .name {
        width: 100%;
        line-height: 18px;
        font-size: 14px
    }
}
@media only screen and (max-width: 895px) {
    .text .author .details a {
        font-weight: 500
    }
}
.text .author .details time,
.text .author .details span {
    margin: 0
}
@media only screen and (max-width: 895px) {
    .text .author .details time,
    .text .author .details span {
        font-size: 18px;
        line-height: 30px
    }
}
@media only screen and (max-width: 600px) {
    .text .author .details time,
    .text .author .details span {
        margin: 0 !important
    }
}
.text .author .details time:before,
.text .author .details span:before {
    content: '\2219';
    margin-right: 10px;
    color: #7d7f81
}
@media only screen and (max-width: 895px) {
    .text .author .details {
        margin-top: 15px
    }
}
@media only screen and (max-width: 600px) {
    .text .author .details {
        font-size: 14px;
        margin-top: 5px
    }
    .text .author .details time:before {
        content: '';
        margin-right: 0
    }
}
.header_top h1 {
    font-size: 55px;
    line-height: 64px;
    letter-spacing: -1px;
    margin-bottom: 10px
}
@media only screen and (max-width: 1150px) {
    .header_top h1 {
        margin-bottom: 10px
    }
}
@media only screen and (max-width: 895px) {
    .header_top h1 {
        font-size: 40px;
        line-height: 46px
    }
}
@media only screen and (max-width: 600px) {
    .header_top h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px
    }
}
.header_top h1,
.header_top h2,
.header_top h3 {
    color: #373b3e;
    font-weight: 400
}
.header_top .author {
    margin-bottom: 20px;
    position: relative
}
.header_top .author.sponsored-author img {
    height: 30px;
    border-radius: 0;
    border: none;
    margin: 0 15px 0 0
}
.header_top .author.sponsored-author .details {
    margin-left: 0;
    margin-top: 7px
}
.header_top .author.sponsored-author .details .name ul {
    display: inline
}
.header_top .author.sponsored-author .details .name ul li {
    display: inline;
    font-weight: 500
}
.header_top .author.sponsored-author .details .name ul li:after {
    content: ', '
}
.header_top .author.sponsored-author .details .name ul li:last-child:after {
    content: ''
}
.header_top .author img {
    float: left;
    border-radius: 90px;
    border: 1px solid #f2f3f3;
    max-width: 40px;
    max-height: 40px
}
.header_top .author .details {
    float: left;
    margin: 12px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    color: #373b3e
}
@media only screen and (max-width: 895px) {
    .header_top .author .details {
        width: 100%;
        position: absolute;
        left: 0;
        top: -11px;
        margin: 0;
        padding-left: 52px
    }
}
@media only screen and (max-width: 600px) {
    .header_top .author .details {
        top: 0;
        padding-left: 55px
    }
}
.header_top .author .details .name {
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.header_top .author .details .name span {
    font-weight: 500;
    margin: 0 5px 0 0;
    display: inline-block
}
.header_top .author .details .name span:before {
    content: '';
    margin: 0
}
@media only screen and (max-width: 895px) {
    .header_top .author .details .name {
        width: auto;
        font-size: 17px;
        line-height: 30px
    }
}
@media only screen and (max-width: 600px) {
    .header_top .author .details .name {
        width: 100%;
        line-height: 18px;
        font-size: 14px
    }
}
.header_top .author .details time,
.header_top .author .details span {
    margin: 0
}
@media only screen and (max-width: 895px) {
    .header_top .author .details time,
    .header_top .author .details span {
        font-size: 17px;
        line-height: 30px
    }
}
@media only screen and (max-width: 600px) {
    .header_top .author .details time,
    .header_top .author .details span {
        margin: 0 !important
    }
}
/*.header_top .author .details time:before,.header_top .author .details span:before{content:'\2219';margin:0 10px;color:#7d7f81}*/

@media only screen and (max-width: 895px) {
    .header_top .author .details {
        margin-top: 15px
    }
}
@media only screen and (max-width: 600px) {
    .header_top .author .details {
        font-size: 14px;
        margin-top: 5px
    }
    .header_top .author .details time:before {
        content: '';
        margin: 0
    }
}
.header_top .author .details a,
.header_top .author .details time {
    margin-right: 5px;
    color: #373b3e
}
.header_top .author .details time,
.header_top .author .details span {
    margin-left: 5px
}
@media only screen and (max-width: 600px) {
    .header_top .author .details time,
    .header_top .author .details span {
        line-height: 18px;
        font-size: 14px
    }
}
@media only screen and (max-width: 895px) {
    .header_top .author .details img {
        width: 60px;
        height: 60px
    }
}
@media only screen and (max-width: 600px) {
    .header_top .author .details img {
        width: 50px;
        height: 50px
    }
}
.article_head {
    padding-bottom: 0
}
.intro {
    float: left;
    width: 100%
}
@media only screen and (max-width: 895px) {
    .intro {
        float: none;
        width: 100%
    }
}
.intro .hero_image {
    margin-bottom: 20px
}
@media only screen and (max-width: 1150px) {
    .intro .hero_image {
        margin-bottom: 20px
    }
}
.intro .hero_image img {
    width: 100%;
    height: auto;
    display: block
}
.intro .hero_image .mobile_hero {
    display: none
}
.intro .hero_image .credit {
    display: block;
    font-size: 14px;
    margin: -40px 0 0 0;
    background: rgba(0, 0, 0, 0.3);
    line-height: 20px;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 500
}
.intro .hero_image .credit .name {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    color: #fff;
    font-weight: 400;
    display: inline-block
}
.intro .hero_image .credit a {
    color: #fff
}
@media only screen and (max-width: 895px) {
    .intro .hero_image .credit {
        font-size: 12px;
        padding: 10px 16px
    }
}
@media only screen and (max-width: 600px) {
    .intro .hero_image .credit {
        font-size: 11px;
        padding: 4px 10px
    }
}
@media only screen and (max-width: 895px) {
    .intro .hero_image {
        margin-bottom: 15px;
        position: relative
    }
    .intro .hero_image .credit {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}
@media only screen and (max-width: 895px) {
    /*.intro .hero_image .desktop_hero{display:none}.intro .hero_image .mobile_hero{display:block}*/
}
.intro .text {
    color: #7d7f81;
    font-family: 'Neuton', serif;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 0;
    padding-right: 82px;
    padding-left: 20%;
    position: relative;
    width: 100%
}
.intro .text .naytev-share-toolbar.naytev-share-horizontal {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 0;
    float: left;
    margin-bottom: 20px
}
.intro .text .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons {
    display: block
}
.intro .text .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
    display: block;
    float: left;
    height: auto;
    margin-right: 25px
}
@media only screen and (max-width: 895px) {
    .intro .text .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
        margin-right: 0;
        margin-bottom: 10px;
        width: 50%;
        text-align: left
    }
    .intro .text .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social[data-network=email] {
        background-color: #e4e4e4;
        text-align: center;
        width: 91px
    }
    .intro .text .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social[data-network=email] .share-count {
        display: none
    }
}
@media only screen and (max-width: 895px) {
    .intro .text .naytev-share-toolbar.naytev-share-horizontal {
        margin-bottom: 0
    }
}
@media only screen and (max-width: 895px) {
    .intro .text .sponsored {
        font-size: 22px;
        line-height: 26px;
        font-weight: 300;
        margin-top: 10px
    }
}
.intro .text .post_meta {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    padding-bottom: 20px
}
.intro .text .post_meta a h3 {
    line-height: 20px;
    font-size: 18px
}
@media only screen and (max-width: 1150px) {
    .intro .text .post_meta {
        position: static;
        display: block;
        width: auto;
        margin-top: 20px;
        float: left
    }
    .intro .text .post_meta ul {
        float: left
    }
    .intro .text .post_meta ul.tags {
        margin-left: 20px
    }
}
@media only screen and (max-width: 895px) {
    .intro .text .post_meta ul.tags {
        text-align: left;
        clear: both;
        float: none;
        margin-left: 0
    }
}
@media only screen and (max-width: 600px) {
    .intro .text .post_meta {
        float: left !important
    }
}
@media only screen and (max-width: 1150px) {
    .intro .text {
        padding-left: 0
    }
}
@media only screen and (max-width: 895px) {
    .intro .text {
        width: 100%;
        padding-right: 82px;
    }
}
@media only screen and (max-width: 600px) {
    .intro .text {
        padding-left: 15px;
        padding-right: 15px
    }
}
.intro .text h1,
.intro .text h2,
.intro .text h3 {
    color: #373b3e;
    font-weight: 400
}
.intro .text h1 {
    font-size: 55px;
    line-height: 64px;
    letter-spacing: -1px;
    font-weight: 600
}
@media only screen and (max-width: 1150px) {
    .intro .text h1 {
        margin-bottom: 10px
    }
}
@media only screen and (max-width: 895px) {
    .intro .text h1 {
        font-size: 40px;
        line-height: 46px
    }
}
@media only screen and (max-width: 600px) {
    .intro .text h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px
    }
}
.intro .text .excerpt {
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 10px;
    color: #333333;
    font-weight: 300;
    font-family: 'calluna', serif;
    color: #373b3e
}
@media only screen and (max-width: 1150px) {
    .intro .text .excerpt {
        clear: both
    }
}
@media only screen and (max-width: 600px) {
    .intro .text .excerpt {
        font-size: 26px;
        line-height: 34px;
        font-weight: 300
    }
}
.intro .text .author {
    font-size: 16px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    color: #373b3e;
    clear: both
}
.intro .text .author a,
.intro .text .author time {
    margin-right: 5px;
    color: #373b3e
}
.intro .text .author time,
.intro .text .author span {
    margin-left: 5px
}
@media only screen and (max-width: 600px) {
    .intro .text .author time,
    .intro .text .author span {
        line-height: 18px;
        font-size: 14px
    }
}
@media only screen and (max-width: 895px) {
    .intro .text .author img {
        width: 60px;
        height: 60px
    }
}
@media only screen and (max-width: 600px) {
    .intro .text .author img {
        width: 50px;
        height: 50px
    }
}
@media only screen and (max-width: 790px) {
    .advert.mobile-advert {
        display: none !important
    }
}
@media only screen and (max-width: 895px) {
    .watching-time.video-watching-time {
        display: block
    }
    .watching-time.video-watching-time:before {
        display: none
    }
}
.article-content .naytev-share-toolbar.naytev-share-horizontal {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 0;
    float: left;
    margin-bottom: 20px
}
.article-content .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons {
    display: block
}
.article-content .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
    display: block;
    float: left;
    height: auto;
    margin-right: 25px
}
@media only screen and (max-width: 895px) {
    .article-content .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
        margin-right: 0;
        margin-bottom: 10px;
        width: 50%;
        text-align: left
    }
    .article-content .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social[data-network=email] {
        background-color: #e4e4e4;
        text-align: center;
        width: 91px
    }
    .article-content .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social[data-network=email] .share-count {
        display: none
    }
}
@media only screen and (max-width: 895px) {
    .article-content .naytev-share-toolbar.naytev-share-horizontal {
        margin-bottom: 0
    }
}
.post_contents {
    width: 80%;
    float: left;
    display: inline-block;
    margin-left: 20%;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 1150px) {
    .post_contents {
        width: 100%;
        float: none;
        padding-top: 15px;
        margin-left: 0
    }
}
@media only screen and (max-width: 600px) {
    .post_contents {
        margin-top: 10px
    }
}
.post_contents .support_information {
    width: 33.333333333333333%;
    float: right;
    margin: 0;
    clear: left;
    padding-left: 25px
}
@media only screen and (max-width: 895px) {
    .post_contents .support_information {
        width: 50%;
        padding-left: 30px
    }
}
@media only screen and (max-width: 600px) {
    .post_contents .support_information {
        display: none
    }
}
.post_contents .support_information .advert {
    margin: 0;
    width: 100%
}
.post_contents .support_information .advert img {
    padding: 0
}
.post_contents .support_information .popular_posts {
    padding-bottom: 0;
    width: 100%
}
.post_contents .support_information .popular_posts h3 {
    font-size: 24px;
    line-height: 24px;
    color: #7d7f81;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    padding-top: 13px;
    margin-bottom: 10px
}
@media only screen and (max-width: 895px) {
    .post_contents .support_information .popular_posts h3 {
        border-top: 1px solid #dddfdf
    }
}
.post_contents .support_information .popular_posts ul {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden
}
.post_contents .support_information .popular_posts ul .listing-square {
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 30px;
    height: auto
}
@media only screen and (max-width: 895px) {
    .post_contents .support_information .popular_posts ul .listing-square {
        border-bottom: none
    }
    .post_contents .support_information .popular_posts ul .listing-square h3 {
        border-top: none
    }
}
.post_contents .support_information .popular_posts ul .listing-square figure {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
    margin-bottom: 15px
}
.post_contents .support_information .popular_posts ul .listing-square figure img {
    padding: 0;
    display: block
}
@media only screen and (max-width: 895px) {
    .post_contents .support_information .popular_posts ul .listing-square figure img {
        width: 100%
    }
}
.post_contents .support_information .popular_posts ul .listing-square a {
    padding-bottom: 0
}
.post_contents .support_information .popular_posts ul .listing-square a:hover h3,
.post_contents .support_information .popular_posts ul .listing-square a:focus h3,
.post_contents .support_information .popular_posts ul .listing-square a:active h3 {
    text-decoration: underline
}
.post_contents .support_information .popular_posts ul .listing-square a:hover figure,
.post_contents .support_information .popular_posts ul .listing-square a:focus figure,
.post_contents .support_information .popular_posts ul .listing-square a:active figure {
    position: relative;
    display: block
}
.post_contents .support_information .popular_posts ul .listing-square .meta {
    padding-bottom: 0
}
.post_contents .support_information .popular_posts ul .listing-square .meta time,
.post_contents .support_information .popular_posts ul .listing-square .meta span {
    padding-bottom: 0
}
.post_contents .support_information .popular_posts ul .listing-square h3 {
    font-size: 24px;
    line-height: 28px;
    color: #247eb3;
    padding: 0;
    margin-bottom: 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.post_contents .support_information .popular_posts ul .listing-square ul {
    position: static
}
.post_contents .support_information .popular_posts ul .listing-square ul li {
    margin: 0;
    padding: 0;
    width: auto;
    float: left;
    color: #333333;
    font-size: 16px;
    margin-right: 10px
}
.post_contents .support_information .popular_posts ul .listing-square ul li time {
    color: #333333;
    padding: 0
}
.post_contents p,
.post_contents h3 {
    width: 90%;
    margin: 0
}
@media only screen and (max-width: 1150px) {
    .post_contents p,
    .post_contents h3 {
        width: 100%;
        text-align: left
    }
}
.post_contents .newsletter-signup {
    background: #35afe5;
    background: -moz-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #35afe5), color-stop(20%, #f7f7f7));
    background: -webkit-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -o-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -ms-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: linear-gradient(to right, #35afe5 20%, #f7f7f7 20%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35afe5', endColorstr='#f7f7f7', GradientType=1);
    margin-bottom: 25px;
    position: relative;
    margin-top: 25px;
    float: left;
    width: 100%
}
@media only screen and (max-width: 600px) {
    .post_contents .newsletter-signup {
        background: #f2f3f3;
        padding: 15px;
        text-align: center
    }
}
.post_contents .newsletter-signup h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 24px
}
@media only screen and (max-width: 600px) {
    .post_contents .newsletter-signup h2 {
        font-size: 18px;
        line-height: 24px;
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px
    }
}
.post_contents .newsletter-signup p {
    padding-bottom: 15px
}
@media only screen and (max-width: 600px) {
    .post_contents .newsletter-signup p {
        display: none
    }
}
.post_contents .newsletter-signup * {
    width: 100%
}
.post_contents .newsletter-signup .icon {
    width: 20%;
    height: 1px;
    float: left
}
.post_contents .newsletter-signup .icon:after {
    width: 20%;
    float: left;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url("../img/large-mail-icon.svg");
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: center center
}
@media only screen and (max-width: 600px) {
    .post_contents .newsletter-signup .icon {
        width: 100%;
        float: none;
        background: none;
        height: auto
    }
    .post_contents .newsletter-signup .icon:after {
        position: static;
        float: none;
        display: block;
        height: 80px;
        width: 80px;
        background-size: 40px 40px;
        background-color: #34afe4;
        margin: 0 auto;
        border-radius: 50%
    }
}
.post_contents .newsletter-signup .form {
    width: 80%;
    float: left;
    padding: 25px 30px
}
@media only screen and (max-width: 600px) {
    .post_contents .newsletter-signup .form {
        width: 100%;
        float: none;
        padding: 0
    }
}
.post_contents .newsletter-signup .form .msg {
    padding: 0;
    margin: 0
}
.post_contents .newsletter-signup .form .radio-button {
    clear: both;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    width: auto;
    position: relative;
    padding: 0
}
.post_contents .newsletter-signup .form .radio-button input[type=checkbox],
.post_contents .newsletter-signup .form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    height: 25px;
    opacity: 0;
    z-index: 1
}
@media only screen and (max-width: 895px) {
    .post_contents .newsletter-signup .form .radio-button {
        width: 20%;
        float: left;
        margin-left: 2%;
        margin-right: 0;
        clear: none;
        margin-top: 6px;
        margin-bottom: 20px
    }
	.post_contents .newsletter-signup .form.live-event-form .radio-button{
		width:100%;
		margin-bottom:10px !important;
	}
    .post_contents .newsletter-signup .form .radio-button.daily {
        width: 26%
    }
    .post_contents .newsletter-signup .form .radio-button input[type=checkbox],
    .post_contents .newsletter-signup .form .radio-button input[type=radio] {
        margin-top: 0 !important
    }
    .post_contents .newsletter-signup .form .radio-button label {
        margin-bottom: 0 !important;
        font-size: 15px
    }
}
@media only screen and (max-width: 600px) {
    .post_contents .newsletter-signup .form .radio-button {
        width: 50%;
        margin-left: 0
    }
	.post_contents .newsletter-signup .form.live-event-form .radio-button{
		width:100%;
		margin-top:10px !important;
	}
    .post_contents .newsletter-signup .form .radio-button.daily {
        width: 50%
    }
}
.post_contents .newsletter-signup .form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    float: none;
    padding-bottom: 0;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 600px) {
    .post_contents .newsletter-signup .form label {
        font-size: 18px;
        padding-left: 32px;
        line-height: 32px;
        width: 100%;
        margin: 0 0 25px 0 !important
    }
}
.post_contents .newsletter-signup .form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #373b3e
}
@media only screen and (max-width: 895px) {
    .post_contents .newsletter-signup .form label:before {
        width: 20px;
        height: 20px
    }
}
.post_contents .newsletter-signup .form input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.post_contents .newsletter-signup .form input[type=radio]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.post_contents .newsletter-signup .form input {
    border: 1px solid #7d7f81;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    margin-bottom: 25px
}
.post_contents .newsletter-signup .form input.error {
    border: 1px solid #AA2317 !important;
	box-shadow: 0 0 8px #AA2317;
}
.post_contents .newsletter-signup .form input.name#MERGE1 {
    width: 48%;
    margin-right: 2%
}
.post_contents .newsletter-signup .form input.name#MERGE2 {
    width: 48%;
    margin-left: 2%
}
.post_contents .newsletter-signup .form input[type="submit"] {
    margin-bottom: 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    border: none;
    font-weight: 300
}
@media only screen and (max-width: 895px) {
    .post_contents .newsletter-signup .form input#EMAIL {
        width: 48%;
        margin-right: 2%;
        float: left
    }
}
@media only screen and (max-width: 600px) {
    .post_contents .newsletter-signup .form input {
        width: 100% !important;
        float: none;
        margin: 15px 0 0 0 !important;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        font-weight: 300
    }
}
.post_contents .advert img {
    padding: 0
}
.clear {
    clear: both
}
.popular-posts .listing-square {
    padding: 15px 0 0 0;
    height: auto;
    margin: 0
}
.popular-posts .listing-square a {
    display: block
}
.popular-posts .listing-square a figure {
    height: auto;
    display: block;
    margin-bottom: 10px
}
.popular-posts .listing-square a ul {
    width: 100%;
    margin-bottom: 0;
    position: static
}
.popular-posts .listing-square a ul li,
.popular-posts .listing-square a ul time {
    font-size: 14px;
    display: inline-block;
    margin: 0
}
.post_meta {
    text-align: right;
    text-transform: capitalize;
    width: 20%;
    min-height: 5px;
    padding-right: 30px;
    float: left;
    display: inline-block;
    position: absolute;
    bottom: 94px;
    left: 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .post_meta {
        padding-right: 0;
        float: none !important;
        overflow: hidden
    }
}
.post_meta .popular_posts {
    border-top: 1px solid #dddfdf;
    padding-top: 30px
}
@media only screen and (max-width: 1150px) {
    .post_meta .popular_posts {
        display: none !important
    }
}
.post_meta .categories li {
    display: inline-block;
    padding: 10px 30px;
    line-height: 20px;
    color: #247eb3;
    font-size: 16px;
    margin: 0 5px 5px 5px;
    background-color: #f2f3f3
}
@media only screen and (max-width: 1150px) {
    .post_meta .categories li {
        margin: 0 10px 5px 0
    }
}
@media only screen and (max-width: 895px) {
    .post_meta .categories li {
        font-size: 18px;
        line-height: 22px;
        margin-left: 0;
        padding: 12px 17px
    }
}
@media only screen and (max-width: 895px) {
    .post_meta .categories {
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 600px) {
    .post_meta .categories {
        margin-bottom: 0;
        margin-right: 15px;
        text-align: left
    }
}
@media only screen and (max-width: 600px) {
    .post_meta .tags {
        margin-top: 0 !important;
        margin-left: 0 !important
    }
}
.post_meta .tags li {
    display: inline-block;
    font-size: 16px;
    color: #247eb3;
    margin-bottom: 5px
}
@media only screen and (max-width: 1150px) {
    .post_meta .tags li {
        padding: 10px 0;
        line-height: 20px
    }
}
@media only screen and (max-width: 895px) {
    .post_meta .tags li {
        padding: 12px 0px;
        font-size: 18px;
        line-height: 21px
    }
}
@media only screen and (max-width: 895px) {
    .post_meta .tags li {
        padding: 0
    }
}
.post_meta .tags li a {
    white-space: nowrap
}
.post_meta .tags li:after {
    content: ", ";
    margin-right: 5px
}
.post_meta .tags li:last-child:after {
    content: ""
}
.sub_nav {
    width: 20%;
    display: inline;
    float: left
}
.main {
    width: 80%;
    display: inline;
    float: left;
    padding-left: 30px
}
.pagenation {
    text-align: center;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    float: left;
    clear: both;
    width: 100%;
    border-top: 1px solid #dddfdf;
    border-bottom: 1px solid #dddfdf;
    padding: 20px
}
.pagenation .page-numbers {
    margin: 0 10px
}
.pagenation .dots {
    color: #247eb3
}
.pagenation .prev,
.pagenation .next {
    display: none
}
article {
    position: static
}
a.full_width_cta {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #247eb3;
    color: #fff;
    float: left;
    clear: both;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: center
}
a.full_width_cta:hover,
a.full_width_cta:focus {
    background: #2ea2e6;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear
}
@media only screen and (max-width: 895px) {
    a.full_width_cta {
        font-size: 18px;
        padding: 15px
    }
}
.msg {
    font-size: 20px;
    color: #247eb3;
    margin: 0 0 20px 0;
    text-align: center
}
.jscroll-added {
    position: relative
}
.jscroll-added:after {
    content: "";
    display: table;
    clear: both
}
div.wpcf7-validation-errors {
    clear: both;
    border: none !important
}
span.wpcf7-not-valid-tip {
    margin: 10px 0 -10px 0;
    clear: both;
    float: left;
    font-size: 16px
}
.home header .nav_search .container .borders {
    border-bottom: 1px solid #dddfdf
}
@media only screen and (max-width: 780px) {
    .home header .nav_search .container .borders {
        border: none
    }
}
@media only screen and (max-width: 780px) {
    .home header {
        padding: 0 0 15px 0;
        margin-bottom: 0
    }
}
.page-template-single-signup-php header {
    margin-bottom: 30px
}
.message-bar .close-buton {
    width: 13px;
    height: 13px;
    margin: 4px 28px 0 18px;
    line-height: 999;
    float: right;
    overflow: hidden;
    background: url("../img/sprite.png") -94px 0 no-repeat
}
@media only screen and (max-width: 600px) {
    .message-bar .close-buton {
        margin: 0;
        position: absolute;
        right: 15px
    }
}
.message-bar .inner {
    border-top: 1px solid #dddfdf;
    text-align: center;
    padding: 20px 0;
    background-color: #e9f7fd
}
.message-bar p {
    font-size: 22px
}
@media only screen and (max-width: 600px) {
    .message-bar p {
        padding: 0 15px
    }
}
@media only screen and (max-width: 895px) {
    .message-bar {
        line-height: 1.3;
        position: relative
    }
    .message-bar .inner {
        padding: 20px 15px
    }
}
@media only screen and (max-width: 780px) {
    .message-bar {
        padding: 0
    }
}
.home .message-bar .inner {
    border-top: none
}
@media only screen and (max-width: 780px) {
    header {
        padding: 0 15px 15px 15px;
        margin-bottom: 0
    }
	
	.new-related-content {
		padding-left:15px;
		padding-right:15px;
	}
}
header.stycky-mobile {
    display: block
}
@media only screen and (max-width: 780px) {
    header.stycky-mobile {
        left: 0;
        top: 0;
        z-index: 99;
        padding-bottom: 0;
        position: fixed !important;
        background: none repeat scroll 0 0 white
    }
}
.single-post .more-link {
    display: none !important
}
@media only screen and (max-width: 780px) {
    div.container.stycky-mobile {
        margin-top: 100px
    }
}
.header-subscribe {
    display: none;
    background-color: #34afe4;
    color: white;
    padding: 11px 0 10px;
    overflow: hidden
}
@media only screen and (max-width: 1150px) {
    .header-subscribe {
        padding: 10px 0
    }
}
@media only screen and (max-width: 780px) {
    .header-subscribe {
        display: none !important
    }
}
.header-subscribe .container {
    background: none
}
.header-subscribe a.newsletter_button {
    position: absolute;
    height: 25px;
    background-position: center center;
    background-size: cover;
    width: 20px;
    top: 33px;
    right: 20px;
    background-image: url("../img/nav-close.svg");
    text-indent: -9999px;
    display: block
}
@media only screen and (max-width: 1150px) {
    .header-subscribe a.newsletter_button {
        display: none
    }
}
.header-subscribe.show-subscribe {
    display: block
}
@media only screen and (max-width: 780px) {
    .header-subscribe.show-subscribe {
        display: none
    }
}
.header-subscribe p {
    width: 21%;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 11px 0
}
@media only screen and (max-width: 1260px) {
    .header-subscribe p {
        display: none
    }
}
@media only screen and (max-width: 1150px) {
    .header-subscribe p {
        display: block;
        width: 100%;
        text-align: center
    }
}
@media only screen and (max-width: 780px) {
    .header-subscribe p {
        font-size: 23px;
        line-height: 25px;
        max-width: 200px;
        margin: 0 auto
    }
}
.header-subscribe form {
    width: 79%;
    float: left
}
@media only screen and (max-width: 1260px) {
    .header-subscribe form {
        width: 100%
    }
}
.header-subscribe form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 18px;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 780px) {
    .header-subscribe form label {
        font-size: 18px;
        padding-left: 25px;
        width: 50%;
        margin: 0 0 25px 0 !important
    }
}
@media only screen and (max-width: 1150px) {
    .header-subscribe form label.bi {
        width: 12%
    }
    .header-subscribe form label.occ {
        width: 17%
    }
}
.header-subscribe form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #247eb3
}
@media only screen and (max-width: 780px) {
    .header-subscribe form label:before {
        width: 20px;
        height: 20px
    }
}
.header-subscribe form input[type=checkbox],
.header-subscribe form input[type=radio] {
    display: none
}
.header-subscribe form input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.header-subscribe form input[type=radio]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.header-subscribe form .msg.error {
    width: 100%;
    padding-left: 36%;
    text-align: left;
    color: black;
    padding-top: 5px;
    clear: both;
    margin-bottom: 0;
    font-size: 14px;
    position: static;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.header-subscribe form *::-webkit-input-placeholder {
    color: #c2c2c2;
    font-size: 18px;
    line-height: 18px
}
.header-subscribe form *:-moz-placeholder {
    color: #c2c2c2;
    font-size: 18px;
    line-height: 18px
}
.header-subscribe form *::-moz-placeholder {
    color: #c2c2c2;
    font-size: 18px;
    line-height: 18px
}
.header-subscribe form *:-ms-input-placeholder {
    color: #c2c2c2;
    font-size: 18px;
    line-height: 18px
}
.header-subscribe form input {
    padding: 10px 15px;
    font-size: 18px;
    margin: 0;
    border: 1px solid #247eb3 !important;
    float: left;
    line-height: 18px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.header-subscribe form input[type="text"] {
    width: 20%;
    max-width: 170px;
    padding-right: 20px;
    margin-right: 12px
}
@media only screen and (max-width: 1150px) {
    .header-subscribe form input[type="text"] {
        width: calc(50% - 12px);
        max-width: 100%;
        margin-bottom: 12px
    }
}
.header-subscribe form input[type="email"] {
    width: 25%;
    max-width: 235px;
    padding-right: 20px;
    margin-right: 12px
}
@media only screen and (max-width: 1150px) {
    .header-subscribe form input[type="email"] {
        width: calc(50% - 12px);
        max-width: 100%
    }
}
.header-subscribe form input[type="submit"] {
    width: 10%;
    background-color: #247eb3;
    color: #fff;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 8px 13px
}
@media only screen and (max-width: 1150px) {
    .header-subscribe form input[type="submit"] {
        float: right;
        margin-right: 12px
    }
}
@media only screen and (max-width: 780px) {
    .header-subscribe form input[type="submit"] {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: #fff;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 15px
    }
}
@media only screen and (max-width: 780px) {
    .header-subscribe form input {
        font-family: 'Neuton', serif;
        width: 100% !important;
        float: none;
        margin-top: 15px;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        font-weight: 300
    }
}
@media only screen and (max-width: 1150px) {
    .header-subscribe form {
        width: 100%;
        float: none;
        margin: 0 auto
    }
    .header-subscribe form label {
        margin-top: 15px
    }
    .header-subscribe form input[type="submit"] {
        margin-top: 0
    }
}
@media only screen and (max-width: 1150px) {
    header {
        position: relative !important
    }
}
#main_nav {
    margin-top: 29px;
    margin-left: 28px;
    width: auto;
    float: left;
    display: inline-block;
    position: relative
}
#main_nav.mobile-show {
    display: block
}
@media only screen and (max-width: 1260px) {
    #main_nav {
        float: right;
        width: auto
    }
}
@media only screen and (max-width: 1150px) {
    #main_nav {
        position: static;
        width: auto
    }
}
@media only screen and (max-width: 895px) {
    #main_nav {
        width: 100%;
        margin: 0;
        border-top: 1px solid #dddfdf
    }
}
@media only screen and (max-width: 780px) {
    #main_nav {
        margin: 0;
        display: none
    }
    #main_nav li:nth-last-child(2) {
        padding-left: 0
    }
    #main_nav .mobile-show {
        display: block
    }
}
@media only screen and (max-width: 895px) {
    #main_nav ul#menu-header-menu li {
        width: auto;
        float: left;
        display: block;
        margin: 0;
        margin-left: 24px
    }
    #main_nav ul#menu-header-menu li.more-link {
        display: none
    }
    #main_nav ul#menu-header-menu li:first-child {
        margin-left: 0
    }
}
#main_nav ul li {
    display: inline-block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.25px;
    margin: 0 0 0 0
}
@media only screen and (max-width: 1386px) {
    #main_nav ul li a {
        border-right-width: 15px !important
    }
    #main_nav ul li:nth-child(6) a {
        border-right-width: 0 !important
    }
}
@media only screen and (max-width: 1260px) {
    #main_nav ul li:first-child {
        margin-left: 0
    }
    #main_nav ul li a {
        border-right-width: 20px !important
    }
}
@media only screen and (max-width: 960px) {
    #main_nav ul li a {
        border-right-width: 7px !important
    }
}
@media only screen and (max-width: 895px) {
    #main_nav ul li {
        line-height: 20px
    }
}
@media only screen and (max-width: 780px) {
    #main_nav ul li {
        font-size: 16px
    }
}
#main_nav ul li.more-link {
    display: none
}
@media only screen and (max-width: 780px) {
    #main_nav ul li.more-link {
        display: block
    }
}
#main_nav ul li a.hovered {
    color: #7d7f81
}
@media only screen and (max-width: 1150px) {
    #main_nav ul li a.hovered {
        color: #373b3e !important;
        padding: 20px 0 27px;
        border-bottom: none
    }
}
#main_nav ul li a.hovered:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #f2f3f3
}
#main_nav ul li a {
    padding: 20px 0 27px 0;
    border-right: 25px solid white;
    display: block;
    text-decoration: none;
    color: #373b3e;
    position: relative
}
#main_nav ul li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: white
}
@media only screen and (max-width: 895px) {
    #main_nav ul li a {
        padding-bottom: 20px;
        border-right: none
    }
    #main_nav ul li a:after {
        display: none
    }
}
#main_nav ul .current-menu-item a {
    color: #34afe4
}
@media only screen and (max-width: 1150px) {
    #main_nav ul {
        position: static
    }
}
@media only screen and (max-width: 780px) {
    #main_nav {
        float: none;
        clear: both;
        width: 100%
    }
    #main_nav ul#menu-header-menu {
        background-color: #f2f3f3;
        overflow: hidden
    }
    #main_nav ul#menu-header-menu li {
        width: 50%;
        margin-right: 0;
        margin: 0;
        float: left;
        border-bottom: 1px solid #dddfdf
    }
    #main_nav ul#menu-header-menu li.more-link {
        display: block
    }
    #main_nav ul#menu-header-menu li:nth-child(odd) {
        border-right: 1px solid #dddfdf
    }
    #main_nav ul#menu-header-menu li:nth-child(odd):last-child {
        border-left: 0;
        width: 100%;
        display: block;
        clear: both;
        border-right: none;
        float: none;
        border-bottom: none
    }
    #main_nav ul#menu-header-menu li a {
        text-align: center;
        padding: 12px 0
    }
}
#main_nav .social-links {
    position: absolute;
    right: 10px;
    top: 0
}
@media only screen and (max-width: 1150px) {
    #main_nav .social-links {
        right: 30px;
        top: 135px
    }
}
@media only screen and (max-width: 895px) {
    #main_nav .social-links {
        top: 140px
    }
}
@media only screen and (max-width: 780px) {
    #main_nav .social-links {
        display: none
    }
}
#main_nav .social-links li {
    float: left;
    margin-right: 10px;
    padding: 16px 0
}
@media only screen and (max-width: 1150px) {
    #main_nav .social-links li {
        margin-right: 0;
        margin-left: 10px;
        padding: 0
    }
}
#main_nav .social-links li a {
    width: 30px;
    height: 30px;
    padding: 0;
    display: block;
    background-position: center center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: 0;
    -webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out
}
#main_nav .social-links .facebook a {
    background: url("../img/facebook-icon.svg")
}
#main_nav .social-links .facebook a:hover {
    background: url("../img/facebook-icon-hover.svg")
}
#main_nav .social-links .twitter a {
    background: url("../img/twitter-icon.svg")
}
#main_nav .social-links .twitter a:hover {
    background: url("../img/twitter-icon-hover.svg")
}
#main_nav .social-links .rss a {
    background: url("../img/rss-icon.svg")
}
#main_nav .social-links .rss a:hover {
    background: url("../img/rss-icon-hover.svg")
}
#main_nav .social-links .google a {
    background: url("../img/google-icon.svg")
}
#main_nav .social-links .google a:hover {
    background: url("../img/google-icon-hover.svg")
}
#main_nav .social-links .linkedin a {
    background: url("../img/linkedin-icon.svg")
}
#main_nav .social-links .linkedin a:hover {
    background: url("../img/linkedin-icon-hover.svg")
}
header {
    position: static
}
header:after {
    clear: both;
    content: ''
}
.meganav-container.container {
    padding: 0;
    overflow: hidden
}
.nav_search {
    position: relative
}
@media only screen and (max-width: 1150px) {
    .nav_search {
        position: static
    }
}
@media only screen and (max-width: 780px) {
    .nav_search .container.header-container {
        padding: 0
    }
}
.nav_search .container .borders {
    border-top: 1px solid #dddfdf;
    overflow: hidden
}
@media only screen and (max-width: 1150px) {
    .nav_search {
        position: static
    }
}
.nav_search .mega-nav {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 20;
    top: -31px
}
.nav_search .mega-nav .listing-square {
    height: auto !important;
    padding-bottom: 15px
}
.nav_search .mega-nav .listing-square .meta {
    padding-right: 20px
}
.nav_search .mega-nav .listing-square .meta .sponsored {
    float: right
}
@media only screen and (max-width: 1150px) {
    .nav_search .mega-nav {
        display: none !important
    }
}
.nav_search .mega-nav.show {
    display: block
}
@media only screen and (max-width: 1150px) {
    .nav_search .mega-nav.show {
        display: none !important
    }
}
.nav_search .mega-nav:after {
    content: '';
    z-index: -2;
    opacity: 0.75;
    position: relative;
    background-color: #fff;
    width: 100%;
    bottom: 0;
    top: -260px;
    display: block;
    height: 3000px
}
@media only screen and (max-width: 1150px) {
    .nav_search .mega-nav:after {
        display: none !important
    }
}
.nav_search .mega-nav .container {
    max-width: 1200px;
    overflow: hidden;
    display: none;
    background: #f2f3f3;
    padding: 20px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.nav_search .mega-nav .container.show {
    display: block
}
@media only screen and (max-width: 1150px) {
    .nav_search .mega-nav .container.show {
        display: none !important
    }
}
.nav_search .mega-nav .container ul {
    position: relative;
    overflow: hidden
}
.nav_search .mega-nav .container ul .listing-square {
    position: static
}
.nav_search .mega-nav .container:after {
    content: '';
    clear: both
}
.nav_search .mega-nav .container h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px
}
.nav_search .mega-nav .container.magazine .magazine-link {
    margin-top: 25px;
    display: block
}
.nav_search .mega-nav .container.magazine .recent-podcasts {
    float: left;
    width: 40%
}
.nav_search .mega-nav .container.magazine .recent-podcasts ul {
    overflow: hidden;
    margin-top: 21px
}
.nav_search .mega-nav .container.magazine .recent-podcasts .listing-event {
    width: 100%;
    height: auto !important;
    padding: 0;
    margin-bottom: 15px
}
.nav_search .mega-nav .container.magazine .recent-podcasts .listing-event a:focus h2,
.nav_search .mega-nav .container.magazine .recent-podcasts .listing-event a:focus span,
.nav_search .mega-nav .container.magazine .recent-podcasts .listing-event a:hover h2,
.nav_search .mega-nav .container.magazine .recent-podcasts .listing-event a:hover span {
    text-decoration: underline
}
.nav_search .mega-nav .container.magazine .recent-podcasts .listing-event h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0
}
.nav_search .mega-nav .container.magazine .recent-podcasts .listing-event h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #373b3e
}
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event {
    width: 100%
}
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event img {
    width: 33.333333333333333%;
    float: left;
    max-width: 210px
}
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .btn {
    position: absolute;
    left: 33.333333333333333%;
    margin-left: 15px;
    bottom: 2px;
    margin-bottom: 0
}
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .text-area {
    width: 66.666666666666666%;
    float: left;
    padding-left: 20px
}
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .text-area a:focus h2,
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .text-area a:focus span,
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .text-area a:hover h2,
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .text-area a:hover span {
    text-decoration: underline
}
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .text-area h2 {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
    color: #247eb3
}
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .text-area h3 {
    font-size: 22px;
    line-height: 26px
}
.nav_search .mega-nav .container.magazine .recent-news .current-issue .listing-event .text-area .summary {
    font-family: 'Neuton', serif;
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
    font-weight: 200
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors .all-contibutors-link {
    float: right;
    margin: -32px 0 32px
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors ul {
    width: 100%
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors ul li {
    float: left;
    width: 20%
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors ul li .images-block {
    position: relative;
    margin-bottom: 17px
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors ul li .images-block .avatar {
    border-radius: 140px;
    max-width: 140px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors ul li .images-block .company-logo-wrap {
    position: absolute;
    left: calc(50% + 40px);
    width: 39px;
    height: 39px;
    border-radius: 5px;
    top: 0;
    border: 1px solid #FFF;
    box-shadow: 0 0 3px -1px #a6a6a6;
    padding: 1px;
    background-color: #fff;
    text-align: center;
    line-height: 30px;
    display: block
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors ul li .images-block .company-logo-wrap img {
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    height: auto
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors ul li .text-block h4 {
    font-size: 16px;
    text-align: center;
    color: #247eb3;
    margin-bottom: 8px
}
.nav_search .mega-nav .container.contributors-menu .recent-contibutors ul li .text-block p {
    font-size: 14px;
    color: #7d7f81;
    text-align: center
}
.nav_search .mega-nav .container.events .past-events {
    padding-right: 20px
}
.nav_search .mega-nav .container.events .recent-news .events-list {
    margin-right: -20px
}
.nav_search .mega-nav .container.podcasts {
    position: relative
}
.nav_search .mega-nav .container.podcasts .recent-podcasts {
    float: left;
    width: 40%
}
.nav_search .mega-nav .container.podcasts .recent-podcasts li {
    margin-bottom: 10px
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast {
    width: 100%;
    overflow: hidden;
    height: auto !important;
    margin-bottom: 0
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image {
    width: 33.333333%;
    padding-right: 16px;
    height: auto
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .featured-title {
    width: 66.666666666666666%;
    float: right;
    margin-top: 0
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .text {
    display: none
}
.nav_search .mega-nav .container.podcasts .recent-podcasts {
    float: left
}
.nav_search .mega-nav .container.podcasts .recent-podcasts .buttons {
    position: absolute;
    bottom: 15px
}
.nav_search .mega-nav .container .past-events {
    float: left;
    width: 40%
}
.nav_search .mega-nav .container .past-events .past-events-list {
    margin-right: -20px
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-event {
    padding-left: 0;
    padding-right: 25px;
    height: auto !important
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-event a:focus h2,
.nav_search .mega-nav .container .past-events .past-events-list .listing-event a:focus span,
.nav_search .mega-nav .container .past-events .past-events-list .listing-event a:hover h2,
.nav_search .mega-nav .container .past-events .past-events-list .listing-event a:hover span {
    text-decoration: underline
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-event figure .notice {
    font-size: 15px;
    line-height: 16px;
    padding: 6px 10px
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-event h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-event .meta {
    position: static
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-event .meta time span {
    font-size: 16px;
    line-height: 20px
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-event .meta .sponsored {
    display: none
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-square {
    width: 50%;
    padding: 0;
    padding-right: 20px
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-square h3 {
    font-size: 16px;
    line-height: 20px
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-square .meta {
    position: static;
    color: #373b3e
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-square .meta .sponsored {
    float: left
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:hover h1,
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:focus h1,
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:active h1 {
    text-decoration: underline
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:hover figure,
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:focus figure,
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:active figure {
    position: relative;
    display: block
}
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:hover figure:after,
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:focus figure:after,
.nav_search .mega-nav .container .past-events .past-events-list .listing-square:active figure:after {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}
.nav_search .mega-nav .container .latest-podcast a {
    display: block
}
.nav_search .mega-nav .container .latest-podcast a figure {
    width: 33.333333333333333%;
    float: left
}
.nav_search .mega-nav .container .latest-podcast a figure img {
    width: 100%;
    height: auto
}
.nav_search .mega-nav .container .latest-podcast a .text-block {
    float: left;
    padding-left: 25px;
    width: 66.666666666666666%
}
.nav_search .mega-nav .container .latest-podcast a .text-block p {
    color: #373b3e
}
.nav_search .mega-nav .container .recent-news {
    float: left;
    width: 60%
}
.nav_search .mega-nav .container .recent-news.videos {
    width: 100%
}
.nav_search .mega-nav .container .recent-news.videos ul .listing-square {
    width: 20%
}
.nav_search .mega-nav .container .recent-news.three_fifths {
    width: 60%
}
.nav_search .mega-nav .container .recent-news.three_fifths ul .listing-event {
    width: 33.333333333333333%
}
.nav_search .mega-nav .container .recent-news.four_fifths {
    width: 80%
}
.nav_search .mega-nav .container .recent-news.four_fifths ul .listing-event {
    width: 25%
}
.nav_search .mega-nav .container .recent-news.five_fifths {
    width: 100%
}
.nav_search .mega-nav .container .recent-news.five_fifths ul .listing-event {
    width: 20%
}
.nav_search .mega-nav .container .recent-news ul .listing-event {
    width: 33.333333333333333%;
    padding-left: 0;
    padding-right: 25px;
    height: auto !important
}
.nav_search .mega-nav .container .recent-news ul .listing-event a:focus h2,
.nav_search .mega-nav .container .recent-news ul .listing-event a:focus span,
.nav_search .mega-nav .container .recent-news ul .listing-event a:hover h2,
.nav_search .mega-nav .container .recent-news ul .listing-event a:hover span {
    text-decoration: underline
}
.nav_search .mega-nav .container .recent-news ul .listing-event figure .notice {
    font-size: 15px;
    line-height: 16px;
    padding: 6px 10px
}
.nav_search .mega-nav .container .recent-news ul .listing-event h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0
}
.nav_search .mega-nav .container .recent-news ul .listing-event .meta {
    position: static
}
.nav_search .mega-nav .container .recent-news ul .listing-event .meta time span {
    font-size: 16px;
    line-height: 20px
}
.nav_search .mega-nav .container .recent-news ul .listing-event .meta .sponsored {
    display: none
}
.nav_search .mega-nav .container .recent-news ul .listing-square {
    width: 33.333333333333333%;
    padding: 0;
    padding-right: 20px
}
.nav_search .mega-nav .container .recent-news ul .listing-square .meta {
    color: #373b3e
}
.nav_search .mega-nav .container .recent-news ul .listing-square h3 {
    font-size: 16px;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 25px;
    padding-bottom: 0
}
.nav_search .mega-nav .container .recent-news ul .listing-square:hover h1,
.nav_search .mega-nav .container .recent-news ul .listing-square:focus h1,
.nav_search .mega-nav .container .recent-news ul .listing-square:active h1 {
    text-decoration: underline
}
.nav_search .mega-nav .container .recent-news ul .listing-square:hover figure,
.nav_search .mega-nav .container .recent-news ul .listing-square:focus figure,
.nav_search .mega-nav .container .recent-news ul .listing-square:active figure {
    position: relative;
    display: block
}
.nav_search .mega-nav .container .recent-news ul .listing-square:hover figure:after,
.nav_search .mega-nav .container .recent-news ul .listing-square:focus figure:after,
.nav_search .mega-nav .container .recent-news ul .listing-square:active figure:after {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}
.nav_search .mega-nav .container .categories {
    float: left;
    width: 40%
}
.nav_search .mega-nav .container .categories ul li {
    width: 50%;
    float: left
}
.nav_search .mega-nav .container .categories ul li a {
    padding: 5px 0;
    display: block
}
.nav_search .mega-nav .container .categories ul li a:hover,
.nav_search .mega-nav .container .categories ul li a:focus {
    text-decoration: underline
}
#search_area {
    display: none;
    width: 100%;
    margin: 0;
    padding: 2px 15px;
    float: none;
    background-color: #e7e8e8;
    border-bottom: 1px solid #dddfdf
}
@media only screen and (max-width: 780px) {
    #search_area {
        display: block
    }
}
#search_area [type="search"] {
    border: none;
    border-radius: 0;
    outline: none;
    background: url("../img/search-icon.svg") no-repeat 0 50%;
    padding: 10px 10px 10px 30px;
    font-size: 16px;
    width: 100%;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
#search_area [type="search"]::-webkit-input-placeholder {
    color: #c2c2c2
}
#search_area [type="search"]:-moz-placeholder {
    color: #c2c2c2
}
#search_area [type="search"]::-moz-placeholder {
    color: #c2c2c2
}
#search_area [type="search"]:-ms-input-placeholder {
    color: #c2c2c2
}
#search_area [type="submit"] {
    display: none;
    background: url("../img/search-icon.svg") no-repeat #f2f3f3;
    background-position: center center;
    cursor: pointer;
    width: 17%;
    height: 39px;
    border: none;
    margin-left: -4px;
    position: relative;
    top: 0;
    text-indent: -999px
}
@media only screen and (max-width: 780px) {
    #search_area [type="submit"] {
        background-size: 15px 15px;
        top: -5px;
        right: 5px
    }
}
.sub_nav ul {
    padding: 0;
    margin: 0 0 25px 0
}
.sub_nav ul li {
    padding: 0;
    border-bottom: 1px solid #dddfdf
}
.sub_nav ul li a {
    padding: 15px;
    display: inline-block;
    width: 100%;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 20px
}
.sub_nav ul li.active,
.sub_nav ul li.current-menu-item {
    background-color: #f2f3f3
}
.sub_nav ul li.active a,
.sub_nav ul li.current-menu-item a {
    color: #7d7f81
}
.advert_home {
    margin: 15px 0
}
.advert_home iframe {
    width: 100%
}
@media only screen and (max-width: 780px) {
    .advert_home {
        display: none
    }
}
.advert_home .logo-block {
    width: 40%;
    float: left;
    padding-top: 30px
}
@media only screen and (max-width: 1386px) {
    .advert_home .logo-block {
        overflow: hidden
    }
}
@media only screen and (max-width: 1260px) {
    .advert_home .logo-block {
        overflow: auto
    }
}
@media only screen and (max-width: 1150px) {
    .advert_home .logo-block {
        clear: both;
        width: 100%;
        padding-bottom: 10px;
        padding-top: 0
    }
}
@media only screen and (max-width: 895px) {
    .advert_home .logo-block {
        margin-top: 20px
    }
}
.advert_home .advert {
    text-align: right;
    float: right;
    width: 60%;
    padding-top: 15px
}
.advert_home .advert img {
    width: 100%;
    height: auto;
    padding-top: 0
}
@media only screen and (max-width: 1150px) {
    .advert_home .advert {
        height: 90px;
        width: 728px;
        padding-top: 0;
        margin: 0;
        background: #f2f3f3;
        margin-bottom: -15px
    }
    .advert_home .advert img {
        width: auto;
        height: 75px
    }
}
@media only screen and (max-width: 895px) {
    .advert_home .advert {
        width: 100%
    }
}
.advert_home .home_button {
    float: left;
    margin-left: -80px;
    padding-top: 7px
}
.advert_home .home_button img {
    width: 100%;
    height: auto
}
@media only screen and (max-width: 1260px) {
    .advert_home .home_button {
        margin-left: 0
    }
}
@media only screen and (max-width: 1150px) {
    .advert_home .home_button {
        margin-left: 0
    }
}
@media only screen and (max-width: 895px) {
    .advert_home .home_button {
        width: 33.33333%;
        margin: 0
    }
    .advert_home .home_button img {
        width: 220px
    }
}
.advert_home .newsletter_button {
    float: left;
    display: block;
    margin-top: 60px;
    margin-left: 30px;
    background: url("../img/newsletter-icon.svg") no-repeat transparent left center;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    padding-left: 30px;
    color: #b6b6b6
}
@media only screen and (max-width: 895px) {
    .advert_home .newsletter_button {
        margin-top: 45px
    }
}
.advert_home .newsletter_button:active,
.advert_home .newsletter_button:focus,
.advert_home .newsletter_button:hover {
    text-decoration: underline
}
.nav_search {
    display: block;
    width: 100%
}
@media only screen and (max-width: 780px) {
    .nav_search {
        border-bottom: none;
        display: none
    }
    .nav_search.mobile-show {
        display: block
    }
}
.mobile-header {
    display: none;
    border-bottom: 1px solid #dddfdf;
    padding: 15px 0;
    position: relative
}
@media only screen and (max-width: 780px) {
    .mobile-header {
        display: block
    }
    .mobile-header a.mobile-logo {
        display: block;
        margin: 0 auto;
        width: 45px
    }
    .mobile-header a.mobile-logo img {
        width: 100%;
        height: auto
    }
    .mobile-header a.mobile-nav {
        background: url("../img/nav-open.svg") no-repeat transparent left center;
        height: 35px;
        width: 35px;
        background-size: contain;
        display: block;
        text-indent: -9999px;
        position: absolute;
        right: 15px;
        top: 25px
    }
    .mobile-header a.mobile-nav.close-nav {
        background-image: url("../img/nav-close.svg")
    }
}
.single-video #main_nav ul li a[title="videos"],
.single-post #main_nav ul li a[title="news"],
.single-event #main_nav ul li a[title="events"],
.single-podcast #main_nav ul li a[title="podcasts"],
.single-job_listing #main_nav ul li a[title="jobs"],
.single-video #main_nav_sticky ul li a[title="videos"],
.single-post #main_nav_sticky ul li a[title="news"],
.single-event #main_nav_sticky ul li a[title="events"],
.single-podcast #main_nav_sticky ul li a[title="podcasts"],
.single-job_listing #main_nav_sticky ul li a[title="jobs"] {
    color: #34afe4
}
@media only screen and (max-width: 780px) {
    .container.header-container {
        padding: 0
    }
}
.header-wrap {
    margin: 25px 0 30px;
    position: relative;
    border-bottom: 1px solid #dddfdf
}
@media only screen and (max-width: 780px) {
    .header-wrap {
        border-bottom: 0;
        margin: 0
    }
}
@media only screen and (max-width: 895px) {
    .header-wrap {
        border-bottom: 0
    }
}
.header-wrap .logo-block {
    width: 212px;
    float: left
}
@media only screen and (max-width: 1386px) {
    .header-wrap .logo-block {
        width: 285px
    }
}
@media only screen and (max-width: 1260px) {
    .header-wrap .logo-block {
        overflow: none;
        width: 285px
    }
}
@media only screen and (max-width: 895px) {
    .header-wrap .logo-block {
        margin-bottom: 6px
    }
}
@media only screen and (max-width: 780px) {
    .header-wrap .logo-block {
        display: none
    }
}
.header-wrap .home_button {
    margin-left: -80px
}
@media only screen and (max-width: 1386px) {
    .header-wrap .home_button {
        margin-left: 0
    }
}
.header-wrap .right_controls {
    width: 320px;
    margin: 52px 0 0 0;
    font-size: 16px;
    float: right;
    text-align: right;
    color: #a4a4a5
}
@media only screen and (max-width: 1260px) {
    .header-wrap .right_controls {
        margin: 0;
        position: absolute;
        right: 0;
        top: 5px
    }
}
@media only screen and (max-width: 895px) {
    .header-wrap .right_controls {
        top: 51px
    }
}
@media only screen and (max-width: 780px) {
    .header-wrap .right_controls {
        display: none
    }
}
.header-wrap .right_controls .follow {
    display: inline-block
}
.header-wrap .right_controls .newsletter_button {
    display: inline-block;
    color: #b6b6b6
}
.header-wrap .right_controls .newsletter_button.active,
.header-wrap .right_controls .newsletter_button:hover {
    color: #2cb4ed
}
.header-wrap .right_controls .newsletter_button:before {
    width: 28px;
    height: 20px;
    margin: 0 8px -4px 12px;
    display: inline-block;
    content: '';
    background: transparent url("../img/sprite.png") -28px -1px
}
.header-wrap .right_controls .newsletter_button.active:before,
.header-wrap .right_controls .newsletter_button:hover:before {
    background-position: -28px -30px
}
.header-wrap .right_controls .social_button {
    margin-left: 12px;
    display: inline-block;
    color: #b6b6b6
}
.header-wrap .right_controls .social_button:hover,
.header-wrap .right_controls .social_button.active {
    color: #2cb4ed
}
.header-wrap .right_controls .social_button:before {
    width: 18px;
    height: 20px;
    margin: 0 8px -4px 0;
    display: inline-block;
    content: '';
    background: transparent url("../img/sprite.png") 0 0
}
.header-wrap .right_controls .social_button:hover:before,
.header-wrap .right_controls .social_button.active:before {
    background-position: 0 -31px
}
.header-wrap .right_controls .search_button {
    width: 19px;
    height: 20px;
    margin: 0 0 -4px 12px;
    line-height: 999px;
    overflow: hidden;
    display: inline-block;
    content: '';
    color: #b6b6b6;
    background: transparent url("../img/sprite.png") -64px 0
}
.header-wrap .right_controls .search_button:hover,
.header-wrap .right_controls .search_button.active {
    background-position: -64px -31px
}
.subscribe-bar {
    display: block;
    background-color: #2cb4ed
}
.social-bar {
    display: none;
    background-color: #f3f4f4;
    text-align: center
}
.social-bar .social-copyright {
    padding: 15px 0
}
.social-bar .social-copyright .social-links {
    float: none;
    display: inline-block
}
.search-bar {
    display: none;
    background-color: #f3f4f4
}
@media only screen and (max-width: 780px) {
    .search-bar {
        display: none !important
    }
}
.search-bar .inner {
    padding-left: calc(20% - 100px);
    max-width: 1260px;
    margin: 0 auto
}
.search-bar form {
    padding: 15px 0
}
.search-bar form .search-text {
    padding: 3px 0 4px 40px;
    width: 100%;
    font-size: 22px;
    border: none;
    background: url("../img/search_button_trans.png") #f3f4f4 0 50% no-repeat
}
.search-bar form .search-text::-webkit-input-placeholder {
    color: #bebfc0
}
.search-bar form .search-text::-moz-placeholder {
    color: #bebfc0
}
.search-bar form .search-text:focus {
    box-shadow: none
}
.stickyHeader {
    position: fixed;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0px -2px 7px 2px #c7c7c7;
    background-color: #fff
}
@media only screen and (max-width: 780px) {
    .stickyHeader {
        display: none !important;
        visibility: hidden !important;
        height: 0
    }
}
.stickyHeader .header-wrap-sticky {
    margin-top: 0
}
.stickyHeader .header-wrap-sticky .logo-block-sticky {
    width: 40px;
    float: left;
    overflow: hidden;
    margin-top: 10px
}
.stickyHeader .header-wrap-sticky .logo-block-sticky img {
    width: 40px;
    height: 40px
}
.stickyHeader #main_nav_sticky {
    float: left;
    width: auto;
    margin-left: 24px
}
.stickyHeader #main_nav_sticky ul li {
    display: inline-block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.25px;
    margin: 0 0 0 0
}
.stickyHeader #main_nav_sticky ul li a {
    display: block;
    text-decoration: none;
    color: #373b3e;
    padding: 22px 0 22px 20px
}
.stickyHeader #main_nav_sticky ul li a:hover {
    color: #7d7f81
}
.stickyHeader #main_nav_sticky ul li:first-child a {
    padding-left: 0
}
.stickyHeader #main_nav_sticky ul li.current-menu-item a {
    color: #34afe4
}
@media only screen and (max-width: 895px) {
    .stickyHeader #main_nav_sticky ul li {
        font-size: 20px
    }
}
.stickyHeader .right_controls {
    float: right;
    text-align: right;
    width: 100px;
    padding-top: 22px
}
.stickyHeader .right_controls .sticky_newsletter_button {
    display: inline-block;
    color: #b6b6b6;
    line-height: 999px;
    overflow: hidden;
    width: 28px;
    height: 20px;
    margin: 0 12px -4px 0;
    display: inline-block;
    content: '';
    background: transparent url("../img/sprite.png") -28px -1px
}
.stickyHeader .right_controls .sticky_newsletter_button.active,
.stickyHeader .right_controls .sticky_newsletter_button:hover {
    background-position: -28px -30px
}
.stickyHeader .right_controls .sticky_social_button {
    display: inline-block;
    color: #b6b6b6;
    line-height: 999px;
    overflow: hidden;
    width: 18px;
    height: 20px;
    margin: 0 12px -4px 0;
    display: inline-block;
    content: '';
    background: transparent url("../img/sprite.png") 0 0
}
.stickyHeader .right_controls .sticky_social_button:hover,
.stickyHeader .right_controls .sticky_social_button.active {
    background-position: 0 -31px
}
.stickyHeader .right_controls .sticky_search_button {
    width: 19px;
    height: 20px;
    margin: 0 0 -4px 0;
    line-height: 999px;
    overflow: hidden;
    display: inline-block;
    content: '';
    color: #b6b6b6;
    background: transparent url("../img/sprite.png") -64px 0
}
.stickyHeader .right_controls .sticky_search_button:hover,
.stickyHeader .right_controls .sticky_search_button.active {
    background-position: -64px -31px
}
footer {
    padding: 20px 0 30px 0;
    background-color: #f2f3f3;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
footer .container {
    background: none
}
@media only screen and (max-width: 600px) {
    footer {
        padding: 15px 0
    }
}
footer .footer_col {
    width: 25%;
    padding-bottom: 20px;
    padding-right: 50px;
    display: inline-block;
    float: left
}
footer .footer_col ul {
    margin-bottom: 30px
}
@media only screen and (max-width: 600px) {
    footer .footer_col ul {
        margin-bottom: 0
    }
}
footer .footer_col li {
    margin-bottom: 7px
}
footer .footer_col a {
    color: #373b3e
}
footer .footer_col a:hover,
footer .footer_col a:focus {
    text-decoration: underline
}
@media only screen and (max-width: 600px) {
    footer .footer_col {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 20px;
        border-bottom: 1px solid #dddfdf
    }
    footer .footer_col h5 {
        font-size: 18px;
        line-height: 20px
    }
    footer .footer_col.mobile-hide {
        display: none
    }
    footer .footer_col #menu-footer-menu {
        overflow: hidden
    }
    footer .footer_col #menu-footer-menu li {
        float: left;
        width: 50%
    }
}
footer h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px
}
footer.sticky {
    position: fixed;
    bottom: -548px;
    left: 0;
    z-index: 999
}
footer.sticky.open .toggle-footer {
    background-color: rgba(24, 180, 237, 0.85);
    color: #FFF;
    border-color: #42abe8
}
footer.sticky.open .toggle-footer:after {
    background-position: 0 0
}
footer .toggle-footer {
    width: 208px;
    padding: 14px 0 13px;
    margin: -64px 0 64px 0;
    text-align: center;
    display: block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #f5f6f6;
    color: #247eb3;
    border: 1px solid #e1e2e2;
    border-bottom: none
}
@media only screen and (max-width: 895px) {
    footer .toggle-footer {
        display: none
    }
}
footer .toggle-footer:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 7px;
    margin: 0 0 2px 22px;
    background: transparent url("../img/footer-arrows.png") left -8px no-repeat
}
.subscribe-footer {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddfdf
}
@media only screen and (max-width: 600px) {
    .subscribe-footer {
        margin-bottom: 15px;
        padding-bottom: 20px
    }
}
.subscribe-footer:after {
    content: '';
    clear: both;
    display: block
}
.subscribe-footer h2 {
    width: 21%;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 11px 0
}
@media only screen and (max-width: 1150px) {
    .subscribe-footer h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        float: none;
        padding: 0
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-footer h2 {
        font-size: 23px;
        line-height: 25px;
        max-width: none;
        margin: 0 auto
    }
}
.subscribe-footer form {
    width: 79%;
    float: left
}
.subscribe-footer form .radio-button {
    overflow: hidden;
    display: block;
    float: left;
    width: 13%;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 1%
}
.subscribe-footer form .radio-button input[type=checkbox],
.subscribe-footer form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer
}
@media only screen and (max-width: 895px) {
    .subscribe-footer form .radio-button {
        float: left;
        margin-left: 1%;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 20px;
        width: 15%
    }
    .subscribe-footer form .radio-button.daily {
        width: 20%
    }
    .subscribe-footer form .radio-button input[type=checkbox],
    .subscribe-footer form .radio-button input[type=radio] {
        margin-top: 0 !important
    }
    .subscribe-footer form .radio-button label {
        margin-bottom: 0 !important;
        font-size: 15px;
        margin-top: 18px
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-footer form .radio-button {
        width: 50%;
        margin-left: 0
    }
    .subscribe-footer form .radio-button.daily {
        width: 50%
    }
}
.subscribe-footer form .msg.error {
    width: 100%;
    padding-left: 36%;
    text-align: left;
    color: red;
    padding-top: 0;
    clear: both;
    margin-bottom: 0;
    font-size: 14px;
    position: static;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .subscribe-footer form .msg.error {
        padding: 10px 0 0 0
    }
}
.subscribe-footer form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 895px) {
    .subscribe-footer form label {
        font-size: 18px;
        padding-left: 25px;
        width: 100%;
        clear: both;
        float: none;
        margin: 15 0 0 0 !important
    }
}
.subscribe-footer form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 20px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #7d7f81
}
@media only screen and (max-width: 895px) {
    .subscribe-footer form label:before {
        width: 20px;
        height: 20px
    }
}
.subscribe-footer form input[type=checkbox],
.subscribe-footer form input[type=radio] {
    display: none
}
.subscribe-footer form input[type=checkbox]:checked+label:before {
    content: "\2713";
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    font-size: 16px;
    line-height: 16px
}
.subscribe-footer form input[type=radio]:checked+label:before {
    content: "\2713";
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    font-size: 16px;
    line-height: 16px
}
.subscribe-footer form input {
    border: 1px solid #dddfdf;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif
}
.subscribe-footer form input[type="text"] {
    width: 16%;
    padding-right: 20px;
    margin-right: 2%
}
.subscribe-footer form input[type="text"]#EMAIL {
    width: 24%
}
@media only screen and (max-width: 895px) {
    .subscribe-footer form input[type="text"]#EMAIL {
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-footer form input[type="text"] {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}
.subscribe-footer form input[type="email"] {
    width: 25%;
    padding-right: 20px;
    margin-right: 2%
}
@media only screen and (max-width: 895px) {
    .subscribe-footer form input[type="email"] {
        width: 49%;
        float: left
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-footer form input[type="email"] {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}
.subscribe-footer form input[type="submit"] {
    width: 9%;
    background-color: #247eb3;
    color: #fff;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 11px
}
@media only screen and (max-width: 895px) {
    .subscribe-footer form input[type="submit"] {
        display: block;
        width: 10%;
        margin-left: 2%;
        float: left;
        background-color: #247eb3;
        color: #fff;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 10px;
        margin-top: 15px
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-footer form input[type="submit"] {
        width: 100%;
        clear: both;
        float: none;
        margin: 0
    }
}
@media only screen and (max-width: 895px) {
    .subscribe-footer form input {
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        width: 100%;
        float: none;
        margin-top: 15px;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        font-weight: 300
    }
    .subscribe-footer form input#MERGE1 {
        margin-right: 1%;
        margin-left: 0;
        width: 49%;
        float: left
    }
    .subscribe-footer form input#MERGE2 {
        margin-left: 1%;
        margin-right: 0;
        float: left;
        width: 49%
    }
    .subscribe-footer form input[type="text"]#EMAIL {
        width: 49%;
        margin-right: 1%;
        float: left;
        margin-left: 0
    }
}
@media only screen and (max-width: 1150px) {
    .subscribe-footer form {
        width: 100%;
        float: none;
        margin: 0 auto
    }
    .subscribe-footer form label {
        margin-top: 15px
    }
}
.contributor {
    clear: both;
    border-top: #dddfdf 1px solid;
    border-bottom: #dddfdf 1px solid;
    overflow: hidden
}
.contributor a:hover,
.contributor a:focus {
    text-decoration: underline
}
.contributor .become {
    float: left;
    display: block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 25px 0;
    margin-right: 20px
}
.contributor .contributor-login {
    float: right;
    display: block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 25px 0
}
.contributor .push-settings {
    float: right;
    display: block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 25px 0;
    margin: 0 20px 0 0
}
@media only screen and (max-width: 895px) {
    .contributor .push-settings,
    .contributor .become {
        margin-right: 9px;
        font-size: 15px
    }
    .contributor .contributor-login {
        font-size: 15px
    }
}
@media only screen and (max-width: 600px) {
    .contributor {
        padding-top: 0;
        margin: 0;
        border-top: none;
        padding-bottom: 0
    }
    .contributor .become,
    .contributor .contributor-login,
    .contributor .push-settings {
        float: none;
        padding: 0 0 15px 0;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400
    }
}
.social-copyright {
    overflow: hidden;
    padding: 25px 0 0 0
}
@media only screen and (max-width: 600px) {
    .social-copyright {
        padding-top: 15px
    }
}
.social-copyright p {
    font-family: 'Neuton', serif;
    color: #7d7f81;
    float: left;
    display: block;
    padding-top: 5px
}
@media only screen and (max-width: 895px) {
    .social-copyright p {
        display: block;
        text-align: center;
        float: none
    }
}
@media only screen and (max-width: 600px) {
    .social-copyright p {
        text-align: center;
        display: block;
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        font-weight: 300;
        margin-bottom: 15px;
        color: black;
        border-bottom: 1px solid #dddfdf;
        padding-bottom: 20px;
        line-height: 22px;
        text-align: left
    }
}
.social-copyright .social-links {
    float: right
}
@media only screen and (max-width: 895px) {
    .social-copyright .social-links {
        width: 360px;
        margin: 0 auto;
        float: none;
        padding-top: 20px
    }
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links {
        width: 245px;
        margin: 0 auto;
        float: none;
        padding-bottom: 10px;
        overflow: hidden;
        padding-top: 15px;
        padding-bottom: 0
    }
}
.social-copyright .social-links li {
    float: left;
    margin-left: 15px
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links li {
        margin-bottom: 20px;
        width: 25%;
        margin-left: 0
    }
}
.social-copyright .social-links li a {
    width: 30px;
    height: 30px;
    display: block;
    background-position: center center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    -webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links li a {
        width: 40px;
        height: 40px;
        background-size: 40px 40px !important;
        background-repeat: no-repeat
    }
}
.social-copyright .social-links .facebook a {
    background: url("../img/facebook-icon.svg")
}
.social-copyright .social-links .facebook a:hover,
.social-copyright .social-links .facebook a:focus {
    background: url("../img/facebook-icon-hover.svg")
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links .facebook a:hover,
    .social-copyright .social-links .facebook a:focus {
        background: url("../img/facebook-icon.svg")
    }
}
.social-copyright .social-links .twitter a {
    background: url("../img/twitter-icon.svg")
}
.social-copyright .social-links .twitter a:hover,
.social-copyright .social-links .twitter a:focus {
    background: url("../img/twitter-icon-hover.svg")
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links .twitter a:hover,
    .social-copyright .social-links .twitter a:focus {
        background: url("../img/twitter-icon.svg")
    }
}
.social-copyright .social-links .rss a {
    background: url("../img/rss-icon.svg")
}
.social-copyright .social-links .rss a:hover,
.social-copyright .social-links .rss a:focus {
    background: url("../img/rss-icon-hover.svg")
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links .rss a:hover,
    .social-copyright .social-links .rss a:focus {
        background: url("../img/rss-icon.svg")
    }
}
.social-copyright .social-links .google a {
    background: url("../img/google-icon.svg")
}
.social-copyright .social-links .google a:hover,
.social-copyright .social-links .google a:focus {
    background: url("../img/google-icon-hover.svg")
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links .google a:hover,
    .social-copyright .social-links .google a:focus {
        background: url("../img/google-icon.svg")
    }
}
.social-copyright .social-links .linkedin a {
    background: url("../img/linkedin-icon.svg")
}
.social-copyright .social-links .linkedin a:hover,
.social-copyright .social-links .linkedin a:focus {
    background: url("../img/linkedin-icon-hover.svg")
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links .linkedin a:hover,
    .social-copyright .social-links .linkedin a:focus {
        background: url("../img/linkedin-icon.svg")
    }
}
.social-copyright .social-links .pinterest a {
    background: url("../img/pinterest-icon.svg")
}
.social-copyright .social-links .pinterest a:hover,
.social-copyright .social-links .pinterest a:focus {
    background: url("../img/pinterest-icon-hover.svg")
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links .pinterest a:hover,
    .social-copyright .social-links .pinterest a:focus {
        background: url("../img/pinterest-icon.svg")
    }
}
.social-copyright .social-links .email a {
    background: url("../img/email-icon.svg")
}
.social-copyright .social-links .email a:hover,
.social-copyright .social-links .email a:focus {
    background: url("../img/email-icon-hover.svg")
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links .email a:hover,
    .social-copyright .social-links .email a:focus {
        background: url("../img/email-icon.svg")
    }
}
.social-copyright .social-links .youtube a {
    background: url("../img/youtube-icon.svg")
}
.social-copyright .social-links .youtube a:hover,
.social-copyright .social-links .youtube a:focus {
    background: url("../img/youtube-icon-hover.svg")
}
@media only screen and (max-width: 600px) {
    .social-copyright .social-links .youtube a:hover,
    .social-copyright .social-links .youtube a:focus {
        background: url("../img/youtube-icon.svg")
    }
}
.events-landinglive.live-event-block .listing-event {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.events-landinglive.live-event-block .listing-event .meta time {
    display: inline
}
.events-landinglive.live-event-block .listing-event .meta .time {
    display: inline;
    font-size: 25px
}
.events-landinglive.live-event-block .listing-event .meta .time:before {
    content: ''
}
.events-landinglive.live-event-block .listing-event .meta .date {
    display: inline
}
.home_page_section {
    border-bottom: 1px solid #dddfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}
@media only screen and (max-width: 600px) {
    .home_page_section {
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}
.home_page_section.no-border {
    border-bottom: none
}
.home_page_section.no-margin-bottom {
    margin-bottom: 0
}
.home_page_section.category-block .contents.categories-section .featured-categories .featured-category.fourth-category {
    display: none
}
@media only screen and (max-width: 895px) {
    .home_page_section.category-block {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0
    }
    .home_page_section.category-block .contents.categories-section .featured-categories .featured-category .listing-square h3 {
        height: 93px;
        padding-bottom: 15px
    }
    .home_page_section.category-block .contents.categories-section .featured-categories .featured-category.fourth-category {
        display: block
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.category-block {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0
    }
    .home_page_section.category-block .contents.categories-section .featured-categories .featured-category .listing-square h3 {
        height: 56px;
        padding-bottom: 0;
        margin-bottom: 25px;
        overflow: hidden
    }
    .home_page_section.category-block .contents.categories-section .featured-categories .featured-category.fourth-category {
        display: block
    }
}
.home_page_section .title {
    width: 20%;
    float: left;
    display: block
}
.home_page_section .title h1,
.home_page_section .title h2 {
    font-size: 22px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    color: #7d7f81
}
@media only screen and (max-width: 600px) {
    .home_page_section .title h1,
    .home_page_section .title h2 {
        font-size: 18px;
        line-height: 20px
    }
}
@media only screen and (max-width: 1150px) {
    .home_page_section .title {
        width: 100%;
        float: none
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px
    }
    .home_page_section .title.category-title {
        display: none
    }
}
.home_page_section .contents {
    width: 80%;
    float: left;
    display: block
}
@media only screen and (max-width: 1150px) {
    .home_page_section .contents {
        width: 100%;
        float: none
    }
}
.news-strips .news-listing li {
    padding-left: 0
}
.home_page_section.events {
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 35px;
    margin-top: -25px;
    overflow: hidden
}
@media only screen and (max-width: 895px) {
    .home_page_section.events {
        padding-top: 30px;
        padding-bottom: 15px
    }
}
@media only screen and (max-width: 1150px) {
    .home_page_section.events .btn {
        padding: 12px;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        text-align: center
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.events .btn {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: #fff;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 10px
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.events .btn {
        margin-top: 5px
    }
}
.home_page_section.events a {
    display: block
}
.home_page_section.events .summary {
    display: none
}
.home_page_section.events li h2 {
    padding: 0 30px;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: -0.25px;
    line-height: 28px
}
@media only screen and (max-width: 895px) {
    .home_page_section.events li h2 {
        padding: 0 15px
    }
}
.home_page_section.events h1,
.home_page_section.events .meta {
    color: #fff;
    padding: 0 60px 5px 30px;
    clear: both;
    position: static;
    line-height: 28px;
    margin-bottom: 0;
    width: 100%
}
@media only screen and (max-width: 895px) {
    .home_page_section.events h1,
    .home_page_section.events .meta {
        padding: 0 15px 5px 15px
    }
}
.home_page_section.events h1 span:before,
.home_page_section.events .meta span:before {
    content: '';
    padding: 0
}
.home_page_section.events h1 .time,
.home_page_section.events .meta .time {
    display: block;
    color: #f2f3f3;
    color: #fff !important;
    font-size: 22px;
    letter-spacing: -0.25px;
    line-height: 28px
}
.home_page_section.events h1 .date,
.home_page_section.events .meta .date {
    font-size: 22px;
    letter-spacing: -0.25px;
    line-height: 28px;
    color: #fff !important
}
.home_page_section.events h1 .sponsored,
.home_page_section.events .meta .sponsored {
    text-align: left;
    padding-top: 15px;
    bottom: 25px;
    line-height: 18px;
    color: #fff;
    position: absolute
}
@media only screen and (max-width: 895px) {
    .home_page_section.events h1 .sponsored,
    .home_page_section.events .meta .sponsored {
        bottom: 15px
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.events h1 .sponsored,
    .home_page_section.events .meta .sponsored {
        position: static;
        padding: 10px 0 20px 0
    }
    .home_page_section.events h1 .sponsored ul,
    .home_page_section.events .meta .sponsored ul {
        margin-left: 0
    }
}
.home_page_section.events h1.events {
    color: black
}
.home_page_section.events .title h1 {
    margin-top: 0;
    padding: 0
}
.home_page_section.events h1 {
    margin-top: 30px
}
@media only screen and (max-width: 1150px) {
    .home_page_section.events h1 {
        margin-bottom: 25px
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.events h1 {
        padding: 0 0 15px 0;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 24px
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.events h1 {
        padding: 0 0 15px 0;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 20px
    }
}
.home_page_section.events .meta {
    overflow: hidden;
    padding-bottom: 60px
}
@media only screen and (max-width: 600px) {
    .home_page_section.events .meta {
        padding-bottom: 0
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.events .contents>ul {
        margin-left: -2%
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.events .contents>ul {
        margin-left: 0
    }
}
.home_page_section.events .listing-event {
    width: 49%;
    padding: 0;
    margin-right: 1%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}
.home_page_section.events .listing-event .notice.no-image {
    margin-bottom: 30px;
    position: static;
    float: left
}
.home_page_section.events .listing-event:nth-child(even) {
    margin-left: 1%;
    margin-right: 0
}
.home_page_section.events .listing-event a {
    color: #fff
}
.home_page_section.events .listing-event a figure img {
    width: 100%;
    height: auto
}
@media only screen and (max-width: 895px) {
    .home_page_section.events .listing-event {
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
        margin-left: 2% !important
    }
    .home_page_section.events .listing-event h1 {
        padding: 0 20px 20px 20px
    }
    .home_page_section.events .listing-event figure img {
        width: 100%;
        height: auto
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.events .listing-event {
        width: 100%;
        margin: 0 0 15px 0 !important
    }
}
@media only screen and (max-width: 730px) and (min-width: 600px) {
    .home_page_section.events .meta .time,
    .home_page_section.events .meta .date {
        display: inline !important;
        line-height: 1 !important
    }
    .home_page_section.events .meta .sponsored {
        bottom: 10px !important
    }
    .home_page_section.events .meta .sponsored ul {
        margin-left: 0 !important
    }
}
.hero li {
    display: inline-block;
    float: left;
    width: 25%;
    height: 285px;
    overflow: hidden;
    padding: 1% 1% 1% 1%
}
.hero li .image {
    width: 100%;
    height: 150px;
    overflow: hidden
}
.hero li:first-child {
    width: 49%;
    height: 570px;
    overflow: hidden;
    padding: 1% 1% 0 0;
    position: relative;
    margin-right: 1%
}
.hero li:first-child .image {
    width: 110%;
    height: auto;
    overflow: hidden
}
.hero li:first-child img {
    max-width: 100%;
    height: auto
}
.hero li:first-child h1 {
    position: absolute;
    bottom: 0px;
    margin: 0;
    width: 100%
}
.hero li:first-child h1 a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 35px;
    line-height: 43px;
    padding: 29px;
    display: inline-block;
    width: 100%
}
.centre-advert {
    text-align: center;
    margin: 0 0 30px 0;
    display: inline-block;
    width: 100%
}
.home_page_section.dark-title .title h1,
.home_page_section.dark-title .title h2 {
    color: #373b3e
}
@media only screen and (max-width: 895px) {
    .home_page_section.dark-title .title h1,
    .home_page_section.dark-title .title h2 {
        font-size: 22px;
        line-height: 20px
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.dark-title .title h1,
    .home_page_section.dark-title .title h2 {
        font-size: 18px;
        line-height: 20px
    }
}
@media only screen and (max-width: 1150px) {
    .home_page_section.top-home .title {
        display: none
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home {
        border-bottom: none;
        margin-bottom: 0;
        overflow: hidden;
        padding-bottom: 0
    }
}
.home_page_section.top-home .contents.home-featured {
    position: relative
}
@media only screen and (max-width: 1150px) {
    .home_page_section.top-home .contents.home-featured {
        width: 100%
    }
}
.home_page_section.top-home .contents.home-featured .featured-post {
    width: 50%;
    min-height: 10px;
    padding-right: 20px;
    float: left
}
.home_page_section.top-home .contents.home-featured .featured-post.video-post figure:after {
    content: '';
    width: 100px !important;
    display: block;
    height: 100px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 5px solid #fff;
    background-image: url("../img/play-icon-large.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px !important;
    text-indent: -9999px;
    z-index: 1;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 50% !important;
    margin-left: -35px;
    top: 50% !important;
    margin-top: -50px
}
@media only screen and (max-width: 1150px) {
    .home_page_section.top-home .contents.home-featured .featured-post {
        width: 66.666666666666666%
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home .contents.home-featured .featured-post {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 0
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.top-home .contents.home-featured .featured-post {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddfdf;
        margin-bottom: 15px
    }
}
.home_page_section.top-home .contents.home-featured .featured-post a {
    display: block;
    position: absolute;
    width: 50%;
    height: 100%
}
@media only screen and (max-width: 1150px) {
    .home_page_section.top-home .contents.home-featured .featured-post a {
        width: 66.666666666666666%
    }
}
.home_page_section.top-home .contents.home-featured .featured-post a figure {
    width: 100%;
    height: auto;
    margin-bottom: 12px
}
.home_page_section.top-home .contents.home-featured .featured-post a figure img {
    width: 100%;
    height: auto;
    display: block
}
.home_page_section.top-home .contents.home-featured .featured-post a h1 {
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 42px;
    font-weight: 300;
    margin: 0 0 12px
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home .contents.home-featured .featured-post a h1 {
        font-size: 26px;
        line-height: 30px
    }
}
.home_page_section.top-home .contents.home-featured .featured-post a .meta {
    color: #373b3e
}
.home_page_section.top-home .contents.home-featured .featured-post a .meta span:before {
    content: '\2219';
    padding-right: 6px;
    color: #7d7f81
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home .contents.home-featured .featured-post a {
        width: 100%;
        position: relative;
        height: auto
    }
}
.home_page_section.top-home .contents.home-featured .featured-post a:hover h1 {
    text-decoration: underline
}
.home_page_section.top-home .contents.home-featured .featured-post a:hover figure:before {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}
.home_page_section.top-home .contents.home-featured .featured-post a:hover figure:after {
    display: none
}
.home_page_section.top-home .contents.home-featured .events-landinglive {
    width: 50%
}
@media only screen and (max-width: 1150px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive {
        width: 33.333333333333333%
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive {
        width: auto;
        margin-left: -25px;
        overflow: inherit;
        clear: both
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive {
        width: 100%;
        margin-left: 0
    }
}
.home_page_section.top-home .contents.home-featured .events-landinglive .listing-square {
    width: 50%;
    padding: 0 0 0 30px;
    height: auto
}
.home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:first-child,
.home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:nth-child(2) {
    margin-bottom: 30px
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:first-child,
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:nth-child(2) {
        margin-bottom: 30px
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:first-child,
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:nth-child(2) {
        margin-bottom: 15px
    }
}
.home_page_section.top-home .contents.home-featured .events-landinglive .listing-square h2,
.home_page_section.top-home .contents.home-featured .events-landinglive .listing-square h3 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.25px
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square h2,
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square h3 {
        font-size: 23px;
        line-height: 26px;
        padding-bottom: 30px
    }
}
@media only screen and (max-width: 1150px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square {
        width: 100%;
        height: auto !important
    }
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:nth-child(1),
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:nth-child(2) {
        display: none
    }
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square:nth-child(3) {
        margin-bottom: 25px
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square {
        border-bottom: none;
        width: 50%;
        padding-bottom: 25px;
        float: left;
        padding-left: 25px;
        border-bottom: 1px solid #dddfdf
    }
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square .meta {
        bottom: 15px;
        font-size: 14px;
        padding-right: 25px
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square {
        width: 100%;
        padding-bottom: 15px;
        padding-left: 0;
        clear: both
    }
    .home_page_section.top-home .contents.home-featured .events-landinglive .listing-square .meta {
        padding-right: 0
    }
}
.featured-listings {
    margin-left: -25px
}
@media only screen and (max-width: 600px) {
    .featured-listings {
        margin-left: 0
    }
}
.featured-listings.home-most-recent .listing-square {
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: none;
    overflow: hidden
}
.featured-listings.home-most-recent .listing-square .meta {
    bottom: 30px;
    text-decoration: none
}
@media only screen and (max-width: 895px) {
    .featured-listings.home-most-recent .listing-square .meta {
        bottom: 15px;
        padding-right: 25px
    }
}
@media only screen and (max-width: 600px) {
    .featured-listings.home-most-recent .listing-square .meta {
        bottom: 15px;
        padding-right: 0
    }
}
@media only screen and (max-width: 895px) {
    .featured-listings.home-most-recent .listing-square:nth-child(5) {
        border-bottom: 0;
        margin-bottom: 0
    }
    .featured-listings.home-most-recent .listing-square:last-child {
        border-bottom: 0;
        margin-bottom: 0
    }
}
@media only screen and (max-width: 600px) {
    .featured-listings.home-most-recent .listing-square {
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    .featured-listings.home-most-recent .listing-square:nth-child(5) {
        padding-bottom: 15px;
        border-bottom: 1px solid #dddfdf
    }
}
.featured-listings.featured-home .listing-square {
    margin-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #dddfdf
}
.featured-listings.featured-home .listing-square a {
    padding-bottom: 25px;
    border: none
}
.featured-listings.featured-home .listing-square a .meta {
    bottom: 15px;
    text-decoration: none
}
.featured-listings.featured-home .listing-square a.more-link {
    border: none;
    font-size: 18px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    padding-bottom: 0
}
@media only screen and (max-width: 895px) {
    .featured-listings.featured-home .listing-square a.more-link {
        padding-top: 15px;
        padding-left: 0
    }
}
.featured-listings.featured-home .listing-square a.more-link:hover,
.featured-listings.featured-home .listing-square a.more-link:focus {
    text-decoration: underline
}
@media only screen and (max-width: 1150px) {
    .featured-category-block .title.category-title {
        margin-bottom: -44px
    }
    .featured-category-block .contents.categories-section .featured-categories .featured-category:first-child h3 {
        padding-left: 165px
    }
}
@media only screen and (max-width: 895px) {
    .featured-category-block .title.category-title,
    .category-block .title.category-title {
        margin-bottom: 0
    }
    .featured-category-block .contents.categories-section .featured-categories .featured-category h3,
    .category-block .contents.categories-section .featured-categories .featured-category h3 {
        padding-left: 0 !important
    }
    .featured-category-block .contents.categories-section .featured-categories .featured-category .listing-square h3,
    .category-block .contents.categories-section .featured-categories .featured-category .listing-square h3 {
        height: 93px;
        padding-bottom: 15px
    }
    .featured-category-block .contents.categories-section .featured-categories .featured-category.fourth-category,
    .featured-category-block .contents.categories-section .featured-categories .featured-category.third-category,
    .featured-category-block .contents.categories-section .featured-categories .featured-category:nth-child(3),
    .category-block .contents.categories-section .featured-categories .featured-category.fourth-category,
    .category-block .contents.categories-section .featured-categories .featured-category.third-category,
    .category-block .contents.categories-section .featured-categories .featured-category:nth-child(3) {
        display: none
    }
}
@media only screen and (max-width: 600px) {
    .featured-category-block .title.category-title {
        margin-bottom: 0
    }
    .featured-category-block .contents.categories-section .featured-categories .first-category h3 {
        padding-left: 0
    }
    .featured-category-block .contents.categories-section .featured-categories .featured-category h3 {
        padding-left: 0
    }
    .featured-category-block .contents.categories-section .featured-categories .fourth-category,
    .featured-category-block .contents.categories-section .featured-categories .third-category {
        display: none
    }
}
.contents.categories-section {
    overflow: hidden
}
.contents.categories-section .featured-categories {
    margin-left: -25px
}
@media only screen and (max-width: 600px) {
    .contents.categories-section .featured-categories {
        margin-left: 0
    }
}
.contents.categories-section .featured-categories h3 {
    padding-top: 0;
    padding-left: 25px;
    font-size: 24px;
    padding-bottom: 15px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 500
}
@media only screen and (max-width: 895px) {
    .contents.categories-section .featured-categories h3 {
        font-size: 23px;
        line-height: 26px;
        padding-bottom: 30px;
        padding-left: 25px
    }
}
.contents.categories-section .featured-categories .more-link {
    border: none;
    padding-left: 25px;
    line-height: 22px;
    clear: both;
    font-size: 18px;
    padding-top: 8px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    display: block;
    margin-top: 0
}
.contents.categories-section .featured-categories .more-link:hover,
.contents.categories-section .featured-categories .more-link:focus {
    text-decoration: underline
}
@media only screen and (max-width: 895px) {
    .contents.categories-section .featured-categories .more-link {
        padding-left: 0
    }
}
@media only screen and (max-width: 600px) {
    .contents.categories-section .featured-categories .more-link {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: #fff;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 15px
    }
}
.contents.categories-section .featured-categories .featured-category {
    width: 33.333333333333333%;
    float: left
}
@media only screen and (max-width: 895px) {
    .contents.categories-section .featured-categories .featured-category {
        width: 50%;
        padding-left: 25px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddfdf
    }
    .contents.categories-section .featured-categories .featured-category.last-category {
        border-bottom: none;
        display: none
    }
}
@media only screen and (max-width: 600px) {
    .contents.categories-section .featured-categories .featured-category {
        width: 100%;
        padding-left: 0;
        float: none
    }
}
.contents.categories-section .featured-categories .featured-category .featured-listings {
    margin: 0;
    padding: 0 0 0 25px
}
@media only screen and (max-width: 895px) {
    .contents.categories-section .featured-categories .featured-category .featured-listings {
        margin-left: -25px
    }
}
@media only screen and (max-width: 600px) {
    .contents.categories-section .featured-categories .featured-category .featured-listings {
        margin-left: 0;
        padding-left: 0
    }
}
.contents.categories-section .featured-categories .featured-category .featured-listings .nothing-found {
    text-align: center;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    padding: 50px;
    border-bottom: 1px solid #dddfdf;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    color: #7d7f81
}
.contents.categories-section .featured-categories .featured-category .featured-listings .listing-square {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddfdf
}
.contents.categories-section .featured-categories .featured-category .featured-listings .listing-square:last-child {
    margin-bottom: 10px
}
.contents.categories-section .featured-categories .featured-category .featured-listings .listing-square h3 {
    padding-left: 0;
    line-height: 28px;
    height: 99px
}
.contents.categories-section .featured-categories .featured-category .featured-listings .listing-square .meta {
    bottom: 15px;
    padding-right: 0
}
.contents.categories-section .featured-categories .featured-category .featured-listings .listing-square figure {
    display: none
}
.contents.categories-section .featured-categories .featured-category .featured-listings .listing-square:first-child figure {
    display: block
}
@media only screen and (max-width: 600px) {
    .contents.categories-section .featured-categories .featured-category .featured-listings .listing-square {
        padding-left: 0;
        border-bottom: none;
        padding-bottom: 15px
    }
    .contents.categories-section .featured-categories .featured-category .featured-listings .listing-square:last-child {
        margin-bottom: 0
    }
}
@media only screen and (max-width: 895px) {
    .featured-category-block .contents.categories-section .featured-categories .featured-category .featured-listings .listing-square {
        border-bottom: 1px solid #dddfdf
    }
    .featured-category-block .contents.categories-section .featured-categories .featured-category .featured-listings .listing-square:last-child {
        border-bottom: none
    }
}
.contents.categories-section .home-contributors {
    width: 100%;
    float: left;
    margin-bottom: -30px
}
.contents.categories-section .home-contributors .home-contributor {
    float: left;
    width: 31.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}
@media only screen and (max-width: 600px) {
    .contents.categories-section .home-contributors .home-contributor {
        width: 100%
    }
}
.contents.categories-section .home-contributors .home-contributor .images-block {
    position: relative;
    margin-bottom: 17px
}
.contents.categories-section .home-contributors .home-contributor .images-block .avatar {
    border-radius: 210px;
    max-width: 210px;
    max-height: 210px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block
}
.contents.categories-section .home-contributors .home-contributor .images-block .company-logo-wrap {
    position: absolute;
    left: calc(50% + 48px);
    width: 59px;
    height: 59px;
    border-radius: 5px;
    top: 0;
    border: 1px solid #FFF;
    box-shadow: 0 0 3px -1px #a6a6a6;
    padding: 1px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    display: block
}
@media only screen and (max-width: 895px) {
    .contents.categories-section .home-contributors .home-contributor .images-block .company-logo-wrap {
        width: 49px;
        height: 49px
    }
}
@media only screen and (max-width: 600px) {
    .contents.categories-section .home-contributors .home-contributor .images-block .company-logo-wrap {
        width: 59px;
        height: 59px;
        left: calc(50% + 60px)
    }
}
.contents.categories-section .home-contributors .home-contributor .images-block .company-logo-wrap img {
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    height: auto
}
.contents.categories-section .home-contributors .home-contributor .text-block h4 {
    font-size: 26px;
    text-align: center;
    color: #373b3e;
    margin-bottom: 8px
}
.contents.categories-section .home-contributors .home-contributor .text-block h4+p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.contents.categories-section .home-contributors .home-contributor .text-block p {
    font-size: 16px;
    color: #7d7f81;
    text-align: center
}
.contents.categories-section .home-contributors .home-contributor .contributor-post {
    margin: 18px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid #dedfdf
}
.contents.categories-section .home-contributors .home-contributor .contributor-post h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
    min-height: 84px;
    font-weight: 400
}
.contents.categories-section .home-contributors .home-contributor .contributor-post .meta {
    font-size: 14px
}
.signup {
    border-bottom: 1px solid #dddfdf;
    margin-bottom: 30px;
    display: block;
    width: 100%
}
.signup .msg {
    display: block;
    position: relative;
    top: 5px
}
.signup * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.signup h1,
.signup p,
.signup h2 {
    color: #ffffff
}
.signup h2.popular {
    font-size: 36px;
    text-align: left;
    margin: 50px 0px 25px 0px;
    color: #333333;
    padding-left: 20%
}
@media only screen and (max-width: 1150px) {
    .signup h2.popular {
        padding-left: 0
    }
}
.signup #sstep2,
.signup #sstep3 {
    display: none
}
.signup .bgr {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px 0px 50px 0px
}
.signup .bgr .subscribeText {
    padding: 68px 0px 50px 0px;
    margin: auto;
    width: 60%
}
.signup .bgr .subscribeText p {
    font-size: 26px;
    font-weight: 100;
    font-family: 'Neuton', serif
}
.signup .bgr .subscribeForm {
    margin: auto;
    display: table;
    width: 70%
}
.signup .bgr .subscribeForm .r {
    display: table-row
}
.signup .bgr .subscribeForm .r .pl {
    display: table-cell;
    background: url("../img/envelop.png") no-repeat center center #2cb4ed;
    width: 21%
}
.signup .bgr .subscribeForm .r .pr {
    display: table-cell;
    background-color: #f7f7f7;
    width: 79%;
    padding: 30px 30px 20px 30px
}
.signup .bgr .subscribeForm .r .pr h2 {
    font-size: 22px;
    color: #333333;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    margin: 0px 0px 20px 0px
}
.signup .bgr .subscribeForm .r .pr input[type="text"],
.signup .bgr .subscribeForm .r .pr input[type="email"] {
    float: left;
    font-size: 16px;
    padding: 10px;
    color: #7d7f81;
    border: 1px solid #dddddd
}
.signup .bgr .subscribeForm .r .pr input[type="text"].half_w,
.signup .bgr .subscribeForm .r .pr input[type="email"].half_w {
    width: 47%;
    margin-right: 6%
}
.signup .bgr .subscribeForm .r .pr input[type="text"].half_w.second,
.signup .bgr .subscribeForm .r .pr input[type="email"].half_w.second {
    margin-right: 0%
}
.signup .bgr .subscribeForm .r .pr input[type="text"].full_w,
.signup .bgr .subscribeForm .r .pr input[type="email"].full_w {
    width: 100%;
    margin: 24px 0px 10px 0px
}
.signup .bgr .subscribeForm .r .pr input[type="text"].full_w.mb,
.signup .bgr .subscribeForm .r .pr input[type="email"].full_w.mb {
    margin-bottom: 24px
}
.signup .bgr .subscribeForm .r .pr input[type="submit"] {
    width: 100%
}
.signup .bgr .subscribeForm .r .pr input[type="submit"].m {
    margin-top: 24px
}
.signup .niceLabels {
    clear: both
}
@media only screen and (max-width: 895px) {
    .signup .bgr .subscribeText {
        width: 80%;
        padding: 25px 0px
    }
    .signup .bgr .subscribeForm {
        width: 90%;
        display: block
    }
    .signup .bgr .subscribeForm .r {
        display: block
    }
    .signup .bgr .subscribeForm .r .pl {
        display: none
    }
    .signup .bgr .subscribeForm .r .pr {
        display: block;
        width: 100%
    }
    .signup .bgr .subscribeForm .r .pr input[type="text"].half_w,
    .signup .bgr .subscribeForm .r .pr input[type="text"].full_w,
    .signup .bgr .subscribeForm .r .pr input[type="email"].half_w,
    .signup .bgr .subscribeForm .r .pr input[type="email"].full_w {
        width: 100%;
        margin: 5px 0px 5px 0px
    }
    .signup h2.popular {
        font-size: 26px
    }
}
@media only screen and (max-width: 600px) {
    .signup {
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}
.niceLabels label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 18px;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 1150px) {
    .niceLabels label.bi {
        width: 30%
    }
    .niceLabels label.occ {
        width: 30%
    }
}
@media only screen and (max-width: 895px) {
    .niceLabels label {
        font-size: 18px;
        padding-left: 26px;
        width: 80%;
        margin: 8px 0px 8px 0px !important
    }
    .niceLabels label.bi {
        width: 90%
    }
    .niceLabels label.occ {
        width: 90%
    }
}
.niceLabels label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #247eb3
}
@media only screen and (max-width: 895px) {
    .niceLabels label:before {
        width: 20px;
        height: 20px
    }
}
.niceLabels input[type=checkbox],
.niceLabels input[type=radio] {
    display: none
}
.niceLabels input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.niceLabels input[type=radio]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
@media only screen and (max-width: 895px) {
    .news-listing .listing-strip {
        padding-bottom: 15px;
        padding-left: 25px
    }
}
@media only screen and (max-width: 600px) {
    .news-listing .listing-strip {
        padding-left: 0
    }
}
.news-listing .listing-strip figure {
    min-height: 10px
}
.news-listing .listing-strip .meta {
    position: static !important;
    padding-top: 10px;
    overflow: hidden;
    float: right;
    width: 68.5%;
    padding-left: 30px
}
.news-listing .listing-strip .meta.no-image {
    float: left;
    padding-left: 0
}
@media only screen and (max-width: 895px) {
    .news-listing .listing-strip .meta.no-image {
        padding-left: 15px
    }
}
@media only screen and (max-width: 600px) {
    .news-listing .listing-strip .meta.no-image {
        padding-left: 0
    }
}
@media only screen and (max-width: 895px) {
    .news-listing .listing-strip .meta {
        width: 50%;
        padding-left: 15px
    }
}
@media only screen and (max-width: 600px) {
    .news-listing .listing-strip .meta {
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
        float: none;
        padding-left: 0;
        font-size: 14px;
        color: #373b3e
    }
    .news-listing .listing-strip .meta span:before {
        color: #7d7f81
    }
}
@media only screen and (max-width: 600px) {
    .listing-strip,
    .listing-square,
    .listing-excerpt,
    .listing-square,
    .listing-strip,
    .listing-podcast {
        height: auto !important
    }
}
@media only screen and (max-width: 895px) {
    .tab_contents .news-listing .listing-strip {
        border-bottom: none;
        margin-bottom: 25px;
        padding-bottom: 0
    }
    .tab_contents .news-listing .listing-strip .text {
        padding-left: 15px
    }
}
@media only screen and (max-width: 895px) and (max-width: 600px) {
    .tab_contents .news-listing .listing-strip .text {
        padding-left: 0
    }
}
@media only screen and (max-width: 895px) and (max-width: 600px) {
    .tab_contents .news-listing .listing-strip .meta {
        padding-top: 5px
    }
}
@media only screen and (max-width: 895px) {
    .tab_contents .news-listing .listing-strip figure {
        padding-right: 15px
    }
}
@media only screen and (max-width: 895px) and (max-width: 600px) {
    .tab_contents .news-listing .listing-strip figure {
        padding-right: 0
    }
}
.listing-strip {
    width: 100%;
    display: block;
    float: left;
    clear: left;
    margin: 0 0 20px 0;
    position: relative;
    border-bottom: 1px solid #dddfdf;
    padding-bottom: 25px;
    padding-left: 25px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.listing-strip:last-child {
    border-bottom: none;
    margin-bottom: 0
}
@media only screen and (max-width: 600px) {
    .listing-strip {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        padding-left: 0;
        border-bottom: 1px solid #dddfdf;
        margin-bottom: 15px
    }
}
.listing-strip.video-post figure:after {
    content: '';
    width: 70px !important;
    display: block;
    height: 70px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 5px solid #fff;
    background-image: url("../img/play-icon-large.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px !important;
    text-indent: -9999px;
    z-index: 1;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 50% !important;
    margin-left: -35px;
    top: 50% !important;
    margin-top: -35px
}
@media only screen and (max-width: 600px) {
    .listing-strip.video-post figure:after {
        width: 50px !important;
        height: 50px !important;
        margin-left: -25px !important;
        margin-top: -25px !important
    }
}
.listing-strip.video-post a:hover figure:after {
    display: none
}
.listing-strip.video-post a:hover figure:before {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}
@media only screen and (max-width: 895px) {
    .listing-strip.video-post a:hover figure:before {
        content: none
    }
}
.listing-strip a {
    color: #373b3e;
    display: block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.listing-strip a:hover h3,
.listing-strip a:hover h2,
.listing-strip a:focus h3,
.listing-strip a:focus h2,
.listing-strip a:active h3,
.listing-strip a:active h2 {
    text-decoration: underline
}
.listing-strip a:hover figure:after,
.listing-strip a:focus figure:after,
.listing-strip a:active figure:after {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}
@media only screen and (max-width: 895px) {
    .listing-strip a:hover figure:after,
    .listing-strip a:focus figure:after,
    .listing-strip a:active figure:after {
        content: none
    }
}
.listing-strip h1,
.listing-strip h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px 0;
    color: #247eb3;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .listing-strip h1,
    .listing-strip h2 {
        font-size: 23px;
        line-height: 25px;
        padding-bottom: 10px;
        margin: 0
    }
}
.listing-strip .meta {
    position: static !important;
    padding-top: 10px;
    overflow: hidden;
    float: right;
    width: 66.66666%;
    padding: 10px 0 0 10px
}
.listing-strip .meta .sponsored {
    padding-right: 0
}
@media only screen and (max-width: 600px) {
    .listing-strip .meta {
        padding-bottom: 15px;
        padding-top: 0;
        width: 100%;
        float: none;
        font-size: 14px;
        color: #373b3e
    }
}
.listing-strip .text {
    float: left;
    width: 68.5%;
    padding-left: 30px;
    margin-bottom: 0;
    padding-bottom: 0
}
.listing-strip .text.no-image {
    padding-left: 0;
    width: 100%
}
@media only screen and (max-width: 895px) {
    .listing-strip .text {
        width: 50%;
        padding-left: 13px
    }
    .listing-strip .text p {
        max-height: 92px;
        overflow: hidden
    }
}
@media only screen and (max-width: 600px) {
    .listing-strip .text {
        clear: both;
        width: 100%;
        float: none;
        padding-bottom: 15px;
        padding-left: 0;
        font-family: 'Neuton', serif;
        font-weight: 300
    }
    .listing-strip .text p {
        font-size: 18px;
        line-height: 20px;
        height: auto;
        overflow: initial
    }
}
.listing-strip figure {
    float: left;
    width: 31.5%;
    position: relative;
    display: block
}
.listing-strip figure img {
    width: 100%;
    display: block;
    height: auto
}
@media only screen and (max-width: 895px) {
    .listing-strip figure {
        width: 50%;
        padding-right: 12px
    }
}
@media only screen and (max-width: 600px) {
    .listing-strip figure {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0
    }
}
.listing-square.featured-listing-square h2 {
    padding-bottom: 20px
}
@media only screen and (max-width: 895px) {
    .listing-square.featured-listing-square {
        width: 100%
    }
    .listing-square.featured-listing-square .meta {
        padding-right: 25px;
        padding-bottom: 5px
    }
    .listing-square.featured-listing-square p {
        margin-bottom: 45px
    }
}
@media only screen and (max-width: 600px) {
    .listing-square.featured-listing-square {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #dddfdf
    }
    .listing-square.featured-listing-square p {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 20px
    }
    .listing-square.featured-listing-square .meta {
        bottom: 0;
        color: #373b3e;
        font-size: 14px
    }
    .listing-square.featured-listing-square .meta span:before {
        color: #7d7f81
    }
}
.listing-square {
    position: relative;
    width: 33.33%;
    display: block;
    float: left;
    padding: 0 0 0 25px
}
@media only screen and (max-width: 895px) {
    .listing-square {
        width: 50%;
        float: left;
        margin-bottom: 15px;
        padding-left: 25px;
        border-bottom: 1px solid #dddfdf;
        margin-bottom: 25px
    }
}
@media only screen and (max-width: 600px) {
    .listing-square {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        padding-left: 0;
        border-bottom: 1px solid #dddfdf;
        margin-bottom: 25px
    }
}
.listing-square.video-post figure:after {
    content: '';
    width: 70px !important;
    display: block;
    height: 70px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 5px solid #fff;
    background-image: url("../img/play-icon-large.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px !important;
    text-indent: -9999px;
    z-index: 1;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 50% !important;
    margin-left: -35px;
    top: 50% !important;
    margin-top: -35px
}
@media only screen and (max-width: 600px) {
    .listing-square.video-post figure:after {
        width: 50px !important;
        height: 50px !important;
        margin-left: -25px !important;
        margin-top: -25px !important
    }
}
.listing-square.video-post a:hover figure:before {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}
@media only screen and (max-width: 895px) {
    .listing-square.video-post a:hover figure:before {
        content: none
    }
}
.listing-square a {
    display: block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.listing-square a:hover h3,
.listing-square a:hover h2,
.listing-square a:focus h3,
.listing-square a:focus h2,
.listing-square a:active h3,
.listing-square a:active h2 {
    text-decoration: underline
}
.listing-square a:hover figure,
.listing-square a:focus figure,
.listing-square a:active figure {
    position: relative;
    display: block
}
.listing-square a:hover figure:after,
.listing-square a:focus figure:after,
.listing-square a:active figure:after {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3
}
.listing-square a:hover figure:before {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}
@media only screen and (max-width: 895px) {
    .listing-square a:hover figure:before {
        content: none
    }
}
.listing-square a:hover figure:after {
    display: none !important
}
.listing-square p {
    margin-bottom: 30px;
    color: #373b3e
}
.listing-square figure {
    position: relative;
    display: block;
    margin-bottom: 15px
}
.listing-square figure img {
    display: block
}
.listing-square h3,
.listing-square h2 {
    padding-top: 0;
    font-size: 22px;
    letter-spacing: -0.25px;
    line-height: 28px;
    padding-bottom: 25px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 500
}
@media only screen and (max-width: 600px) {
    .listing-square h3,
    .listing-square h2 {
        font-size: 23px;
        line-height: 25px;
        padding-bottom: 30px
    }
}
.listing-square .image {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 10px
}
.listing-square .image.video-post:after {
    content: '';
    width: 70px;
    display: block;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 5px solid #fff;
    background-image: url("../img/play-icon-large.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    text-indent: -9999px;
    z-index: 1;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px
}
.listing-square img {
    width: 100%;
    height: auto
}
.listing-square h1 {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0
}
.listing-excerpt {
    height: 370px
}
.listing-square p,
.listing-strip p,
.listing-podcast p {
    font-size: 20px;
    line-height: 23px;
    font-family: 'PT Serif', serif;
    font-weight: 300
}
.listing-square .meta span:before,
.listing-strip .meta span:before,
.listing-podcast .meta span:before {
    content: '\2219';
    padding-right: 6px;
    color: #7d7f81
}
.listing-square .meta,
.listing-strip .meta,
.listing-podcast .meta,
.listing-event .meta {
    margin: 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #373b3e;
    position: absolute;
    width: 100%;
    line-height: 18px;
    padding-right: 30px;
    font-size: 14px;
    letter-spacing: -0.25px;
    bottom: 0
}
.listing-square .meta .sponsored,
.listing-strip .meta .sponsored,
.listing-podcast .meta .sponsored,
.listing-event .meta .sponsored {
    padding-right: 25px
}
.listing-square .meta .sponsored ul li,
.listing-strip .meta .sponsored ul li,
.listing-podcast .meta .sponsored ul li,
.listing-event .meta .sponsored ul li {
    display: inline;
    margin-right: 3px
}
.listing-square .meta .sponsored ul li:after,
.listing-strip .meta .sponsored ul li:after,
.listing-podcast .meta .sponsored ul li:after,
.listing-event .meta .sponsored ul li:after {
    content: ', '
}
.listing-square .meta .sponsored ul li:nth-last-child(2):after,
.listing-strip .meta .sponsored ul li:nth-last-child(2):after,
.listing-podcast .meta .sponsored ul li:nth-last-child(2):after,
.listing-event .meta .sponsored ul li:nth-last-child(2):after {
    content: ' and '
}
.listing-square .meta .sponsored ul li:first-child:after,
.listing-strip .meta .sponsored ul li:first-child:after,
.listing-podcast .meta .sponsored ul li:first-child:after,
.listing-event .meta .sponsored ul li:first-child:after {
    content: ' '
}
.listing-square .meta .sponsored ul li:last-child:after,
.listing-strip .meta .sponsored ul li:last-child:after,
.listing-podcast .meta .sponsored ul li:last-child:after,
.listing-event .meta .sponsored ul li:last-child:after {
    content: ''
}
.listing-square .meta li,
.listing-strip .meta li,
.listing-podcast .meta li,
.listing-event .meta li {
    float: left
}
.listing-square .meta time,
.listing-strip .meta time,
.listing-podcast .meta time,
.listing-event .meta time {
    float: left;
    padding-right: 6px
}
.listing-square .meta .sponsored,
.listing-strip .meta .sponsored,
.listing-podcast .meta .sponsored,
.listing-event .meta .sponsored {
    float: right;
    text-align: right;
    color: #7d7f81
}
.listing-square .meta .sponsored span,
.listing-strip .meta .sponsored span,
.listing-podcast .meta .sponsored span,
.listing-event .meta .sponsored span {
    font-weight: 400
}
@media only screen and (max-width: 895px) {
    .listing-square .meta,
    .listing-strip .meta,
    .listing-podcast .meta,
    .listing-event .meta {
        padding-right: 0;
        font-size: 14px
    }
    .listing-square .meta span:before,
    .listing-strip .meta span:before,
    .listing-podcast .meta span:before,
    .listing-event .meta span:before {
        color: #373b3e;
        padding-right: 4px
    }
    .listing-square .meta time,
    .listing-strip .meta time,
    .listing-podcast .meta time,
    .listing-event .meta time {
        padding-right: 4px
    }
}
.listing-podcast {
    width: 50%;
    position: relative;
    margin-bottom: 30px;
    display: inline-block
}
.listing-podcast:nth-child(even) {
    padding-left: 15px
}
.listing-podcast:nth-child(odd) {
    padding-right: 15px
}
.listing-podcast a:hover,
.listing-podcast a:focus {
    text-decoration: underline
}
.listing-podcast h2 {
    font-size: 23px;
    line-height: 32px;
    margin: 10px 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.listing-podcast .player {
    background-color: #f2f3f3;
    display: inline-block;
    width: 100%
}
.listing-podcast .player .controls,
.listing-podcast .player .image {
    width: 36%;
    height: 150px;
    overflow: hidden;
    float: left;
    display: inline-block
}
.listing-podcast .player .controls {
    width: 64%
}
.listing-podcast .image {
    width: 35%
}
.listing-podcast .image img {
    width: 100%;
    height: auto;
    max-width: 170px
}
.listing-podcast .text {
    display: inline-block;
    width: 100%;
    float: left;
    clear: left;
    margin: 0;
    padding: 0
}
.listing-podcast .meta {
    padding-top: 10px;
    position: static;
    overflow: hidden;
    padding-right: 0
}
.listing-podcast .meta span {
    font-weight: 600
}
.listing-podcast .meta span:before {
    content: ''
}
.listing-podcast .mejs-container {
    width: 100%
}
.listing-podcast .mejs-container .mejs-controls {
    background: #f2f3f3;
    width: 100%;
    position: relative;
    height: 90px;
    padding: 20px
}
.listing-podcast .mejs-container .mejs-controls .mejs-play,
.listing-podcast .mejs-container .mejs-controls .mejs-pause,
.listing-podcast .mejs-container .mejs-controls .mejs-volume-button {
    cursor: pointer;
    width: 35px;
    height: 35px;
    border: 1px solid #dedfdf;
    border-radius: 100%;
    margin-bottom: 8px;
    margin-right: 9px
}
.listing-podcast .mejs-container .mejs-controls .mejs-volume-button {
    float: left;
    clear: left
}
.listing-podcast .mejs-container .mejs-controls .mejs-time {
    position: absolute;
    bottom: 0
}
.listing-podcast .mejs-container .mejs-controls .mejs-time span {
    font-size: 17px;
    color: #373b3e
}
.listing-podcast .mejs-container .mejs-controls .mejs-duration-container {
    right: 20px
}
.listing-podcast .mejs-container .mejs-controls .mejs-currenttime-container {
    right: 76px;
    font-weight: 300
}
.listing-podcast .mejs-container .mejs-controls .mejs-currenttime-container:after {
    content: "/";
    display: inline-block;
    font-size: 17px;
    color: #373b3e;
    margin-left: 3px;
    font-weight: 300
}
.listing-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 15px;
    background: #dedfdf;
    width: 71% !important;
    margin-left: 0
}
.listing-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff;
    height: 15px
}
.listing-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #247eb3;
    height: 15px
}
.listing-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none !important;
    position: absolute;
    left: -99999px
}
.listing-podcast .mejs-container .mejs-controls .mejs-horizontal-volume-total {
    height: 15px;
    background: #dedfdf;
    width: 84% !important
}
.listing-podcast .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    width: 85px;
    height: 15px;
    cursor: pointer
}
.listing-podcast .mejs-container .mejs-controls .mejs-horizontal-volume-current {
    height: 15px;
    background: #247eb3
}
.listing-event {
    width: 50%;
    position: relative;
    float: left;
    display: inline-block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .listing-event {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #dddfdf
    }
}
.listing-event a img {
    display: block
}
.listing-event a:focus h2,
.listing-event a:hover h2 {
    text-decoration: underline
}
.listing-event a:focus figure,
.listing-event a:hover figure {
    position: relative
}
.listing-event a:focus figure:after,
.listing-event a:hover figure:after {
    content: '';
    background-color: #34afe4;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3
}
@media only screen and (max-width: 895px) {
    .listing-event a:focus figure:after,
    .listing-event a:hover figure:after {
        content: none
    }
}
.listing-event h2 {
    font-size: 30px;
    margin-bottom: 12px;
    margin-top: 15px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.listing-event h2 span {
    display: inline-block
}
@media only screen and (max-width: 600px) {
    .listing-event h2 {
        font-size: 23px;
        line-height: 25px;
        padding-bottom: 0;
        margin-bottom: 0
    }
}
.listing-event:nth-child(even) {
    padding-left: 15px
}
.listing-event:nth-child(odd) {
    padding-right: 15px
}
.listing-event img {
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative
}
.listing-event .notice,
.post-page-form .notice {
    background: #000;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10;
    font-size: 16px;
    color: #fff;
    line-height: 10px;
    padding: 10px
}
.listing-event .notice.live-notice,
.post-page-form .notice.live-notice {
    background: #247eb3
}
@media only screen and (max-width: 600px) {
    .listing-event .notice,
	.post-page-form .notice {
        font-size: 14px
    }
}
.listing-event .playme,
.post-page-form .playpost {
    text-indent: -9999px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url("../img/play-icon-large.svg");
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
    background-position: center center;
    z-index: 2;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.4)
}
body.single-format-audio .player .controls.playpost .mejs-controls {
    background-image: url(../img/playpost-desktop.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left center;
	cursor:pointer;
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls:focus {
    outline: 0 !important;
}

@media only screen and (max-width: 600px) {
	body.single-format-audio .player .controls.playpost .mejs-controls {
		background-image: url(../img/playpost-mobile.jpg);
	}
}
@media only screen and (max-width: 895px) {
    .listing-event .playme,
.post-page-form .playpost {
        width: 75px;
        border: 3px solid white;
        height: 75px;
        background-size: 35px
    }
}
@media only screen and (max-width: 400px) {
    .listing-event .playme,
.post-page-form .playpost {
        width: 45px;
        height: 45px;
        background-size: 18px auto
    }
}
.listing-event .meta {
    padding-right: 0
}
.listing-event .meta .sponsored span {
    font-weight: 600
}
@media only screen and (max-width: 600px) {
    .listing-event .meta .sponsored {
        font-size: 12px;
        line-height: 16px;
        padding-top: 10px
    }
    .listing-event .meta .sponsored span {
        font-weight: 400
    }
}
.listing-event .meta time {
    display: block
}
.listing-event .meta time .date,
.listing-event .meta time .time {
    font-size: 30px;
    display: block;
    clear: both;
    margin-bottom: 0
}
@media only screen and (max-width: 600px) {
    .listing-event .meta time .date,
    .listing-event .meta time .time {
        color: #247eb3 !important;
        display: block;
        line-height: 30px
    }
}
.listing-event .meta time .date.comma:after {
    content: ', '
}
.podcast_info {
    float: left;
    width: 65%
}
.podcast_info h1 {
    font-size: 35px;
    text-transform: capitalize;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.podcast_info .podcast_text {
    float: left;
    clear: left;
    margin-top: 30px;
    border-top: 1px solid #dddfdf;
    width: 100%;
    padding-top: 30px
}
.podcast_info .podcast_speakers {
    display: inline-block
}
.podcast_info .profile_image {
    display: inline-block;
    float: left;
    width: 26.2%
}
.podcast_facilitator .user-square {
    width: 100%;
    padding: 0 !important;
    margin: 0
}
.podcast_facilitator .user-square .holder .images {
    width: 14%
}
.podcast_facilitator .user-square .holder .text {
    width: 86%
}
.popular_posts {
    text-align: left
}
.popular_posts h3 {
    margin-bottom: 10px
}
@media only screen and (max-width: 600px) {
    .popular_posts h2 {
        font-size: 18px !important;
        line-height: 20px;
        margin-bottom: 15px
    }
}
.popular_posts .listing-square {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 15px
}
.popular_posts .listing-square .meta {
    padding-right: 0;
    letter-spacing: -1px
}
@media only screen and (max-width: 1260px) {
    .popular_posts .listing-square .meta {
        font-size: 13px;
        padding-right: 5px
    }
    .popular_posts .listing-square .meta .watching-time:before {
        padding-right: 5px
    }
}
@media only screen and (max-width: 600px) {
    .popular_posts .listing-square {
        padding-bottom: 15px !important;
        margin-bottom: 15px
    }
    .popular_posts .listing-square .meta {
        bottom: 15px;
        font-size: 12px
    }
    .popular_posts .listing-square .meta time,
    .popular_posts .listing-square .meta span {
        font-size: 12px
    }
    .popular_posts .listing-square .meta time:before,
    .popular_posts .listing-square .meta span:before {
        color: #7d7f81
    }
}
.popular_posts .listing-square img {
    width: 100%;
    height: auto
}
.popular_posts .listing-square h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px
}
.listing-video.listing-square a .watching-time {
    display: none
}
.listing-video.listing-square a .meta {
    padding-right: 25px
}
@media only screen and (max-width: 600px) {
    .listing-video.listing-square a .meta {
        padding-right: 0
    }
}
.listing-video.listing-square a figure:after,
.listing-video.listing-square a .image:after {
    content: '';
    width: 70px !important;
    display: block;
    height: 70px !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border: 5px solid #fff;
    background-image: url("../img/play-icon-large.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px !important;
    text-indent: -9999px;
    z-index: 1;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 50% !important;
    margin-left: -35px;
    top: 50% !important;
    margin-top: -35px
}
@media only screen and (max-width: 600px) {
    .listing-video.listing-square a figure:after,
    .listing-video.listing-square a .image:after {
        width: 50px !important;
        height: 50px !important;
        margin-left: -25px !important;
        margin-top: -25px !important
    }
}
.listing-video.listing-square a:hover figure,
.listing-video.listing-square a:hover .image,
.listing-video.listing-square a:focus figure,
.listing-video.listing-square a:focus .image {
    position: relative
}
.listing-video.listing-square a:hover figure:after,
.listing-video.listing-square a:hover .image:after,
.listing-video.listing-square a:focus figure:after,
.listing-video.listing-square a:focus .image:after {
    content: "";
    background: #34AFE4 !important;
    opacity: 0.8;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    z-index: 3;
    border: none;
    border-radius: 0;
    margin: 0
}
.loader-wrap {
    float: left;
    width: 100%;
    height: auto;
    clear: both
}
.loader-wrap .loader,
.loader-wrap .loader:before,
.loader-wrap .loader:after {
    border-radius: 50%
}
.loader-wrap .loader:before,
.loader-wrap .loader:after {
    position: absolute;
    content: ''
}
.loader-wrap .loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #FFF;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s
}
.loader-wrap .loader {
    font-size: 6px;
    text-indent: -99999em;
    margin: 5em auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em #2cb4ed
}
.loader-wrap .loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #FFF;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease
}
@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.author_profile .social-icons {
    float: left;
    text-align: center;
    width: 30%;
    overflow: hidden;
    clear: left;
    padding-right: 40px;
    max-width: 230px
}
@media only screen and (max-width: 895px) {
    .author_profile .social-icons {
        width: 50%;
        max-width: 200px;
        padding-right: 0;
        margin: 0 auto;
        float: none
    }
}
@media only screen and (max-width: 1260px) {
    .author_profile .social-icons {
        max-width: 20%
    }
}
@media only screen and (max-width: 600px) {
    .author_profile .social-icons {
        width: 100%;
        float: none;
        max-width: 50%;
        margin-top: 25px
    }
}
.author_profile .social-icons li {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0
}
.author_profile .social-icons a img {
    width: 100%;
    height: auto;
    display: block
}
.about-experts .social-icons {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: center;
    overflow: hidden;
    clear: left;
    max-width: 230px
}
@media only screen and (max-width: 895px) {
    .about-experts .social-icons {
        width: 50%;
        max-width: 200px;
        padding-right: 0;
        margin: 0 auto;
        float: none
    }
}
@media only screen and (max-width: 600px) {
    .about-experts .social-icons {
        width: 100%;
        float: none;
        max-width: 50%;
        margin-top: 25px
    }
}
.about-experts .social-icons li {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0;
    border: none
}
.about-experts .social-icons li a img {
    width: 100%;
    height: auto;
    display: block
}
.author_profile {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
    float: left
}
@media only screen and (max-width: 895px) {
    .author_profile {
        float: none;
        width: 100%
    }
}
.author_profile .image_social {
    float: left;
    display: inline-block;
    width: 20%;
    padding-right: 30px
}
.author_profile .image_social img.avatar {
    margin-bottom: 20px;
    border-radius: 50%;
    max-width: 100%;
    width: 100%;
    height: auto
}
@media only screen and (max-width: 895px) {
    .author_profile .image_social img.avatar {
        width: auto
    }
}
@media only screen and (max-width: 895px) {
    .author_profile .image_social {
        width: 50%;
        padding-right: 0
    }
    .author_profile .image_social img {
        display: block;
        margin: 0 auto
    }
}
@media only screen and (max-width: 600px) {
    .author_profile .image_social {
        width: 100%;
        float: none
    }
    .author_profile .image_social img {
        max-width: 100px
    }
}
.author_profile .info {
    float: right;
    display: inline-block;
    width: 65%;
    margin-right: 15%;
    margin-top: 25px
}
.author_profile .info .job_title {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin: 0 0 5px 0;
    display: inline-block;
    color: #7d7f81
}
.author_profile .info .desc {
    font-size: 22px;
    line-height: 30px;
    clear: both;
    text-align: left
}
.author_profile .info h1 {
    font-size: 34px;
    margin-bottom: 10px
}
@media only screen and (max-width: 895px) {
    .author_profile .info {
        width: 50%;
        padding-left: 15px;
        margin-right: 0
    }
}
@media only screen and (max-width: 600px) {
    .author_profile .info {
        width: 100%;
        padding-top: 15px;
        float: none;
        margin-top: 0;
        text-align: center;
        padding-top: 0
    }
}
.author-top-block {
    overflow: hidden;
    margin-bottom: 25px
}
.author-top-block .advert {
    float: right;
    width: 33.333333333333333%
}
.author-top-block .advert img {
    max-width: 100%
}
@media only screen and (max-width: 895px) {
    .author-top-block .advert {
        display: none
    }
}
.mobile-author-select {
    display: none
}
@media only screen and (max-width: 600px) {
    .mobile-author-select {
        border: 1px solid #dddfdf;
        display: block;
        position: relative;
        margin-bottom: 15px
    }
    .mobile-author-select:after {
        height: 15px;
        width: 15px;
        content: '';
        background: url("../img/dropdown-icon.svg") no-repeat;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 1
    }
    .mobile-author-select #author_select {
        background: transparent;
        padding: 8px 60px 8px 15px;
        display: inline-block;
        font-size: 18px;
        width: 100%;
        line-height: 1;
        border: none;
        border-radius: 0;
        -webkit-appearance: none
    }
}
.author_tabs {
    text-align: center;
    overflow: hidden;
    padding-left: 20%;
    position: relative;
    top: 1px
}
@media only screen and (max-width: 1150px) {
    .author_tabs {
        padding-left: 0
    }
}
@media only screen and (max-width: 600px) {
    .author_tabs {
        display: none
    }
}
.author_tabs li {
    text-align: center;
    width: 20%;
    padding: 8px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    font-size: 22px;
    border: 1px solid #dddfdf;
    margin: 0 20px 0 0;
    color: #247eb3;
    cursor: pointer;
    display: block
}
@media only screen and (max-width: 1150px) {
    .author_tabs li {
        margin-right: 10px;
        max-width: 20%
    }
}
@media only screen and (max-width: 895px) {
    .author_tabs li {
        width: 33.333333333333333%;
        float: left
    }
}
.author_tabs li a {
    display: block;
    padding: 0
}
.author_tabs .active {
    color: #373b3e;
    border-bottom: 1px solid #fff
}
.author_tabs .active a {
    color: #373b3e
}
.content-tab {
    display: none;
    border-top: 1px solid #dddfdf;
    padding-top: 20px;
    margin-bottom: 20px
}
.content-tab.active {
    display: block
}
.mobile-author-title {
    display: none
}
@media only screen and (max-width: 600px) {
    .mobile-author-title {
        display: block;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 400;
        font-size: 22px;
        margin: 0 0 20px 0;
        width: 100%;
        color: #7d7f81
    }
}
.tab_contents {
    border-top: 1px solid #dddfdf;
    padding-top: 30px;
    padding-left: 20%;
    overflow: hidden;
    display: none;
    margin-bottom: 100px
}
.tab_contents.active {
    display: block
}
@media only screen and (max-width: 600px) {
    .tab_contents {
        padding-top: 0;
        margin-top: 15px;
        border-top: none;
        margin-bottom: 30px
    }
    .tab_contents:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        height: 1px;
        border: 1px solid #dddfdf;
        margin-top: 15px
    }
    .tab_contents h2.mobile-author-title {
        padding-top: 35px;
        margin-bottom: 5px
    }
}
@media only screen and (max-width: 1150px) {
    .tab_contents {
        padding-left: 0
    }
}
.tab_contents .news-listing {
    margin-left: 0
}
.tab_contents .news-listing .listing-strip {
    padding-left: 0
}
.tab_contents .news-listing .listing-strip:last-child {
    border-bottom: none
}
.tab_contents .podcast-listing {
    margin-left: 0;
    margin-right: -25px
}
.tab_contents .podcast-listing .listing-podcast {
    padding-left: 0;
    padding-right: 25px
}
.tab_contents .eventslanding-listing .listing-event {
    margin-bottom: 30px
}
.eventslanding-listing .listing-event,
.news-listing .listing-event {
    margin-bottom: 30px
}
.user-square {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 15px 0
}
.user-square:nth-child(odd) {
    padding-right: 15px
}
.user-square:nth-child(even) {
    padding-left: 15px
}
.user-square .holder {
    background-color: #f2f3f3;
    padding: 20px;
    width: 100%;
    display: inline-block
}
.user-square .holder img {
    border-radius: 100%
}
.user-square .holder .company_logo {
    margin-top: 15px
}
.user-square .holder .company_logo img {
    border-radius: 0;
    max-width: 80px;
    height: auto
}
.user-square .holder .text {
    width: 68%;
    display: inline-block;
    float: left;
    padding-left: 15px
}
.user-square .holder .text h3 {
    font-size: 20px;
    margin-bottom: 7px
}
.user-square .holder .text .job_title {
    margin-bottom: 15px
}
.user-square .holder .images {
    width: 32%;
    display: inline-block;
    float: left
}
.contributors {
    border-top: 1px solid #dddfdf;
    padding-top: 20px;
    width: 80%;
    float: left;
    display: inline-block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.contributors .user-square {
    width: 33.33%;
    margin-right: 0;
    padding: 15px
}
.contributors .user-square:nth-child(odd) {
    padding-left: 15px
}
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor {
    float: right
}
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news {
    border-top: 2px solid #34afe4;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 15px
}
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .title {
    padding-top: 15px
}
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .title h2 {
    padding-top: 5px;
    font-size: 16px;
    margin-bottom: 10px
}
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square {
    width: 33.333333333333333%
}
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square:nth-child(4),
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square:nth-child(5),
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square:nth-child(6) {
    display: none
}
.lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square .meta time {
    width: auto !important
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square {
        width: 100%;
        float: none;
        padding-right: 10px
    }
    .lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square:nth-child(4),
    .lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square:nth-child(5),
    .lightbox .lightbox-container .attend-signup .form.thankyou-contributor .recommended_news .recommended-news .listing-square:nth-child(6) {
        display: none
    }
}
.contributor-tabs {
    border-bottom: 1px solid #dddfdf;
    margin-bottom: 25px;
    margin-top: 20px
}
.contributor-tabs:after {
    content: '';
    display: block;
    clear: both
}
.contributor-tabs li {
    padding: 12px 50px;
    border: 1px solid #dddfdf;
    float: left;
    margin-right: 15px;
    margin-bottom: -1px;
    font-size: 26px;
    position: relative;
    z-index: 5;
    width: auto !important;
    cursor: pointer;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    color: #373b3e;
    background: #f7f7f7
}
@media only screen and (max-width: 600px) {
    .contributor-tabs li {
        width: 100% !important;
        margin-right: 0
    }
}
.contributor-tabs li:after {
    content: '';
    display: none
}
.contributor-tabs li.active {
    background: #fff;
    color: #247eb3
}
.contributor-tabs li.active:after {
    content: '';
    background: #f7f7f7;
    height: 1px;
    width: 100%;
    bottom: -1px;
    left: 0;
    display: block;
    position: absolute
}
.contributor_form {
    display: none
}
.contributor_form.active {
    display: block
}
.left_section {
    padding-top: 35px;
    border-top: 1px solid #dddfdf;
    text-align: right;
    text-transform: capitalize;
    width: 17%;
    margin-right: 3%;
    float: left;
    display: inline-block
}
.contributors-filter.main {
    padding: 20px 0 0 0;
    float: right
}
.contributors-filter.main .right_section {
    border: none;
    margin: 0;
    font-size: 18px
}
.contributors-filter.main .right_section p {
    margin-top: 4px
}
.contributors-filter.main .right_section span {
    font-size: 18px;
    line-height: 32px
}
@media only screen and (max-width: 1150px) {
    .contributors-filter.main .right_section {
        border-bottom: 1px solid #dddfdf
    }
}
@media only screen and (max-width: 895px) {
    .contributors-filter.main .right_section {
        border-bottom: 0
    }
}
@media only screen and (max-width: 600px) {
    .contributors-filter.main .right_section {
        padding-top: 0
    }
}
@media only screen and (max-width: 1150px) {
    .contributors-filter.main {
        padding-top: 0
    }
}
.contributor-post_contents {
    border-top: none;
    border-bottom: 1px solid #dddfdf;
    width: 100%;
    position: relative;
    margin-left: 0
}
@media only screen and (max-width: 895px) {
    .contributor-post_contents {
        padding-bottom: 30px
    }
}
.contributor-post_contents .contributors-summary {
    width: 80%;
    margin-bottom: 30px;
    float: left
}
@media only screen and (max-width: 1150px) {
    .contributor-post_contents .contributors-summary {
        width: 75%
    }
}
@media only screen and (max-width: 895px) {
    .contributor-post_contents .contributors-summary {
        width: 100%;
        float: none
    }
}
@media only screen and (max-width: 600px) {
    .contributor-post_contents .contributors-summary p {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 26px
    }
}
.contributor-post_contents .post_meta {
    position: static
}
@media only screen and (max-width: 1150px) {
    .contributor-post_contents .post_meta {
        display: none
    }
}
.contributor-post_contents .btn {
    text-align: center;
    padding-left: 64px;
    padding-right: 64px
}
@media only screen and (max-width: 895px) {
    .contributor-post_contents .btn {
        width: 100%;
        position: static;
        float: none;
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (max-width: 1150px) {
    .contributor-post_contents {
        border-top: none;
        position: relative
    }
    .contributor-post_contents:after {
        background-image: url("../img/contributors-icon.svg");
        background-repeat: no-repeat;
        background-position: center 20px;
        position: absolute;
        width: 25%;
        height: 100%;
        right: 0;
        content: '';
        top: 0
    }
}
@media only screen and (max-width: 895px) {
    .contributor-post_contents {
        padding-top: 0
    }
    .contributor-post_contents p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 200
    }
    .contributor-post_contents:after {
        display: none
    }
}
@media only screen and (max-width: 600px) {
    .contributor-post_contents {
        border-bottom: none
    }
}
.mobile-filters.contributors-mobile-filter {
    clear: both
}
@media only screen and (max-width: 1150px) {
    .mobile-filters.contributors-mobile-filter {
        display: none
    }
}
@media only screen and (max-width: 895px) {
    .mobile-filters.contributors-mobile-filter {
        display: block;
        margin-top: 20px
    }
}
.left_section.checkboxes.sub_nav.contributor-sidebar h2 {
    padding-bottom: 25px;
    margin-top: 5px;
    text-transform: none;
    font-size: 18px
}
@media only screen and (max-width: 1150px) {
    .left_section.checkboxes.sub_nav.contributor-sidebar {
        display: block;
        overflow: hidden;
        padding-top: 25px;
        padding-bottom: 15px
    }
    .left_section.checkboxes.sub_nav.contributor-sidebar label {
        width: 16.666666666666666%;
        display: block;
        float: left;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 0
    }
    .left_section.checkboxes.sub_nav.contributor-sidebar label[for="all"] {
        margin-left: -5%;
        width: 21.666666666666666%
    }
    .left_section.checkboxes.sub_nav.contributor-sidebar .btn.btn-primary {
        float: left;
        margin-top: -10px;
        margin-right: 0;
        margin-left: 11.666666666666666%;
        width: 15%;
        clear: both
    }
}
@media only screen and (max-width: 895px) {
    .left_section.checkboxes.sub_nav.contributor-sidebar {
        display: none
    }
    .left_section.checkboxes.sub_nav.contributor-sidebar label {
        clear: both;
        width: 100%;
        margin-bottom: 10px
    }
    .left_section.checkboxes.sub_nav.contributor-sidebar label[for="all"] {
        margin: 0 0 10px 0;
        width: 100%
    }
    .left_section.checkboxes.sub_nav.contributor-sidebar .btn.btn-primary {
        clear: both;
        margin: 10px 0 0 0;
        width: auto
    }
}
@media only screen and (max-width: 600px) {
    .left_section.checkboxes.sub_nav.contributor-sidebar label {
        width: 100%;
        float: none;
        display: inline-block
    }
}
@media only screen and (max-width: 600px) {
    .mobile-filters.contributors-mobile-filter {
        margin-top: 15px
    }
}
.left_section.checkboxes.sub_nav {
    border-top: none;
    padding-top: 20px
}
.left_section.checkboxes.sub_nav h2 {
    text-align: left;
    border-bottom: 1px solid #dddfdf;
    color: #7d7f81;
    margin-bottom: 20px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 18px;
    line-height: 28px;
    line-height: 28px
}
@media only screen and (max-width: 1150px) {
    .left_section.checkboxes.sub_nav h2 {
        border: none;
        font-size: 18px;
        padding: 0;
        margin: 0;
        display: block;
        float: left;
        width: 16.666666666666666%
    }
    .left_section.checkboxes.sub_nav h2:after {
        content: ":"
    }
}
@media only screen and (max-width: 600px) {
    .left_section.checkboxes.sub_nav h2 {
        padding-bottom: 10px
    }
}
@media only screen and (max-width: 895px) {
    .left_section.checkboxes.sub_nav h2 {
        width: 100%
    }
}
@media only screen and (max-width: 1150px) {
    .left_section.checkboxes.sub_nav {
        display: none;
        width: 100%;
        float: none;
        margin: 0
    }
    .left_section.checkboxes.sub_nav.mobile-show {
        display: block;
        overflow: hidden;
        border: none;
        padding-top: 0
    }
}
.contributors-icon {
    margin: 0 auto;
    display: block;
    padding-top: 50px
}
@media only screen and (max-width: 1150px) {
    .contributors-icon {
        display: none
    }
}
.post_contents .contributors-title {
    font-size: 36px;
    margin-bottom: 15px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.contributors {
    padding-top: 40px
}
@media only screen and (max-width: 1150px) {
    .contributors {
        width: 100%;
        float: none
    }
}
.contributors .panel-members li {
    float: left;
    width: 33.3333%;
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #f2f3f3;
    margin-bottom: 24px
}
@media only screen and (max-width: 600px) {
    .contributors .panel-members li {
        width: 100%
    }
}
.contributors .panel-members li .images-block {
    position: relative;
    margin-bottom: 17px
}
.contributors .panel-members li .images-block .avatar {
    border-radius: 210px;
    max-width: 210px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block
}
.contributors .panel-members li .images-block .company-logo-wrap {
    position: absolute;
    left: calc(50% + 48px);
    width: 59px;
    height: 59px;
    border-radius: 5px;
    top: 0;
    border: 1px solid #FFF;
    box-shadow: 0 0 3px -1px #a6a6a6;
    padding: 1px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    display: block
}
.contributors .panel-members li .images-block .company-logo-wrap img {
    border-radius: 5px;
    vertical-align: middle;
    width: 100%;
    height: auto
}
.contributors .panel-members li .text-block h4 {
    font-size: 16px;
    text-align: center;
    color: #247eb3;
    margin-bottom: 8px
}
.contributors .panel-members li .text-block p {
    font-size: 14px;
    color: #7d7f81;
    text-align: center
}
.event-panels .panel-members {
    overflow: hidden;
    margin-left: -30px;
    margin-top: 30px
}
.event-panels .panel-members li {
    width: 50%;
    float: left;
    padding-left: 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}
.event-panels .panel-members li:before {
    content: '';
    background-color: #f2f3f3;
    position: absolute;
    left: 20px;
    display: block;
    width: 100%;
    height: 100%
}
.event-panels .panel-members li a {
    position: relative;
    display: block;
    background-color: #f2f3f3
}
@media only screen and (max-width: 600px) {
    .event-panels .panel-members li {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
}
.event-panels .panel-members li .background {
    overflow: hidden;
    width: 100%;
    padding: 20px;
    position: relative;
    background-color: #f2f3f3
}
.event-panels .panel-members li .background .text-block {
    color: #373b3e;
    width: 66.66666%;
    padding-left: 20px;
    float: left
}
.event-panels .panel-members li .background .text-block h4 {
    font-weight: 400;
    padding-bottom: 5px;
    margin: 0;
    font-family: 'Neuton', serif;
    font-size: 24px
}
@media only screen and (max-width: 600px) {
    .event-panels .panel-members li .background .text-block h4 {
        font-size: 23px;
        line-height: 25px
    }
}
.event-panels .panel-members li .background .text-block p {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin: 0
}
.event-panels .panel-members li .background .text-block p.last {
    padding: 0 !important
}
@media only screen and (max-width: 600px) {
    .event-panels .panel-members li .background .text-block p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 300
    }
}
.event-panels .panel-members li .background .images-block {
    float: left;
    width: 33.33333%;
    position: static
}
.event-panels .panel-members li .background .images-block figure {
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.event-panels .panel-members li .background .images-block img {
    height: auto;
    border-radius: 50px;
    width: 100%
}
.event-panels .panel-members li .background .images-block img.company-logo {
    padding-top: 10px;
    border-radius: 0;
    max-height: 60px;
    display: block;
    margin: 0 auto;
    width: auto
}
.left_section.checkboxes {
    clear: left
}
@media only screen and (max-width: 895px) {
    .left_section.checkboxes {
        width: 100%;
        float: none;
        padding-bottom: 5px;
        display: none
    }
    .left_section.checkboxes.mobile-show {
        display: block
    }
}
.left_section.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
.left_section.checkboxes label.main-check {
    font-size: 20px;
    margin-bottom: 15px
}
.left_section.checkboxes label.main-check:before {
    margin-top: 1px
}
@media only screen and (max-width: 895px) {
    .left_section.checkboxes label.main-check {
        font-size: 18px
    }
}
.left_section.checkboxes label.sub-check {
    padding-left: 50px
}
.left_section.checkboxes label.sub-check:before {
    margin-left: 20px
}
@media only screen and (max-width: 895px) {
    .left_section.checkboxes label.sub-check {
        padding-left: 45px
    }
}
@media only screen and (max-width: 895px) {
    .left_section.checkboxes label {
        font-size: 18px;
        margin-bottom: 15px;
        padding-left: 25px;
        line-height: 22px
    }
}
.left_section.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #dddfdf
}
@media only screen and (max-width: 895px) {
    .left_section.checkboxes label:before {
        width: 20px;
        height: 20px;
        font-size: 20px
    }
}
.left_section.checkboxes input[type=checkbox],
.left_section.checkboxes input[type=radio] {
    display: none
}
.left_section.checkboxes input[type=checkbox]:checked+label:before,
.left_section.checkboxes input[type=radio]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.left_section.checkboxes .radio label:before {
    border-radius: 8px
}
.event-reveal {
    transition: all 1.0s ease
}
.video {
    display: inline-block
}
.home_page_section.no-border.event-hero {
    margin-bottom: 0;
    padding-bottom: 10px
}
@media only screen and (max-width: 1150px) {
    .home_page_section.no-border.event-hero {
        border-bottom: 1px solid #dddfdf
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.event-hero {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }
}
.information {
    border-top: 1px solid #dddfdf;
    display: inline-block;
    padding-top: 25px;
    width: 100%
}
@media only screen and (max-width: 1150px) {
    .information {
        border-top: 0
    }
}
.information .panel {
    display: inline-block;
    float: left;
    clear: left;
    width: 100%
}
.information .person {
    display: inline-block;
    border-bottom: 1px solid #dddfdf;
    width: 70%;
    padding-bottom: 15px;
    margin-bottom: 20px
}
.information .person .user-square {
    padding: 0 0 5px 0;
    width: 100%
}
.information .person .user-square .images {
    width: 14%
}
.information .sub_title {
    text-transform: capitalize;
    width: 17%;
    margin-right: 3%;
    float: left;
    display: inline-block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.information .left {
    display: inline-block;
    float: left;
    width: 75%;
    padding-right: 25px
}
@media only screen and (max-width: 1150px) {
    .information .left {
        width: 66.666666666666666%
    }
}
@media only screen and (max-width: 895px) {
    .information .left {
        padding-right: 0
    }
}
.information .right {
    display: inline-block;
    float: left;
    width: 25%
}
@media only screen and (max-width: 1150px) {
    .information .right {
        width: 33.333333333333333%
    }
}
@media only screen and (max-width: 895px) {
    .information .right {
        display: none
    }
}
.information .right .signup_side {
    margin-bottom: 20px
}
.information .right .signup_side .newsletter-signup {
    border: 1px solid #dddfdf;
    margin-top: 38px;
    padding: 24px
}
.information .right .signup_side .newsletter-signup .form:before {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background-image: url("../img/mail-icon.svg");
    background-color: #2cb4ed;
    background-repeat: no-repeat;
    background-size: 600px auto;
    background-position: center 47%;
    content: ''
}
.information .right .signup_side .newsletter-signup .form h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 300
}
.information .right .signup_side .newsletter-signup .form form {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0
}
@media only screen and (max-width: 600px) {
    .information .right .signup_side .newsletter-signup .form form {
        margin-bottom: 0;
        margin-top: 0
    }
}
.information .right .signup_side .newsletter-signup .form form .radio-button {
    overflow: hidden;
    display: block;
    float: left;
    width: 11%;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 1%;
    width: auto
}
.information .right .signup_side .newsletter-signup .form form .radio-button label {
    padding-top: 6px;
    margin-right: 15px
}
.information .right .signup_side .newsletter-signup .form form .radio-button input[type=checkbox],
.information .right .signup_side .newsletter-signup .form form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer
}
@media only screen and (max-width: 600px) {
    .information .right .signup_side .newsletter-signup .form form .radio-button {
        width: 50%;
        float: left;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 20px
    }
    .information .right .signup_side .newsletter-signup .form form .radio-button input[type=checkbox],
    .information .right .signup_side .newsletter-signup .form form .radio-button input[type=radio] {
        margin-top: 0 !important
    }
    .information .right .signup_side .newsletter-signup .form form .radio-button label {
        margin-bottom: 0 !important;
        height: 30px;
        line-height: 30px;
        width: 100%
    }
}
.information .right .signup_side .newsletter-signup .form form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    float: none;
    padding-bottom: 0;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 600px) {
    .information .right .signup_side .newsletter-signup .form form label {
        font-size: 18px;
        padding-left: 25px;
        width: 50%;
        margin: 0 0 25px 0 !important
    }
}
.information .right .signup_side .newsletter-signup .form form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #dddfdf
}
@media only screen and (max-width: 895px) {
    .information .right .signup_side .newsletter-signup .form form label:before {
        width: 20px;
        height: 20px
    }
}
.information .right .signup_side .newsletter-signup .form form input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.information .right .signup_side .newsletter-signup .form form input[type=radio]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.information .right .signup_side .newsletter-signup .form form input {
    border: 1px solid #7d7f81;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    margin-bottom: 12px
}
.information .right .signup_side .newsletter-signup .form form input.error {
    border-color: #F00 !important
}
.information .right .signup_side .newsletter-signup .form form input#MERGE1 {
    width: 100%;
    float: left;
    margin-left: 0
}
.information .right .signup_side .newsletter-signup .form form input#MERGE2 {
    width: 100%;
    float: left;
    margin-right: 0
}
.information .right .signup_side .newsletter-signup .form form input.name:first-child {
    width: 48%;
    margin-right: 2%
}
.information .right .signup_side .newsletter-signup .form form input.name:nth-child(2) {
    width: 48%;
    margin-left: 2%
}
.information .right .signup_side .newsletter-signup .form form input[type="submit"] {
    margin-bottom: 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    border: none
}
@media only screen and (max-width: 600px) {
    .information .right .signup_side .newsletter-signup .form form input[type="submit"] {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: white;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 15px
    }
}
@media only screen and (max-width: 600px) {
    .information .right .signup_side .newsletter-signup .form form input {
        font-size: 18px;
        line-height: 18px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: both;
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
        font-weight: 300
    }
}
.information .intro {
    float: left;
    width: 70%;
    display: inline-block
}
.information .intro h3 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    margin-bottom: 10px
}
.information .intro p {
    line-height: 20px
}
.information .listing-square {
    padding: 0
}
@media only screen and (max-width: 895px) {
    .title.live-section-title {
        padding-top: 0
    }
    .title.live-section-title h1 {
        margin-bottom: 10px
    }
}
.events-landinglive .listing-event .meta time {
    padding-right: 0
}
.events-landinglive .listing-event .meta time .date,
.events-landinglive .listing-event .meta time .time {
    display: inline
}
.events-landinglive .lightbox .lightbox-container {
    max-width: 900px
}
.events-landinglive .lightbox form #MERGE1 {
    width: 48%;
    margin-right: 2%;
    float: left
}
.events-landinglive .lightbox form #MERGE2,
.events-landinglive .lightbox form #MERGE3 {
    width: 48%;
    margin-left: 2%;
    float: left
}
.events-landinglive .lightbox form #EMAIL,
.events-landinglive .lightbox form #MERGE0 {
    width: 48%;
    margin-right: 2%
}
.events-landinglive .lightbox form input[type="submit"].btn.btn-primary {
    margin: 0
}
.events-landinglive .lightbox form .radio-button {
    overflow: hidden;
    display: block;
    float: left;
    width: 23%;
    margin-left: 2%;
    position: relative;
    padding: 0;
    margin-bottom: 10px
}
.events-landinglive .lightbox form .radio-button input[type=checkbox],
.events-landinglive .lightbox form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer
}
.events-landinglive .lightbox form .radio-button input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.events-landinglive .lightbox form .radio-button input[type=radio]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
@media only screen and (max-width: 895px) {
    .events-landinglive .lightbox form .radio-button {
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 20%
    }
    .events-landinglive .lightbox form .radio-button input[type=checkbox],
    .events-landinglive .lightbox form .radio-button input[type=radio] {
        margin-top: 0 !important
    }
    .events-landinglive .lightbox form .radio-button.daily {
        width: 26%
    }
    .events-landinglive .lightbox form .radio-button label {
        margin-bottom: 0 !important;
        font-size: 15px;
        margin-top: 7px
    }
}
@media only screen and (max-width: 600px) {
    .events-landinglive .lightbox form .radio-button {
        width: 50%;
        margin-left: 0
    }
    .events-landinglive .lightbox form .radio-button.daily {
        width: 50%
    }
}
.events-landinglive .lightbox form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 895px) {
    .events-landinglive .lightbox form label {
        font-size: 18px;
        padding-left: 25px;
        width: 100%;
        clear: both;
        float: none;
        margin: 15 0 0 0 !important
    }
}
.events-landinglive .lightbox form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 20px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #7d7f81
}
@media only screen and (max-width: 895px) {
    .events-landinglive .lightbox form label:before {
        width: 20px;
        height: 20px
    }
}
.events-landinglive .lightbox p {
    font-family: 'Neuton', serif;
    padding-top: 0
}
.events-landinglive {
    overflow: hidden
}
.events-landinglive .listing-event {
    padding-right: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}
.events-landinglive .listing-event a {
    display: block
}
@media only screen and (max-width: 600px) {
    .events-landinglive .listing-event a {
        font-size: 28px;
        color: #373b3e
    }
	.post_contents .newsletter-signup .form.live-event-form .radio-button a {
		color: #21428E;
		font-size: inherit;
	}
    .events-landinglive .listing-event a.btn.btn-primary {
        font-size: 18px;
        color: #fff;
        line-height: 18px
    }
    .events-landinglive .listing-event a.btn.btn-secondary {
        font-size: 18px;
        color: #247eb3;
        line-height: 18px;
        float: none
    }
    .events-landinglive .listing-event a.btn.btn-secondary:hover,
    .events-landinglive .listing-event a.btn.btn-secondary:focus,
    .events-landinglive .listing-event a.btn.btn-secondary:active {
        color: #fff
    }
}
.events-landinglive .listing-event a:hover h1,
.events-landinglive .listing-event a:focus h1,
.events-landinglive .listing-event a:active h1 {
    text-decoration: underline
}
.events-landinglive .listing-event a:hover figure,
.events-landinglive .listing-event a:focus figure,
.events-landinglive .listing-event a:active figure {
    position: relative;
    display: block
}
.events-landinglive .listing-event a:hover figure img,
.events-landinglive .listing-event a:focus figure img,
.events-landinglive .listing-event a:active figure img {
    width: 100%
}
.events-landinglive .listing-event a:hover figure:after,
.events-landinglive .listing-event a:focus figure:after,
.events-landinglive .listing-event a:active figure:after {
    content: '';
    background-color: #247eb3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display: block;
    z-index: 3
}
.events-landinglive .listing-event p a {
    display: inline;
    color: #247eb3
}
@media only screen and (max-width: 600px) {
    .events-landinglive .listing-event p a {
        font-size: inherit
    }
}
.events-landinglive .listing-event .summary {
    display: block;
    padding: 25px;
    clear: both;
    background: #f2f3f3;
    overflow: hidden;
    color: #373b3e;
    font-weight: 200;
    font-size: 24px;
    line-height: 30px
}
@media only screen and (max-width: 600px) {
    .events-landinglive .listing-event .summary {
        padding: 15px;
        margin-bottom: 15px;
        background: #f2f3f3
    }
}
.events-landinglive .listing-event .notice.live,
.post-page-form .notice.live {
    background-color: #247eb3;
    top: 30px;
    padding: 15px 20px;
    font-size: 20px
}
@media only screen and (max-width: 600px) {
    .events-landinglive .listing-event .notice.live {
        padding: 12px;
        font-size: 14px;
        background-color: #34afe4;
        top: 10px
    }
}
@media only screen and (max-width: 400px) {
    .events-landinglive .listing-event .notice.live,
	.post-page-form .notice.live {
        padding: 8px;
        font-size: 12px
    }
}
.events-landinglive .listing-event figure {
    position: relative;
    display: block;
    clear: both
}
.post-page-form figure {
    position: relative;
    display: block;
    clear: both;
    margin-bottom: 15px;
}
@media only screen and (max-width: 895px) {
    .events-landinglive .listing-event figure,
    .post-page-form figure {
        background-position: center center;
        height: auto;
        background-size: cover;
        position: relative
    }
}
.events-landinglive .listing-event img,
.post-page-form img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
	height:auto;
}
.events-landinglive .listing-event h1 {
    color: #373b3e;
    font-size: 36px;
    display: block;
    float: left;
    margin: 0 0 25px 0;
    font-weight: 400
}
@media only screen and (max-width: 600px) {
    .events-landinglive .listing-event h1 {
        font-size: 22px;
        margin-bottom: 10px
    }
    .events-landinglive .listing-event h1 a {
        color: #247eb3
    }
}
.events-landinglive .listing-event .notice.no-image {
    position: static;
    float: left;
    margin-bottom: 5px
}
.events-landinglive .listing-event .meta {
    position: static;
    font-size: 24px;
    width: auto;
    line-height: 32px;
    display: block;
    padding-right: 0;
    margin: 0;
    float: right;
    padding-top: 7px
}
@media only screen and (max-width: 600px) {
    .events-landinglive .listing-event .meta {
        float: none;
        clear: both;
        padding: 0 0 15px 0
    }
}
.events-landinglive .listing-event .meta time {
    float: none
}
.events-landinglive .listing-event .meta time .date,
.events-landinglive .listing-event .meta time .time {
    font-size: 22px;
    color: #373b3e
}
@media only screen and (max-width: 895px) {
    .events-landinglive .listing-event .meta time .date,
    .events-landinglive .listing-event .meta time .time {
        font-size: 20px;
        line-height: 22px
    }
}
@media only screen and (max-width: 600px) {
    .events-landinglive .listing-event .meta time .date,
    .events-landinglive .listing-event .meta time .time {
        font-size: 20px;
        clear: both;
        display: block;
        line-height: 22px;
        color: #373b3e !important
    }
}
.events-landinglive .listing-event .sponsored {
    font-size: 14px;
    float: none;
    clear: both;
    text-align: left
}
.eventslanding-listing {
    overflow: hidden;
    min-height: inherit !important
}
.eventslanding-listing .listing-event {
    margin-bottom: 25px
}
@media only screen and (max-width: 600px) {
    .eventslanding-listing .listing-event {
        padding-bottom: 0;
        margin-bottom: 15px
    }
    .eventslanding-listing .listing-event:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }
}
.eventslanding-listing .listing-event.past-event {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddfdf
}
@media only screen and (max-width: 600px) {
    .eventslanding-listing .listing-event.past-event {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
}
.eventslanding-listing .listing-event.past-event:last-child {
    border-bottom: none
}
.eventslanding-listing .listing-event.past-event:nth-child(odd):nth-last-child(2) {
    border-bottom: none
}
.eventslanding-listing .listing-event.past-event a .meta time .date:after {
    content: ''
}
.eventslanding-listing .listing-event a {
    display: block
}
.eventslanding-listing .listing-event a .summary {
    display: none
}
.eventslanding-listing .listing-event a:hover h1,
.eventslanding-listing .listing-event a:focus h1,
.eventslanding-listing .listing-event a:active h1 {
    text-decoration: underline
}
.eventslanding-listing .listing-event a:hover figure,
.eventslanding-listing .listing-event a:focus figure,
.eventslanding-listing .listing-event a:active figure {
    position: relative;
    display: block
}
.eventslanding-listing .listing-event a:hover figure:after,
.eventslanding-listing .listing-event a:focus figure:after,
.eventslanding-listing .listing-event a:active figure:after {
    content: '';
    background-color: #34afe4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: block;
    z-index: 3
}
.eventslanding-listing .listing-event a figure {
    position: relative;
    display: block
}
.eventslanding-listing .listing-event a figure img {
    width: 100%
}
.eventslanding-listing .listing-event a img {
    display: block;
    margin: 0;
    padding: 0
}
.eventslanding-listing .listing-event a h1 {
    font-size: 24px;
    margin: 10px 0 0 0;
    line-height: 32px;
    clear: both
}
.eventslanding-listing .listing-event a .notice.no-image {
    position: static;
    float: left;
    margin-bottom: 5px
}
.eventslanding-listing .listing-event a .meta {
    position: static;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    float: none;
    height: 80px
}
.eventslanding-listing .listing-event a .meta time {
    float: none
}
.eventslanding-listing .listing-event a .meta time .date,
.eventslanding-listing .listing-event a .meta time .time {
    font-size: 24px;
    color: #373b3e
}
.eventslanding-listing .listing-event a .sponsored {
    font-size: 14px;
    float: none;
    clear: both;
    line-height: 18px;
    text-align: left
}
@media only screen and (max-width: 600px) {
    .eventslanding-listing .listing-event {
        width: 100%;
        float: none;
        padding: 0 0 15px 0
    }
    .eventslanding-listing .listing-event a figure img {
        width: 100%
    }
}
.show-more.btn {
    clear: both;
    display: block;
    padding: 10px 20px;
    margin-top: 20px;
    border: 1px solid #247eb3;
    text-align: center;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.show-more.btn:after {
    content: 'v';
    font-weight: 300;
    transform: scaleX(1.6);
    display: inline-block;
    margin-left: 10px
}
.show-more.btn:active,
.show-more.btn:focus,
.show-more.btn:hover {
    background-color: #247eb3;
    color: #fff
}
@media only screen and (max-width: 895px) {
    .show-more.btn {
        font-size: 18px;
        background: #247eb3;
        padding: 15px;
        color: #fff
    }
}
.pagenation.events-pagination {
    border-top: 1px solid #dddfdf;
    border-bottom: 1px solid #dddfdf;
    margin-top: 25px
}
.pagenation.events-pagination .prev {
    display: inline-block;
    background-image: url("../img/page-prev.svg");
    text-indent: -9999px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain
}
.pagenation.events-pagination .next {
    display: inline-block;
    background-image: url("../img/page-next.svg");
    text-indent: -9999px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain
}
.pagenation.events-pagination .dots {
    color: #7d7f81
}
.pagenation.events-pagination .inactive,
.pagenation.events-pagination .current {
    color: #7d7f81
}
@media only screen and (max-width: 600px) {
    .pagenation.events-pagination {
        border: none;
        margin: 0;
        padding: 10px 0
    }
    .pagenation.events-pagination .page-numbers {
        margin: 0 5px
    }
    .pagenation.events-pagination a,
    .pagenation.events-pagination .page-numbers.current {
        font-size: 18px;
        padding-top: 10px;
        display: inline-block
    }
    .pagenation.events-pagination .next {
        padding: 8px;
        min-width: 30px;
        background-position: right;
        color: #fff;
        float: right;
        margin: 0
    }
    .pagenation.events-pagination .prev {
        padding: 8px;
        min-width: 30px;
        color: #fff;
        float: left;
        margin: 0
    }
}
.pagenation.events-pagination.contributors-pagination {
    margin-top: 0;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 20px;
    padding-left: calc(20% + 20px)
}
.home_page_section.past-events {
    border-bottom: none
}
@media only screen and (max-width: 895px) {
    .home_page_section.past-events {
        padding-bottom: 0
    }
}
.events-sponsors {
    margin: 0;
    padding: 0;
    border: none;
    padding-bottom: 30px;
    border-bottom: none
}
.events-sponsors .sponsor-list {
    text-align: center;
    margin-left: -20px
}
.events-sponsors .sponsor-list li {
    width: 25%;
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 20px;
    height: 80px
}
.events-sponsors .sponsor-list li a {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}
.events-sponsors .sponsor-list li a img {
    width: auto;
    max-height: 80px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
@media only screen and (max-width: 895px) {
    .events-sponsors .sponsor-list {
        margin-left: -25px
    }
    .events-sponsors .sponsor-list li {
        width: 24%;
        float: none;
        padding-left: 25px;
        display: inline-block
    }
}
@media only screen and (max-width: 600px) {
    .events-sponsors .sponsor-list li {
        width: 50%;
        float: left;
        padding-left: 25px;
        margin: 0 0 25px
    }
}
.information.future-event {
    padding-top: 0
}
@media only screen and (max-width: 895px) {
    .information.future-event .left {
        float: none;
        width: 100%
    }
}
.information.future-event .left .competetion-panel {
    border-bottom: 1px solid #dddfdf
}
.information.future-event .left .competetion-panel .title img {
    margin-top: 12px
}
.information.future-event .left .competetion-panel .intro-text {
    font-family: 'Neuton', serif;
    font-weight: 200;
    font-size: 24px;
    margin-bottom: 18px
}
.information.future-event .left .competetion-panel .intro-text h2,
.information.future-event .left .competetion-panel .intro-text h3,
.information.future-event .left .competetion-panel .intro-text h4,
.information.future-event .left .competetion-panel .intro-text p {
    margin-bottom: 12px
}
.information.future-event .left .competetion-panel .intro-text .alignleft {
    float: left
}
.information.future-event .left .competetion-panel .intro-text .alignright {
    float: right
}
.information.future-event .left .event-panels {
    padding-top: 25px;
    clear: both
}
@media only screen and (max-width: 1150px) {
    .information.future-event .left .event-panels {
        padding-top: 0;
        border-top: none
    }
}
.information.future-event .left .event-playlist {
    clear: both
}
.information.future-event .left .event-playlist .title {
    margin-bottom: 10px;
    width: 28%;
    margin-top: 25px
}
.information.future-event .left .event-playlist .title h2 {
    font-size: 24px;
    color: #7d7f81;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 1150px) {
    .information.future-event .left .event-playlist .title {
        float: none;
        width: 100%;
        margin-top: 0
    }
}
.information.future-event .left .event-playlist .event-playlist-list {
    width: 72%;
    margin-top: 25px;
    float: left
}
@media only screen and (max-width: 1150px) {
    .information.future-event .left .event-playlist .event-playlist-list {
        float: none;
        width: 100%
    }
}
.information.future-event .left .event-playlist .event-playlist-list ul {
    overflow: hidden
}
.information.future-event .left .event-playlist .event-playlist-list ul li {
    overflow: hidden;
    margin-bottom: 25px
}
.information.future-event .left .event-playlist .event-playlist-list ul li figure {
    width: 33.333333333333333%;
    float: left;
    position: relative
}
.information.future-event .left .event-playlist .event-playlist-list ul li figure img {
    display: block;
    width: 100%;
    height: auto
}
.information.future-event .left .event-playlist .event-playlist-list ul li figure span {
    display: none
}
.information.future-event .left .event-playlist .event-playlist-list ul li .playlist-text {
    width: 66.666666666666666%;
    float: left;
    padding-left: 25px
}
.information.future-event .left .event-playlist .event-playlist-list ul li .playlist-text h3 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #247eb3;
    font-size: 24px;
    margin-bottom: 15px
}
.information.future-event .left .event-playlist .event-playlist-list ul li .playlist-text p {
    font-size: 20px;
    line-height: 28px;
    color: #373b3e
}
.information.future-event .left .event-playlist .event-playlist-list ul li.now-playing .playlist-text h3 {
    color: #373b3e
}
.information.future-event .left .event-playlist .event-playlist-list ul li.now-playing figure:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 5px solid #34afe4
}
.information.future-event .left .event-playlist .event-playlist-list ul li.now-playing figure span {
    display: inline-block;
    padding: 8px;
    color: #fff;
    background-color: #34afe4;
    position: absolute;
    top: 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.information.future-event .left .event-playlist .event-playlist-list ul li a {
    display: block
}
.information.future-event .left .event-subscribe {
    clear: both
}
.information.future-event .left .event-subscribe .title {
    margin-bottom: 10px;
    width: 28%;
    margin-top: 25px
}
@media only screen and (max-width: 1150px) {
    .information.future-event .left .event-subscribe .title {
        float: none;
        width: 100%;
        margin-top: 0
    }
}
@media only screen and (max-width: 895px) {
    .information.future-event .left .event-subscribe .title {
        margin-top: 25px;
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .title {
        margin-top: 25px
    }
}
.information.future-event .left .event-subscribe .title h2 {
    font-size: 24px;
    color: #7d7f81;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .title h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .title h2 {
        text-align: left;
        margin: 0;
        line-height: 28px;
        max-width: inherit
    }
}
.information.future-event .left .event-subscribe .newsletter-signup {
    width: 72%;
    float: left
}
@media only screen and (max-width: 1150px) {
    .information.future-event .left .event-subscribe .newsletter-signup {
        float: none;
        width: 100%
    }
}
.information.future-event .left .event-subscribe .newsletter-signup .form {
    padding: 25px;
    margin-bottom: 25px;
    background-color: #f2f3f3
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form h2 {
        font-size: 23px !important;
        line-height: 25px;
        max-width: 200px;
        margin: 0 auto;
        text-align: center
    }
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form {
        margin-bottom: 15px
    }
}
.information.future-event .left .event-subscribe .newsletter-signup .form form {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form form {
        margin-bottom: 0;
        margin-top: 0
    }
}
.information.future-event .left .event-subscribe .newsletter-signup .form form .radio-button {
    overflow: hidden;
    display: block;
    float: left;
    width: 11%;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 1%;
    width: auto
}
.information.future-event .left .event-subscribe .newsletter-signup .form form .radio-button label {
    padding-top: 6px;
    margin-right: 15px
}
.information.future-event .left .event-subscribe .newsletter-signup .form form .radio-button input[type=checkbox],
.information.future-event .left .event-subscribe .newsletter-signup .form form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form form .radio-button {
        width: 50%;
        float: left;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 20px
    }
    .information.future-event .left .event-subscribe .newsletter-signup .form form .radio-button input[type=checkbox],
    .information.future-event .left .event-subscribe .newsletter-signup .form form .radio-button input[type=radio] {
        margin-top: 0 !important
    }
    .information.future-event .left .event-subscribe .newsletter-signup .form form .radio-button label {
        margin-bottom: 0 !important;
        height: 30px;
        line-height: 30px;
        width: 100%
    }
}
.information.future-event .left .event-subscribe .newsletter-signup .form form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    float: none;
    padding-bottom: 0;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form form label {
        font-size: 18px;
        padding-left: 25px;
        width: 50%;
        margin: 0 0 25px 0 !important
    }
}
.information.future-event .left .event-subscribe .newsletter-signup .form form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #dddfdf
}
@media only screen and (max-width: 895px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form form label:before {
        width: 20px;
        height: 20px
    }
}
.information.future-event .left .event-subscribe .newsletter-signup .form form input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.information.future-event .left .event-subscribe .newsletter-signup .form form input[type=radio]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.information.future-event .left .event-subscribe .newsletter-signup .form form input {
    border: 1px solid #7d7f81;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    margin-bottom: 25px
}
.information.future-event .left .event-subscribe .newsletter-signup .form form input#MERGE1 {
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-left: 0
}
.information.future-event .left .event-subscribe .newsletter-signup .form form input#MERGE2 {
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-right: 0
}
.information.future-event .left .event-subscribe .newsletter-signup .form form input.name:first-child {
    width: 48%;
    margin-right: 2%
}
.information.future-event .left .event-subscribe .newsletter-signup .form form input.name:nth-child(2) {
    width: 48%;
    margin-left: 2%
}
.information.future-event .left .event-subscribe .newsletter-signup .form form input[type="submit"] {
    margin-bottom: 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    border: none
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form form input[type="submit"] {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: white;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 15px
    }
}
@media only screen and (max-width: 600px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form form input {
        font-size: 18px;
        line-height: 18px;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        clear: both;
        margin: 0 auto;
        text-align: center;
        margin-top: 15px;
        font-weight: 300
    }
}
.information.future-event .left .event-subscribe .newsletter-signup .form h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 24px
}
@media only screen and (max-width: 895px) {
    .information.future-event .left .event-subscribe .newsletter-signup .form h2 {
        max-width: none;
        text-align: left;
        line-height: 30px
    }
}
.information.future-event .right {
    padding-top: 0
}
@media only screen and (max-width: 895px) {
    .information.future-event .right {
        float: none;
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    .information.future-event .right {
        display: none
    }
}
.information.future-event .right .title {
    padding-top: 0;
    margin-bottom: 10px
}
.information.future-event .right .title h2 {
    font-size: 24px;
    color: #7d7f81;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.recommended_news {
    border-top: 2px solid #34afe4;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 30px;
    overflow: hidden;
    margin-top: 25px
}
.recommended_news .listing-video.listing-square h3 {
    padding-bottom: 50px
}
@media only screen and (max-width: 895px) {
    .recommended_news {
        margin-top: 15px
    }
}
.recommended_news .title h2 {
    padding-top: 20px;
    font-size: 16px;
    margin-bottom: 10px
}
@media only screen and (max-width: 1150px) {
    .recommended_news .recommended-news .listing-square {
        width: 25%
    }
    .recommended_news .recommended-news .listing-square:nth-child(3),
    .recommended_news .recommended-news .listing-square:nth-child(4) {
        display: none
    }
}
@media only screen and (max-width: 895px) {
    .recommended_news .recommended-news .listing-square {
        width: 33.333333333333333%
    }
    .recommended_news .recommended-news .listing-square:nth-child(2),
    .recommended_news .recommended-news .listing-square:nth-child(3),
    .recommended_news .recommended-news .listing-square:nth-child(4) {
        display: none
    }
}
@media only screen and (max-width: 600px) {
    .recommended_news .recommended-news .listing-square {
        width: 100%;
        float: none;
        padding-right: 10px
    }
    .recommended_news .recommended-news .listing-square:nth-child(2),
    .recommended_news .recommended-news .listing-square:nth-child(3),
    .recommended_news .recommended-news .listing-square:nth-child(4) {
        display: none
    }
}
@media only screen and (max-width: 895px) {
    .future-events {
        margin-bottom: 0;
        padding-bottom: 0
    }
}
.future-events .naytev-share-toolbar.naytev-share-horizontal {
    display: none
}
@media only screen and (max-width: 1150px) {
    .future-events .naytev-share-toolbar.naytev-share-horizontal {
        display: block;
        width: auto;
        margin-top: 20px;
        float: left;
        margin-bottom: 0
    }
    .future-events .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons {
        display: block
    }
    .future-events .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
        display: block;
        float: left;
        margin-right: 25px
    }
}
.event-article .share {
    width: 72%;
    float: left;
    clear: both
}
.event-article .share .naytev-share-horizontal {
    margin-left: 28%
}
@media only screen and (max-width: 1150px) {
    .event-article .share .naytev-share-horizontal {
        margin-left: 0
    }
}
@media only screen and (max-width: 600px) {
    .event-article .future-events {
        display: none
    }
}
.recommended-news {
    clear: both;
    margin-right: -10px
}
.recommended-news .listing-square {
    width: 16.666666666666666%;
    float: left;
    height: auto;
    padding: 0 10px 0 0
}
@media only screen and (max-width: 895px) {
    .recommended-news .listing-square {
        padding-bottom: 15px;
        margin-bottom: 0;
        border: none;
        height: auto !important
    }
}
@media only screen and (max-width: 600px) {
    .recommended-news .listing-square {
        width: 100%;
        padding-right: 0;
        float: none;
        border: none;
        padding-bottom: 15px;
        overflow: hidden;
        margin-bottom: 0
    }
    .recommended-news .listing-square figure {
        width: 50%;
        float: left;
        padding-right: 15px;
        margin-top: 0 !important
    }
    .recommended-news .listing-square h3,
    .recommended-news .listing-square .meta {
        width: 50%;
        float: right;
        clear: right
    }
}
.recommended-news .listing-square .sponsored {
    display: none !important
}
.recommended-news .listing-square a {
    display: block
}
@media only screen and (max-width: 600px) {
    .recommended-news .listing-square a {
        padding-bottom: 10px
    }
}
.recommended-news .listing-square figure {
    height: auto;
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px
}
.recommended-news .listing-square img {
    display: block;
    margin: 0;
    padding: 0
}
.recommended-news .listing-square h3 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 895px) {
    .recommended-news .listing-square h3 {
        height: 36px;
        overflow: hidden;
        padding-bottom: 0 !important;
        margin-bottom: 5px
    }
}
@media only screen and (max-width: 600px) {
    .recommended-news .listing-square h3 {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px
    }
}
@media only screen and (max-width: 895px) {
    .recommended-news .listing-square .meta {
        bottom: 15px;
        position: static
    }
}
@media only screen and (max-width: 600px) {
    .recommended-news .listing-square .meta {
        position: static
    }
}
.recommended-news .listing-square .meta li {
    width: auto;
    float: left;
    color: #373b3e;
    font-size: 16px;
    margin-right: 10px
}
.recommended-news .listing-square .meta li:before {
    content: '\2219'
}
.recommended-news .listing-square .meta li:first-child:before {
    content: ''
}
.recommended-news .listing-square .meta li time {
    color: #373b3e;
    font-size: 16px
}
.event-summary {
    border-bottom: none;
    border-bottom: 1px solid #dddfdf
}
@media only screen and (max-width: 895px) {
    .event-summary {
        border-bottom: 1px solid #dddfdf
    }
}
@media only screen and (max-width: 600px) {
    .event-summary .title {
        margin-bottom: 10px
    }
    .event-summary .title h1 {
        margin-bottom: 0
    }
}
.event-summary .contents .summary-block {
    width: 66.666666666666666%;
    font-size: 22px;
    line-height: 30px;
    color: #333333
}
@media only screen and (max-width: 895px) {
    .event-summary .contents .summary-block {
        width: 100%;
        float: none
    }
}
@media only screen and (max-width: 600px) {
    .event-summary .contents .summary-block {
        padding-left: 0;
        padding-right: 0
    }
}
.event-summary .contents .summary-block p {
    padding-bottom: 10px
}
.event-summary .contents .summary-block p a {
    display: inline
}
.event-summary .contents .summary-block a {
    display: block;
    padding-bottom: 10px
}
.event-summary .contents .summary-block quote {
    padding-top: 15px;
    display: block
}
.event-summary .contents .summary-block quote span {
    display: block;
    font-size: 18px;
    padding-top: 10px
}
.event-summary .contents .summary-block quote span:first-child {
    max-width: 500px;
    font-size: 32px;
    line-height: 40px
}
.event-summary .contents .summary-block quote span:first-child:after {
    content: '"'
}
.event-summary .contents .summary-block quote span:first-child:before {
    background-image: url("../img/quote-icon.svg");
    display: inline-block;
    height: 25px;
    width: 35px;
    background-repeat: no-repeat;
    content: '';
    background-position: top left;
    margin-left: -35px;
    margin-top: -5px
}
@media only screen and (max-width: 895px) {
    .event-summary .contents .summary-block quote span:first-child:before {
        margin-left: 0
    }
}
.information-event .popular_posts .listing-square h3 {
    font-size: 22px;
    letter-spacing: -0.25px;
    line-height: 28px
}
.panel-info {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.panel-info .naytev-share-toolbar.naytev-share-horizontal {
    display: block;
    width: auto;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
    margin-left: 28%
}
@media only screen and (max-width: 1150px) {
    .panel-info .naytev-share-toolbar.naytev-share-horizontal {
        margin-left: 0
    }
}
.panel-info .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons {
    display: block
}
.panel-info .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
    display: block;
    float: left;
    margin-right: 25px
}
.panel-info .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social .share-count {
    height: auto
}
@media only screen and (max-width: 895px) {
    .panel-info .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
        margin-right: 0;
        margin-bottom: 10px;
        width: 50%;
        text-align: left
    }
    .panel-info .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social .share-count {
        min-width: 54px;
        padding-left: 16px;
        padding-right: 16px
    }
    .panel-info .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social[data-network=email] {
        background-color: #e4e4e4;
        text-align: center;
        width: 98px
    }
    .panel-info .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social[data-network=email] .share-count {
        display: none
    }
}
.panel-info .panel-block {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden
}
.panel-info .panel-block .title {
    padding-top: 13px;
    margin-bottom: 10px;
    width: 28%
}
.panel-info .panel-block .title h2 {
    font-size: 24px;
    color: #7d7f81;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 895px) {
    .panel-info .panel-block .title h2 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 600px) {
    .panel-info .panel-block .title {
        padding-top: 0
    }
}
.panel-info .panel-block .article-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px
}
.panel-info .panel-block .contents {
    padding-top: 15px;
    width: 72%;
    font-size: 22px;
    line-height: 28px
}
@media only screen and (max-width: 1150px) {
    .panel-info .panel-block .contents {
        width: 100%
    }
}
@media only screen and (max-width: 895px) {
    .panel-info .panel-block .contents {
        width: 100%;
        float: none;
        padding-top: 0
    }
}
.panel-info .panel-block .contents .list-members {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
    margin-bottom: 10px
}
.panel-info .panel-block .contents .list-members li {
    margin-bottom: 20px;
    float: left;
    width: 100%
}
.panel-info .panel-block .contents .list-members li a {
    float: left;
    width: 100%;
    clear: both
}
.panel-info .panel-block .contents .list-members li .images-block {
    float: left;
    margin-right: 18px
}
.panel-info .panel-block .contents .list-members li .images-block img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: block
}
.panel-info .panel-block .contents .list-members li .text-block {
    float: left
}
.panel-info .panel-block .contents .list-members li .text-block h4 {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 1;
    color: #373b3e
}
.panel-info .panel-block .contents .list-members li .text-block p {
    font-size: 16px;
    line-height: 30px;
    color: #7d7f81
}
.panel-info .panel-block .contents .list-members li .text-block p .company-logo-wrap {
    width: 29px;
    height: 29px;
    border-radius: 5px;
    top: 0;
    border: 1px solid #FFF;
    box-shadow: 0 0 3px -1px #a6a6a6;
    padding: 1px;
    background-color: #fff;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    margin-right: 8px
}
.panel-info .panel-block .contents .list-members li .text-block p img {
    height: auto;
    width: 100%;
    vertical-align: middle
}
.panel-info .panel-block .contents.facilitator {
    padding-top: 0;
    border-bottom: 0
}
@media only screen and (max-width: 1150px) {
    .panel-info .panel-block .contents.facilitator {
        float: left
    }
}
.panel-info .panel-block .contents.facilitator .panel-members {
    margin-top: 5px
}
.panel-info .panel-block .contents.facilitator .panel-members li {
    width: 100%;
    height: auto !important;
    margin-bottom: 25px
}
.panel-info .panel-block .contents.facilitator .panel-members li .background .images-block {
    width: 16.666666666666666%;
    padding-right: 10px
}
@media only screen and (max-width: 600px) {
    .panel-info .panel-block .contents.facilitator .panel-members li .background .images-block {
        width: 33.33333%;
        overflow: hidden;
        padding-right: 0
    }
}
.panel-info .panel-block .contents.facilitator .panel-members li .background .text-block {
    width: 83.333333333333333%;
    padding-left: 10px
}
@media only screen and (max-width: 600px) {
    .panel-info .panel-block .contents.facilitator .panel-members li .background .text-block {
        width: 66.66666%;
        padding-left: 20px
    }
}
.panel-info .panel-block .contents h3 {
    font-size: 24px;
    line-height: 28px;
    color: #373b3e;
    margin-bottom: 15px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 895px) {
    .panel-info .panel-block .contents h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px
    }
}
.panel-info .panel-block .contents .panel-members {
    overflow: hidden;
    margin-left: -30px;
    margin-top: 30px
}
.panel-info .panel-block .contents .panel-members li {
    width: 50%;
    float: left;
    padding-left: 25px;
    margin-bottom: 25px
}
@media only screen and (max-width: 600px) {
    .panel-info .panel-block .contents .panel-members li {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
}
.panel-info .panel-block .contents .panel-members li .background {
    overflow: hidden;
    width: 100%;
    padding: 20px;
    position: relative;
    background-color: #f2f3f3
}
.panel-info .panel-block .contents .panel-members li .background .text-block {
    color: #373b3e;
    width: 66.66666%;
    padding-left: 20px;
    float: left
}
.panel-info .panel-block .contents .panel-members li .background .text-block h4 {
    font-weight: 400;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    padding-bottom: 5px;
    margin: 0;
    font-size: 26px;
    line-height: 30px
}
@media only screen and (max-width: 600px) {
    .panel-info .panel-block .contents .panel-members li .background .text-block h4 {
        font-size: 23px;
        line-height: 25px
    }
}
.panel-info .panel-block .contents .panel-members li .background .text-block p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
    margin: 0
}
@media only screen and (max-width: 600px) {
    .panel-info .panel-block .contents .panel-members li .background .text-block p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 300
    }
}
.panel-info .panel-block .contents .panel-members li .background .images-block {
    float: left;
    width: 33.33333%;
    position: static
}
.panel-info .panel-block .contents .panel-members li .background .images-block figure {
    height: 70px;
    width: 70px;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
.panel-info .panel-block .contents .panel-members li .background .images-block img {
    height: auto;
    border-radius: 50px;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    display: block
}
.panel-info .panel-block .contents .panel-members li .background .images-block img.company-logo {
    padding-top: 10px;
    border-radius: 0;
    max-height: 100%;
    height: auto
}
.featured-event {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #dddfdf;
    padding: 0 0 25px 0;
    margin-bottom: 25px;
    position: relative
}
.featured-event.margin {
    margin-top: 25px;
    margin-bottom: 0
}
@media only screen and (max-width: 895px) {
    .featured-event {
        border: none;
        margin-bottom: 0
    }
}
.featured-event .sponsored-fixed {
    position: absolute;
    top: -10px;
    width: 25%;
    right: 0px;
	text-align: right;
}
@media only screen and (max-width: 895px) {
    .featured-event .sponsored-fixed {
        display: none
    }
}
.featured-event .sponsored-fixed span {
    display: block;
    position: relative
}
.featured-event .sponsored-fixed span .sb {
    display: inline-block;
    margin-top: 14px;
    /* float: left; */
    margin-right: 10px;
	vertical-align: top;
}
.featured-event .sponsored-fixed span .image {
  /*  width: 100%;
    position: absolute;
    top: 0;
    padding-left: 115px;
    right: 0; */
    display: inline-block;
    overflow: hidden;
	vertical-align: middle;
}
.featured-event .sponsored-fixed span img {
    max-width: 185px;
    max-height: 80px
}
.featured-event a {
    display: block;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #7d7f81
}
@media only screen and (max-width: 895px) {
    .featured-event a {
        padding: 15px;
        position: relative;
        background-color: #34afe4
    }
    .featured-event a:after {
        background-image: url("../img/live-arrow.svg");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 10px;
        position: absolute;
        height: 100%;
        right: 15px;
        top: 0;
        background-position: center center;
        width: 15px;
        content: ''
    }
}
.featured-event a .event-title {
    overflow: hidden;
    padding-right: 30px
}
.featured-event a .event-title h2 {
    width: 70%;
    float: left;
    display: block;
    font-size: 22px;
    color: #7d7f81;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 895px) {
    .featured-event a .event-title h2 {
        font-size: 14px;
        color: #fff
    }
}
.featured-event a .event-title span {
    width: 30%;
    float: left;
    display: block;
    text-align: right;
    height: 40px;
    margin-top: -10px
}
.featured-event a .event-title span img {
    height: 40px;
    width: auto;
    margin-bottom: -10px
}
@media only screen and (max-width: 1150px) {
    .featured-event a .event-title h2 {
        float: none;
        width: 100%
    }
    .featured-event a .event-title span {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: 10px
    }
}
.featured-event a .event-details {
    clear: both;
    padding-top: 15px;
    overflow: hidden
}
@media only screen and (max-width: 895px) {
    .featured-event a .event-details {
        padding-top: 5px
    }
}
.featured-event a .event-details h3 {
    float: left;
    font-size: 36px;
    color: #247eb3
}
@media only screen and (max-width: 895px) {
    .featured-event a .event-details h3 {
        font-size: 28px;
        color: #fff
    }
}
.featured-event a .event-details ul {
    overflow: hidden;
    float: left;
    margin-left: 50px
}
@media only screen and (max-width: 895px) {
    .featured-event a .event-details ul {
        display: none
    }
}
.featured-event a .event-details ul li {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-position: center center;
    background-size: cover
}
.featured-event a .event-details ul li img {
    width: 35px;
    height: 35px;
    border-radius: 50%
}
.featured-event a .event-details time {
    display: block;
    float: right;
    margin-top: 8px;
    font-size: 22px;
    line-height: 32px;
    color: #373b3e
}
@media only screen and (max-width: 895px) {
    .featured-event a .event-details time {
        display: none
    }
}
@media only screen and (max-width: 780px) {
    .featured-event a .event-details h3 {
        float: left
    }
    .featured-event a .event-details ul {
        float: left
    }
    .featured-event a .event-details time {
        float: none;
        width: 100%;
        clear: both;
        padding-top: 10px
    }
}
@media only screen and (max-width: 780px) {
    .featured-event a .event-details ul {
        clear: both;
        margin-left: 0;
        margin-top: 20px
    }
}
.single-event .popular_posts .listing-square h3 {
    font-size: 24px;
    line-height: 28px
}
.events-sponsors .sponsor-list-center {
    text-align: center
}
.ajax-holder .ajax-loader {
    position: static;
    text-align: center;
    background-color: initial;
    color: #dddfdf;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    padding: 40px;
    font-size: 22px
}
.ajax-holder .ajax-loader:before {
    content: '';
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    background-image: url("../img/loading-wheel.svg");
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}
.old_video {
    width: 100%;
    float: left;
    padding-bottom: 56.25%;
    margin-left: 0;
    position: relative
}
.old_video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100% !important
}
.home_page_section.gallery-section {
    margin-bottom: 0
}
.home_page_section.gallery-section .title {
    padding-left: 20%;
    width: 100%;
    float: none;
    margin-bottom: 25px
}
.home_page_section.magazine-header .contents h1 {
    color: #247eb3
}
.home_page_section.magazine-header .magazine-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
@media only screen and (max-width: 895px) {
    .home_page_section.magazine-header .magazine-hero {
        width: 100%
    }
}
.home_page_section.magazine-header .summary * {
    float: none
}
.home_page_section.magazine-header .summary h1 {
    font-size: 28px;
    color: #373b3e;
    font-weight: 300;
    margin-bottom: 15px
}
.home_page_section.magazine-header .summary h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 30px
}
.home_page_section.magazine-header .summary .buttons {
    padding-top: 10px;
    overflow: hidden;
    clear: both
}
.home_page_section.magazine-header .summary .buttons a {
    float: left
}
@media only screen and (max-width: 895px) {
    .home_page_section.magazine-header .summary {
        padding-bottom: 15px
    }
    .home_page_section.magazine-header .summary p {
        font-size: 18px;
        line-height: 20px
    }
    .home_page_section.magazine-header .summary h1 {
        font-size: 23px
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.magazine-header .summary {
        padding: 15px;
        margin-bottom: 15px;
        background: #f2f3f3
    }
    .home_page_section.magazine-header .summary .buttons .btn {
        margin: 0;
        line-height: 22px
    }
}
.home_page_section.magazine-header .title.live-section-title {
    margin-bottom: 10px;
    min-height: 10px
}
.home_page_section.magazine-header .events-landinglive .listing-event h1 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 32px
}
.title.live-section-title {
    margin-bottom: 10px;
    min-height: 10px
}
.events-landinglive .listing-event div.magazine-hero {
    width: 100%;
    clear: both;
    float: left
}
.events-landinglive .listing-event div.magazine-hero:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.65)
}
.events-landinglive .listing-event div.magazine-hero .content {
    padding: 86px 30px 20px 30px;
    position: relative;
    z-index: 2;
    float: left;
    width: auto;
    max-width: 490px;
    color: #FFF;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.events-landinglive .listing-event div.magazine-hero .content h1 {
    float: none;
    margin: 0;
    color: #FFF;
    font-size: 30px;
    margin-bottom: 8px
}
.events-landinglive .listing-event div.magazine-hero .content time {
    margin-bottom: 15px;
    font-size: 21px;
    display: block
}
.events-landinglive .listing-event div.magazine-hero .content .summary-text {
    font-family: 'Neuton', serif;
    font-size: 23px;
    margin-bottom: 24px
}
.events-landinglive .listing-event div.magazine-hero .content .btn-primary {
    padding: 10px 54px
}
.events-landinglive .listing-event div.magazine-hero img {
    width: auto;
    max-width: 400px;
    height: 100%;
    float: left;
    position: relative;
    z-index: 2
}
@media only screen and (max-width: 895px) {
    .events-landinglive .listing-event div.magazine-hero .content {
        padding-top: 30px
    }
}
@media only screen and (max-width: 600px) {
    .events-landinglive .listing-event div.magazine-hero .content {
        padding: 20px 20px 10px 20px
    }
}
.magazine-header .contents .events-landinglive .listing-event a:focus figure img,
.magazine-header .contents .events-landinglive .listing-event a:hover figure img {
    width: 25%
}
.subscribe-details {
    padding-bottom: 10px;
    overflow: hidden;
    font-weight: 300
}
@media only screen and (max-width: 895px) {
    .subscribe-details {
        padding: 0
    }
}
.subscribe-details .subscribe-block {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 30px
}
@media only screen and (max-width: 895px) {
    .subscribe-details .subscribe-block {
        width: 100%;
        padding-right: 0;
        float: none
    }
    .subscribe-details .subscribe-block p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 200
    }
}
.subscribe-details .subscribe-block h2 {
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 15px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
@media only screen and (max-width: 600px) {
    .subscribe-details .subscribe-block h2 {
        font-size: 30px;
        line-height: 34px
    }
}
.subscribe-details .subscribe-block .button-fl {
    float: right
}
@media only screen and (max-width: 960px) {
    .subscribe-details .subscribe-block .button-fl {
        float: left
    }
}
.subscribe-details .subscribe-block .button-fl .btn-large {
    padding: 10px 60px
}
.subscribe-details .subscribe-block table {
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    max-width: 600px
}
.subscribe-details .subscribe-block table p {
    font-size: 16px
}
@media only screen and (max-width: 895px) {
    .subscribe-details .subscribe-block table {
        font-size: 14px;
        line-height: 22px
    }
    .subscribe-details .subscribe-block table p {
        font-size: 14px;
        line-height: 22px
    }
}
.subscribe-details .subscribe-block table span,
.subscribe-details .subscribe-block table strong {
    font-weight: 500
}
.subscribe-details .subscribe-block table td {
    width: 20%
}
.subscribe-details .subscribe-block table th {
    text-align: left;
    width: 40%
}
.subscribe-details .sidebar-advert {
    width: 33.333333333333333%;
    float: left
}
@media only screen and (max-width: 895px) {
    .subscribe-details .sidebar-advert {
        display: none
    }
}
.subscribe-details .sidebar-advert img {
    width: 100%;
    height: auto
}
.home_page_section.magazinerecent-issues {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}
.home_page_section.magazinerecent-issues .pagenation {
    margin-top: 0
}
.home_page_section.magazinerecent-issues .advert {
    clear: both;
    padding-top: 30px
}
@media only screen and (max-width: 895px) {
    .home_page_section.magazinerecent-issues .advert {
        padding: 15px 0;
        margin: 0
    }
}
.home_page_section.magazinerecent-issues .eventslanding-listing {
    margin-left: -25px
}
@media only screen and (max-width: 600px) {
    .home_page_section.magazinerecent-issues .eventslanding-listing {
        margin-left: 0
    }
}
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event {
    width: 33.333333333333333%;
    padding: 0 0 0 25px;
    margin-bottom: 45px;
    position: relative
}
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event img {
    width: 100%
}
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event a:focus h2,
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event a:focus span,
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event a:hover h2,
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event a:hover span {
    text-decoration: underline
}
@media only screen and (max-width: 895px) {
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event {
        width: 50%
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event {
        width: 100%;
        float: none;
        padding: 0 0 15px 0;
        margin-bottom: 25px;
        border-bottom: 1px solid #dddfdf
    }
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event:last-child {
        margin-bottom: 0;
        border-bottom: none
    }
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event .text-area {
        float: right;
        width: 50%;
        padding: 0;
        margin: 0
    }
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event img {
        display: block;
        float: left;
        width: 50%;
        padding-right: 15px
    }
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event .btn.btn-primary {
        border: none !important;
        margin-top: 0 !important
    }
}
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event h2 {
    font-size: 24px;
    margin: 10px 0 0 0;
    line-height: 32px;
    clear: both;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #247eb3
}
@media only screen and (max-width: 600px) {
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event h2 {
        font-size: 23px;
        line-height: 25px;
        padding-bottom: 10px;
        margin-top: 0
    }
}
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event h3 {
    font-size: 24px;
    margin: 5px 0 0 0;
    line-height: 32px;
    clear: both;
    color: #373b3e;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event h3 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
        margin-top: 0
    }
}
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event .summary {
    display: block;
    overflow: hidden;
    padding-top: 10px;
    font-family: 'Neuton', serif;
    font-size: 18px;
    line-height: 22px;
    color: #373b3e;
    padding-bottom: 60px;
    position: relative
}
@media only screen and (max-width: 600px) {
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event .summary {
        display: none
    }
}
.home_page_section.magazinerecent-issues .eventslanding-listing .listing-event .btn.btn-primary {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 25px;
    text-align: center;
    border: none;
    border-left: 25px white solid
}
@media only screen and (max-width: 895px) {
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event .btn.btn-primary {
        margin-top: 15px !important;
        clear: both;
        padding: 15px
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.magazinerecent-issues .eventslanding-listing .listing-event .btn.btn-primary {
        position: absolute;
        bottom: 16px;
        right: 0;
        width: 50%;
        clear: none;
        line-height: 18px;
        padding: 12px
    }
}
.home_page_section.no-border.jobs-landing {
    margin-bottom: 0;
    padding-bottom: 0
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing {
        padding-top: 50px;
        position: relative
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-landing {
        padding-top: 0;
        position: static
    }
}
.home_page_section.no-border.jobs-landing form.job_filters {
    background: none
}
.home_page_section.no-border.jobs-landing form.job_filters .search_jobs {
    padding: 0
}
.home_page_section.no-border.jobs-landing form.job_filters .job_types {
    display: none
}
.home_page_section.no-border.jobs-landing form.job_filters .showing_jobs {
    display: block;
    width: 62%;
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
    border: none;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-size: 18px
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing form.job_filters .showing_jobs {
        width: 100%;
        margin: 20px 0 10px 0
    }
}
.home_page_section.no-border.jobs-landing form.job_filters .showing_jobs .rss_link {
    display: none
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing form.job_filters {
        background: none;
        position: absolute;
        top: 0;
        width: 100%
    }
    .home_page_section.no-border.jobs-landing form.job_filters .search_jobs {
        padding: 0
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-landing form.job_filters {
        position: static
    }
}
.home_page_section.no-border.jobs-landing form.job_filters .keyword {
    position: relative;
    display: block;
    width: 30%;
    float: left;
    margin-right: 20px
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing form.job_filters .keyword {
        width: 40%
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-landing form.job_filters .keyword {
        width: 100%;
        margin-bottom: 15px
    }
}
.home_page_section.no-border.jobs-landing form.job_filters .keyword:after {
    content: '';
    background-image: url("../img/search-icon.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 10px;
    height: 100%;
    top: 0;
    background-position: center center;
    width: 20px
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing form.job_filters .keyword:after {
        background-size: 15px 15px;
        width: 15px;
        right: 10px
    }
}
.home_page_section.no-border.jobs-landing form.job_filters .keyword input {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    border-radius: 0;
    border: 1px solid #7d7f81
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-landing form.job_filters .keyword input {
        float: none;
        padding: 10px;
        font-size: 18px;
        font-weight: 300
    }
}
.home_page_section.no-border.jobs-landing form.job_filters .location {
    position: relative;
    display: block;
    width: 30%;
    float: left;
    margin-right: 20px
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing form.job_filters .location {
        width: 40%
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-landing form.job_filters .location {
        width: 100%
    }
}
.home_page_section.no-border.jobs-landing form.job_filters .location:after {
    content: '';
    background-image: url("../img/location-icon.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    right: 10px;
    height: 100%;
    top: 0;
    background-position: center center;
    width: 20px
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing form.job_filters .location:after {
        background-size: 20px 20px;
        width: 20px;
        right: 10px
    }
}
.home_page_section.no-border.jobs-landing form.job_filters .location input {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    border-radius: 0;
    border: 1px solid #7d7f81
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing form.job_filters .location input {
        float: none;
        padding: 10px;
        font-size: 18px;
        font-weight: 300
    }
}
.home_page_section.no-border.jobs-landing .job-left {
    float: left;
    width: 82%;
    padding-right: 25px
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing .job-left {
        width: 66.666666666666666%
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-landing .job-left {
        width: 100%;
        padding-right: 0;
        float: none
    }
}
.home_page_section.no-border.jobs-landing .job-left h1 {
    font-size: 36px;
    font-weight: 400;
    margin-top: 25px
}
.home_page_section.no-border.jobs-landing .job-right {
    float: left;
    width: 18%
}
@media only screen and (max-width: 895px) {
    .home_page_section.no-border.jobs-landing .job-right {
        width: 33.333333333333333%
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-landing .job-right {
        display: none
    }
}
.home_page_section.no-border.jobs-landing .job-right .job-filter {
    clear: both;
    padding-top: 30px
}
.home_page_section.no-border.jobs-landing .job-right .job-filter h3 {
    clear: both;
    border-bottom: 1px solid #dddfdf;
    padding-bottom: 12px;
    font-size: 20px;
    padding-top: 22px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #7d7f81
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .job-categories li {
    padding-right: 20px;
    border-bottom: 1px solid #dddfdf
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .job-categories li a {
    padding: 16px 0 16px 20px;
    font-size: 18px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #373b3e;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px 13px;
    display: block
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .job-categories li a span {
    display: block;
    float: right
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .contract-type li {
    padding-right: 20px;
    border-bottom: 1px solid #dddfdf
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .contract-type li a {
    padding: 16px 0 16px 20px;
    font-size: 18px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #373b3e;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px 13px;
    display: block
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .contract-type li a.part-time {
    background-image: url("../img/parttime-icon.svg")
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .contract-type li a.full-time {
    background-image: url("../img/fulltime-icon.svg")
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .contract-type li a.freelance {
    background-image: url("../img/freelance-icon.svg")
}
.home_page_section.no-border.jobs-landing .job-right .job-filter .contract-type li a.contract {
    background-image: url("../img/contract-icon.svg")
}
.home_page_section.no-border.jobs-landing .job-right .btn {
    margin: 0;
    width: 100%;
    padding: 12px;
    text-align: center
}
@media only screen and (max-width: 895px) {
    .job-listing {
        margin-top: 15px
    }
}
.job-listing li {
    border-bottom: 1px solid #f2f3f3;
    overflow: hidden;
    padding-bottom: 25px;
    margin-bottom: 25px
}
.job-listing li:last-child {
    border-bottom: none;
    margin-bottom: 0
}
.job-listing li a {
    display: block
}
@media only screen and (max-width: 895px) {
    .job-listing li a {
        padding: 10px 0 !important
    }
}
.job-listing li a figure {
    width: 20%;
    float: left
}
.job-listing li a figure img {
    width: 100%
}
@media only screen and (max-width: 895px) {
    .job-listing li a figure {
        width: 50%
    }
}
.job-listing li a h2 {
    font-size: 24px;
    line-height: 32px;
    color: #247eb3;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    padding-bottom: 10px;
    float: right;
    width: 80%;
    padding-left: 25px
}
@media only screen and (max-width: 895px) {
    .job-listing li a h2 {
        width: 100%;
        float: none;
        padding-left: 0
    }
}
.job-listing li a .job-text {
    width: 80%;
    float: left;
    padding-left: 25px
}
@media only screen and (max-width: 895px) {
    .job-listing li a .job-text {
        width: 50%
    }
}
.job-listing li a .job-text p {
    font-size: 18px;
    line-height: 22px;
    color: #373b3e
}
.job-listing li a .job-text .meta {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    padding-top: 10px;
    float: left
}
.job-listing li a .job-text .meta p,
.job-listing li a .job-text .meta time {
    display: inline-block;
    color: #7d7f81;
    font-size: 16px;
    margin-right: 45px
}
@media only screen and (max-width: 895px) {
    .job-listing li a .job-text .meta p,
    .job-listing li a .job-text .meta time {
        float: none;
        display: block;
        margin-bottom: 10px
    }
}
.job-listing li a .job-text .meta .location {
    padding-left: 20px;
    background-image: url("../img/mini-location-icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px 13px
}
.job-listing li a .job-text .meta .contract-type {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px 13px
}
.job-listing li a .job-text .meta .contract-type.part-time {
    color: #7db529;
    background-image: url("../img/parttime-icon.svg")
}
.job-listing li a .job-text .meta .contract-type.full-time {
    color: #35afe5;
    background-image: url("../img/fulltime-icon.svg")
}
.job-listing li a .job-text .meta .contract-type.freelance {
    color: #cf8a0f;
    background-image: url("../img/freelance-icon.svg")
}
.job-listing li a .job-text .meta .contract-type.contract {
    color: #edd600;
    background-image: url("../img/contract-icon.svg")
}
@media only screen and (max-width: 895px) {
    ul.job_listings li a figure {
        padding-right: 25px
    }
    ul.job_listings li a h2 {
        width: 50%;
        float: right
    }
    ul.job_listings li a .job-text {
        padding-left: 0
    }
}
@media only screen and (max-width: 600px) {
    ul.job_listings {
        border-top: 1px solid #dddfdf !important
    }
    ul.job_listings .job_listing {
        border-bottom: 1px solid #dddfdf !important
    }
    ul.job_listings .job_listing:last-child {
        border-bottom: none !important
    }
    ul.job_listings .job_listing a h2 {
        font-size: 23px;
        line-height: 25px
    }
    ul.job_listings .job_listing a .job-text p {
        display: none
    }
    ul.job_listings .job_listing a .job-text .meta time {
        font-size: 13px;
        margin: 10px 0 0 0
    }
    ul.job_listings .job_listing a .job-text .meta p {
        display: block;
        font-size: 13px;
        margin: 5px 0 0 0;
        background-size: 15px 15px;
        background-position: left center;
        padding: 5px 0 5px 20px
    }
}
@media only screen and (max-width: 600px) {
    ul.job_listings .job_listing a .job-text .meta time {
        padding: 0;
        margin: 0 0 5px 0
    }
    ul.job_listings .job_listing a .job-text .meta .contract-type,
    ul.job_listings .job_listing a .job-text .meta .location {
        margin: 0 0 5px 0;
        padding: 0 0 0 25px
    }
}
ul.job_listings li.job_listing a .meta {
    float: left !important;
    text-align: left !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1.5em !important;
    color: inherit !important;
    list-style: none outside !important
}
@media only screen and (max-width: 895px) {
    .entry-title {
        padding-top: 15px;
        font-size: 23px
    }
}
.jobs-activity {
    width: 75%;
    padding-left: 20.5%;
    padding-right: 25px
}
.jobs-activity .advert {
    padding-top: 30px;
    clear: both
}
@media only screen and (max-width: 1150px) {
    .jobs-activity {
        padding-left: 0
    }
}
@media only screen and (max-width: 895px) {
    .jobs-activity {
        width: 100%;
        padding: 0
    }
}
.home_page_section.no-border.jobs-single {
    padding-bottom: 0;
    margin-bottom: 0
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-single .information .left,
    .home_page_section.no-border.jobs-single .information .right {
        width: 100%;
        float: none
    }
}
.home_page_section.no-border.jobs-single h1 {
    border-bottom: 1px solid #f2f3f3;
    font-size: 36px;
    font-weight: 400;
    margin-top: 25px;
    padding-bottom: 20px
}
.home_page_section.no-border.jobs-single .company-info {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #247eb3;
    font-size: 28px
}
.home_page_section.no-border.jobs-single .company-info .square-logo {
    max-width: 100%;
    height: auto
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-single .company-info {
        border-top: 1px solid #dddfdf;
        margin-top: 15px;
        padding-top: 15px
    }
    .home_page_section.no-border.jobs-single .company-info .square-logo {
        display: none
    }
    .home_page_section.no-border.jobs-single .company-info h2 {
        font-size: 20px !important;
        padding-bottom: 5px
    }
    .home_page_section.no-border.jobs-single .company-info a.website {
        font-size: 20px;
        padding-bottom: 5px;
        display: block
    }
    .home_page_section.no-border.jobs-single .company-info .summary {
        font-size: 18px !important;
        padding-bottom: 15px
    }
}
.home_page_section.no-border.jobs-single .company-info h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #247eb3;
    font-size: 28px;
    padding-top: 8px;
    word-wrap: break-word;
    margin-bottom: 10px
}
.home_page_section.no-border.jobs-single .company-info .summary {
    color: #7d7f81;
    padding-top: 10px;
    font-size: 18px;
    line-height: 22px
}
.home_page_section.no-border.jobs-single .company-info .website {
    word-wrap: break-word
}
.home_page_section.no-border.jobs-single .info-block {
    padding-bottom: 25px;
    overflow: hidden
}
.home_page_section.no-border.jobs-single .info-block figure {
    width: 18%;
    float: left;
    padding-right: 15px
}
.home_page_section.no-border.jobs-single .info-block figure img {
    width: 100%
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-single .info-block figure {
        width: 100%;
        padding: 0;
        float: none
    }
    .home_page_section.no-border.jobs-single .info-block figure img {
        width: 100%;
        max-width: none
    }
}
.home_page_section.no-border.jobs-single .info-block .social-share-block {
    float: right
}
.home_page_section.no-border.jobs-single .info-block .social-share-block span {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #7d7f81;
    font-size: 16px;
    margin-top: 63px;
    padding-right: 20px;
    display: inline-block
}
.home_page_section.no-border.jobs-single .info-block .social-share-block .naytev-share-toolbar.naytev-share-horizontal {
    width: auto;
    float: right;
    display: block;
    margin-top: 35px
}
.home_page_section.no-border.jobs-single .info-block .social-share-block .naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
    margin: 0
}
@media only screen and (max-width: 1100px) {
    .home_page_section.no-border.jobs-single .info-block .social-share-block {
        clear: both;
        float: none;
        width: auto
    }
    .home_page_section.no-border.jobs-single .info-block .social-share-block span {
        display: block;
        float: left
    }
    .home_page_section.no-border.jobs-single .info-block .social-share-block .naytev-share-toolbar.naytev-share-horizontal {
        float: left
    }
}
.home_page_section.no-border.jobs-single .info-block .meta {
    padding-left: 25px;
    padding-top: 25px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    float: left;
    font-weight: 300
}
.home_page_section.no-border.jobs-single .info-block .meta h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    color: #247eb3;
    padding-bottom: 10px
}
.home_page_section.no-border.jobs-single .info-block .meta p,
.home_page_section.no-border.jobs-single .info-block .meta time {
    display: inline-block;
    color: #7d7f81;
    font-size: 16px;
    margin-right: 45px
}
.home_page_section.no-border.jobs-single .info-block .meta .location {
    padding-left: 20px;
    background-image: url("../img/mini-location-icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px 13px
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-single .info-block .meta .location {
        float: none;
        display: block;
        margin-top: 5px;
        padding: 0 0 0 10px
    }
}
.home_page_section.no-border.jobs-single .info-block .meta .contract-type {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px 13px
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-single .info-block .meta .contract-type {
        float: none;
        display: block;
        padding: 5px 0 0 0
    }
}
.home_page_section.no-border.jobs-single .info-block .meta .contract-type.parttime {
    color: #7db529;
    background-image: url("../img/parttime-icon.svg")
}
.home_page_section.no-border.jobs-single .info-block .meta .contract-type.fulltime {
    color: #35afe5;
    background-image: url("../img/fulltime-icon.svg")
}
.home_page_section.no-border.jobs-single .info-block .meta .contract-type.freelance {
    color: #cf8a0f;
    background-image: url("../img/freelance-icon.svg")
}
.home_page_section.no-border.jobs-single .info-block .meta .contract-type.contract {
    color: #edd600;
    background-image: url("../img/contract-icon.svg")
}
@media only screen and (max-width: 600px) {
    .home_page_section.no-border.jobs-single .info-block .meta {
        width: 100%;
        float: none;
        padding: 0
    }
    .home_page_section.no-border.jobs-single .info-block .meta h2 {
        font-size: 20px;
        font-weight: 400
    }
    .home_page_section.no-border.jobs-single .info-block .meta time {
        font-size: 13px
    }
    .home_page_section.no-border.jobs-single .info-block .meta p.location a {
        color: #7d7f81 !important
    }
    .home_page_section.no-border.jobs-single .info-block .meta p.contract-type,
    .home_page_section.no-border.jobs-single .info-block .meta p.location {
        display: block;
        font-size: 13px;
        margin: 5px 0 0 0;
        background-size: 15px 15px;
        background-position: left center;
        padding: 5px 0 5px 20px
    }
    .home_page_section.no-border.jobs-single .info-block .meta p.contract-type.part-time,
    .home_page_section.no-border.jobs-single .info-block .meta p.location.part-time {
        color: #7db529;
        background-image: url("../img/parttime-icon.svg")
    }
    .home_page_section.no-border.jobs-single .info-block .meta p.contract-type.full-time,
    .home_page_section.no-border.jobs-single .info-block .meta p.location.full-time {
        color: #35afe5;
        background-image: url("../img/fulltime-icon.svg")
    }
    .home_page_section.no-border.jobs-single .info-block .meta p.contract-type.freelance,
    .home_page_section.no-border.jobs-single .info-block .meta p.location.freelance {
        color: #cf8a0f;
        background-image: url("../img/freelance-icon.svg")
    }
    .home_page_section.no-border.jobs-single .info-block .meta p.contract-type.contract,
    .home_page_section.no-border.jobs-single .info-block .meta p.location.contract {
        color: #edd600;
        background-image: url("../img/contract-icon.svg")
    }
}
.home_page_section.no-border.jobs-single .home_page_section.panel-info {
    padding-left: 28%;
    font-size: 22px;
    line-height: 28px
}
@media only screen and (max-width: 1150px) {
    .home_page_section.no-border.jobs-single .home_page_section.panel-info {
        padding-left: 0
    }
}
.home_page_section.no-border.jobs-single .home_page_section.panel-info .advert {
    clear: both;
    padding-top: 25px
}
.home_page_section.no-border.jobs-single .home_page_section.panel-info .advert img {
    width: 100%
}
.home_page_section.no-border.jobs-single .home_page_section.panel-info .btn-apply {
    width: 80%;
    text-align: center
}
.home_page_section.no-border.jobs-single .home_page_section.panel-info p {
    padding-bottom: 15px
}
.single_job_image img {
    max-width: 212px;
    height: auto
}
.panel-members {
    width: auto;
    margin-top: 0
}
.panel-members li {
    width: 50%;
    float: left;
    padding-left: 30px
}
.panel-members li a {
    color: #373b3e;
    width: 100%
}
@media only screen and (max-width: 895px) {
    .panel-members li {
        width: 100%;
        float: none
    }
}
.main-area-panels {
    width: 100%;
    clear: both
}
.main-area-panels .panel-members {
    width: auto
}
@media only screen and (max-width: 895px) {
    .main-area-panels .panel-members li:before {
        left: 0
    }
    .main-area-panels .panel-members li .background .images-block {
        width: 25%
    }
    .main-area-panels .panel-members li .background .text-block {
        width: 75%
    }
}
@media only screen and (max-width: 895px) {
    .podcast-article .panel-members {
        margin-left: 0
    }
    .podcast-article .panel-members li {
        padding: 0;
        margin-bottom: 15px
    }
}
.podcast-sponsor {
    margin-bottom: 0;
    padding-bottom: 0
}
.podcast_text {
    clear: both;
    padding-top: 25px;
    overflow: hidden;
    padding-bottom: 25px
}
.podcast_text .mobile-title {
    display: none
}
@media only screen and (max-width: 600px) {
    .podcast_text .mobile-title {
        display: block
    }
}
.podcast_text h1 {
    margin-bottom: 10px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    padding-top: 5px;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -1px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddfdf
}
@media only screen and (max-width: 895px) {
    .podcast_text h1 {
        font-size: 40px;
        line-height: 44px
    }
}
@media only screen and (max-width: 600px) {
    .podcast_text h1 {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 895px) {
    .podcast-hero.hero_image .credit {
        display: none
    }
    .header-block-podcast {
        display: none
    }
}
@media only screen and (max-width: 895px) and (max-width: 895px) {
    .mejs-container {
        margin-top: -10px
    }
}
@media only screen and (max-width: 895px) {
    .podcast-article .post-block {
        margin-top: -3px
    }
    .podcast-article .post-block .post_contents {
        padding-top: 0
    }
    .podcast-article .post-block .post_contents .podcast_info .profile_image {
        display: none
    }
    .podcast-article .post-block .post_contents .podcast_info .audio {
        width: 100%;
        float: none
    }
    .podcast-article .post-block .post_contents .podcast_info .audio .downloads {
        background: #f2f3f3
    }
    .podcast-article .post-block .post_contents .podcast_info .audio .downloads ul {
        overflow: hidden;
        padding-top: 0;
        border-top: none
    }
    .podcast-article .post-block .post_contents .podcast_info .audio .downloads ul li {
        margin: 0;
        padding-bottom: 0;
        width: 100%;
        float: none
    }
    .podcast-article .post-block .post_contents .podcast_info .audio .downloads ul li:nth-last-child(2):nth-child(odd) {
        float: left;
        width: 49%;
        margin-right: 1%
    }
    .podcast-article .post-block .post_contents .podcast_info .audio .downloads ul li:last-child:nth-child(even) {
        float: left;
        width: 49%;
        margin-left: 1%
    }
    .podcast-article .post-block .post_contents .podcast_info .audio .downloads ul li a {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: white;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 10px;
        line-height: 18px
    }
}
.podcast-main .main {
    padding-left: 0
}
.sub_nav.podcast-sidebar {
    padding-right: 30px
}
@media only screen and (max-width: 1150px) {
    .sub_nav.podcast-sidebar {
        border-bottom: 1px solid #dddfdf
    }
}
@media only screen and (max-width: 1150px) {
    .sub_nav.podcast-sidebar {
        display: block;
        padding-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 30px;
        overflow: hidden;
        padding-bottom: 0
    }
    .sub_nav.podcast-sidebar .btn {
        width: auto;
        float: left;
        min-width: 150px;
        margin-right: 10px
    }
}
.sub_nav .podcast-buttons {
    overflow: hidden
}
.sub_nav .podcast-buttons li {
    border: none
}
@media only screen and (max-width: 1150px) {
    .sub_nav .podcast-buttons li {
        float: left
    }
}
@media only screen and (max-width: 895px) {
    .sub_nav.podcast-sidebar {
        padding-right: 0
    }
    .sub_nav.podcast-sidebar .podcast-buttons li:first-child {
        width: 48%;
        margin-right: 2%;
        float: left;
        margin-left: 0
    }
}
@media only screen and (max-width: 895px) and (max-width: 400px) {
    .sub_nav.podcast-sidebar .podcast-buttons li:first-child {
        width: 100%;
        margin: 0 0 10px
    }
}
@media only screen and (max-width: 895px) {
    .sub_nav.podcast-sidebar .podcast-buttons li:first-child a {
        margin: 0;
        width: 100%
    }
    .sub_nav.podcast-sidebar .podcast-buttons li:nth-child(2) {
        width: 48%;
        margin-left: 2%;
        float: left;
        margin-right: 0
    }
}
@media only screen and (max-width: 895px) and (max-width: 400px) {
    .sub_nav.podcast-sidebar .podcast-buttons li:nth-child(2) {
        width: 100%;
        margin: 0
    }
}
@media only screen and (max-width: 895px) {
    .sub_nav.podcast-sidebar .podcast-buttons li:nth-child(2) a {
        width: 100%;
        margin: 0
    }
}
@media only screen and (max-width: 600px) {
    .sub_nav.podcast-sidebar {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dddfdf
    }
}
.podcast_sponsors ul {
    overflow: hidden;
    margin-left: -20px
}
.podcast_sponsors ul li {
    width: 25%;
    float: left;
    padding-left: 20px
}
.podcast_sponsors ul li img {
    width: 100%;
    height: auto
}
.podcast_facilitator.panel-block {
    width: auto;
    margin-top: 0
}
@media only screen and (max-width: 1150px) {
    .podcast_facilitator.panel-block .main-area {
        width: 100%
    }
    .podcast_facilitator.panel-block .main-area ul {
        margin-top: 15px;
        margin-left: 0
    }
}
.podcast_facilitator.panel-block li {
    width: 100%;
    float: left;
    height: auto !important;
    padding-left: 30px;
    margin-bottom: 0
}
.podcast_facilitator.panel-block li .background .images-block {
    width: 15%
}
@media only screen and (max-width: 895px) {
    .podcast_facilitator.panel-block li .background .images-block {
        width: 25%
    }
}
.podcast_facilitator.panel-block li .background .text-block {
    width: 85%
}
@media only screen and (max-width: 895px) {
    .podcast_facilitator.panel-block li .background .text-block {
        width: 75%
    }
}
@media only screen and (max-width: 1150px) {
    .podcast_facilitator.panel-block li {
        padding-left: 0
    }
}
@media only screen and (max-width: 895px) {
    .podcast_facilitator.panel-block li {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 15px
    }
}
.main-area {
    width: 72%;
    float: left
}
.podcast-title {
    font-size: 22px;
    color: #7d7f81;
    margin-bottom: 10px
}
.podcasts {
    overflow: hidden
}
.podcast-listing {
    margin-left: -25px;
    overflow: hidden
}
.podcast-listing .listing-podcast {
    width: 50%;
    display: block;
    padding: 0 0 0 25px;
    float: left;
    border-bottom: 1px solid #dddfdf
}
.podcast-listing .listing-podcast .player {
    height: 150px
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast .player {
        height: auto
    }
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast {
        margin-bottom: 15px
    }
}
.podcast-listing .listing-podcast:nth-last-child(2),
.podcast-listing .listing-podcast:last-child {
    border-bottom: 0;
    margin-bottom: 0
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast:nth-last-child(2),
    .podcast-listing .listing-podcast:last-child {
        border-bottom: 1px solid #dddfdf;
        margin-bottom: 15px
    }
}
.podcast-listing .listing-podcast:nth-last-child(2) .text,
.podcast-listing .listing-podcast:last-child .text {
    padding-bottom: 0
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast:nth-last-child(2) .text,
    .podcast-listing .listing-podcast:last-child .text {
        padding-bottom: 15px
    }
}
.podcast-listing .listing-podcast .meta {
    padding-top: 0
}
.podcast-listing .listing-podcast h2 {
    margin-bottom: 0;
    padding-bottom: 15px
}
.podcast-listing .listing-podcast .featured-title {
    display: none
}
.podcast-listing .listing-podcast .text {
    padding-bottom: 30px
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast .text {
        padding-bottom: 15px
    }
}
.podcast-listing .listing-podcast .image {
    width: 33.333333333333333%;
    max-width: 150px
}
@media only screen and (max-width: 1150px) {
    .podcast-listing .listing-podcast .image {
        width: 35%
    }
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast .image {
        padding: 0;
        margin: 0;
        width: 60%;
        height: 100%;
        text-align: center;
        position: relative;
        overflow: hidden;
        max-width: none
    }
}
.podcast-listing .listing-podcast .image img {
    width: 100%;
    height: auto
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast .image img {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        width: 100%;
        height: auto;
        max-width: none
    }
}
.podcast-listing .listing-podcast .controls {
    width: 66.666666666666666%;
    padding: 20px
}
@media only screen and (max-width: 1150px) {
    .podcast-listing .listing-podcast .controls {
        width: 65%
    }
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast .controls {
        width: 40%
    }
}
.podcast-listing .listing-podcast .controls .mejs-container {
    height: 85px !important
}
.podcast-listing .listing-podcast .controls .mejs-container .mejs-inner {
    border-bottom: 1px solid #666
}
.podcast-listing .listing-podcast .controls .download {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.podcast-listing .listing-podcast .controls .mejs-controls {
    padding: 0
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-time.mejs-duration-container {
    right: 0;
    top: 43px
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-time.mejs-duration-container span {
    font-size: 18px
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-time.mejs-currenttime-container {
    top: 43px;
    right: 60px
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-time.mejs-currenttime-container span {
    font-size: 18px
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-horizontal-volume-slider {
    width: 60px;
    margin-top: 5px
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button {
    border: none;
    margin: 0
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button.mejs-play {
    float: left;
    width: 20%
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button.mejs-play button {
    background-image: url("../img/play-icon.svg")
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button.mejs-mute {
    float: left;
    width: 20%;
    margin-top: 5px
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button.mejs-mute button {
    background-image: url("../img/volume-icon.svg")
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button.mejs-pause {
    float: left;
    width: 20%
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button.mejs-pause button {
    background-image: url("../img/pause-icon.svg")
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button.mejs-unmute {
    float: left;
    width: 20%;
    margin-top: 5px
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button.mejs-unmute button {
    background-image: url("../img/unmute-icon.svg")
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-button button {
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    border: 1px solid #dedfdf;
    border-radius: 50%;
    margin: 0
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-time-rail {
    float: left;
    width: 80% !important;
    position: relative
}
.podcast-listing .listing-podcast .controls .mejs-controls .mejs-time-total {
    width: 100% !important;
    margin: 5px 0 0 0
}
@media only screen and (max-width: 895px) {
    .podcast-listing .listing-podcast {
        width: 50%;
        float: left;
        border-bottom: 1px solid #dddfdf;
        overflow: hidden
    }
    .podcast-listing .listing-podcast h2 {
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 23px;
        line-height: 25px
    }
    .podcast-listing .listing-podcast .player {
        position: relative;
        height: 175px;
        overflow: hidden
    }
    .podcast-listing .listing-podcast .player:before {
        content: '';
        background-image: url("../img/play-icon.svg");
        position: absolute;
        left: 80%;
        display: block;
        height: 70px;
        top: 50%;
        width: 70px;
        background-size: 50px;
        border-radius: 50%;
        background-position: center center;
        border: 2px solid #dddfdf;
        background-repeat: no-repeat;
        -webkit-transform: translate(-35px, -35px);
        -moz-transform: translate(-35px, -35px);
        -ms-transform: translate(-35px, -35px);
        -o-transform: translate(-35px, -35px);
        transform: translate(-35px, -35px)
    }
    .podcast-listing .listing-podcast .controls {
        display: none
    }
    .podcast-listing .listing-podcast .text {
        width: 100%
    }
    .podcast-listing .listing-podcast .meta {
        position: static;
        padding-top: 5px;
        padding-bottom: 0;
        line-height: 18px
    }
}
@media only screen and (max-width: 600px) {
    .podcast-listing .listing-podcast {
        width: 100%;
        clear: both;
        float: none
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero {
    width: 100%;
    padding: 80px 30px;
    float: left;
    clear: both;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 895px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.65)
}
.home_page_section.podcasts-hero li.listing-podcast-hero .content {
    position: relative;
    z-index: 2;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px
}
@media only screen and (max-width: 895px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .content {
        margin-bottom: 10px
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .content .image {
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 30px
}
.home_page_section.podcasts-hero li.listing-podcast-hero .content h2.featured-title {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    float: left;
    max-width: 67%;
    font-size: 34px
}
.home_page_section.podcasts-hero li.listing-podcast-hero .content h2.featured-title a {
    color: #FFF
}
@media only screen and (max-width: 895px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .content h2.featured-title {
        font-size: 26px;
        max-width: calc(100% - 200px)
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .content h2.featured-title {
        max-width: 100%;
        font-size: 22px;
        margin-top: 20px
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .content .meta {
    position: absolute;
    bottom: 0;
    left: 200px;
    color: #7d7f81
}
@media only screen and (max-width: 600px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .content .meta {
        position: static;
        clear: both;
        margin-top: 10px;
        float: left;
        width: 100%
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .content .meta time {
    display: inline-block;
    margin-right: 40px
}
.home_page_section.podcasts-hero li.listing-podcast-hero .content .meta .sponsored {
    display: inline-block
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.5);
    min-height: 60px
}
@media only screen and (max-width: 895px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls {
        padding-top: 22px
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .download {
    float: right;
    margin: 10px 0 0;
    font-size: 15px
}
@media only screen and (max-width: 895px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls .download {
        display: none
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-container {
    float: left;
    width: 85% !important;
    height: 36px !important
}
@media only screen and (max-width: 895px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-container {
        width: 100% !important
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-controls {
    height: 36px !important
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-container,
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-container .mejs-controls {
    background: none
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-container div,
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-container .mejs-controls div {
    font-size: 12px
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-playpause-button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    left: 0;
    bottom: 0px;
    position: absolute;
    background-color: #252729
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-playpause-button button {
    background-image: url("../img/play-icon.svg");
    margin: 8px 0 0 9px;
    outline: 0
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-playpause-button.mejs-pause button {
    background-image: url("../img/pause-icon.svg");
    background-position: 0 0
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-currenttime-container {
    position: absolute;
    bottom: 6px;
    left: calc(60% + 80px);
    color: #6d6f70
}
@media only screen and (max-width: 790px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-currenttime-container {
        left: calc(40% + 80px)
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-currenttime-container {
        left: 45px
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-currenttime-container:after {
    content: '/';
    display: inline-block;
    margin: 0 5px
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-duration-container {
    position: absolute;
    bottom: 6px;
    left: calc(60% + 125px);
    color: #6d6f70
}
@media only screen and (max-width: 790px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-duration-container {
        left: calc(40% + 125px)
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-duration-container {
        left: 90px
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-time-rail {
    position: absolute;
    left: 50px;
    bottom: 2px;
    width: 60% !important
}
@media only screen and (max-width: 790px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-time-rail {
        width: 40% !important
    }
}
@media only screen and (max-width: 600px) {
    .home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-time-rail {
        display: none
    }
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-time-rail .mejs-time-total {
    width: 100% !important;
    background-color: #252729;
    border-radius: 0;
    margin: 0
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-time-rail .mejs-time-current {
    background-color: #1c7db5
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-time-rail .mejs-time-loaded {
    background-color: #252729
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-volume-button {
    position: absolute;
    right: 65px;
    bottom: 0px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #252729
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-volume-button button {
    background-image: url("../img/volume-icon.svg");
    background-position: 0 0;
    margin: 8px 0 0 9px;
    width: 20px;
    height: 20px
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-volume-button.mejs-unmute button {
    background-image: url("../img/unmute-icon.svg")
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-horizontal-volume-slider {
    float: right;
    margin-top: 2px
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background-color: #373b3e
}
.home_page_section.podcasts-hero li.listing-podcast-hero .controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #1c7db5
}
@media only screen and (max-width: 600px) {
    .nav_search .mega-nav .container.podcasts .recent-news {
        margin-top: 0
    }
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast {
    width: 66.666666666666666%;
    display: block;
    float: left;
    margin-bottom: 0
}
@media only screen and (max-width: 895px) {
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast {
        width: 100%;
        padding-right: 0
    }
}
@media only screen and (max-width: 600px) {
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast {
        padding-right: 0;
        margin-bottom: 0
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .player {
        height: 175px;
        overflow: hidden
    }
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .featured-title {
    display: none
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image {
    width: 49%;
    height: auto
}
@media only screen and (max-width: 600px) {
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image {
        padding: 0;
        margin: 0;
        width: 60%;
        height: 100%;
        text-align: center;
        position: relative;
        overflow: hidden
    }
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image img {
    width: 100%;
    height: auto;
    max-width: none
}
@media only screen and (max-width: 600px) {
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image img {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: none;
        height: auto;
        width: 100%;
        position: absolute
    }
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast h2 {
    display: none
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast h2.featured-title {
    display: block;
    background: white;
    font-size: 36px;
    float: right;
    line-height: 38px;
    width: 51%;
    margin: 0;
    padding: 0 0 20px 20px
}
@media only screen and (max-width: 895px) {
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast h2.featured-title {
        float: none;
        width: 100%;
        padding: 10px 0
    }
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .meta {
    padding-top: 10px;
    position: static
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls {
    width: 51%;
    padding: 20px
}
@media only screen and (max-width: 600px) {
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls {
        width: 80%
    }
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-container {
    height: 85px !important
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-container .mejs-inner {
    border-bottom: 1px solid #666
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .download {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls {
    padding: 0
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-time.mejs-duration-container {
    right: 0;
    top: 43px
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-time.mejs-duration-container span {
    font-size: 18px;
    color: #666
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-time.mejs-currenttime-container {
    top: 43px;
    right: 60px
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-time.mejs-currenttime-container span {
    font-size: 18px;
    color: #666
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-horizontal-volume-slider {
    width: 60px;
    margin-top: 5px
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button {
    border: none;
    margin: 0
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button.mejs-play {
    float: left;
    width: 20%
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button.mejs-play button {
    background-image: url("../img/play-icon.svg")
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button.mejs-mute {
    float: left;
    width: 20%;
    margin-top: 5px
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button.mejs-mute button {
    background-image: url("../img/volume-icon.svg")
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button.mejs-pause {
    float: left;
    width: 20%
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button.mejs-pause button {
    background-image: url("../img/pause-icon.svg")
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button.mejs-unmute {
    float: left;
    width: 20%;
    margin-top: 5px
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button.mejs-unmute button {
    background-image: url("../img/unmute-icon.svg")
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-button button {
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    border: 1px solid #dedfdf;
    border-radius: 50%;
    margin: 0
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-time-rail {
    float: left;
    width: 80% !important;
    position: relative
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls .mejs-controls .mejs-time-total {
    width: 100% !important;
    margin: 5px 0 0 0
}
@media only screen and (max-width: 895px) {
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast {
        margin-bottom: 0
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast h2.featured-title {
        float: right;
        width: 51%;
        padding-left: 20px
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image {
        padding: 0;
        margin: 0;
        width: 49%;
        height: 314px;
        text-align: center;
        position: relative;
        overflow: hidden;
        max-width: none;
        float: left;
        background: white
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image img {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: none;
        position: absolute;
        width: 100%;
        height: auto;
        max-width: none
    }
}
@media only screen and (max-width: 600px) {
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast {
        width: 100%;
        float: none;
        clear: both;
        overflow: hidden
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast h2 {
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 23px;
        line-height: 25px
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image {
        padding: 0;
        margin: 0;
        width: 60%;
        height: 100%;
        text-align: center;
        position: relative;
        overflow: hidden;
        max-width: none
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image img {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-height: none;
        position: absolute;
        width: 100%;
        height: auto;
        max-width: none
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .featured-title {
        display: none !important
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .text h2 {
        display: block
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .player {
        position: relative
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .player:before {
        content: '';
        background-image: url("../img/play-icon.svg");
        position: absolute;
        left: 80%;
        display: block;
        height: 70px;
        top: 50%;
        width: 70px;
        background-size: 50px;
        border-radius: 50%;
        background-size: 50px;
        border-radius: 50%;
        background-position: center center;
        border: 2px solid #dddfdf;
        background-repeat: no-repeat;
        -webkit-transform: translate(-35px, -35px);
        -moz-transform: translate(-35px, -35px);
        -ms-transform: translate(-35px, -35px);
        -o-transform: translate(-35px, -35px);
        transform: translate(-35px, -35px)
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls {
        display: none
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .text {
        width: 100%
    }
    .nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .meta {
        position: static;
        padding-top: 10px;
        padding-bottom: 0;
        line-height: 24px
    }
}
.nav_search .mega-nav .container.podcasts .recent-news li {
    float: left;
    display: block;
    width: 33.333333333333333%
}
.nav_search .mega-nav .container.podcasts .recent-news li.advert {
    height: auto;
    max-width: 300px
}
@media only screen and (max-width: 1150px) {
    .nav_search .mega-nav .container.podcasts .recent-news li.advert {
        display: none
    }
}
.nav_search .mega-nav .container.podcasts .recent-news li.advert img {
    width: 100%;
    height: auto
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast {
    width: 100% !important
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .image {
    padding-right: 0;
    width: 25%
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .featured-title {
    background: none !important;
    padding: 0 0 0 20px !important;
    width: 75% !important;
    font-size: 22px !important;
    line-height: 25px !important
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls {
    width: 75% !important;
    height: auto;
    padding-top: 10px;
    padding-bottom: 0
}
.nav_search .mega-nav .container.podcasts .recent-news .listing-podcast .controls p {
    font-family: 'Neuton', serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px
}
.podcast-article .header-block-podcast {
    padding-top: 15px
}
.podcast-article .header-block-podcast h1 {
    width: 80%;
    margin-left: 20%;
    display: block;
    float: left;
    padding-top: 15px
}
@media only screen and (max-width: 1150px) {
    .podcast-article .header-block-podcast h1 {
        width: 100%;
        float: none;
        margin-left: 0
    }
}
.podcast-article .intro .hero_image {
    margin-bottom: 0
}
.podcast-article .popular-posts-block {
    float: left;
    padding-top: 15px;
    width: 25%
}
@media only screen and (max-width: 1150px) {
    .podcast-article .popular-posts-block {
        float: left;
        padding-top: 15px;
        width: 33.333333333333333%
    }
}
@media only screen and (max-width: 895px) {
    .podcast-article .popular-posts-block {
        display: none
    }
}
.podcast-article .popular-posts-block .popular_posts .title {
    padding-top: 13px;
    margin-bottom: 10px
}
.podcast-article .popular-posts-block .popular_posts .title h3 {
    font-size: 24px;
    color: #7d7f81;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.podcast-article .popular-posts-block .popular_posts .listing-square {
    padding-left: 0
}
.podcast-article .popular-posts-block .popular_posts .listing-square a {
    display: block
}
.podcast-article .popular-posts-block .popular_posts .listing-square a:hover h3,
.podcast-article .popular-posts-block .popular_posts .listing-square a:focus h3,
.podcast-article .popular-posts-block .popular_posts .listing-square a:active h3 {
    text-decoration: underline
}
.podcast-article .popular-posts-block .popular_posts .listing-square a:hover figure,
.podcast-article .popular-posts-block .popular_posts .listing-square a:focus figure,
.podcast-article .popular-posts-block .popular_posts .listing-square a:active figure {
    position: relative;
    display: block
}
.podcast-article .popular-posts-block .popular_posts .listing-square a:hover figure:after,
.podcast-article .popular-posts-block .popular_posts .listing-square a:focus figure:after,
.podcast-article .popular-posts-block .popular_posts .listing-square a:active figure:after {
    content: '';
    background-color: #247eb3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display: block;
    z-index: 3
}
.podcast-article .popular-posts-block .popular_posts .listing-square figure {
    position: relative;
    display: block;
    margin-top: 10px;
    height: auto
}
.podcast-article .popular-posts-block .popular_posts .listing-square img {
    display: block;
    margin: 0;
    padding: 0
}
.podcast-article .popular-posts-block .popular_posts .listing-square h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
.podcast-article .popular-posts-block .popular_posts .listing-square .meta {
    position: absolute
}
.podcast-article .popular-posts-block .popular_posts .listing-square .meta li {
    width: auto;
    float: left;
    color: #373b3e;
    font-size: 16px;
    margin-right: 10px
}
.podcast-article .popular-posts-block .popular_posts .listing-square .meta li:before {
    content: '\2219'
}
.podcast-article .popular-posts-block .popular_posts .listing-square .meta li:first-child:before {
    content: ''
}
.podcast-article .popular-posts-block .popular_posts .listing-square .meta li time {
    color: #373b3e;
    font-size: 16px
}
.podcast-article .post-block {
    overflow: hidden;
    width: 75%;
    float: left;
    padding-right: 25px
}
@media only screen and (max-width: 1150px) {
    .podcast-article .post-block {
        width: 66.666666666666666%
    }
}
@media only screen and (max-width: 895px) {
    .podcast-article .post-block {
        width: 100%;
        float: none;
        padding-right: 0
    }
}
.podcast-article .post_contents {
    border-top: none;
    width: 72%;
    margin-left: 28%;
    float: left;
    padding-top: 15px
}
.podcast-article .post_contents .podcast-individual-block {
    width: 100%
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list {
    overflow: hidden
}
@media only screen and (max-width: 600px) {
    .podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list {
        margin-left: -15px;
        margin-top: 5px;
        width: auto
    }
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list li {
    float: left;
    width: auto;
    margin-right: 10px
}
@media only screen and (max-width: 600px) {
    .podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list li {
        width: 50%;
        margin-right: 0;
        padding-left: 15px
    }
    .podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list li:nth-child(odd):last-child {
        width: 100%
    }
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list li a {
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    text-align: left;
    line-height: 32px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list li a {
        float: left;
        padding: 10px 25px;
        line-height: 20px;
        background-color: #247eb3;
        color: white;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        font-size: 16px;
        margin: 15px 0 0 0;
        text-align: center
    }
    .podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list li a:hover,
    .podcast-article .post_contents .podcast-individual-block .listing-podcast .link-list li a:focus {
        background: #2ea2e6;
        -webkit-transition: background-color 300ms linear;
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        -ms-transition: background-color 300ms linear;
        transition: background-color 300ms linear
    }
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .player .controls,
.podcast-article .post_contents .podcast-individual-block .listing-podcast .player .image {
    height: 155px
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .player .controls img,
.podcast-article .post_contents .podcast-individual-block .listing-podcast .player .image img {
    max-width: 220px
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .image {
    width: 25%
}
@media only screen and (max-width: 600px) {
    .podcast-article .post_contents .podcast-individual-block .listing-podcast .image {
        display: none
    }
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls {
    padding: 20px;
    width: 75%
}
@media only screen and (max-width: 600px) {
    .podcast-article .post_contents .podcast-individual-block .listing-podcast .controls {
        width: 100%;
        height: auto !important
    }
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-inner {
    border-bottom: 1px solid #666
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls {
    padding: 0
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-time.mejs-duration-container {
    right: 0;
    top: 43px
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-time.mejs-currenttime-container {
    top: 43px;
    right: 60px
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-time-rail {
    width: 88% !important
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-time-rail .mejs-time-total {
    width: 100% !important
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-horizontal-volume-slider {
    width: 150px
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-button.mejs-button.mejs-playpause-button {
    width: 12%
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-button.mejs-pause,
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-button.mejs-unmute,
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-button.mejs-mute {
    width: 12%
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-container {
    height: 85px !important
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .featured-title {
    display: none
}
.podcast-article .post_contents .podcast-individual-block .listing-podcast .text {
    display: none
}
@media only screen and (max-width: 1150px) {
    .podcast-article .post_contents {
        width: 100%;
        margin-left: 0
    }
}
.podcast-article .post_contents .podcast_info {
    width: 100%;
    margin: 0
}
.podcast-article .post_contents .downloads {
    clear: both;
    position: static;
    margin-top: 50px;
    padding: 0 20px 20px 20px
}
.podcast-article .post_contents .downloads ul li {
    display: inline-block;
    width: auto
}
.podcast-article .post_contents .mejs-mediaelement {
    background: #f2f3f3
}
.podcast-article .post_contents .mejs-layers {
    display: none
}
.podcast-article .post_contents .stream {
    width: 100%;
    margin: 0
}
.podcast-article .post_contents .mejs-inner {
    width: 100%;
    margin: 0
}
.podcast-article .post_contents .mejs-controls {
    padding: 20px
}
.podcast-article .post_contents .mejs-controls .mejs-time.mejs-duration-container {
    right: 20px;
    top: 60px
}
.podcast-article .post_contents .mejs-controls .mejs-time.mejs-duration-container span {
    font-size: 18px
}
.podcast-article .post_contents .mejs-controls .mejs-time.mejs-currenttime-container {
    top: 60px;
    right: 80px
}
.podcast-article .post_contents .mejs-controls .mejs-time.mejs-currenttime-container span {
    font-size: 18px
}
.podcast-article .post_contents .mejs-controls .mejs-horizontal-volume-slider {
    width: 60px;
    margin-top: 5px
}
.podcast-article .post_contents .mejs-controls .mejs-button {
    border: none;
    margin: 0
}
.podcast-article .post_contents .mejs-controls .mejs-button.mejs-play {
    float: left;
    width: 20%
}
.podcast-article .post_contents .mejs-controls .mejs-button.mejs-play button {
    background-image: url("../img/play-icon.svg")
}
.podcast-article .post_contents .mejs-controls .mejs-button.mejs-mute {
    float: left;
    width: 20%;
    margin-top: 5px
}
.podcast-article .post_contents .mejs-controls .mejs-button.mejs-mute button {
    background-image: url("../img/volume-icon.svg")
}
.podcast-article .post_contents .mejs-controls .mejs-button.mejs-pause {
    float: left;
    width: 20%
}
.podcast-article .post_contents .mejs-controls .mejs-button.mejs-pause button {
    background-image: url("../img/pause-icon.svg")
}
.podcast-article .post_contents .mejs-controls .mejs-button.mejs-unmute {
    float: left;
    width: 20%;
    margin-top: 5px
}
.podcast-article .post_contents .mejs-controls .mejs-button.mejs-unmute button {
    background-image: url("../img/unmute-icon.svg")
}
.podcast-article .post_contents .mejs-controls .mejs-button button {
    background-repeat: no-repeat;
    background-position: center center;
    padding: 15px;
    border: 1px solid #dedfdf;
    border-radius: 50%;
    margin: 0
}
.podcast-article .post_contents .mejs-controls .mejs-time-rail {
    float: left;
    width: 80% !important;
    position: relative
}
.podcast-article .post_contents .mejs-controls .mejs-time-total {
    width: 100% !important;
    margin: 5px 0 0 0
}
.podcast-article .post_meta {
    width: 20%
}
.podcast-article .post_meta .tags {
    text-align: left;
    margin-top: 40px
}
@media only screen and (max-width: 600px) {
    .news-listing {
        margin-left: 0
    }
}
.article-advert {
    margin-top: 30px;
    margin-bottom: 30px
}
.article-advert img {
    margin: 0 auto;
    display: block
}
.advert {
    margin-bottom: 30px
}
@media only screen and (max-width: 1150px) {
    .advert {
        margin: 0 auto;
        display: block
    }
}
@media only screen and (max-width: 895px) {
    .advert iframe {
        width: 100%
    }
    .advert iframe a img.img_ad {
        max-width: 100%;
        width: 68%;
        height: auto
    }
}
@media only screen and (max-width: 895px) {
    .news-listing .listing-square.featured-listing-square {
        width: 50%
    }
    .news-listing .listing-square.featured-listing-square:nth-child(3) {
        display: none
    }
}
@media only screen and (max-width: 600px) {
    .news-listing .listing-square.featured-listing-square {
        width: 100%
    }
    .news-listing .listing-square.featured-listing-square:nth-child(2) {
        display: none
    }
}
.home_page_section.news-landing .listing-square {
    padding: 0
}
.home_page_section.news-landing .listing-square:nth-child(3n+1) {
    padding-right: 20px
}
.home_page_section.news-landing .listing-square:nth-child(3n+2) {
    padding-right: 10px;
    padding-left: 10px
}
.home_page_section.news-landing .listing-square:nth-child(3n+3) {
    padding-left: 20px
}
.mobile-filters {
    display: none
}
@media only screen and (max-width: 1150px) {
    .mobile-filters {
        display: block;
        padding: 12px 15px;
        width: 31.5%;
        border: 1px solid #dddfdf;
        margin: 0 0 25px 0;
        color: #373b3e;
        position: relative;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 400
    }
    .mobile-filters:after {
        background: url("../img/dropdown-arrow.svg");
        content: '';
        position: absolute;
        right: 20px;
        top: 0;
        width: 20px;
        background-size: 20px 20px;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat
    }
    .mobile-filters.close-filters:after {
        transform: rotate(180deg)
    }
}
@media only screen and (max-width: 895px) {
    .mobile-filters {
        border-radius: 0;
        width: 100%;
        border: 1px solid #dddfdf;
        font-size: 18px;
        padding: 15px;
        color: #373b3e
    }
}
.post_contents {
    font-size: 22px;
    line-height: 28px
}
.post_contents a.image-container-left {
    margin-left: -22%;
    max-width: 500px;
    float: left;
    display: block;
    padding: 25px 25px 25px 0;
    clear: both
}
@media only screen and (max-width: 895px) {
    .post_contents a.image-container-left {
        padding-right: 0;
        width: 100%
    }
}
.post_contents a.image-container-left img {
    padding-bottom: 0
}
@media only screen and (max-width: 895px) {
    .post_contents a.image-container-left img {
        padding-right: 0;
        width: 100%
    }
}
@media only screen and (max-width: 1150px) {
    .post_contents a.image-container-left {
        margin-left: 0
    }
}
.post_contents a.image-container-right {
    margin-right: -37%;
    max-width: 500px;
    float: right;
    display: block;
    padding: 25px 0 25px 25px
}
@media only screen and (max-width: 895px) {
    .post_contents a.image-container-right {
        padding-left: 0;
        width: 100%
    }
}
.post_contents a.image-container-right img {
    padding-bottom: 0
}
@media only screen and (max-width: 895px) {
    .post_contents a.image-container-right img {
        padding-left: 0;
        width: 100%
    }
}
@media only screen and (max-width: 1150px) {
    .post_contents a.image-container-right {
        margin-right: 0
    }
}
.post_contents p {
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 32px
}
.post_contents h2 {
    font-size: 32px;
    line-height: 35px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 700
}
.post_contents h3 {
    font-size: 25px;
    line-height: 31px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 700
}
.post_contents h4 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'museo-sans', sans-serif;
    font-weight: 700
}
.post_contents blockquote {
    padding-top: 15px;
    display: block;
    max-width: 440px;
    float: left;
    clear: both;
    /*margin-left: -16%;*/
    margin-bottom: 30px
}
@media only screen and (max-width: 1150px) {
    .post_contents blockquote {
        margin-left: 0
    }
}
.post_contents blockquote p {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    font-family: 'PT Serif', serif;
    font-weight: 400
}
.post_contents blockquote p:first-child {
    max-width: 500px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    color: #247eb3;
    border-bottom: 1px solid #247eb3
}
.post_contents blockquote p:first-child:after {
    content: '"'
}
.post_contents blockquote p:first-child:before {
    background-image: url("../img/blue-quote-icon.svg");
    display: inline-block;
    height: 25px;
    width: 35px;
    background-repeat: no-repeat;
    content: '';
    background-position: top left;
    margin-left: -35px;
    margin-top: -5px
}
@media only screen and (max-width: 1150px) {
    .post_contents blockquote p:first-child:before {
        margin-left: 0
    }
}
.news-title {
    font-size: 24px;
    color: #7d7f81;
    margin-bottom: 20px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.news-title.strip-title {
    padding-bottom: 15px
}
@media only screen and (max-width: 895px) {
    .news-title {
        font-size: 22px
    }
}
@media only screen and (max-width: 600px) {
    .news-title {
        font-size: 18px;
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 895px) {
    .home_page_section.news-landing {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}
.news-strips {
    overflow: hidden
}
@media only screen and (max-width: 1150px) {
    .main {
        width: 100%;
        float: none;
        padding-left: 0
    }
}
@media only screen and (max-width: 895px) {
    .main .listing-excerpt {
        height: auto !important
    }
    .main .listing-excerpt p {
        margin-bottom: 5px
    }
    .main .listing-excerpt .meta {
        position: static;
        padding-bottom: 15px;
        padding-right: 0
    }
}
@media only screen and (max-width: 895px) {
    .article_head {
        overflow: hidden
    }
}
@media only screen and (max-width: 1150px) {
    .sub_nav #menu-stories,
    .sub_nav #video-categories {
        width: auto !important;
        position: static !important
    }
}
.sub_nav #menu-stories.static,
.sub_nav #video-categories.static {
    position: static
}
.sub_nav #menu-stories li.active,
.sub_nav #menu-stories li.current-menu-item a,
.sub_nav #video-categories li.active,
.sub_nav #video-categories li.current-menu-item a {
    background-color: #f7f7f7
}
.sub_nav #menu-stories li a,
.sub_nav #video-categories li a {
    font-size: 20px
}
@media only screen and (max-width: 1150px) {
    aside.sub_nav {
        float: none;
        padding-bottom: 15px;
        display: none;
        width: 33.33333%;
        padding-right: 15px
    }
    aside.sub_nav.mobile-show {
        display: block
    }
}
@media only screen and (max-width: 895px) {
    aside.sub_nav {
        float: none;
        padding-bottom: 15px;
        display: none;
        width: 100%;
        padding-right: 0
    }
    aside.sub_nav.mobile-show {
        display: block
    }
}
.single-post #footer.sticky .subscribe-footer {
    display: none
}
.lightbox-active {
    overflow: hidden;
    height: 100%
}
.lightbox.become-partner-lightbox .lightbox-container .attend-signup .form textarea:nth-child(odd) {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 0
}
.lightbox {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100001;
    padding: 50px 30px 0 30px;
    display: block;
    height: 100%;
    overflow-x: scroll
}
@media only screen and (max-width: 600px) {
    .lightbox {
        padding-left: 15px;
        padding-right: 15px
    }
}
.lightbox p {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .lightbox p {
        display: none
    }
}
.lightbox.contributor-lightbox .lightbox-container {
    max-width: 1000px
}
.lightbox.contributor-lightbox .lightbox-container .attend-signup body {
    padding: 0
}
.lightbox.contributor-lightbox .lightbox-container .attend-signup body #content {
    background: red
}
.lightbox.contributor-lightbox .lightbox-container .attend-signup .icon:after {
    background-image: url("../img/contributor-lightbox-icon.svg");
    background-position: right 50px;
    background-size: 200px 200px
}
.lightbox.hide {
    display: none
}
.lightbox .lightbox-container {
    position: relative;
    margin: 0 auto;
    max-width: 700px
}
.lightbox .lightbox-container .close-lightbox {
    position: absolute;
    height: 25px;
    background-position: center center;
    background-size: cover;
    width: 25px;
    top: 30px;
    right: 20px;
    background-image: url("../img/nav-close.svg");
    text-indent: -9999px;
    display: block;
    z-index: 2
}
.lightbox .lightbox-container p {
    padding: 0 0 20px;
}
.lightbox .lightbox-container .newsletter-signup {
    overflow: hidden;
    background: #35afe5;
    background: -moz-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #35afe5), color-stop(20%, #f7f7f7));
    background: -webkit-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -o-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -ms-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: linear-gradient(to right, #35afe5 20%, #f7f7f7 20%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35afe5', endColorstr='#f7f7f7', GradientType=1);
    margin-bottom: 25px;
    position: relative;
    margin-top: 25px;
	border-radius:25px;
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .newsletter-signup {
        background: white;
		margin-top:0;
    }
}
.lightbox .lightbox-container .newsletter-signup .icon {
    min-height: 10px
}
.lightbox .lightbox-container .newsletter-signup h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 24px;
	padding-bottom:0;
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .newsletter-signup h2 {
        /* font-size: 22px; */
        /* line-height: 25px; */
        /* max-width: 200px; */
		max-width:100%;
        /* margin: 0 auto; */
        text-align: center;
		padding-top:0;
    }
	.post_contents .newsletter-signup .form.live-event-form h2{
		max-width:100%;
		padding-top:0;
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .newsletter-signup p {
        font-size: 18px;
        line-height: 20px
    }
}
.lightbox .lightbox-container .newsletter-signup * {
    width: 100%
}
.lightbox .lightbox-container .newsletter-signup .icon {
    width: 20%;
    float: left
}
.lightbox .lightbox-container .newsletter-signup .icon:after {
    width: 20%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url("../img/rocket-icon.svg");
    background-repeat: no-repeat;
    background-position: top left
}
.events-landinglive .lightbox .lightbox-container .newsletter-signup .icon:after {
    background-image: url("../img/ht_live_bug_fully_white.png");
    background-size:70%;
	background-position:center 15px;
}
.post-page-form .lightbox .lightbox-container .newsletter-signup .icon:after {
    background-image: url("../img/ht_icon_white.png");
    background-size: 80px;
	background-position:center 15px;
}
/*New CSS Added*/
.lightbox .lightbox-container .live-event-form p {
    padding-top: 0;
}
/*End*/
@media only screen and (max-width: 600px) {
    /* .lightbox .lightbox-container .newsletter-signup .icon { */
        /* display: none */
    /* } */
}
.lightbox .lightbox-container .newsletter-signup .form {
    width: 80%;
    float: left;
    padding: 25px
}
.lightbox .lightbox-container .newsletter-signup .form .close-lightbox {
    position: static;
    clear: both;
    background: none;
    transform: none;
    text-indent: 0;
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 18px
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .newsletter-signup .form {
        width: 100%;
        float: none;
        padding: 25px 20px
    }
}
.lightbox .lightbox-container .newsletter-signup .form input {
    border: 1px solid #7d7f81;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    margin-bottom: 25px
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .newsletter-signup .form input {
        width: 100% !important;
        float: none;
        /* margin: 15px 0 0 0 !important; */
        padding: 10px;
        font-size: 18px;
        font-weight: 300
    }
}
.lightbox .lightbox-container .newsletter-signup .form input.name:first-child {
    width: 48%;
    margin-right: 2%
}
.lightbox .lightbox-container .newsletter-signup .form input.name:nth-child(2) {
    width: 48%;
    margin-left: 2%
}
.events-landinglive .lightbox .live-event-form form #MERGE0 {
    width: 48%;
    margin-right: 2%;
}
.events-landinglive .lightbox .live-event-form form #MERGE3 {
    width: 48%;
    margin-left: 2%;
}
.events-landinglive .lightbox .live-event-form form #MERGE3 {
    /* width: 48%; */
    /* margin-left: 2% */
}
.post_contents .newsletter-signup .form.live-event-form .radio-button{
	margin:0;
}
.post_contents .newsletter-signup .form.live-event-form .radio-button input[type=radio],
.post_contents .newsletter-signup .form.live-event-form .radio-button input[type=checkbox]{
	height:20px;
	width: 20px;
}
.post_contents .newsletter-signup .form.live-event-form .radio-button label{
	cursor:inherit;
	margin-top:0;
}
.lightbox .lightbox-container .newsletter-signup .form input[type="submit"] {
    width: 100% !important;
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 0 !important;
    /* font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif; */
    border: none;
    font-weight: 500;
}
.lightbox .lightbox-container .attend-signup {
    overflow: hidden;
    background: #35afe5;
    background: -moz-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #35afe5), color-stop(20%, #f7f7f7));
    background: -webkit-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -o-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: -ms-linear-gradient(left, #35afe5 20%, #f7f7f7 20%);
    background: linear-gradient(to right, #35afe5 20%, #f7f7f7 20%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#35afe5', endColorstr='#f7f7f7', GradientType=1);
    margin-bottom: 25px;
    position: relative;
    margin-top: 25px
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup {
        background: white
    }
}
.lightbox .lightbox-container .attend-signup .icon {
    min-height: 10px
}
.lightbox .lightbox-container .attend-signup h2 {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 24px
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup h2 {
        font-size: 22px;
        line-height: 25px;
        max-width: 200px;
        margin: 0 auto;
        text-align: center
    }
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup p {
        font-size: 18px;
        line-height: 20px
    }
}
.lightbox .lightbox-container .attend-signup * {
    width: 100%
}
.lightbox .lightbox-container .attend-signup .icon {
    width: 20%;
    float: left
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup .icon {
        display: none
    }
}
.lightbox .lightbox-container .attend-signup .icon:after {
    width: 20%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url("../img/rocket-icon.svg");
    background-repeat: no-repeat;
    background-position: top left
}
.lightbox .lightbox-container .attend-signup .form {
    width: 80%;
    float: left;
    padding: 25px
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup .form {
        width: 100%;
        float: none
    }
}
.lightbox .lightbox-container .attend-signup .form .radio-button {
    overflow: hidden;
    display: block;
    float: left;
    width: 23%;
    margin-left: 2%;
    position: relative;
    padding: 0;
    margin-bottom: 10px
}
.lightbox .lightbox-container .attend-signup .form .radio-button input[type=checkbox],
.lightbox .lightbox-container .attend-signup .form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer
}
.lightbox .lightbox-container .attend-signup .form .radio-button input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
.lightbox .lightbox-container .attend-signup .form .radio-button input[type=radio]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px
}
@media only screen and (max-width: 895px) {
    .lightbox .lightbox-container .attend-signup .form .radio-button {
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 20%
    }
    .lightbox .lightbox-container .attend-signup .form .radio-button input[type=checkbox],
    .lightbox .lightbox-container .attend-signup .form .radio-button input[type=radio] {
        margin-top: 0 !important
    }
    .lightbox .lightbox-container .attend-signup .form .radio-button.daily {
        width: 26%
    }
    .lightbox .lightbox-container .attend-signup .form .radio-button label {
        margin-bottom: 0 !important;
        font-size: 15px;
        margin-top: 7px
    }
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup .form .radio-button {
        width: 50%;
        margin-left: 0
    }
    .lightbox .lightbox-container .attend-signup .form .radio-button.daily {
        width: 50%
    }
}
.lightbox .lightbox-container .attend-signup .form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 895px) {
    .lightbox .lightbox-container .attend-signup .form label {
        font-size: 18px;
        padding-left: 25px;
        width: 100%;
        clear: both;
        float: none;
        margin: 15 0 0 0 !important
    }
}
.lightbox .lightbox-container .attend-signup .form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 20px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #7d7f81
}
@media only screen and (max-width: 895px) {
    .lightbox .lightbox-container .attend-signup .form label:before {
        width: 20px;
        height: 20px
    }
}
.lightbox .lightbox-container .attend-signup .form .msg.error {
    width: 100%;
    text-align: left;
    color: red;
    padding-top: 0;
    clear: both;
    margin-bottom: 12px;
    font-size: 14px;
    position: static;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup .form .msg.error {
        padding: 10px 0 0 0
    }
}
.lightbox .lightbox-container .attend-signup .form input,
.lightbox .lightbox-container .attend-signup .form textarea {
    border: 1px solid #dddfdf;
    font-size: 18px;
    margin: 0;
    padding: 10px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    margin-bottom: 25px
}
.lightbox .lightbox-container .attend-signup .form input.error,
.lightbox .lightbox-container .attend-signup .form textarea.error {
    border: 1px solid #f00 !important
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup .form input,
    .lightbox .lightbox-container .attend-signup .form textarea {
        width: 100% !important;
        float: none;
        margin: 15px 0 0 0 !important;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        font-weight: 300
    }
}
.lightbox .lightbox-container .attend-signup .form input:nth-child(even),
.lightbox .lightbox-container .attend-signup .form textarea:nth-child(even) {
    width: 48%;
    margin-right: 2%;
    margin-left: 0
}
.lightbox .lightbox-container .attend-signup .form input:nth-child(odd),
.lightbox .lightbox-container .attend-signup .form textarea:nth-child(odd) {
    width: 48%;
    margin-left: 2%;
    margin-right: 0
}
.lightbox .lightbox-container .attend-signup .form input.url,
.lightbox .lightbox-container .attend-signup .form textarea.url {
    width: 48%;
    margin-right: 2%;
    margin-left: 0
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup .form input.url,
    .lightbox .lightbox-container .attend-signup .form textarea.url {
        width: 100%;
        margin-right: 0
    }
}
.lightbox .lightbox-container .attend-signup .form input.btn,
.lightbox .lightbox-container .attend-signup .form textarea.btn {
    width: 48%;
    margin-left: 2%;
    margin-right: 0
}
@media only screen and (max-width: 600px) {
    .lightbox .lightbox-container .attend-signup .form input.btn,
    .lightbox .lightbox-container .attend-signup .form textarea.btn {
        width: 100%;
        margin-left: 0
    }
}
.lightbox .lightbox-container .attend-signup .form input[type="submit"],
.lightbox .lightbox-container .attend-signup .form textarea[type="submit"] {
    margin-bottom: 0;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    width: 100% !important;
    margin-top: 15px;
    margin-left: 0 !important;
    border: none;
    font-weight: 300
}
.lightbox .lightbox-container .attend-signup .form input#MERGE5,
.lightbox .lightbox-container .attend-signup .form textarea#MERGE5 {
    width: 48%;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 0
}
.lightbox .lightbox-container .attend-signup .form textarea {
    width: 100% !important;
    height: 100px;
    float: none;
    margin: 0 0 25px 0
}
.lightbox .lightbox-container .attend-signup.speak-signup .form input:nth-child(even),
.lightbox .lightbox-container .attend-signup.speak-signup .form textarea:nth-child(even) {
    width: 48%;
    margin-left: 2%;
    margin-right: 0
}
.lightbox .lightbox-container .attend-signup.speak-signup .form input:nth-child(even),
.lightbox .lightbox-container .attend-signup.speak-signup .form textarea:nth-child(even) {
    width: 48%;
    margin-right: 2%;
    margin-left: 0
}
.video-controls {
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    padding: 15px 25px
}
.video-controls .play {
    width: 40px;
    display: block;
    height: 40px;
    background: url("../img/play-icon.svg") center center no-repeat #fff;
    background-size: 25px 25px;
    text-indent: -9999px;
    float: left;
    border-radius: 50%
}
.video-controls .progress {
    position: absolute;
    padding-left: 90px;
    width: 100%;
    padding-top: 12px;
    left: 0;
    padding-right: 300px;
    height: 15px
}
.video-controls .progress .progress-container {
    position: relative;
    width: 100%;
    height: 15px;
    background: #fff
}
.video-controls .progress .progress-container .played {
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    height: 100%;
    background: #34afe4
}
.video-controls .volume-block {
    float: right;
    width: 250px
}
.video-controls .volume-block .duration {
    display: block;
    float: left;
    color: #fff;
    padding-top: 10px;
    padding-right: 15px
}
.video-controls .volume-block .volume-bar {
    overflow: Hidden;
    width: 100px;
    float: right;
    padding-top: 12px;
    padding-left: 5px
}
.video-controls .volume-block .volume-bar a {
    float: left;
    margin-left: 2%;
    height: 15px;
    width: 8%;
    background: #fff
}
.video-controls .volume-block .volume-bar a.active {
    background: #34afe4
}
.video-controls .volume-block .volume {
    width: 40px;
    display: block;
    float: left;
    height: 40px;
    background: url("../img/volume-icon.svg") center center no-repeat #fff;
    background-size: 25px 25px;
    text-indent: -9999px;
    border-radius: 50%
}
.article_head.video_head .hero_image {
    height: auto
}
.article_head.video_head .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    width: 100%
}
@media only screen and (max-width: 1150px) {
    .article_head.video_head .videoWrapper {
        width: 100%;
        padding-bottom: 56.25%;
        margin-left: 0
    }
}
.article_head.video_head .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.video-landing-block {
    overflow: hidden;
    margin-bottom: 0
}
.video-landing-block .video-listing {
    margin-left: -25px
}
@media only screen and (max-width: 600px) {
    .video-landing-block .video-listing {
        margin-left: 0
    }
}
.video-landing-block .video-listing .listing-square.listing-video {
    width: 50%;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddfdf;
    padding-bottom: 25px
}
.video-landing-block .video-listing .listing-square.listing-video .meta {
    bottom: 25px
}
.video-landing-block .video-listing .listing-square.listing-video .watching-time {
    display: block;
    float: left
}
.video-landing-block .video-listing .listing-square.listing-video:last-child {
    margin-bottom: 0;
    border-bottom: 0
}
.video-landing-block .video-listing .listing-square.listing-video:nth-child(odd):nth-last-child(2) {
    margin-bottom: 0;
    border-bottom: 0
}
@media only screen and (max-width: 600px) {
    .video-landing-block .video-listing .listing-square.listing-video {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
    .video-landing-block .video-listing .listing-square.listing-video .meta {
        bottom: 15px
    }
}
.contact-content {
    max-width: 600px;
    position: relative
}
@media only screen and (max-width: 1150px) {
    .contact-content {
        max-width: none;
        margin-top: 15px
    }
}
@media only screen and (max-width: 600px) {
    .contact-content h1 {
        font-size: 30px;
        line-height: 34px
    }
}
.contact-content .thanks-message {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
    padding: 80px 0
}
.contact-content .thanks-message h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.contact-content .thanks-message p {
    font-size: 22px;
    line-height: 28px
}
.contact-content p {
    font-size: 22px;
    line-height: 28px
}
@media only screen and (max-width: 895px) {
    .contact-content p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 300
    }
}
.contact-content form {
    display: block;
    padding: 25px 25px 0 0;
    float: left;
    width: 100%;
    clear: both;
    background: #f2f3f3;
    margin-top: 25px
}
@media only screen and (max-width: 895px) {
    .contact-content form {
        padding: 0;
        background: none
    }
}
.contact-content form .wpcf7-mail-sent-ng {
    border: none;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    margin: 0 0 25px 10px;
    color: red;
    font-size: 18px;
    line-height: 22px
}
.contact-content form label {
    width: 100%;
    padding-left: 25px;
    margin-bottom: 25px;
    clear: right;
    display: block;
    float: left
}
@media only screen and (max-width: 895px) {
    .contact-content form label {
        padding: 0
    }
}
.contact-content form label .error-message {
    display: none
}
.contact-content form label.name {
    width: 50%;
    float: left
}
@media only screen and (max-width: 895px) {
    .contact-content form label.name {
        width: 100% !important;
        float: none
    }
}
.contact-content form label.error input {
    border-color: red
}
.contact-content form label.error .error-message {
    display: block;
    padding: 15px 10px 0 10px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    color: red
}
@media only screen and (max-width: 895px) {
    .contact-content form label.error .error-message {
        font-size: 13px
    }
}
.contact-content form label .ajax-loader {
    display: none
}
.contact-content form label input {
    border: 1px solid #7d7f81;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif
}
@media only screen and (max-width: 895px) {
    .contact-content form label input {
        width: 100% !important;
        float: none;
        margin-top: 0;
        padding: 10px;
        font-size: 18px;
        font-weight: 300
    }
}
.contact-content form label input.btn {
    margin: 0;
    border: none;
    padding: 10px 25px
}
@media only screen and (max-width: 895px) {
    .contact-content form label input.btn {
        padding: 15px
    }
}
.contact-content form label textarea {
    border: 1px solid #dddfdf;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    width: 100%;
    height: 100px
}
@media only screen and (max-width: 895px) {
    .contact-content form label textarea {
        width: 100% !important;
        float: none;
        margin-top: 0;
        padding: 10px;
        font-size: 18px;
        font-weight: 300;
        height: 150px
    }
}
@media only screen and (max-width: 1150px) {
    .sponsor-content {
        margin-top: 25px
    }
}
.sponsor-content p {
    font-size: 22px;
    line-height: 28px
}
@media only screen and (max-width: 895px) {
    .sponsor-content p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 300;
        margin-bottom: 10px
    }
}
.sponsors-links {
    float: left;
    width: 80%
}
@media only screen and (max-width: 1150px) {
    .sponsors-links {
        width: 100%;
        float: none;
        margin-top: 15px
    }
}
.sponsors-links li {
    border-bottom: 1px solid #dddfdf;
    padding-bottom: 30px;
    margin-bottom: 30px
}
.sponsors-links li:last-child {
    border-bottom: none
}
@media only screen and (max-width: 600px) {
    .sponsors-links li {
        border-bottom: 1px solid #dddfdf;
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    .sponsors-links li:last-child {
        border-bottom: none;
        margin-bottom: 0
    }
}
.sponsors-links li a {
    display: block;
    overflow: hidden
}
.sponsors-links li a:hover h3,
.sponsors-links li a:focus h3,
.sponsors-links li a:active h3 {
    text-decoration: underline
}
.sponsors-links li a .first-column {
    width: 33.333333333333333%;
    float: left;
    display: block
}
.sponsors-links li a .first-column .image {
    display: block;
    max-width: 250px;
    width: 100%
}
.sponsors-links li a .first-column .image img {
    width: 100%;
    display: block
}
@media only screen and (max-width: 1150px) {
    .sponsors-links li a .first-column {
        margin: 0 auto;
        float: none;
        margin-bottom: 25px
    }
}
@media only screen and (max-width: 600px) {
    .sponsors-links li a .first-column {
        width: 100%;
        float: none;
        margin-bottom: 15px
    }
    .sponsors-links li a .first-column img {
        margin: 0 auto
    }
}
.sponsors-links li a .text {
    width: 66.666666666666666%;
    color: #373b3e;
    padding-left: 25px
}
@media only screen and (max-width: 1150px) {
    .sponsors-links li a .text {
        width: 100%;
        padding: 0;
        max-width: 450px;
        margin: 0 auto;
        display: block;
        clear: both;
        float: none
    }
    .sponsors-links li a .text h3 {
        display: none
    }
}
@media only screen and (max-width: 600px) {
    .sponsors-links li a .text {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0
    }
    .sponsors-links li a .text h3 {
        font-size: 23px;
        line-height: 25px
    }
}
.sponsors-links li a .text h3 {
    color: #247eb3;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    margin-bottom: 10px
}
@media only screen and (max-width: 600px) {
    .sponsors-links li a .text h3 {
        font-size: 26px;
        line-height: 30px
    }
}
.sponsors-links li a .text p {
    font-size: 22px;
    line-height: 28px
}
@media only screen and (max-width: 600px) {
    .sponsors-links li a .text p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 200
    }
}
@media only screen and (max-width: 1150px) {
    .about-content {
        margin-top: 25px
    }
}
.about-content p {
    font-size: 22px;
    line-height: 28px;
    width: 80%;
    width: calc(80% + 25px)
}
@media only screen and (max-width: 895px) {
    .about-content p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 200;
        width: auto
    }
}
@media only screen and (max-width: 600px) {
    .about-content {
        padding-bottom: 10px;
        margin-top: 0
    }
    .about-content h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px
    }
    .about-content p {
        font-size: 22px;
        line-height: 26px
    }
}
.about-experts {
    float: left;
    width: 80%
}
@media only screen and (max-width: 1150px) {
    .about-experts {
        width: 100%;
        float: none;
        margin-top: 25px
    }
}
.about-experts li {
    border-bottom: 1px solid #dddfdf;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
    overflow: hidden
}
.about-experts li:last-child {
    border-bottom: none
}
@media only screen and (max-width: 600px) {
    .about-experts li {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    .about-experts li:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }
}
.about-experts li .image {
    width: 33.333333333333333%;
    float: left;
    display: block
}
.about-experts li .image figure {
    width: 200px;
    height: 200px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}
@media only screen and (max-width: 895px) {
    .about-experts li .image {
        width: 50%
    }
    .about-experts li .image img {
        width: 200px
    }
}
@media only screen and (max-width: 600px) {
    .about-experts li .image {
        width: 100%;
        float: none
    }
    .about-experts li .image img {
        width: 100px
    }
}
.about-experts li .text {
    width: 66.666666666666666%;
    color: #373b3e;
    padding-left: 25px
}
@media only screen and (max-width: 895px) {
    .about-experts li .text {
        width: 50%
    }
}
@media only screen and (max-width: 600px) {
    .about-experts li .text {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0
    }
}
.about-experts li .text h3 {
    color: #373b3e;
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    margin-bottom: 10px
}
@media only screen and (max-width: 600px) {
    .about-experts li .text h3 {
        font-size: 23px;
        line-height: 25px
    }
}
.about-experts li .text h4 {
    font-size: 24px;
    color: #7d7f81;
    margin-bottom: 10px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
@media only screen and (max-width: 600px) {
    .about-experts li .text h3,
    .about-experts li .text h4 {
        text-align: center
    }
}
.about-experts li .text p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 200;
    font-family: "Neuton", serif;
    width: 70%
}
@media only screen and (max-width: 895px) {
    .about-experts li .text p {
        width: auto
    }
}
@media only screen and (max-width: 600px) {
    .about-experts li .text p {
        display: none
    }
}
.about-links {
    float: left;
    width: 80%
}
@media only screen and (max-width: 1150px) {
    .about-links {
        width: 100%;
        float: none;
        margin-top: 25px
    }
}
@media only screen and (max-width: 600px) {
    .about-links {
        margin-top: 15px
    }
}
.about-links li {
    border-bottom: 1px solid #f2f3f3;
    padding-bottom: 30px;
    margin-bottom: 30px
}
.about-links li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}
@media only screen and (max-width: 895px) {
    .about-links li {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
}
.about-links li a {
    display: block;
    overflow: hidden
}
.about-links li a:hover h3,
.about-links li a:focus h3,
.about-links li a:active h3 {
    text-decoration: underline
}
.about-links li a:hover .image,
.about-links li a:focus .image,
.about-links li a:active .image {
    position: relative;
    display: block
}
.about-links li a:hover .image:after,
.about-links li a:focus .image:after,
.about-links li a:active .image:after {
    content: '';
    background-color: #247eb3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display: block;
    z-index: 3
}
.about-links li a .image {
    width: 33.333333333333333%;
    float: left;
    display: block
}
.about-links li a .image img {
    width: 100%;
    display: block
}
@media only screen and (max-width: 895px) {
    .about-links li a .image {
        width: 50%
    }
}
@media only screen and (max-width: 600px) {
    .about-links li a .image {
        width: 100%;
        float: none
    }
    .about-links li a .image img {
        margin: 0 auto
    }
}
.about-links li a .text {
    width: 66.666666666666666%;
    color: #373b3e;
    padding-left: 25px
}
@media only screen and (max-width: 895px) {
    .about-links li a .text {
        width: 50%
    }
}
@media only screen and (max-width: 600px) {
    .about-links li a .text {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 10px;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 0;
        padding-bottom: 5px
    }
}
.about-links li a .text h3 {
    color: #247eb3;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400;
    margin-bottom: 10px
}
@media only screen and (max-width: 600px) {
    .about-links li a .text h3 {
        font-size: 23px;
        line-height: 25px
    }
}
.about-links li a .text p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 200;
    font-family: "Neuton", serif;
    width: 70%
}
@media only screen and (max-width: 895px) {
    .about-links li a .text p {
        width: auto
    }
}
@media only screen and (max-width: 600px) {
    .about-links li a .text p {
        font-weight: 200;
        font-size: 20px;
        line-height: 24px
    }
}
.about_page_user .avatar {
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 210px;
    width: 100%
}
.about_page_user .social-icons {
    margin-top: 20px;
    text-align: center
}
@media only screen and (max-width: 600px) {
    .about-experts li .text {
        margin-top: 15px
    }
    .about-experts li .text h3 {
        color: #373b3e
    }
    .about-experts li .text h4 {
        font-size: 18px
    }
}
@media only screen and (max-width: 1150px) {
    .competetion-content.article-content {
        margin-top: 25px
    }
}
.competetion-content.article-content p {
    font-size: 26px;
    line-height: 32px;
    width: 80%;
    width: calc(80% + 25px)
}
@media only screen and (max-width: 895px) {
    .competetion-content.article-content p {
        font-size: 18px;
        line-height: 20px;
        font-weight: 200;
        width: auto
    }
}
.competetion-content.article-content h1 {
    font-size: 50px;
    width: 80%;
    width: calc(80% + 25px);
    margin-bottom: 26px
}
@media only screen and (max-width: 895px) {
    .competetion-content.article-content h1 {
        font-size: 36px;
        line-height: 42px;
        width: auto;
        margin-bottom: 20px
    }
}
.competetion-content.article-content h3 {
    font-size: 36px;
    line-height: 42px;
    width: 80%;
    width: calc(80% + 25px);
    font-family: 'museo-sans', sans-serif;
    font-weight:700;
}
@media only screen and (max-width: 895px) {
    .competetion-content.article-content h3 {
        font-size: 24px;
        line-height: 28px;
        width: auto
    }
}
@media only screen and (max-width: 600px) {
    .competetion-content.article-content {
        padding-bottom: 10px;
        margin-top: 0
    }
    .competetion-content.article-content h1 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 5px
    }
    .competetion-content.article-content p {
        font-size: 22px;
        line-height: 26px
    }
}
.terms-content {
    font-size: 20px;
    line-height: 24px;
    color: #7d7f81;
    font-family: 'Neuton', serif;
    font-weight: 300
}
.terms-content p {
    margin-bottom: 18px;
    max-width: 80%
}
@media only screen and (max-width: 600px) {
    .terms-content p {
        max-width: 100%
    }
}
.terms_hero_image {
    width: 100%;
    margin-bottom: 40px;
    border-top: 1px solid #dedfdf
}
.terms_hero_image img {
    width: 100%;
    height: auto
}
.news-listing.results-list .listing-square {
    margin-bottom: 25px
}
@media only screen and (max-width: 895px) {
    .news-listing.results-list .listing-square {
        margin-bottom: 15px;
        padding-bottom: 15px
    }
    .news-listing.results-list .listing-square h2 {
        padding-bottom: 10px
    }
    .news-listing.results-list .listing-square p {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 10px;
        font-family: 'Neuton', serif;
        font-weight: 300
    }
    .news-listing.results-list .listing-square .meta {
        padding-bottom: 0;
        margin-bottom: 0;
        bottom: 15px
    }
    .news-listing.results-list .listing-square:nth-last-child(2),
    .news-listing.results-list .listing-square:last-child {
        border-bottom: none;
        margin-bottom: 0
    }
}
@media only screen and (max-width: 600px) {
    .news-listing.results-list .listing-square:nth-last-child(2) {
        border-bottom: 1px solid #dddfdf;
        margin-bottom: 15px
    }
}
.left_section.search-sidebar {
    border-top: 0;
    padding-top: 0
}
.left_section.search-sidebar .clear-all {
    float: left;
    display: none;
    clear: both;
    background: inherit;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #247eb3;
    padding: 0
}
.left_section.search-sidebar .clear-all:hover,
.left_section.search-sidebar .clear-all:focus {
    text-decoration: underline
}
.left_section.search-sidebar h2 {
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #7d7f81;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #7d7f81;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-transform: none
}
@media only screen and (max-width: 1150px) {
    .left_section.search-sidebar {
        width: 100%;
        float: none;
        margin: 0;
        display: none
    }
    .left_section.search-sidebar.mobile-show {
        display: block
    }
}
@media only screen and (max-width: 895px) {
    .search-page.main .right_section {
        padding-top: 0
    }
}
.right_section {
    font-size: 22px;
    text-align: left;
    color: #7d7f81;
    padding-bottom: 17px;
    line-height: 28px;
    overflow: hidden;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddfdf;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 1150px) {
    .right_section {
        padding-top: 15px;
        clear: both
    }
}
.right_section p {
    float: left
}
@media only screen and (max-width: 895px) {
    .right_section p {
        font-size: 14px;
        padding-top: 2px
    }
}
.right_section .sort-by {
    float: right
}
@media only screen and (max-width: 1150px) {
    .right_section .sort-by {
        width: 33.33333%;
        padding-left: 20px;
        position: relative
    }
    .right_section .sort-by .select {
        position: absolute;
        width: 67%;
        margin-left: 33%;
        left: 0
    }
}
@media only screen and (max-width: 895px) {
    .right_section .sort-by {
        width: 50%
    }
}
@media only screen and (max-width: 600px) {
    .right_section .sort-by {
        clear: both;
        width: 100%;
        margin-top: 10px;
        padding-left: 0
    }
    .right_section .sort-by .select {
        width: 80%;
        left: initial;
        right: 0;
        margin: 0;
        margin-left: 0
    }
}
.right_section .sort-by span {
    font-size: 18px
}
.right_section .select {
    display: inline-block;
    margin-left: 15px;
    border: 1px solid #dddfdf;
    line-height: 17px;
    position: relative;
    color: #373b3e
}
.right_section .select:before {
    height: 100%;
    width: 45px;
    content: '';
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 2
}
.right_section .select:after {
    height: 15px;
    width: 15px;
    content: '';
    background: url("../img/dropdown-icon.svg") no-repeat;
    position: absolute;
    right: 15px;
    top: 10px;
    pointer-events: none;
    z-index: 2
}
.right_section .select select {
    background: transparent;
    padding: 8px 60px 8px 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    border: none;
    border-radius: 0;
    -webkit-appearance: none
}
@media only screen and (max-width: 895px) {
    .right_section .select select {
        font-size: 14px;
        width: 100%
    }
}
.home_page_section.search-page-section {
    border-bottom: none
}
.no_results {
    font-size: 28px;
    color: #7d7f81;
    padding-bottom: 25px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.search-page.main {
    padding-top: 14px
}
.search-result-block {
    width: 80%;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    margin-left: 20%
}
@media only screen and (max-width: 1150px) {
    .search-result-block {
        margin-left: 0;
        float: none;
        padding-top: 15px;
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    .search-result-block {
        padding-top: 0
    }
}
.search-result-block h1 {
    padding-left: 20px;
    display: block;
    float: left;
    font-size: 40px;
    background: #fff;
    margin: 0;
    padding: 5px 15px 7px 20px;
    width: 38%
}
@media only screen and (max-width: 1150px) {
    .search-result-block h1 {
        padding-left: 0
    }
}
@media only screen and (max-width: 895px) {
    .search-result-block h1 {
        width: 100%;
        float: none;
        font-size: 26px;
        line-height: 30px
    }
}
.search-result-block form {
    display: block;
    width: 62%;
    overflow: hidden;
    background: url("../img/large-search-icon.svg") no-repeat right center;
    float: left
}
@media only screen and (max-width: 895px) {
    .search-result-block form {
        width: 100%;
        float: none;
        position: relative;
        font-size: 26px;
        line-height: 30px;
        background-size: 20px 20px
    }
}
.search-result-block form input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: url("../img/search-close.svg") no-repeat center center #dddfdf;
    border-radius: 50%
}
.search-result-block form input {
    font-size: 36px;
    width: 100%;
    padding-left: 0;
    border: none;
    position: relative;
    background: transparent;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
@media only screen and (max-width: 895px) {
    .search-result-block form input {
        font-size: 26px;
        line-height: 30px
    }
}
.search-result-block form input:focus,
.search-result-block form input:active,
.search-result-block form input:hover {
    background: none
}
.search-result-block form input[type="search"] {
    width: 100%;
    float: left;
    color: #34afe4;
    padding-right: 50px;
    border-bottom: 1px solid #dddfdf
}
.search-result-block form input[type="search"]:focus {
    border-color: #34afe4 !important;
    color: #373b3e
}
.search-result-block form input[type="submit"] {
    width: 36px;
    top: 0;
    height: 100%;
    right: 0;
    padding: 0;
    position: absolute;
    text-indent: -9999px
}
.search-result-block form input::-webkit-input-placeholder {
    color: #373b3e
}
.search-result-block form input:-moz-placeholder {
    color: #373b3e
}
.search-result-block form input::-moz-placeholder {
    color: #373b3e
}
.search-result-block form input:-ms-input-placeholder {
    color: #373b3e
}
.naytev-share-toolbar.naytev-share-horizontal {
    display: block;
    width: auto;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px;
    width: 100%
}
.naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons {
    display: block;
    width: 100%
}
.naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social {
    display: block;
    height: auto;
    float: left;
    width: auto;
    margin-right: 25px
}
.naytev-share-toolbar.naytev-share-horizontal .naytev-share-buttons .naytev-social .share-count {
    height: auto;
    font-weight: 400;
    padding: 0 20px;
    width: auto;
    font-size: 18px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 400
}
.article-content {
    width: 100%;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px
}
@media only screen and (max-width: 1150px) {
    .article-content {
        min-height: 0
    }
}
.article-content img {
    max-width: 66.666666666666666%;
    height: auto
}
@media only screen and (max-width: 895px) {
    .article-content img {
        max-width: 50%
    }
}
@media only screen and (max-width: 600px) {
    .article-content img {
        max-width: 100%
    }
}
.article-content [alt="Pin this!"] {
    max-width: 100%
}
.article-content ul,
.article-content ol {
    padding-left: 40px;
    margin-bottom: 15px
}
.article-content ul li,
.article-content ol li {
    font-size: 21px;
    line-height: 32px;
    padding-bottom: 10px;
    list-style: initial
}
.article-content .entry-content img {
    margin: 0 0 1.5em 0
}
.article-content .alignleft,
.article-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}
@media only screen and (max-width: 600px) {
    .article-content .alignleft,
    .article-content img.alignleft {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        display: block;
        padding: 15px
    }
}
.article-content .alignright,
.article-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}
@media only screen and (max-width: 600px) {
    .article-content .alignright,
    .article-content img.alignright {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        display: block;
        padding: 15px
    }
}
.article-content .aligncenter,
.article-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}
@media only screen and (max-width: 600px) {
    .article-content .aligncenter,
    .article-content img.aligncenter {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        display: block;
        padding: 15px
    }
}
.article-content .wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}
@media only screen and (max-width: 600px) {
    .article-content .wp-caption {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        display: block;
        padding: 15px
    }
}
.article-content .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}
@media only screen and (max-width: 600px) {
    .article-content .wp-caption img {
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        display: block;
        padding: 15px
    }
}
.article-content .wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}
.article-content .wp-smiley {
    margin: 0 !important;
    max-height: 1em
}
.article-content blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}
.article-content blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}
.article-content .videoWrapper {
    position: relative;
    padding-bottom: 42.1875%;
    padding-top: 25px;
    height: 0;
    margin-left: 0;
    width: 75%
}
.article-content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
@media only screen and (max-width: 1150px) {
    .article-content .videoWrapper {
        width: 66.666666666666666%;
        padding-bottom: 37.5%
    }
}
@media only screen and (max-width: 895px) {
    .article-content .videoWrapper {
        width: 50%;
        padding-bottom: 28.125%
    }
}
@media only screen and (max-width: 600px) {
    .article-content .videoWrapper {
        width: 100%;
        padding-bottom: 56.25%
    }
}
.article-content ul li {
    list-style-type: disc
}
.article-content ol li {
    list-style-type: decimal
}
.article-content a:hover,
.article-content a:focus {
    color: #34afe4;
    text-decoration: underline
}
@media only screen and (max-width: 600px) {
    .article-content {
        padding-left: 15px;
        padding-right: 15px
    }
}
.article-content h2 {
    font-family: 'PT Serif', serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
    padding-bottom: 10px
}
.article-content h3 {
    font-family: 'museo-sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
    padding-top: 20px
}
.article-content h4,
.article-content h5 {
    font-family: 'museo-sans', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 10px
}
.article-content p {
    padding-bottom: 10px;
    padding-right: 72px;
    width: 100%;
}
@media only screen and (max-width: 600px) {
    .article-content {
        font-size: 18px;
        line-height: 20px;
        font-weight: 300
    }
    .article-content h3,
    .article-content h4,
    .article-content h5 {
        font-size: 23px;
        line-height: 25px
    }
    .article-content p {
        font-size: 20px;
        line-height: 24px;
        font-weight: 300
    }
}
.article-content .wp_rp_wrap {
    border-top: 2px dotted #dddfdf;
    padding-top: 30px;
    clear: both;
    margin-top: 20px;
    border-bottom: 2px dotted #dddfdf
}
.article-content .wp_rp_wrap .wp_rp_footer {
    display: none !important
}
.article-content .wp_rp_wrap .wp_rp_content {
    width: 100% !important
}
.article-content .wp_rp_wrap .wp_rp_content h3 {
    color: #7d7f81;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px !important
}
@media only screen and (max-width: 600px) {
    .article-content .wp_rp_wrap .wp_rp_content h3 {
        font-size: 18px;
        line-height: 20px
    }
}
.article-content .wp_rp_wrap .wp_rp_content .related_post.wp_rp {
    width: 100% !important;
    padding-bottom: 30px !important
}
.article-content .wp_rp_wrap .wp_rp_content .related_post.wp_rp li {
    width: 100% !important;
    margin: 0 !important
}
.article-content .wp_rp_wrap .wp_rp_content .related_post.wp_rp li a {
    margin: 0 !important;
    padding: 0 !important;
    color: #247eb3
}
.article-content .wp_rp_wrap .wp_rp_content .related_post.wp_rp li a:hover,
.article-content .wp_rp_wrap .wp_rp_content .related_post.wp_rp li a:focus {
    text-decoration: underline
}
.article-content .wp_rp_wrap .wp_rp_content .related_post.wp_rp li .wp_rp_thumbnail {
    display: none !important
}
.article-content .wp_rp_wrap .wp_rp_content .related_post.wp_rp li .wp_rp_title {
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 24px !important
}
@media only screen and (max-width: 600px) {
    .article-content .wp_rp_wrap .wp_rp_content .related_post.wp_rp li .wp_rp_title {
        font-size: 16px !important;
        line-height: 18px !important;
        padding-bottom: 10px !important
    }
}
.article-content .zemanta-related-title {
    color: #7d7f81;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px !important;
    border-top: 2px dotted #dddfdf;
    padding-top: 30px !important
}
@media only screen and (max-width: 600px) {
    .article-content .zemanta-related-title {
        font-size: 18px;
        line-height: 20px
    }
}
.article-content .zemanta-article-ul.zemanta-article-ul-image {
    border-bottom: 2px dotted #dddfdf;
    padding-bottom: 30px !important
}
.article-content .zemanta-article-ul.zemanta-article-ul-image .zemanta-article-ul-li-image.zemanta-article-ul-li {
    width: 100% !important;
    padding-bottom: 5px !important;
    margin: 0 !important
}
.article-content .zemanta-article-ul.zemanta-article-ul-image .zemanta-article-ul-li-image.zemanta-article-ul-li img {
    display: none !important
}
.article-content .zemanta-article-ul.zemanta-article-ul-image .zemanta-article-ul-li-image.zemanta-article-ul-li a {
    padding: 0 !important;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 24px !important;
    height: auto !important;
    line-height: 30px !important
}
@media only screen and (max-width: 600px) {
    .article-content .zemanta-article-ul.zemanta-article-ul-image .zemanta-article-ul-li-image.zemanta-article-ul-li a {
        font-size: 16px !important;
        line-height: 18px !important;
        padding-bottom: 10px !important
    }
}
.article-content .suggested-posts {
    border-left: 1px solid #a3a5a6;
    padding: 0 0 0 20px;
    margin: 18px 0;
    max-width: 800px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif
}
.article-content .suggested-posts .suggested-title {
    color: #7d7f81;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0 0 8px;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif
}
@media only screen and (max-width: 600px) {
    .article-content .suggested-posts .suggested-title {
        font-size: 13px
    }
}
.article-content .suggested-posts ul {
    padding-left: 0;
    margin: 0 0 24px
}
.article-content .suggested-posts ul li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 31px
}
@media only screen and (max-width: 600px) {
    .article-content .suggested-posts ul li {
        font-size: 17px;
        line-height: 22px
    }
}
.article-content .suggested-posts ul li a {
    color: #247eb3
}
.thanks {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    padding: 100px 0
}
.thanks:before {
    width: 65px;
    height: 65px;
    background: url("../img/thanks-icon.svg");
    background-size: 65px 65px;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 100px;
    left: -85px
}
@media only screen and (max-width: 895px) {
    .thanks:before {
        position: static;
        background-position: center center;
        width: 100%;
        height: 100px;
        display: block
    }
}
@media only screen and (max-width: 895px) {
    .thanks {
        padding: 50px 0
    }
}
.thanks p {
    font-size: 22px;
    padding-bottom: 30px;
    margin-bottom: 0;
    border-bottom: none
}
.thanks p.first-thanks {
    border-bottom: 1px solid #dddfdf;
    margin-bottom: 30px
}
.thanks form .msg {
    padding: 0;
    margin: 0
}
.thanks form input {
    border: 1px solid #dddfdf;
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 10px;
    float: none;
    width: 100%;
    font-family: 'Neuton', serif
}
.thanks form input[type="submit"] {
    background-color: #247eb3;
    color: #fff;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: none;
    width: 80%;
    margin-bottom: 0;
    padding: 12px
}
@media only screen and (max-width: 895px) {
    .thanks form input[type="submit"] {
        display: block;
        width: 100%;
        background-color: #247eb3;
        color: #fff;
        clear: both;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 15px
    }
}
@media only screen and (max-width: 895px) {
    .thanks form input {
        width: 100% !important;
        float: none;
        margin-top: 15px;
        padding: 15px;
        font-size: 18px;
        text-align: center;
        font-weight: 300
    }
}
@media only screen and (max-width: 1150px) {
    .thanks form {
        width: 100%;
        float: none;
        margin: 0 auto
    }
    .thanks form label {
        margin-top: 15px
    }
    .thanks form input[type="submit"] {
        margin-top: 0
    }
}
.job-panel {
    position: relative
}
.job-panel .social-share .naytev-share-toolbar {
    position: absolute;
    top: 0;
    right: 0
}
.job-panel.social-share {
    display: inline-block;
    right: 0;
    position: absolute;
    width: 269px
}
.job-panel .social-share .naytev-share-toolbar .naytev-social {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: inline-block
}
.social-share {
    width: 1350px;
    margin: 0 auto;
    position: relative
}
.social-share .naytev-share-toolbar {
    left: auto
}
@media only screen and (max-width: 1350px) {
    .social-share .naytev-share-toolbar {
        display: none !important
    }
}
.naytev-share-toolbar.naytev-floating-share {
    top: 198px !important
}
body .naytev-share-toolbar.naytev-share-horizontal.naytev-with-share-counts .naytev-social .share-count {
    font-weight: 200;
    width: auto
}
body .naytev-floating-share {
    display: none !important
}
body .naytev-share-horizontal {
    display: none !important
}
body.single .naytev-floating-share {
    display: block !important
}
@media only screen and (max-width: 1350px) {
    body.single .naytev-floating-share {
        display: none !important
    }
}
body.single .naytev-share-horizontal {
    display: block !important
}
@media only screen and (max-width: 1350px) {
    body.single .naytev-share-horizontal {
        display: block !important
    }
}
.subscribe-advert-box {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 24px;
    padding-left: 0;
    border-top: 1px solid #dddfdf;
    border-bottom: 1px solid #dddfdf
}
@media only screen and (max-width: 600px) {
    .subscribe-advert-box {
        margin-bottom: 15px;
        padding-bottom: 20px
    }
}
.subscribe-advert-box:before {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    margin-left: calc(21% - 120px);
    border-radius: 50%;
    background-image: url("../img/mail-icon.svg");
    background-color: #2cb4ed;
    background-repeat: no-repeat;
    background-size: 600px auto;
    background-position: center 47%;
    content: ''
}
@media only screen and (max-width: 1150px) {
    .subscribe-advert-box:before {
        display: none
    }
}
.subscribe-advert-box:after {
    content: '';
    clear: both;
    display: block
}
.subscribe-advert-box h2 {
    width: 100%;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 20px
}
@media only screen and (max-width: 1150px) {
    .subscribe-advert-box h2 {
        text-align: left
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-advert-box h2 {
        font-size: 23px;
        line-height: 25px;
        max-width: none;
        margin: 0 auto
    }
}
.subscribe-advert-box .msg {
    text-align: left
}
.subscribe-advert-box form {
    width: 79%;
    float: left
}
.subscribe-advert-box form .radio-button {
    overflow: hidden;
    display: block;
    float: left;
    width: 13%;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 1%
}
.subscribe-advert-box form .radio-button input[type=checkbox],
.subscribe-advert-box form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    cursor: pointer
}
@media only screen and (max-width: 895px) {
    .subscribe-advert-box form .radio-button {
        float: left;
        margin-left: 1%;
        margin-right: 0;
        margin-top: 15px;
        margin-bottom: 20px;
        width: 15%
    }
    .subscribe-advert-box form .radio-button.daily {
        width: 20%
    }
    .subscribe-advert-box form .radio-button input[type=checkbox],
    .subscribe-advert-box form .radio-button input[type=radio] {
        margin-top: 0 !important
    }
    .subscribe-advert-box form .radio-button label {
        margin-bottom: 0 !important;
        font-size: 15px;
        margin-top: 18px
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-advert-box form .radio-button {
        width: 50%;
        margin-left: 0
    }
    .subscribe-advert-box form .radio-button.daily {
        width: 50%
    }
}
.subscribe-advert-box form .msg.error {
    width: 100%;
    padding-left: 36%;
    text-align: left;
    color: red;
    padding-top: 0;
    clear: both;
    margin-bottom: 0;
    font-size: 14px;
    position: static;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300
}
@media only screen and (max-width: 600px) {
    .subscribe-advert-box form .msg.error {
        padding: 10px 0 0 0
    }
}
.subscribe-advert-box form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left
}
@media only screen and (max-width: 895px) {
    .subscribe-advert-box form label {
        font-size: 18px;
        padding-left: 25px;
        width: 100%;
        clear: both;
        float: none;
        margin: 15 0 0 0 !important
    }
}
.subscribe-advert-box form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 20px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #7d7f81
}
@media only screen and (max-width: 895px) {
    .subscribe-advert-box form label:before {
        width: 20px;
        height: 20px
    }
}
.subscribe-advert-box form input[type=checkbox],
.subscribe-advert-box form input[type=radio] {
    display: none
}
.subscribe-advert-box form input[type=checkbox]:checked+label:before {
    content: "\2713";
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    font-size: 16px;
    line-height: 16px
}
.subscribe-advert-box form input[type=radio]:checked+label:before {
    content: "\2713";
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    font-size: 16px;
    line-height: 16px
}
.subscribe-advert-box form input {
    border: 0px solid #dddfdf;
    color: #7d7f81;
    background-color: #f3f4f4;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif
}
.subscribe-advert-box form input.error {
    border: 2px solid red !important
}
.subscribe-advert-box form input[type="text"] {
    width: 16%;
    padding-right: 20px;
    margin-right: 2%
}
.subscribe-advert-box form input[type="text"]#EMAIL {
    width: 24%
}
@media only screen and (max-width: 895px) {
    .subscribe-advert-box form input[type="text"]#EMAIL {
        width: 100%
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-advert-box form input[type="text"] {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}
.subscribe-advert-box form input[type="email"] {
    width: 25%;
    padding-right: 20px;
    margin-right: 2%
}
@media only screen and (max-width: 895px) {
    .subscribe-advert-box form input[type="email"] {
        width: 49%;
        float: left
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-advert-box form input[type="email"] {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}
.subscribe-advert-box form input[type="submit"] {
    width: 9%;
    background-color: #247eb3;
    color: #fff;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 11px
}
@media only screen and (max-width: 895px) {
    .subscribe-advert-box form input[type="submit"] {
        display: block;
        width: 10%;
        margin-left: 2%;
        float: left;
        background-color: #247eb3;
        color: #fff;
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        font-weight: 300;
        text-align: center;
        font-size: 18px;
        padding: 10px;
        margin-top: 15px
    }
}
@media only screen and (max-width: 600px) {
    .subscribe-advert-box form input[type="submit"] {
        width: 100%;
        clear: both;
        float: none;
        margin: 0
    }
}
@media only screen and (max-width: 895px) {
    .subscribe-advert-box form input {
        font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
        width: 100%;
        float: none;
        margin-top: 15px;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        font-weight: 300
    }
    .subscribe-advert-box form input#MERGE1 {
        margin-right: 1%;
        margin-left: 0;
        width: 49%;
        float: left
    }
    .subscribe-advert-box form input#MERGE2 {
        margin-left: 1%;
        margin-right: 0;
        float: left;
        width: 49%
    }
    .subscribe-advert-box form input[type="text"]#EMAIL {
        width: 49%;
        margin-right: 1%;
        float: left;
        margin-left: 0
    }
}
@media only screen and (max-width: 1150px) {
    .subscribe-advert-box form {
        width: 100%;
        float: none;
        margin: 0 auto
    }
    .subscribe-advert-box form label {
        margin-top: 15px
    }
}
@media only screen and (max-width: 780px) {
    .single-post .jscroll-added.first .single-post-ad {
        margin-top: -21px
    }
}
.touch .ad.single-post-ad {
    width: 100vw !important
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    .touch .ad.single-post-ad {
        max-width: 768px
    }
}
.jscroll-added.first .single-post-ad {
    margin-top: -30px
}
.ad.single-post-ad {
    margin-bottom: 30px;
    margin-top: 0;
    margin-left: calc(608px - 50vw);
    height: 520px;
    width: calc(100vw - 17px);
    padding: 10px 0;
    background-color: #f2f3f3
}
.ad.single-post-ad .ad-container {
    width: 1790px;
    height: 500px;
    margin-left: auto;
    margin-right: auto
}
@media only screen and (max-width: 1808px) {
    .ad.single-post-ad {
        height: 500px;
        padding: 0
    }
    .ad.single-post-ad .ad-container {
        width: 100%
    }
}
@media only screen and (max-width: 1260px) {
    .ad.single-post-ad {
        margin-left: -30px;
        margin-right: auto
    }
}
@media only screen and (max-width: 1000px) {
    .ad.single-post-ad {
        height: 660px;
        padding: 10px 0
    }
    .ad.single-post-ad .ad-container {
        width: 768px;
        height: 640px;
        margin-left: auto;
        margin-right: auto
    }
}
@media only screen and (max-width: 830px) {
    .ad.single-post-ad {
        height: 500px
    }
    .ad.single-post-ad .ad-container {
        width: 480px;
        height: 480px
    }
}
@media only screen and (max-width: 600px) {
    .ad.single-post-ad {
        margin-left: -15px
    }
}
@media only screen and (max-width: 510px) {
    .ad.single-post-ad {
        height: 420px
    }
    .ad.single-post-ad .ad-container {
        width: 320px;
        height: 400px
    }
}
.inline-banner-holder {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 42px;
    margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
    .intro .text {
    width: 100%;
    padding-right: 0px;
    }
    .article-content p {
    padding-bottom: 10px;
    padding-right: 0px;
    width: 100%;
    }
}
.search-page.main {
    padding-top: 14px;
    width: 100%;
    padding-left: 0;
}
.search-page.main .right_section {
    padding-left: 0;
}
.search-page.main .listing-square {
    width: 25%;
    padding: 0 10px;
}
.contributors .panel-members {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1199px){
	.search-page.main .listing-square {
		width: 33.33%;
	}
}
@media only screen and (max-width: 895px){
	.search-page.main .listing-square {
		width: 50%;
	}
}
@media only screen and (max-width: 600px){
	.search-page.main .listing-square {
		width: 100%;
	}
}
.post-page-form .newsletter-lightbox .lightbox-container{
	max-width: 900px;
}
.post-page-form h2{
    margin-bottom: 12px;
    margin-top: 15px;
	line-height:35px;
	padding-bottom:10px;
}
.post-page-form p{
	font-family: 'Neuton', serif;
}
/* .post-page-form .lightbox .lightbox-container .newsletter-signup .icon:after{ */
	/* background-size:auto; */
/* } */
.post-page-form .newsletter-signup .form .msg {
    padding: 0;
    margin: 0;
}
.post-page-form .newsletter-signup * {
    width: 100%;
}
.post-page-form .lightbox form #MERGE0,
.post-page-form .lightbox form #MERGE1 {
    width: 48%;
    margin-right: 2%;
    float: left;
}
.post-page-form .lightbox form #MERGE2 {
    width: 48%;
    margin-left: 2%;
    float: left;
}
.post-page-form .lightbox form #MERGE3 {
    width: 48%;
    margin-left: 2%;
    float: left;
}
.post-page-form .newsletter-signup .form input.error {
    border: 1px solid #AA2317 !important;
	box-shadow:0 0 8px #AA2317;
}

.post-page-form .lightbox form .radio-button {
    overflow: hidden;
    display: block;
    float: left;
    width: 23%;
    margin-left: 2%;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.post-page-form .newsletter-signup .form .radio-button {
    clear: both;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    width: auto;
    position: relative;
    padding: 0;
}
.post-page-form .newsletter-signup .form .radio-button {
    margin: 0;
}
.post-page-form .newsletter-signup .form .radio-button input[type=checkbox],
.post-page-form .newsletter-signup .form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 10px;
    height: 30px;
    width: 30px;
    opacity: 0;
    z-index: 1;
	cursor:pointor;
}
.post-page-form .newsletter-signup .form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    float: none;
    padding-bottom: 0;
    float: left;
    font-family: 'Gotham Narrow A', 'Gotham Narrow B', sans-serif;
    font-weight: 300;
    text-align: left;
}
.post-page-form .newsletter-signup .form.live-event-form .radio-button label {
    cursor: inherit;
    margin-top: 0;
	line-height:24px;
}
.post-page-form .lightbox form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 20px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #7d7f81;
	top:6px;
}
.post-page-form .newsletter-signup .form input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px;
}
.post-page-form .newsletter-signup .form input[type=checkbox].error+label:before,
.newsletter-signup .form input[type=checkbox].error+label:before,
.post-page-form .newsletter-signup .form input[type=radio].error+label:before,
.newsletter-signup .form input[type=radio].error+label:before {
    border-color: #AA2317;
    box-shadow: -2px 1px 6px 0px #AA2317;
    border-width: 1.5px;
    color: #AA2317;
}
.post-page-form + .hero_image {
    display: none;
}
.post-page-form .newsletter-signup{
	margin-bottom:50px !important;
}
@media only screen and (max-width: 895px){
.post-page-form .lightbox.newsletter-lightbox {
    margin-top: 15px !important;
}
}
@media only screen and (max-width: 600px){
	.post-page-form .newsletter-signup .form .radio-button {
		margin-top: 10px;
	}
	
	.lightbox .lightbox-container .close-lightbox {
		top:10px;
		right:10px;
	}
}
.lightbox.newsletter-lightbox {
    z-index: 10000;
}
body.single-format-standard .post-page-form+ .article_head .hero_image,
body.single-format-standard .post-page-form+ .article_head .header_top .sponsored-author,
body.single-format-standard .post-page-form+ .article_head+ .post_contents,
body.single-format-gallery .post-page-form+ .article_head .hero_image,
body.single-format-gallery .post-page-form+ .article_head .header_top .sponsored-author,
body.single-format-gallery .post-page-form+ .article_head+ .post_contents{
	display:none;
}
body.single-format-standard .post-page-form .playpost,
body.single-format-gallery .post-page-form .playpost{
	background-image:url(../img/eye-3-128.png);
	/* background-color: rgba(255,255,255,0.8); */
    background-size: 60%;
}
/* body.single-format-gallery .post-page-form+ .article_head .header_top h1 { */
    /* display: block; */
    /* padding-left: 40px; */
    /* padding-right: 40px; */
/* } */
body.single-format-standard .post-page-form+ .article_head .header_top h1 {
    display: block;
}
@media only screen and (max-width: 1024px){
	/* body.single-format-gallery .post-page-form+ .article_head .header_top h1 { */
		/* padding-left: 20px; */
		/* padding-right: 20px; */
	/* } */
	body.single-format-standard .post-page-form+ .article_head .intro .text .excerpt,
	body.single-format-gallery .post-page-form+ .article_head .intro .text .excerpt{
		font-size:20px;
	}
}
body #pelcro-app #pelcro-view-dashboard {
    top: 75px !important;
    z-index: 100000000 !important;
}
body #pelcro-app #pelcro-view-dashboard .pelcro-prefix-dashboard-block.logo {
    padding: 10px 20px 10px !important;
}
body #pelcro-app #pelcro-view-menu {
    display: none;
}
a.pelcro-login-button {
    cursor: pointer;
}
/*@media only screen and (min-width: 576px) {
	body #pelcro-app .pelcro-prefix-modal-dialog-centered {
		margin-top: 60px !important;
	}
}*/
.single-format-audio .podcast-article .header-block-podcast h1 {
    margin-left: 0;
    width: 100%;
	float:none;
}
.single-format-audio .podcast-article .post-block {
    width: 100%;
    padding-right: 0;
}
body.single-format-audio .post-page-form + .article_head .intro .hero_image,
body.single-format-audio .post-page-form + .article_head .intro .text .post_meta,
body.single-format-audio .post-page-form + .article_head .intro .hero_image,
body.single-format-audio .post-page-form + .article_head .intro .header_top .author,
body.single-format-audio .post-page-form + .article_head+ .post_contents {
    display: none !important;
}
body.single-format-audio .podcast-individual-block {
    padding: 0;
}
body.single-format-audio .article-content .podcast-individual-block .image img {
    vertical-align: middle;
}
body.single-format-audio .podcast-article .post_contents .podcast-individual-block .listing-podcast .player .controls,
body.single-format-audio .podcast-article .post_contents .podcast-individual-block .listing-podcast .player .image {
    height: auto;
}

body.single-format-audio .podcast-article .post_contents .podcast-individual-block .listing-podcast .image {
    width: 25%;
    max-width: 170px;
}
body.single-format-audio .podcast-article .post_contents .podcast-individual-block .listing-podcast .controls{
	width:calc(100% - 170px);
}
body.single-format-audio .podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-container{
	width: 100% !important;
}
@media only screen and (max-width: 600px){
	body.single-format-audio .podcast-article .post_contents .podcast-individual-block .listing-podcast .controls {
		width: calc(100% - 0px);
	}
	body.single-format-audio .podcast-article .post-block .post_contents{
		margin-top:0;
		padding-top:0;
	}
	body.single-format-audio .podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-container{
		min-width:100% !important;
	}
	body.single-format-audio .podcast-article .post_contents .podcast-individual-block .listing-podcast .controls .mejs-controls .mejs-horizontal-volume-slider{
		display:none !important;
	}
}	
body.close-lightbox.lightbox-active {
    overflow: auto;
}
@media only screen and (max-width: 900px){
	.channel-stories {
		height: auto !important;
	}
	.channel-stories .ds {
		position: relative !important;
		left: inherit !important;
		top: inherit !important;
		vertical-align: top;
		height: auto;
	}
}

.events-landinglive .listing-event h1.future-event-title {
    margin-bottom: 15px;
	width:100%;
}
.events-landinglive .listing-event h1.future-event-title + a{
	background-color: #FF601D !important;
	margin-top:0;
	margin-bottom:5px;
}
.events-landinglive .listing-event h1.future-event-title + a+ .meta{
	margin-top:5px;
}
.events-landinglive .listing-event figure a.attend-btn{
	position:relative;
}
.events-landinglive .listing-event figure a.attend-btn:after {
    content: "";
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
@media only screen and (max-width: 600px){
	.events-landinglive .listing-event h1.future-event-title {
		margin-bottom: 10px;
	}
	.events-landinglive .listing-event h1.future-event-title + a{
		float:right;
		max-width:185px;
		margin-top:0;
	}
	.events-landinglive .listing-event h1.future-event-title + a+ .meta {
		float: left;
		clear: none;
		padding-bottom: 0;
		margin: 0;
	}
}
@media only screen and (max-width: 420px){
	.events-landinglive .listing-event h1.future-event-title + a{
		max-width:160px;
		font-size:15px !important;
	}
	.events-landinglive .listing-event h1.future-event-title + a+ .meta .time,
	.events-landinglive .listing-event h1.future-event-title + a+ .meta .date {
		font-size:15px;
	}
}

@media only screen and (max-width: 340px){
	.events-landinglive .listing-event h1.future-event-title + a{
		max-width:150px;
		font-size:14px !important;
	}
	.events-landinglive .listing-event h1.future-event-title + a+ .meta .time,
	.events-landinglive .listing-event h1.future-event-title + a+ .meta .date {
		font-size:14px;
	}
}

/* 14-07-2020 register login button in header */
@media only screen and (max-width: 720px){
	.htheader .cm-headerright a,
	.htheader .cm-headerleft a{
		font-size:16px;
	}
}

@media only screen and (max-width: 520px){
	.htheader .cm-headerright a,
	.htheader .cm-headerleft a{
		font-size:12px !important;
	}
}

@media only screen and (max-width: 414px){
	.htheader .cm-headerright a,
	.htheader .cm-headerleft a{
		font-size:11px !important;
	}
}

@media only screen and (max-width: 370px){
	.htheader .cm-headerright a,
	.htheader .cm-headerleft a{
		font-size:10px !important;
	}
}

/* New Past panel videos design 20-07-2020 */
.past-post-conetnt .events-landinglive .listing-event h1{
	display:block;
	width:100%;
}
.past-post-conetnt .title.live-section-title{
	width:100%;
}
.past-post-conetnt .events-landinglive .listing-event .title h1{
	font-size:18px;
	margin:0;
}
.past-post-conetnt .past-panel-video {
    border-bottom: 1px solid;
    margin-bottom: 25px;
}
.past-post-conetnt .summary.article-content-series p {
    padding-right: 0;
    width: 100%;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 32px;
	color:#373b3e;
}
.past-post-conetnt .summary.article-content-series .excerpt p {
    padding-right: 0;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 10px;
    /* color: #333333; */
    font-weight: 300;
    font-family: 'calluna', serif;
    color: #373b3e;
}

.home_page_section .contents.past-post-conetnt {
    width: 100%;
    margin-left: 0;
    clear: both;
    display: block;
}
.past-panel-video .home_page_section .title {
    float: none;
    width: 100%;
    display: block;
    clear: both;
}
.past-panel-video .home_page_section .title h2 {
    margin-top: 0;
    margin-left: -4px;
    padding-left: 0;
    color: #373b3e;
    font-weight: bold;
    font-size: 18px;
}
.past-panel-video .event-playlist-list {
    display: block;
    width: 100%;
    clear: both;
}
.past-panel-video .event-playlist-list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
	list-style:none;
}
.past-panel-video .event-playlist-list ul li {
    flex: 0 18%;
    max-width: 18%;
    margin-right: 2%;
	list-style:none;
}
.past-panel-video .event-playlist-list ul li:nth-child(5n) {
    margin-right: 0;
}
.past-panel-video .event-playlist-list ul li figure {
    position: relative;
    display: block;
    clear: both;
}

.past-panel-video .event-playlist-list ul li figure span {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-repeat: no-repeat;
    text-align: left;
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    background: #34afe4;
    line-height: 20px;
	display:none;
}
.past-panel-video .event-playlist-list ul li.now-playing figure span {
	display:block;
}
.past-panel-video .event-playlist-list ul li.now-playing figure,
.past-panel-video .event-playlist-list ul li:hover figure {
    box-shadow: 0px 0px 1px 4px #34afe4;
}
.past-panel-video .event-playlist-list ul li.now-playing figure:before {
    content: "";
    text-indent: -9999px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    z-index: 2;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
}
.past-panel-video .event-playlist-list ul li:hover figure:before {
    content: "";
    text-indent: -9999px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    z-index: 2;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.2);
}
.events-landinglive .listing-event .past-panel-video .event-playlist-list ul li a:hover figure:after{
	display:none;
}
.past-panel-video .event-playlist-list ul li .playlist-text h3 {
    margin: 0 !important;
    padding: 10px 0 0;
    float: none;
    display: block;
    width: 100%;
    font-size: 17px;
    color: #373b3e;
}
.past-panel-video .event-playlist-list ul li a {
    text-decoration: none;
}

@media only screen and (max-width: 640px){
	.past-panel-video .event-playlist-list ul li {
		flex: 0 23%;
		max-width: 23%;
		margin-right: 2%;
		list-style: none;
	}
	.past-panel-video .event-playlist-list ul li:nth-child(5n){
		margin-right:2%;
	}
	.past-panel-video .event-playlist-list ul li:nth-child(4n){
		margin-right:0;
	}
}
@media only screen and (max-width: 600px){
	.past-post-conetnt .summary.article-content-series p {
		font-size: 20px;
		line-height: 24px;
		font-weight: 300;
	}
	.past-post-conetnt .summary.article-content-series .excerpt p{
		font-size: 26px;
		line-height: 34px;
		font-weight: 300;
	}
}
@media only screen and (max-width: 575px){
	.past-panel-video .event-playlist-list ul li {
		flex: 0 31%;
		max-width: 31%;
		margin-right: 2%;
		list-style: none;
	}
	.past-panel-video .event-playlist-list ul li:nth-child(4n){
		margin-right:2%;
	}
	.past-panel-video .event-playlist-list ul li:nth-child(3n){
		margin-right:0;
	}
}
@media only screen and (max-width: 479px){
	.past-panel-video .event-playlist-list ul li {
		flex: 0 47%;
		max-width: 47%;
		margin-right: 6%;
		list-style: none;
	}
	.past-panel-video .event-playlist-list ul li:nth-child(3n),
	.past-panel-video .event-playlist-list ul li:nth-child(5n){
		margin-right:6%;
	}
	.past-panel-video .event-playlist-list ul li:nth-child(2n){
		margin-right:0;
	}
}
@media only screen and (max-width: 380px){
	.past-panel-video .event-playlist-list ul li {
		flex: 0 100%;
		max-width: 100%;
		margin-right: 0%;
		list-style: none;
		margin-bottom:15px;
	}
	.past-panel-video .event-playlist-list ul li:last-child{
		margin-bottom:0;
	}
	.past-panel-video .event-playlist-list ul li:nth-child(2n),
	.past-panel-video .event-playlist-list ul li:nth-child(3n),
	.past-panel-video .event-playlist-list ul li:nth-child(5n){
		margin-right:0%;
	}
	.past-panel-video .event-playlist-list ul li a {
		text-decoration: none;
		display: flex;
	}
	.past-panel-video .event-playlist-list ul li a .playlist-text {
		flex: 0 50%;
		max-width: 50%;
		padding-left: 20px;
	}
	.past-panel-video .event-playlist-list ul li a .playlist-text h3{
		padding: 0;
		font-size:15px;
	}
}
/*---- new popup form layout css-----------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
.header-signup-lightbox .lightbox-container,
.lightbox.post-single-form-layout .lightbox-container,
.lightbox.post-double-form-layout .lightbox-container {
    margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif !important;
}

.cm-top-space .lightbox.header-signup-lightbox {
    margin-top: 75px !important;
    padding: 30px 30px 50px 30px !important;
}
.header-signup-lightbox.lightbox,
.lightbox.post-single-form-layout,
.lightbox.post-double-form-layout{
	display:flex;
	align-items:center;
}

.header-signup-lightbox.lightbox.hide,
.post-single-form-layout.lightbox.hide,
.lightbox.post-double-form-layout.hide{
	display:none;
}
/* .single-format-aside .lightbox{ */
	/* padding: 30px 30px 50px 30px !important; */
/* } */
/* .lightbox.header-signup-lightbox{ */
	/* padding:20px 30px 20px 30px !important; */
/* } */
.header-signup-lightbox .lightbox-container,
.lightbox.post-double-form-layout .lightbox-container,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container{
    max-width: 100%;
}
.lightbox.post-single-form-layout .lightbox-container{
    max-width: 650px;
}
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup {
    display: block;
	margin:0;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side{
	width:35%;
	padding:75px 30px;
	float:none;
	height:auto;
}
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form{
	width:100%;
	padding:40px 30px;
	float:none;
	height:auto;
	font-family: 'Montserrat', sans-serif !important;
}
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side {
    overflow: hidden;
    background: #0090D6;
	display:block;
	align-items: center;
}
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form {
    overflow: hidden;
    background: #000000;
	display:block;
	align-items: center;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout .icon.popup-left-side{
	padding-top:168px;
	padding-bottom:168px;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form{
	width:65%;
	padding:55px;
	float:none;
	font-family: 'Montserrat', sans-serif !important;
}
.header-signup-lightbox .lightbox-container .newsletter-signup  .single-form-layout .form{
    padding-left: 13%;
    padding-right: 13%;
}
.header-signup-lightbox .lightbox-container .close-lightbox img,
.lightbox.post-single-form-layout .lightbox-container .close-lightbox img,
.lightbox.post-double-form-layout .lightbox-container .close-lightbox img,
.lightbox-container .close-lightbox img,
#header-form-app .close-header-form img,
.lightbox.slide-signup-lightbox .lightbox-container .slidein-close-lighbox img {
    width: 20px;
    vertical-align: middle;
	display:inline-block !important;
}
.header-signup-lightbox .lightbox-container .close-lightbox,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .close-lightbox,
.lightbox.post-single-form-layout .lightbox-container .close-lightbox,
.lightbox.post-double-form-layout .lightbox-container .close-lightbox,
.lightbox-container .close-lightbox,
.lightbox.slide-signup-lightbox .lightbox-container .slidein-close-lighbox {
    width: auto !important;
    top: 15px;
    right: 15px !important;
	background-image:none !important;
	text-indent:0 !important;
	color:#fff;
	outline:0 !important;
	font-size:16px;
	cursor:pointer;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .icon:after,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon:after,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon:after,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon:after,
.single-format-aside .lightbox .lightbox-container .newsletter-signup .icon:after{
	display:none;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout,
.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form,
.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-studio,
.header-signup-lightbox .lightbox-container .newsletter-signup .header-update-profile,
.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-popup,
.header-signup-lightbox .lightbox-container .newsletter-signup .forgot-form{
	display:flex;
	align-items: center;
	font-family: 'Montserrat', sans-serif !important;
	/* min-height: 500px; */
}

.header-signup-lightbox .lightbox-container .newsletter-signup,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup {
    overflow: hidden;
    background: #0090D6;
    background: -moz-linear-gradient(left, #0090D6 35%, #000000 20%);
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #0090D6), color-stop(20%, #000000));
    background: -webkit-linear-gradient(left, #0090D6 35%, #000000 20%);
    background: -o-linear-gradient(left, #0090D6 35%, #000000 20%);
    background: -ms-linear-gradient(left, #0090D6 35%, #000000 20%);
	background: linear-gradient(to right, #0090D6 35%, #000000 20%);
	display:flex;
	align-items: center;
	padding:0;
}
.lightbox .lightbox-container .newsletter-signup{
	padding:0;
}
.lightbox.header-signup-lightbox p,
.events-landinglive .lightbox.post-double-form-layout p,
.lightbox.post-single-form-layout p,
.lightbox.post-double-form-layout p {
    font-size: 14px;
}
.header-update-profile.hide,
.forgot-form.hide,
.reset-password-form.hide{
	display:none !important;
}
.lightbox.header-signup-lightbox .lightbox-container .newsletter-signup .form .close-lightbox,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .close-lightbox,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .close-lightbox,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .close-lightbox,
.lightbox-container .newsletter-signup .form .close-lightbox {
    position: static;
    clear: both;
    background: none;
    transform: none;
    text-indent: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 20px auto 0;
    color: #00A6FF;
	margin-left: 0;
	margin-right: 0;
	text-transform: capitalize;
}
.lightbox.header-signup-lightbox .lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox,
.lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox {
	flex: 0 0 48%;
	max-width: 48%;
}
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .close-lightbox {
    flex: 0 0 100%;
    max-width: 100%;
}
.header-signup-lightbox .popup-table,
.events-landinglive .lightbox.post-double-form-layout .popup-table,
.lightbox.post-single-form-layout .popup-table,
.lightbox.post-double-form-layout .popup-table {
    /* transform: translate(0px, 40%); */
	text-align:center;
	color:#fff;
	/* padding:0 30px; */
}
.header-signup-lightbox .icon-center,
.events-landinglive .lightbox.post-double-form-layout .icon-center,
.lightbox.post-single-form-layout .icon-center,
.lightbox.post-double-form-layout .icon-center {
    text-align: center;
	margin-bottom:10px;
}
.header-signup-lightbox .icon-center img,
.events-landinglive .lightbox.post-double-form-layout .icon-center img,
.lightbox.post-single-form-layout .icon-center img,
.lightbox.post-double-form-layout .icon-center img {
    max-width: 90px !important;
    margin: 0 auto;
}
.header-signup-lightbox .popup-left-content,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content,
.lightbox.post-single-form-layout .popup-left-content,
.lightbox.post-double-form-layout .popup-left-content {
    max-width: 100%;
    margin: 0 auto;
}
.header-signup-lightbox .popup-left-content h2,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content h2,
.lightbox.post-single-form-layout .popup-left-content h2,
.lightbox.post-double-form-layout .popup-left-content h2 {
    line-height: 30px;
    margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:500 !important;
}
.header-signup-lightbox .popup-left-content p,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content p,
.lightbox.post-double-form-layout .popup-left-content p,
.lightbox .lightbox-container .newsletter-signup p{
	font-family: 'Montserrat', sans-serif !important;
	font-size:18px;
	line-height:30px;
	font-weight:500;
	color:#fff;
}

.lightbox.post-single-form-layout .popup-left-content p{
	font-family: 'Montserrat', sans-serif !important;
	font-size:18px;
	line-height:30px;
	font-weight:500;
	color:#fff;
	margin-bottom:0;
	padding-bottom:0;
}
.lightbox .lightbox-container .newsletter-signup .form-hr-seprator p,
.lightbox.post-single-form-layout .newsletter-signup .form-hr-seprator p,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form-hr-seprator p {
	font-family: 'Montserrat', sans-serif !important;
	font-size:14px;
	line-height:18px;
	font-weight:500;
}
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form-hr-seprator p{
	font-family: 'Montserrat', sans-serif !important;
	font-size:14px;
	line-height:18px;
	font-weight:500;
}
.post_contents .newsletter-signup .form label,
.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form label{
	font-family: 'Montserrat', sans-serif !important;
	font-size:14px;
	line-height:30px;
	font-weight:500;
}
.header-signup-lightbox .single-form-layout .popup-left-content h2,
.events-landinglive .lightbox.post-double-form-layout .single-form-layout .popup-left-content h2,
.lightbox.post-single-form-layout .single-form-layout .popup-left-content h2,
.lightbox.post-double-form-layout .single-form-layout .popup-left-content h2,
.header-signup-lightbox .forgot-form .popup-left-content h2 {
    line-height: 30px;
    margin-bottom: 10px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:500 !important;
}
.header-signup-lightbox .popup-left-content ul,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content ul,
.lightbox.post-double-form-layout .popup-left-content ul {
    text-align: center;
    padding-left: 0px;
	max-width: 100%;
}
.header-signup-lightbox .popup-left-content ul li,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content ul li,
.lightbox.post-double-form-layout .popup-left-content ul li {
    margin-bottom: 15px;
    line-height: 24px;
    position: relative;
	font-family: 'Montserrat', sans-serif !important;
}
.header-signup-lightbox .popup-left-content ul li:before,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content ul li:before,
.lightbox.post-double-form-layout .popup-left-content ul li:before {
    content: "-";
    position: absolute;
    left: -15px;
	top:-2px;
	display:none;
}
.header-signup-lightbox .popup-left-content h4,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
.lightbox.post-single-form-layout .popup-left-content h4,
.lightbox.post-double-form-layout .popup-left-content h4 {
    font-size: 18px;
    line-height: 30px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight:500;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container input,
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container textarea,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .input-container input,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input {
    float: none;
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
	padding-left: 50px;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	margin-bottom:40px;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container textarea {
    padding-top: 15px;
    padding-bottom: 10px;
    height: 50px;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container textarea:focus {
    outline: 0 none;
    box-shadow: none;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container input[readonly],
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input[readonly],
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .input-container input[readonly],
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input[readonly] {
	border:1px solid #969FAA;
}

.header-signup-lightbox .lightbox-container .newsletter-signup .form.header-login-form .input-container input,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form.header-login-form .input-container input,
.header-signup-lightbox .lightbox-container .newsletter-signup .form.after-login-form .input-container input {
    margin-bottom: 25px;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form input[type="submit"],
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input[type="submit"],
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form input[type="submit"],
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input[type="submit"],
.header-signup-lightbox .lightbox-container .newsletter-signup .form input#signin {
    border-radius: 30px;
    min-height: 55px;
	background-color:#0090D6 !important;
	float:none;
	border:0 !important;
	font-family: 'Montserrat', sans-serif !important;
}
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input[type="submit"] {
    margin-top: 30px;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form.header-login-form input[type="submit"],
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form.header-login-form input[type="submit"] {
    margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif !important;
	/* margin-top:25px; */
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form a.header-forgot-form-lightbox,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form a.header-forgot-form-lightbox {
    text-align: center;
    display: block;
    padding: 0;
	font-size:14px;
    float: none;
    clear: left;
    color: #00A6FF !important;
	font-family: 'Montserrat', sans-serif !important;
	outline:0;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout .form a.header-forgot-form-lightbox,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout .form a.header-forgot-form-lightbox{
	margin-top:10px;
}
.header-signup-lightbox .form-hr-seprator,
.events-landinglive .lightbox.post-double-form-layout .form-hr-seprator,
.lightbox.post-single-form-layout .form-hr-seprator,
.lightbox.post-double-form-layout .form-hr-seprator {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
	margin-top:-10px;
	font-family: 'Montserrat', sans-serif !important;
	padding-bottom:30px;
	z-index:1;
}
.header-signup-lightbox .single-form-layout .form-hr-seprator {
    margin-top: 30px;
}
.header-signup-lightbox .forgot-form .form-hr-seprator {
    margin-top: 0;
	z-index:1;
}
.header-signup-lightbox .form-hr-seprator p,
.events-landinglive .lightbox.post-double-form-layout .form-hr-seprator p,
.lightbox.post-double-form-layout .form-hr-seprator p {
    margin: 0;
    padding: 0 10px;
    display: inline-block !important;
    width: auto !important;
    background: #000;
}
.single-format-image .lightbox.post-double-form-layout .form-hr-seprator p{
	color:#fff;
}
.header-signup-lightbox .form-hr-seprator:before,
.lightbox.post-double-form-layout .form-hr-seprator:before {
    content: "";
    background: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    width: 98%;
    top: 10px;
	z-index:-1;
	right:0;
	margin:0 auto;
}
.events-landinglive .lightbox.post-double-form-layout .form-hr-seprator:before,
.white-paper-post-page-form .lightbox.post-double-form-layout .form-hr-seprator:before {
    content: "";
    background: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    width: 98%;
    top: 15px;
	z-index:-1;
	right:0;
	margin:0 auto;
}

.single-format-image .lightbox.post-double-form-layout .form-hr-seprator:before {
    top: 15px;
}

.header-signup-lightbox a.header-signup-form-lightbox,
.events-landinglive .lightbox.post-double-form-layout a.header-signup-form-lightbox,
.lightbox.post-single-form-layout a.header-signup-form-lightbox,
.lightbox.post-double-form-layout a.header-signup-form-lightbox {
    border: 1px solid;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    color: #fff;
    margin-top: 0px;
	clear:both;
	font-family: 'Montserrat', sans-serif !important;
	outline:0 !important;
	font-weight:500;
	font-size:18px;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form input::placeholder,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input::placeholder,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form input::placeholder,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input::placeholder{
	color:#8F8F8F;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form input:focus,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input:focus,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form input:focus,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input:focus{
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}
.icon-img{
	display:flex;
	align-items:baseline;
	margin-top:40px;
}
.icon-img .icon-img-conatiner{
	flex:0 0 50%;
	max-width:50%;
	padding: 0;
}
.icon-img .icon-img-conatiner img {
    width: 80px !important;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.icon-img .icon-img-conatiner h4,
.header-signup-lightbox .icon-img .icon-img-conatiner h4,
.events-landinglive .lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4,
.lightbox.post-single-form-layout .icon-img .icon-img-conatiner h4,
.lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4{
	font-size:14px;
	margin-top:10px;
	font-family: 'Montserrat', sans-serif !important;
}
.popup-right-side .input-container,
.lightbox.post-double-form-layout .input-container,
.header-signup-form .input-container,
.lightbox.post-single-form-layout .input-container {
    position: relative;
}
.popup-right-side .input-container .img-container,
.lightbox.post-single-form-layout .input-container .img-container,
.header-signup-form .input-container .img-container,
.events-landinglive .lightbox.post-double-form-layout .input-container .img-container,
.lightbox.post-double-form-layout .input-container .img-container {
    max-width: 35px;
    position: absolute;
    max-height: 35px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
    top: 8px;
    left: 8px;
	z-index:1;
}
.header-signup-lightbox .newsletter-signup .form .radio-button,
.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form .radio-button,
.lightbox.post-single-form-layout .newsletter-signup .form .radio-button,
.lightbox.post-double-form-layout .newsletter-signup .form .radio-button {
    clear: both;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    width: auto;
    position: relative;
    padding: 0;
}
.header-signup-lightbox .newsletter-signup .form .radio-button input[type=checkbox],
.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form .radio-button input[type=checkbox],
.header-signup-lightbox .newsletter-signup .form .radio-button input[type=radio],
.lightbox.post-single-form-layout .newsletter-signup .form .radio-button input[type=checkbox],
.lightbox.post-single-form-layout .newsletter-signup .form .radio-button input[type=radio],
.lightbox.post-double-form-layout .newsletter-signup .form .radio-button input[type=checkbox],
.lightbox.post-double-form-layout .newsletter-signup .form .radio-button input[type=radio] {
    display: block;
    position: absolute;
    margin: 0;
    top: 5px;
    height: 30px;
    width: 30px;
    opacity: 0;
    z-index: 1;
	cursor:pointer;
}
.header-signup-lightbox .newsletter-signup .form label,
.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form label,
.lightbox.post-single-form-layout .newsletter-signup .form label,
.lightbox.post-double-form-layout .newsletter-signup .form label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 1%;
    font-size: 15px;
    margin-bottom: 15px;
    width: 100%;
    float: none;
    padding-bottom: 0;
    float: left;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300;
    text-align: left;
	color:#fff;
}
.header-signup-lightbox .newsletter-signup .form .radio-button label,
.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form .radio-button label,
.lightbox.post-single-form-layout .newsletter-signup .form .radio-button label,
.lightbox.post-double-form-layout .newsletter-signup .form .radio-button label {
    cursor: inherit;
    margin-top: 0;
    line-height: 24px;
	padding-left: 50px;
}
.header-signup-lightbox .newsletter-signup .form .radio-button label a,
.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form .radio-button label a,
.lightbox.post-single-form-layout .newsletter-signup .form .radio-button label a,
.lightbox.post-double-form-layout .newsletter-signup .form .radio-button label a{
	color:#0090D6;
	font-family: 'Montserrat', sans-serif !important;
}
.header-signup-lightbox form label:before,
.events-landinglive .lightbox.post-double-form-layout form label:before,
.lightbox.post-single-form-layout form label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    font-size: 20px;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #7d7f81;
    top: 6px;
	visibility:hidden;
	opacity:0;
}
.lightbox.post-double-form-layout form label:before,
.events-landinglive .lightbox.post-double-form-layout form label:before,
.post_contents .lightbox.post-double-form-layout .newsletter-signup form label:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: absolute;
    left: 10px;
    bottom: 1px;
    background-color:transparent;
    border: 1px solid #fff;
	line-height: 30px;
	font-size: 18px;
    top: 6px;
	border-radius:100%;
	opacity: 1;
	visibility: visible;
}
.post_contents .lightbox.post-single-form-layout form label:before,
.lightbox.post-single-form-layout form label:before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color:transparent;
    border: 1px solid #fff;
	line-height: 30px;
	font-size: 18px;
    top: 6px;
	border-radius:100%;
	visibility:visible;
	opacity:1;
}
.header-signup-lightbox .newsletter-signup .form input[type=checkbox]:checked+label:before,
.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form input[type=checkbox]:checked+label:before,
.lightbox.post-single-form-layout .form input[type=checkbox]:checked+label:before {
    content: "\2713";
    font-size: 15px;
    color: #247eb3;
    text-align: center;
    border: 1px solid #247eb3;
    line-height: 15px;
}
.lightbox.post-double-form-layout .newsletter-signup .form input[type=checkbox]:checked+label:before,
.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form input[type=checkbox]:checked+label:before,
.lightbox.post-single-form-layout .newsletter-signup .form input[type=checkbox]:checked+label:before {
    content: "\2713";
    color: #fff;
	text-align: center;
	border: 1px solid #fff;
	line-height: 30px;
	font-size: 18px;
}
/*---- new popup form layout css end-----------*/

#header-form-app {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    color: #252525;
    font-size: 14px;
    font-weight: 300;
    overflow: auto;
}
#header-form-app div{
	box-sizing:border-box;
}
#header-form-app #header-form-view-dashboard {
    position: fixed;
    font-size: 1rem;
    right: 0%;
    background: #020202;
    overflow: auto;
    margin: 0;
    height: 100%;
    box-shadow: 0 23px 40px rgba(0,0,0,0.2);
    animation: from-right 0.3s linear 0s both;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    max-width: 390px;
	width:390px;
    font-size: 14px;
    top: 48px;
    z-index: 100000000;
	margin-right:-500px;
}
.home #header-form-app #header-form-view-dashboard{
	top:75px;
}
#header-form-app .close-header-form{
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    color: #fff;
    font-size: 18px;
	cursor:pointer;
}
#header-form-app .header-form-dashboard-block {
    text-align: center;
    box-shadow: 0 7px 7px -5px #0000001a;
    border: 12px solid white;
    border-radius: 5px;
}
#header-form-app #header-form-view-dashboard .header-form-dashboard-block {
    border-bottom: 1px solid #ececec;
}
#header-form-app #header-form-view-dashboard .header-form-dashboard-block.logo {
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 25px 20px 5px;
    background-color: #00A6FF;
}
#header-form-app img {
    vertical-align: middle;
    border-style: none;
	width: 100%;
    max-width: 100%;
}
#header-form-app #header-form-view-dashboard .header-form-dashboard-block.logo img {
	height: 75px;
    display: block;
    width: auto;
    margin: 0 auto;
}

#header-form-app .header-form-dashboard-content {
    padding: 15px 30px;
}
#header-form-app .header-form-dashboard-content .img-container.col-4 {
    background: #fff;
    border-radius: 100%;
    box-sizing: border-box;
    width: 10px;
    max-width: 35px;
    padding: 5px;
    margin-right: 10px !important;
}
#header-form-app .col-4 span {
    color: #00A6FF;
    font-weight: bold;
	font-size:14px;
}
#header-form-app .border-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
/* #header-form-app .border-block::before { */
    /* content: ""; */
    /* position: absolute; */
    /* top: 25px; */
    /* display: block; */
    /* width: 100%; */
    /* height: 100%; */
    /* border: 2px solid #0000000a; */
    /* border-radius: 5px 5px 0px 0px; */
    /* border-bottom: none; */
/* } */
/* #header-form-app .border-block:last-of-type::before { */
    /* border-radius: 0px 0px 5px 5px; */
    /* border-bottom: 2px solid #0000000a; */
/* } */
#header-form-app .border-text {
    position: relative;
    height: -webkit-fit-content;
    height: fit-content;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#header-form-app h4 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: inherit;
    font-size: 19px;
    font-weight: 400;
    color: #252525;
    line-height: 30px;
}
#header-form-app .border-text h4 {
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    padding: 0 10px 0 10px;
    width: -webkit-fit-content;
    width: fit-content;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
	color:#fff;
	text-transform:capitalize;
}
#header-form-app .header-form-prefix-dashboard-block-white {
    text-align: center;
    background: transparent;
    /* box-shadow: 0 7px 7px -5px #0000001a; */
    /* border: 12px solid white; */
    /* border-radius: 5px; */
}
#header-form-app .border-block .header-form-prefix-dashboard-block {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#header-form-app #header-form-view-dashboard .header-form-prefix-dashboard-block:nth-last-child(1) {
    border: none;
}
#header-form-app .row {
    display: flex;
    flex-wrap: wrap;
	margin-right: 0;
    margin-left: 0;
	align-items: baseline;
}
#header-form-app .header-form-prefix-dashboard-text {
    text-align: left;
    font-size: 13px;
    padding: 15px 0 5px;
    /* border-bottom: 1px solid #eaeaea; */
}
#header-form-app .col-4 {
    flex: 0 0 37.33333%;
    max-width: 37.33333%;
}
#header-form-app .col-8 {
    flex: 0 0 62.66667%;
    max-width: 62.66667%;
}
#header-form-app .header-form-prefix-dashboard-value {
    display: block !important;
}
#header-form-app #header-form-view-dashboard .header-form-prefix-dashboard-value {
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    line-height: normal;
    font-weight: 400;
}
#header-form-app .header-form-prefix-dashboard-label {
    display: block;
}
#header-form-app .header-form-dashboard-content .col-4, #header-form-app .header-form-dashboard-content .col-8 {
    padding: 0;
}
#header-form-app #header-form-view-dashboard .header-form-prefix-dashboard-label {
    color: #666;
    font-weight: 600;
    font-size: 13px ;
}
#header-form-app .header-form-prefix-dashboard-link {
    float: left;
}
#header-form-app #header-form-view-dashboard .header-form-prefix-link {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    padding: 4px 7px;
    background: #dfdfdf;
    border-radius: 3px;
    color: #666;
    margin: 5px 2px 0px 2px;
	height: auto;
    outline: none;
	border: none;
}
#header-form-app button:not(:disabled),
#header-form-app [type="button"]:not(:disabled),
#header-form-app [type="reset"]:not(:disabled),
#header-form-app [type="submit"]:not(:disabled) {
    cursor: pointer;
}
#header-form-app #header-form-view-dashboard .header-form-prefix-link:hover {
    background: #e8e8e8;
}
#header-form-app .header-form-dashboard-email {
    word-break: break-all;
    display: block;
}
#header-form-app .header-form-prefix-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 34px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: none;
    cursor: pointer;
    background: #0090D6;
    border-color: #0090D6;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: 45px;
    margin: 5px 0px 5px 0px;
    color: #fff;
    width: 100%;
}
#header-form-app .header-form-prefix-logout-btn {
    margin-bottom: 1em !important;
}
#header-form-app #header-form-view-dashboard .header-form-prefix-logout-btn {
    margin-top: 45px !important;
	text-transform: initial !important;
	font-size: 18px;
}

/*--------- new popup layout end --------*/

.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container input.error,
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container textarea.error,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input.error,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .input-container input.error,
.lightbox.post-double-form-layout.lightbox-container .newsletter-signup .form .input-container input.error {
    border: 2px solid #AA2317 !important;
    /* color: #AA2317 !important; */
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form input.error::placeholder,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input.error::placeholder,
.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form input.error::placeholder,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form input.error::placeholder{
	color: #fff !important;
}

/*=========End=======*/

/*---------Event page css end-----------*/

.subscribe-footer.new-subscribe-footer h2 {
    display: block;
    width: 100%;
    float: none;
	font-family: 'Montserrat', sans-serif !important;
	margin-bottom:15px;
	font-weight:500;
	line-height:30px;
}

.subscribe-footer.new-subscribe-footer form{
	width:100%;
	display:flex;
	flex-flow:wrap;
}
.subscribe-footer.new-subscribe-footer form .msg{
	flex:0 0 100%;
	max-width:100%;
}
.subscribe-footer.new-subscribe-footer form .msg.error{
	color: #AA2317;
}
.subscribe-footer.new-subscribe-footer form .input-container {
    position: relative;
    flex: 0 0 26%;
    max-width: 26%;
    margin-right: 1%;
}
.subscribe-footer.new-subscribe-footer form .input-container .img-container {
    max-width: 35px;
    position: absolute;
    max-height: 35px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
    top: 8px;
    left: 8px;
    z-index: 1;
}
.subscribe-footer.new-subscribe-footer form input[type="email"] {
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
	width:100%;
	outline:0 !important;
	box-shadow:none !important;
	border-color: #333 !important;
}
.subscribe-footer.new-subscribe-footer form input[type="text"] {
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
	width:100%;
	outline:0 !important;
	box-shadow:none !important;
	border-color: #333 !important;
}
.subscribe-footer.new-subscribe-footer form input[type="email"].error,
.subscribe-footer.new-subscribe-footer form input[type="text"].error{
	border: 2px solid #AA2317 !important;
}
.subscribe-footer.new-subscribe-footer form .input-container .img-container img {
    max-width: 100%;
}
.subscribe-footer.new-subscribe-footer form input[type="submit"] {
    border-radius: 30px;
    background: #00A6FF !important;
    color: #fff;
    border: 0;
    min-height: 50px;
    font-family: 'Montserrat', sans-serif !important;
    flex: 0 0 19%;
	max-width: 19%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
}
.subscribe-footer.new-subscribe-footer form .radio-button {
    width: 100%;
	float:none;
	clear:both;
	color: #333333;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	flex:0 0 100%;
	max-width:100%;
}
.subscribe-footer.new-subscribe-footer form .radio-button label{
	color: #333333;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 18px;
    padding-left: 40px;
}
.subscribe-footer.new-subscribe-footer form .radio-button label a{
	color:#00A6FF;
}
.subscribe-footer.new-subscribe-footer form input[type="checkbox"] + label:before {
    color: #333333;
    text-align: center;
    border: 1px solid #333333;
    font-size: 16px;
    top: 0;
    border-radius: 100%;
    width: 28px;
    height: 28px;
	line-height: 28px;
	background: transparent;

}
.subscribe-footer.new-subscribe-footer form input[type="checkbox"]:checked + label:before{
	font-size: 16px;
	color: #333333;
	border: 1px solid #333333;
	text-align: center;
	line-height: 28px;
}
.subscribe-footer.new-subscribe-footer form .msg.error {
    padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subscribe-footer.new-subscribe-footer form .msg.done {
	display:none !important;
}
#footer .social-copyright{
	padding-top:10px !important;
}
#footer .subscribe-footer.new-subscribe-footer + .social-copyright{
	padding-top:25px !important;
}
@media only screen and (max-width:1250px){
	.subscribe-footer.new-subscribe-footer form{
		padding:0 10px;
	}
	.subscribe-footer.new-subscribe-footer h2{
		padding-left:10px;
		padding-right:10px;
	}
}
@media only screen and (max-width:1170px){
	.subscribe-footer.new-subscribe-footer form .input-container {
		flex: 0 0 32.5%;
		max-width: 32.5%;
	}
	.subscribe-footer.new-subscribe-footer form .input-container + .input-container + .input-container {
		margin-right: 0;
	}
	.subscribe-footer.new-subscribe-footer form input[type="submit"]{
		flex: 0 0 32.5%;
		max-width: 32.5%;
		margin-top:15px;
	}
	
}
@media only screen and (max-width:894px){
	.subscribe-footer.new-subscribe-footer form input[type="email"],
	.subscribe-footer.new-subscribe-footer form input[type="text"]{
		margin-top:0;
		text-align:left;
	}
	.subscribe-footer.new-subscribe-footer form input[type="submit"]{
		margin-left:0;
	}
	.subscribe-footer.new-subscribe-footer h2 {
		font-size: 20px;
		line-height: 26px;
	}
}
@media only screen and (max-width:767px){
	.subscribe-footer.new-subscribe-footer form .input-container {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.subscribe-footer.new-subscribe-footer form input[type="submit"]{
		margin-top:0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom:10px;
	}
}
@media only screen and (max-width:600px){
	.post-page-form .lightbox.post-double-form-layout .newsletter-signup .form .radio-button.
	.lightbox.post-double-form-layout .newsletter-signup .form .radio-button{
		margin-top:0;
	}
	.header-signup-lightbox.lightbox form .forms-two-column .input-container.last-input-container input,
	.events-landinglive .lightbox.post-double-form-layout form .forms-two-column .input-container.last-input-container input,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container.last-input-container input {
		margin-bottom: 0 !important;
	}
	.header-signup-lightbox.lightbox form .forms-two-column .input-container.last-input-container input{
		margin-bottom:30px !important;
	}
}
@media only screen and (max-width:414px){
	.subscribe-footer.new-subscribe-footer form{
		padding:0;
	}
	.subscribe-footer.new-subscribe-footer h2{
		padding-left:0px;
		padding-right:0px;
	}
}
@media only screen and (max-width:350px){
	.subscribe-footer.new-subscribe-footer h2 {
		font-size: 18px;
		line-height: 27px;
	}
}
@media only screen and (max-width:330px){
	.subscribe-footer.new-subscribe-footer h2 {
		font-size: 17px;
		line-height: 27px;
	}
}
/*=====Gallery my-contact popup start======*/
body.single-format-gallery .my-contact.my-contact-new {
    width: 100%;
    background: #F2F3F3;
    color: #333333;
	padding:20px;
	border-radius:0;
	font-family: 'Montserrat', sans-serif !important;
	border-radius:20px;
}
.my-contact.my-contact-new h2 {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
}

.my-contact.my-contact-new form{
	display:flex;
	flex-flow: wrap;
	align-items: center;
	font-family: 'Montserrat', sans-serif !important;
}
.my-contact.my-contact-new form .msg {
    display: block;
    width: 100%;
	top:0;
}
.my-contact.my-contact-new form .msg.done{
	color:#fff;
}
.my-contact.my-contact-new form .input-container {
    position: relative;
    max-width: 26%;
    flex: 0 0 26%;
	margin-right:1%;
}
/* .my-contact.my-contact-new form .input-container+ .input-container+ .input-container{ */
	/* margin-right:0; */
/* } */
.my-contact.my-contact-new form .input-container .img-container {
    max-width: 35px;
    position: absolute;
    max-height: 35px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
    top: 8px;
    left: 8px;
    z-index: 1;
}
.my-contact.my-contact-new form input[type="email"] {
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
	width:100%;
	outline:0 !important;
	box-shadow:none !important;
	border-color: #333 !important;
}
.my-contact.my-contact-new form input[type="text"] {
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
	width:100%;
	outline:0 !important;
	box-shadow:none !important;
	border-color: #333 !important;
}
.my-contact.my-contact-new form input[type="email"].error,
.my-contact.my-contact-new form input[type="text"].error{
	border: 2px solid #AA2317 !important;
}
.my-contact.my-contact-new form .input-container .img-container img {
    max-width: 100%;
}
.my-contact.my-contact-new form .form-action{
	flex:0 0 19%;
	max-width:19%;
	text-align:center;
}
/* .my-contact.my-contact-new form input[type="submit"] { */
    /* border-radius: 30px; */
    /* background: transparent !important; */
    /* color: #fff; */
    /* border: 0; */
    /* min-height: 50px; */
    /* font-family: 'Montserrat', sans-serif !important; */
    /* width: 100%; */
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    /* font-weight: 500; */
    /* float: right; */
    /* border: 1px solid #fff !important; */
/* } */
.my-contact.my-contact-new form input[type="submit"] {
    border-radius: 30px;
    background: #00A6FF !important;
    color: #fff;
    border: 0;
    min-height: 50px;
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
	/* border: 1px solid #fff !important; */
	font-size:18px;
}
.my-contact.my-contact-new form .radio-button {
	color: #333333;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	max-width: 50%;
    flex: 0 0 50%;
	position:relative;
}
.my-contact.my-contact-new form .radio-button input[type="checkbox"] {
    position: absolute !important;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.my-contact.my-contact-new form .radio-button label{
	color: #333333;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 18px;
    padding-left: 60px;
	color:#fff;
	display:block;
}
.my-contact.my-contact-new form .radio-button label a{
	color:#333333;
	font-family: 'Montserrat', sans-serif !important;
}
.my-contact.my-contact-new form input[type="checkbox"] + label:before {
	content:"";
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    top: 0;
    border-radius: 100%;
    width: 28px;
    height: 28px;
	line-height: 28px;
	background: transparent;
	position: absolute;
	left: 15px;
}
.my-contact.my-contact-new form input[type="checkbox"]:checked + label:before{
	content: "\2713";
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
}
@media only screen and (max-width: 1170px){
	.my-contact.my-contact-new form .input-container {
		flex: 0 0 32.5%;
		max-width: 32.5%;
	}
	.my-contact.my-contact-new form .input-container + .input-container + .input-container {
		margin-right: 0;
	}
	.my-contact.my-contact-new form .form-action {
		flex: 0 0 32.5%;
		max-width: 32.5%;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px){
	.my-contact.my-contact-new form .input-container {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom:15px;
	}
	.my-contact.my-contact-new form .form-action {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0;
	}
	.my-contact.my-contact-new form .msg {
		margin-bottom: 15px;
	}
}

#nonleadgenerationform_s {
    position: fixed;
	left:-550px;
	max-width:500px;
	overflow:hidden;
    -webkit-animation: slide-in 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide-in 0.5s forwards;
    animation-delay: 2s;
	z-index:10001;
	transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
    
@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

.lightbox.slide-signup-lightbox {
    display: flex;
    align-items: center;
	padding-left:0;
	padding-right:0;
	background:transparent;
	z-index:2;
}
.lightbox.slide-signup-lightbox.hide{
	display:none !important;
}
.lightbox.slide-signup-lightbox .lightbox-container{
	margin:0;
	max-width:500px;
}
.lightbox.slide-signup-lightbox .lightbox-container .slidein-close-lighbox{
	top:10px;
	position: absolute;
    height: 25px;
    background-position: center center;
    background-size: cover;
    display: block;
    z-index: 2;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup {
	background:#020202 !important;
	color:#fff;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side{
    width: 100%;
    padding:30px;
    float: none;
    height: auto;
	background: #00A6FF;
    text-align: center;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side:after{
	display:none;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side .icon-center {
    text-align: center;
    margin-bottom: 10px;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side .icon-center img {
    max-width: 80px !important;
    margin: 0 auto;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .form{
	width:100%;
	padding:30px 30px;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .popup-left-side h2 {
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
}

.lightbox.slide-signup-lightbox form .input-container {
    position: relative;
    max-width: 100%;
	clear: both;
}
.lightbox.slide-signup-lightbox form .input-container .img-container {
    max-width: 35px;
    position: absolute;
    max-height: 35px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
    top: 8px;
    left: 8px;
    z-index: 1;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .form input[type="email"] {
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
	width:100%;
	outline:0 !important;
	box-shadow:none !important;
}
.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .form input[type="text"] {
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
	width:100%;
	outline:0 !important;
	box-shadow:none !important;
}
.lightbox.slide-signup-lightbox form .input-container .img-container img {
    max-width: 100%;
}

.lightbox.slide-signup-lightbox form input[type="submit"] {
    border-radius: 30px;
    background: #00A6FF !important;
    color: #fff;
    border: 0;
    min-height: 50px;
    font-family: 'Montserrat', sans-serif !important;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
}
.lightbox.slide-signup-lightbox form .radio-button {
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	max-width: 100%;
	position:relative;
	clear:both;
}
.lightbox.slide-signup-lightbox form .radio-button input[type="checkbox"] {
    position: absolute !important;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100%;
	border:0;
	padding:0;
}
.lightbox.slide-signup-lightbox form .radio-button label{
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px;
	line-height: 18px;
    padding-left: 40px;
	color:#fff;
	display:block;
}
.lightbox.slide-signup-lightbox form .radio-button label a{
	color:#00A6FF;
	font-family: 'Montserrat', sans-serif !important;
}
.lightbox.slide-signup-lightbox form input[type="checkbox"] + label:before {
	content:"";
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    top: 0;
    border-radius: 100%;
    width: 28px;
    height: 28px;
	line-height: 28px;
	background: transparent;
	position: absolute;
	left: 0;
}
.lightbox.slide-signup-lightbox form input[type="checkbox"]:checked + label:before{
	content: "\2713";
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
}

@media only screen and (max-width: 1023px){
	.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side .icon-center img {
		max-width: 70px !important;
	}
}
@media only screen and (max-width: 800px){
	.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side{
		padding:40px 20px;
	}
	.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .form {
		padding: 40px 20px;
	}
}
@media only screen and (max-width: 600px){
	.lightbox.slide-signup-lightbox {
		display:block;
	}
	.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup{
		margin-bottom:30px !important;
	}
	.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side {
		padding: 40px 20px 20px;
	}
}
@media only screen and (max-width: 420px){
	.lightbox.slide-signup-lightbox .lightbox-container .newsletter-signup .popup-left-side h2{
		font-size:17px;
		line-height: 22px;
	}
}

.post_contents .attend-lightbox.lightbox .newsletter-signup .form label,
.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-studio #studio_checkbox label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    cursor: inherit;
    margin-top: 0;
    color: #fff;
    padding-left: 50px;
	cursor:pointer;
}
.post_contents .attend-lightbox.lightbox form input[type="checkbox"] + label:before,
.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-studio #studio_checkbox label:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	position: absolute;
	left: 10px;
	bottom: 1px;
	background-color: transparent;
	border: 1px solid #fff;
	line-height: 30px;
	font-size: 18px;
	top: 6px;
	border-radius: 100%;
	visibility: visible;
	opacity: 1;
}
.post_contents .attend-lightbox.lightbox form input[type="checkbox"]:checked + label:before,
.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-studio #studio_checkbox input[type="checkbox"]:checked + label:before{
	content: "\2713";
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
}
.lightbox.slide-signup-lightbox form .form-action {
    display: flex;
    flex-flow: wrap;
}
.lightbox.slide-signup-lightbox form .form-action  .subscribe-btn {
    flex: 0 0 48%;
    max-width: 48%;
}
.lightbox.slide-signup-lightbox form .form-action .header-signup-form-lightbox {
    border-radius: 30px;
    background: transparent !important;
    color: #fff;
    border: 1px solid #fff;
    min-height: 50px;
    font-family: 'Montserrat', sans-serif !important;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
    flex: 0 0 48%;
    max-width: 48%;
}

.lightbox form .hide-checkbox label:before{
	display:none !important;
}
.lightbox form .hide.hidden{
	display:none !important;
}

.newsletter-signup .popup-left-content h2 {
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}
.newsletter-signup .popup-left-content ul {
    text-align: center;
    padding-left: 0px;
    max-width: 100%;
	list-style:none;
	padding-right:0;
}
.newsletter-signup .popup-left-content ul li {
    margin-bottom: 15px;
    line-height: 24px;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
	color:#fff;
	font-size:17px;
	list-style:none;
}
.newsletter-signup .popup-left-content ul li:before {
    content: "-";
    position: absolute;
    left: -15px;
    top: -2px;
	display:none;
}
.icon-img .icon-img-conatiner h4,
.header-signup-lightbox .icon-img .icon-img-conatiner h4,
.events-landinglive .lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4,
.lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4 {
    font-size: 14px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif !important;
    line-height: 30px;
    font-weight: 500;
	color:#fff;
	text-align:center;
}

.lightbox .lightbox-container .newsletter-signup h2,
.lightbox .lightbox-container .newsletter-signup h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 0;
}
.header-signup-lightbox .popup-left-content h4,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
.lightbox.post-double-form-layout .popup-left-content h4 {
	font-size: 16px;
	line-height: 26px;
}
.nonleadgenerationform1 .msg {
    display: block;
    width: 100%;
    max-width: 100%;
}

/*===========New design css start */
.lightbox form .forms-two-column {
    display: flex;
    flex-flow: wrap;
	align-items: flex-end;
}
.lightbox form .forms-two-column .input-container,
.lightbox form .forms-two-column .form-actions,
.lightbox form .forms-two-column .forms-extra-links{
	flex:0 0 48%;
	max-width:48%;
}
.lightbox form .forms-two-column .input-container:last-child,
.lightbox form .forms-two-column .forms-extra-links{
	margin-left:4%;
}
.header-signup-lightbox.lightbox form .forms-two-column .input-container.last-input-container input,
.events-landinglive .lightbox.post-double-form-layout form .forms-two-column .input-container.last-input-container input,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container.last-input-container input {
    margin-bottom: 15px;
}
.header-signup-lightbox .forms-extra-links .form-hr-seprator,
.events-landinglive .lightbox.post-double-form-layout .forms-extra-links .form-hr-seprator,
.lightbox.post-double-form-layout .forms-extra-links .form-hr-seprator {
    margin-top: 15px;
    padding-bottom: 20px;
}
.forms-extra-links-mobile{
	display:none;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container input + img,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input + img,
.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input + img {
    max-width: 30px;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1;
}
.fa.fa-fw.fa-eye.field_icon.toggle-password,
.fa.fa-fw.field_icon.toggle-password.fa-eye-slash {
    position: absolute;
    right: 12px;
    top: 14px;
    color: #fff;
    z-index: 4;
    font-size: 22px;
    width: auto;
}
/*===========New Design css end */

@media only screen and (min-width:1441px){
	.lightbox.header-signup-lightbox,
	.events-landinglive .lightbox.post-double-form-layout,
	.lightbox.post-single-form-layout,
	.lightbox.post-double-form-layout{
		display:flex;
		align-items:center;
	}
	.lightbox.header-signup-lightbox.hide,
	.events-landinglive .lightbox.post-double-form-layout.hide,
	.lightbox.post-single-form-layout.hide,
	.lightbox.post-double-form-layout.hide{
		display:none !important;
	}
	.header-signup-lightbox .lightbox-container,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container,
	.lightbox.post-double-form-layout .lightbox-container {
		max-width: 1520px;
		margin-bottom: 0;
	}
	.lightbox.post-single-form-layout .lightbox-container {
		max-width: 650px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width:1440px){
	.lightbox.header-signup-lightbox {
		margin-top: 20px !important;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container input, .header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container textarea, .events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input, .lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .input-container input, .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input{
		margin-bottom: 30px;
	}
	.header-signup-lightbox .form-hr-seprator, .events-landinglive .lightbox.post-double-form-layout .form-hr-seprator, .lightbox.post-single-form-layout .form-hr-seprator, .lightbox.post-double-form-layout .form-hr-seprator{
		margin-top:0;
		padding-bottom:25px;
	}
}
@media only screen and (max-width:1400px){
	.header-signup-lightbox .lightbox-container .newsletter-signup,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup{
		background: #0090D6;
		background: -moz-linear-gradient(left, #0090D6 40%, #000000 20%);
		background: -webkit-gradient(linear, left top, right top, color-stop(40%, #0090D6), color-stop(20%, #000000));
		background: -webkit-linear-gradient(left, #0090D6 40%, #000000 20%);
		background: -o-linear-gradient(left, #0090D6 40%, #000000 20%);
		background: -ms-linear-gradient(left, #0090D6 40%, #000000 20%);
		background: linear-gradient(to right, #0090D6 40%, #000000 20%);
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side{
		width: 40%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form{
		width:60%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form{
		padding:75px 30px 60px;
	}
}
@media only screen and (max-width:1300px){
	.lightbox .lightbox-container .newsletter-signup h2,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup h2,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2{
		font-size:21px;
	}
	.lightbox.post-single-form-layout .popup-left-content p{
		font-size:16px;
	}
	.header-signup-lightbox .popup-left-content h4,
	.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
	.lightbox.post-single-form-layout .popup-left-content h4,
	.lightbox.post-double-form-layout .popup-left-content h4 {
		font-size: 15px;
		line-height: 24px;
	}
	.newsletter-signup .popup-left-content ul li,
	.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .popup-left-content ul li,
	.lightbox.post-double-form-layout .popup-left-content ul li{
		font-size:16px;
		line-height:24px;
	}
	.icon-img .icon-img-conatiner h4,
	.header-signup-lightbox .icon-img .icon-img-conatiner h4,
	.events-landinglive .lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4,
	.lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4 {
		font-size: 13px;
		line-height: 20px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .single-form-layout .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout .form {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width:1250px){
	/* .header-signup-lightbox.lightbox{ */
		/* display:block; */
		/* margin-top:20px !important; */
	/* } */
	/* .header-signup-lightbox.lightbox.hide{ */
		/* display:none; */
	/* } */
	.header-signup-lightbox .lightbox-container .newsletter-signup,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup{
		background: #0090D6;
		background: -moz-linear-gradient(left, #0090D6 40%, #000000 20%);
		background: -webkit-gradient(linear, left top, right top, color-stop(40%, #0090D6), color-stop(20%, #000000));
		background: -webkit-linear-gradient(left, #0090D6 40%, #000000 20%);
		background: -o-linear-gradient(left, #0090D6 40%, #000000 20%);
		background: -ms-linear-gradient(left, #0090D6 40%, #000000 20%);
		background: linear-gradient(to right, #0090D6 40%, #000000 20%);
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side{
		width: 40%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form {
		width: 60%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side {
		padding: 40px 20px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form {
		padding: 40px 20px;
	}
	/* .lightbox form .forms-two-column .input-container, .lightbox form .forms-two-column .form-actions, */
	/* .lightbox form .forms-two-column .forms-extra-links { */
		/* flex: 0 0 100%; */
		/* max-width: 100%; */
	/* } */
	/* .lightbox form .forms-two-column .input-container:last-child, */
	/* .lightbox form .forms-two-column .forms-extra-links { */
		/* margin-left: 0%; */
	/* } */
	/* .header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container input, .single-format-aside .lightbox .lightbox-container .newsletter-signup .form .input-container input{ */
		/* margin-bottom:30px; */
	/* } */
	/* .header-signup-lightbox.lightbox form .forms-two-column .input-container.last-input-container input{ */
		/* margin-bottom:30px; */
	/* } */
	/* .header-signup-lightbox.lightbox form .forms-two-column .input-container.last-input-container:last-child input{ */
		/* margin-bottom:15px; */
	/* } */
	.header-signup-lightbox .icon-center img,
	.events-landinglive .lightbox.post-double-form-layout .icon-center img,
	.lightbox.post-double-form-layout .icon-center img {
		max-width: 80px !important;
	}
	.icon-img .icon-img-conatiner img {
		width: 70px !important;
	}
	.lightbox .lightbox-container .newsletter-signup h2 {
		font-size: 20px;
	}
	.header-signup-lightbox .popup-left-content h4,
	.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
	.lightbox.post-single-form-layout .popup-left-content h4,
	.lightbox.post-double-form-layout .popup-left-content h4 {
		font-size: 15px;
		line-height: 24px;
	}
	.newsletter-signup .popup-left-content ul li,
	.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .popup-left-content ul li,
	.lightbox.post-double-form-layout .popup-left-content ul li {
		font-size: 15px;
		line-height: 22px;
	}
	.icon-img .icon-img-conatiner h4,
	.header-signup-lightbox .icon-img .icon-img-conatiner h4,
	.events-landinglive .lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4,
	.lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4 {
		font-size: 12px;
		line-height: 20px;
	}
}
@media only screen and (max-width:1150px){
	.header-signup-lightbox.lightbox,
	.events-landinglive .lightbox.post-double-form-layout,
	.lightbox.post-single-form-layout,
	.lightbox.post-double-form-layout{
		display:block;
		margin-top:20px !important;
	}
	.header-signup-lightbox .form-hr-seprator,
	.events-landinglive .lightbox.post-double-form-layout .form-hr-seprator,
	.lightbox.post-single-form-layout .form-hr-seprator,
	.lightbox.post-double-form-layout .form-hr-seprator{
		margin-top:-5px;
	}
	.lightbox.header-signup-lightbox .lightbox-container .newsletter-signup .form .close-lightbox,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .close-lightbox,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .close-lightbox,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .close-lightbox,
	.lightbox-container .newsletter-signup .form .close-lightbox{
		flex:0 0 100%;
		max-width:100%;
	}
	.lightbox.header-signup-lightbox .lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox,
	.lightbox-container .newsletter-signup .form .forms-two-column .close-lightbox {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.header-signup-lightbox .lightbox-container .close-lightbox,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .close-lightbox,
	.lightbox.post-single-form-layout .lightbox-container .close-lightbox,
	.lightbox.post-double-form-layout .lightbox-container .close-lightbox,
	.lightbox-container .close-lightbox {
		top: 10px;
		right: 10px !important;
	}
	.header-signup-lightbox.lightbox form .forms-two-column .input-container.last-input-container input,
	.events-landinglive .lightbox.post-double-form-layout form .forms-two-column .input-container.last-input-container input,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container.last-input-container input {
		margin-bottom: 0;
	}
	.header-signup-lightbox.lightbox.hide,
	.events-landinglive .lightbox.post-double-form-layout.hide,
	.lightbox.post-single-form-layout.hide,
	.lightbox.post-double-form-layout.hide{
		display:none;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup{
		background: #0090D6;
		background: -moz-linear-gradient(left, #0090D6 42%, #000000 20%);
		background: -webkit-gradient(linear, left top, right top, color-stop(42%, #0090D6), color-stop(20%, #000000));
		background: -webkit-linear-gradient(left, #0090D6 42%, #000000 20%);
		background: -o-linear-gradient(left, #0090D6 42%, #000000 20%);
		background: -ms-linear-gradient(left, #0090D6 42%, #000000 20%);
		background: linear-gradient(to right, #0090D6 42%, #000000 20%);
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side{
		width: 42%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form	{
		width: 58%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side {
		padding: 40px 20px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form {
		padding: 40px;
	}
	.lightbox form .forms-two-column .input-container,
	.lightbox form .forms-two-column .form-actions,
	.lightbox form .forms-two-column .forms-extra-links {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.lightbox form .forms-two-column .input-container:last-child,
	.lightbox form .forms-two-column .forms-extra-links {
		margin-left: 0%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container input,
	.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container textarea,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input{
		margin-bottom:30px;
	}
	.header-signup-lightbox.lightbox form .forms-two-column .input-container.last-input-container input,
	.events-landinglive .lightbox.post-double-form-layout form .forms-two-column .input-container.last-input-container input,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container.last-input-container{
		margin-bottom:30px;
	}
	.header-signup-lightbox.lightbox form .forms-two-column .input-container.last-input-container:last-child input,
	.events-landinglive .lightbox.post-double-form-layout form .forms-two-column .input-container.last-input-container:last-child input,
	.lightbox.post-double-form-layout form .forms-two-column .input-container.last-input-container:last-child input{
		margin-bottom:15px;
	}
	.lightbox .lightbox-container .newsletter-signup h2,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup h2,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2 {
		font-size: 20px;
	}
}
@media only screen and (max-width:1094px){
	.header-signup-lightbox .lightbox-container .newsletter-signup,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup{
		background: #0090D6;
		background: -moz-linear-gradient(left, #0090D6 45%, #000000 20%);
		background: -webkit-gradient(linear, left top, right top, color-stop(45%, #0090D6), color-stop(20%, #000000));
		background: -webkit-linear-gradient(left, #0090D6 45%, #000000 20%);
		background: -o-linear-gradient(left, #0090D6 45%, #000000 20%);
		background: -ms-linear-gradient(left, #0090D6 45%, #000000 20%);
		background: linear-gradient(to right, #0090D6 45%, #000000 20%);
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side{
		width: 45%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form	{
		width: 55%;
	}
}
@media only screen and (max-width:1070px){
	.icon-img .icon-img-conatiner h4,
	.header-signup-lightbox .icon-img .icon-img-conatiner h4,
	.events-landinglive .lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4,
	.lightbox.post-double-form-layout .icon-img .icon-img-conatiner h4 {
		font-size: 13px;
	}
	.lightbox{
		z-index:1000;
	}
}
@media only screen and (min-width:1024px) and (max-width: 1070px){
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.header-signup-lightbox .lightbox-container .newsletter-signup .form {
		padding: 40px 20px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .single-form-layout .form {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lightbox .lightbox-container .newsletter-signup h2 {
		font-size: 19px;
	}
	.header-signup-lightbox .popup-left-content h4,
	.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
	.lightbox.post-single-form-layout .popup-left-content h4,
	.lightbox.post-double-form-layout .popup-left-content h4 {
		font-size: 15px;
		line-height: 24px;
	}
}
@media only screen and (max-width:1023px){
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup,
	.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout,
	.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form,
	.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-studio,
	.header-signup-lightbox .lightbox-container .newsletter-signup .header-update-profile,
	.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-popup,
	.header-signup-lightbox .lightbox-container .newsletter-signup .forgot-form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup{
		display:block;
	}
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side{
		background:#0090D6;
		padding:40px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .single-form-layout .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout .form {
		padding-left: 40px;
		padding-right: 40px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout .icon.popup-left-side,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .single-form-layout .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout .icon.popup-left-side {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form{
		background:#000;
	}
	.header-signup-lightbox .forms-extra-links-mobile .form-hr-seprator p,
	.events-landinglive .lightbox.post-double-form-layout .forms-extra-links-mobile .form-hr-seprator p,
	.lightbox.post-double-form-layout .forms-extra-links-mobile .form-hr-seprator p {
		background: #0090D6;
		color:#000;
	}
	.header-signup-lightbox .forms-extra-links-mobile .form-hr-seprator,
	.events-landinglive .lightbox.post-double-form-layout .forms-extra-links-mobile .form-hr-seprator,
	.lightbox.post-double-form-layout .forms-extra-links-mobile .form-hr-seprator{
		padding-bottom:20px;
		margin-top:0;
	}
	.header-signup-lightbox .forms-extra-links-mobile a.header-signup-form-lightbox,
	.events-landinglive .lightbox.post-double-form-layout .forms-extra-links-mobile a.header-signup-form-lightbox,
	.lightbox.post-double-form-layout .forms-extra-links-mobile a.header-signup-form-lightbox{
		color:#000;
		border-color:#000;
		font-size: 18px;
	}
	.header-signup-lightbox .forms-extra-links-mobile .form-hr-seprator:before,
	.events-landinglive .lightbox.post-double-form-layout .forms-extra-links-mobile .form-hr-seprator:before,
	.lightbox.post-double-form-layout .forms-extra-links-mobile .form-hr-seprator:before{
		background:#000;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form {
		width: 100%;
	}
	.lightbox form .forms-two-column .forms-extra-links {
		display: none;
	}
	.icon-img {
		display: none;
	}
	.forms-extra-links-mobile {
		display: block;
		margin-top: 30px;
	}
	.lightbox .lightbox-container .newsletter-signup .msg {
		margin-bottom: 15px;
	}
}
@media only screen and (min-width:800px) and (max-width: 1023px){
.header-signup-lightbox .lightbox-container,
.events-landinglive .lightbox.post-double-form-layout .lightbox-container,
.lightbox.post-double-form-layout .lightbox-container {
    max-width: 650px;
}
.lightbox .lightbox-container .newsletter-signup h2 {
    font-size: 20px;
	font-weight:600 !important;
}
.header-signup-lightbox .popup-left-content h4,
.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
.lightbox.post-single-form-layout .popup-left-content h4,
.lightbox.post-double-form-layout .popup-left-content h4 {
	font-size: 15px;
	line-height: 24px;
}
.header-signup-lightbox .icon-center img,
.events-landinglive .lightbox.post-double-form-layout .icon-center img,
.lightbox.post-single-form-layout .icon-center img,
.lightbox.post-double-form-layout .icon-center img {
    max-width: 80px !important;
    margin: 0 auto;
}
.newsletter-signup .popup-left-content ul li {
    font-size: 15px;
    line-height: 20px;
	margin-bottom: 10px;
}
}
/* @media only screen and (max-width:1100px){ */
/* .header-signup-lightbox p.form-hr-seprator:before, */
/* .header-signup-lightbox p.form-hr-seprator:after{ */
	/* width: calc(100% - 68%); */
/* } */
/* } */
@media only screen and (max-width:991px){
	.header-signup-lightbox .popup-left-content ul li,
	.events-landinglive .lightbox.post-double-form-layout .popup-left-content ul li,
	.lightbox.post-double-form-layout .popup-left-content ul li{
		font-size:14px;
	}
	.header-signup-lightbox.lightbox .lightbox-container .newsletter-signup h2,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2{
		font-size:22px;
	}
	.header-signup-lightbox .popup-left-content h4,
	.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
	.lightbox.post-single-form-layout .popup-left-content h4,
	.lightbox.post-double-form-layout .popup-left-content h4 {
		font-size: 16px;
		line-height: 26px;
	}
	.header-signup-lightbox .form-hr-seprator,
	.events-landinglive .lightbox.post-double-form-layout .form-hr-seprator,
	.lightbox.post-single-form-layout .form-hr-seprator,
	.lightbox.post-double-form-layout .form-hr-seprator{
		padding-bottom: 20px;
	}
}
@media only screen and (max-width:900px){
	.header-signup-lightbox .lightbox-container .newsletter-signup,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup {
		background: #35afe5 !important;
    }
	.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .single-form-layout,
	.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form,
	.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-studio,
	.header-signup-lightbox .lightbox-container .newsletter-signup .header-update-profile{
		display:block;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form{
		width:100%;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form{
		background:#000;
	}
}
@media only screen and (max-width:800px){
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side{
		padding:40px 20px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form{
		padding:40px 20px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout .form {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width:600px){
	.lightbox.post-single-form-layout .popup-left-content p{
		display:block;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container input, .header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container textarea, .events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input, .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form .input-container input {
		margin-bottom: 30px !important;
		margin-top: 0 !important;
		text-align: left;
	}
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2 {
		font-size: 21px;
	}
}
@media only screen and (max-width:479px){
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form {
		padding: 40px 20px;
	}
	.header-signup-lightbox .icon-center img,
	.events-landinglive .lightbox.post-double-form-layout .icon-center img,
	.lightbox.post-single-form-layout .icon-center img,
	.lightbox.post-double-form-layout .icon-center img {
		max-width: 60px !important;
		margin: 0 auto;
	}
	.header-signup-lightbox.lightbox .lightbox-container .newsletter-signup h2,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup h2,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2 {
		font-size: 20px;
	}
	.header-signup-lightbox .popup-left-content h4,
	.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
	.lightbox.post-single-form-layout .popup-left-content h4,
	.lightbox.post-double-form-layout .popup-left-content h4 {
		font-size: 15px;
		line-height: 24px;
	}
	.lightbox .lightbox-container .newsletter-signup .form-hr-seprator p{
		font-size:12px;
	}
}
@media only screen and (max-width:420px){
	.header-signup-lightbox.lightbox .lightbox-container .newsletter-signup h2,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup h2,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup h2 {
		font-size: 17px;
		line-height: 20px;
	}
	.header-signup-lightbox .popup-left-content h4,
	.events-landinglive .lightbox.post-double-form-layout .popup-left-content h4,
	.lightbox.post-single-form-layout .popup-left-content h4,
	.lightbox.post-double-form-layout .popup-left-content h4 {
		font-size: 15px;
		line-height: 24px;
	}
	.header-signup-lightbox .popup-left-content ul li,
	.events-landinglive .lightbox.post-double-form-layout .popup-left-content ul li,
	.lightbox.post-double-form-layout .popup-left-content ul li {
		font-size: 13px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .icon.popup-left-side,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.header-signup-lightbox .lightbox-container .newsletter-signup .form,
	.events-landinglive .lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
	.lightbox.post-double-form-layout .lightbox-container .newsletter-signup .form {
		padding: 40px 10px;
	}
	.header-signup-lightbox .lightbox-container .newsletter-signup .single-form-layout .form {
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-signup-lightbox .newsletter-signup .form label,
	.events-landinglive .lightbox.post-double-form-layout .newsletter-signup .form label,
	.lightbox.post-single-form-layout .newsletter-signup .form label,
	.lightbox.post-double-form-layout .newsletter-signup .form label{
		font-size:13px;
	}
	.lightbox.post-single-form-layout .popup-left-content p {
		font-size: 14px;
		line-height: 22px;
	}
}
/* .post-page-form.white-paper-post-page-form .lightbox { */
    /* position: relative !important; */
    /* background: transparent !important; */
    /* padding: 0 !important; */
	/* overflow:inherit !important; */
	/* display:block !important; */
	/* z-index:1 !important; */
/* } */
.post-page-form.white-paper-post-page-form .lightbox.post-double-form-layout .lightbox-container .newsletter-signup {
    overflow: hidden;
    background: #0090D6;
    background: -moz-linear-gradient(left, #0090D6 38%, #000000 20%);
    background: -webkit-gradient(linear, left top, right top, color-stop(38%, #0090D6), color-stop(20%, #000000));
    background: -webkit-linear-gradient(left, #0090D6 38%, #000000 20%);
    background: -o-linear-gradient(left, #0090D6 38%, #000000 20%);
    background: -ms-linear-gradient(left, #0090D6 38%, #000000 20%);
    background: linear-gradient(to right, #0090D6 38%, #000000 20%);
    display: flex;
    align-items: center;
    padding: 0;
}

.post-page-form.white-paper-post-page-form .lightbox .lightbox-container .newsletter-signup .icon.popup-left-side {
	width: 38%;
	padding: 40px;
}
.post-page-form.white-paper-post-page-form .lightbox .lightbox-container .newsletter-signup .form{
	width: 62%;
	padding: 40px;
}
.post-page-form.white-paper-post-page-form .post-white-paper-layout.lightbox .lightbox-container .newsletter-signup .form {
    padding: 40px 168px;
}
.post-page-form.white-paper-post-page-form .post-white-paper-layout.lightbox .lightbox-container .newsletter-signup .form label {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.post-page-form.white-paper-post-page-form .post-white-paper-layout.lightbox .lightbox-container .newsletter-signup .form .hide-checkbox_white label {
    padding-left: 0;
	margin-bottom:15px;
}
.post-page-form.white-paper-post-page-form .lightbox.post-double-form-layout .popup-left-content ul{
	margin-bottom:0;
}
.post-page-form.white-paper-post-page-form .lightbox.post-double-form-layout .popup-left-content ul li:last-child{
	margin-bottom:0;
	padding-bottom: 0;
}

@media only screen and (max-width: 1023px){
	.post-page-form.white-paper-post-page-form .lightbox.post-double-form-layout .lightbox-container .newsletter-signup{
		display:block;
	}
	.post-page-form.white-paper-post-page-form .lightbox .lightbox-container .newsletter-signup .icon.popup-left-side {
		width: 100%;
		padding: 40px;
	}
	.post-page-form.white-paper-post-page-form .lightbox .lightbox-container .newsletter-signup .form{
		width: 100%;
		padding: 40px;
	}
	.post-page-form.white-paper-post-page-form .post-white-paper-layout.lightbox .lightbox-container .newsletter-signup .form {
		padding: 40px;
	}
}
@media only screen and (max-width: 895px){
	.post-page-form.white-paper-post-page-form .post-white-paper-layout.lightbox .lightbox-container .newsletter-signup .form label{
		margin-bottom:30px !important;
	}
}
@media only screen and (max-width: 600px){
	.post-page-form.white-paper-post-page-form .lightbox .lightbox-container .newsletter-signup .icon.popup-left-side {
		padding: 40px 20px;
	}
	.post-page-form.white-paper-post-page-form .lightbox .lightbox-container .newsletter-signup .form{
		padding: 40px 20px;
	}
	.post-page-form.white-paper-post-page-form .post-white-paper-layout.lightbox .lightbox-container .newsletter-signup .form {
		padding: 40px 20px;
	}
}
.cm-header-button-right {
    cursor: pointer;
}
.lightbox .lightbox-container .newsletter-signup .msg {
    font-size: 16px;
}
.lightbox .lightbox-container .newsletter-signup .msg.done {
    color: #fff !important;
    text-align: left;
	margin-bottom:15px;
}
.lightbox .lightbox-container .newsletter-signup .msg.loading{
	color: #fff !important;
    text-align: left;
}
/*========Sign Up Page css ==========*/
.single-post-page-form .post-page-form.white-paper-post-page-form .lightbox {
    background: transparent;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.single-post-page-form .white-paper-post-page-form .lightbox.post-double-form-layout .form-hr-seprator:before {
    content: "";
    background: #fff;
    height: 1px;
    position: absolute;
    left: 0;
    width: 98%;
    top: 10px;
	z-index:-1;
	right:0;
	margin:0 auto;
}
.single-post-page-form .post-page-form.white-paper-post-page-form .lightbox.post-double-form-layout .lightbox-container .newsletter-signup{
	border-radius:0;
	margin-bottom:0 !important;
}
.single-post-page-form h1 {
    color: #373b3e;
}
.single-post-page-form h2 {
    color: #373b3e;
	text-align:center;
}
.single-post-page-form .lightbox .lightbox-container .newsletter-signup h2{
	color:#fff;
}
.single-post-page-form .lightbox .lightbox-container .newsletter-signup .msg {
    margin-bottom: 15px;
    top: 0;
}

/*========Sign Up Page css ==========*/
/*=============White paper new layout start==========*/
.white-paper-layout {
    background: #F2F3F3;
    margin-bottom: 20px;
    font-size: 14px;
    width: 100%;
    color: #333333;
    padding: 20px;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif !important;
}
.white-paper-layout h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
	padding-bottom:0;
}
.white-paper-layout form {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    font-family: 'Montserrat', sans-serif !important;
}
.white-paper-layout form .msg {
    display: block;
    width: 100%;
    top: 0;
}
.white-paper-layout form .input-container {
    position: relative;
    max-width: 22%;
    flex: 0 0 22%;
    margin-right: 1%;
}
.white-paper-layout form .input-container .img-container {
    max-width: 35px;
    position: absolute;
    max-height: 35px;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid;
    top: 8px;
    left: 8px;
    z-index: 1;
}
.white-paper-layout form .input-container .img-container img {
    max-width: 100%;
}
.white-paper-layout form input[type="email"] {
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #333 !important;
}
.white-paper-layout form input[type="text"] {
    border-radius: 30px;
    background-color: #333;
    color: #fff;
    border: 0;
    min-height: 50px;
    padding-left: 50px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    border-color: #333 !important;
}
.white-paper-layout input[type=text], .white-paper-layout input[type=email] {
    font-size: 14px;
    border: 1px solid #2CB4ED !important;
    color: black;
    border-radius: 5px;
    padding: 5px;
    margin-right: 15px;
    min-width: 200px;
    font-size: 14px;
}
.white-paper-layout form .form-action {
    flex: 0 0 31%;
    max-width: 31%;
    text-align: center;
}
.white-paper-layout form input[type="submit"] {
    border-radius: 30px;
    background: #00A6FF !important;
    color: #fff;
    border: 0;
    min-height: 50px;
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 18px;
	flex:0 0 58%;
	max-width:58%;
	margin-bottom:0;
	margin-right:2%;
}

.white-paper-layout form .form-action .white-paper-action {
   display:flex;
   flex-flow: wrap;
   align-items: flex-end;
}
.white-paper-layout form .forms-extra-links{
	flex:0 0 40%;
	position:relative;
}
.white-paper-layout form .forms-extra-links .whitepaper-signup-form-lightbox {
    border: 1px solid;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    color: #020202;
    margin-top: 0px;
    clear: both;
    font-family: 'Montserrat', sans-serif !important;
    outline: 0 !important;
    font-weight: 600;
    font-size: 18px;
	text-decoration:none;
}
.white-paper-layout form .form-action .white-paper-action .form-hr-seprator p {
    margin: 0;
    padding: 0 2px;
    display: inline-block !important;
    width: auto !important;
    background: #F2F3F3;
	font-family: 'Montserrat', sans-serif !important;
	font-size:12px;
	font-weight:600;
}
.white-paper-layout form .forms-extra-links .form-hr-seprator{
    font-size: 13px;
    color: #020202;
    text-align: center;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 0px;
    padding-bottom: 5px;
    z-index: 1;
}
.white-paper-layout form .forms-extra-links .form-hr-seprator:before {
    content: "";
    background: #020202;
    height: 1px;
    position: absolute;
    left: 0;
    width: 98%;
    top: 16px;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}

@media only screen and (max-width:1250px){
	.white-paper-layout form .input-container {
		position: relative;
		max-width: 100%;
		flex: 0 0 32.5%;
		margin-right: 1%;
	}
	.white-paper-layout form .input-container+.input-container+.input-container {
		margin-right: 0;
	}
	.white-paper-layout form .form-action{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.white-paper-layout form input[type="submit"]{
		flex: 0 0 32.5%;
		max-width: 32.5%;
		margin-right:1%;
	}
	.white-paper-layout form .forms-extra-links {
		flex: 0 0 32.5%;
		position: relative;
	}
	.white-paper-layout form .form-action .white-paper-action .form-hr-seprator p {
		padding: 0 10px;
		font-size: 14px;
	}
}
@media only screen and (max-width:767px){
	.white-paper-layout form .input-container {
		position: relative;
		max-width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
		margin-bottom:20px;
	}
	.white-paper-layout form .input-container+.input-container+.input-container {
		margin-right: 0;
	}
	.white-paper-layout form .form-action{
		max-width: 100%;
		flex: 0 0 100%;
	}
	.white-paper-layout form input[type="submit"]{
		flex: 0 0 100%;
		max-width: 100%;
		margin-right:0;
		margin-bottom:10px;
		margin-top:0;
	}
	.white-paper-layout form .forms-extra-links {
		flex: 0 0 100%;
		position: relative;
	}
}
@media only screen and (max-width:767px){
	.white-paper-layout form .forms-extra-links .form-hr-seprator:before{
		top:12px;
	}
}

.post-page-form.white-paper-post-page-form-new .lightbox{
    overflow-y: inherit;
    display: flex !important;
    align-items: flex-end;
    flex-flow: wrap;
}
.post-page-form.white-paper-post-page-form-new .lightbox.hide{
	display:none !important;
}
.white-paper-post-page-form-new .lightbox .lightbox-container .close-lightbox {
    top: 5px;
}
.white-paper-after-login.white-paper-layout{
	padding:0;
}
.white-paper-after-login .lightbox.post-single-form-layout .lightbox-container {
    max-width: 100%;
}
.white-paper-after-login .lightbox {
    position: relative;
    background: transparent;
    margin: 0;
    padding: 0 !important;
    overflow: auto;
    width: 100%;
    display: block;
}
.white-paper-after-login .lightbox.post-single-form-layout .lightbox-container .newsletter-signup {
    border-radius: 0;
}
.white-paper-after-login .lightbox.post-single-form-layout .lightbox-container .newsletter-signup .icon.popup-left-side,
.white-paper-after-login .lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form{
	padding-top:20px;
	padding-bottom:20px;
}
.white-paper-after-login .lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form{
	background:#F2F3F3;
	color:#2D2C2C;
}
.white-paper-after-login .lightbox.post-single-form-layout .newsletter-signup .form .radio-button label{
	color:#2D2C2C;
	font-weight: 500;
}
.white-paper-after-login .lightbox.post-single-form-layout .newsletter-signup .form .radio-button label a{
	color:#00A6FF;
}
.white-paper-after-login .lightbox.post-single-form-layout form label:before{
	border:1.5px solid #2D2C2C;
	color:#2D2C2C;
}
.white-paper-after-login .lightbox.post-single-form-layout form input[type=checkbox].error+label:before {
    border: 1.5px solid #AA2317;
    box-shadow: none !important;
}
.white-paper-after-login .lightbox.post-single-form-layout .newsletter-signup .form input[type=checkbox]:checked+label:before{
	border:1.5px solid #2D2C2C;
	color:#2D2C2C;
}
.white-paper-after-login .lightbox.post-single-form-layout .popup-table,
.white-paper-after-login form{
	max-width:80%;
	margin:0 auto;
}
.white-paper-after-login .lightbox.post-single-form-layout .lightbox-container .newsletter-signup .form input[type="submit"] {
    max-width: 300px;
    margin-left: auto !important;
    float: none !important;
    margin-right: auto !important;
}
.white-paper-after-unsub-cleaned.white-paper-layout {
    padding: 20px;
}
.white-paper-after-unsub-cleaned.white-paper-layout.white-paper-layout .lightbox.post-single-form-layout .popup-table, .white-paper-after-unsub-cleaned.white-paper-layout form {
    max-width: 100%;
}
.white-paper-after-unsub-cleaned.white-paper-layout form .input-container {
    position: relative;
    max-width: 100%;
    flex: 0 0 25%;
    margin-right: 1%;
}
.white-paper-after-unsub-cleaned.white-paper-layout form .form-action {
    flex: 0 0 22%;
    max-width: 100%;
    text-align: center;
}
.white-paper-after-unsub-cleaned.white-paper-layout form input[type="submit"]{
	flex: 0 0 100%;
    max-width: 100%;
	margin-right:0;
}
.white-paper-after-unsub-cleaned .lightbox.post-double-form-layout .popup-left-content p{
	font-size: 15px;
    line-height: 24px;
}
.white-paper-after-unsub-cleaned .icon-img{
	margin-top:0;
}
@media only screen and (max-width: 1250px){
	.white-paper-after-unsub-cleaned.white-paper-layout form .input-container + .input-container + .input-container {
		margin-right: 1%;
	}
}
@media only screen and (max-width: 1170px){
	.white-paper-after-unsub-cleaned.white-paper-layout form .input-container {
		flex: 0 0 32.5%;
		max-width: 32.5%;
	}
	.white-paper-after-unsub-cleaned.white-paper-layout form .input-container + .input-container + .input-container {
		margin-right: 0;
	}
	.white-paper-after-unsub-cleaned.white-paper-layout form .form-action {
		flex: 0 0 32.5%;
		max-width: 32.5%;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px){
	.white-paper-after-unsub-cleaned.white-paper-layout form .input-container {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.white-paper-after-unsub-cleaned.white-paper-layout form .form-action {
		margin-top: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 600px){
	.white-paper-post-page-form .lightbox.post-double-form-layout .form-hr-seprator:before{
		top:11px;
	}
}
@media only screen and (max-width: 400px){
	.white-paper-after-unsub-cleaned.white-paper-layout{
		padding:15px;
	}
}
.white-paper-access-now .lightbox .lightbox-container .newsletter-signup h2 {
    margin: 0;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container .image-input-container {
    position: relative;
    margin-bottom: 30px;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container .image-input-container input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    margin: 0;
    height: 100%;
    padding: 0;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .form .input-container .image-input-container .image-container {
    width: 100%;
    height: 100%;
}
.white-paper-access-now .btn.btn-primary {
    border-radius: 30px;
    background: #0090D6 !important;
    float: none !important;
    border: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    width: 250px !important;
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    color: white !important;
    display: block;
    line-height: 35px;
    margin: 0 auto;
}
.events-landinglive .listing-event .author,
.article_head .header_top .author{
	display:block;
	width:100%;
	clear:both;
}
.events-landinglive .listing-event .author img {
    max-width: 60px;
    width: auto;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.events-landinglive .listing-event .author a,
.article_head .header_top .author img a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.article_head .header_top .author img {
    float: none;
    max-width: 60px;
    max-height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.lightbox.header-signup-lightbox {
    overflow-x: auto;
}
.header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-studio #studio_checkbox label:before{
	visibility:visible;
	opacity:1;
}
.lightbox.slide-signup-lightbox {
    z-index: 9999;
}
.post_contents .attend-lightbox.lightbox form input[type="checkbox"].error + label:before, .header-signup-lightbox .lightbox-container .newsletter-signup .signup-form-studio #studio_checkbox .error+ label:before {
    border-color: #AA2317;
}
@media only screen and (max-width:767px){
	.signup-form-studio .icon-center {
		display: none;
	}
}