@import "../Flat_White/99-Flat_White.css";
@import "../QuickstartBase/base.css";

.big-num h1,
.big-num h2,
.big-num h3,
.big-num h4,
.big-num h5,
.big-num h6,
.big-num .counter-value {
    font-size: 200%;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
    position: inherit;
    background: rgb(14,199,169);
    background: -moz-linear-gradient(90deg, rgba(14,199,169,1) 0%, rgba(0,74,128,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(14,199,169,1) 0%, rgba(0,74,128,1) 100%);
    background: linear-gradient(90deg, rgba(14,199,169,1) 0%, rgba(0,74,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ec7a9",endColorstr="#004a80",GradientType=1);
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    display: inline-block;
}

.big-num.white h1,
.big-num.white h2,
.big-num.white h3,
.big-num.white h4,
.big-num.white h5,
.big-num.white h6,
.big-num.white .counter-value {
    background: rgb(14,199,194);
    background: -moz-linear-gradient(90deg, rgba(14,199,194,1) 0%, rgba(14,199,169,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(14,199,194,1) 0%, rgba(14,199,169,1) 100%);
    background: linear-gradient(90deg, rgba(14,199,194,1) 0%, rgba(14,199,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ec7c2",endColorstr="#0ec7a9",GradientType=1);
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    display: inline-block;
}

/*fixes to news on homepage*/

.list-with-featured .BlockTLItem .newsImage {
    margin-bottom: 0px;
}

.list-with-featured .BlockTLItem .newsImage {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px 10px 0 0;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .list-with-featured .TaggedListPanel {
        display: block;
    }

    .list-with-featured .BlockTLItem,
    .list-with-featured .BlockTLItem:first-of-type {
        width: 100%;
        display: block;
        max-width: 500px;
        margin: 0px auto 30px auto;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

        .list-with-featured .BlockTLItem .newsImage,
        .list-with-featured .BlockTLItem:first-of-type .newsImage {
            height: 200px;
            width: 100%;
        }

        .list-with-featured .BlockTLItem .details,
        .list-with-featured .BlockTLItem:first-of-type .details {
            padding: 30px;
            background: #ffffff;
        }

    .list-with-featured .readMore {
        position: absolute;
    }

    .list-with-featured h4 {
        margin-top: 10px;
    }
}


header.header {
     border-top: 8px solid #004278;
}



/*Grid */

@media (max-width: 991px) {
    header.header {
        background: #1C2E3F;
    }
}

@media (min-width: 992px) {
    header.header {
        grid-template:
        "logo utility" auto
        "primary-nav primary-nav" auto
        "banner banner" auto;
        grid-template-areas:
        "logo utility"
        "primary-nav primary-nav"
        "banner banner";
    }
}

@media (min-width: 992px) {
    .Wrapper-HomePage header.header {
        grid-template:
        "logo utility" auto
        "primary-nav primary-nav" auto
        "banner banner" auto;
        grid-template-areas:
        "logo utility"
        "primary-nav primary-nav"
        "banner banner";
    }
}




@media (max-width: 991px) {
    header.header .header-logo-container {
        justify-self: left;
    }
}
@media (min-width: 992px) {
header.header .header-logo-container {
    display: none;
}
}

/*@media (max-width: 991px) {
    header.header .header-logo-container {
        justify-self: left;
        margin-top: -25px;
    }
}

@media (min-width: 768px) {
    header.header .header-logo-container {
        margin-top: 25px;
        margin-bottom: 5px;
        padding-left: 10px;
    }
}
@media (min-width: 1000px) {
    header.header .header-logo-container {
        padding-left: 90px;
    }
}*/


/*@media (min-width: 1680px) {
    header.header .header-logo-container {
        padding-left: 30px;
    }
}
@media (min-width: 1900px) {
    header.header .header-logo-container {
        margin-left: 20px;
    }
}*/


@media (max-width: 991px) {
    .header-aux-container .UtilityNavigation {
        justify-content: right;
        gap: 15px 15px;
}}
@media (min-width: 992px) {
    .header-aux-container .UtilityNavigation {
        justify-content: center;
}}


@media (max-width: 991px) {
    header.header .header-aux-container {
        padding-bottom: 20px;
}}



.UtilitySearch {
    margin-top: 5px;
}
@media (min-width: 768px) {
.UtilitySearch {
    margin-right: -20px;
    margin-top: 10px;
}}
@media (min-width: 1380px) {
.UtilitySearch {
    margin-right: -50px;
}}
@media (min-width: 1480px) {
.UtilitySearch {
    margin-right: -30px;
}}
@media (min-width: 1580px) {
.UtilitySearch {
    margin-right: -2px;
}}
@media (min-width: 1680px) {
.UtilitySearch {
    margin-right: 23px;
}}
@media (min-width: 1780px) {
.UtilitySearch {
    margin-right: 48px;
}}
@media (min-width: 1880px) {
.UtilitySearch {
    margin-right: 74px;
}}
@media (min-width: 1915px) {
.UtilitySearch {
    margin-right: 82px;
}}



.UtilitySearch #SimpleSearchBlock .search-field:focus, .UtilitySearch #SimpleSearchBlock .search-field:hover, .UtilitySearch #SimpleSearchBlock .search-field:active {
    background-color: #1D8FEC;
}


.UtilityNavigationList {
    margin-top: 5px;
}
@media (min-width: 768px) {
.UtilityNavigationList {
    /*margin-left: 116px;*/
    margin-top: 15px;
}}



.account-menu .dropdown-menu li:nth-child(2) {
    display: none;
}

.account-menu .account-toggle .caret {
    background: #333333;
}
@media (min-width: 992px) {
    .account-menu .account-toggle:hover .caret, .account-menu .account-toggle:focus .caret {
        background: #5DA32C;
    }
}

/*Header */

@media (max-width: 991px) {
#masterHeaderImage {
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: -36px;
}}
#masterHeaderImage {
    background-image: url(/images/MyWebsite/GESA_Mobile.png);
    width: 99px;
    height: 69px;
}
@media (min-width: 992px) {
    #masterHeaderImage {
        background-image: url(/images/MyWebsite/GESA_logo.png);
        width: 185px;
        height: 131px;
    }
}

.Wrapper-HomePage #masterHeaderImage {
    background-image: url(/images/MyWebsite/GESA_logo.png);
    width: 185px;
    height: 131px;
}
@media (max-width: 991px) {
    .Wrapper-HomePage #masterHeaderImage {
        background-image: url(/images/MyWebsite/GESA_Mobile.png);
        width: 99px;
        height: 69px;
    }
}


.UtilityAccountArea .sign-in-link {
    display: none;
}
.UtilityAuthentication .sign-in-link {
    font-family: "Roboto", sans-serif;
    padding: 12px 16px !Important;
    border: 2px solid #ffffff !Important;
    color: #FFFFFF !Important;
    font-weight: 700 !Important;
    letter-spacing: 2px;
    font-size: 14px !Important;
    background-color: #0072CE;
    border-radius: 5px;
}
.UtilityAuthentication .sign-in-link:after {
    content: '';
    background-image: url(/images/Icons/Right-Arrow-W.png);
    padding-right: 25px;
    background-position: 3px -124px;
}
.UtilityAuthentication .sign-in-link:hover {
    padding: 12px 16px !Important;
    background: #1D8FEC;
    border: 2px solid #ffffff !Important;
}
@media (max-width: 768px) {
.UtilityAuthentication .sign-in-link {
    position: relative;
    top: 50px;
    left: -10px;
}}
@media (min-width: 1380px) {
.UtilityAuthentication .sign-in-link {
    position: relative;
    top: 70px;
    left: 267px;
}}
/*@media (min-width: 1200px) {
.UtilityAuthentication .sign-in-link {
    right: -512px;
}}
@media (min-width: 1500px) {
.UtilityAuthentication .sign-in-link {
    right: -470px;
}}
@media (min-width: 1700px) {
.UtilityAuthentication .sign-in-link {
    right: -382px;
}}*/


.UtilityAuthentication .sign-out-link {
    display: none !Important;
}

/*.UtilityAuthentication .sign-out-link {
    color: #1D8FEC !Important;
    padding: 16px 20px !Important;
    border-right: 0px solid #ffffff !Important;
}
@media (min-width: 769px) {
.UtilityAuthentication .sign-out-link {
    position: relative;
    top: 140px;
    right: -512px;
    margin-left: -100px;
}}
@media (min-width: 1200px) {
.UtilityAuthentication .sign-out-link {
    right: -540px;
}}
@media (min-width: 1500px) {
.UtilityAuthentication .sign-out-link {
    right: -550px;
}}
@media (min-width: 1700px) {
.UtilityAuthentication .sign-out-link {
    right: -540px;
}}*/



.UtilityAuthentication .sign-out-link:before {
    content: '';
    background-image: url(/images/Icons/log-out.png);
    padding-left: 28px;
    padding-bottom: 3px;
    background-position: 0px -122px;
}


.UtilitySearch #SimpleSearchBlock .search-field {
    color: #020202;
    background-color: rgba(0, 0, 0, 0);
    padding: 19px 20px 16px 25px;
    background-position: 5px 8px;
    border-radius: 4px;
    border: 2px solid #020202;
    background-image: url(/images/MyWebsite/auxIcons-black.svg#search-black);
}



@media (min-width: 768px) {
  body:not(.Wrapper-HomePage) .UtilitySearch {
        margin-right: -120px;
    }
}




.search-container .search-field {
    background-image: url(/images/MyWebsite/auxIcons-black.svg#search-black);
    color: #020202;
    border: 1px solid #020202;
}



@media (min-width: 992px) {
    .RadMenu.RadMenu_Coffee .rmToggle, .RadMenu.RadMenu_Coffee .rmRootGroup .rmRootLink .rmToggle {
        display: none;
    }
}



@media (min-width: 992px) {
    .Wrapper-HomePage .RadMenu.RadMenu_Coffee {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .RadMenu.RadMenu_Coffee ul.rmRootGroup {
        float: left;
    }
}

@media (max-width: 992px) {
    .RadMenu.RadMenu_Coffee .homeLogoImage {
        display: none !important;
    }
}




@media (min-width: 1380px) {
    header.header .header-primary-nav-container {
        max-width: 1380px;
        padding-left: 30px;
        padding-right: 30px;
    }
}



.homeLogoImage {
    background-image: url(/images/MyWebsite/GESA_logo.png);
    width: 185px !important;
    height: 131px;
    margin-top: -40px !important;
    margin-right: 15px !important;
}





/* Slider Elements */



.Wrapper-HomePage header.header .header-background-container .carousel-caption {
        left: 2%;
}
@media (min-width: 768px) {
    .Wrapper-HomePage header.header .header-background-container .carousel-caption {
        width: 82%;
        left: 9%;
        top: 46%;
}}
@media (min-width: 1600px) {
    .Wrapper-HomePage header.header .header-background-container .carousel-caption {
        width: 70%;
        left: 12%;
}}
@media (min-width: 1700px) {
    .Wrapper-HomePage header.header .header-background-container .carousel-caption {
        width: 62%;
        left: 13%;
}}
@media (min-width: 1800px) {
    .Wrapper-HomePage header.header .header-background-container .carousel-caption {
        width: 58%;
        left: 15%;
}}
@media (min-width: 1900px) {
    .Wrapper-HomePage header.header .header-background-container .carousel-caption {
        width: 55%;
        left: 17%;
}}


.centerCallOut .carousel-caption {
    text-align: center;
    font-family: "Roboto", sans-serif;
}
.splitCallOut .carousel-caption {
    text-align: center;
}
@media (min-width: 768px) {
.splitCallOut .carousel-caption {
    text-align: left;
}}



.Wrapper-HomePage header.header .header-background-container {
    height: 417px;
}
@media (min-width: 769px) {
    .Wrapper-HomePage header.header .header-background-container {
    height: 620px;
}}


@media (min-width: 769px) {
.Wrapper-HomePage header.header .header-background-container:before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 100%);
    height: 199px;
}}

.Wrapper-HomePage header.header .header-background-container .carousel-inner .item:after {
    background: transparent;
}




@media (max-width: 768px) {
header.header .header-background-container .carousel-inner .item {
    height: 418px !important;
    /*background-image: url(/images/mywebsite/img_bboard_mobile.png) !important;*/
}}



@media (min-width: 769px) {
header.header .header-background-container .carousel-inner .item {
    margin-top: 199px;
    height: 68% !important;
}}






@media (max-width: 768px) {
.carousel-logo-image .carousel-logo-right img {
    width: 320px !Important;
}}
@media (min-width: 769px) {
.carousel-logo-image .carousel-logo-right img {
    margin-top: 30px;
    max-width: 85%;
}}

@media (max-width: 768px) {
.carousel-logo-left {
    margin-top: -40px;
}}
@media (min-width: 769px) {
.carousel-logo-left {
    width: 50%;
    float: left;
    text-align: left;
}}

@media (max-width: 768px) {
.carousel-logo-left-2 {
    margin-top: 80px;
}}
@media (min-width: 769px) {
.carousel-logo-left-2 {
    width: 50%;
    float: left;
    text-align: left;
}}

@media (max-width: 768px) {
.carousel-logo-left-3 {
    margin-top: 80px;
}}
@media (min-width: 769px) {
.carousel-logo-left-3 {
    width: 50%;
    float: left;
    text-align: left;
}}

@media (max-width: 768px) {
.carousel-logo-right {
    margin-bottom: 20px;
    margin-top: -560px;
}}
@media (min-width: 769px) {
.carousel-logo-right {
    width: 50%;
    float: left;
    text-align: center;
}}

@media (max-width: 768px) {
.carousel-logo-right-2 {
    margin-bottom: 20px;
    margin-top: -530px;
}}
@media (min-width: 769px) {
.carousel-logo-right-2 {
    width: 50%;
    float: left;
    text-align: center;
}}

@media (max-width: 768px) {
.carousel-logo-right-3 {
    margin-bottom: 50px;
    margin-top: -540px;
}}
@media (min-width: 769px) {
.carousel-logo-right-3 {
    width: 50%;
    float: left;
    text-align: center;
}}

@media (max-width: 768px) {
.carousel .carousel-caption p, .carousel2 .carousel-caption p, .HomePageFullWidthArea .carousel-caption p {
    font-size: 16px;
}}
@media (min-width: 992px) {
    .Wrapper-HomePage header.header .header-background-container .carousel-caption p {
        font-size: 18px;
        margin: 0 0 1.2em;
    }
}


@media (min-width: 992px) {
    .FullWidthArea-StyleBg1 .row {
        padding: 40px 0px;
        flex-flow: wrap;
    }
}


.splitCallOut img {
    height:200px !Important;
}
@media (min-width: 992px) {
.splitCallOut .carousel-logo-image {
    float: left;
    margin-left: 10%;
    margin-right: 5%;
}}



.hero-caption h1, .carousel-caption h1 {
    font-size: 28px;
    font-family: "Roboto", sans-serif;
}

@media (min-width: 992px) {
    .Wrapper-HomePage header.header .header-background-container .carousel-caption h1 {
        font-size: 50px;
        margin-top: 20px;
    }
}


@media (max-width: 768px) {
.carousel-logo-wrap {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}}

.carousel-logo-wrap .carousel-logo-icon {
    width: 46px;
}


/*@media (min-width: 769px) {
.carousel-logo-wrap {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}}
@media (min-width: 1200px) {
.carousel-logo-wrap {
    width: 520px;
}}*/


@media (max-width: 768px) {
.carousel-logo-buttons a {
    margin-bottom: 15px;
}}

.Wrapper-HomePage header.header .header-background-container .carousel-control {
    display: block;
}

.carousel-indicators {
    margin-left: -31%;
    bottom: 30px;
}

.carousel-control {
    width: 10%;
}

.carousel-control .icon-prev {
    margin-left: -15px;
}
@media (min-width: 768px) {
    .carousel-control .icon-prev {
        margin-left: -25px;
        margin-top: 55px;
    }
}
.carousel-control .icon-next {
    margin-left: -15px;
}
@media (min-width: 768px) {
    .carousel-control .icon-next {
        margin-left: -25px;
        margin-top: 55px;
    }
}



.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0001) 100%);
}



