/* Custom Fonts */
@font-face {
    font-family: "GothamNarrow Black";
    src: url(assets/fonts/gothamnarrow-black.eot);
    src: url(assets/fonts/gothamnarrow-black.eot@) format("embedded-opentype"),url(assets/fonts/gothamnarrow-black.woff2) format("woff2"),url(assets/fonts/gothamnarrow-black.woff) format("woff"),url(assets/fonts/gothamnarrow-black.ttf) format("truetype"),url(assets/fonts/gothamnarrow-black.svg) format("svg");
    font-style: normal;
}

@font-face {
    font-family: "GothamNarrow Bold";
    src: url(assets/fonts/gothamnarrow-bold.eot);
    src: url(assets/fonts/gothamnarrow-bold.eot@) format("embedded-opentype"),url(assets/fonts/gothamnarrow-bold.woff2) format("woff2"),url(assets/fonts/gothamnarrow-bold.woff) format("woff"),url(assets/fonts/gothamnarrow-bold.ttf) format("truetype"),url(assets/fonts/gothamnarrow-bold.svg) format("svg");
    font-style: normal;
}

@font-face {
    font-family: "GothamNarrow Book";
    src: url(assets/fonts/gothamnarrow-book.eot);
    src: url(assets/fonts/gothamnarrow-book.eot@) format("embedded-opentype"),url(assets/fonts/gothamnarrow-book.woff2) format("woff2"),url(assets/fonts/gothamnarrow-book.woff) format("woff"),url(assets/fonts/gothamnarrow-book.ttf) format("truetype"),url(assets/fonts/gothamnarrow-book.svg.html) format("svg");
    font-style: normal;
}

@font-face {
    font-family: "GothamNarrow Light";
    src: url(assets/fonts/gothamnarrow-light.eot);
    src: url(assets/fonts/gothamnarrow-light.eot@) format("embedded-opentype"),url(assets/fonts/gothamnarrow-light.woff2) format("woff2"),url(assets/fonts/gothamnarrow-light.woff) format("woff"),url(assets/fonts/gothamnarrow-light.ttf) format("truetype"),url(assets/fonts/gothamnarrow-light.svg) format("svg");
    font-style: normal;
}

@font-face {
    font-family: "GothamNarrow Medium";
    src: url(assets/fonts/gothamnarrow-medium.eot);
    src: url(assets/fonts/gothamnarrow-medium.eot@) format("embedded-opentype"),url(assets/fonts/gothamnarrow-medium.woff2) format("woff2"),url(assets/fonts/gothamnarrow-medium.woff) format("woff"),url(assets/fonts/gothamnarrow-medium.ttf) format("truetype"),url(assets/fonts/gothamnarrow-medium.svg) format("svg");
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "GothamNarrow Book","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-family: "GothamNarrow Black",HelveticaNeue-Bold,"Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.display-large, .display-medium, .display-micro, .display-small, h2, h3, h4, h5, h6 {
    font-family: "GothamNarrow Bold",HelveticaNeue-Bold,"Helvetica Neue Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
}

*, .form-control {
    font-family: "GothamNarrow Book","Helvetica Neue",Helvetica,Arial,sans-serif;
}



/* Custom Classes */
.xp-main-section img {
    width: 100%;
}

.xp-main-section {
    background-color: #fff;
}

.xp-background-img {
    position: relative;
    width: 100%;
    background-size: cover;
}

/* Widget CSS Start */
.xp-widget-card, .related-article-wrapper .xp-widget-card {
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 8%),0 0 0 1px rgb(0 0 0 / 2%);
    border-radius: 2px;
    background-color: #fff;
}

.related-article-wrapper .xp-widget-card [class*="col-"] {
    margin: 10px;
}

.xp-widget-card .xp-widget-tile-text, .related-article-wrapper .xp-widget-card .xp-widget-tile-text {
    font-size: 14px !important;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.1;
    display: block;
    min-height: 38px;
    overflow: hidden;
    color: #333;
    border-bottom: none !important;
    margin-bottom: 10px;
}

.xp-widget-card .xp-widget-tile-text:hover, .related-article-wrapper .xp-widget-card .xp-widget-tile-text:hover {
    opacity: 0.8;
}

.xp-widget-description, .related-article-wrapper .xp-widget-description, .xp-widget-description p {
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 13px;
    color: #414042;
}

.related-article-wrapper .xp-widget-description {
    line-height: 1.5;
}

.related-article-wrapper .xp-widget-card .xp-widget-tile-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
}

.xp-widget-description a:hover {
    color: #0c8ab9;
}

.xp-widget-image img, .related-article-wrapper img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.xp-widget-image, .related-article-wrapper {
    margin-bottom: 20px;
    position: relative;
    transition: .3s;
}

.xp-widget-image:hover, .related-article-wrapper .xp-widget-image:hover {
    opacity: 0.8;
}

.xp-img-widget-card .xp-widget-image {
    margin-bottom: 0;
}

.xp-video-paly {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 38px;
    color: #ff2626;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.xp-widget-card .xp-video-paly:hover, .xp-widget-card a.xp-video-paly:hover {
    color: red;
}

.xp-post-date, .xp-widget-description .xp-post-date, .related-article-wrapper .xp-widget-card p.xp-post-date {
    color: #ccc;
    font-size: 10px;
    margin-bottom: 0;
}

/*.xp-post-date, .xp-widget-description .xp-post-date {
    position: absolute;
    bottom: 45px;
}*/

.xp-widget-card a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.xp-widget-card a:hover, .related-article-wrapper .xp-widget-card a:hover {
    text-decoration: none;
    color: #23527c;
    opacity: 1;
}

.xp-widget-card img {
    min-height: 200px;
    object-position: center top;
}
/* Widget CSS ends */
/* Modal Widget popup CSS start */
.modal.xp-widget-popup-modal .modal-header .cls {
    margin-top: 0 !important;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.6;
}

.modal.xp-widget-popup-modal .modal-header .cls:hover {
    opacity: 1;
}

.modal.xp-widget-popup-modal .modal-header {
    background-color: #003a75;
    border-radius: 0;
}

.modal.xp-widget-popup-modal .modal-content {
    padding: 0;
}

.modal.xp-widget-popup-modal .modal-body {
    padding: 15px 21px 0;
}

@media (max-width:576px) {
    .modal.xp-widget-popup-modal .modal-header, .xp-video-popup .modal-header {
        flex-direction: column;
    }

    .modal.xp-widget-popup-modal .modal-header .xp-cls, .xp-video-popup .modal-header .xp-cls {
        align-self: flex-end;
    }
}
/* Modal Widget popup CSS ends */

/* Search Widget CSS start */
.xp-search-widget {
    padding: 15px;
}

.xp-search-widget .btn-primary {
    width: 100%;
}

/* Filter section widget CSS start */
input[type=text].xp-search-input {
    border: 1px solid #eee;
    border-radius: 4px;
    min-height: 48px !important;
    color: #414042;
    background-color: #fff;
    width: 100%;
    padding: 12px 16px;
    font-size: .9375rem !important;
    line-height: 1.6;
    margin-bottom: 16px;
}

.xp-search-input:focus {
    outline: 0;
    border-color: #00529b !important;
    box-shadow: none;
}

.xp-search-input::placeholder {
    color: #c8cdd0;
    text-transform: uppercase;
}

.xp-form-select {
    width: 100%;
    height: 48px !important;
    padding: 12px 48px 12px 16px !important;
    transition: border-color .2s ease-in-out !important;
    font-size: .9375rem !important;
    line-height: 1.6 !important;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%2300529B' fill-rule='evenodd' d='M17.981 7.5L19.5 9.014 12 16.5 4.5 9.014 6.019 7.5 12 13.467z'/%3E%3C/svg%3E") center no-repeat !important;
    background-size: unset;
    background-position-x: calc(100% - 10px) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #414042 !important;
    border-radius: 0 !important;
    margin-bottom: 16px;
}

.xp-form-select:focus {
    outline: 0;
    border-color: #00529b !important;
}

