/**
* Sitewide styles
*/
body {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0 !important;
    color: #001114;
}
h1, h2, h3, h4, h5,h6 {
    font-family: 'freight-display-pro', serif;
}
h3 {
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.3px;
}
h4 {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0.3px;
}
h4 hr {
    width: calc(100% - 105px);
    margin: -5px 0 0 auto;
}
a,
a:hover,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}
.entry-content a,
.entry-content a:hover,
.entry-content a:visited,
.entry-content a:active {
    color: #00B2CC;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 10px;
}
input, textarea {
    max-width: 100%;
}
blockquote {
    font-family: 'freight-display-pro', serif;
    font-weight: bold;
    color: #001114;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 10px;
    position: relative;
}
blockquote::before {
    content: url(/wp-content/themes/circularonline/img/open-quote.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 81px;
    height: 53px;
}
blockquote::after {
    content: url(/wp-content/themes/circularonline/img/close-quote.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 81px;
    height: 53px;
}
blockquote p {
    border-left: 8px solid #00B2CC;
    padding-left: 36px;
    padding-right: 36px;
    margin: 50px 0;
}
hr {
    height: 1px;
    background-color: #001114;
}
.circular-blue {
    color: #00B2CC;
}
.circular-purple {
    color: #62348A;
}
.circular-red {
    color: #E7432C;
}
.circular-yellow {
    color: #F9D226;
}
.circular-grey {
    color: #F4F4F4;
}
.circular-black {
    color: #001114;
}
.circular-white {
    color: #ffffff;
}
.circular-green {
    color: #BDEAF3;
}
.bg-blue {
    background-color: #00B2CC;
}
.bg-purple {
    background-color: #62348A;
}
.bg-red {
    background-color: #E7432C;
}
.bg-yellow {
    background-color: #F9D226;
}
.bg-grey {
    background-color: #F4F4F4;
}
.bg-black {
    background-color: #001114;
}
.bg-white {
    background-color: #ffffff;
}
.bg-green {
    background-color: #BDEAF3;
}
/* Buttons */
.circular-btn,
button,
input[type=button],
input[type=submit] {
    color: #ffffff !important;
    font-size: 16px;
    border: 2px solid #00b2cc;
    background: #00b2cc;
    border-color: #00b2cc;
    border-radius: 6px;
}
.circular-btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #98DFEA;
    border-color: #98DFEA;
}
.circular-btn.clicked,
button.clicked,
input[type=button].clicked,
input[type=submit].clicked {
    background-color: #ffffff;
    color: #00b2cc;
}
.circular-btn,
input[type=button].circular-btn,
input[type=submit].circular-btn {
    display: inline-block;
    padding: 10px 20px;
}

/* Tables */
table tbody tr:nth-child(odd) {
    background-color: #efefef;
}
table tbody tr td {
    padding: 6px;
}

/**
 * Images
 */
 figure {
    margin: 0;
 }
img {
    max-width: 100%;
    height: auto;
}
img.alignleft {
    float: left;
    margin: 10px;
    margin-left: 0;
}
img.alignright {
    float: right;
    margin: 10px;
    margin-right: 0;
}
img.aligncenter {
    margin: 10px;
}
@media only screen and (min-width: 48em) {
    img.alignleft {
        margin: 10px 35px;
        margin-left: 0;
    }
    img.alignright {
        margin: 10px 35px;
        margin-right: 0;
    }
    img.aligncenter {
        margin: 10px 35px;
    }
}
.author-card__image img.avatar {
    border-radius: 50%;
}
#content {
    margin-top: 153px;
}

@media only screen and (min-width: 48em) {
    #content {
        margin-top: 135px;
    }
}
@media only screen and (min-width: 64em) {
    #content {
        margin-top: 148px;
    }
}
/**
* Header
*/
.site-header {
    text-align: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
body.admin-bar .site-header {
    top: 32px;
}
@media only screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}
@media only screen and (max-width: 600px) {
    body.admin-bar .site-header.fix-masthead {
        top: 0;
        transition: top 200ms ease;
    }
}
.site-header > .wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-header .site-branding h2 {
    font-size: 35px;
    line-height: 44px;
    margin: 0;
}
.site-header .site-branding .site-description {
    margin: 0;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
}
.site-header > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.site-header .social-media {
    display: none;
}
@media only screen and (min-width: 48em) {
    .site-header > .wrapper {
        flex-direction: row;
    }
    .site-header .site-branding {
        width: 280px;
    }
    .site-header #search {
        width: calc(66% - 280px);
    }
    .site-header .social-media {
        display: block;
        width: 33%;
        text-align: right;
        margin: 42px 0 0 0;
    }
    .site-header {
        background: #ffffff;
    }
    .site-header > .wrapper {
        padding-bottom: 10px;
    }
    .site-header > .wrapper.display-block {
        display: block;
        padding-top: 5px;
    }
    .site-header .site-branding h2 {
        font-size: 50px;
        line-height: 75px;
        margin: 0;
        text-align: left;
    }
    .site-header .site-branding .site-description {
        margin: 0;
        margin-top: -12px;
        text-transform: uppercase;
        font-size: 9px;
        line-height: 13px;
        letter-spacing: 1.5px;
        text-align: left;
    }
}
@media only screen and (min-width: 64em) {
    .site-header .site-branding {
        width: 33%;
    }
    .site-header #search {
        width: 33%;
        margin-top: 35px;
    }
    .site-header .social-media {
        width: 33%;
        margin: 50px 0 0 0;
    }
    .site-header .site-branding h2 {
        font-size: 72px;
        line-height: 85px;
        margin: 0;
    }
    .site-header .site-branding .site-description {
        margin: 0;
        margin-top: -16px;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 20px;
        letter-spacing: 1.5px;
    }
}
.site-header .social-media a {
    margin: 5px;
}

