
 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


::-moz-selection {
    background: #018890;
    text-shadow: none;
}

::selection {
    background: #018890;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */
















 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/* =========================================================
   HOME DIRECTOR MESSAGE
========================================================= */

.home-director-message {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.home-director-message::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(1, 136, 144, 0.2);
    border-radius: 50%;
    top: -250px;
    right: -180px;
}

.home-director-message::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    bottom: -180px;
    left: -120px;
}

.home-director-message .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.home-director-message-heading {
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}

.home-director-message-heading span {
    display: inline-block;
    margin-bottom: 12px;
    color: #018890;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-director-message-heading h2 {
    margin: 0 0 15px;
    color: #00265b;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}



.home-director-message-heading p {
    margin: 0;
   
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   CARD
========================================================= */

.home-director-message-card {
    position: relative;
    height: 100%;
    padding: 40px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.35s ease;
}

.home-director-message-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}


/* =========================================================
   NUMBER
========================================================= */

.home-director-message-number {
    position: absolute;
    top: 20px;
    right: 25px;
    color: rgba(0, 38, 91, 0.06);
    font-size: 65px;
    line-height: 1;
    font-weight: 800;
}


/* =========================================================
   DIRECTOR AUTHOR
========================================================= */

.home-director-message-author {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.home-director-message-author-icon {
    width: 65px;
    height: 65px;
    min-width: 65px;
    margin-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #018890;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.home-director-message-author-info h3 {
    margin: 0 0 4px;
    color: #00265b;
    font-size: 23px;
    font-weight: 700;
}

.home-director-message-author-info span {
    display: block;
    margin-bottom: 3px;
    color: #018890;
    font-size: 18px;
    font-weight: 700;
}

.home-director-message-author-info small {
    display: block;
    color: #89949d;
    font-size: 12px;
}


/* =========================================================
   DIVIDER
========================================================= */

.home-director-message-divider {
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background: #e8edf0;
}


/* =========================================================
   MESSAGE
========================================================= */

.home-director-message-content {
    position: relative;
}

.home-director-message-quote {
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef8f8;
    color: #018890;
    font-size: 16px;
}

.home-director-message-content p {
    margin: 0 0 15px;
    color: #5c6872;
    font-size: 14px;
    line-height: 1.9;
}

.home-director-message-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   DIRECTOR QUOTE
========================================================= */

.home-director-message-tagline {
    margin-top: 28px;
    padding: 18px 20px;
    background: #00265b;
    color: #ffffff;
    border-left: 4px solid #018890;
    font-size: 14px;
    line-height: 1.7;
    font-style: italic;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .home-director-message {
        padding: 80px 0;
    }

    .home-director-message-heading h2 {
        font-size: 36px;
    }

    .home-director-message-card {
        padding: 32px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .home-director-message {
        padding: 65px 0;
    }

    .home-director-message-heading {
        margin-bottom: 35px;
    }

    .home-director-message-heading h2 {
        font-size: 30px;
    }

    .home-director-message-heading p {
        font-size: 14px;
    }

    .home-director-message-card {
        padding: 28px 24px;
        margin-bottom: 25px;
    }

    .home-director-message-author-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        margin-right: 14px;
    }

    .home-director-message-author-info h3 {
        font-size: 17px;
    }

    .home-director-message-content p {
        font-size: 13px;
        line-height: 1.8;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .home-director-message-heading h2 {
        font-size: 27px;
    }

    .home-director-message-card {
        padding: 25px 20px;
    }

    .home-director-message-author-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }

    .home-director-message-author-info h3 {
        font-size: 15px;
    }

    .home-director-message-tagline {
        font-size: 13px;
    }
}