.xp-form-select::placeholder {
    color: #c8cdd0;
}
/* Filter section widget CSS end */

/* Tile widget CSS start */
.xp-tile-wrapper {
    min-height: 512px;
    position: relative;
    margin-bottom: 32px;
    box-shadow: 0 3px 10px -2px rgb(0 0 0 / 25%);
    background-size: cover;
}

.xp-tile-content {
    position: absolute;
    bottom: 0;
    left: 32px;
    background-color: #fff;
    width: calc(100% - 32px * 2);
    text-align: center;
    padding: 24px 32px;
}

.xp-tile-title {
    font-size: 1.5625rem;
    line-height: 1.28;
    color: #414042;
    margin-bottom: 32px;
}

.xp-tile-btn {
    min-width: 160px;
    color: #fff;
    background-color: #00529b;
    border-color: #00529b;
    display: inline-block;
    padding: 11px 32px;
    transition: all .1s ease-in-out;
    cursor: pointer;
    font-weight: 700;
    border: 1px solid;
    font-size: .9375rem;
    line-height: 1.6;
    text-align: center;
}

.xp-tile-btn:hover {
    color: #00529b;
    background-color: #fff;
    text-decoration: none;
}

.xp-tile-wrapper-img {
    height: 512px;
    object-fit: cover;
    width: 100%;
}
/* Tile widget CSS end */
/* Callout widget CSS start */
.xp-callout-section {
    margin: 3rem 0 16px 0;
    padding: 0 3rem 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.xp-callout-section.has-image {
    flex-direction: row;
    align-items: center;
}

.xp-callout-section.has-image blockquote {
    margin-bottom: 4rem;
}

.xp-callout-section blockquote {
    position: relative;
    flex: 1;
    z-index: 1;
}

.xp-callout-section blockquote::before {
    position: absolute;
    top: -5rem;
    left: -4rem;
    content: "“";
    font-size: 13rem;
    color: rgba(139, 196, 221, 0.4);
    z-index: -1;
}

.xp-callout-section figure {
    flex: 1;
    text-align: center;
}


@media screen and (max-width: 768px) {
    .xp-callout-section.has-image blockquote {
        flex: 1 1 60%
    }
    .xp-callout-section.has-image figure {
        flex: 1 1 30%
    }
}

.xp-callout-section figure img {
    box-shadow: 2px 2px 6px rgba(0,0,0,.6);
}

.xp-callout-section .xp-titles {
    text-align: right;
}
/*
.xp-callout-section::before {
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    content: "";
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M15.324 1v2.003c-.63.342-1.103.96-1.419 1.853-.315.893-.473 2.07-.473 3.532v.622H16v6.008h-6v-4.493c0-2.724.441-4.88 1.324-6.467.883-1.588 2.217-2.607 4-3.058zm-10 0v2.003c-.63.342-1.103.96-1.419 1.853-.315.893-.473 2.07-.473 3.532v.622H6v6.008H0v-4.493c0-2.724.441-4.88 1.324-6.467.883-1.588 2.217-2.607 4-3.058z' fill='%2333BBED'/%3E%3C/svg%3E") center no-repeat;
    background-size: cover;
    pointer-events: none;
    position: static;
    left: 0;
}
*/

.xp-callout-text {
    font-size: 2.1875rem;
    line-height: 1.3;
    color: #00529b;
    margin-top: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .xp-callout-text {
        font-size: 1.625rem;
    }
}

img.xp-callout-img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 220px;
}

.xp-callout-titles {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.77778;
    color: #414042;
}

.xp-callout-titles.xp-text-small {
    font-size: 0.9375rem;
}

@media (max-width:576px) {

    .xp-callout-section {
        padding-left: 0;
    }

    .xp-callout-section::before {
        position: static;
        width: 32px;
        height: 32px;
    }
}
/* Callout widget CSS end */

/* Big Bullet widget CSS start */
.xp-big-bullet-section {
    margin: 10px 0 16px 0;
}

.xp-bullet-list {
    list-style: none;
}

.xp-bullet-list li::before {
    position: absolute;
    left: 0;
    top: -10px;
    color: #414042;
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    font-weight: 300;
}

.xp-bullet-list li {
    position: relative;
    padding-left: 42px;
    margin: 0 0 14px -38px;
    color: #414042;
    font-size: 1.125rem;
}

.xp-bullet-list span {
    position: absolute;
    left: 0;
    font-size: 2rem;
}
/* Big Bullet widget CSS end */

/* Image widget CSS start */
.xp-image-section {
    margin: 5px 0 16px 0;
}

.xp-image-widget {
    border: 0;
    padding: 0;
    border-radius: 0;
    max-width: 100%;
}
/* Image widget CSS end */

.xp-shout-out-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    color: #333;
    padding: 20px;
    border: 20px solid #00529b;
    margin: 10px 0 16px 0;
}
/* Popup widget CSS start */
.xp-video-popup .modal-title {
    font-weight: 900;
    color: #00549d;
    font-size: 24px;
    margin: 0;
    line-height: 1.42;
    padding: 0;
}

.xp-video-popup .modal-header {
    align-items: center;
    background-color: #fafafa;
}

.xp-video-popup .modal-header .xp-cls {
    color: #337ab7;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.xp-video-popup .modal-header .xp-cls .fa-angle-right::before {
    position: relative;
    top: 1px;
}

.xp-video-popup .modal-content {
    border-radius: 0;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border: none;
}

.xp-video-popup .modal-dialog {
    max-width: 600px;
    width: 100%;
    margin: 144px auto;
}

.xp-video-popup {
    background-color: rgb(200 198 197 / 85%);
}
/* Popup widget CSS end */