.site-header #search {
    margin: 10px 0;
}
.search-form label {
    display: inline-block;
    width: calc(100% - 86px);
}
.search-form input[type=search] {
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid #00b2cc;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
}
.search-form .search-submit {
    margin-left: -7px;
    padding: 1px 25px 0px 25px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 30px;
    vertical-align: bottom;
    min-height: 50px;
    min-width: 84px;
}
.search-container {
    margin-bottom:10px;
}
@media only screen and (min-width: 48em) {
    .search-form label {
        width: calc(100% - 61px);
    }
    .site-header #search {
        margin: 32px 0 0 0;
    }
    .search-form input[type=search] {
        border: 1px solid #00b2cc;
        height: 36px;
    }
    .search-form .search-submit {
        min-height: 44px;
        min-width: 61px;
        padding: 0px 15px 0px 15px;
        font-size: 27px;
    }
}
@media only screen and (min-width: 64em) {
    .search-form label {
        width: calc(100% - 86px);
    }
    .site-header #search {
        margin: 34px 0 0 0;
    }
    .search-form input[type=search] {
        border: 2px solid #00b2cc;
        height: 40px;
    }
    .search-form .search-submit {
        min-height: 50px;
        min-width: 84px;
        padding: 1px 25px 0px 25px;
        font-size: 30px;
    }
}

/**
* Navigation
*/
.site-header .main-navigation-wrapper nav.main-navigation {
    float: none;
}
.site-header .main-navigation-wrapper nav.main-navigation ul ul {
    background-color: #ffffff;
}
.site-header .main-navigation-wrapper nav.main-navigation li {
    float: none;
    display: block;
    padding: 5px 14px 0 14px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1.12px;
}
.site-header .main-navigation-wrapper nav.main-navigation li a {
    text-transform: uppercase;
}
.site-header .main-navigation-wrapper nav.main-navigation #primary-menu > li > a::after {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    background: #00b2cc;
    transition: all .2s ease-in-out;
    margin: 3px auto 0;
}
.site-header .main-navigation-wrapper nav.main-navigation #primary-menu > li.current-menu-item > a::after,
.site-header .main-navigation-wrapper nav.main-navigation #primary-menu > li > a:hover::after {
    width: 100%;
}
.site-header .main-navigation-wrapper hr {
    background-color: #f4f4f4;
    width: 95%;
    max-width: 1000px;
    margin-top: 6px;
    margin-bottom: 0;
}
.site-header .menu-toggle,
.site-header .menu-toggle:hover {
    background: none;
    border: none;
    color: #001114;
    font-size: 30px;
    z-index: 60;
}
.site-header .menu-toggle {
    display: block;
    outline: none;
    padding-left: 10px;
}
.site-header .main-navigation .menu-primary-menu-container > ul {
    display: none;
}
@media only screen and (min-width: 48em) {
    .site-header .menu-toggle {
        display: none;
    }
    .site-header .main-navigation .menu-primary-menu-container > ul {
        display: block;
    }
    .site-header .main-navigation-wrapper nav.main-navigation li {
        display: inline-block;
    }
    .site-header .main-navigation-wrapper hr {
        margin-top: -2px;
        margin-bottom: 0;
    }
}
.site-header .main-navigation-wrapper nav.main-navigation .sub-menu li {
    font-size: 13px;
}
.site-header .main-navigation .sub-menu li:hover,
.site-header .main-navigation .sub-menu li.current-menu-item {
    background-color: #98DFEA;
}
.site-header .main-navigation .sub-menu li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #E2E0E2;
}