.Wrapper-HomePage header.header .header-background-container .carousel-indicators li {
    border-radius: 5px;
    width: 10px;
    height: 10px;
}
.Wrapper-HomePage header.header .header-background-container .carousel-indicators li.active {
    width: 30px;
}
.Wrapper-HomePage header.header .header-background-container .carousel-indicators li.active:hover, .Wrapper-HomePage header.header .header-background-container .carousel-indicators li.active:focus {
    background-color: #1D8FEC;
}
.Wrapper-HomePage header.header .header-background-container .carousel-indicators li:hover, .Wrapper-HomePage header.header .header-background-container .carousel-indicators li:focus {
    background-color: #1D8FEC;
}



/* Footer */

@media (max-width: 991px) {
    #ft .slideshow-banner .carousel-caption {
        background-color: #004278;
        padding: 30px 30px 50px 30px;
    }
}
@media (min-width: 992px) {
.footer-banner .carousel-inner.bg-img > .item {
    background-image: url(/images/MyWebsite/joinBack2.png) !Important;
    background-size: auto;
    background: transparent;
    background-position: right center;
    right: 50%;
    left: 0;
}}

.footer-banner .carousel-inner.bg-img > .item a.link:after, .footer-banner .carousel-inner.bg-img > .item:after {
    background: transparent;
}


@media (max-width: 991px) {
#ft .slideshow-banner .img {
    position: absolute;
    top: 0;
    height: 220px !Important;
}}
@media (min-width: 992px) {
#ft .slideshow-banner .img {
    left: 0;
}}


@media (max-width: 991px) {
.footer-banner .caption-wrapper {
    margin-top: 220px;
}}


@media (min-width: 992px) {
    .footer-banner .caption-wrapper .carousel-caption {
        top: 40%;
        left: 53%;
        width: 35%;
        background-color: #004278;
        padding: 50px;
        border-radius: 16px;
    }
}
@media (min-width: 1380px) {
    .footer-banner .caption-wrapper .carousel-caption {
        left: 51%;
        width: 45%;
    }
}
@media (min-width: 1480px) {
    .footer-banner .caption-wrapper .carousel-caption {
        width: 42%;
    }
}
@media (min-width: 1580px) {
    .footer-banner .caption-wrapper .carousel-caption {
        width: 39%;
    }
}
@media (min-width: 1680px) {
    .footer-banner .caption-wrapper .carousel-caption {
        width: 36%;
    }
}
@media (min-width: 1780px) {
    .footer-banner .caption-wrapper .carousel-caption {
        width: 34%;
    }
}
@media (min-width: 1880px) {
    .footer-banner .caption-wrapper .carousel-caption {
        width: 32%;
    }
}
@media (min-width: 1915px) {
    .footer-banner .caption-wrapper .carousel-caption {
        width: 31.5%;
    }
}