/* Social Footer widget CSS start */
section.xp-social-feed.s-social-feed {
    padding-bottom: 64px;
    padding-top: 64px;
    text-align: center;
    background-image: linear-gradient(to top right,#00529b,#009fda);
}

section.xp-social-feed .xp-feed-title {
    text-align: center;
    color: #fff;
    font-size: 2.1875rem;
    line-height: 1.14286;
}

section.xp-social-feed .c-social-links {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    display: flex;
    justify-content: center;
}

section.xp-social-feed .c-social-links i {
    color: #fff;
    font-size: 46px;
}

section.xp-social-feed .c-social-links a:hover i {
    color: #00529b;
}

section.xp-social-feed .c-social-links a {
    margin-left: 16px;
    border-bottom: 0;
}

section.xp-social-feed .social-feed-wrapper {
    margin-top: 112px;
}

section.xp-social-feed .crt-widget .crt-post-fullname a {
    color: rgb(34, 34, 34);
    text-decoration: none;
    font-size: .9375rem;
}

section.xp-social-feed .crt-widget .crt-post-text {
    color: rgb(34, 34, 34);
}

section.xp-social-feed .crt-widget .crt-post-text a {
    color: rgb(153, 153, 153);
}

section.xp-social-feed .crt-widget .crt-load-more {
    color: rgb(34, 34, 34);
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
}

section.xp-social-feed .crt-widget.crt-widget-branded {
    padding-bottom: 0;
}

section.xp-social-feed .crt-widget.crt-widget-branded .crt-logo {
}

@media (max-width: 1024px) {
    section.xp-social-feed .social-feed-wrapper {
        margin-top: 86px;
    }
}

@media (max-width: 767px) {
    section.xp-social-feed .social-feed-wrapper {
        margin-top: 64px;
    }

    section.xp-social-feed .crt-widget.crt-widget-branded {
        padding-bottom: 40px;
    }
}

/* Social Footer widget CSS end */

/* Video widget CSS start */
.video-widget-section {
    margin: 10px 0 16px 0;
}

.video-widget-section {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-widget-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Video widget CSS end */
/* Share This widget CSS start */
.xp-share-banner-section {
    position: relative;
    height: 0;
    width: 100%;
    background: center #c8cdd0;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 770px;
}

.xp-share-banner-title {
    font-size: 4.3125rem;
    line-height: 1.04348;
    color: #fff;
    margin-bottom: 16px;
    font-weight: bold;
}

.xp-share-this-widget.c-print-social-share .share-control {
    margin-top: 32px;
}

.xp-share-this-widget.c-print-social-share .share-control .social-share-trigger > .svg-icon {
    font-size: 25px;
    color: #fff;
}

.xp-share-this-widget.c-print-social-share .share-control .social-share-trigger span {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

.xp-share-this-widget.c-print-social-share .share-control .social-share-trigger:hover span {
    text-decoration: underline;
}

.xp-share-this-widget.c-print-social-share .share-control .share-links.is-visible {
    top: 0;
}
/* Share This widget CSS end */
/* vertical layout CSS Start*/
.xp-vertical-layout .xp-widget-image img {
    height: auto;
    max-height: 300px;
    max-width: 100%
}

.xp-vertical-layout .xp-widget-body .xp-widget-description {
    font-size: 1.125rem;
    line-height: 1.77778;
    display: flex;
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
}

.xp-vertical-layout .xp-widget-card {
    min-height: inherit;
    box-shadow: none;
    border-bottom: 1px solid #c8cdd0;
    padding-left: 0;
    padding-right: 0;
}

.xp-vertical-layout .xp-widget-body .xp-widget-description h3 {
    font-size: 1.5625rem !important;
    line-height: 1.28;
    /*order: 2;*/
}

.xp-vertical-layout .xp-widget-body .xp-widget-description p {
    /*order: 3;*/
    font-size: 1.125rem;
}

.xp-vertical-layout .xp-widget-body .xp-widget-description .xp-post-date {
    color: #008bbf;
    font-size: .9375rem;
    line-height: 1.6;
    /*order: 1;*/
    width: 100%
}

.xp-vertical-layout .col-md-3:last-child .xp-widget-card {
    border-bottom: 0;
}

@media (min-width:768px) {
    .xp-vertical-layout [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .xp-vertical-layout .xp-widget-image {
        width: 35%;
        max-height: 350px;
    }

    .xp-vertical-layout .xp-widget-body {
        display: flex;
        flex-wrap: wrap;
    }

    .xp-vertical-layout .xp-widget-body .xp-widget-description {
        width: 65%;
        padding-left: 40px;
    }

    .xp-vertical-layout .xp-widget-body .xp-widget-description .xp-post-date {
        color: #008bbf;
        font-size: .9375rem;
        line-height: 1.6;
        order: 1;
    }
}

@media (max-width:767px) {
    .xp-vertical-layout .xp-widget-card .xp-widget-tile-text {
        margin-bottom: 0;
    }

    .xp-vertical-layout .xp-widget-body .xp-widget-description {
        padding-top: 15px;
    }
}

/* vertical layout CSS ends*/
ul .pagination {
    flex-wrap: wrap;
}

/* Footer CSS start*/
footer.nsw-footer a {
    border-color: #33BBED;
    padding-bottom: 0;
    margin-bottom: 0;
}

footer.nsw-footer {
    padding-top: 0
}

footer.nsw-footer .container {
    border-top: 0;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

footer.nsw-footer a.nsw-footer-logo {
    margin-top: -5px;
}

/* Footer CSS ends*/
@media (max-width:1200px) {
    .nsw-nav-main .nsw-join-btn a {
        margin-right: 2px;
        font-size: 0.75rem;
        padding: 7px 10px;
        min-width: auto;
    }
}

@media (max-width:1023px) {
    .nsw-nav-main .navbar-collapse {
        position: absolute;
        left: 0;
        top: 130px;
        box-shadow: none;
        width: 100vw;
        background-image: linear-gradient(to right, rgb(0, 82, 155), rgb(0, 159, 218));
    }

    .nsw-header-wrapper nav.navbar {
        position: unset !important;
    }

    .nsw-nav-wrap .nsw-nav-main {
        padding: 16px 0 0 0;
        position: unset !important;
    }

    .nsw-nav-main .navbar-nav .nav-item {
        padding-left: 0;
    }

    .nsw-header-wrapper .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }

    .nav-item.dropdown i.dropdown-toggle {
        display: inline-block;
        width: 60px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
    }

    .nav-item .dropdown-toggle::after {
        content: none;
    }

    .nav-item.dropdown .dropdown-menu.show {
        display: block !important;
    }

    .nsw-nav-wrap {
        max-width: calc(100% - 120px);
    }

    .mm-menu, .mm-panel, .mm-panels {
        background-image: linear-gradient(to top right,#00529b,#009fda) !important;
    }

    .mm-menu .mm-navbar {
        background-color: rgb(0 146 207) !important;
        border-color: rgba(255, 255, 255, 0.3);
        height: auto;
    }

    .mm-menu .dropdown-menu {
        position: static;
        width: 100%;
        background: none;
        border-radius: 0;
    }

    .mm-menu ul a.nav-link, .mm-menu ul.dropdown-menu li a {
        color: #fff;
        padding: 10px 10px 10px 20px;
        font-size: 14px;
    }

    .mm-panels > .mm-panel {
        padding: 0;
    }

    .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
        color: #fff;
        border: 0;
    }

    .mm-menu .mm-listview > li .mm-next:after {
        border-color: #fff;
    }

    .mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
        border-color: rgba(255,255,255,.5);
    }

    .mm-listview > li:not(.mm-divider):after {
        left: 0;
    }

    .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
        border-color: #fff;
    }

    .mm-panels > .mm-panel > .mm-listview {
        margin: 20px 0;
    }

    .mm-menu .mm-btn--prev:before, .mm-menu .nav-item .mm-btn--next:after {
        border-color: #fff;
    }

    .nsw-header-wrapper .nsw-close-icon:before {
        margin: 3px 0 7px;
    }

    .mm-navbars-bottom .mm-navbar > * {
        display: block;
        background-color: #fff;
    }

    .mm-navbars-bottom .mm-navbar .c-utility-links {
        padding-top: 0;
    }

    .mm-navbars-bottom .mm-navbar .c-utility-links .utility-footer a {
        color: #333;
        border-bottom: 1px solid #33bbed;
        padding-bottom: 0.5rem;
    }

    .mm-navbars-bottom .mm-navbar {
        text-align: left;
    }

    .mm-navbars-bottom .mm-navbar p {
        font-size: .9375rem;
        line-height: 1.6;
        color: #414042;
        margin-bottom: 8px;
    }

    .mm-navbars-bottom .social-links-wrapper span {
        font-size: .9375rem;
    }

    .mm-navbars-bottom .social-links-wrapper, .mm-navbars-bottom .utility-footer {
        padding: 18px 18px 13px 18px;
    }

    .mm-navbars-bottom .social-links-wrapper {
        border-top: 1px solid #c8cdd0;
        border-bottom: 1px solid #c8cdd0;
        display: flex;
        color: #414042;
    }

    .mm-navbars-top {
        width: 40px;
        height: 40px;
        border: 0;
        background: none;
    }

    .mm-navbars-top .mm-navbar {
        height: 100%;
    }

    .mm-navbars-top .mm-navbar.mm-navbar-size-1 {
        background: none !important;
    }

    .mm-navbars-top .mm-btn.mm-close:before, .mm-navbars-top .mm-btn.mm-close:after {
        width: 13px;
        height: 13px;
        border-color: #00529B;
    }

    .mm-navbars-top .mm-close:before {
        right: 3px;
    }

    .mm-navbars-top .mm-btn:after {
        right: 19px;
    }

    .mm-navbars-bottom .c-social-links {
        margin-left: auto;
        margin-right: 20px;
    }

    .mm-navbars-bottom .c-social-links a {
        height: 24px;
        width: 24px;
        font-size: 24px;
        margin-left: 10px;
    }

    .mm-navbars-bottom .c-social-links a i {
        color: #00529b;
    }

    .mm-navbars-bottom .social-links-wrapper {
        font-size: 0.85rem;
    }

    .mm-menu .mm-listitem a.mm-listitem__text {
        padding: 10px 16px;
    }

    .nsw-nav-main .navbar-nav {
        display: none;
    }

    .nsw-nav-wrap .nsw-close-icon {
        width: 40px;
    }

    .nsw-nav-wrap .navbar-toggler {
        display: block !important;
        border-bottom: 0;
    }

    .nsw-nav-wrap .navbar-toggler div, .nsw-nav-wrap .nsw-close-icon:after, .nsw-nav-wrap .nsw-close-icon:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 4px;
        border-radius: 3px;
        margin: 0 0 7px;
        transition: 0.5s;
    }

    .navbar-nav.mm-listview {
        max-height: calc(100% - 237px);
        overflow-y: auto;
    }
}

@media (max-width:767px) {
    .nsw-nav-main .navbar-collapse {
        top: 97px;
    }

    .nsw-nav-main .nsw-join-btn a.btn {
        width: 100%;
    }

    .xp-vertical-layout .xp-widget-card .xp-widget-tile-text {
        margin-bottom: 0;
    }
}

@media (max-width:480px) {
    .nsw-nav-main .navbar-collapse {
        top: 89px;
    }
}

@media (max-width:367px) {
    .nsw-nav-main .navbar-collapse {
        top: 130px;
    }
}
/* Mobile navbar end*/

/* Article Page CSS Start */
.xp-article-page .page-header-image {
    background-image: url(https://xperience.3degreesnorth.com.au/getmedia/266766ed-fdc5-4a66-85ed-87d54bce4b17/Education_2.jpg?w=1186&h=1178&ext=.jpg&width=600);
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
}

.xp-article-page .s-page-header {
    position: relative;
}

.xp-article-page .page-header-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.xp-article-page .page-header-container .page-header-content {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 56px;
    background: #fff;
}

.xp-article-page .s-page-header .page-header-content-wrapper {
    flex-direction: column;
    width: calc((100% / 12 * 10) - 24px - 0.1px);
    margin: 0 auto;
}

.xp-article-page .s-page-header .page-header-utility-wrapper {
    border-bottom: 1px solid #c8cdd0;
    display: flex;
    margin-top: 32px;
    padding-bottom: 64px;
    font-size: .9375rem;
    line-height: 1.6;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.xp-article-page .s-page-header .c-print-social-share .social-share-trigger {
    background: #008bbf;
    color: #fff;
    height: 32px;
}

.xp-article-page .s-page-header .c-print-social-share {
    width: 55%;
}

.xp-article-page .s-page-header .xp-share-this-widget.c-print-social-share .share-control {
    margin-top: 0;
}

.xp-article-page .s-page-header .page-header-utility-wrapper .publish-date {
    background: #f2f2f3;
    color: rgba(34,34,34,.5);
    height: 32px;
    padding: 4px 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    min-width: 200px;
    text-align: center;
    font-size: .9375rem;
    line-height: 1.6;
}

.xp-article-page .s-page-header .xp-share-this-widget.c-print-social-share .share-control .social-share-trigger > .svg-icon {
    font-size: 20px;
    color: #fff;
}

.xp-article-page .s-page-header .xp-share-this-widget.c-print-social-share .share-control .social-share-trigger span {
    font-size: 0.9375rem;
    font-weight: 500;
}

.xp-article-page .s-page-header .c-print-social-share .share-control .share-links.is-visible {
    top: 8px;
}

.xp-article-page .s-page-header {
    margin-top: 112px;
}

.xp-article-title {
    font-size: 35px;
    line-height: 1.14286;
    color: #414042;
}

.xp-article-page .s-text-block .c-text-block {
    width: calc((100% / 12 * 8) - 24px - 0.1px);
    margin: 0 auto;
}

.xp-article-page .c-text-block a, .xp-article-page .c-text-block p {
    color: #333;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.77778;
}

.xp-article-page .s-text-block {
    padding: 56px 0;
    margin-bottom: 56px;
}

.xp-article-page .c-text-block a:hover {
    border-color: #04adee;
    color: #04adee;
    text-decoration: #04adee;
}

@media (max-width: 1024px) {
    .xp-article-page .s-page-header {
        margin-top: 0;
    }

    .xp-article-container {
        padding: 0;
    }

    .xp-article-page .page-header-container {
        position: relative;
    }

    .xp-article-page .page-header-container {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1250px;
        padding: 0 24px;
    }

    .xp-article-page .s-page-header .page-header-content-wrapper, .xp-article-page .s-text-block .c-text-block {
        width: 100%;
    }

    .xp-article-page .s-page-header .page-header-utility-wrapper {
        flex-wrap: wrap;
    }
}
/* Article Page CSS End */
/* Widget Vertical Align CSS Start */
.xp-vertical-center, .xp-vertical-center .row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}

.xp-vertical-top, .xp-vertical-top .row {
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
}

.xp-vertical-bottom, .xp-vertical-bottom .row {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap !important;
}
/* Widget Vertical Align CSS End */
/* xp card section start */
.xp-bule-btn {
    width: auto;
    background: #00549d;
    color: #fff;
    padding: 7px 18px;
    height: auto;
    font-weight: 500;
    font-size: 92% !important;
    border: none;
    display: inline-block;
    text-decoration: none;
}

.xp-bule-btn:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none;
}

.xp-card-box {
    border: 0;
    text-align: center;
    margin: 0 0 15px;
    min-height: 510px;
}

.xp-card-box p {
    font-weight: 500;
    color: #515151;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.xp-card-box .hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    width: 100%;
    height: 368px;
    background-position: top;
}

.xp-card-box .card-body {
    padding: 10px 19px 19px
}

.xp-card-box .card-body h3 {
    font-size: 1.3rem;
}

.xp-card-box h3 {
    margin: 0;
}

.xp-widget-popup-modal .modal-body .row [class*="col-"]:first-child .btn-logo-blue {
    margin-left: -15px;
    margin-bottom: 0;
}

.xp-widget-popup-modal .modal-body .row [class*="col-"]:last-child .btn-logo-blue {
    position: relative;
    right: -15px;
    margin-bottom: 0;
}

.widget-popup-modal h3 {
    padding-left: 5px;
    margin-top: 0;
}
/* xp card section ends */
.xp-widget-card, .related-article-wrapper .xp-widget-card {
    min-height: 460px;
    padding-bottom: 40px;
}

.subsite-header .xp-article-title {
    color: #00529b;
    margin: 0 auto;
    max-width: 968px;
    text-align: center;
    padding-bottom: 56px;
    padding-top: 56px;
}
/* xp video background start*/
.xp-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.xp-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.xp-video-container .container {
    position: absolute;
    top: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 2;
    margin: 0 auto;
}
/* xp video background ends*/

/* Form CSS start */
.editing-form-control-nested-control .field-validation-error {
    color: #f56c6c;
    font-size: 13px;
    position: relative;
    top: -12px;
}

body input[type=email], body input[type=text], body textarea, input[type=tel] {
    min-height: 48px;
    height: auto !important;
}

.form-widget-form .two-column-form-section .form-field {
    display: block;
    width: 100%;
    max-width: 100%;
}

.form-widget-form .ktc-default-section, .form-widget-form .two-column-form-section > div {
    padding: 10px
}

.form-widget-form form .ktc-default-section .form-field, .form-widget-form form .ktc-default-section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.form-widget-form form .two-column-form-section {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.form-widget-form form .ktc-default-section .form-field .control-label, .form-widget-form form .two-column-form-section .form-field .control-label, .form-widget-form form .ktc-default-section .xp-suburb-field p, .form-widget-form form .ktc-default-section .xp-state-field p, .form-widget-form form .ktc-default-section .xp-postcode-field p, .form-widget-form form div.tdn-address-imis p {
    margin-bottom: 0;
    margin-right: 25px;
    line-height: 1.5;
    cursor: pointer;
    font-size: 15px;
    margin: 10px 0 4px;
    color: #212529 !important;
}
/* form .ktc-default-section .form-field div { order: 1; } */
.form-widget-form form .ktc-default-section .form-field .tdn-checkbox-imis-wrapper div.editing-form-control-nested-control {
    position: relative;
}

.form-widget-form form .ktc-default-section .form-field .tdn-checkbox-imis-wrapper div.editing-form-control-nested-control input[type=checkbox] {
    display: inline-block;
    position: static;
    visibility: visible;
    position: relative;
    min-height: auto !important;
    top: 1px;
}

.form-widget-form form .ktc-default-section .form-field div.editing-form-control-nested-control input[type=checkbox]:focus {
    box-shadow: none;
}

.form-widget-form form .form-field div input[type=checkbox] {
    margin-bottom: 0;
    padding: 0;
    height: initial;
    width: initial;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-right: 17px;
    margin-top: 6px;
}

.form-widget-form form .ktc-default-section .form-field .ktc-checkbox {
    position: relative;
    cursor: pointer;
}

.form-widget-form form .ktc-default-section .form-field .ktc-checkbox label {
    margin-bottom: 0;
    float: left;
    position: relative;
}

.form-widget-form form .ktc-default-section .form-field .ktc-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%),inset 0 -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
}