/* Mobile menu */
.site-header .main-navigation-wrapper button {
    position: absolute;
    bottom: 100px;
}
.site-header .mobile-top-level-menu {
    display: none;
    width: 95%;
    margin: auto;
    z-index: 50;
    text-align: left;
    text-transform: uppercase;
    height: calc(100vh - 133px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.site-header .mobile-top-level-menu::-webkit-scrollbar {
    display: none;
}
.site-header .mobile-top-level-menu .menu-primary-menu-container {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}
.site-header .mobile-top-level-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-header .mobile-top-level-menu #primary-menu li {
    position: relative;
}
.site-header .mobile-top-level-menu #primary-menu li:hover > a,
.site-header .mobile-top-level-menu #primary-menu li.current-menu-item > a {
    border-bottom: 1px solid #98DFEA;
    background-color: #98DFEA;
}
.site-header .mobile-top-level-menu #primary-menu li a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #E2E0E2;
}
.site-header .mobile-top-level-menu #primary-menu li.menu-item-has-children > a:after {
    position: absolute;
    right: 10px;
    background-image: url("/wp-content/themes/circularonline/img/cross_blue.png");
    background-size: 21px 20px;
    background-repeat: no-repeat;
    background-position: top center;
    width: 21px;
    height: 20px;
    display: inline-block;
    content: "";
    cursor: pointer;
}
.site-header .mobile-top-level-menu #primary-menu li.menu-item-has-children.mobile-menu-top-opened > a:after {
    background-image: url("/wp-content/themes/circularonline/img/minus_blue.png");
}
.site-header .mobile-top-level-menu #primary-menu > li > .sub-menu .sub-menu {
    display: none;
}
.site-header .mobile-top-level-menu #primary-menu > li > .sub-menu {
    display: none;
    overflow: hidden;
}
.site-header .mobile-top-level-menu #primary-menu .sub-menu {
    background-color: #ffffff;
    font-size: 13px;
}
.site-header .mobile-top-level-menu #primary-menu .sub-menu li {
    width: 90%;
    min-width: 285px;
    margin: auto;
    font-size: 13px;
}
.site-header .mobile-top-level-menu #primary-menu .sub-menu li a {
    outline: none;
    padding-left: 0;
}
@media only screen and (min-width: 48em) {
    .site-header .mobile-top-level-menu {
        display: none !important;
    }
    .site-header .menu-toggle {
        display: none;
    }
    .site-header .main-navigation .menu-primary-menu-container > ul {
        display: block;
    }
}
.site-header .mobile-top-level-menu .social-media {
    position: unset;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    background-color: rgba(255,255,255,0.9);
}
.site-header .menu-toggle span,
.site-header .menu-toggle span:before,
.site-header .menu-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #001114;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
.site-header .menu-toggle span:before {
    top: -10px;
}
.site-header .menu-toggle span:after {
    top: 10px;
}
.site-header .menu-toggle.active span {
    background-color: transparent;
}
.site-header .menu-toggle.active span:before,
.site-header .menu-toggle.active span:after {
    top: 0;
}
.site-header .menu-toggle.active span:before {
    transform: rotate(45deg);
    transition-duration: 0.2s;
}
.site-header .menu-toggle.active span:after {
    transform: rotate(-45deg);
    transition-duration: 0.2s;
}

/**
* Footer
*/
.site-footer {
    background-color: #001114;
    width: 100%;
    text-align: center;
    color: #ffffff;
}
.site-footer .about-site {
    padding: 10px;
}
.site-footer .about-site__section {
    padding: 20px;
}
@media only screen and (min-width: 35.5em) {
    .site-footer .about-site__section {
        text-align: left;
    }
}
@media only screen and (min-width: 48em) {
    .site-footer .about-site {
        padding: 30px 50px;
    }
}
@media only screen and (min-width: 64em) {
    .site-footer .about-site__section {
        padding: 20px 40px;
    }
}
.site-footer .about-site__section h3 {
    text-transform: uppercase;
    font-size:1.28125em;/* 20.5px */
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .site-footer .about-site__section h3 {
        font-size: 1.734375em; /* 27.75px */
    }
}
@media only screen and (max-width: 1024px) {
    .site-footer .about-site__section h3 {
        font-size:1.28125em;/* 20.5px */
    }
}
@media only screen and (min-width: 1181px) {
    .site-footer .about-site__section h3 {
        font-size: 1.734375em; /* 27.75px */
    }
}
.site-footer .about-site__section p {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0.3px;
}
.site-footer .social-media a {
    margin: 5px 15px;
    font-size: 24px;
}
.site-footer .ciwm-logos h2 {
    font-size: 64px;
    line-height: 115px;
    margin: 0;
}
.site-footer .ciwm-logos img {
    display: inline-block;
    margin: auto;
}
.site-footer .footer-navigation ul {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.site-footer .footer-navigation li {
    display: inline-block;
}
.site-footer .footer-navigation li:not(:first-child):before {
    content: '';
    width: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 4px;
    height: 16px;
}
.site-footer #memcom-logo {
    float: none;
    margin-left: 0;
    margin-top: 30px;
}
@media screen and (min-width: 37.5em) {
  .site-footer .ciwm-logos h2 {
    font-size: 90px;
  }
}
@media screen and (min-width: 64em) {
    .site-footer #memcom-logo {
        float: left;
        margin-left: 90px;
        margin-top: 0;
    }
}

