/* =============================================================================================
	BASE STYLES AND LAYOUT
============================================================================================= */

/* ------------------------------------------------------------------------ CSS Variables */

:root {
    --grey-dark: #363636;
    --grey-medium-dark: #ededed;
    --grey-medium: #333333;
    --grey-light: #ededed;
    --grey-extra-light: #eeeeee;
    --grey-header: #666666;
    --green: #71b746;
    --blue: #4293de;
    --blue-medium: #0095da;
    --blue-dark: #007cb5;
    --white: #fff;
}

/* ------------------------------------------------------------------------ Page Styles & Resets */

html {
    position: relative; /*for sticky footer*/
    min-height: 100%;
}

body {
    font: normal 100%/1.6 'Lato', Arial, Helvetica, sans-serif;
    color: var(--grey-medium);
    background-color: var(--white);
    font-weight: 300;
}
.anchor:before {
    content:"";
    display: block;
    height: 204px;
    margin-top: -204px;
    visibility: hidden;
}
.preload * { /* Transitions fire only after page load http://css-tricks.com/transitions-only-after-page-load/ */
    -webkit-transition: none !important;
    transition: none !important;
}

@media (min-width: 992px) {
    /*offset sticky footer*/
    .body--sticky-footer {
        padding-bottom: 0; /*This will change depending on the height of the footer*/
    }
  
    /*if the header is fixed, add this class to the body*/
    .body--fixed-header {
        padding-top: 74px; /*This will change depending on the height of the header*/
    }
}


/* ------------------------------------------------------------------------ Keyboard Accessibility */
.skip-link {
    position: absolute;
    left: -10000px;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background-color: #666;
    color: #fff;
    font-size: 0.875rem;
    text-decoration: none;
    z-index: 1100;
    padding: 0.5rem 0.625rem;
}
    .skip-link:focus, .skip-link.sr-only-focusable:active, .skip-link.sr-only-focusable:focus {
        position: absolute;
        outline: none;
        left: 0;
        outline: none;
        width: auto;
        height: auto;
    }

    .skip-link:hover {
        color: #fff;
        background-color: #777;
    }

a:focus, .carousel-control-next:focus, .carousel-control-prev:focus, .btn:focus, .carousel__link:focus .carousel__btn, .form-control-file:focus {
    outline: solid thin rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

.sidenav__header-link:focus, .card__header-link:focus {
    outline: solid thin rgba(255, 255, 255, 0.5);
}

a:hover, a:active {
    outline: none !important;
}

@media screen and (min-width: 992px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: auto;
        text-decoration-color: transparent;
    }
}

/*...not with mouse (kinda) */

/* ------------------------------------------------------------------------ Headers */

h1, h2, h3,
.h1, .h2, .h3 {
    line-height: 1.4;
    font-family: 'Lexend Deca', sans-serif;
}
h3 {
    margin-bottom: 1rem;
}
.header--green {
    color: var(--green);
    font-size: 1.875rem;
    line-height: 1.4;
    font-family: 'Lexend Deca', sans-serif;
    margin-bottom: .5rem;
}
.header--darkgrey {
    color: var(--grey-medium);
    font-size: 1.375rem;
    line-height: 1.4;
    font-family: 'Lexend Deca', sans-serif;
    margin-bottom: 1rem;
}
.jumbotron--news h2,
.jumbotron--notes h2,
.section--news h2{
    font-weight: 300;
    color: var(--grey-header);
    padding-bottom: 0.9375rem;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.jumbotron--news h2 .lexend,
.jumbotron--notes h2 .lexend,
.section--news h2 .lexend, h1 .lexend, h2 {
        color: var(--green);
    }
.jumbotron--home .jumbotron__caption h1 {
    font-weight: 300;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
}
h1 {
    font-size: 1.75rem;
}
h2 {
    font-size: 1.875rem;
}
h3, .h3 {
    font-size: 1.375rem;
}

@media (min-width: 420px) {
    h1, .jumbotron--home .jumbotron__caption h1 {
        font-size: 1.5rem;
    }
}
@media (min-width: 600px) {
    .jumbotron--news h2, .jumbotron--notes h2, .section--news h2 {
        font-size: 2.375rem;
    }

}
@media (min-width: 768px) {
    h1, .jumbotron--home .jumbotron__caption h1 {
        font-size: 2.1875rem;
    }
}
.h6, h6 {
    font-size: 1.125rem;
    font-weight: bold;
}

/* ------------------------------------------------------------------------ Lists */

ul, .list {
    list-style: none;
    list-style-position: outside;
    padding-left: 0;
}

    ul li, .list__item {
        padding: 0 0 0.25rem 1.2rem;
        background: url(../../images/arrow-right-green.png) no-repeat left 0.625rem;
    }

    ul ul, .list__sub-list {
        margin-top: 0.25rem;
    }

    ul ol {
        padding-left: 1.375rem;
        margin-top: 0.25rem;
    }

        ul ol li {
            background-image: none;
            padding-left: 0;
        }

ol {
    padding-left: 2rem;
}

    ol li {
        padding-bottom: 0.25rem;
    }

    ol ol {
        padding-left: 2.25rem;
        margin-top: 0.25rem;
    }

    ol ul {
        margin-top: 0.25rem;
    }

li:last-child {
    padding-bottom: 0;
}


/* ------------------------------------------------------------------------ Other Base Text Styles */

.color-inherit {
    color: inherit;
}

.text-muted {
    color: #888 !important;
}
#accordion .intro-text--sm {
    font-size: 1rem;
}
    .intro-text--sm {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.4rem;
}
.note {
    background: var(--grey-extra-light);
    font-size: 1rem;
    padding: 1rem;
}

sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

@media (min-width: 250px) {
    .text-sm-center {
        text-align: center !important;
    }
}
/* ------------------------------------------------------------------------ Links */
a {
    color: var(--grey-medium);
    font-weight: 700;
    transition: all 0.25s;
}

    a:hover {
        opacity: 0.9;
        text-decoration: none;
        color: var(--grey-medium);
    }

main a {
    word-wrap: break-word;
    color: var(--blue-medium);
}

a img {
    border: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transition: opacity 0.25s;
}


.btn {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 1.125rem;
    padding: 5px 20px;
    color: var(--blue);
    border-radius: 0;
    cursor: pointer;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 1.125rem;
}

.btn-primary {
    background-color: transparent;
    border: 1px solid var(--blue);
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #777;
        border-color: #777;
        box-shadow: none;
    }

.btn-secondary {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 1.125rem;
}

/* ------------------------------------------------------------------------ Images */
img {
    max-width: 100%;
    height: auto !important;
}

.img--float-left, .img--float-right {
    margin: .8rem auto !important;
    max-width: 100% ;
    float: none !important ;
    display: block;
    text-align: center;
}

@media (min-width: 576px) {
    .img--float-left {
        float: left !important;
        margin: .5rem 1.5rem .375rem 0 !important;
        max-width: 50%;
    }

    .img--float-right {
        float: right !important;
        margin: .5rem 0 .375rem 1.5rem !important;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .img--float-left,
    .img--float-right {
        max-width: 33%;
    }
}

/* ------------------------------------------------------------------------ Modal */

.modal {
	z-index: 10001;
}

.modal a {
	color: #fff;
	font-weight: bold;
}

.modal h2 {
	color: #fff;
}

.modal-content {
	background-color: #d9534f;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 1.15rem;
}

.modal-body {
	padding: 2em;
}

.modal-body .close {
	color:#fff;
}

.modal-body .close:hover {
	color:#ddd;
}

/* ------------------------------------------------------------------------ SVG's */

svg {
    width: 1rem;
    height: 1rem;
}

/* ------------------------------------------------------------------------ Icons */

.card-group__icon {
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--green);
    border-radius: 100%;
    padding: 1.2rem 1.2rem;
    background-size: 25px auto;
    display: inline-flex;
}



/* ------------------------------------------------------------------------ Horizontal Rules */
hr, .hr {
    margin: 1.5rem auto;
    border-top: 2px solid var(--grey-extra-light);
}

@media (min-width: 768px) {

    hr, .hr {
        margin: 2rem auto;
    }
}



/* =============================================================================================
	HEADER
============================================================================================= */

.print-header {
    display: none;
}

.logo {
    cursor:pointer;
    display: block;
}

.logo__img {
    position: absolute;
    top: 0;
    -webkit-box-shadow: 10px 10px 22px 5px rgba(146, 142, 142, 0.29);
    -moz-box-shadow: 10px 10px 22px 5px rgba(146, 142, 142, 0.29);
    box-shadow: 10px 10px 22px 5px rgba(146, 142, 142, 0.29);
    transition: all .5s;
}

.header--fixed-top {
    transition: background-color .5s;
    background-color: var(--grey-light);
}

.header__content {
    margin-top: 0.75rem;
}


@media (min-width: 768px) {
    .logo__error-page {
        margin: 1.5rem auto 2.5rem auto;
        float: none;
    }
}

@media (max-width: 992px) {
    .logo__img {
        max-width: 9rem;
        width: 100%;
        transition: all .5s;
        position: relative;
    }

    .navbar-toggler {
        top: 3.5rem;
        right: 0.9rem;
        position: absolute;
        z-index: 9999999999;
    }
}

@media (min-width: 992px) {
    .header--scroll {
        border-bottom: 2px solid var(--grey-light);
    }
    .header__content {
        margin-top: 0;
        margin-left: 1.5em;
    }
    .header--fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1040;
        background-color: var(--grey-light);
        transition: all 0.5s;
        border-bottom: 1px solid #ddd;
    }
    .header--scroll .logo__img {
        max-width: 12rem;
    }
}

@media (min-width: 1200px) {
    .header__content {
        margin-left: 2em;
    }
}

/* ------------------------------------------------------------------------ TopLinks */
.back-to-top, .back-to-top:hover {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
    padding: 5px 10px 6px 5px;
}

.top-links {
    padding-bottom: 0.5rem;
}

.top-links__link {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0 0.5rem;
    color: #444;
}

    .top-links__link:hover {
        text-decoration: underline;
        color: #777;
    }

@media (min-width: 768px) {
    .top-links__link {
        font-size: 0.9375rem;
    }
}

@media (min-width: 992px) {
    .top-links {
        padding: 0;
    }

    .top-links__link:last-child {
        padding-right: 0;
    }
}
/* ------------------------------------------------------------------------ Seach Area */

.form-group input.form-control {
   /* position: absolute;*/
    top: 0;
    right: 0;
    outline: none;
    width: 100%;
    height: 60px;
    margin: 0;
    z-index: 10;
}
input[type=search] {
    background: url(/images/search-icon.png) no-repeat 9px center;
    border: 0;
    padding: 6px 0;
    width: 36px;
    background-size: 1.2em;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    margin-left:1em;
    cursor:pointer;
}
@media (min-width: 992px) {
    input[type=search]:focus {
        width: 200px !important;
        padding-left: 36px !important;
    }
}
input[type=search]:focus {
    width: 80px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    border: solid 2px #ddd;
}