.form-widget-form form .form-field div.tdn-checkbox-imis-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

.tdn-checkbox-imis-wrapper .editing-form-control-nested-control {
    order: 1;
    width: auto !important;
    min-width: 30px;
}

.tdn-checkbox-imis-wrapper .control-label {
    order: 2;
    width: auto;
    margin: 0 !important
}

.form-widget-form form .ktc-default-section .form-field div.tdn-checkbox-imis-wrapper .explanation-text {
    order: 3;
}

.form-widget-form form .ktc-default-section .form-field div.xp-state-field,
.form-widget-form form .ktc-default-section .form-field div.xp-postcode-field {
    display: inline-block;
    width: calc(100% - 50.4%);
    padding: 0 10px;
}

.form-widget-form form .ktc-default-section .form-field div.xp-state-field {
    padding-left: 0;
}

.form-widget-form form .ktc-default-section .form-field div.xp-postcode-field {
    padding-right: 0;
}

.form-widget-form form .ktc-default-section .form-field .editing-form-control-nested-control textarea.tdn-textarea-imis {
    height: auto;
    min-height: 150px !important;
}

.form-widget-form form .ktc-default-section .form-field div input[type=checkbox]:checked + label:after + div {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-widget-form form input[type="submit"] {
    height: 56px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #00529b;
    border-color: #00529b;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    max-width: 800px;
    margin: 0 auto
}

.form-widget-form form .form-field select.form-control {
    width: 100%;
    margin-bottom: 0;
    min-height: 48px;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}

.form-widget-form form .ktc-default-section .form-field:last-child {
    padding-top: 0;
}

.form-widget-form form .two-column-form-section .ktc-default-section .form-field:last-child {
    padding-top: 0;
}

.form-widget-form form .ktc-default-section p, .form-widget-form form .two-column-form-section p {
    margin-bottom: 1px;
    margin-top: 18px;
}

.form-widget-form form .explanation-text {
    font-size: 13px;
    color: #414042cc;
    opacity: 80%;
    margin-top: 5px;
    display: block !important;
    flex-basis: 100%;
}

.form-control, .xp-form-control, input[type=email].xp-form-control, input[type=tel].xp-form-control, input[type=text].xp-form-control {
    border: 1px solid #eee;
    border-radius: 4px;
    color: #414042;
    background-color: #fff;
    width: 100%;
    padding: 12px 16px;
    font-size: .9375rem;
    line-height: 1.6;
}

.form-control::-ms-expand, .xp-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus, .xp-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::-webkit-input-placeholder, .xp-form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder, .xp-form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder, .xp-form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder, .xp-form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly], .xp-form-control:disabled, .xp-form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    border: 1px solid transparent;
}

