﻿.admin {
    top: 53px !important;
}

.page-footer {
    padding-top: 20px;
}

.page-footer-legal {
    padding: 10px 0;
    margin-top: 20px;
}

.page-title-header {
    padding-top: 105px;
    padding-bottom: 15px;
}

.page-title {
    margin: 0;
    font-size: 2.2rem;
}

footer.page-footer {
    margin-top: 0;
}

.Normal,
.NormalDisabled,
.NormalDeleted {
    color: inherit !important;
}

.to-left {
    text-align: left;
}

.to-right {
    text-align: right;
}

.clearfix {
    float: none;
    clear: both;
}

footer .page-footer-legal,
footer .page-footer-legal a {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-64 {
    font-size: 64px;
}

.dynamic-color .col-md-4 div {
    padding: 7px 20px;
}

.dynamic-color .col-md-4 {
    margin-top: 50px;
}

/*
.carousel-item {
  display: inline-block;
  vertical-align: middle;
  float:none;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: inline-block;
  vertical-align: middle;
  float:none;
}
*/

/****************************************************/
/** Register & Login ********************************/
/****************************************************/
.inline-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 0;
}

    .inline-list li {
        display: inline-block;
    }

    .inline-list li {
        float: right;
    }

.registerGroup a strong,
.loginGroup a strong {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
}

.userMessages a,
.userNotifications a {
    background-color: transparent;
}

.userMessages strong {
    height: 100%;
    background: url('../img/message_icon.png') no-repeat center center;
}

.userNotifications {
}

    .userNotifications strong {
        height: 100%;
        background: url('../img/notification_icon.png') no-repeat center center;
    }

.registerGroup a span {
    display: inline-block;
    min-width: 7px;
    margin-right: 3px;
    text-align: center;
}

.registerGroup .userProfileImg a {
    min-width: 32px;
    min-height: 32px;
    padding: 0;
}

.registerGroup a img {
    height: 32px;
    width: 32px;
}

.loginGroup {
}

.userMessages a span,
.userNotifications a span {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    background-color: transparent;
}

.userNotifications span,
.userMessages span {
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-indent: -9999px;
    z-index: 999;
}

.userNotifications span {
    background: url('../img/icon_notification_active.png') no-repeat center center;
}

.userMessages span {
    background: url('../img/icon_message_active.png') no-repeat center center;
}
/****************************************************/
/** Register & Login ********************************/
/****************************************************/

