
:root {
    --primary-black: #000000;
    --light-underline: text;
    --custom-1: 25px;
    --custom-2: 17px;
    --custom-weight-1: 700;
    --primary-color: #00a19c;
    --secondary-color: #026e6a;
    --carousel-button-color: #4fc1be;
}

.main-container {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
}

.containerFrame {
    max-width: 1300px
}

header {
    background: #fff;
    color: black;
    flex: 1 0 100%;
}

.secondNavBar {
    background: #fff;
    font-size: 17px;
}

.social-media-logo {
    width: 35px;
    margin: 0px 10px 20px 0px;
}

.conditional-wrap {
    white-space: normal !important;
}

@media (min-width: 1200px) {
    .conditional-wrap {
        white-space: nowrap !important;
    }
}

.logo {
    max-width: 300px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.mobileLogo {
    max-width: 300px;
    height: auto;
    padding: 8px;
}

.second-menu {
    display: flex;
    flex: 1 0 85%;
    justify-content: flex-end;
    align-items: baseline;
    & ul

{
    display: flex;
    width: 100%;
    & li

{
    flex: 1 1 100%;
}

}
}

.main {
    flex: 1 0 100%;
}

.main-footer {
    background: #3d4043;
    padding-top: 3rem;
}

.inlineDisplayChildren p {
    display: inline;
}
/* NAVIGATION */
nav ul, .second-menu ul {
    list-style: none;
    text-align: center;
}

    nav ul li,
    .second-menu ul li {
        display: inline-block;
    }

        nav ul li a {
            display: block;
            padding: 5px;
            text-decoration: none;
            color: #fff;
            font-weight: 400;
            margin: 0 10px;
        }

        .second-menu ul li a {
            display: block;
            padding: 5px;
            text-decoration: none;
            color: black;
            font-weight: 400;
            margin: 0 10px;
        }


        nav ul li a,
        nav ul li a:after,
        nav ul li a:before {
            transition: all 0.5s;
        }

            nav ul li a:hover {
                color: #fff;
            }

        .second-menu ul li a,
        .second-menu ul li a:after,
        .second-menu ul li a:before {
            transition: all 0.5s;
        }

            .second-menu ul li a:hover {
                color: black;
            }

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
    position: relative;
}

    nav.stroke ul li a:after {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: ".";
        color: transparent;
        background: #fff;
        height: 1px;
    }

    nav.stroke ul li a:hover:after {
        width: 100%;
    }

.second-menu.stroke ul li a,
.second-menu.fill ul li a {
    position: relative;
}

    .second-menu.stroke ul li a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: ".";
        color: transparent;
        background: black;
        height: 1px;
    }

    .second-menu.stroke ul li a:hover:after {
        width: 100%;
    }

.topNav {
    width: 100%;
    background: var(--primary-color);
    font-size: 16px;
    & ul li a

{
    fontcolor: #ffffff;
}

}

.main-nav {
    display: flex;
    justify-content: flex-end;
    & ul

{
    display: flex;
    width: 100%;
    & li

{
    flex: 1 1 100%;
}

}
}

.menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    /* border: 3px solid #fff; */
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.markup {
    border: 1px solid red;
}


.footerNavItem {
    color: white;
}

.profile-container {
    background-color: #F0F0F0;
    min-height: 775px;
    margin: 0;
    width: 100%;
}

.profile-image {
    width: 50%;
    max-width: 150px;
    margin: 20px;
}

.profile-box-mobile {
    border: 1px solid #3D4043;
    background-color: #FFF;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.profile-workshop-container {
    margin-top: 70px;
}

.profile-workshop-heading {
    margin: 10px 10px 15px 10px;
    font-weight: 500;
    font-size: 28px;
}

#bannerBox {
    background-image: url('../../Images/participantprofile/module_background_01.jpg');
}

.topBar {
    padding-left: 15px;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
    background-color: var(--primary-color);
}

.topBarLink {
    color: #FFF;
    display: block;
    padding-left: 3rem;
    padding-right: 3rem;
    cursor: pointer;
}