.btn-info {
    background-color: #6dcff6;
}

.btn-primary, .xp-btn-primary {
    background-color: #003a75;
    border-color: #003a75;
    color: #fff;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    border-radius: 0;
}

.xp-btn-primary {
    font-weight: 700;
    cursor: pointer;
    padding: 0 15px !important;
    height: 45px !important;
    width: 100%;
    line-height: 45px;
    border-radius: 0;
    font-size: 1rem;
    background-color: #003a75;
    border-color: #003a75;
    color: #fff;
    margin-bottom: 16px;
}

.xp-btn-primary:hover {
    color: #00529b;
    background-color: #fff;
    border-color: #00529b;
    cursor: pointer;
}

.btn-outline {
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 10px;
    padding-right: 5px;
}

.btn-primary:hover, .xp-btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #286090;
}

input[type=text].form-control, input[type=email].form-control, input[type=tel].form-control, textarea.form-control, .form_section .common_form .main_box input, select {
    margin-bottom: 0;
}

.form-field:has(.editing-form-control-nested-control>.tdn-checkbox-imis-wrapper) {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
}

.editing-form-control-nested-control:has(>.tdn-checkbox-imis-wrapper) {
    order: -1;
    display: flex;
}

/* Form CSS ends */

/* Social Widget Start*/
.social-widget .c-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.social-widget .c-social-links a {
    width: 100%;
    justify-content: flex-start;
    font-size: .9375rem;
    display: flex;
    border-bottom: 0 none;
    padding: 24px 32px;
    line-height: 1.6;
    text-transform: capitalize;
    border-bottom: 1px solid #f2f2f3;
    color: #414042;
    text-decoration: none;
    min-height: 72px;
}

.social-widget .c-social-links a:hover {
    background: #00529b;
    color: #fff;
}
/* .social-widget .c-social-links a:hover { color:#ffffff; } */
.social-widget .c-social-links a i {
    color: #00529b;
    margin-right: 16px;
    font-size: 28px;
}

.social-widget .c-social-links a:hover i {
    color: #fff;
}

.social-widget {
    border: 1px solid #f2f2f3;
}

.social-widget .xp-feed-title {
    border: 1px solid #f2f2f3;
    font-size: 1rem;
    line-height: 1.5;
    color: #414042;
    padding: 24px 32px;
    text-transform: uppercase;
    margin: 0;
}

.nsw-header-wrapper .nsw-social-icons .social-links, .navbar-brand {
    border: 0;
}
/* Social Widget ENDS*/

.nsw-top-notification {
    background-color: #33bbed;
    color: #fff;
    min-height: 60px;
    font-size: 1.2rem;
    line-height: 60px;
}

.nsw-top-notification p {
    position: relative;
    font-size: 1.2rem;
    color: #fff;
    max-width: 1250px;
    margin: 0 auto;
    line-height: 60px;
}

.nsw-top-notification p a {
    text-decoration: none;
    border-bottom: 1px solid #002f87;
    padding-bottom: 0.5rem;
    background-color: transparent;
    color: #fff;
}

.nsw-top-notification p a:hover {
    color: #002f87;
    text-decoration: none;
    border-bottom: 1px solid #002f87;
    padding-bottom: 0.5rem;
    background-color: transparent;
}

.fr-view table.fr-no-borders td, .fr-view table.fr-no-borders th {
    border-style: none !important;
    padding-bottom: 10px;
}

.modal-body #autocompleteFindMy, .donation-form .el-form-item input#address-autocomplete.el-input__inner {
    background: url(../img/layout/search-icon.svg) no-repeat;
    background-size: 26px 26px;
    padding-left: 44px;
    background-position: 9px center;
}

.donation-form .el-form-item .el-input__prefix .el-icon-search:before {
    content: none;
}



/* Search Widget CSS ends */
/* Banner section CSS start */
.xp-banner-section .container, .xp-banner-section .row {
    position: absolute;
    color: #fff;
    transform: translate(-50%, -54%);
    top: 46%;
    left: 50%;
    width: 100%;
    margin-left: 10px;
}

.xp-banner-section .close-share-links {
    cursor: pointer;
}
/* Banner content CSS start */
.xp-banner-section.xp-vertical-top .container, .xp-banner-section.xp-vertical-top .row, .xp-video-container.xp-vertical-top .container, .xp-video-container.xp-vertical-top .row {
    top: 6%;
}