/****************************************************/
/** Language ****************************************/
/****************************************************/
.language .language-object {
    margin: 0;
    padding: 0;
}

    .language .language-object span:first-child {
        padding-left: 8px;
    }

    .language .language-object span {
        float: left;
        padding-top: 5px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

    .language .language-object .Language.selected img {
        opacity: 1;
    }

    .language .language-object span img {
        height: 20px;
        width: 25px;
        opacity: 0.3;
    }
/****************************************************/
/** Language ****************************************/
/****************************************************/

/****************************************************/
/** Topbar search button ****************************/
/****************************************************/
.search-button,
.search-button a,
.search-button a:link,
.search-button a:active,
.search-button a:visited,
.search-button a:focus {
    height: 34px;
    line-height: 34px;
    width: 35px;
    text-align: center;
    color: #fff;
}

    .search-button a:hover {
        background: rgba(0, 0, 0, 0.2);
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
/****************************************************/
/** Topbar search button ****************************/
/****************************************************/

/****************************************************/
/** Search Input ************************************/
/****************************************************/
.modal-title .Normal {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
    font-weight: 300;
}

.search {
    position: relative;
    min-width: 35px;
    width: 0;
    height: 34px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

#dnn_dnnSearch_ClassicSearch {
    padding: 3px;
}

.searchInputContainer {
    display: block !important;
}

    .searchInputContainer input::-webkit-input-placeholder {
        color: #818181;
    }

    .searchInputContainer input:-moz-placeholder {
        color: #818181;
    }

    .searchInputContainer input::-moz-placeholder {
        color: #818181;
    }

    .searchInputContainer input:-ms-input-placeholder {
        color: #818181;
    }

    .searchInputContainer a.dnnSearchBoxClearText {
        right: 0 !important;
    }

        .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
            bottom: 20px;
        }

.SearchButton {
    visibility: hidden;
}

ul.searchSkinObjectPreview {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style: none;
    border-top: none;
    width: 100%;
    z-index: 200;
    padding: 0;
}
/****************************************************/
/** Search Input ************************************/
/****************************************************/

/****************************************************/
/** Navbar ******************************************/
/****************************************************/

:target {
    scroll-margin-top: 115px;
}
.navbar-fixed-top {
    padding: 0;
    -webkit-transition: background 0.5s ease-in-out, margin 0.5s ease-in-out, border 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, margin 0.5s ease-in-out, border 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, margin 0.5s ease-in-out, border 0.5s ease-in-out;
    z-index: 999;
}

.navbar-brand img {
    max-height: 70px;
    max-width: 100%;
}

/* .navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #6cc04a;
} */

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.navbar-default .navbar-toggle {
    position: relative;
    z-index: 100;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar .navbar-toggle {
    border-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle {
    margin-top: 12px;
}

.navbar-nav > li > a {
}

.dropdown-menu li > a,
.dropdown-menu li > span {
}


.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background-color: hsla(0, 0%, 100%, 0.15);
}

/****************************************************/
/** Navbar ******************************************/
/****************************************************/

/******** Containers */
.cnp-main-container {
}

    .cnp-main-container .panel-heading .Head {
        margin-bottom: 0;
    }

    .cnp-main-container .panel-footer .Head {
        margin-bottom: 0;
    }

    .cnp-main-container .contentpane .Normal,
    .cnp-main-container .contentpane div,
    .cnp-main-container .contentpane p,
    .cnp-main-container .contentpane td,
    .cnp-main-container .contentpane b {
    }

        .cnp-main-container .contentpane p strong {
        }

    .cnp-main-container .contentpane a:hover {
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

.fa-ul > li {
    font-size: 1.25rem !important;
    line-height: 1.8 !important;
}

.cnp-footer-container .Head,
.cnp-footer-container h2,
.cnp-footer-container h3,
.cnp-footer-container h4,
.cnp-footer-container h5,
.cnp-footer-container h6 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.cnp-footer-container .Head {
    margin-bottom: 0;
    font-size: 1.3rem;
}

.cnp-footer-container .contentpane .Normal,
.cnp-footer-container .contentpane div,
.cnp-footer-container .contentpane p,
.cnp-footer-container .contentpane td,
.cnp-footer-container .contentpane b {
    color: #fff;
    font-size: 0.9rem;
}

.cnp-footer-container .contentpane a:active,
.cnp-footer-container .contentpane a:link,
.cnp-footer-container .contentpane a:focus,
.cnp-footer-container .contentpane a:visited {
    text-decoration: underline;
    font-size: 0.9rem;
    line-height: 1.8;
}

.cnp-footer-container .contentpane a:hover {
    text-decoration: none;
}

/******** Containers */

@media (max-width: 991px) {
    .to-left {
        text-align: center;
        padding-bottom: 3px;
    }

    .to-right {
        text-align: center;
        padding-bottom: 3px;
    }
}

@media (max-width: 768px) {
    .home-wrapper {
        margin-top: 0;
    }
}

#ControlBar input[type='text'] {
    padding: 5px !important;
    height: 19px;
}

#ControlBar .RadComboBox_DnnBlack,
#ControlBar .RadComboBox_DnnBlack .rcbInput,
#ControlBar
.RadComboBox_DnnBlack
.rcbInput.radPreventDecorate
input[name='ControlBar$CategoryList']:focus,
#ControlBar .RadComboBoxDropDown_DnnBlack {
    background-color: #515151;
    color: #bdbdbd !important;
    border-radius: 4px;
}

/**********************************************************/
/** DNN Defaults ******************************************/
/**********************************************************/

/** Fix for IE11 slider, when the slider swap image the screen size is expanded to take the full height of the image then reduced */
.carousel-inner > .item > .view > img,
.carousel-inner > .item > .view > a > img {
    width: 100%;
}

/*============================================================================
  Headings
==============================================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    display: block;
    margin: 0 0 7.5px;
}

@media only screen and (min-width: 769px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        margin: 0 0 15px;
    }
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none;
    font-weight: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2;
    /* text-transform: uppercase; */
}

h1,
.h1 {
    font-size: 1.8em;
}

h2,
.h2 {
    font-size: 1.548em;
}

h3,
.h3 {
    font-size: 1.26em;
}

h4,
.h4 {
    font-size: 1.15em;
}

h5,
.h5 {
    font-size: 1.1em;
}

h6,
.h6 {
    letter-spacing: 0.2em;
    font-size: 0.75em;
    margin-bottom: 10px;
}

label {
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    h6,
    .h6 {
        margin-bottom: 5px;
    }
}

p {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.714;
    margin-top: 0.6em;
}

/*============================================================================
  Page Banners
==============================================================================*/
.banner {
    position: relative;
    height: 200px;
    overflow: hidden;
    text-align: left;
}

    .banner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        filter: grayscale(100%) contrast(140%) brightness(0.9) saturate(300%);
    }

    .banner .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        background: rgba(0, 0, 0, 0.1);
        text-align: left;
    }

    .banner .titles {
        margin: auto;
        text-align: center;
    }

        .banner .titles h1 {
            color: white;
            text-transform: uppercase;
            font-weight: 900;
            font-size: calc(1rem + 3vw);
            line-height: 1;
            letter-spacing: 0.1em;
            margin: 1vw;
            text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.6);
        }

            .banner .titles h1:first-line {
                font-weight: 900;
                /*font-size: calc(1rem * 2);*/
            }

        .banner .titles .subhead {
            color: rgba(255, 255, 255, 0.9) !important;
            text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
            font-size: calc(1rem + 0.8vw);
            font-weight: 100;
            letter-spacing: 0.08em;
            margin: 1vw;
        }