#search-push input[type=search] {
	width: 32px;
	color: transparent;
	cursor: pointer;
	position: relative;
	top: 0;
}

#search-push input[type=search]:hover {
	background-color: #fff;
}
#search-push input[type=search]:focus {
	width: 100px;
	padding-left: 36px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#search-push input:-moz-placeholder {
	color: transparent;
}
#search-push input::-webkit-input-placeholder {
	color: transparent;
}

.results-info {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
}
.OutputTitle {
    text-transform: capitalize;
}
.SearchResults {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-bottom: 2px solid var(--grey-light);
}
.OutputUrl {
    font-size: 1rem;
    font-style: italic;
}
.pagination {
    margin-top: 3rem;
}
.OutputCurrentPageLink {
    background-color: var(--green);
    border-color: var(--white);
    font-weight: bold;
    color: var(--white);
    padding: 0.01rem 0.5rem;
}
.OutputPageLink {
    padding: 0 0.5rem;
    color: var(--grey-medium);
}
.OutputPageLink:hover {
    background-color: var(--grey-light);
    border-color: var(--white);
    color: var(--green);
}
/* ------------------------------------------------------------------------ Navbar Nav */
.navbar-nav .nav-link {
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    font-weight: normal;
    color: var(--grey-medium);
    padding: .625rem 0;
    border-bottom: 0;
}

.navbar-nav .nav-item {
    font-size: 1.2em;
    background-image: none;
    padding: 0;
}
.navbar-nav .dropdown-menu .nav-item {
    font-size: 0.8em;
}
    .navbar-nav .nav-item.active > .nav-link  {
        color: var(--green);
    }

    .navbar-nav .nav-item.active:hover .nav-link, .navbar-nav .nav-link:hover {
        opacity: 0.9;
    }

.navbar-nav .dropdown-menu {
    border: 0;
    padding-top: 0;
    background-color: #eee;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

    .navbar-nav .dropdown-menu li.active > .dropdown-item {
        color: var(--green);
        font-weight: 700;
    }

.navbar-nav .dropdown-item {
    border-bottom: 1px solid #fff;
    padding: .5rem 1.25rem;
}

.navbar-nav li:last-child > .dropdown-item {
    border-bottom: none;
}

.navbar-nav li {
    padding: 0;
    background-image: none;
}

.navbar-nav .dropdown-item:hover {
    background-color: rgba(0,0,0,.1);
}

.navbar-nav .dropdown-item:active {
    color: #444;
}

.navbar-nav .dropdown-item:focus {
    background-color: #eee;
}

.navbar-nav .dropdown-menu .dropdown-menu {
    background-color: #ddd;
}

.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: 0;
}


.navbar-nav .dropdown-item .dropdown-item {
    background-color: inherit;
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: none;
    border: 0;
}

.navbar-nav.sm-collapsible .sub-arrow {
    border: none;
    width: 2rem;
    margin-right: 0;
}

.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    border: none;
    width: .625rem;
    height: .625rem;
    background-image: url(../../images/arrow-right-gray.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .625rem .625rem;
}

.dropdown-toggle::after {
    display: none
}
@media (min-width: 1199px) {
    .navbar-nav .nav-link {
        padding: .5rem 0 !important;
        margin-right: 1.5rem;
        font-size: 1.25rem;
        border-bottom: 0;
    }
}
@media (min-width: 992px) (max-device-width: 1199px) {
    .navbar-nav .nav-link {
        padding: .5rem 0 !important;
        margin-right: 1.5rem;
        font-size: 1.05rem;
        border-bottom: 0;
    }
}
    @media (min-width: 992px) {
        .navbar-nav .dropdown-menu .dropdown-menu {
            margin-top: -37px !important;
        }
        .nav.navbar-nav {
            border-top: 2px solid var(--grey-extra-light);
            margin-top: 15px;
            padding-bottom: 0.7rem !important;
        }

        #navbarNavDropdown.navbar-collapse {
            display: block !important;
        }

        .navbar {
            margin-top: 0;
            transition: all 0.25s;
            -ms-transition: all 0.25s;
        }

        .navbar-nav .nav-item.active .nav-link {
            position: relative;
        }

        .navbar-nav .nav-item:last-child .nav-link {
            margin-right: 0;
        }

        .navbar-nav .dropdown-menu {
            padding: 0;
            min-width: 15rem !important;
        }
    }

    @media (min-width: 1200px) {
        .navbar-nav .nav-link {
            margin-right: 3.4375rem;
        }
    }
    /* ------------------------------------------------------------------------ Social media Icons */
.navbar__socialmedia {
    min-height:37px;
    flex-direction: row;
    display: flex;
    margin-top: 1.5625rem;
    margin-bottom: 0;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.25s;
    -ms-transition: all 0.25s;
}

    .header--scroll .navbar__socialmedia {
        margin-top: 5px;
        margin-bottom: 0;

    }

    .navbar__socialmedia li {
        list-style: none;
        background: none;
    }

    .fa {
        font-size: 20px !important;
        padding: 5px 8px;
        width: 32px;
        text-align: center;
        text-decoration: none;
    }

    .fa-facebook {
        background: #3B5998;
        color: var(--white);
    }

    .fa-twitter {
        background: #55ACEE;
        color: var(--white);
    }
    /* ------------------------------------------------------------------------ Navbar Toggler */
    .navbar-toggler {
        padding: 0 0 0 1rem;
        border: none;
        cursor: pointer;
    }

    .navbar-toggler-icon {
        background-image: url(../../images/menu-icon.svg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url(../../images/menu-icon-open.svg);
    }

    @media (min-width: 992px) {
        .navbar-toggler {
            display: none;
        }
    }


    /* =============================================================================================
	MAIN CONTENT AREA
============================================================================================= */

    b, strong {
        font-weight: 700;
    }

    main p,
    main li,
    label,
    table {
        font-weight: lighter;
        color: var(--grey-medium);
    }

    @media (min-width: 992px) {
        #content {
            margin-top: 65px;
        }

        .aside {
            padding-left: 1rem
        }

        .main--full-width {
            width: 100%;
            padding-left: 0;
        }

        main p, ul {
            margin-bottom: 1.5rem;
        }

        main p,
        main li,
        label,
        table {
            font-size: 1.125rem;
        }
    }


    /* ------------------------------------------------------------------------ Sidenav */
    .sidenav {
        background-color: #eee;
    }