/*footer.footer .footer-content > .container .footer-column:nth-child(2)::before {
    content: "The Gastroenterological Society of Australia acknowledges Aboriginal and Torres Strait Island peoples as the Traditional Custodians of the land and sea in which we live and work, we recognise their continuing connection to land, sea and culture and pay our respects to Elders past, present and future.";
}*/



footer.footer {
    background-color: #ffffff;
    color: #46575F;
}

@media (max-width: 768px) {
.logo-footer {
    margin-top: -40px;
    margin-bottom: 10px;
}}

footer.footer a {
    color: #0072CE;
    font-size: 16px;
    font-weight: 400;
}
footer.footer a:hover, footer.footer a:focus, footer.footer a:active, footer.footer a:visited {
    color: #1D8FEC;
    /*text-decoration: underline;*/
}




@media (min-width: 769px) {
footer.footer .footer-content > .container {
    grid-template:
        "navigation contact"
        "copyright copyright" / 1fr 1fr;
}}


footer.footer .footer-content > .container .footer-column:nth-child(2) {
    margin-top: 30px;
}

@media (max-width: 768px) {
footer.footer .footer-content > .container .footer-column:nth-child(2) .WTZone {
    margin-bottom: 30px;
}}

footer.footer .footer-content > .container .footer-column:nth-child(2) .WTZone {
    font-size: 16px;
    margin-top: 10px;
}

footer.footer .footer-content > .container .footer-column:nth-child(2) p {
    margin: 1.5em 0 2em;
}


footer.footer .footer-content > .container .footer-column:nth-child(1) .ContentItemContainer > ul {
    display: flex;
    flex-flow: row wrap;
    grid-gap: 40px 0px;
}


footer.footer .footer-content > .container .footer-column:nth-child(1) .ContentItemContainer ul > li {
    /*flex: 0 0 auto;*/
    list-style: none;
    margin: 0 0%;
    font-weight: 600;
}
footer.footer .footer-content > .container .footer-column:nth-child(1) .ContentItemContainer ul > li ul li {
    font-weight: 300;
}

footer.footer .footer-content > .container .footer-column:nth-child(3) .ContentItemContainer ul > li a {
    margin-bottom: 0px;
    display: inline;
}

footer.footer .footer-content > .container .footer-column:nth-child(3) .ContentItemContainer ul > li {
    font-weight: 300;
    margin: 0 0%;
    color: #004C75;
}
footer.footer .footer-content > .container .footer-column:nth-child(3) .ContentItemContainer ul > li ul li {
    color: #4B4B4B;
}

.footer-content hr {
    width: 100%;
    position: absolute;
    margin-left: 0em;
    margin-right: 0em;
    left: 0;
    margin-top: -260px;
    border-color: #d8d8d8;
}
@media (min-width: 769px) {
.footer-content hr {
    margin-top: -160px;
}}


@media (min-width: 769px) {
.contact-us-links {
    width: 44% ! Important;
}}

@media (min-width: 769px) {
.for-members-links {
    width: 50% ! Important;
}}


.charitable-registration {
    width: 35% ! Important;
}

.contact-us-s1 {
    margin-top: -5px ! Important;
}

.contact-us-bold {
    font-weight: 500 ! Important;
}

.contact-us-bold a {
    font-weight: 300;
}


.charitable-reg-copy {
    padding-left: 15px;
    border-left: 1px solid #CFD9DE;
    font-size: 16px;
}
@media (min-width: 769px) {
.charitable-reg-copy {
    width: 80% ! Important;
}}

@media (min-width: 769px) {
.charitable-reg-logo {
    width: 20% ! Important;
}}


@media (max-width: 768px) {
.research-links {
    padding-bottom: 20px;
}}
.research-links {
    font-weight: 500 ! Important;
    padding-left: 15px;
    padding-top: 5px;
    border-left: 1px solid #CFD9DE;
    margin-top: -25px ! Important;
}
@media (min-width: 769px) {
.research-links {
    margin-top: 121px ! Important;
    width: 35% ! Important;
}}

.research-link-a {
    font-weight: 500 !Important;
    font-size: 20px ! Important;
}

.for-members-links {
    padding-left: 15px;
    padding-top: 5px;
    border-left: 1px solid #CFD9DE;
    font-weight: 500 ! Important;
    font-size: 16px;
}
.for-members-links a {
    font-size: 16px !Important;
}

.for-members-bold {
    margin-top: 10px !Important;
    font-weight: 500 ! Important;
}

.research-bold {
    margin-top: 10px ! Important;
}
.research-bold a {
    font-weight: 500 !Important;
    font-size: 20px !Important;
}
.research-button {
    margin-top: 10px ! Important;
}

.research-button a {
    font-size: 14px !Important;
    letter-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 500 !Important;
    padding: 10px 12px ! Important;
    border: 2px solid #0471C9 ! Important;
    max-width: 175px;
}
.research-button a:hover {
    color: #FFFFFF! Important;
    background-color: #0471C9;
    text-decoration: none! Important;
}
.research-button a:after {
    content: '';
    background-image: url(/images/Icons/Arrow_Right_MD.png);
    padding-right: 25px;
    background-position: 4px -123px;
}
.research-button a:hover:after {
    background-image: url(/images/Icons/Right-Arrow-W.png);
}


#ft:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 15px;
    background-color: #004278;
    margin-bottom: -15px;
}



@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

header.header {
    background: #FFFFFF;
}
@media (max-width: 991px) {
    .Wrapper-HomePage header.header .header-primary-nav-container {
        background: #FFFFFF;
    }
}


.RadMenu.RadMenu_Coffee .homeLogoImage .rmText {
    display: none !important;
}


:root {
    --nav-color: #020202;
    --aux-link-color: #020202;
    --aux-bg: #FFFFFF;
}
@media (max-width: 991px) {
    :root {
        --aux-link-color: #0072CE;
    }
}



@media (min-width: 992px) {
    .Wrapper-HomePage {
        --nav-color: #020202;
    }
}


.lt-grey-bg {
    background: #F4F6F7;
}



h1, .h1, .PageTitle {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
}

h2, .h2, .PanelTitle {
  color: #252E38;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 400;
}

h3, .SectionTitle {
  font-weight: 600;
  color: #252E38;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
}

