body {
    background-color: #fff;
}

h1 {
    font-size: 3rem;
    color: #000;
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}

h2,
h3,
h4 {
    color: #000;
    transition: color 0.5s;
}

.single .entry-content {
    margin: 0 auto;
    font-size: 18px;
}

.single .entry-content h2 {
    margin-top: 32px;
}

.text-primary {
    color: #36f1cd !important;
}

.bg-primary {
    background-color: #36f1cd !important;
}

.mega-menu {
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    width: 100%;
}

.hoverable {
    position: static;
}

.hoverable > a:after {
    content: "\25BC";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.hoverable:hover .mega-menu {
    display: block;
}

.home-featured-slider {
    height: 575px;
    background: rgb(0, 0, 0);
}
.featured-slide-item-image {
    min-height: 575px;
}
.featured-slide-item {
    position: relative;
}
.featured-slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.featured-slide-item-content {
    position: relative;
    z-index: 2;
}

.zoom,
.related-item-image .img-hover {
    overflow: hidden;
}
.zoom img,
.related-item-image,
.img-hover .bgimage {
    transition: transform 0.25s ease;
}
.zoom:hover img,
.related-item-image:hover,
.img-hover:hover .bgimage {
    transform: scale(1.1);
}
.zoom:hover + div h3,
.zoom:hover h3,
.article-item-link:hover h3,
.article-item-link:hover h2,
.article-item-heading:hover,
.article-item-heading:hover a,
.zoom:hover + div h4,
.zoom:hover h4,
.article-item-link:hover h4,
.related-article-item h3:hover,
.img-hover:hover ~ .bg_white h3 {
    color: #36f1cd !important;
}
.square {
    width: 50%;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

a.story-category-transparent span,
a.story-category.story-category span {
    position: relative;
    font-weight: 800;
    z-index: 1;
}
a.story-category span:after,
a.story-category-transparent span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-color: rgba(54, 241, 205, 0.3);
    transition: background-color 0.25s ease;
    z-index: -1;
}


a.story-category span:after {
    background-color: rgba(54, 241, 205, 1);
}
a.story-category:hover span:after,
a.story-category-transparent:hover span:after {
    background-color: #4c6085;
}

.menu_search .search_wrap form {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 4px 12px !important;
    color: #444 !important;
}
.menu_search .search_wrap input[type="search"] {
    padding: 4px 12px !important;
    color: #444 !important;
}
.search_wrap #ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input,
.search_wrap #ajaxsearchlite2 .probox .proinput input,
div.asl_w .probox .proinput input {
    color: #444 !important;
}
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333 !important;
}
input[type="search"]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #444 !important;
}
input[type="search"]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #444 !important;
    opacity: 1;
}
input[type="search"]::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #444 !important;
    opacity: 1;
}
input[type="search"]::placeholder {
    color: #444 !important;
    opacity: 1;
}
input[type="search"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #444 !important;
}

.about-page .text_box_grid_row {
    padding-left: 0;
}
.about-page .text_box {
    margin-left: 0;
    margin-right: 12px;
    background-color: none;
    border-bottom: solid 5px #36F1CD!important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.text_box.pactive {
    background-color: none;
    border-bottom: solid 5px #4a84ad!important;

}
.about-page .text_box:last-of-type {
    margin-right: 0;
}
.about-page .staff-name {
    font-size: 24px;
}
.about-page .staff-position {
    font-size: 18px;
    position: relative;
}


.about-page .text_box .mwidthtextbox {
    display: flex;
    padding: 0;
    justify-content: center;
    max-width: 100%;
    text-align: center;
}
.about-page .text_box button {
    width: 100%;
    max-width: 100%;
    padding-top: 20px !important;
    padding-bottom: 6px !important;

}
.about-page .text_box h4 {
    font-size: 20px;
}
.about-page .text_box {
    min-height: auto;
    border-bottom: 8px solid transparent;
}
.about-page .text_box:hover {
    min-height: auto;
    border-bottom: 8px solid #4C6085;
}
/* Gravity forms styles */
.gform_legacy_markup_wrapper div.validation_error {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-left: 8px !important;
}

#menu-main-menu {
    text-align: right;
}

.header-image #image-header {
    min-height: 350px !important;
}