.xp-banner-section.xp-vertical-bottom .container, .xp-banner-section.xp-vertical-bottom .row, .xp-video-container.xp-vertical-bottom .container, .xp-video-container.xp-vertical-bottom .row {
    transform: translate(-50%, 80%);
    top: auto;
    left: 50%;
    bottom: 6%;
}
/* Banner content CSS end */
@media (max-width:767px) {


    .two-column-form-section .form-field, .form-widget-form form .ktc-default-section .form-field {
        width: 100%;
        max-width: 100%;
        padding: 0 20px 0 10px;
    }

    .two-column-form-section > div {
        width: 100% !important;
    }

    .form-widget-form form .ktc-default-section .form-field:last-child {
        padding-top: 12px;
    }

    .form-widget-form form .ktc-default-section .form-field div input[type=checkbox]:checked + label:after {
        top: 3px;
    }

    .form-widget-form form .ktc-default-section .form-field .control-label, .form-widget-form form .two-column-form-section .form-field .control-label {
        margin: 0 0 4px;
    }

    .subsite-header .xp-article-title {
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .nsw-top-notification {
        min-height: 60px;
    }

    .nsw-top-notification p {
        font-size: .8rem;
    }

    .form-widget-form form .ktc-default-section .form-field div.xp-postcode-field, .form-widget-form form .ktc-default-section .form-field div.xp-state-field {
        width: 100%;
        padding: 0
    }

    div.xp-main-section.xp-banner-section.xp-background-img div.fr-view {
        max-width: 48%;
    }

    div.xp-main-section.xp-banner-section.xp-background-img .row {
        margin-left: 0;
    }

    div.xp-main-section.xp-banner-section.xp-background-img .row [class*="col-"] {
        padding-left: 0;
    }

    div.xp-main-section.xp-banner-section.xp-background-img div.fr-view p {
        line-height: 1.3;
        margin-bottom: 0.5rem;
    }

    .xp-article-title {
        font-size: 24px;
    }

    .xp-share-this-widget.c-print-social-share .share-control .share-links.is-visible {
        margin-top: 0;
    }

    .xp-banner-section img {
        object-fit: cover;
    }

    .navbar-nav.mm-listview {
        max-height: calc(100% - 257px);
    }

    .xp-article-page .page-header-container .page-header-content {
        padding-top: 26px;
    }
}

.xp-banner-section {
    overflow: hidden;
}

@media (min-width: 1024px) {
    .xp-banner-section {
        position: relative;
        height: 0;
        width: 100%;
        padding-bottom: 42.85714%;
        background-size: cover;
    }

    #nav-mobile.mm-menu {
        display: none;
    }
}

.early-voting-container .xp-main-section {
    background: none !important;
}

/* Banner section CSS ends */



.xp-video-popup .cta .btn {
    width: 100%;
}

.xp-video-popup .cta .btn:hover {
    padding: 12px 15px;
}
/* Button CSS end */
/* Pagination CSS start */
.pagination li {
    padding: 0;
}

.pagination li span, .pagination li a {
    border: 0;
}

.pagination li span, .pagination li a {
    background: none;
    border: 0 none;
    font-size: 1rem;
    line-height: 1.5;
    color: #414042;
    padding: 0.1rem 0.55rem;
    text-align: center;
}

.pagination li.current {
    background: none;
    padding: 0;
}

.pagination li.current span, .pagination li:hover span, .pagination li:hover a {
    color: #008bbf;
}

.pagination li.disabled span, .pagination li.disabled:hover span {
    color: #414042;
    opacity: 0.5;
}

.pagination li.disabled:before span, .pagination li.disabled:before span, .pagination li.disabled:before a, .pagination li.disabled:before a {
    color: #414042;
    opacity: 0.5;
}

.pagination li:first-child:before, .pagination li:last-child:before, .pagination li:first-child:before, .pagination li:last-child:before {
    content: "|<";
    position: absolute;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.pagination li:first-child a, .pagination li:last-child span, .pagination li:first-child span, .pagination li:last-child a, .pagination li:hover:first-child a, .pagination li:hover:last-child span, .pagination li:hover:first-child span, .pagination li:hover:last-child:hover a {
    color: transparent;
}

.pagination li:last-child:before {
    content: ">|";
}

.pagination li.disabled:before, .pagination li.disabled:before, .pagination li.disabled:before, .pagination li.disabled:before {
    color: #414042;
    opacity: 0.5;
}
/* Pagination CSS ends */


/* Petition page starts */
.campaign-blue, .campaign-red {
    min-height: calc(100vh - 195px);
}

.campaign-blue .right-sec, .campaign-red .right-sec {
    width: 300px;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}

.campaign-blue .right-sec .card, .campaign-red .right-sec .card {
    -webkit-box-shadow: 10px 10px 10px rgb(44 84 103 / 18%);
    box-shadow: 10px 10px 10px rgb(44 84 103 / 18%);
}

.campaign-blue .right-sec .card-body, .campaign-red .right-sec .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    min-height: 465px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.campaign-blue .right-sec div, .campaign-red .right-sec div {
    width: 100%;
    padding: 0;
}

.campaign-blue .right-sec .custom-form-init, .campaign-red .right-sec .custom-form-init {
    width: 100%;
}

.campaign-blue .left-sec-top, .campaign-red .left-sec-top {
    padding: 20px;
    background-color: #0095da;
    display: inline-block;
    width: calc(100% - 340px);
    color: #fff;
}

.campaign-blue .left-sec-bottom, .campaign-red .left-sec-bottom {
    padding: 20px 20px 86px;
    background-color: #0095da;
    color: #fff;
    padding-top: 0;
    display: inline-block;
    width: calc(100% - 340px);
}

.campaign-blue form input[type="submit"], .campaign-red form input[type="submit"] {
    padding: 0.375rem 0.75rem;
    height: auto;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    margin-top: 20px;
}

.campaign-blue .container, .campaign-red .container {
    max-width: 970px;
}

.campaign-red .left-sec-top, .campaign-red .left-sec-bottom, .campaign-red form input[type="submit"] {
    background-color: #ed1c24 !important;
}

.campaign-red form input[type="submit"] {
    border-color: #ed1c24;
    transition: 0.3s all ease;
}

.campaign-red form input[type="submit"]:hover {
    background-color: #b5040b !important;
    border-color: #b5040b;
}

.campaign-red .editing-form-control-nested-control .field-validation-error, .campaign-blue .editing-form-control-nested-control .field-validation-error {
    top: 0;
}

.campaign-red ~ #footer-petition, .campaign-blue ~ #footer-petition {
    padding: 32px;
    background: #0072b8;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.campaign-red ~ #footer-petition {
    background: #ed1c24;
}

#footer-petition .copyright span {
    display: block;
    font-size: 11px;
    margin-top: 30px;
    font-weight: normal;
}

#footer-petition #foot_logo {
    margin: 0 0 0 -12% !important;
    width: auto !important;
    max-width: 145px;
}

#footer-petition .container, #footer-petition .container-lg, #footer-petition .container-md, #footer-petition .container-sm {
    max-width: 970px;
}
/* Event widget start */
.event-registration-wrapper {
    min-height: calc(100vh - 180.5px);
}

.event-widget-wrapper .LPNSW-events-box {
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    margin: 0 0 20px 0;
}

.event-widget-wrapper .LPNSW-events-box a {
    display: flex;
    min-height: 250px;
    border-bottom: 0;
    padding-bottom: 0;
}

.event-widget-wrapper .LPNSW-events-box a:hover {
    color: #04adee;
    opacity: .8;
}