/*
   * Animation module with all animation code
   */
.anim-color-flow {
    -webkit-animation-name: color-flow;
    animation-name: color-flow;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes color-flow {
    0%, 100% {
        filter: grayscale(100%) contrast(140%) brightness(0.9) saturate(300%);
    }

    50% {
        filter: grayscale(0%);
    }

    1% {
        filter: grayscale(100%) contrast(140%) brightness(0.9) saturate(300%);
    }

    0.09% {
        filter: grayscale(0%);
    }
}

@keyframes color-flow {
    0%, 100% {
        filter: grayscale(100%) contrast(140%) brightness(0.9) saturate(300%);
    }

    50% {
        filter: grayscale(0%);
    }

    1% {
        filter: grayscale(100%) contrast(140%) brightness(0.9) saturate(300%);
    }

    0.09% {
        filter: grayscale(0%);
    }
}

.anim-color-flow {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.page-banner-title {
    min-width: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
}

.mask.banner-mask {
    background: linear-gradient(45deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 30%) 100%);
}

.btn,
.btn:visited,
.btn:link,
.btn:focus,
.btn:active,
.bSubmit,
.dnnPrimaryAction,
.dnnFormItem input[type='submit'],
a.dnnPrimaryAction,
.dnnSecondaryAction,
a.dnnSecondaryAction,
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #000;
    border-radius: 0;
    font-weight: 800;
    border: 1px solid transparent;
}

.btn-sm,
.btn-sm:visited,
.btn-sm:link,
.btn-sm:focus,
.btn-sm:active {
    font-weight: 700;
}

.btn.focus,
.btn:focus,
.btn:hover,
.btn.active,
.btn.active:focus,
.btn:active,
.btn:active:focus,
.bSubmit:hover,
.bSubmit:active,
.dnnPrimaryAction:hover,
.dnnFormItem input[type='submit']:hover,
a.dnnPrimaryAction:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
.dnnPrimaryAction:active,
.dnnFormItem input[type='submit']:active,
a.dnnPrimaryAction:active,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active {
    box-shadow: none;
    text-decoration: none;
    border: 1px solid transparent;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:link,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary.disabled,
.bSubmit,
.dnnPrimaryAction,
.dnnFormItem input[type='submit'],
a.dnnPrimaryAction,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000;
    background: #6cc04a;
}

    .btn-primary.focus,
    .btn-primary:focus,
    .btn-primary:hover,
    .btn-primary.active,
    .btn-primary.active:focus,
    .btn-primary:active,
    .btn-primary:active:focus,
    .bSubmit:hover,
    .bSubmit:active,
    .dnnPrimaryAction:hover,
    .dnnFormItem input[type='submit']:hover,
    a.dnnPrimaryAction:hover,
    .dnnPrimaryAction:active,
    .dnnFormItem input[type='submit']:active,
    a.dnnPrimaryAction:active,
    .nav-pills .nav-link.active:hover,
    .nav-pills .show > .nav-link:hover,
    .nav-pills .nav-link.active:active,
    .nav-pills .show > .nav-link:active {
        color: #000;
        background: #afdb39;
    }

.btn-secondary,
.btn-secondary:visited,
.btn-secondary:link,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:disabled,
.btn-secondary.disabled,
.dnnSecondaryAction,
a.dnnSecondaryAction {
    color: #000;
    background: white;
    border: #000 solid 1px;
}

    .btn-secondary.focus,
    .btn-secondary:focus,
    .btn-secondary:hover,
    .btn-secondary.active,
    .btn-secondary.active:focus,
    .btn-secondary:active,
    .btn-secondary:active:focus,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    a.card-link:hover .btn-secondary,
    a.card-link:focus .btn-secondary {
        background: #000;
        color: #fff;
        border-color: transparent;
    }

.btn-dark,
.btn-dark:visited,
.btn-dark:link,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background: #000;
}

    .btn-dark.focus,
    .btn-dark:focus,
    .btn-dark:hover,
    .btn-dark.active,
    .btn-dark.active:focus,
    .btn-dark:active,
    .btn-dark:active:focus {
        color: #6cc04a;
        background: #111;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    border-color: #6cc04a;
}

.connect-logo {
    padding: 3rem 1.5rem 1.5rem;
    text-align: center;
}

    .connect-logo img {
        max-height: 60px;
    }

.heading-decorated {
    display: inline-block;
    opacity: 0;
    position: relative;
    margin: 2rem 0 1rem;
}

    .heading-decorated::after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -0.8rem;
        width: 100px;
        height: 10px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' width='26.458332mm' height='2.7140071mm' viewBox='0 0 26.458332 2.7140071' version='1.1' id='svg956'%3E%3Cdefs id='defs950'/%3E%3Cmetadata id='metadata953'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3Cdc:title/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg id='layer1'%3E%3Cpath id='path26' style='fill:%236bbf5c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.179545' d='M 26.458333,1.6211142 C 23.038355,0.55587222 18.04825,0 13.229078,0 8.4099014,0 3.4199788,0.55587222 0,1.6211142 v 1.092893 C 0.40020664,2.5822204 0.8413494,2.452052 1.3291738,2.3256498 4.5012005,1.5031554 8.7273373,1.05034 13.229078,1.05034 c 4.501919,0 8.728054,0.4528154 11.900262,1.2753098 0.487643,0.1264022 0.928788,0.2565706 1.328993,0.3883574 z'/%3E%3C/g%3E%3C/svg%3E");
    }