.header {
    transition: background-color 0.35s ease;
}
.has-scrolled .alt-logo {
    display: block;
    max-width: 212px;
}
.has-scrolled .primary-logo {
    display: none;
}

.container.image-top {
    padding: 220px 0 0 !important;
}
.container.image-top .image-header {
    color: #fff;
    font-weight: 900;
}

.content-area ul {
    list-style-type: disc;
}
.content-area a:not(.button):not(.get_btn):not(.article-title-link) {
    text-decoration: underline;
    color: #4C6085;
    font-weight: 500;
}
.content-area a:not(.button):not(.get_btn):not(.article-title-link):hover {
    color: rgba(54, 241, 205, 1);
}
.article-title-link:hover h2,
.article-title-link:hover h3 {
    color: rgba(54, 241, 205, 1) !important;
}

.before-rounded-hover:before {
    border-radius: 0.75rem;
}

.post .post-thumbnail-single {
    border: 0;
}
.post .post-thumbnail-single .bgimage {
    position: relative;
}
.post .post-thumbnail-single .bgimage:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}
.post .post-thumbnail-single .sec_title,
.post .post-thumbnail-single .article-author {
    color: #fff;
}
.post .post-thumbnail-single .sec_title {
    padding: 12px 0;
}
.col_first,
.latest_blocks .col_third .p_relative._2col.third_col {
    width: 70%;
}

.col_second {
    width: 30%;
}

.latest_blocks .wrap {
    box-shadow: none;
    background-color: transparent;
}

