@import url("https://use.typekit.net/glq1cdr.css");

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
}

h1 {
    font-family: marvin, sans-serif;
    font-weight: 900;
    font-size: 40px;
    color: #CE4A9B;
    letter-spacing: 0.01em;
    line-height: 1.4;
    text-align: center;
    margin: 100px 0 30px;
}

h2 {
    font-family: marvin, sans-serif;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #08A88B;
    margin: 0 0 30px;
}

h3 {
    font-family: marvin, sans-serif;
    font-weight: 900;
    font-size: 30px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #5C2D88;
    margin: 0 0 20px;
}

h4 {
    font-family: marvin, sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #5C2D88;
    margin: 0;
}

p { margin: 0 0 20px; }

a {
    color: #000;
    transition: all ease-in-out 0.2s;
}

a:active, a:hover { color: #08A88B; }

img { max-width: 100%; }

hr {
    margin: 0 auto 50px;
    height: 4px;
    border: none;
    background: #e8e8e8;
    width: 70%;
}

button.btn-primary {
    border: 2px solid #5C2D88;
    background: #5C2D88;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 30px;
    transition: background ease-in-out 0.2s;
}

button.btn-primary:active,
button.btn-primary:hover {
    background: transparent;
    color: #5C2D88;
}

.home__hero h1 {
    width: 0;
    height: 0;
    display: none;
    color: transparent;
}

body.frontpage .header .nav-link {
    color: #000;
    letter-spacing: 0.1em;
    margin: 25px 30px;
    font-size: 16px;
}

body.frontpage .header .nav-link--active,
body.frontpage .header .nav-link:hover {
    border-bottom-color: #000;
}

.section { padding: 0; }

/* ---------- HEADER ---------- */

.header {
    position: sticky;
    top: 0;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFF;
}

.header--fixed { box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.logo { padding-left: 0; }

nav.top-nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

nav.top-nav>ul>li { display: inline-block; }

nav.top-nav ul li a { text-decoration: none; }
nav.top-nav ul li a:hover { color: #000; }

.nav-link--home { margin-right: 0; }

.nav-link.nav-link--button {
    border: 2px solid #5C2D88 !important;
    background: #5C2D88;
    border-radius: 5px;
    padding: 3px 25px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.nav-link.nav-link--button a { color: #FFF; }

.nav-link.nav-link--button:hover {
    background: transparent;
    color: #5C2D88 !important;
}

.nav-link.nav-link--button:hover a { color: #5C2D88; }

.header:not(.header--fixed) .logo-image {
    opacity: 0;
    transition: all ease-in-out 0.2s;
}

.nav-link--home .logo-image {
    height: 200px;
    width: 200px;
    max-height: 80px;
    max-width: 80px;
    margin: 0 30px;
    padding: 0;
    opacity: 1;
    transition: opacity ease-in-out 0.2s;
}

.nav-link--dropdown > p { margin-bottom: 0; }

.submenu {
    position: absolute;
    display: none;
    background: #FFF;
    padding: 20px 0;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    left: 0;
    border: 1px solid #DDD;
    margin-top: 2px;
    list-style: none;
    transition: all ease-in-out 0.2s;
}

.nav-link--dropdown:hover .submenu {
    display: grid;
}

.submenu>li { padding: 0 10px; }

.submenu>li:not(:last-child) { border-right: 1px solid #EEE; }

.submenu>li>p {
    font-family: 'marvin', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #5C2D88;
    margin-bottom: 10px;
}

.submenu--offices {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
    border-top: 2px solid #FFCE07;
    padding-top: 10px;
}

.submenu--offices li {
    padding: 5px 0;
    font-size: 14px;
    text-transform: initial;
    letter-spacing: 0.03em;
    font-weight: 500;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    color: #000;
}

.submenu--offices a:hover { color: #08A88B !important; }

body.frontpage .header:not(.header--fixed) .hamburger span, body.frontpage .header:not(.header--fixed) .hamburger span:after, body.frontpage .header:not(.header--fixed) .hamburger span:before {
    background-color: #000;
}

/* ---------- MOBILE NAVIGATION ---------- */

.mobile-nav {
    background-color: #FFF;
    align-items: flex-start;
    top: 100px;
}

.mobile-nav .top-nav { width: 100vw; }

.mobile-nav .top-nav .nav-link {
    margin: 20px 50px;
    display: block;
}

.mobile-nav ul {
    height: 0;
    margin: 0;
}

.mobile-nav--open ul {
    height: initial;
    margin: initial;
    
}

.mobile-nav .submenu > li { border: none; }

.header.header--hide .logo-image { opacity: 1; }

/* ---------- FOOTER ---------- */

footer {
    background-color: #0C653A;
    color: #FFF;
}

footer hr {
    margin-top: 20px;
    margin-bottom: 30px;
    border: none;
    background: #FBCE20;
    height: 1px;
    width: 50%;
}

.footer--social a {
    text-decoration: none;
    font-weight: bold;
    transition: all ease-in-out 0.2s;
    color: #FFF;
}

.footer--social a:hover { color: #FBCE20; }

.footer--legal {
    font-size: 12px;
    margin-bottom: 10px;
}

.footer--copyright {
    font-size: 12px;
    opacity: 0.6;
}

.footer--copyright a { color: #FFF; }

/*---------- HERO ---------- */

.section--hero-img {
    height: 50vh;
    min-height: 450px;
    border-top: 30px solid #08A88B;
    position: relative;
}

.section--hero-img .logo-image {
    max-width: 500px;
    max-height: 500px;
    margin: 0;
    position: absolute;
    top: -20px;
    left: 15%;
}

/*---------- HOME PAGE ---------- */

.section--home-intro .container {
    width: 800px;
    max-width: 100%;
}

.section--home-about h2 { color: #EE3342; }

.section--home-partners .col-md-3 { padding: 0; }

.section--home-partners h2 { color: #CE4A9B; }

.section--home-partners ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.section--home-partners ul li {
    font-weight: 700;
    color: #5c2d88;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hospital-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    justify-items: center;
    text-align: center;
}
    
.hospital-logos h2 { grid-column: 1 / 4; }

.hospital-logos img { max-height: 150px; }

.hospital-logos p {
    list-style: none;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #5C2D88;
    line-height: 1.3;
}



/*---------- LIST OF OFFICES ---------- */

/*.offices-list { margin: 0 100px 100px; }*/

/*.offices-list h2 {*/
/*    font-size: 30px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.offices-list ul {*/
/*    list-style: none;*/
/*    margin: 0 0 50px;*/
/*    padding: 0;*/
/*}*/

/*.offices-list ul li {*/
/*    margin-bottom: 15px;*/
/*    line-height: 1.2;*/
/*}*/

/*.offices-list ul li a {*/
/*    text-decoration: none;*/
/*    font-weight: bold;*/
/*}*/

/* ---------- DONATIONS ---------- */

.donation--link { text-decoration: none; }

.donation--image {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.donation--title {
    margin-bottom: 10px;
    transition: all ease-in-out 0.2s;
}

.donation--link:active .donation--title,
.donation--link:hover .donation--title { color: #08A88B; }

/* ---------- BOARD OF DIRECTORS ---------- */

.employee-grid {
    margin: 0 100px 100px;
}

.employee-grid__item {
    flex: 1 1 20%;
    /*max-width: 20%;*/
    padding: 0;
}

.employee-grid__item__image {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    border: 6px solid #FFCE07;
}

.employee-grid__item__name {
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #5C2D88;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.employee-grid__item__title {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: normal;
}

.employee-grid__item__info {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    color: #999;
}

/* ---------- CONTACT ---------- */

.contact-info { margin-bottom: 100px; }

.contact-info p { line-height: 1.7; }

.contact-info--photo {
    height: 200px;
    width: 200px;
    float: right;
    border-radius: 50%;
    border: 6px solid #FFCE07;
    background-size: cover;
    background-position: center;
}

.contact-info--name { margin-bottom: 0; }

.contact-info--title {
    font-size: 20px;
    font-weight: bold;
}

/**umb_name:Heading 2*/
h2 {
}

/**umb_name:Heading 3*/
h3 {
}

/**umb_name:Paragraph*/
p {
}