h4, .h4, .SectionLabel {
  color: #252E38;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

h5, .h5, .SectionLabelSmaller {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}


body {
    font-family: "Roboto", sans-serif;
}


.PrimaryButton, .UsePrimaryButton .TextButton, .RadGrid input.PrimaryButton, .RadGrid.RadGrid input.TextButton.PrimaryButton, .RadGrid.RadGrid a.TextButton.PrimaryButton {
    background-color: #0471C9;
    border-radius: 0px;
}
.PrimaryButton:hover, .PrimaryButton:focus, .PrimaryButton:active, .UsePrimaryButton .TextButton:hover, .UsePrimaryButton .TextButton:focus, .UsePrimaryButton .TextButton:active, .RadGrid input.PrimaryButton:hover, .RadGrid input.PrimaryButton:focus, .RadGrid input.PrimaryButton:active, .RadGrid.RadGrid input.TextButton.PrimaryButton:hover, .RadGrid.RadGrid input.TextButton.PrimaryButton:focus, .RadGrid.RadGrid input.TextButton.PrimaryButton:active, .RadGrid.RadGrid a.TextButton.PrimaryButton:hover, .RadGrid.RadGrid a.TextButton.PrimaryButton:focus, .RadGrid.RadGrid a.TextButton.PrimaryButton:active {
    background-color: #1D8FEC;
}
.PrimaryButton:disabled, .PrimaryButton:disabled:hover, .PrimaryButton:disabled:focus, .PrimaryButton:disabled:active, .PrimaryButton.disabled, .PrimaryButton.disabled:hover, .PrimaryButton.disabled:focus, .PrimaryButton.disabled:active, .PrimaryButton.aspNetDisabled, .PrimaryButton.aspNetDisabled:hover, .PrimaryButton.aspNetDisabled:focus, .PrimaryButton.aspNetDisabled:active, .UsePrimaryButton .TextButton:disabled, .UsePrimaryButton .TextButton:disabled:hover, .UsePrimaryButton .TextButton:disabled:focus, .UsePrimaryButton .TextButton:disabled:active, .UsePrimaryButton .TextButton.disabled, .UsePrimaryButton .TextButton.disabled:hover, .UsePrimaryButton .TextButton.disabled:focus, .UsePrimaryButton .TextButton.disabled:active, .UsePrimaryButton .TextButton.aspNetDisabled, .UsePrimaryButton .TextButton.aspNetDisabled:hover, .UsePrimaryButton .TextButton.aspNetDisabled:focus, .UsePrimaryButton .TextButton.aspNetDisabled:active, .RadGrid input.PrimaryButton:disabled, .RadGrid input.PrimaryButton:disabled:hover, .RadGrid input.PrimaryButton:disabled:focus, .RadGrid input.PrimaryButton:disabled:active, .RadGrid input.PrimaryButton.disabled, .RadGrid input.PrimaryButton.disabled:hover, .RadGrid input.PrimaryButton.disabled:focus, .RadGrid input.PrimaryButton.disabled:active, .RadGrid input.PrimaryButton.aspNetDisabled, .RadGrid input.PrimaryButton.aspNetDisabled:hover, .RadGrid input.PrimaryButton.aspNetDisabled:focus, .RadGrid input.PrimaryButton.aspNetDisabled:active, .RadGrid.RadGrid input.TextButton.PrimaryButton:disabled, .RadGrid.RadGrid input.TextButton.PrimaryButton:disabled:hover, .RadGrid.RadGrid input.TextButton.PrimaryButton:disabled:focus, .RadGrid.RadGrid input.TextButton.PrimaryButton:disabled:active, .RadGrid.RadGrid input.TextButton.PrimaryButton.disabled, .RadGrid.RadGrid input.TextButton.PrimaryButton.disabled:hover, .RadGrid.RadGrid input.TextButton.PrimaryButton.disabled:focus, .RadGrid.RadGrid input.TextButton.PrimaryButton.disabled:active, .RadGrid.RadGrid input.TextButton.PrimaryButton.aspNetDisabled, .RadGrid.RadGrid input.TextButton.PrimaryButton.aspNetDisabled:hover, .RadGrid.RadGrid input.TextButton.PrimaryButton.aspNetDisabled:focus, .RadGrid.RadGrid input.TextButton.PrimaryButton.aspNetDisabled:active, .RadGrid.RadGrid a.TextButton.PrimaryButton:disabled, .RadGrid.RadGrid a.TextButton.PrimaryButton:disabled:hover, .RadGrid.RadGrid a.TextButton.PrimaryButton:disabled:focus, .RadGrid.RadGrid a.TextButton.PrimaryButton:disabled:active, .RadGrid.RadGrid a.TextButton.PrimaryButton.disabled, .RadGrid.RadGrid a.TextButton.PrimaryButton.disabled:hover, .RadGrid.RadGrid a.TextButton.PrimaryButton.disabled:focus, .RadGrid.RadGrid a.TextButton.PrimaryButton.disabled:active, .RadGrid.RadGrid a.TextButton.PrimaryButton.aspNetDisabled, .RadGrid.RadGrid a.TextButton.PrimaryButton.aspNetDisabled:hover, .RadGrid.RadGrid a.TextButton.PrimaryButton.aspNetDisabled:focus, .RadGrid.RadGrid a.TextButton.PrimaryButton.aspNetDisabled:active {
    background-color: #1D8FEC;
}

.btn, .TextButton, .RadUpload.RadUpload .ruButton, .RadUploadProgressArea.RadUploadProgressArea .ruButton {
    font-family: "Roboto", sans-serif;
    padding: 12px 18px;
    border-radius: 5px;
}


.WhiteClearButton {
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 4px;
    border: 2px solid #FFFFFF;
}
.WhiteClearButton:hover {
    color: #FFFFFF;
    background-color: #1D8FEC;
    border-color: #FFFFFF;
}
.WhiteClearButton:after {
    content: '';
    background-image: url(/images/Icons/Right-Arrow-W.png);
    padding-right: 25px;
    background-position: 4px -124px;
}
.WhiteClearButton:hover:after {
    background-image: url(/images/Icons/Right-Arrow-W.png);
}

.footer-banner .readMore {
    margin-top: 20px !Important;
    width: 165px;
    border: 2px solid #ffffff !Important;
    padding: 12px 18px ! Important;
    border-radius: 4px;
    font-size: 16px !important;
}
@media (min-width: 992px) {
.footer-banner .readMore {
    width: 175px;
}}



@media (max-width: 991px) {
.footer-banner h1 {
    margin-top: 10px;
}}
.footer-banner h1 {
    font-size: 52px;
    text-transform: none;
}
.footer-banner .readMore:after {
    background: transparent !Important;
    mask-image: none;
    background-image: url(/images/Icons/Right-Arrow-W.png) !Important;
    margin-top: -5px;
    margin-left: 5px;
}

.footer-banner .carousel-inner.bg-img > .item a.link:hover .readMore {
    background: #1D8FEC;
}

.footer-banner .carousel-inner.bg-img > .item a.link:hover .readMore:after {
    margin-left: 5px;
}



.RadMenu.RadMenu_Coffee .rmRootLink.rmExpanded, .RadMenu.RadMenu_Coffee .rmRootLink:hover, .RadMenu.RadMenu_Coffee .rmRootLink.rmFocused {
    background-color: transparent;
    color: #1D8FEC;
}
@media (min-width: 992px) {
    .Wrapper-HomePage .RadMenu.RadMenu_Coffee .rmLink:hover, .Wrapper-HomePage .RadMenu.RadMenu_Coffee .rmFocused, .Wrapper-HomePage .RadMenu.RadMenu_Coffee .rmExpanded {
        color: #1D8FEC;
    }
}



.RadMenu.RadMenu_Coffee .rmLink:hover .rmToggle > .rmIcon, .RadMenu.RadMenu_Coffee .rmLink.rmFocused .rmToggle > .rmIcon, .RadMenu.RadMenu_Coffee .rmSelected > .rmLink .rmToggle > .rmIcon, .RadMenu.RadMenu_Coffee .rmFocused > .rmLink.rmRootLink .rmToggle > .rmIcon, .RadMenu.RadMenu_Coffee .rmExpanded > .rmLink .rmToggle > .rmIcon, .RadMenu.RadMenu_Coffee .rmSlide .rmLink .rmToggle > .rmIcon {
    background: #1D8FEC;
}
.RadMenu.RadMenu_Coffee .rmExpanded.rmLink > .rmToggle > .rmIcon {
  background: #1D8FEC;
}

@media (min-width: 992px) {
    .Wrapper-HomePage .RadMenu.RadMenu_Coffee .rmRootLink:hover .rmToggle > .rmIcon, .Wrapper-HomePage .RadMenu.RadMenu_Coffee .rmRootLink.rmFocused .rmToggle > .rmIcon, .Wrapper-HomePage .RadMenu.RadMenu_Coffee .rmRootLink.rmExpanded .rmToggle > .rmIcon, .Wrapper-HomePage .RadMenu.RadMenu_Coffee .rmRootLink.rmSelected .rmToggle > .rmIcon {
        background: #1D8FEC;
    }
}
.Wrapper-HomePage #ste_container_ciPrimaryNavigation:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
.Wrapper-HomePage #ste_container_ciPrimaryNavigation:after {
    width: 99%;
}}
@media (min-width: 1000px) {
.Wrapper-HomePage #ste_container_ciPrimaryNavigation:after {
    width: 89%;
    margin-left: 1%;
}}
@media (min-width: 1300px) {
.Wrapper-HomePage #ste_container_ciPrimaryNavigation:after {
    width: 100%;
    margin-left: 0%;
}}


.RadMenu.RadMenu_Coffee .rmRootLink {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}


.RadMenu.RadMenu_Coffee ul.rmRootGroup .rmSlide {
    top: 50px !important;
}
.RadMenu.RadMenu_Coffee ul.rmRootGroup .rmLevel1 .rmSlide {
    top: 0px !important;
}

.RadMenu_Coffee .rmSlide .rmLink {
    color: #1D8FEC;
    font-family: "Roboto", sans-serif;
}
.RadMenu.RadMenu_Coffee .rmSlide ul.rmGroup .rmLink:hover, .RadMenu.RadMenu_Coffee .rmSlide ul.rmGroup .rmFocused, .RadMenu.RadMenu_Coffee .rmSlide ul.rmGroup .rmExpanded {
    color: #FFFFFF;
    background-color: #1D8FEC;
}


.RadMenu.RadMenu_Coffee .rmRootLink.rmSelected {
    color: #1D8FEC;
}








.list-with-featured .BlockTLItem:first-of-type {
    display: none;
}


.FullWidthArea-StyleBg1 .home-spotlight {
    padding: 0px 0px;
}
@media (min-width: 992px) {
    .FullWidthArea-StyleBg1 .home-spotlight {
        max-width: 1300px;
    }
}

.BlockTLItem.threeAcross {
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #FFFFFF;
}

.list-with-featured h4 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 80px;
    font-size: 20px;
}
.list-with-featured h4 a {
    color: #4B4B4B;
}
.list-with-featured h5 {
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #0072CE;
}




.list-with-featured .readMore {
    font-size: 14px !Important;
    letter-spacing: 2px;
    font-weight: 500 !Important;
    padding: 10px 2px 10px 12px !Important;
    border: 2px solid #0471C9 ! Important;
    max-width: 190px;
    color: #0471C9;
    right: 15px;
    bottom: 20px;
    text-transform: uppercase;
    border-radius: 4px;
}
.list-with-featured .readMore:hover {
    color: #FFFFFF! Important;
    background-color: #0471C9;
    text-decoration: none! Important;
}
.list-with-featured .readMore:after {
    background: transparent;
    content: '';
    background-image: url(/images/Icons/Arrow_Right_MD.png);
    padding-right: 38px;
    background-position: 4px -122px;
    margin-left: 0px;
}
.list-with-featured .readMore:hover:after {
    margin-left: 0px;
    background-image: url(/images/Icons/Right-Arrow-W.png);
}