.topbar-nav, li {
    border: none;
}

.topBarLink:hover {
    color: black;
}

topBarLink:link {
    color: green;
}

/* mouse over link */
topBarLink:hover {
    color: red !important;
}

/* selected link */
a.active {
    color: black !important;
    background-color: #F0F0F0 !important;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
}

.divider-profile {
    height: 8px;
    margin-left: 9px;
    margin-bottom: 40px;
    background-color: var(--primary-color);
    width: 40%;
}

.banner-box-profile {
    max-height: 300px;
    width: 100%;
    padding: 15px;
    height: 300px;
    resize: both;
    background-color: var(--primary-color);
    background-size: cover;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.5);
}


/*btnStyle*/
.wrapper {
    max-width: 65rem;
    width: 100%;
    margin: 2rem auto;
    padding: 5rem;
    text-align: center;
    background: #fff;
    border: 0.5rem solid #34495e;
}

hr {
    border: 0;
    border-bottom: 0.125rem solid #4a4a4a;
    margin-bottom: 0;
    color: #fff;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}

/*primary button*/
.buttonPrimary {
    min-width: 141px;
    height: 50px;
    font-size: 14pt;
    font-weight: 600;
    background: var(--primary-color);
    color: #fff;
    border: 0.1rem solid var(--primary-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
}

    .buttonPrimary:hover {
        color: #3D4043;
    }

    .buttonPrimary::after {
        content: "";
        background: #fff;
        position: absolute;
        z-index: -1;
        display: block;
    }

    .buttonPrimary::after {
        transition: all 0.35s;
    }

    .buttonPrimary:hover::after {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 0.35s;
    }

    .buttonPrimary::after {
        top: 0;
        bottom: 0;
        left: -100%;
        right: 100%;
    }
/*secondary button*/
.buttonScnd {
    min-width: 150px;
    height: 40px;
    font-size: 12pt;
    font-weight: 600;
    background: inherit;
    color: #fff;
    border: 0.15rem solid #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .buttonScnd:hover {
        color: black;
    }

    .buttonScnd::after {
        content: "";
        background: #fff;
        position: absolute;
        z-index: -1;
        display: block;
    }

    .buttonScnd::after {
        transition: all 0.35s;
    }

    .buttonScnd:hover::after {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all 0.35s;
    }

    .buttonScnd::after {
        top: 0;
        bottom: 0;
        left: -100%;
        right: 100%;
    }

/*secondary input*/
.inputScnd {
    border: none !important;
    background-color: #77777B !important;
    color: #fff !important;
    border-radius: 0 !important;
}

    .inputScnd::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #fff !important;
    }

    .inputScnd::-moz-placeholder { /* Firefox 19+ */
        color: #fff !important;
    }

    .inputScnd:-ms-input-placeholder { /* IE 10+ */
        color: #fff !important;
    }

    .inputScnd:-moz-placeholder { /* Firefox 18- */
        color: #fff !important;
    }

h1 {
    font-size: 50px;
    font-weight: 400;
}

h2 {
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

p {
    font-size: 18px;
}

.footerStyle {
    font-size: 16pt;
    font-weight: 300;
}

/*Custom Color Classes*/
.darkGray {
    color: #3d4043
}

.midGray {
    color: #77777b
}

.lightGrey {
    color: #CED2D5;
}

.lighterGrey {
    color: #f0f0f0;
}

.seaFoam {
}

.grecaptcha-badge {
    opacity: 0;
}

.rc-anchor-logo-img rc-anchor-logo-img-large {
    opacity: 0;
}

.nav-link--active {
    background-color: var(--secondary-color);
    color: #fff !important;
}

.nav-link-secondary--active {
    border-bottom: 5px solid var(--primary-color);
}

.delimiter {
    width: 167px;
    height: 9px;
    background: var(--carousel-button-color) 0% 0% no-repeat padding-box;
    opacity: 1;
    display: inline-block
}

.blog-card {
    margin-bottom: 40px;
}

.hidden {
    display: none;
}

.form-group {
    margin-top: 10px;
}

    .form-group.required .control-label:after {
        content: " *";
        color: red;
    }

a {
    color: #0066CC;
}

.modal-lg {
    max-width: 900px;
}

.modal-body {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0rem;
    padding-left: 1.56rem;
}

.form-check {
    margin-bottom: .25rem;
}

button.btn.btn-primary.slide_from_left {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    border-radius: 0%;
    padding-left: 40.4065px;
    padding-right: 40.4065px;
    margin-right: 2.25rem;
    margin-top: 2rem;
}

.mr-1.mt-2 {
    max-width: 150px;
}

.form-control.mt-1.inputScnd {
    max-width: 100%;
}

.modal-footer {
    border-top: none;
}

.form-check-input[type="checkbox"] {
    border-radius: 25%;
    transition: .3s;
}

    .form-check-input[type="checkbox"]:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

ul {
    list-style-type: square;
    font-size: 18px;
    margin-bottom: 8px;
}

ol li {
    font-size: 18px;
    margin-bottom: 16px;
}

h7 {
    font-size: 40px;
    font-weight: 400;
}

p.fw-bolder.fp2 {
    margin-top: 1rem;
    margin-bottom: 0;
}

h3.fw-bolder.fh2 {
    margin-top: .5rem;
}

p.fp3 {
    max-width: 83.3333333333%;
}

.container-fluid.py-4 {
    box-shadow: inset 0 5px 10px 0 #cccccc;
}

.rectangle {
    position: relative;
}

.primarybgcolor {
    background-color: var(--primary-color, #f0f0f0);
}

.blog-excerpt {
    margin: 2rem 0 1.5rem 0
}

.recaptcha-terms {
    color: #bbbbbb;
}

    .recaptcha-terms a {
        color: #bbbbbb;
    }

span.colorWhite a {
    color: #FFF;
}

p.caption {
    font-size: 14px;
    text-align: center;
    margin: 5px 20px 24px;
}

.scrollable-vertical-area {
    overflow: scroll;
    height: 350px;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-decoration: none;
    color: initial;
}

.btn {
    border-radius: 0;
}

.rounded-top {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important;
}

.nav-tabs .nav-link.active {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    box-shadow: none;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    box-shadow: 0 -10px 2rem rgba(0,0,0,.2) inset;
}

a img:hover {
    border: 1px dotted #999;
}

.coloredRipple {
    background-position: center;
    transition: background 0.8s;
}

    .coloredRipple:hover {
        background: var(--primary-color) radial-gradient(circle, transparent 1%, var(--primary-color) 1%) center/15000%;
    }

    .coloredRipple:active {
        background-color: var(--secondary-color);
        background-size: 100%;
        transition: background 0s;
    }

.grayRipple {
    background-position: center;
    transition: background 0.8s;
}

    .grayRipple:hover {
        background: radial-gradient(circle, transparent 1%, #fafafa 1%) center/15000%;
        color: black !important;
    }

    .grayRipple:active {
        background-color: #f0f0f0;
        background-size: 100%;
        transition: background 0s;
    }

.footerRipple {
    background-position: center;
    transition: background 0.8s;
}

    .footerRipple:hover {
        background: #3d4043 radial-gradient(circle, transparent 1%, #3d4043 1%) center/15000%;
        color: #f8f9fa !important;
    }

    .footerRipple:active {
        background-color: #666666;
        background-size: 100%;
        transition: background 0s;
    }

@media (max-width: 938px) {
    .buttonPrimary {
        font-size: 11pt;
        text-align: center;
        white-space: nowrap;
        padding: 12px 20px !important;
    }
}

.checkbox {
    margin-top: 4px;
    margin-right: 6px;
    min-height: 20px;
    min-width: 20px;
}

.grid-inner-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.removeMargins {
    /* leave empty */
}

.grid-inner-column-sm-padding {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.removeMarginsAndPadding {
    /* leave empty */
}

.img-circle {
    height: 200px;
    width: 200px;
    border: 4px solid white;
    border-radius: 50%;
}

.reset-padding {
    padding: 0;
}

div.condensedSurveyContainer {
    width: 313px;
}