.toggleable > label:after {
    content: "\25BC";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.ninja_table_wrapper > table .nt_btn {
    width: 100%;
    text-align: center;
    background-color: #ff4452 !important;
}

.widget-area .widget {
    /* padding: 20px; */
    width: 100%;
    /* background-color: rgba(243, 244, 246, 1); */
    margin-bottom: 32px;
}
.widget-area .widget.AjaxSearchLiteWidget,
.widget-area .widget.widget_mc4wp_form_widget {
    text-align: left;
}
.widget-area .widget .widget-title {
    font-size: 28px;
    font-weight: 900;
    color: #000;
    margin-bottom: 12px;
}
.widget-area .widget_recent_entries li > a {
    padding-left: 0;
    padding-right: 0;
}
.widget-area .widget_recent_entries li > a:hover {
    color:rgb(54, 241, 205);
}
.widget > ul > li {
    padding: 0 !important;
}
.AjaxSearchLiteWidget .wpdreams_asl_container {
    border-radius: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 8px 14px;
    text-align: center;
    min-width: 36px;
    min-height: 36px;
    margin: 0 5px;
    border: 1px solid rgb(54,241,205);
    color: #000;
    transition: background-color 0.5s ease;
}
.wp-pagenavi span.extend {
    border: 0;
}
.wp-pagenavi a:hover,
.modern_pagination li a:hover {
    color: #000;
    border: 1px solid rgb(54, 241, 205);
    background-color: rgb(54, 241, 205);
}
.wp-pagenavi span.current {
    color: #000;
    background-color: rgb(54, 241, 205);
    border: 1px solid rgb(54, 241, 205);
}
.wp-pagenavi a.previouspostslink {
    transform: rotate(180deg);
}

.sponsors_blocks,
.interview_blocks,
.subscription_blocks .subscription_msg,
.contact-form,
.contact-form .gform_legacy_markup_wrapper,
aside .widget_mc4wp_form_widget {
    background: rgb(76, 96, 133);
    background: linear-gradient(45deg, rgba(76, 96, 133, 1) 0%, rgba(54, 241, 205, 1) 100%);
}
thead tr.footable-header th {
    background: rgb(76, 96, 133) !important;
    background: linear-gradient(45deg, rgba(76, 96, 133, 1) 0%, rgba(76, 96, 133, 1) 100%) !important;
}
table td span span {
    font-family: 'aktiv-grotesk', 'Helvetica Neue', Arial, sans-serif !important;
}
table tbody td {
    font-weight: bold;
    font-size: 16px !important;
}
table tbody td a:not(.nt_btn) {
    color: rgba(76, 96, 133, 1) !important;
}
table tbody td a:not(.nt_btn):hover {
    color: rgba(54, 241, 205, 1) !important;
}
.media-pack-container {
    padding: 24px;
    background-color: transparent;
    border: 2px solid #4a84ad;
}
.widget_mc4wp_form_widget {
    padding: 20px;
}
.subscription_blocks .subscription_msg {
    align-items: flex-start;
    padding-left: 40px;
}
.subscription_msg .mail-chimp input[type="submit"] {
    color: #000;
    background-color: rgb(54, 241, 205);
}
.subscription_msg .mail-chimp input[type="submit"]:hover {
    color: #fff;
    background-color: #4C6085;
}
.widget .social-media-icons {
    display: flex;
}

#footer-widget a:hover,
.button_pink:hover,
.get_btn:hover {
    color: #eee !important;
}

.toggle-input {
    display: none;
}
.toggle-input:not(checked) ~ .mega-menu {
    display: none;
}

.toggle-input:checked ~ .mega-menu {
    display: block;
}

.toggle-input:checked + label {
    color: white;
    background: #2c5282;
}

.toggle-input:checked ~ label:after {
    content: "\25B2";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.featured-slide-item > div:first-child {
    float: left;
}
.tns-nav {
    position: absolute;
    width: 100%;
    max-width: 100px;
    margin-left: 50%;
    left: -50px;
    margin-top: -40px;
    text-align: center;
}
.tns-nav button {
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.45);
    margin-right: 5px;
    width: 10px;
    height: 10px;
}
.tns-nav button:last-child {
    margin-right: 0;
}
.tns-nav button:focus {
    outline: none;
}
.tns-nav button.tns-nav-active {
    background-color: #fff;
}
.c.image-top {
    padding: 220px 0 0 !important;
}
@-webkit-keyframes background {
    0% {
        background-color: rgb(76, 96, 133)
    }
    30% {
        background-color: rgb(54, 241, 205)
    }
    60% {
        background-color: rgb(253 126 20)
    }
    to {
        background-color: rgb(76, 96, 133)
    }
}

@-o-keyframes background {
    0% {
        background-color: rgb(76, 96, 133)
    }
    30% {
        background-color: rgb(54, 241, 205)
    }
    60% {
        background-color: rgb(253 126 20)
    }
    to {
        background-color: rgb(76, 96, 133)
    }
}

@keyframes background {
    0% {
        background-color: rgb(76, 96, 133);
    }
    30% {
        background-color: rgb(54, 241, 205)
    }
    60% {
        background-color: rgb(253 126 20)
    }
    to {
        background-color: rgb(76, 96, 133)
    }
}
.footer-widgets-section {
    background: rgb(76, 96, 133);
    -webkit-animation: background 15s ease-in-out infinite;
    -o-animation: background 15s ease-in-out infinite;
    animation: background 15s ease-in-out infinite
}
.footer-widgets-section a.button,
.footer-widgets-section input[type="submit"] {
    border: 1px solid #fff !important;
}
@media screen and (min-width: 1024px) {
    .related-articles-wrap {
        flex-wrap: nowrap !important;
    }
    .single .entry-content {
        max-width: 900px;
    }
    .menu-main-menu-container > .menu > li {
        padding: 0;
    }
    .tns-item {
        opacity: 0.5;
        transition: opacity 0.25s ease;
    }
    .tns-item:not(.tns-slide-active) + .tns-slide-active + .tns-slide-active {
        opacity: 1;
    }
    .featured-slide-item:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 120px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        z-index: 1;
    }
    .featured-slide-item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 300px;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5032387955182073) 25%,
            rgba(0, 0, 0, 0.8) 100%
        );
        z-index: 1;
    }
    .has-scrolled .alt-logo {
        margin-top: -4px;
    }
    .has-scrolled .header {
        height: 66px;
    }
    .has-scrolled .header .menu > li > .nav_item {
        padding-top: 8px;
        padding-bottom: 22px;
    }
    .has-scrolled .h_menu li.menu-item-has-children a.nav_item:before {
        top: 20px;
    }
    .has-scrolled .search_clk {
        padding-top: 8px;
    }
    .has-scrolled.search_open .menu_search {
        width: 40%;
    }
    .has-scrolled.search_open .logo {
        left: 15%;
    }
}
@media screen and (max-width: 640px) {
    .related-articles-wrap {
        flex-wrap: wrap !important;
    }
    .container.image-top {
        padding: 40% 40px 0 !important;
    }
    .blog_list {
        margin: 0 20px;
    }
}

/* IE specific tweaks */