/* start here */


.championsRule1 {
    margin-left: auto;
    margin-right: auto;
    border-width: 4px 0 0 0;
    border-style: solid;
    border-color: #B1C1C0;
    width: 128px;
    margin-top: -3em;
    margin-bottom: 1.2em;
}
@media (min-width: 769px) {
.championsRule1 {
    margin-top: 3em;
}}



.championsRule2 {
    margin-bottom: -3.5em;
    margin-top: 2.5em;
}
@media (min-width: 769px) {
.championsRule2 {
    margin-top: 3.5em;
    margin-bottom: 1.5em;
    margin-left: .75em;
    margin-right: .75em;
}}

.col-primary {
    background: #ffffff;
}



@media (min-width: 992px) {
    .FullWidthArea-StyleBg1 .row:nth-of-type(2) {
     background: #EDF2F2;
}}
.white-hide {
     display: none !Important;
}


@media (min-width: 992px) {
    .slideshow-banner.testimonial .caption-wrapper:before {
        display: none;
    }
}



.Wrapper-FullWidth .col-primary .row {
    max-width: 1300px;
}



.FullWidthArea-StyleBg1 .slideshow-banner.testimonial .caption-wrapper {
    display: none;
}


@media (min-width: 992px) {
    .FullWidthArea-StyleBg2 {
        padding-top: 20px;
    }
}

.FullWidthArea-StyleBg2 .slideshow-banner.testimonial .caption-wrapper {
    display: none;
}

.FullWidthArea-StyleBg2 .slideshow-banner.image-left .img {
    right: 0%;
    clip-path: none;
}
.FullWidthArea-StyleBg1 .slideshow-banner.image-right .img {
    border-radius: 16px;
    left: 0%;
    clip-path: none;
}

.FullWidthArea-StyleBg1 .slideshow-banner.testimonial .carousel-inner.bg-img {
    border: 0px solid #dbdbdb;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

.FullWidthArea-StyleBg2 .slideshow-banner.testimonial .carousel-inner.bg-img {
    border: 0px solid #dbdbdb;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
.FullWidthArea-StyleBg1 .slideshow-banner.testimonial .carousel-inner.bg-img > .item {
    height: 400px !Important;
    background: #F4F6F7;
}}
@media (min-width: 992px) {
.FullWidthArea-StyleBg2 .slideshow-banner.testimonial .carousel-inner.bg-img > .item {
    height: 400px !Important;
}}



@media (min-width: 992px) {
    .FullWidthArea-StyleBg1 .col-md-4 {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .FullWidthArea-StyleBg1 .col-md-5 {
        width: 50%;
        padding-left: calc(var(--bs-gutter-x) * 0);
        padding-right: calc(var(--bs-gutter-x) * 0);
    }
}


@media (min-width: 992px) {
    .FullWidthArea-StyleBg2 .col-md-4 {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .FullWidthArea-StyleBg2 .col-md-5 {
        width: 50%;
        padding-right: calc(var(--bs-gutter-x) * 0);
    }
}


.championsCTA p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.professional-resources {
    margin-top: 20px;
}

.professional-resources h2 {
    margin-top: 15px;
}
.professional-resources p {
    margin: 0 0 1.5em;
}


.gesa-events {
    margin-top: 10px !Important;
}

.gesa-events .panel-body {
    padding: 0px;
}



.FullWidthArea-StyleBg2 .gesa-events {
    padding-top: 60px !Important;
}

.gesa-events .row {
    padding-bottom: 20px;
}


.gesa-events h2 {
    margin-top: 15px;
}
.gesa-events p {
    margin: 0 0 1.5em;
}

@media (max-width: 768px) {
.gesa-events-image {
    margin-top: 50px;
}}


.prof-res-HR {
    margin-top: -70px;
}
@media (min-width: 769px) {
.prof-res-HR {
    margin-top: -90px;
}}

.prof-res-HR hr {
    margin-left: 0em;
    margin-right: 0em;
}

.prof-res-img {
    padding-left: 0;
    padding-right: 0;
}



.FullWidthArea-StyleBg3 {
   display: none;
}


@media (max-width: 768px) {
.members-lounge {
    margin-left: 15px;
    margin-right: 15px;
}}
.members-lounge {
    background-image: url(/images/MyWebsite/members-lounge-1.png);
    height: 480px;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 16px;
}
@media (min-width: 769px) {
.members-lounge {
    height: 450px;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 30px;
    margin-bottom: 30px;
}}


.members-lounge img {
    margin-top: 30px;
}
@media (min-width: 769px) {
.members-lounge img {
    margin-top: 100px;
}}


.members-lounge h1 {
    color: #FFFFFF;
    margin-top: -10px;
    font-size: 40px;
}
@media (min-width: 769px) {
.members-lounge h1 {
    font-size: 56px;
}}

.members-lounge p {
    color: #FFFFFF;
}


.FullWidthArea-StyleBg4 {
    margin-top: -120px;
    padding: 0px 0px 40px;
}

@media (min-width: 992px) {
    .FullWidthArea-StyleBg4 .col-md-4 {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
        border-width: 0 1px 0 0;
        border-style: solid;
        border-color: #dbdbdb;
    }
}
@media (min-width: 992px) {
    .FullWidthArea-StyleBg4 .col-md-5 {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.your-profile h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2em;
}

@media (max-width: 768px) {
.jobs-board {
    margin-top: 50px;
    margin-bottom: -30px;
}}

.jobs-board h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2em;
}



.FullWidthHeaderContent {
    position: absolute;
    margin-left: 0px;
}
@media (min-width: 768px) {
.FullWidthHeaderContent {
    margin-top: -375px;
}}

@media (max-width: 768px) {
.FullWidthHeaderContent h1{
    text-shadow: 2px 2px 5px black;
}}
.FullWidthHeaderContent h1{
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 500;
    z-index: 1;
    position: absolute;
    margin-top: -190px;
    width: 260px;
}
@media (min-width: 769px) {
.FullWidthHeaderContent h1{
    margin-top: 150px;
    font-size: 42px;
    width: 525px;
}}

.FullWidthHeaderContent hr {
    z-index: 2;
    position: absolute;
    margin-top: -140px;
    border-color: #0072CE;
    width: 40px;
    border-width: 4px 0 0 0;
    margin-left: 4px;
}
@media (min-width: 769px) {
.FullWidthHeaderContent hr {
    margin-top: 215px;
}}





@media (max-width: 768px) {
.TitleWrapMobile h1{
    text-shadow: 2px 2px 5px black;
}}
.TitleWrapMobile h1{
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 500;
    z-index: 1;
    position: absolute;
    margin-top: -200px;
    width: 260px;
}
@media (min-width: 769px) {
.TitleWrapMobile h1{
    margin-top: 150px;
    font-size: 42px;
    width: 525px;
}}

.TitleWrapMobile hr {
    z-index: 2;
    position: absolute;
    margin-top: -120px;
    border-color: #0072CE;
    width: 40px;
    border-width: 4px 0 0 0;
    margin-left: 4px;
}
@media (min-width: 769px) {
.TitleWrapMobile hr {
    margin-top: 215px;
}}










@media (max-width: 768px) {
.gesa-event-content .more-button-a {
    position: relative;
    bottom: -20px;
}}
@media (min-width: 769px) {
.gesa-event-content .more-button-a {
    margin-left: 10px;
}}


@media (max-width: 768px) {
.event-content-home .more-button-a {
    float: left;
    margin-top: 15px;
    max-width: 210px;
}}
@media (max-width: 768px) {
.event-content-home .more-button-b {
    float: left;
    max-width: 210px;
}}





.more-button-a {
    font-size: 14px !Important;
    letter-spacing: 2px;
    font-weight: 700 !Important;
    padding: 10px 12px ! Important;
    border: 2px solid #0471C9 ! Important;
    max-width: 175px;
    color: #0471C9;
    border-radius: 5px;
}
.more-button-a:hover {
    color: #FFFFFF! Important;
    background-color: #0471C9;
    text-decoration: none! Important;
}
.more-button-a:after {
    content: '';
    background-image: url(/images/Icons/Arrow_Right_MD.png);
    padding-right: 25px;
    background-position: 4px -123px;
}
.more-button-a:hover:after {
    background-image: url(/images/Icons/Right-Arrow-W.png);
}



.more-button-b {
    font-size: 14px !Important;
    letter-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 700 !Important;
    padding: 10px 12px ! Important;
    border: 2px solid #0471C9 ! Important;
    max-width: 175px;
    background: #0471C9;
    color: #FFFFFF;
    border-radius: 5px;
}
.more-button-b:hover {
    color: #0471C9! Important;
    background-color: #FFFFFF;
    text-decoration: none! Important;
}
.more-button-b:after {
    content: '';
    background-image: url(/images/Icons/Right-Arrow-W.png);
    padding-right: 25px;
    background-position: 4px -123px;
}
.more-button-b:hover:after {
    background-image: url(/images/Icons/Arrow_Right_MD.png);
}



.more-button-c {
    font-size: 14px ! Important;
    letter-spacing: 2px;
    font-weight: 500 !Important;
    padding: 10px 12px ! Important;
    border: 2px solid #FFFFFF ! Important;
    max-width: 175px;
    color: #FFFFFF;
    border-radius: 5px;
}
.more-button-c:after {
    content: '';
    background-image: url(/images/Icons/Right-Arrow-W.png);
    padding-right: 25px;
    background-position: 4px -123px;
}
.more-button-c:hover {
    color: #FFFFFF ! Important;
    background-color: #0471C9;
    text-decoration: none ! Important;
}
.more-button-c:hover:after {
    background-image: url(/images/Icons/Right-Arrow-W.png);
}

@media (min-width: 992px) {
#FullWidthHeader-Buttons .more-button-c {
    top: -57px;
    left: 226px;
    position: relative;
}}


.more-button-d {
    font-size: 14px !Important;
    letter-spacing: 2px;
    font-weight: 700 !Important;
    padding: 10px 12px ! Important;
    max-width: 175px;
    color: #0471C9;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.more-button-d:hover {
    color: #FFFFFF! Important;
    background-color: #0471C9;
    text-decoration: none! Important;
}
.more-button-d:after {
    content: '';
    background-image: url(/images/Icons/Arrow_Right_MD.png);
    padding-right: 25px;
    background-position: 4px -123px;
}
.more-button-d:hover:after {
    background-image: url(/images/Icons/Right-Arrow-W.png);
}




.more-button-e {
    font-size: 14px !Important;
    letter-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 700 !Important;
    padding: 10px 12px ! Important;
    border: 2px solid #FFFFFF ! Important;
    max-width: 175px;
    background: transparent;
    color: #FFFFFF;
    border-radius: 5px;
}
.more-button-e:hover {
    color: #0471C9! Important;
    background-color: #FFFFFF;
    text-decoration: none! Important;
}
.more-button-e:after {
    content: '';
    background-image: url(/images/Icons/Right-Arrow-W.png);
    padding-right: 25px;
    background-position: 4px -123px;
}
.more-button-e:hover:after {
    background-image: url(/images/Icons/Arrow_Right_MD.png);
}




.more-button-f {
    font-size: 14px !Important;
    letter-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 700 !Important;
    padding: 10px 12px ! Important;
    border: 2px solid #0072CE ! Important;
    max-width: 175px;
    background: #0072CE;
    color: #FFFFFF;
    border-radius: 5px;
}
.more-button-f:hover {
    color: #0072CE! Important;
    background-color: #FFFFFF;
    text-decoration: none! Important;
}
.more-button-f:after {
    content: '';
    background-image: url(/images/Icons/Right-Arrow-W.png);
    padding-right: 25px;
    background-position: 4px -123px;
}
.more-button-f:hover:after {
    background-image: url(/images/Icons/Arrow_Right_MD.png);
}






.Wrapper-HomePage .main-container {
        margin-top: 650px;
}


body:not(.Wrapper-HomePage) .main-container {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 200px;
}
body:not(.Wrapper-HomePage) .main-container .body-container {
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto;
}


.explore-job-boards .col-sm-6:nth-of-type(1) {
    background-color: #F4F6F7;
}
@media (min-width: 769px) {
.explore-job-boards .col-sm-6:nth-of-type(1) {
    background-color: #F4F6F7;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    border-radius: 16px;
}}


.explore-job-boards .col-sm-6:nth-of-type(2) {
    background-image: url(/images/MyWebsite/img_interior_art_03.png);
    height: 250px;
}
@media (min-width: 769px) {
.explore-job-boards .col-sm-6:nth-of-type(2) {
    height: 415px;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    padding-right: calc(var(--bs-gutter-x) * -.5);
    border-radius: 0px 16px 16px 0px;
}}


.explore-job-boards h2 {
    color: #004882;
}
.explore-job-boards p {
    color: #004882;
    margin: 1em 0 2em;
}

.jobs-board-back {
    padding: 85px 30px;
}

hr {
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 2em;
    margin-bottom: 2.5em;
}


.cta-int-two {
    margin-top: 20px;
    margin-bottom: 10px;
}


.cta-int-one .col-sm-3 {
    background-image: url(/images/MyWebsite/img_promo_sm_01.png);
    height: 234px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    border-radius: 16px;
}

@media (max-width: 768px) {
.cta-int-one .col-sm-3 {
    width: 92%;
}}




.cta-int-two .col-sm-3 {
    background-image: url(/images/MyWebsite/img_promo_sm_02.png);
    height: 234px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    border-radius: 16px;
}

@media (max-width: 768px) {
.cta-int-two .col-sm-3 {
    width: 92%;
}}

@media (min-width: 769px) {
.cta-int-one .col-sm-9, .cta-int-two .col-sm-9 {
    width: 73%;
    padding-left: calc(var(--bs-gutter-x) * 1);
}}

.cta-int-one h3, .cta-int-two h3, .cta-int-three h3 {
    margin-top: 5px;
}


.cta-int-three .col-sm-4 {
    background-color: #004882;
    height: 530px;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    border-radius: 16px;
    color: #FFFFFF;
    font-size: 22px;
    padding-left: 25px;
    padding-top: 60px;
}

@media (max-width: 768px) {
.cta-int-three .col-sm-4 {
    width: 92%;
}}


@media (min-width: 769px) {
.cta-int-three .col-sm-8 {
    padding-left: calc(var(--bs-gutter-x) * 1.5);
    width: 65%;
}}

.Conjoint-Area {
    background-color: #EDF6F7;
    padding: 20px;
    border-radius: 10px;
}
/*@media (min-width: 992px) {
.Conjoint-Area {
    height: 810px;
}}*/

#Conjoint-Image {
    float: left;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-right: 15px;
}
#Conjoint-Image img {
    height: 60px !important;
    width: 50px;
    margin-left: 15px;
    margin-top: 10px;
}
#Conjoint-Copy {
    font-weight: bold;
    color: #091753;
}
.Conjoint-First {
    margin-top: 40px;
}
@media (min-width: 992px) {
#Conjoint-Buttons .more-button-a {
    top: -58px;
    left: 250px;
    position: relative;
}}