.text-center .heading-decorated::after {
    left: 50%;
    margin-left: -50px;
}

.popover .heading-decorated {
    opacity: 1;
}

ul.diamond-list {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}

    ul.diamond-list li {
        padding-left: 1.3rem;
        margin: 0.3em 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15'%3E%3Crect x='5' y='-5' width='10' height='10' transform='rotate(45)' style='fill:%23b5eb00' /%3E%3C/svg%3E%0A");
        background-position: 0 3px;
        background-repeat: no-repeat;
    }

.staff-item {
    padding: 3em;
}

.staff-group .staff-item:nth-of-type(2n + 1) {
    background-color: rgba(249, 249, 249, var(--mdb-bg-opacity));
}

.staff-item h5 {
    margin-bottom: 0.1em;
    font-size: 0.8em;
}

.staff-item .image-compare {
    max-height: 300px;
}

.scrollspy-container.sticky-top {
    top: 140px;
    padding: 1rem;
    z-index: 0;
}

.sticky-top .nav-pills.menu-sidebar .nav-link {
    padding: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo-slider {
    margin-top: 1rem;
}

.slider-item img {
    display: block;
    width: auto;
    max-height: 60px;
    object-fit: cover;
}

.slick-initialized .slick-slide,
.slider-item {
    margin: 1em 3em;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

a.card-link:hover .card,
a.card-link:focus .card {
    background: white !important;
}

a.card-link:hover .hover-overlay .mask,
a.card-link:focus .hover-overlay .mask {
    opacity: 1;
}

.footer-logo {
    height: 50px;
}

.navbar,
.topbar {
    background: #fff;
}

.home-wrapper {
    background-color: white;
}

/* to change the background color of the theme */
body {
    background-color: black;
    position: relative;
}

/* to change the link & hover color */
a,
a:visited,
a:link,
a:focus,
a:active {
    color: #6cc04a;
}

.btn-dark,
.btn-dark:visited,
.btn-dark:link,
.btn-dark:focus,
.btn-dark:active {
    color: #6cc04a;
}

a:hover {
    color: #59A63A;
}

/* to change the dropdown link color */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a {
    color: #333333;
}

.Normal {
    font-size: 19px;
    line-height: 1.428;
}

.dnnActions {
    display: inline-block;
}

    .dnnActions li {
        margin-right: 5px;
        list-style: none;
        float: left;
    }

/* boostrap fix - remove the yellow background from the checkbox field */
.dnnCheckbox .mark {
    background: none !important;
}

.form-group .dnnLabel {
    text-align: left;
    width: auto;
}

.dnnLabel + span {
    white-space: normal;
}

#ControlBar,
#ControlBar:before,
#ControlBar:after,
#ControlBar *:before,
#ControlBar *:after,
#ControlBar li,
#ControlBar li:before,
#ControlBar li:after,
#ControlBar a,
#ControlBar a:before,
#ControlBar a:after,
.dnn_mact,
.dnn_mact:before,
.dnn_mact:after,
.dnn_mact *:before,
.dnn_mact *:after,
.dnn_mact li,
.dnn_mact li:before,
.dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}

ul.dnnAdminTabNav li a {
    font-size: 14px;
}

.paneOutline {
    margin: 5px 0;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    color: #666;
}

.paneOutline_display {
    margin: 2px 1px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
}

.topbar .topbar-menu-container {
    border-bottom: 2px solid #222;
}

.navbar-brand {
    max-height: 140px;
}

.navbar-nav > .nav-item {
    position: relative;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.training-programs-container {
}

    .training-programs-container section.course {
        background: #eee;
        margin-bottom: 40px;
        padding: 30px;
    }

        .training-programs-container section.course ul {
            list-style: none;
            margin: 0 0 1rem;
            padding: 0;
        }

    .training-programs-container h3 {
        font-weight: 700;
    }

    .training-programs-container h6 {
        font-weight: 700;
        text-transform: uppercase;
    }

.scrollspy-example {
    position: relative;
    height: 300px;
    overflow: auto;
}

.fancy-header {
    position: relative;
}

    .fancy-header:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 1rem;
        left: 0;
        right: 0;
        margin: 0 4.7rem 0 1rem;
        border-bottom: 3px solid #6cc04a;
        animation-delay: 0s;
        animation-name: growRight;
        animation-duration: 2s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
    }

    .fancy-header .line-end-icon {
        width: 60px;
        height: 40px;
        display: block;
        position: absolute;
        bottom: 0.6rem;
        right: 1rem;
        margin: 0;
    }

svg {
    width: 100%;
    height: 100%;
}

#pulsar {
    stroke-dasharray: 1096;
    stroke-dashoffset: 1096;
    animation-delay: 2s, 4s;
    animation-name: dash, solid;
    animation-duration: 2s, 0.5s;
    animation-iteration-count: 1, infinite;
    animation-timing-function: linear;
}