/**
* CIWM login page
*/
.ciwm-log-in {
    width:100%;
    max-width:600px;
    margin:auto;
    text-align: center;
}
.ciwm-log-in a,
.ciwm-log-in a:hover {
    color: #00B2CC;
}

/**
* Post blocks
*/
.see-more-posts {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    margin: 20px 0;
}
.see-more-posts hr {
    width: calc(100% - 160px);
    display: inline-block;
    margin: 7px 0;
}
.see-more-posts img {
    width: 21px;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
.post-block-container {
    padding: 0 10px 10px 10px;
}
.post-block:hover {
    -webkit-box-shadow: 2px 8px 10px 0px #EFEDEF;
    -moz-box-shadow: 2px 8px 10px 0px #EFEDEF;
    box-shadow: 2px 8px 10px 0px #EFEDEF;
}
.home .video-content .post-block:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.post-block.solid-bg {
    border: 1px solid #f4f4f4;
}
.post-block.solid-bg:hover {
    -webkit-box-shadow: 2px 8px 10px 0px #E2E0E2;
    -moz-box-shadow: 2px 8px 10px 0px #E2E0E2;
    box-shadow: 2px 8px 10px 0px #E2E0E2;;
}
.post-block__image > div {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.post-block__image a {
    display: block;
    height: 100%;
    padding-bottom: 55%;
}
.magazine-carousel__container .post-block__image a,
.magazine-posts .post-block__image a {
    padding-bottom: 124%;
}
.post-block__image > div::before {
    display: block;
    content: '';
    width: 0;
    height: 10px;
    background: #00b2cc;
    background-color: inherit;
    transition: all .2s ease-in-out;
    margin: -10px 0 0 0;
    position: absolute;
    bottom: 0;
}
.post-block:hover .post-block__image > div::before {
    width: 100%;
}
.magazine-carousel__container .post-block:hover .post-block__image > div::before,
.magazine-posts .post-block:hover .post-block__image > div::before {
    width: 0;
}
.post-block__image img {
    display: block;
}
.post-block__video {
    position: relative;
    padding-bottom: 56.25%;
}
.post-block__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.post-block--horiz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.post-block--horiz .post-block__image {
    width: 34%;
}
.post-block--horiz .post-block__text {
    width: 66%;
}
@media only screen and (min-width: 48em) {
    .post-block-container.large-block .post-block--horiz .post-block__image,
    .post-block-container.large-block .post-block--horiz .post-block__text {
        width: 50%;
    }
}

.post-block__pill {
    position: absolute;
    top: 13px;
    min-width: 180px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    opacity: 0.9;
    padding: 0 12px 0 6px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
}
.post-block__pill p {
    margin: 0;
}
.post-block--horiz .post-block__pill {
    min-width: auto;
}
.post-block__text {
    padding: 5px;
    position: relative;
}
.post-block--horiz .post-block__text {
    padding-left: 10px;
    padding-top: 0;
}
.post-block__text .post-block__title {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.post-block__text .post-block__excerpt {
    margin: 5px 0;
    font-size: 21px;
    line-height: 26px;
}
.post-block__text .post-block__category {
    margin: 0;
    color: #00B2CC;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.25px;
    font-family: "Freight Display Pro";
    font-weight: normal;
}
.post-block__text .post-block__tag {
    font-size: 14px;
    line-height: 19px;
    text-transform: lowercase;
    color: #595959;
    margin: 10px 0 0 0;
}
.post-block__text .post-block__date {
    font-size: 14px;
    line-height: 19px;
    margin: 10px 0;
}
.post-block__padlock {
    position: absolute;
    right: 5px;
    bottom: 0px;
}
/* Large post blocks */
.post-block-container.large-block .post-block__text .post-block__title {
    font-size: 26px;
    line-height: 28px;
}
.post-block-container.large-block .post-block__text .post-block__category {
    font-size: 18px;
    line-height: 24px;
}
.post-block-container.large-block .post-block__text .post-block__tag {
    font-size: 18px;
    line-height: 24px;
}
.post-block-container.large-block .post-block__text .post-block__date {
    font-size: 18px;
    line-height: 24px;
}
/* Most read items post block */
.most-read-container h4,
.twitter-feed-container h4 {
    margin-top: 7px;
}
.most-read-container h4 hr {
    width: calc(100% - 220px);
    margin: -5px 0 0 auto;
}
.most-read-items .post-block-container {
    padding: 0 0 15px 0;
}
.most-read-items .post-block__text .post-block__title {
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
.most-read-items .post-block__text .post-block__category {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    color: #001114;
}
.most-read-items .post-block__text .post-block__tag {
    font-size: 12px;
    line-height: 17px;
    margin: 5px 0;
}
.most-read-items .post-block__text .post-block__date {
    font-size: 11px;
    line-height: 15px;
    margin: 5px 0 0 0;
}

/**
* Homepage
*/
.home .home-leaderboard h4 {
    margin: 0;
}
.home .home-leaderboard__top-stories {
    background-color: #F4F4F4;
}
.home .home-leaderboard__top-stories--grey {
    padding: 20px;
}
.home .home-leaderboard .home-leaderboard__top-stories .post-block-container {
    padding: 8px 0;
}
.home .home-leaderboard .home-leaderboard__top-stories h4::after {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    background: #001114;
    transition: all .2s ease-in-out;
    margin: 12px 0;
}
.home .home-leaderboard .home-leaderboard__top-stories .post-block:hover h4::after {
    width: 100%;
}
.home .home-leaderboard .home-leaderboard__top-stories h4.top-stories__title::after {
    width: 100%;
}
.home .home-leaderboard .home-leaderboard__top-stories .post-block__title {
    font-size: 20px;
    line-height: 20px;
}
.home .home-leaderboard .home-leaderboard__top-stories .post-block .post-block__tag {
    font-size: 14px;
}
.home .home-leaderboard .home-leaderboard__top-stories .post-block:hover {
    -webkit-box-shadow: 2px 8px 10px 0px #E2E0E2;
    -moz-box-shadow: 2px 8px 10px 0px #E2E0E2;
    box-shadow: 2px 8px 10px 0px #E2E0E2;;
}
/* Lead story */
.home .home-leaderboard .lead-story {
    position: relative;
}
.home .home-leaderboard .lead-story .lead-story__image {
    width: 100%;
    padding-top: 67%;
    height: 0;
    background-size: cover;
}
.home .home-leaderboard .lead-story__text {
    position: absolute;
    left: 0;
    bottom: 32px;
    z-index: 2;
    background: rgba(0, 178, 204, .8);
    padding: 16px 60px 16px 16px;
    max-width: 90%;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    min-height: 120px;
    color: #fff;
}
.home .home-leaderboard .lead-story__text h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 21px;
    line-height: 21px;
}
.home .home-leaderboard .lead-story__text h4 {
    font-size: 30px;
    line-height: 38px;
}
.home .home-leaderboard .lead-story__text .lead-story__excerpt {
    display: none;
}
@media only screen and (min-width: 35.5em) {
  .home .home-leaderboard .lead-story__text .lead-story__excerpt {
      display: block;
  }
}
@media only screen and (min-width: 64em) {
    .home .home-leaderboard {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .home .home-leaderboard__lead-story {
        width: 60%;
    }
    .home .home-leaderboard__top-stories {
        width: 40%;
    }
    .home .home-leaderboard .lead-story .lead-story__image {
        height: 100%;
    }
}

@media only screen and (min-width: 64em) {
    .home .latest-news-container,
    .home .homepage-news-posts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .home .latest-news-container .latest-news-items,
    .home .homepage-news-posts .homepage-news-posts__content {
        width: calc(100% - 300px);
        padding-right: 10px;
    }
    .home .latest-news-container .widget-area,
    .home .homepage-news-posts .connect-area {
        width: 300px;
    }
    .home .homepage-news-posts .connect-area {
        margin-top: 98px;
    }
}
.home .latest-news-container .latest-news-sidebar img {
    vertical-align: top;
    margin-bottom: 5px;
}
.home .video-content {
    margin: 20px 0;
}

/* Sidebar content */
.connect-area {
    margin: 30px 0;
}
.connect-area .social-media {
    text-align: center;
    color: #ffffff;
    margin: 10px 0;
}
.connect-area .social-media a {
    margin: 5px 15px;
    font-size: 24px;
}
.connect-area > * {
    width: 300px !important;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 639px) {
    .connect-area {
        max-width: 300px;
        margin: auto;
    }
}
@media only screen and (min-width: 640px) and (max-width: 939px) {
    .connect-area > *,
    .connect-area > .google-advert {
        margin-left: calc((100% - 620px) / 3);
    }
}
@media only screen and (min-width: 940px) and (max-width: 1023px) {
    .connect-area > *,
    .connect-area > .google-advert {
        margin-left: calc((100% - 920px) / 4);
    }
}
@media only screen and (min-width: 64em) {
    .connect-area > * {
        margin: 0;
    }
}
.circularonline-rss-widget {
    clear: both;
    width: 300px;
    background-color: #ffffff;
    background-image: url(/wp-content/uploads/2019/03/jobs-bg.jpg);
    background-size: 300px auto;
    background-position: center top;
    padding-top: 100px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    background-repeat: no-repeat;
    border-bottom: 2px #00B2CC solid;
}
.circularonline-rss-widget .widgettitle {
    color: #666;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    background-image: none;
    font-family: 'Open Sans', sans-serif;
}
.circularonline-rss-widget .widgettitle a:first-of-type {
    display: none;
}
.circularonline-rss-widget a {
    font-weight: bold;
    text-decoration: none;
    color: #00B2CC;
}
.circularonline-rss-widget ul {
    font-size: 15px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.circularonline-rss-widget ul li {
    color: #777;
    font-size: 12px;
    padding-bottom: 8px;
}

/* Pagination */
.circularonline-pagination {
    text-align: center;
    margin: 20px;
    font-size: 0px;
}
.circularonline-pagination .page-numbers {
    color: #00B2CC;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    border: 1px solid #00B2CC;
    padding: 5px;
    min-width: 30px;
    border-left: none;
}
.circularonline-pagination .page-numbers.first {
    padding: 5px 10px;
    margin-right: 5px;
    border-left: 1px solid #00B2CC;
}
.circularonline-pagination .page-numbers.last {
    padding: 5px 10px;
    margin-left: 5px;
    border-left: 1px solid #00B2CC;
}
.circularonline-pagination a.page-numbers:nth-of-type(2) {
    border-left: 1px solid #00B2CC;
}
.circularonline-pagination .page-numbers.current,
.circularonline-pagination .page-numbers:hover {
    color: #ffffff;
    background-color: #00B2CC;
    border-color: #00B2CC;
}
.circularonline-pagination .page-numbers.dots:hover {
    color: #00B2CC;
    background-color: #ffffff;
    border-color: #00B2CC;
}

/**
* Magazine carousel
*/
.magazine-carousel .magazine-carousel__items.slick-slider {
    margin: 0 60px;
}
.magazine-carousel .magazine-carousel__items .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 40px;
}
.magazine-carousel .magazine-carousel__items .slick-prev {
    left: -40px;
}
.magazine-carousel .magazine-carousel__items .slick-next {
    right: -40px;
}
.magazine-carousel .post-block__title {
    padding-right: 15px;
}

/**
* Magazine search results
*/
.search-result__page {
    font-size: 0.6em;
}

/**
* Sponsored style
*/
.label-sponsored {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #0993A7;
    padding: 10px 0;
}
.banner-sponsored .logo {
    height: 30px;
    vertical-align: middle;
}
.banner-sponsored .content {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0993A7;
    padding: 10px;
}

/* Standard page */
@media only screen and (min-width: 64em) {
    .standard-page main > .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .standard-page main > .wrapper > header {
        width: 100%;
    }
    .standard-page main > .wrapper > article {
        width: calc(100% - 300px);
        padding-right: 20px;
    }
    .standard-page main > .wrapper > .widget-area,
    .standard-page main > .wrapper > .connect-area {
        width: 300px;
    }
}

/* Single post */
@media only screen and (min-width: 64em) {
    .single .site-main > .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .single .site-main > .wrapper > article {
        width: calc(100% - 300px);
        padding-right: 20px;
    }
    .single .site-main > .wrapper > .widget-area,
    .single .site-main > .wrapper > .connect-area {
        width: 300px;
    }
}
.single .entry-title {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.3px;
    margin-bottom: 7px;
}
.single-post__category {
    margin: 7px 0;
    color: #00B2CC;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.3px;
    font-family: "Freight Display Pro";
    font-weight: normal;
}
.single #breadcrumbs {
    color: #969696;
    font-size: 10px;
}
.single .entry-footer {
    margin: 30px 0;
}
@media only screen and (min-width: 48em) {
    .single .entry-footer .flexed {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .single .entry-footer .flexed .author-card {
        width: calc(100% - 410px);
    }
    .single .entry-footer .flexed .essb_share {
        width: 400px;
        text-align: right;
    }
}
.single .entry-footer .essb_share::before {
    content: 'SHARE';
    margin-right: 20px;
    position: relative;
    top: 3px;
}
.single .entry-footer .essb_share ul {
    display: inline-block;
}
.single .related-articles {
    padding-bottom: 40px;
}
.single .related-articles h3 {
    color: #ffffff;
}
.single .related-articles .post-block-container {
    padding-left: 20px;
    padding-right: 20px;
}
.single .related-articles .post-block.solid-bg:hover {
    -webkit-box-shadow: 2px 8px 10px 0px #134B60;
    -moz-box-shadow: 2px 8px 10px 0px #134B60;
    box-shadow: 2px 8px 10px 0px #134B60;;
}

.tags-links a,
.tags-links a:hover,
.tags-links a:visited,
.tags-links a:active {
    color: #00B2CC;
}

.author-card .author-card__image,
.author-card .author-card__text {
    display: inline-block;
}
.author-card .author-card__image {
    width: 60px;
}
.author-card.bio .author-card__image {
    width: 120px;
}
.author-card .author-card__text {
    padding-left: 10px;
    vertical-align: top;
    font-size: 18px;
    line-height: 22px;
    width: calc(100% - 140px);
}
.author-card .author-card__text h4 {
    margin: 10px 0;
}
.author-card .author-card__text p {
    margin: 12px 0;
}

/**
* Insights landing page
*/
.insights-page article.page {
    margin-bottom: 0;
}
.insights-page .entry-header,
.insights-page .entry-content {
    display: none;
}
@media only screen and (min-width: 48em) {
    .insights-page .features-posts .post-block-container {
        padding: 0 20px 10px 20px;
    }
}
@media only screen and (min-width: 64em) {
    .insights-page .split-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .insights-page .split-content .split-content__body {
        width: calc(100% - 300px);
        padding-right: 10px;
    }
    .insights-page .split-content .split-content__sidebar {
        width: 300px;
    }
}

/**
* Knowledge centre landing page
*/
.page-id-18 .post-18 > .entry-content,
.page-id-18 .post-18 > .entry-content > p:first-of-type {
    margin-top: 0;
}
.page-id-18 .connect-area {
    margin-top: 0;
}
.page-id-18 .post-18 h3 {
    margin-top: 10px;
}
.page-id-18 .magazine-carousel h3 {
    margin-top: 0;
}

/**
* Page filters
*/
.archive.category .page-title {
    margin-bottom: 0;
}
.cat-buttons > .wrapper {
    padding-top: 0;
    margin-bottom: 20px;
}
.cat-buttons form {
    margin: auto;
    text-align: center;
}
.cat-dropdown form {
    margin: auto;
    text-align: center;
}
.cat-dropdown form > * {
    vertical-align: middle;
    margin: 5px 0;
}
.cat-dropdown__label {
    color: #fff;
}
.cat-dropdown .ui.dropdown .menu > .item {
    color: #001114;
    font-size: 15px;
}
.cat-dropdown .ui.label {
    background-color: #EFEDEF;
    color: #001114;
    font-weight: normal;
    border-radius: 4px;
}
.cat-dropdown .delete.icon {
    cursor: pointer;
    margin-right: 0;
    margin-left: .5em;
    font-size: .92857143em;
    opacity: .5;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    font-style: normal;
}
.cat-dropdown .icon.delete:before {
    content: "x";
}
.cat-dropdown .ui.dropdown .menu > .item:hover {
    background: rgba(152,223,234,0.3);
}
/* Add half a menu item to Semantic UI dropdowns to better indicate scrollability */
@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        max-height: 9.349999995rem; /* 8.01428571rem + 1.335714285 */
    }
}
@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        max-height: 12.0214285763rem; /* 10.68571429rem + 1.3357142863 */
    }
}
@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 17.3642857158rem; /* 16.02857143rem + 1.3357142858 */
    }
}
@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 22.7071428556rem; /* 21.37142857rem + 1.3357142856 */
    }
}
.cat-dropdown .cat-dropdown__clear {
    background-color: #98DFEA;
    border-color: #00B2CC;
    color: #001114;
    font-weight: normal;
    font-family: inherit;
    min-width: 14em;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
}
.cat-dropdown .cat-dropdown__clear:hover {
    border-color: #00B2CC;
    color: #001114;
}
.cat-buttons__tab {
    display: block;
    margin: 10px 10px;
    background: #00B2CC;
    border-radius: 4px;
    opacity: 0.8;
    min-width: 170px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border: 2px solid #00B2CC;
}
.cat-buttons__label {
    font-size: 18px;
    line-height: 24px;
}
.cat-buttons__tab.checked {
    background: #ffffff;
    color: #00B2CC;
}
.cat-buttons__tab input[type=checkbox] {
    display: none;
}
.cat-buttons__tab label {
    padding: 4px 20px;
    display: block;
    cursor: pointer;
}
@media only screen and (min-width: 48em) {
    .cat-buttons__tab {
        display: inline-block;
    }
}
.sidebar-filters {
    padding: 10px;
}
.sidebar-filters .stacked-checkboxes {
    margin: 11px 0;
}
.sidebar-filters .stacked-checkboxes input[type=checkbox] {
    margin-right: 7px;
}
.sidebar-filters .stacked-checkboxes label {
    font-size: 14px;
    line-height: 19px;
}
.sidebar-filters .sidebar-filters__main-title {
    font-size: 21px;
    line-height: 28px;
    margin-top: 16px;
    margin-bottom: 0;
}
.sidebar-filters .sidebar-filters__title {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

/**
* 404 page
*/
.error-404 {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.error-404 p {
    margin: 60px 0;
}

/**
* Adverts
*/
.google-advert {
    margin: 20px auto;
    width: 300px;
    overflow: hidden;
}
.connect-area .google-advert,
.widget-area .google-advert {
    margin: 0 auto;
    padding: 10px 0;
}
.google-advert iframe {
    display: block;
    margin: auto;
    border: 1px solid #001114 !important;
}
@media only screen and (min-width: 64em) {
    .google-advert {
        width: auto;
    }
}

/**
* Cookie management
*/
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button {
    background-color: #00b2cc!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.change-settings-button:hover {
    background-color: #001114!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
    background-color: #001114!important;
    border-color: #001114!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close i, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon:hover {
    background-color: #00b2cc!important;
    border: 1px solid #00b2cc!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close:hover span.gdpr-icon {
    color: #ffffff!important;
}

/**
* Content hiding
*/
.hidden {
    display: none;
}
.hide-desktop {
    display: block;
}
.hide-mobile {
    display: none;
}
@media only screen and (min-width: 64em) {
    .hide-desktop {
        display: none;
    }
    .hide-mobile {
        display: block;
    }
}

/**
* Directory
*/
#dirprosearch input[type="text"] {
    width: 100%;
}
.cbp-item .card-img-container:hover {
    cursor: auto !important;
}
.cbp-item .card {
    border: 1px solid rgba(0,0,0,0.125) !important;
}
.cbp-item .card-img-container,
.cbp-item .card-img-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}
.cbp-item .card-img-container a {
    display: flex;
    align-items: center;
    min-height: 230px;
}
.cbp-item .card-img-container a img {
    display: flex;
    max-height: 230px;
    object-fit: contain;
    padding: .5rem;
}
.cbp-item .intro-text,
.cbp-item .address {
    font-size: 13px;
}
.cbp-item .email {
    background: none;
    border: none;
    color: #949ca5 !important;
    text-transform: none;
    font-size: 13px;
}
.cbp-item .email a {
    color: #949ca5 !important;
    font-size: 13px;
}
.cbp-item .telephone,
.cbp-item .telephone a,
.cbp-item .website,
.cbp-item .website a {
    color: #949ca5 !important;
    font-size: 13px;
}
.cbp-item .website a:hover {
    text-decoration: underline !important;
}
.cbp-item .categories {
    font-size: 13px;
}
.intro-text p {
    font-family: 'freight-display-pro', serif;
    font-size: 20px !important;
}
.intro-text p a {
    color: #00b2cc !important;
}
/* Category filter */
.dirpro__category-filter ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.dirpro__category-filter ul li {
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
}
.dirpro__category-filter ul li a {
    font-size: 15px;
}
.dirpro__category-filter ul li a:hover {
    color: #000 !important;
}
.dirpro__category-filter ul li.active > a {
    font-weight: 600;
    color: #00b2cc !important;
}
.dirpro__category-filter ul li.open ul {
    display: block;
}
.dirpro__category-filter ul ul {
    display: none;
}
.dirpro__category-filter ul ul li {
    border-bottom: none;
    padding: 0;
}
.dirpro__category-filter ul ul li a {
    padding-left: 12px;
}
.submenu-indicator {
    float: right;
}
.submenu-indicator:hover {
    cursor: pointer;
}
.dirpro__reset-filter {
    text-align: center;
}
.archieve-page .dirpro__reset-filter a {
    color: #fff !important;
    background-color: #00b2cc !important;
    padding: 8px 32px;
    border-radius: .2rem;
    font-size: 14px;
    height: 40px;
    display: inline-block;
}
/* Breadcrumb */
.single-directories #breadcrumbs,
.single-directories #breadcrumbs .breadcrumb_last,
.single-directories #breadcrumbs a {
    font-weight: normal;
    color: #969696;
}
.single-directories .agent-info p {
    word-break: break-word;
}
.bootstrap-wrapper h1.directory__page_title {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
}
.single-directories h3 {
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif;
}
/**
Website popups
 */
.blocker{
    z-index: 9999!important;
}
#circular-modal.modal-popup{
    position: relative;
    padding:15px;
    text-align: center;
}
#circular-modal.modal-popup h3{
    font-size: 32px;
    line-height: 34px;
    letter-spacing: 0.3px;
    margin: 7px 0;

}
#circular-modal.modal-popup .cta__wrapper{
    display: flex;
    justify-content: center;
}
#circular-modal.modal-popup .cta__wrapper a {
    color: #fff !important;
    background-color: #00b2cc !important;
    padding: 8px 32px;
    border-radius: .2rem;
    font-size: 14px;
    height: 40px;
    display: inline-block;
}