.Recertification-Area {
    background-color: #F4F6F7;
    padding: 20px;
    border-radius: 10px;
}
@media (max-width: 991px) {
.Recertification-Area {
    margin-top: 25px;
}}
/*@media (min-width: 992px) {
.Recertification-Area {
    height: 810px;
}}*/


#Recertification-Image {
    float: left;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
#Recertification-Image img {
    height: 60px !important;
    width: 59px;
    margin-left: 14px;
    margin-top: 9px;
}
#Recertification-Copy {
    font-weight: bold;
    color: #091753;
}
.Recertification-First {
    margin-top: 30px;
}
@media (min-width: 992px) {
.Recertification-First {
    margin-top: 69px;
}}



@media (min-width: 992px) {
#Recertification-Buttons .more-button-a {
    top: -58px;
    left: 227px;
    position: relative;
}}


.Credentialling-Area {
    background-color: #EFF5FB;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
}

.Credentialling-Area .ContentItemContainer {
    margin-bottom: 0em;
}

#Credentialling-Image {
    float: left;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin-right: 15px;
    border: 1px solid #0072CE;
}

#Credentialling-Image img {
    height: 30px !important;
    width: 51px;
    margin-left: 11px;
    margin-top: 20px;
}

#MembCallOut-Header {
    background-color: #EFF5FB;
    /*padding: 20px;*/
    margin-top: 25px;
    color: #091753;
    border-radius: 10px;
}


/*#MembCallOut-Header img {
    float: left;
    margin-right: 15px;
    width: 67px;
    height: 60px !important;
    margin-top: 50px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
#MembCallOut-Header img {
    margin-top: 25px;
    margin-bottom: 20px;
}}*/

.why-join-gesa h2, .why-join-gesa h3 {
    color: #091753;
    font-weight: bold;
}

.why-join-gesa hr {
    border-color: #0072CE;
    width: 40px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    border-width: 3px 0 0 0;
}

.what-membership-gives h3 {
    color: #091753;
    font-weight: bold;
}


.what-membership-gives ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.what-membership-gives .secondaryItem {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    height: 310px;
    margin-top:25px;
}
@media (min-width: 992px) {
.what-membership-gives .secondaryItem {
    float: left;
    width: 32%;
    margin-right: 1%;
    border-radius: 10px;
    height: 370px;
    margin-top:0px;
}}



.what-membership-gives .secondary-img-one img {
    float: left;
    height: 60px !important;
    width: 79px;
}
.what-membership-gives .secondary-img-two img {
    float: left;
    height: 60px !important;
    width: 54px;
}
.what-membership-gives .secondary-img-three img {
    float: left;
    height: 60px !important;
    width: 67px;
}

.what-membership-gives .secondary-title {
    font-weight: 600;
    color: #091753;
    margin-top: 75px;
}

.what-membership-gives .membership-desc {
    width: 95%;
}



.what-membership-gives-two ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.what-membership-gives-two .secondaryItem {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    height: 310px;
    margin-top: 25px;
}
@media (min-width: 992px) {
.what-membership-gives-two .secondaryItem {
    float: left;
    width: 48.5%;
    margin-right: 1%;
    height: 280px;
    margin-top: 0px;
}}



.what-membership-gives-two .secondary-img-four img {
    float: left;
    height: 60px !important;
    width: 62px;
}
.what-membership-gives-two .secondary-img-five img {
    float: left;
    height: 60px !important;
    width: 104px;
}