/*Animation is the same for all 3 SVG's*/
@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1096;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes solid {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes growRight {
    from {
        right: 100%;
    }

    50% {
        right: 100%;
    }

    to {
        right: 0;
    }
}

.beacon {
    position: relative;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-right: 0.5em;
}

    .beacon .circle {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        border: 2px solid #6cc04a;
        border-radius: 50%;
        opacity: 0;
        -webkit-animation: radar 10s infinite ease-in 5s;
        animation: radar 10s infinite ease-in 5s;
    }

        .beacon .circle.static {
            opacity: 1;
            -webkit-animation: none;
            animation: none;
        }

        .beacon .circle:nth-child(1) {
            -webkit-animation-delay: 0s;
            animation-delay: 5s;
        }

        .beacon .circle:nth-child(2) {
            -webkit-animation-delay: 0.5s;
            animation-delay: 5.5s;
        }

        .beacon .circle:nth-child(3) {
            -webkit-animation-delay: 1s;
            animation-delay: 6s;
        }

        .beacon .circle:nth-child(4) {
            -webkit-animation-delay: 1.5s;
            animation-delay: 6.5s;
        }

@-webkit-keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.5, 1.5, 1.5);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.5, 1.5, 1.5);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes radar {
    /*1sec*/
    10% {
        opacity: 1;
    }
    /*1.25sec*/
    12.5% {
        opacity: 0.7;
    }
    /*1.5sec*/
    15% {
        transform: scale(10);
    }

    15.1%, 100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes radar {
    /*1sec*/
    10% {
        opacity: 1;
    }
    /*1.25sec*/
    12.5% {
        opacity: 0.7;
    }
    /*1.5sec*/
    15% {
        transform: scale(10);
    }

    15.1%, 100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Testimonial container */
.card.glowy {
    background: black;
    position: relative;
    z-index: 0;
    filter: contrast(1.3) brightness(2);
}

    .card.glowy:before {
        content: '';
        top: 40px;
        left: 40px;
        right: 40px;
        bottom: 40px;
        position: absolute;
        border-radius: 20px;
        border: 5px solid #6cc04a;
        box-sizing: border-box;
        z-index: 0;
    }

    .card.glowy:after {
        content: '';
        top: 32px;
        left: 32px;
        right: 32px;
        bottom: 32px;
        position: absolute;
        border-radius: 20px;
        border: 21px solid rgba(108, 192, 74, 0.6);
        box-sizing: border-box;
        z-index: 0;
        filter: blur(12.5px);
    }

    .card.glowy .noise {
        mix-blend-mode: multiply;
        z-index: 1;
        position: relative;
    }

.glowy-animation {
    -webkit-animation: 20s bgPos ease-in-out infinite alternate;
    animation: 20s bgPos ease-in-out infinite alternate;
}

@-webkit-keyframes bgPos {
    from {
        background-position: 0% 0%;
    }

    to {
        background-position: 512px 512px;
    }
}

@keyframes bgPos {
    from {
        background-position: 0% 0%;
    }

    to {
        background-position: 512px 512px;
    }
}

/* END Testimonial container */

/* re-style the dnn login */

.LoginPanel {
    width: auto !important;
    float: none !important;
    display: flex !important;
    padding: 0 !important;
    max-width: 100% !important;
    justify-content: center;
}

    .LoginPanel > div {
        min-width: 300px;
        max-width: 500px;
    }

    /* style the form item wrapper */

    .LoginPanel .dnnForm .dnnFormItem {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    /* style the form label */

    .LoginPanel .dnnFormItem > .dnnLabel {
        margin-top: 0;
    }

        .LoginPanel .dnnFormItem > .dnnLabel label {
            display: block;
        }

    .LoginPanel .dnnLabel {
        display: block;
        float: none;
        position: relative;
        width: auto;
        padding-right: 0;
        margin-right: 0;
        overflow: visible;
        text-align: left;
    }

/* give the Remember Me checkbox a smaller text size */
.dnnLoginRememberMe {
    font-size: 15px;
}

/* style the login panel text input fields */
.LoginPanel .dnnLoginService input[type='text'],
.LoginPanel .dnnLoginService input[type='password'] {
    width: 100% !important;
    min-width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 10px;
}

/* hide the empty label beside the Reset Password button */
.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
    display: none;
}

.LoginPanel ul.dnnActions {
    margin: 0 !important;
    padding: 0 !important;
}

.LiveForm .page-break-section {
    margin: 0;
    padding: 0;
}

    .LiveForm .page-break-section .Field label {
        text-transform: uppercase;
    }

    .LiveForm .page-break-section .Field label,
    .LiveForm .page-break-section .Field input {
        width: 100%;
    }

    .LiveForm .page-break-section .Field input {
        padding: 5px;
    }

.LiveForm.Clear input.error,
.LiveForm.Clear textarea.error,
.LiveForm.Clear select.error {
    border: 1px solid #d00000;
    padding-left: 5px;
}

.LiveForm.Clear label.error {
    color: #d00000;
}

.LiveForm.Clear .Field.Required .Field-Label-Top:after {
    content: '*';
    color: #d00000;
}


/* This is the code that will be going into the portal.css */
/* This is the code that will be going into the portal.css */
/* This is the code that will be going into the portal.css */
/* This is the code that will be going into the portal.css */
/* This is the code that will be going into the portal.css */
/* This is the code that will be going into the portal.css */
/* This is the code that will be going into the portal.css */
/* This is the code that will be going into the portal.css */

body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
label,
body {
    /* The font is loaded via DNN site settings <meta> <link> tag */
    font-family: 'Sarabun', sans-serif;
}

/* to change the link & hover color */
a,
a:visited,
a:link,
a:focus,
a:active {
    color: #6cc04a;
}

.btn-dark,
.btn-dark:visited,
.btn-dark:link,
.btn-dark:focus,
.btn-dark:active {
    color: #6cc04a;
}

.nav-item.active .nav-link,
.nav-link:focus, .nav-link:hover,
a:hover {
    color: #59A63A;
}

.btn,
.btn:visited,
.btn:link,
.btn:focus,
.btn:active,
.bSubmit,
.dnnPrimaryAction,
.dnnFormItem input[type='submit'],
a.dnnPrimaryAction,
.dnnSecondaryAction,
a.dnnSecondaryAction,
.nav-pills .nav-link,
.nav-pills .show > .nav-link {
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #000;
    border-radius: 0;
    font-weight: 800;
    border: 1px solid transparent;
}

.btn-sm,
.btn-sm:visited,
.btn-sm:link,
.btn-sm:focus,
.btn-sm:active {
    font-weight: 700;
}

.btn.focus,
.btn:focus,
.btn:hover,
.btn.active,
.btn.active:focus,
.btn:active,
.btn:active:focus,
.bSubmit:hover,
.bSubmit:active,
.dnnPrimaryAction:hover,
.dnnFormItem input[type='submit']:hover,
a.dnnPrimaryAction:hover,
.dnnSecondaryAction:hover,
a.dnnSecondaryAction:hover,
.dnnPrimaryAction:active,
.dnnFormItem input[type='submit']:active,
a.dnnPrimaryAction:active,
.dnnSecondaryAction:active,
a.dnnSecondaryAction:active {
    box-shadow: none;
    text-decoration: none;
    border: 1px solid transparent;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:link,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:disabled,
.btn-primary.disabled,
.bSubmit,
.dnnPrimaryAction,
.dnnFormItem input[type='submit'],
a.dnnPrimaryAction,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background: #6cc04a;
}

    .btn-primary.focus,
    .btn-primary:focus,
    .btn-primary:hover,
    .btn-primary.active,
    .btn-primary.active:focus,
    .btn-primary:active,
    .btn-primary:active:focus,
    .bSubmit:hover,
    .bSubmit:active,
    .dnnPrimaryAction:hover,
    .dnnFormItem input[type='submit']:hover,
    a.dnnPrimaryAction:hover,
    .dnnPrimaryAction:active,
    .dnnFormItem input[type='submit']:active,
    a.dnnPrimaryAction:active,
    .nav-pills .nav-link.active:hover,
    .nav-pills .show > .nav-link:hover,
    .nav-pills .nav-link.active:active,
    .nav-pills .show > .nav-link:active {
        color: #fff;
        background: #59A63A;
    }

.btn-secondary,
.btn-secondary:visited,
.btn-secondary:link,
.btn-secondary:focus,
.btn-secondary:active,
.dnnSecondaryAction,
a.dnnSecondaryAction {
    color: #000;
    background: white;
    border: #000 solid 1px;
}

    .btn-secondary.focus,
    .btn-secondary:focus,
    .btn-secondary:hover,
    .btn-secondary.active,
    .btn-secondary.active:focus,
    .btn-secondary:active,
    .btn-secondary:active:focus,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    a.card-link:hover .btn-secondary,
    a.card-link:focus .btn-secondary {
        background: #000;
        color: #fff;
        border-color: transparent;
    }

.btn-default,
.btn-default:visited,
.btn-default:link,
.btn-default:focus,
.btn-default:active {
    color: #000;
    background: none;
    border-color: transparent;
}

    .btn-default.focus,
    .btn-default:focus,
    .btn-default:hover,
    .btn-default.active,
    .btn-default.active:focus,
    .btn-default:active,
    .btn-default:active:focus,
    a.card-link:hover .btn-default,
    a.card-link:focus .btn-default {
        background: #59A63A;
        color: #fff;
    }

.btn-dark,
.btn-dark:visited,
.btn-dark:link,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background: #000;
}

    .btn-dark.focus,
    .btn-dark:focus,
    .btn-dark:hover,
    .btn-dark.active,
    .btn-dark.active:focus,
    .btn-dark:active,
    .btn-dark:active:focus {
        color: #6cc04a;
        background: #111;
    }

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #000;
    border-color: #6cc04a;
}