.sidenav__list-container > .sidnav__list > .sidenav__item {
    border-bottom: solid 1px #fff;
}
.sidenav.sticky-top {
    top: 150px; /*This will change depending on the height of the header*/
}

    .sidenav__header-link {
        color: #fff;
        font-weight: normal;
        transition: all 0.25s;
    }

        .sidenav__header-link:hover {
            color: #ffffffa8;
            text-decoration: none;
        }

    .sidenav__list {
        list-style: none;
    }

    .sidenav__item {
        line-height: 1.4;
        padding: 0;
        background-image: none;
    }

.sidenav__list-container > .sidenav__list > .sidenav__item:nth-child(odd) {
    background: var(--grey-light);
}
.sidenav__list-container > .sidenav__list > .sidenav__item:nth-child(even) {
    background: var(--grey-medium-dark);
}

        .sidenav__item.active > .sidenav__link {
            color: var(--green);
            font-weight: 700;
        }

    .sidenav__header {
        padding: .6rem 1.75rem;
        background-color: var(--green);
        font-family: 'Lexend Deca', sans-serif;
        font-size: 1.75rem;
        font-weight: normal;
    }

    .sidenav__link {
        display: block;
        font-size: 1rem;
        padding: 1.13rem 1.8rem;
        color: var(--grey-medium);
        font-weight: 400;
    }

        .sidenav__link:hover {
            background-color: rgba(0,0,0,.1);
            color: #444;
            text-decoration: none;
        }