.what-membership-gives-two .secondary-title {
    font-weight: 600;
    color: #091753;
    margin-top: 75px;
}

.membership-types-area {
    background-color: #EFF5FB;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.membership-types-area h2 {
    color: #091753;
    font-weight: bold;
    text-align: center;
}
.membership-types-area hr {
    border-color: #0072CE;
    width: 40px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    border-width: 3px 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

.membership-types-area .types-copy {
    text-align: center;
}


.membership-types-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.membership-types-area .secondaryItem {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    /*padding: 20px;*/
    text-align: left;
    height: 455px;
    margin-top: 25px;
}
@media (min-width: 992px) {
.membership-types-area .secondaryItem {
    float: left;
    width: 13.2%;
    margin-right: 1%;
    height: 470px;
    margin-top: 0px;
}}


@media (min-width: 992px) {
.membership-types-area .secondaryItem:first-of-type {
    margin-left: 0.5%;
}}
@media (min-width: 992px) {
.membership-types-area .secondaryItem:last-of-type {
    margin-right: 0%;
}}


.membership-types-area .secondary-img-one img {
    float: left;
    height: auto !important;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
/*@media (min-width: 992px) {
    .membership-types-area .secondary-img-one img {
    height: 186px !important;
    width: 200px;
}}*/

.membership-types-area .secondary-img-two img {
    float: left;
    height: auto !important;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
/*@media (min-width: 992px) {
    .membership-types-area .secondary-img-two img {
    height: 186px !important;
    width: 200px;
}}*/


.membership-types-area .secondary-img-three img {
    float: left;
    height: auto !important;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
/*@media (min-width: 992px) {
    .membership-types-area .secondary-img-three img {
    height: 186px !important;
    width: 200px;
}}*/


.membership-types-area .secondary-img-four img {
    float: left;
    height: auto !important;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
/*@media (min-width: 992px) {
    .membership-types-area .secondary-img-four img {
    height: 186px !important;
    width: 200px;
}}*/


.membership-types-area .secondary-img-five img {
    float: left;
    height: auto !important;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
/*@media (min-width: 992px) {
    .membership-types-area .secondary-img-five img {
    height: 186px !important;
    width: 200px;
}}*/


.membership-types-area .secondary-img-six img {
    float: left;
    height: auto !important;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
/*@media (min-width: 992px) {
    .membership-types-area .secondary-img-six img {
    height: 186px !important;
    width: 200px;
}}*/


.membership-types-area .secondary-img-seven img {
    float: left;
    height: auto !important;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
/*@media (min-width: 992px) {
    .membership-types-area .secondary-img-seven img {
    height: 186px !important;
    width: 200px;
}}*/



.membership-types-area .secondary-title {
    font-weight: 600;
    color: #091753;
    margin-top: 305px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}
@media (min-width: 992px) {
    .membership-types-area .secondary-title {
    margin-top: 180px;
}}



.membership-types-area .secondary-desc {
    padding-left: 15px;
    padding-right: 15px;
}


.membership-types-area .types-closing {
    text-align: center;
    margin-top: 15px;
}

.membership-types-area .types-button-hold {
    text-align: center;
}


.membership-journey {
    background-color: #004278;
    padding: 20px;
    color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
}

#ste_container_ciMembershipJourney_615f0b7a564c426383bc8b25eece7e67 {
    margin-bottom: 0em;
}

#Journey-Copy {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#Journey-CopyBody {
    line-height: 1.4;
}

#Journey-CopyButton {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}


#Journey-CopyText {
    margin-top: 20px;
    margin-bottom: 15px;
}

#Journey-Image {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
#Journey-Image {
    float: left;
    margin-right: 15px;
    margin-top: 50px;
    margin-bottom: 45px;
}}


#Journey-Image img {
    height: 30px !important;
    width: 51px;
    margin-left: 11px;
    margin-top: 20px;
}







.how-to-apply-top {
    padding: 20px;
}

.how-to-apply-top h2 {
    color: #091753;
    font-weight: bold;
    text-align: center;
}
.how-to-apply-top hr {
    border-color: #0072CE;
    width: 40px;
    margin-top: 0.5em;
    margin-bottom: 1em;
    border-width: 3px 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

.how-to-apply-top .types-copy {
    text-align: center;
}
@media (min-width: 992px) {
.how-to-apply-top .types-copy {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}}



.step-one #Step-Image {
    float: left;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-right: 15px;
    border: 1px solid #A9A9A9;
    margin-bottom: 140px;
}
@media (min-width: 992px) {
.step-one #Step-Image {
    margin-bottom: 150px;
}}





.step-two #Step-Image {
    float: left;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-right: 15px;
    border: 1px solid #A9A9A9;
    margin-bottom: 260px;
}
@media (min-width: 992px) {
.step-two #Step-Image {
    margin-bottom: 150px;
}}



.step-three #Step-Image {
    float: left;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-right: 15px;
    border: 1px solid #A9A9A9;
    margin-bottom: 130px;
}
@media (min-width: 992px) {
.step-three #Step-Image {
    margin-bottom: 150px;
}}





.step-one #Step-Image img, .step-two #Step-Image img {
    height: 50px;
    width: 57px;
    margin-left: 16px;
    margin-top: 18px;
}

.step-three #Step-Image img {
    height: 50px;
    width: 57px;
    margin-left: 18px;
    margin-top: 11px;
}


#Step-CopyHeader {
    font-weight: bold;
    color: #091753;
}




.apply-button {
    margin-top: 20px;
}


.event-calendar-callout {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
}

.event-calendar-info {
    margin-top: 20px;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 20px 20px 0px 20px;
}
@media (min-width: 992px) {
.event-calendar-info {
    margin-top: 0px;
}}

.event-calendar-callout h2 {
    color: #091753;
    font-weight: bold;
    margin-left: 20px;
}

.event-calendar-callout hr {
    border-color: #0072CE;
    width: 40px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-width: 3px 0 0 0;
    margin-left: 20px;
}

.event-calendar-callout .ContentItemContainer {
    margin-bottom: -1.79em;
}
@media (min-width: 992px) {
.event-calendar-callout .ContentItemContainer {
    margin-bottom: -1.25em;
}}


@media (min-width: 992px) {
.eventLanding .PrimaryButton  {
    float: right;
    /*margin-top: -30px;*/
    margin-bottom: 20px;
}}


.eventLanding .QueryTemplateItem  {
    border-bottom: 1px solid #D3D3D3;
    padding: 15px 10px 15px 10px;
}


.backToTop {
    background: #0072CE;
}
.backToTop:hover {
    background: #0072CE;
}

.events-call-outs {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    /*max-height: 760px;*/
}
@media (min-width: 992px) {
.events-call-outs {
    /*max-height: 575px;*/
}}


#Events-CTA-Copy {
    padding: 10px 20px;
    color: #091753;
    font-weight: bold;
    font-size: 34px;
}
#Events-CTA-Date {
    padding: 0px 20px;
    color: #0471C9;
}
#Events-CTA-Date img {
    height: 19px !important;
    width: 20px;
    margin-right: 10px;
}
.Events-CTA-First {
    padding: 15px 20px 18px 20px;
    margin: 0 0 -1em;
}

#Events-CTA-Buttons {
    padding: 20px;
}
/*@media (min-width: 992px) {
#Events-CTA-Buttons {
    padding: 20px 20px 0px 20px;
    margin-bottom: -25px;
}}*/

#Events-CTA-Buttons-2 {
    padding: 20px;
}
/*@media (min-width: 992px) {
#Events-CTA-Buttons-2 {
    padding: 20px 20px 0px 20px;
    margin-bottom: -25px;
}}*/


#Events-CTA-Image img {
    border-radius: 10px 10px 0px 0px;
    max-width: 100.1%;
}

@media (min-width: 992px) {
    #Events-CTA-Buttons .more-button-a {
        top: -58px;
        left: 219px;
        position: relative;
    }
}
@media (min-width: 992px) {
    #Events-CTA-Buttons-2 .more-button-a {
        top: -58px;
        left: 234px;
        position: relative;
    }
}


#Find-Upcoming-Image {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    border: 1px solid #0072CE;
}
#Find-Upcoming-Image img {
    height: 39px !important;
    width: 40px;
    margin-left: 17px;
    margin-top: 17px;
}
#Find-Upcoming-Copy {
    margin-top: 15px;
}

.main-container {
    background: #ffffff;
}

.online-learning {
    background-color: #EDF6F7;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    height: 470px;
}
@media (min-width: 992px) {
.online-learning {
    height: 435px;
}}



#Online-Learning-Image {
    float: left;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: 10px;
    border: 1px solid #0072CE;
}
#Online-Learning-Image img {
    height: 35px !important;
    width: 45px;
    margin-left: 7px;
    margin-top: 11px;
}

#Online-Learning-Copy {
    margin-bottom: 10px;
    color: #091753;
}
@media (min-width: 992px) {
#Online-Learning-Copy {
    float: left;
    margin-left: 80px;
    margin-top: -70px;
}}


#Online-Learning-CopyHeader {
    color: #091753;
    font-weight: bold;
    font-size: 34px;
}

#Online-Learning-CopyBody {
    margin-bottom: 20px;
}

.online-learning hr {
    border-color: #0072CE;
    width: 40px;
    margin-top: 0.4em;
    margin-bottom: 1.2em;
    border-width: 3px 0 0 0;
}