.event-widget-wrapper .LPNSW-event-image {
    max-width: 45%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.event-widget-wrapper .LPNSW-event-details {
    width: 55%;
    margin: 0 0 10px 0;
}

.event-widget-wrapper .LPNSW-event-details .event-date {
    margin: 0;
    padding: 7px 20px 7px 20px;
    background: #06a0e3;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

.event-widget-wrapper .LPNSW-event-details .event-date span {
    font-weight: bold;
}

.event-widget-wrapper .LPNSW-event-details .event-heading {
    margin: 7px 0 0 0;
    padding: 0 20px;
    font-size: 16px;
    color: #0169b0;
    line-height: 20px;
}

.event-widget-wrapper .LPNSW-events-box a .LPNSW-event-details p, .event-widget-wrapper .LPNSW-event-details p {
    margin: 0;
    padding: 7px 20px 7px;
    line-height: normal;
    font-size: 14px;
    color: #000;
}

.event-widget-wrapper .LPNSW-events-box a .blue-text {
    color: #06a5e7;
}

.event-widget-wrapper .LPNSW-event-details .event-organised {
    margin: 0;
    padding: 0 20px;
    display: block;
    color: #002f87;
    font-size: 15px;
    font-style: italic;
}
/* Event widget ends */
@media (max-width: 1199px) {
    .xp-widget-card, .related-article-wrapper .xp-widget-card {
        min-height: inherit;
        padding-bottom: 15px;
    }

    .xp-widget-card .xp-widget-body {
        display: flex;
    }

    .xp-widget-card .xp-widget-body .xp-widget-image {
        margin-bottom: 0;
        min-width: 280px;
    }

    .xp-widget-card .xp-widget-body .xp-widget-description {
        padding-left: 30px;
    }

    .xp-post-date, .xp-widget-description .xp-post-date {
        position: static;
    }

    .related-article-wrapper .xp-widget-card .xp-widget-body .xp-widget-image {
        min-width: auto;
        height: auto;
        margin-bottom: 10px;
    }

    .related-article-wrapper .xp-widget-card .xp-widget-body .xp-widget-image img {
        min-width: none;
        min-height: auto;
        object-fit: inherit;
        height: auto;
    }

    .related-article-wrapper .xp-widget-card .xp-widget-body .xp-widget-description {
        padding-left: 0;
    }

    .related-article-wrapper .xp-widget-card .xp-widget-body {
        display: block;
    }

    .xp-widget-card .xp-widget-tile-text, .related-article-wrapper .xp-widget-card .xp-widget-tile-text {
        min-height: inherit;
    }
}

@media (max-width: 767px) {
    .campaign-blue .sec-con, .campaign-red .sec-con {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .campaign-blue .left-sec-top, .campaign-red .left-sec-top {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .campaign-blue .right-sec, .campaign-red .right-sec {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        position: relative;
        top: initial;
        margin-bottom: 15px;
    }

    .campaign-blue .left-sec-bottom, .campaign-red .left-sec-bottom {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding-top: 20px;
    }

    .campaign-blue form .ktc-default-section .form-field, .campaign-red form .ktc-default-section .form-field {
        padding: 0 5px;
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 0.8rem;
    }

    .campaign-blue form .ktc-default-section, .campaign-red form .ktc-default-section {
        display: flex;
        flex-wrap: wrap;
    }

    .campaign-blue form .ktc-default-section .form-field:nth-child(3), .campaign-red form .ktc-default-section .form-field:nth-child(3) {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .campaign-red form .ktc-default-section .form-field:last-child, .campaign-blue form .ktc-default-section .form-field:last-child {
        padding-top: 0;
    }

    .campaign-blue .right-sec .card-body, .campaign-red .right-sec .card-body {
        padding: 1.25rem 10px;
        min-height: 385px;
    }

    .xp-main-section .col-sm-12 .fr-view h3 {
        clear: both;
    }

    .xp-main-section .col-sm-12 .fr-view p img {
        float: none;
    }

    .xp-article-page .s-text-block {
        padding: 25px 0;
        margin-bottom: 36px;
    }

    .xp-article-page .s-page-header .page-header-utility-wrapper {
        margin-top: 22px;
        padding-bottom: 18px;
    }
}

@media (max-width: 600px) {
    .xp-widget-card .xp-widget-body {
        display: block;
    }

    .xp-widget-card .xp-widget-body .xp-widget-description {
        padding-left: 0;
    }

    .xp-widget-card .xp-widget-body .xp-widget-image {
        margin-bottom: 20px;
        min-width: inherit;
    }
}
/* Petition page ends */

/* Table Seating page starts */
.tbl-seating-wrap .table td, .tbl-seating-wrap .table th {
    border: 0;
}

.tbl-seating-wrap thead tr td .col-container {
    padding: 15px;
    border-bottom: 1px solid;
    font-weight: 600;
    font-size: 15px;
    height: 100%;
    background-color: #f3f7f5;
    color: #8181a5;
}

.tbl-seating-wrap .table thead {
    background: none !important;
}

.tbl-seating-wrap .table tr td .col-container .dropdown-toggle {
    border: 0;
    font-size: 13px;
    font-weight: 600;
    display: block;
    padding: 0;
}

.tbl-seating-wrap .table tr td .col-container .dropdown-toggle:focus-visible {
    outline: none;
}

.tbl-seating-wrap .table tr td .col-container .dropdown-toggle:after {
    content: none;
}

.tbl-seating-wrap .table tr td .col-container .form-group select.form-control, .tbl-seating-wrap .table tr td .col-container .form-group input {
    border: 1px solid #ced4da !important;
    min-height: 38px;
}

.tbl-seating-wrap .table tr.row-editopen label {
    font-weight: normal;
    font-size: 14px;
}

.tbl-seating-wrap .table tr td .col-container .dropdown-menu {
    padding: 0;
}

.tbl-seating-wrap .table tr td .col-container .dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 21px;
    clear: both;
    font-weight: 400;
    color: #52527F;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px dashed #CFCFCF;
    cursor: pointer;
}

.tbl-seating-wrap .table tr td .col-container .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.tbl-seating-wrap.custom-table .btn.btn-primary, .tbl-seating-wrap.custom-table .btn-cancel-link {
    border-radius: 0.25rem !important;
    color: #fff;
    background-color: #00529b !important;
    border-color: #00529b !important;
    min-width: 90px;
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.375rem 1.2rem;
}

.tbl-seating-wrap.custom-table .btn.btn-primary:hover {
    background-color: #003a6d !important;
    border-color: #003a6d !important;
}

.tbl-seating-wrap.custom-table .btn-cancel-link {
    border: 2px solid #e3e3e3 !important;
    background: none !important;
    color: #212529;
    text-transform: capitalize;
    font-weight: normal;
}

.tbl-seating-wrap.custom-table .btn-cancel-link:hover {
    color: #00529b !important;
    box-shadow: none;
}

.tbl-seating-wrap .table tr td, .table tr th {
    padding: 7px 0;
}

.tbl-seating-wrap .table tr.row-editopen td {
    padding-bottom: 0;
}

.tbl-seating-wrap .table tr td .col-container {
    padding: 15px 10px;
    border-top: 1px solid #ececf2;
    border-bottom: 1px solid #ececf2;
    font-weight: 600;
    font-size: 15px;
    height: 100%;
}

.tbl-seating-wrap .table tr td:first-child .col-container {
    padding-left: 15px;
    border-left: 1px solid #ececf2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tbl-seating-wrap .table thead tr td:first-child .col-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tbl-seating-wrap .table tr.row-editopen td table tr td .col-container {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 15px 10px;
    min-height: 55px;
    cursor: move;
}

.tbl-seating-wrap .table tr.row-editopen td table tr td:first-child .col-container {
    border-left: 1px solid #ececf2;
    border-top-left-radius: 10px;
    padding-left: 15px;
    border-bottom-left-radius: 10px;
}

.tbl-seating-wrap .table tr.row-editopen td table tr td:last-child .col-container {
    border-right: 1px solid #ececf2;
    border-top-right-radius: 10px;
    padding-right: 15px;
    border-bottom-right-radius: 10px;
}

.tbl-seating-wrap .table tr.row-editopen td table tr:nth-child(2) td {
    padding-top: 0;
}

.tbl-seating-wrap .table tr.row-editopen tr.collapse .col-container.p-4 {
    position: relative;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
}

.tbl-seating-wrap .table tr.row-editopen tr.collapse .col-container.p-4:before, .tbl-seating-wrap .table tr.row-editopen tr.collapse .col-container.p-4:after {
    content: "";
    height: 40px;
    width: 1px;
    background-color: #ececf2;
    position: absolute;
    left: -1px;
    top: -20px;
}

.tbl-seating-wrap .table tr.row-editopen tr.collapse .col-container.p-4:after {
    right: -1px;
    left: auto;
}

.form-inline-seating .font-small {
    font-size: 14px;
    padding-top: 0;
}

.form-inline-seating select.form-control {
    width: 100%;
    max-width: 170px;
    margin-right: 20px;
    margin-left: 5px;
}

.tbl-seating-wrap .table tr td:last-child .col-container {
    padding-right: 15px;
    border-right: 1px solid #ececf2;
}

.tbl-seating-wrap.tb-ticket .cursor-pointer {
    cursor: pointer !important;
}

.tbl-seating-wrap .ui-drop-hover {
    border: 2px solid #bbb;
}

.tbl-seating-wrap tr.ui-state-default {
    background: none;
    padding: 0;
    border: 0;
}

.tbl-seating-wrap tr.ui-state-default.ui-drop-hover {
    border: 0;
}

.tbl-seating-wrap tr.ui-state-default.ui-drop-hover table tr td .col-container {
    background: #eaf0f5;
}

.tbl-seating-wrap tr.ui-state-default table tr td {
    text-align: left;
}

.row-editopen.ui-draggable.ui-draggable-handle.ui-draggable-dragging {
    opacity: 0;
}

.tbl-seating-wrap .table tr.row-editopen td table tr:nth-child(2) td .col-container {
    border-top: 0;
    border-bottom: 1px solid #ececf2;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#Validationsummary .validation-summary-errors ul {
    padding-left: 0;
    margin-bottom: 0;
}

#Validationsummary .validation-summary-errors ul li {
    padding-left: 0;
    margin-bottom: 3px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .tbl-seating-wrap .table tr.row-editopen > td {
        padding-left: 0;
    }

    .tbl-seating-wrap.custom-table table {
        display: block;
    }

    .tbl-seating-wrap.custom-table table thead {
        display: block;
    }

    .tbl-seating-wrap.custom-table table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tbl-seating-wrap.custom-table table tbody {
        display: block;
    }

    .tbl-seating-wrap.custom-table table th {
        display: block;
    }

    .tbl-seating-wrap.custom-table table tr {
        display: block;
        border: 1px solid rgb(27, 26, 26);
        margin: 10px 0;
        border-radius: 10px;
    }

    .tbl-seating-wrap.custom-table table tr td {
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .tbl-seating-wrap.custom-table table tr td:before {
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        word-break: break-word;
        content: attr(data-title);
    }

    .tbl-seating-wrap.custom-table table tr td .col-container {
        border: none !important;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tbl-seating-wrap.custom-table table tr td .text-right {
        text-align: left !important;
    }

    .tbl-seating-wrap.custom-table table tr td:last-child {
        border-bottom: none;
    }

    .tbl-seating-wrap.custom-table table tr td:last-child .col-container.text-center {
        text-align: left !important;
    }

    .tbl-seating-wrap.custom-table table tr td:first-child .col-container {
        border: none !important;
    }

    .tbl-seating-wrap.custom-table table tr td .dropdown-toggle {
        padding-left: 0 !important;
        padding-right: 2rem !important;
    }

    .tbl-seating-wrap.custom-table table .button-row td {
        padding-left: 15px;
    }

    .tbl-seating-wrap.custom-table table .button-row td::before {
        display: none;
    }

    .tbl-seating-wrap table .fa-ellipsis-v {
        color: #fff !important;
        background-color: #00529b;
        border-color: #00529b;
        border-radius: .25rem;
        padding: .375rem 0.65rem;
    }

    .tbl-seating-wrap table .fa-ellipsis-v:before {
        content: "\f0c9";
        color: #fff;
    }

    .tbl-seating-wrap .table tr.row-editopen {
        border: none;
    }

    .tbl-seating-wrap .table tr.row-editopen td {
        width: 100%;
    }

    .tbl-seating-wrap .table tr.row-editopen tr:nth-child(2) td {
        padding-left: 0;
    }

    .tbl-seating-wrap.custom-table table .collapse:not(.show) {
        display: none;
    }

    .tbl-seating-wrap.custom-table table tr.collapse {
        border-top: 0;
    }
}
/* Table Seating page ends */

/* Expand Collapse Widget Start */
.expand-collapse-list-wrapper.card {
    border-radius: .2rem;
    margin-bottom: 1rem;
}


.expand-collapse-list-wrapper .card-header button:not(.fr-btn) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expand-collapse-list-wrapper .card-header button:not(.fr-btn)::after {
    content: "\25BE";
    font-size: 1.5rem;
    position: relative;
    top: 2px;
    transition: transform 0.3s;
}



.expand-collapse-list-wrapper .card-header button.collapsed::after {
    transform: rotate(90deg);
}

/*
removed lists for this widget July 2024
.expand-collapse-list-wrapper > ul {
    list-style-type: none;
    padding-left:0;
}

.expand-collapse-list-wrapper > ul > li {
    padding-left:0;
}

.expand-collapse-list-wrapper ul li .text::before {
    content: "\2212";
    padding-right: 15px;
    font-size: 1.5rem;
    position: relative;
    top: 2px
}

.expand-collapse-list-wrapper ul li .collapsed::before {
    content: "\2b";
    font-size: 1.5rem;
    position: relative;
    top: 2px
}

.expand-collapse-list-wrapper ul li a {
    align-items: center;
    display: inline-flex;
}

.expand-collapse-list-wrapper ul li a > * {
    margin-bottom:0;
}
*/



.collapse .in {
    display: block !important;
}
/* Expand Collapse Widget End */

/* ad-hoc Table styling JL 11/2/23 */
.fr-no-borders .header {
    background-color: rgb(0, 82, 155);
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.fr-no-borders .group {
    vertical-align: top;
    font-size: 18px;
    padding-top: 1rem
}

.fr-no-borders .list {
    vertical-align: top;
    font-size: 18px;
    padding-top: 1rem
}

@media (max-width: 767px) {
    .fr-no-borders .header {
        background-color: rgb(0, 82, 155);
        font-size: 1.5rem;
        color: rgb(255, 255, 255);
        text-align: center;
    }

    .fr-no-borders .group {
        vertical-align: top;
        font-size: 0.8rem !important;
        padding-top: 1rem
    }

    .fr-no-borders .list {
        vertical-align: top;
        padding-top: 1rem
    }

    .fr-no-borders .list ul {
        padding-left: 20px
    }

    .fr-no-borders .list li {
        vertical-align: top;
        font-size: 0.7rem !important;
        padding-left: 0;
        margin-bottom: 5px
    }
}
/* end Table styling JL 11/2/23*/

/* image class styling */
img.img-100 {
    width: 100%
}

img.img-50 {
    width: 50%
}

img.img-33 {
    width: 33%
}

img.img-25 {
    width: 25%
}
/* image class styling end */

/* youtube video styling */
.youtube-custom:hover {
    cursor: pointer;
}

.youtube-custom .play:hover {
    background: red;
    opacity: 0.9;
}

.play {
    font-size: 1.1em;
    /* change this to change size */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    margin: auto;
    background: #3b3636;
    opacity: 0.75;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    height: 3em;
    padding: 0;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
}

.play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}

.play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
}
/* youtube video styling end */

.case-study-widget .case-study {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 30px;
    position: relative;
}

.case-study-widget .case-study-heading {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.case-study-widget .case-study-body {
    color: #fff;
    font-weight: 100;
}

.case-study-widget .case-study-subtitle {
    color: #00aeef;
    margin-bottom: 10px;
}

.case-study-widget a {
    text-decoration: none;
    position: absolute;
    padding: 20px;
    height: 100%
}

.footer-cta {
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5));
    background-position: center;
    text-align: center;
    height: 200px;
    line-height: 200px;
    font-size: 70px;
    color: #fff;
    font-weight: bolder;
    background-size: cover;
}