.contact-qr img {
    width: 150px;
    height: 150px;
}

/* Home hero slider */
.image-reason {
    max-width: 500px;
}

.image-reason-icon {
    font-size: 1.5em;
}

.hero-slide-panels p,
.hero-slide-panels h3,
.hero-slide-panels h2 {
    /*font-family: 'Roboto Condensed', sans-serif;*/
    color: #fff !important;
    line-height: 24px;
    font-size: 16px;
}

.hero-slide-panels .bio {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: min-content;
    grid-gap: 24px;
}

.hero-slide-panels ul {
    display: flex;
    min-height: 700px;
    height: 50vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    width: 100%;
    min-width: 100%;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .hero-slide-panels ul {
        min-height: 700px;
    }
}

@media only screen and (min-width: 1280px) {
    .hero-slide-panels ul {
        flex-direction: row;
        min-height: 450px;
    }
}

.hero-slide-panels li {
    flex: 1;
    display: flex;
    align-items: stretch;
    cursor: pointer;
    transition: all 0.35s ease;
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 75%;
    overflow: hidden;
}

    .hero-slide-panels li:nth-child(1) {
        background-position-y: 25%;
    }

    .hero-slide-panels li:nth-child(2) {
        background-position-y: 30%;
    }

    .hero-slide-panels li:nth-child(3) {
        background-position-y: 15%;
    }

    .hero-slide-panels li:nth-child(4) {
        background-position-y: 45%;
    }

    .hero-slide-panels li:nth-child(5) {
        background-position-y: 40%;
    }

    .hero-slide-panels li:nth-child(6) {
        background-position-y: 30%;
    }

    .hero-slide-panels li:before {
        content: '';
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(15, 15, 15, 0.75);
    }

    .hero-slide-panels li.active {
        flex: 6;
        cursor: default;
        animation: shifty 40s 5s ease-in-out infinite;
        min-height: 350px;
    }

        .hero-slide-panels li.active:before {
            /* background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%); */
            background: linear-gradient(180deg, rgba(50, 50, 50, 0) 0%,rgba(15, 15, 15, 0.7) 100%);
        }