.education-initiatives {
    background-color: #F6F2FB;
    padding: 20px;
    margin-top: 30px;
    border-radius: 10px;
    height: 765px;
}
@media (min-width: 992px) {
.education-initiatives {
    height: 435px;
}}


#Education-Initiatives-Image {
    float: left;
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: 10px;
    border: 1px solid #0072CE;
}
#Education-Initiatives-Image img {
    height: 25px !important;
    width: 43px;
    margin-left: 8px;
    margin-top: 15px;
}

#Education-Initiatives-Copy {
    margin-bottom: 10px;
    color: #091753;
}
@media (min-width: 992px) {
#Education-Initiatives-Copy {
    float: left;
    margin-left: 10px;
    margin-top: -10px;
    margin-right: 15px;
    width: 45%;
}}


#Education-Initiatives-CopyHeader {
    color: #091753;
    font-weight: bold;
    font-size: 34px;
}

#Education-Initiatives-CopyBody {
    margin-bottom: 20px;
}

.education-initiatives hr {
    border-color: #0072CE;
    width: 40px;
    margin-top: 0.4em;
    margin-bottom: 1.2em;
    border-width: 3px 0 0 0;
}

@media (min-width: 992px) {
#Education-Initiatives-CopyImage img {
    margin-left: 10px;
    margin-top: 40px;
}}

.research-row {
    background-color: #EDF6F7;
    border-radius: 10px;
    padding: 30px 10px 10px;
    margin-bottom: 20px;
    margin-right: calc(var(--bs-gutter-x) * .1);
    margin-left: calc(var(--bs-gutter-x) * .1);
}

.research-image1-dimensions {
    float: left;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border: 1px solid #091753;
}
.research-image2-dimensions {
    float: left;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border: 1px solid #091753;
}
.research-image3-dimensions {
    float: left;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border: 1px solid #091753;
}
.research-image4-dimensions {
    float: left;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    margin-right: 10px;
    border: 1px solid #091753;
}




.research-image1-dimensions img {
    height: 45px !important;
    width: 45px;
    margin-left: 10px;
    margin-top: 12px;
}
.research-image2-dimensions img {
    height: 40px !important;
    width: 52px;
    margin-left: 9px;
    margin-top: 14px;
}
.research-image3-dimensions img {
    height: 30px !important;
    width: 51px;
    margin-left: 10px;
    margin-top: 16px;
}
.research-image4-dimensions img {
    height: 40px !important;
    width: 42px;
    margin-left: 15px;
    margin-top: 13px;
}






@media (min-width: 992px) {
.research-image-copy {
    float: left;
    margin-left: 95px;
    margin-right: 40px;
    margin-top: -70px;
}}

.research-image-copyHeader {
    color: #091753;
    font-weight: bold;
    font-size: 28px;
}
.research-image-copyBody {
    margin-bottom: 30px;
    margin-top: 10px;
}


.research-image-copy .more-button-b {
    max-width: 264px;
    display: block;
}
@media (min-width: 992px) {
.research-image-copy .more-button-b {
    display: inline;
}}


.research-priorities-copy {
    margin-top: 20px;
}
@media (min-width: 992px) {
.research-priorities-copy {
    margin-top: 0px;
}}



.ready-to-advance {
    background-color: #004278;
    padding: 20px;
    color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
}



#Ready-Advance-Copy {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#Ready-Advance-CopyBody {
    line-height: 1.4;
}

#Ready-Advance-CopyButton {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
}

#Ready-Advance-CopyButton .more-button-d {
    border: 2px solid #FFFFFF ! Important;
}


#Ready-Advance-CopyText {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
#Ready-Advance-CopyText {
    margin-top: 20px;
    margin-bottom: -40px;
}}

#Ready-Advance-Image {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 992px) {
#Ready-Advance-Image {
    float: left;
    margin-right: 15px;
    margin-top: 50px;
    margin-bottom: 45px;
}}


#Ready-Advance-Image img {
    height: 50px !important;
    width: 57px;
    margin-left: 10px;
    margin-top: 11px;
}

@media (min-width: 992px) {
#Ready-Advance-CopyText .more-button-e {
    top: -58px;
    left: 247px;
    position: relative;
}}

@media (max-width: 991px) {
.clinical-practice-area {
    background-size: 800px 1200px;
}}

.clinical-practice-area {
    padding: 20px;
    border-radius: 10px;
    background-image: url(/images/mywebsite/Clinical-Practical-Resources-1.png);
    background-repeat: no-repeat;
    background-position: 19% 40%;
}
@media (min-width: 992px) {
.clinical-practice-area .hold-content-width {
    padding-right: 38%;
}}

.clinical-practice-area .more-button-b {
    max-width: 264px;
    display: block;
}
@media (min-width: 992px) {
    .clinical-practice-area .more-button-b {
        display: inline;
    }
}





@media (max-width: 991px) {
.patient-resources-area {
    background-size: 900px 1300px;
}}
.patient-resources-area {
    padding: 20px;
    border-radius: 10px;
    background-image: url(/images/mywebsite/Patient-Resources-1.png);
    background-repeat: no-repeat;
    background-position: 19% 40%;
}
@media (min-width: 992px) {
.patient-resources-area .hold-content-width {
    padding-right: 38%;
}}


.patient-resources-area .more-button-f {
    max-width: 264px;
    display: block;
}
@media (min-width: 992px) {
    .patient-resources-area .more-button-f {
        display: inline;
    }
}



.clinical-practice-Image {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-right: 15px;
}
.clinical-practice-Image img {
    height: 48px !important;
    width: 50px;
    margin-left: 19px;
    margin-top: 14px;
}
.clinical-practice-Copy {
    color: #091753;
    font-weight: bold;
    width: 40%;
    font-size: 24px;
    margin-top: 10px;
}
.clinical-practice-Copy hr {
    border-color: #0471C9;
    width: 40px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    border-width: 3px 0 0 0;
}



.patient-resources-Image {
    background-color: #FFFFFF;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-right: 15px;
}
.patient-resources-Image img {
    height: 50px !important;
    width: 56px;
    margin-left: 14px;
    margin-top: 14px;
}
.patient-resources-Copy {
    color: #091753;
    font-weight: bold;
    width: 40%;
    font-size: 24px;
    margin-top: 10px;
}
.patient-resources-Copy hr {
    border-color: #0072CE;
    width: 40px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    border-width: 3px 0 0 0;
}




.Working-Towards-Area {
    background-color: #004278;
    padding: 20px 20px 10px;
    margin-top: 30px;
    border-radius: 10px;
    color: #FFFFFF;
}



.about-gesa h2 {
    color: #091753;
    font-weight: bold;
}
.about-gesa hr {
    border-color: #0072CE;
    width: 40px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    border-width: 3px 0 0 0;
}


.advancing-gastrointestinal .membership-desc {
    width: 95%;
}

.advancing-gastrointestinal ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.advancing-gastrointestinal .secondaryItem {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    height: 240px;
    margin-top:25px;
}
@media (min-width: 992px) {
.advancing-gastrointestinal .secondaryItem {
    float: left;
    width: 49%;
    margin-right: 1%;
    border-radius: 10px;
    height: 210px;
    margin-top:0px;
}}



.advancing-gastrointestinal .secondary-img-one img {
    float: left;
    height: 60px !important;
    width: 79px;
}
.advancing-gastrointestinal .secondary-img-two img {
    float: left;
    height: 60px !important;
    width: 79px;
}
.advancing-gastrointestinal .secondary-img-three img {
    float: left;
    height: 60px !important;
    width: 54px;
}
.advancing-gastrointestinal .secondary-img-four img {
    float: left;
    height: 60px !important;
    width: 62px;
}
.advancing-gastrointestinal .secondary-title {
    font-weight: 600;
    color: #091753;
    margin-top: 75px;
    margin-bottom: .5em;
}

.vision-area {
    background-color: #EFF5FB;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
}
@media (min-width: 992px) {
    .vision-area {
    margin-bottom: 30px;
}}

.mission-area {
    background-color: #F6F2FB;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
}
@media (min-width: 992px) {
    .mission-area {
    margin-bottom: 30px;
}}


#VisionCallOut-Header {
    background-color: #EFF5FB;
    color: #091753;
    margin-top: 10px;
}
#VisionCallOut-Header img {
    float: left;
    margin-right: 15px;
    width: 67px;
    height: 60px !important;
    margin-top: 50px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
#VisionCallOut-Header img {
    margin-top: 15px;
    margin-bottom: 10px;
}}

#VisionCallOut-Copy {
    font-weight: 400;
}

.vision-area .ContentItemContainer {
    margin-bottom: 0em;
}





#MissionCallOut-Header {
    background-color: #EFF5FB;
    color: #091753;
    border-radius: 10px;
    font-weight: bold;
}
#MissionCallOut-Header img {
    float: left;
    margin-right: 15px;
    width: 60px;
    height: 60px !important;
    margin-top: 50px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
#MissionCallOut-Header img {
    margin-top: 15px;
    margin-bottom: 10px;
}}

#MissionCallOut-Copy {
    font-weight: 400;
}

.mission-area .ContentItemContainer {
    margin-bottom: 0em;
}


.our-values {
    background-color: #EDF6F7;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 10px;
}