.sidenav__sub-list {
    background-color: var(--grey-light);
    border-top: 2px solid #dadada;
    border-bottom: 2px solid #dadada;
    margin: 0;
    padding: 0.5rem 0 0.5rem;
}
.sidenav__sub-list > li.active > a.sidenav__link:after {
        content: "";
        background: url(../../images/arrow-right-green.png) no-repeat;
        width: 15px;
        height: 15px;
        right: 10px;
        margin-top: 7px;
        position: absolute;       
}
.sidenav__sub-list > li > a.sidenav__item--sub:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
}
.sidenav__sub-list .sidenav__link {
    padding: 0.2rem 0.5rem 0.2rem 3rem;
}
.sidenav__sub-sub-list {
    padding: 0 0.5rem 0.1rem 1rem;
    margin-top: 0;
}
.sidenav {
    display: none;
}
.sidenav-toggler {
        background-color: var(--green);
        border: 0;
        color: var(--white);
        font-size: 1.1rem;
    }

    @media (min-width: 992px) {

        .sidenav {
            display: block;
        }

        .sidenav-toggler {
            display: none;
        }
    }

    @media (max-width: 992px) {
        .sidenav__link, .sidenav__header {
            padding: 0.5rem 0.5rem;
            font-size: 0.9rem;
        }
        .navbar__socialmedia li {
            padding: 0 0 0.25rem 0.5rem;
        }
        input[type=search] {
            padding-left:0;
        }
        .navbar__socialmedia {
            position: absolute;
            right: 0;
            top: -115px;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        .sidenav.sticky-top {
            position: static; /*disable on smaller screens*/
        }
    }

    /* ------------------------------------------------------------------------ Sections */
    .section {
        padding: 2rem 0;
    }

    .section--grey {
        background-color: #eee;
    }

    .section--darkgrey {
        background-color: #ddd;
    }

    @media (min-width: 992px) {
        .section.section--content {
            padding: 5.3rem 0;
        }

        .section {
            padding: 3rem 0;
        }
    }


    /* ------------------------------------------------------------------------ Jumbotron/banner */
.jumbotron {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 0;
        margin-bottom: 0;
        height: 100%;
        background-color: var(--grey-light);
        min-height: 15rem;
    }
.jumbotron--home .col-md-8, .jumbotron--inside .col-md-8 {
    margin: 0 auto;
}

.jumbotron.jumbotron--news {
    background-color: var(--grey-light);
}
.jumbotron.jumbotron--notes {
            background-color: var(--white);
}
.jumbotron__caption {
        height: 100%;
        color: var(--white);
        padding: 1.5rem;
}
.jumbotron__header, .lexend {
        font-family: 'Lexend Deca', sans-serif;
    }

    .jumbotron__image {
        height: 100%;
        background-size: cover;
    }

    .jumbotron__list li {
        padding-bottom: 30px;
    }

    .jumbotron__list a {
        font-weight: 300;
        font-size: 1.125rem;
        color: var(--grey-medium);
    }

    .jumbotron__righthalf {
        margin-right: 0;
        margin-left: auto;
    }

    .jumbotron__lefthalf {
        margin-right: auto;
        margin-left: 0;
    }

	.jumbotron__caption sup {
		top: -1.26em;
		left: 0.2em;
	}

	.jumbotron__cta__heading {
		font-size: 2.5rem;
	}

		.jumbotron__caption .h2 {
			font-size: 1.25rem;
		}

    @media (min-width: 768px) {
        .jumbotron__lefthalf,
        .jumbotron__righthalf {
            width: 100%;
        }

        .jumbotron--home .jumbotron__caption {
            padding: 3rem 2.5rem 3rem 2.5rem
        }

        .jumbotron--notes .jumbotron__caption {
            padding: 3rem 2.5rem 3rem 1rem;
        }
    }

    @media (min-width: 576px) {
        .jumbotron--home, jumbotron--inside {
            height: 22rem;
        }
    }

    @media (min-width: 992px) {
        .jumbotron--inside .jumbotron__caption {
            height: 100%;
            padding: 0 0 3.5rem 0;
        }

        .jumbotron__lefthalf,
        .jumbotron__righthalf {
            width: 485px;
        }

        .jumbotron--notes .jumbotron__caption {
            padding: 3rem 2.5rem 3rem 0;
        }

        .jumbotron--home .jumbotron__caption h1 {
            text-transform: none;
            padding-bottom: 0.4rem;
            padding-left: 1.2rem;
            font-weight: 300;
            color: var(--white);
            font-family: 'Lato', Arial, Helvetica, sans-serif;
            font-size: 2.8125rem;
        }

        .jumbotron {
            min-height: 30rem;
        }

            .jumbotron.jumbotron--inside {
                min-height: 20rem;
            }
			
		.jumbotron__cta__heading {
			font-size: 3.5rem;
		}
		
		.jumbotron__caption .h2 {
			font-size: 2rem;
		}
		
    }

    @media (min-width: 1200px) {
        .jumbotron__lefthalf,
        .jumbotron__righthalf {
            width: 553px;
        }

        .jumbotron--home .jumbotron__caption h1, .jumbotron--inside h1 {
            font-size: 3.75rem;
            line-height: 4.5rem;
        }

        .jumbotron.jumbotron--home {
            min-height: 40rem;
            height: 44.5rem;
        }

        .jumbotron.jumbotron--inside {
            min-height: 25.7rem;
        }

        .jumbotron--news, .jumbotron--notes {
            height: 100%;
            overflow: hidden;
            align-items: center;
            justify-content: center;
            min-height:auto;
        }
    }

    @media (min-width: 576px) {
        .jumbotron__caption {
            padding: 2.5rem 0 2.5rem 4rem;
        }
        .jumbotron--inside .jumbotron__caption {
            padding: 2.5rem 0 2.5rem 0rem;
        }
    }

    /* ------------------------------------------------------------------------ Callouts */
    .section--callout {
        background: url(../../images/callout-bk.jpg) no-repeat;
        background-size: cover;
    }

    .callout__caption {
        position: absolute;
        left: 50%;
        top: 65%;
        transform: translate(-50%,-50%);
        color: #FFF;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 0 2.5rem;
        line-height: 50px;
    }
.callout-group .col-sm-6:nth-child(2) .callout__caption {
    top:61%;
}
.callout-group {
    padding-top: .5rem;
}

    .callout__get {
        color: var(--white);
        font-size: 2.5rem;
        font-weight: 300;
    }

    .callout__info {
        color: var(--green);
        font-size: 2.5rem;
    }

    .callout__text {
        color: var(--white);
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 28px;
    }

.callout-group__callout {
    display: block;
    font-weight: 400;
    position: relative;
    color: inherit;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    .callout__image {
        height: 0;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.25s ease-in-out;
        width: 100%;
    }

    .callout__image {
        padding-bottom: 98%;
    }

    @media (min-width: 992px) and (max-width: 1200px) {
        .callout__caption {
            top: 65%;
        }
    }
@media (min-width: 992px) and (max-width: 1060px) {
    .callout-group .col-sm-6:nth-child(2) .callout__caption {
        top: 65%;
    }
}

    @media (max-width: 768px) {
        .callout__caption {
            padding: 0 2rem;
        }

        .callout__info, .callout__get {
            font-size: 2.1875rem;
        }

        .callout__text {
            font-size: 1.125rem;
            line-height: 22px;
        }

        .callout-group__callout {
            min-height: unset;
        }
    }

    .callout-group__callout:hover .callout__image,
    .callout-group__callout:hover .callout__overlay {
        transform: scale(1.03);
    }

    .callout-group__heading {
        margin-top: 1rem;
        font-weight: 700;
        text-align: center;
        transition: all 0.25s;
    }

    .callout-group__callout:hover .callout-group__heading {
        color: #777;
    }

    .callout-group__text {
        font-size: 1rem;
        text-align: center;
        color: #888;
    }

    .callout__overlay {
        transition: all 0.25s ease-in-out;
        position: absolute;
        width: 100%;
        left: 0;
        height: 100%;
        bottom: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
    }
.CF:before, .CF:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 992px) {
    .IconGrid li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 992px) {
    .IconGrid li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
    .IconGrid {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .IconGrid li {
            text-align: center;
 
            padding-left: 0;
            background: none;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            box-shadow: 0 0 2px rgba(0,0,0,0.45);
            -moz-box-shadow: 0 0 2px rgba(0,0,0,0.45);
            -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.45);
            transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-backface-visibility: hidden;
        }

            .IconGrid li.Last {
                margin-right: 0;
            }

            .IconGrid li:hover {
                opacity: 0.75;
            }

            .IconGrid li a {
                display: block;
                background: #FFF;
                text-decoration: none;
                padding: 16px 0 6px 0;
                min-height: 147px;
            }

        .IconGrid img {
            display: block;
            margin: 0 auto;
            width: 90px;
        }

        .IconGrid .Title {
            display: block;
            text-align: center;
            color: #0192ca;
            margin-top: 13px;
            font-weight: bold;
            font-size: 14px;
        }



    /* ------------------------------------------------------------------------ Home Events */
@media (min-width: 768px) {
    .event-group .d-flex > .event {
        width: 33.3%;
        flex: 1 1 auto;
    }
}
    .event-group a:hover {
        text-decoration: none;
    }

.event-date {
    min-width: 115px;
    border: 4px solid var(--blue);
    color: var(--blue);
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    margin-right: 15px;
    padding: 3px 14px;
    cursor: pointer;
    transition: all 0.25s;
}

    .event-title {
        font-weight: normal;
        margin-right: 5px;
        transition: all 0.25s;
    }

    .event-date__day {
        font-size: 3.625rem;
        font-weight: normal;
    }

    .event:hover .event-date {
        border: 4px solid var(--green);
        color: var(--green);
    }

    .event:hover .event-title {
        color: var(--green);
    }

    /* ------------------------------------------------------------------------ Events Calendar */
    #viewCalendar .fc-content-skeleton thead {
        background: var(--white);
        border-bottom: 0;
        border-top: 1px solid #ccc
    }

    .fc-day-grid-event .fc-content {
        white-space: unset;
        overflow: visible;
        background-color: #5FA439;
        color: #fff;
        padding: 2px 5px;
    }

    .fc-button-primary:disabled {
        color: #fff;
        background-color: #eeeeee;
        border-color: #eeeeee;
        color: #000;
    }

    .fc-unthemed td.fc-today, .fc-today {
        background: #caebf8;
    }

    .fc-button-primary, .fc-button-primary:hover {
        color: #fff;
        background-color: #007cb5;
        border-color: #007cb5;
    }

    .fc .fc-row .fc-content-skeleton td {
        border-color: #ddd;
    }

    .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
        float: right;
        color: var(--grey-header);
        font-weight: 300;
        font-size: 1rem;
    }

    .fc-list-item td {
        padding: 8px 25px !important;
    }

    .fc-unthemed .fc-list-heading td {
        background: #007cb5;
        color: #fff;
        background-color: var(--blue-dark);
        color: var(--white);
        font-size: 1.15rem;
        border: 0;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 400;
        border-bottom: 1px solid var(--white);
        padding: 10px;
    }

    .fc-header-title {
        padding-bottom: 15px;
        padding-top: 10px;
    }

    @media (max-width: 768px) {
        .fc-toolbar > * > :not(:first-child) {
            margin-left: 0;
            display: block;
            margin-top: 15px;
        }
        .fc-toolbar h2 {
            font-size: 1.25em;
        }
            .fc-button {
            padding: 0.4em 0.25em;
            font-size: 0.7em;
        }
    }
    /* ------------------------------------------------------------------------ Cards */
    .card {
        background-color: var(--grey-light);
        border: none;
    }

    .card-group .card {
        height: 100%;
    }

    .card, .card-header:first-child {
        border-radius: 0;
    }

        .card:hover {
            text-decoration: none;
        }

    .card__img {
        max-height: 188px;
        min-height: 188px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .card__title {
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 400;
        line-height: 1.2;
        font-size: 1.125rem;
        color: var(--blue-medium);
    }


    /* ------------------------------------------------------------------------ Cards Facilities */
    @media (min-width: 992px) {
        .card--facilities .card__title {
            line-height: 1.8rem;
            padding-bottom: 1rem;
            font-size: 1.8rem;
        }
    }

    .card--facilities .card-body > div > :nth-child(2) {
        margin-left: auto !important;
    }

    .card--facilities .card-body {
        padding: 1.1rem 1.2rem;
    }

    .card--facilities .card__text {
        color: var(--green);
        font-weight: 600;
    }

    .card--facilities .card__list li, .card--facilities ul li {
        font-size: 1rem;
        flex: 1 0 50%;
    }

    .card__list, .card--facilities ul {
        display: flex;
        flex-wrap: wrap;
    }

    .card__subtitle {
        font-size: 1rem;
    }
    /* ------------------------------------------------------------------------ Newsletter Section */
    .section--newsletter {
        background: url(../../images/newsletter-bk.jpg) no-repeat;
        background-size: cover;
    }

        .section--newsletter h2 {
            font-family: 'Lato', Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 1.9rem;
            color: var(--white);
            line-height: 2rem;
            text-align: center;
            padding-bottom: 1rem;
        }

            .section--newsletter h2 .lexend {
                color: var(--white);
                line-height: 2rem;
                font-weight: 400;
                font-size: 2.3rem;
            }

        .section--newsletter .form-control {
            border-radius: 0;
            border-color: #ddd;
            height: auto;
            padding: 1rem 0.9rem;
        }

        .section--newsletter .btn-secondary {
            padding: 0.825rem 1rem;
        }

    @media (max-width: 992px) {
        .section--newsletter .btn-secondary {
            font-size: 1.25rem;
            padding: 0.525rem 1rem;
        }

        .form-group input.form-control {
            height: 48px;
        }

        .section--newsletter h2 .lexend {
            font-size: 2rem;
        }

        .section--newsletter h2 {
            font-size: 1.5rem;
        }
    }

    @media (min-width: 1200px) {
        .section--newsletter .form-control {
            padding: 1.2rem 8rem;
        }

        .section--newsletter .btn-secondary {
            padding: 0.825rem 2rem;
        }
    }

    @media (min-width: 992px) {
        .section--newsletter h2 .lexend {
            font-size: 3rem;
            line-height: 45px;
        }

        .section--newsletter h2 {
            font-size: 2.375rem;
            line-height: 2.8125rem;
            text-align: left;
        }

        .section--newsletter .form-control {
            padding: 1.2rem 9rem 1.2rem 1rem;
        }

        .section--newsletter__specialcol {
            padding-right: 0;
            margin-top: 18px;
        }

        .section--newsletter .btn-secondary {
            padding: 0.825rem 1rem;
        }
    }

    /* ------------------------------------------------------------------------ List Group */
    .list-group__link {
        display: block;
        font-weight: 400;
        transition: all 0.25s;
        padding: 1.0rem 1.25rem;
    }

        .list-group__link:hover {
            text-decoration: none;
            background-color: #f8f8f8;
        }

            .list-group__link:hover .list-group__heading {
                text-decoration: underline;
            }

    .list-group-item, .list-group-item:last-child {
        padding: 0;
        background-image: none;
    }

        .list-group-item.active {
            background-color: #666;
            border-color: #666;
        }

    /* ------------------------------------------------------------------------ Accordions */

    .accordion {
        background-color: #fff;
    }

        .accordion .card-body {
            padding: 1.8rem 2.2rem;
            font-weight: 400;
            line-height: 1.5;
        }

        .accordion .card .card-header, .accordion__card-header {
            background-color: var(--blue-dark);
            border: none;
        }

            .accordion .card .card-header button[aria-expanded="false"]:after, .accordion__icon:after {
                content: "+";
                position: absolute;
                color: var(--white);
                right: 1.5625rem;
                top: 0.3rem;
                font-weight: 400;
                font-size: 1.7rem;
                font-family: 'Lato', Arial, Helvetica, sans-serif;
            }

            .accordion .card .card-header button[aria-expanded="true"]:after, .accordion__card.active .accordion__icon:after {
                content: "-";
                position: absolute;
                color: var(--white);
                right: 1.5625rem;
                top: 0.1rem;
                font-weight: 400;
                font-size: 2rem;
                font-family: 'Lato', Arial, Helvetica, sans-serif;
            }

            .accordion .card .card-header:hover {
                background-color: var(--blue-medium);
            }

        .accordion .btn, .accordion__card-link, .accordion__card-link:hover {
            color: var(--white);
            font-family: 'Lexend Deca', sans-serif;
            font-size: 1.25rem;
            padding: 0;
            font-weight: 400;
        }

        .accordion .btn-link:hover, .accordion .btn-link:focus {
            text-decoration: none;
        }
    /* ------------------------------------------------------------------------ Water Restriction Notification */

    .Level1 {
        padding: 15px;
        background-color: #5ea338;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-weight: bold;
        font-size: 24px;
        color: #fff;
		line-height: 2.1;
    }

    .Level2 {
        padding: 15px;
        background-color: #ff6000;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-weight: bold;
        margin: 22px 0 33px 0;
        font-size: 24px;
        color: #fff;
    }

    .Level3 {
        padding: 15px;
        background-color: #D9002E;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-weight: bold;
        margin: 22px 0 33px 0;
        font: 34px 'Oswald', Arial, Helvetica, sans-serif;
        color: #fff;
    }

        .Level1 img, .Level2 img, .Level3 img {
            vertical-align: middle;
            margin-left: 25px;
        }

    /* ------------------------------------------------------------------------ Pagination */
    .page-item {
        font-size: 1rem;
        background-image: none;
        padding: 0;
    }

    .page-link {
        font-weight: 400;
        color: #666;
    }

    .page-item.active .page-link {
        background-color: #666;
        border-color: #666;
    }


    /* ------------------------------------------------------------------------ SiteMap */
    .SiteMap > ul > li.Group {
        background-image: none;
        margin: 0px;
    }

    .ColumnizeTwoCol {
        display: grid;
        grid-template-columns: 50% 50%;
        justify-content: space-between;
        grid-row-gap: 1em;
    }

    .column li.Group {
        background: url('../../images/ul-bullet.png') no-repeat left 8px;
    }

    .SiteMap h2 {
        padding: 5px 0 11px 0;
    }

    .SiteMap h3, .SiteMap h4, .SiteMap h5, .SiteMap h6, .SiteMap h7 {
        font-size: 1rem;
        padding: 5px 0 5px 0;
        color: var(--grey-medium);
        margin-bottom: 0;
    }

    .SiteMap h3 {
        font-weight: bold;
    }

    .SiteMap ul {
        margin: 0px;
    }

    .SiteMap a {
        color: var(--grey-medium);
        text-decoration: none;
    }

        .SiteMap a:hover {
            text-decoration: underline;
        }

            .SiteMap a:hover h2 {
                text-decoration: underline;
            }



    /* ------------------------------------------------------------------------ Tables */

    .table {
        background-color: #fff;
    }

    thead, th {
        background-color: var(--blue-dark);
        color: var(--white);
        font-size: 1.25rem;
        border: 0;
        font-family: 'Lexend Deca', sans-serif;
        font-weight: 400;
        border-bottom: 1px solid var(--white);
    }

        thead a {
            color: #fff;
            font-weight: normal;
        }

    .table thead th {
        border-bottom: 1px solid var(--white);
        font-weight: 400;
    }

    .table .thead-dark th {
        background-color: var(--blue-dark);
        border: none;
    }

    .table td, .table th {
        border-top: 0;
        padding: 0.85rem 1.2rem;
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: var(--grey-light);
    }

    .table.table--top td {
        vertical-align: top;
    }

    .table td {
        vertical-align: middle;
        color: var(--grey-medium);
        font-size: 1rem;
        font-weight: 400;
        padding: 1.1rem 1.2rem;
    }

    .table-md td, .table-md th {
        padding: .5rem;
    }

    .table .custom-control {
        margin: 0;
        padding-left: 1.5rem;
    }

    table thead p {
        color: #fff;
    }

    table p {
        margin-bottom: 0;
        font-size: 1rem;
    }
    /* ------------------------------------------------------------------------  News */
    .article--news div {
        padding: 1em;
        background: #fafafa;
        margin-bottom: 0.5em;
        border: solid 1px #f0f0f0;
        border-left: 3px solid var(--green);
        display: flex;
    }

    .article--news span {
        margin-right: 1em;
        font-style: italic;
        font-size: 0.85em;
        color: #999;
    }
    /* ------------------------------------------------------------------------  Image Galleries */
    .container {
        max-width: 1200px;
    }

    .gallery .col-lg-4 {
        margin-bottom: 2em;
    }

    a.gallery__img__block__nodesc {
        font-weight: normal;
        background: #333;
    }

    .gallery__img__block__nodesc {
        display: block;
        position: relative;
        color: inherit;
        cursor: pointer;
        height: 100%;
    }

    a.gallery__img__block__nodesc:hover {
        text-decoration: none;
        transform: scale(1.02);
    }

    .gallery__img {
        height: 0;
        width: 100%;
        padding-bottom: 10em;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.25s ease-in-out;
        background-position: center center;
    }
    /* ------------------------------------------------------------------------  Council Members */
    .member--wrap .member {
        border-bottom: 2px solid #ccc;
        margin-bottom: 2rem;
    }

        .member--wrap .member:last-child {
            border-bottom: none;
        }

    @media (min-width: 700px) and (max-width: 992px) {
        .member--wrap {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .member--wrap .member {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }
    }

    @media (max-width:700px) {
        .member--wrap {
            text-align: center;
        }
    }
    /* ------------------------------------------------------------------------  Forms */
    legend {
        font-size: 1.25rem;
    }

    .required-input {
        color: #e7004c !important;
        font-size: 0.875rem;
        font-weight: bold;
    }

    .form-text {
        font-style: italic;
        font-size: 80%;
        font-weight: 400;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: rgba(0, 0, 0, 0.5);
    }

    select.form-control:not([size]):not([multiple]) {
        height: calc(2.5rem + 2px);
    }

    .form-control-file {
        cursor: pointer;
    }

    /*custom radio and checkbox*/
    .custom-control {
        padding-left: 1.75rem;
        margin-bottom: 0;
        cursor: pointer;
    }

    .custom-control-description {
        font-weight: 400;
    }

    .custom-control-indicator {
        top: .375rem;
        width: 1.125rem;
        height: 1.125rem;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        border-radius: 2px;
    }

    .custom-control-input:checked ~ .custom-control-indicator {
        background-color: #666;
        border-color: #666;
    }

    .custom-control-input:focus ~ .custom-control-indicator {
        box-shadow: none;
        border-color: #000;
    }

    input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 30px white inset;
    }


    /* =============================================================================================
	FOOTER
============================================================================================= */
    .print-footer {
        display: none;
    }

    .footer {
        padding: 2rem 0;
        color: var(--grey-white);
    }

        .footer a, .footer p {
            color: var(--white);
            font-weight: 300;
        }

    @media (min-width: 992px) {
        .footer a, .footer p {
            font-size: 1.125rem;
        }
    }

    .footer a:hover {
        color: #ccc;
    }

    .footer h3 {
        font-family: 'Lexend Deca', sans-serif;
        font-weight: normal;
        color: var(--grey-light);
        font-size: 1.125rem;
        margin-bottom: 0.2rem;
    }

    .footer__rkd {
        display: inline-block;
        width: 5.625rem;
    }

    .footer__copyright {
        margin-bottom: 0;
        font-size: 0.875rem;
        color: rgba(255,255,255,0.5);
        color: rgba(0,0,0,0.75);
    }

    .footer a.footer__link {
        margin-right: 8px;
        font-weight: normal;
    }

    .footer__link:before {
        content: "|";
        margin-right: 5px;
    }

    .footer__links {
        margin-left: 10px;
    }

    .footer__icon {
        display: inline-block;
        width: 2.125rem;
        height: 2.125rem;
        margin: 0 .5rem 0 0;
        background-repeat: no-repeat;
        background-position: center center;
        border: 1px solid #ddd;
        border-radius: 50%;
        background-size: 1.5rem 1.5rem;
    }

        .footer__icon:hover {
            background-color: #eee;
        }

    .footer__icon--twitter {
        background-image: url(../../images/twitter.svg);
    }

    .footer__icon--facebook {
        background-image: url(../../images/facebook.svg);
    }

    .footer__icon--youtube {
        background-image: url(../../images/youtube.svg);
    }

    .footer__icon--instagram {
        background-image: url(../../images/instagram.svg);
    }

    .footer__icon--linkedin {
        background-image: url(../../images/linkedin.svg);
    }

    .footer__divider {
        border-top: 2px solid #878787;
    }

    .footer {
        background-color: var(--grey-dark);
        width: 100%;
        padding: 65px 0;
    }

    .footer__list li {
        background: url(../../images/arrow-right-green.png) no-repeat left 0.625rem;
    }