.hero-slide-panels h2 {
    font-size: 36px;
    letter-spacing: 0.15em;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .hero-slide-panels h2 {
        font-size: 48px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 1280px) {
    .hero-slide-panels h2 {
        font-size: 64px;
        line-height: 64px;
    }
}

.hero-slide-panels h3 {
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
    z-index: 30;
    opacity: 1;
    top: 50%;
    left: 50%;
    transition: top 0.35s, opacity 0.15s;
    transform-origin: 0 0;
    font-size: 24px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transform: translate(-50%, -50%) rotate(0deg);
    animation: text-morphcolor 10s ease-out infinite, text-glow 10s ease-out infinite;
    /*animation: text-morphcolor 10s ease-out infinite, text-glow 10s ease-out infinite;*/
}

.hero-slide-panels li:nth-child(1) h3 {
    animation-delay: 5.5s;
}

.hero-slide-panels li:nth-child(2) h3 {
    animation-delay: 6s;
}

.hero-slide-panels li:nth-child(3) h3 {
    animation-delay: 6.5s;
}

.hero-slide-panels li:nth-child(4) h3 {
    animation-delay: 7s;
}

.hero-slide-panels li:nth-child(5) h3 {
    animation-delay: 7.5s;
}

.hero-slide-panels li:nth-child(6) h3 {
    animation-delay: 8s;
}

.hero-slide-panels li:nth-child(7) h3 {
    animation-delay: 8.5s;
}

.hero-slide-panels li:nth-child(8) h3 {
    animation-delay: 9s;
}

.hero-slide-panels li:nth-child(9) h3 {
    animation-delay: 9.5s;
}

.hero-slide-panels li:nth-child(10) h3 {
    animation-delay: 10s;
}

.hero-slide-panels li:nth-child(11) h3 {
    animation-delay: 10.5s;
}

.hero-slide-panels li:nth-child(12) h3 {
    animation-delay: 11s;
}

@media only screen and (min-width: 1280px) {
    .hero-slide-panels h3 {
        top: 100%;
        left: 50%;
        font-size: 32px;
        transform: translate(-20px, -50%) rotate(-90deg);
    }
}

.hero-slide-panels .active h3 {
    opacity: 0;
    top: 200%;
}

.hero-slide-panels .section-content {
    position: relative;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    align-self: flex-end;
    width: 100%;
    transition: all 0.35s 0.1s ease-out;
}

.hero-slide-panels .active .section-content {
    opacity: 1;
    visibility: visible;
}

.hero-slide-panels .section-content .inner {
    position: absolute;
    display: grid;
    width: 100%;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    align-items: flex-end;
    left: 0;
    bottom: 0;
    padding: 20px;
    opacity: 0;
    width: 100%;
    transition: opacity 0.25s ease-out;
}

@media only screen and (min-width: 768px) {
    .hero-slide-panels .section-content .inner {
        grid-auto-flow: column;
        grid-template-columns: calc(100% - 120px) 100px;
        grid-column-gap: 20px;
        padding: 40px;
    }
}

@media only screen and (min-width: 1280px) {
    .hero-slide-panels .section-content .inner {
        grid-auto-flow: column;
        grid-template-columns: calc(100% - 120px) 100px;
        grid-column-gap: 20px;
        padding: 40px;
    }
}

.hero-slide-panels .active .section-content .inner {
    opacity: 1;
}

.hero-slide-panels .business-area-link {
    pointer-events: none;
}

.hero-slide-panels .active .business-area-link {
    pointer-events: all;
}

@keyframes text-morphcolor {
    0%, 15% {
        color: #fff;
    }

    2.5% {
        color: #6CC04A;
    }
}

@-webkit-keyframes text-glow {
    0%, 15% {
        text-shadow: 0 0 0em #fff;
    }

    2.5% {
        text-shadow: 0 0 0.5em #6CC04A;
    }
}

@keyframes text-glow {
    0%, 15% {
        text-shadow: 0 0 0em #fff;
    }

    2.5% {
        text-shadow: 0 0 0.5em #6CC04A;
    }
}

@keyframes shifty {
    0%, 100% {
        background-position-x: 50%;
    }

    50% {
        background-position-x: 0%;
    }
}

.hero-section {
    display: none;
}

    body.dnnEditState .hero-section,
    .hero-section.active {
        display: block;
    }

/* Home hero slider */

.Normal .highlighted-row {
    position: relative;
}
.Normal .highlighted-row > .highlighted,
.Normal > .highlighted,
.Normal > * > .highlighted {
    font-size: 1.1em;
    background: #F5F5F5;
    padding: 1em;
    border-radius: 0 1em;
    border: solid 0.1em #6cc048;
    border-width: 0.1em 0.4em 0.4em 0.1em;
    font-weight: bold;
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
}

.Normal .highlighted-row::before {
    content:"";
    background: #ccc;
    position: absolute;
    height: 0.5em;
    left: 0;
    right: 0;
    top: 50%;
    margin: -0.15em 5em;
    border-radius: 3em;
    z-index: -1;
}

.Normal .secondary-section .highlighted-row::before {
    height: 0.2em;
    margin: -0.1em 5em;
    background: #ddd;
}

/* Calculator additions */
.form-range::-webkit-slider-thumb,
.form-range:focus::-webkit-slider-thumb {
    background-color: #6cc04a;
}

.form-range::-moz-range-thumb
.form-range:focus::-moz-range-thumb {
    background-color: #6cc04a;
}

.form-range::-ms-thumb,
.form-range:focus::-ms-thumb {
    background-color: #6cc04a;
}

.range .thumb:after {
    background: #6cc04a;
}
/* Calculator additions */


.appear-animation {
    opacity: 0
}

section.primary-section,
section.secondary-section {
    padding: 2em 0;
}
section.cta-section {
    padding: 2em;
}

section.cta-section .card {
    max-width: 44em;
}

section .section-graphic {
    padding: 0.5em 1em 1.5em 0;
}
section.graphic-right .section-graphic {
    padding: 0.5em 0 1.5em 1em;
}

section.primary-section > div,
section.secondary-section > div {
    overflow: hidden;
}
section.primary-section > div > div:not(:has(.section-graphic)),
section.secondary-section > div > div:not(:has(.section-graphic)) {
    padding: 0.5em 1.5em 1em;
}
.primary-section .section-graphic {
    background:#6cc04a;
}
.primary-banner,
.secondary-section .section-graphic {
    background:#eee;
}
.section-graphic,
.section-graphic img {
    border-radius: 0 2em 2em 0;
}
section.graphic-right .section-graphic,
section.graphic-right .section-graphic img {
    border-radius: 2em 0 0 2em;
}
.section-graphic img {
    border: solid #424242 0;
}
section.secondary-section .section-graphic img {
    border-color: #6cc048;
}
section .section-graphic img {
    border-width: 0 0.5em 0 0;
}
section.graphic-right .section-graphic img {
    border-width: 0 0 0 0.5em;
}

@media (min-width: 768px) {
    section.primary-section,
    section.secondary-section {
        padding: 3em 0;
    }
    section.cta-section {
        padding: 3em;
    }

    section .section-graphic {
        padding: 1em 3em 4em 0;
    }
    section.graphic-right .section-graphic {
        padding: 1em 0 4em 3em;
    }

    section.primary-section > div > div:not(:has(.section-graphic)),
    section.secondary-section > div > div:not(:has(.section-graphic)) {
        padding: 1em 4em 2em;
    }
    .section-graphic,
    .section-graphic img {
        border-radius: 0 5em 5em 0;
    }
    section.graphic-right .section-graphic,
    section.graphic-right .section-graphic img {
        border-radius: 5em 0 0 5em;
    }
}