﻿/* Google Fonts Import */

/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Roboto+Slab:400,700');
*/

/* Font definitions */

@font-face {
    font-family: 'Open Sans';
    src: url("/Style Library/epcc/fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: 'Open Sans';
    src: url("/Style Library/epcc/fonts/OpenSans-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/Style Library/epcc/fonts/OpenSans-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url("/Style Library/epcc/fonts/RobotoSlab-Regular.ttf");
}

@font-face {
    font-family: 'Roboto Slab';
    src: url("/Style Library/epcc/fonts/RobotoSlab-Bold.ttf");
    font-weight: bold;
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    margin: 0;
    overflow: auto;
    font-family: 'Open Sans', sans-serif;
    background-color: #257c7d;
    /*background-color: #fff;*/
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling issues on iOS phones */
}

video {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.ms-core-listMenu-verticalBox>.ms-core-listMenu-root>li>.ms-core-listMenu-item,
.ms-core-listMenu-verticalBox>.ms-core-listMenu-root>li>.ms-core-listMenuEdit,
.ms-core-listMenu-heading,
.ms-tv-header {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
.ms-h3,
.ms-h4 {
    font-family: 'Roboto Slab', serif;
    color: #258184;
}

#page-wrapper {
    position: relative;
    /* transform: translateY(0px);  /* Keeps Navigation visible when SP Ribbon is displayed */
}

.ribbon-toggle {
    position: absolute;
    left: 50%;
    z-index: 5;
    font-size: 1.5em;
    color: #fff;
    padding: .25em;
    margin-left: -1em;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background .2s;
}

.ribbon-toggle:hover {
    background: #7d276f;
}

.row {
    margin: 0 auto;
    max-width: 1500px;
    background-color: transparent;
    box-sizing: border-box;
}

.row.full-width {
    max-width: 100%;
}

#logo-container {
    position: absolute;
    left: 0;
    top: 2.1em;
    background: rgba(38, 123, 122, 0.9);
    z-index: 100;
    width: 160px;
    padding: 20px 20px 5px 20px;
}

#logo-container img {
    width: 100%;
}

#page-header {
    /*display: none;*/
    position: relative;
    text-align: center;
    /*background-color: #999;*/
    /*border-top: 10px solid #258184;*/
    z-index: 0;
}

#page-header.show {
    display: block;
}

#page-header.apple {
    background-attachment: scroll;
}

#page-header.compact {
    text-align: left;
    background-color: #258184;
    border-top: none;
    overflow: hidden;
    padding-left: 20px;
    transition: padding-left .2s;
}

#page-header.compact a {
    display: block;
    height: 65px;
    width: 130px;
    overflow: hidden;
}

#page-header.compact img {
    height: 65px;
}

#page-header .page-header-alert {
    background: #c52828;
    color: #fff;
    padding: .5em;
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    text-align: center;
}

#page-header-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    filter: blur(10px);
    transition: filter .1s;
}

#page-header-background.image-loaded {
    filter: none;
}

#page-content img.header-background,
#header-background-container img {
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    position: fixed;
}

#header-background-container {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

#header-background-container.sticky {}

#header-background-container.sticky img.header-background,
#header-background-container.sticky img {
    display: none;
}

#page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1.0;
    z-index: 1;
    /*background: url(../images/overlay_06.jpg);*/
    /*background-color: #000;*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#page-header-logo-container {
    position: relative;
    height: 0;
    z-index: 2;
}

#page-header-logo {
    width: 250px;
    background: #258184;
    padding: 15px 5px 6px 5px;
    box-sizing: border-box;
}

#page-header-logo img {
    width: 80%;
}

#page-header-logo img.mobile {
    display: none;
}

#page-image-container {
    display: none;
}

#page-image-container img {
    width: 100%;
}

#page-header-text-container {
    position: relative;
    padding: 14em 0;
    width: 50%;
    margin: 0 auto;
    z-index: 1;
}

#page-header-text-container.slim {
    padding: 5.5em 0;
}

#page-title {
    color: #fff;
    font-size: 5.5em;
    line-height: 1.15em;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#page-title-container {
    /*display: none;*/
    margin-bottom: 2em;
}

#page-title-container.show {
    display: block;
    margin-bottom: 2em;
}

#page-title-container #breadcrumb-container {
    font-size: .75em;
    color: #999;
}

header #breadcrumb-container {
    margin: 5px 0 0 0;
    font-size: 1.5em;
}

header #breadcrumb-container a:hover {
    opacity: 1;
    border-bottom: 4px solid #fff;
    text-decoration: none;
}

header #breadcrumb-container,
header #breadcrumb-container a:link,
header #breadcrumb-container a:visited,
header #breadcrumb-container .breadcrumb-root {
    color: #fff;
}

header #breadcrumb-container .breadcrumb,
header #breadcrumb-container .breadcrumb-root {
    opacity: 0.75;
    transition: .15s all;
    padding-bottom: 3px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}

header .livestream-wrapper,
#videos-section .livestream-wrapper {
    width: 100%;
    position: absolute;
    bottom: 1em;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2;
}

#videos-section .livestream-wrapper {
    font-size: .7em;
    text-align: center;
}

@keyframes livestream-appear {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

header .livestream-container,
#videos-section .livestream-container {
    padding: 1em;
    background: rgba(0, 0, 0, 0.6);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    animation: livestream-appear 1s forwards;
}

@keyframes livestream-light {
    from {
        box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 1);
    }

    to {
        box-shadow: 0px 0px 0px 10px rgba(255, 0, 0, 0);
    }
}

header .livestream-indicator,
#videos-section .livestream-indicator {
    background: #F00;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    margin: 0 1em 0 0;
    flex-shrink: 0;
    box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 1);
    animation: livestream-light 2s infinite;
}

header .livestream-title,
#videos-section .livestream-title {
    text-align: left;
    color: #fff;
    text-decoration: none;
}

#page-content {
    position: relative;
    left: 0;
    background: #fff;
    transition: left .2s;
}

#page-main-wrapper {
    position: relative;
    background: #fff;
}

#page-main {
    padding: 40px 0;
    padding-right: 20px;
    font-size: 1.5em;
    min-height: 600px;
    display: flex;
}

#page-main.full-width {
    margin: 0;
    padding-right: 0;
}

#page-main::selection {
    background: #258184;
    color: #fff;
}

#page-main .page-column {
    /*display: table-cell;*/
    vertical-align: top;
    background: #fff;
}

#page-main .contact-block {
    border: 1px solid #f3f3f3;
    text-align: center;
    margin: 0 0 1em 0;
}

#page-main .contact-block.expandable {
    border: none;
    text-align: left;
}

#page-main .contact-block h2,
#page-main .contact-block h3,
#page-main .contact-block h4 {
    color: #258184;
    padding: .5em 0;
    border-bottom: 1px solid #f3f3f3;
    background: #f3f3f3;
}

#page-main .contact-block h3 {
    padding: 0;
}

#page-main .contact-block.expandable h3 {
    background: transparent;
}

#page-main .contact-block ul {
    padding: .5em 0;
    margin: 0;
    list-style: none;
}

#page-main .contact-block icon.icon-location {
    font-size: 0.8em;
}

#page-main .contact-block .contact-block-row {
    display: flex;
    padding: .5em;
}

#page-main .contact-block .contact-block-row:nth-child(even) {
    background: #f3f3f3;
}

#page-main .contact-block .contact-block-row>div {
    width: 25%;
    padding-right: 1em;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

#page-column-single {
    padding: 0 0 0 20px;
    width: 100%;
}

#page-main.full-width #page-column-single {
    padding: 0;
}

#page-column-left {
    /*
    width: 250px;
    min-width: 250px;
    */
    position: relative;
}

#page-column-left.sticky {
    min-width: 250px;
}

#page-column-left #page-column-left-wrapper {
    border-top: 0px solid transparent;
}

#page-column-left #page-column-left-wrapper.sticky {
    position: fixed;
    padding-top: 20px;
    top: 0;
    border-top: 0px solid #efefef;
    background: #fff;
    z-index: 1;
}

#page-column-left #page-column-left-wrapper.bottom {
    position: absolute;
    padding-top: 20px;
    bottom: 0;
    left: 0;
    top: auto;
}

#page-column-left #navigation-left {
    border-right: 1px solid #efefef;
}

#page-column-left #navigation-left ul {
    padding: 0;
    list-style: none;
}

#page-column-left #navigation-left ul li {
    width: 250px;
    margin: 0;
}

#page-column-right {
    padding: 0 0 0 20px;
    width: 100%;
    -ms-flex-negative: 1;
}

#page-column-right li {
    padding: 0 0 .5em 0;
}

/*
#page-column-right p a,
#page-column-right li a {
    border-bottom: 1px solid #e8e8e8;
    transition: all .1s;
}

#page-column-right p a:hover,
#page-column-right li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #258184;
    background: rgba(40, 134, 136, 0.1);
}
*/

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.button,
a:visited.button {
    color: white;
    text-decoration: none;
}

.button {
    background-color: #258184;
    padding: .5em 1em;
    text-align: center;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.05);
    transition: background-color .2s;
    border-bottom: none;
    margin: 0 auto .5em auto;
    min-width: 250px;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover,
.button:focus,
#quickLaunchMobileWrapper #quickLaunchToggle:hover {
    text-decoration: none;
    background-color: #7D276F;
}

.button.large {
    font-size: 1.25em;
}

.button.purple {
    background-color: white;
    color: #258184 !important;
}

.button.purple:hover {
    background-color: #7D276F;
    color: white !important;
}

#contact {
    position: relative;
    background: #f3f3f3;
    font-size: 1.5em;
    padding: 1em;
}

#contact h2 {
    margin: 0;
    border: none;
    text-align: center;
}

#contact #contactInfoWrapper {
    display: flex;
    justify-content: space-around;
    margin: 1em auto;
}

#contact #contactInfoWrapper .contact-info {
    margin: 1em 0;
}

#contact #contactInfoWrapper .contact-info p {
    margin: 0;
}

#contact #contactInfoWrapper .contact-info a.location-link {
    color: #737373;
}

#contact #contactInfoWrapper .contact-info a.location-link:hover {
    color: #258184;
}

#contact #contactInfoWrapper .contact-info .icon-location:before {
    margin: 0;
    font-size: 1em;
}

#contact #contactInfoWrapper .contact-info .social-icon {
    display: inline-block;
    font-size: 1.5em;
    margin: 0 .5em 0 0;
    color: #737373;
}

#contact #contactInfoWrapper .contact-info .social-icon:hover {
    color: #258184;
}

#contact .button {
    background: #e2e2e2;
    color: #444;
    box-shadow: none;
    transition: background .2s, color .2s;
}

#contact .button:hover {
    background: #258184;
    color: #fff;
}

#footer {
    position: relative;
    background-color: #258184;
    overflow: hidden;
    padding: .5em 0;
}

#footer a {
    text-decoration: none;
    color: #FFF;
    opacity: 1;
    transition: .2s opacity;
}

#footer a:hover {
    text-decoration: underline;
    color: #FFF;
    opacity: 1;
}

#footer .columns {
    width: 100%;
    border-bottom: 1px dotted #1E7071;
    padding-bottom: 1em;
    display: flex;
}

#footer .column {
    width: 20%;
    padding: 2em 1em 0 1em;
    box-sizing: border-box;
    order: 1;
}

#footer .column.footer-center {
    position: relative;
    left: 37.5%;
    right: auto;
    width: 25%;
    padding: 0;
}

#footer .column.footer-left {
    position: relative;
    right: 25%;
}

.columns,
.column {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

#footer .column h3 {
    margin: 0;
    text-transform: uppercase;
    color: #FFF !important;
    font-weight: bold;
}

#footer .column h3 a {
    opacity: 1;
}

#footer .column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0;
    line-height: 1.6;
    margin-bottom: 1.25em;
}

#footer .column li {
    color: #fff;
}

#footer #footer-policies,
#footer #footer-identity {
    text-align: right;
}

#footer #footer-logo-container {
    text-align: center;
}

#footer #footer-logo-container img {
    max-width: 150px;
    width: 100%;
}

#footer-logo {
    font-size: 100px;
    color: #FFF;
    text-align: center;
    max-height: 200px;
    overflow: hidden;
    text-shadow: 0px 5px 2px #267A7C;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#footer-logo::before {
    margin: 0;
}

#footer #social-row {
    text-align: center;
    margin-bottom: 15px;
}

#social-row .social-icon {
    display: inline-block;
    color: #FFF;
    margin: 15px 0px 0px 0px;
    padding: 7px;
    border-radius: 5px;
    transition: background .2s;
    text-shadow: 0px 2px 2px #267A7C;
    font-size: 2.0em;
}

#social-row .social-icon:hover {
    background: #287476;
}

#social-row a:hover {
    text-decoration: none;
}

#page-overlay {
    position: fixed;
    right: 100%;
    top: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0);
    cursor: url("/style library/epcc/images/x.png") 0 0, auto;
    transition: background .2s;
}

#page-overlay.show {
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    height: 100vh;
    width: 100vw;
}

.expandable {
    display: none;
}

.expandable.show {
    display: block;
}

.expandable .expandable-title {
    background: #f3f3f3;
    padding: .5em;
    cursor: pointer;
    margin: 5px 0 0 0;
    transition: background .2s, border-bottom .2s;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 0 solid transparent;
}

.expandable .expandable-title:hover {
    background: rgba(40, 134, 136, 0.1);
}

.expandable.open>.expandable-title {
    border-bottom: 4px solid #268083;
}

.expandable .expandable-title a {
    color: #268083;
}

.expandable .expandable-title h3 {
    color: #268083;
    width: 100%;
}

.expandable .expandable-body {
    display: none;
    padding: .5em;
}

#alerts-container {
    background: #980d0d;
    color: #fff;
    position: relative;
    z-index: 2;
}

#alerts-container .row {
    font-size: 1.25em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#alerts-container span {
    padding: .5em 0;
}

#alerts-container .details-link {
    color: #ffffff;
    margin: .5em;
    display: block;
    background: rgba(0, 0, 0, 0.25);
    padding: .5em;
    font-size: .8em;
    transition: background .2s;
}

#alerts-container .details-link:hover,
#alerts-container .details-link:focus {
    background: rgba(0, 0, 0, 1.0);
    text-decoration: none;
}

.modal,
.modal-featured {
    position: fixed;
    font-size: 1.5em;
    box-sizing: border-box;
}

.modal-featured {
    z-index: 900;
}

.modal {
    z-index: 1100;
    /* Main navigation is at 1000 */
    width: 650px;
    right: -650px;
    height: 100%;
    top: 0;
    /* padding: 2.5em 1em 1em 1em; */
    background: #fff;
    overflow: auto;
    transition: right .3s;
}

.modal.open,
.modal-featured.open {
    right: 0;
}

.modal a.modal-close,
.modal-featured a.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: background .2s;
}

.modal-featured a.modal-close {
    background: rgba(38, 129, 131, 0.7);
}

.modal-featured a.modal-close img {
    width: 1.25em;
}

.modal-featured a.modal-close:hover {
    background: rgba(38, 129, 131, 1);
}

body.modal-open #page-content {
    transition: all .2s ease-out;
    cursor: auto;
}

.modal .modal-image {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal .modal-content {
    padding: 1em;
    /* white-space: pre-wrap; */
}

.modal .modal-body {
    position: relative;
}

.modal .modal-content h2:first-child {
    padding-right: 40px;
}

.modal-featured {
    width: 340px;
    height: 220px;
    right: 0;
    bottom: 0;
    border: 7px solid rgba(255, 255, 255, 0.25);
    border-width: 5px 0 0 5px;
    transition: transform 1.0s cubic-bezier(0.23, 1, 0.32, 1), opacity 1.0s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: scale(0.75) translateX(50px) translateY(50px);
    opacity: 0;
}

.modal-featured.open {
    bottom: 0;
    transform: scale(1.0) translateX(0px) translateY(0px);
    opacity: 1;
}

.modal-featured .modal-image {
    flex-grow: 1;
    background-position: 50%;
    background-size: cover;
}

.modal-featured .modal-title {
    position: absolute;
    color: #484848;
    font-weight: bold;
    font-size: 1.15em;
    padding: .25em;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    background: rgba(38, 129, 131, 0.7);
}

.modal-featured .modal-title span.modal-tag {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: .65em;
    background: #fff;
    padding: .25em .5em;
    color: #268183;
    font-weight: normal;
}

.modal-featured .modal-title a {
    color: #fff;
    font-weight: normal;
}

.modal-fullscreen {
    position: fixed;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    opacity: 0;
    z-index: 1001;
    transition: opacity .5s;
}

.modal-fullscreen.open {
    display: flex;
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-fullscreen.open .modal-close {
    position: fixed;
    right: 0;
    top: 0;
    background: #aa3636;
    width: 5.25em;
    height: 5.25em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-fullscreen .modal-content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    min-width: 0;
    overflow: auto;
    text-align: center;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: padding-top .5s ease-in-out;
}

.modal-fullscreen .modal-content.full {
    display: block;
    padding-top: 80px;
}

.modal-fullscreen .modal-content .modal-image {
    max-width: 95vw;
    max-height: 95vh;
    cursor: zoom-in;
    margin: 0 auto;
    transform: scale(0.9);
    transition: max-width .5s ease-in-out, max-height .5s ease-in-out, transform .25s ease-out;
}

.modal-fullscreen.open .modal-content .modal-image {
    transform: scale(1.0);
}

.modal-fullscreen .modal-content.tall .modal-image {
    /*
    max-height: 95vh;
    max-width: initial;
    */
}

.modal-fullscreen .modal-content.full .modal-image {
    width: auto;
    height: auto;
    max-width: 300vw;
    max-height: 300vh;
    cursor: zoom-out;
}

.modal-fullscreen .modal-video {
    margin: 0 auto;
}

.modal-fullscreen .modal-video iframe {
    width: 90vw;
    height: 90vh;
    transform: scale(0.90);
    opacity: 0;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.modal-fullscreen.open .modal-video iframe {
    transform: scale(1.0);
    opacity: 1;
}

/* Issue Report Form ++++++++++++++++++++++++++++++*/

.nav-tab-list-misc {
    display: block;
    z-index: 1;
    position: fixed;
    width: 10em;
    bottom: 11em;
    right: 0;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    background: #258184;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    border-bottom: 0px solid #EAD437;
    transition: border-bottom .2s;
}

.nav-tab-list-misc:hover,
.nav-tab-list-misc:focus {
    border-bottom: 5px solid #EAD437;
    color: #fff;
}

.reportIssue {
    color: #fff;
    text-decoration: none;
}

.reportIssue:hover,
.reportIssue:focus {
    color: #fff;
    text-decoration: none;
}

.repField {
    width: 80%;
    padding: 0 .25em;
}

.subRep {
    margin-left: 0px !important;
    border: none !important;
    background-color: #258184 !important;
    color: #fff !important;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.15);
}

.subRep:active,
.subRep:hover {
    background-color: #7C276D !important;
    box-shadow: none;
}

.repOpen {
    right: 650px;
}

#contentMsg {
    color: #b22222;
}

.repSuccess {
    color: #000;
}

.redError {
    border: 1px solid #b22222;
}

/* ------------------------------------------------*/

/* Content Query Web Part +++++++++++++++++++++++++*/

.content-query {
    float: none;
    padding: 0;
}

.content-query .item {
    padding: 0;
    display: flex;
}

.content-query .item {
    padding: .5em;
}

.content-query .item.alternating:nth-child(even) {
    background: #f3f3f3;
    padding: .5em !important;
}

.content-query .item.two-column>div {
    width: 50%;
}

.content-query .item .title {
    width: 50%;
    padding-right: 2em;
}

/* ----------------------------------------------- */

/* Multi Block CSS ++++++++++++++++++++++++++++++++*/

/*This is the main container*/

.multiBlock_Container {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    text-align: center;
}

/*This is a block within the container*/

.multiBlock {
    width: 48%;
}

/*Optional: This is a header inside a block. Good for titles of pictures with text intended below.*/

.headMultiBlock {
    padding: 0 10px;
}

/*Optional: This is a body inside a block. Good for body text, comments, subtext below an image, etc*/

.bodyMultiBlock {
    padding: 10px 0 0 10px;
}

/*This is for img tags. It keeps the pictures from becoming funky in responsive. Images best used in head but not mandatory*/

.portraitStyle {
    border: 4px solid #f3f3f3;
    max-width: 100%;
    max-height: 100%;
}

/* ------------------------------------------------- */

.sharepoint-list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

/* Sharepoint Overrides ++++++++++++++++++++++++++++ */

.ms-signInLink {
    display: none !important;
}

#s4-workspace {
    overflow: initial;
}

#suiteBarLeft {
    background-color: #222;
}

body.scrolled #ms-designer-ribbon {
    padding-right: 68px;
}

#ms-designer-ribbon {
    position: relative;
    padding-right: 224px;
    background-color: #efefef;
    z-index: 1000;
    display: none;
    transition: padding-right .2s;
}

#ms-designer-ribbon.show {
    display: block;
}

#ms-designer-ribbon #globalNavBox {
    height: auto;
    background-color: rgba(239, 239, 239, 1);
}

#ms-designer-ribbon #pageStatusBar[class],
#ms-designer-ribbon .ms-status-msg {
    margin-bottom: 0;
}

.hide {
    display: none;
}

#DeltaPageStatusBar {
    position: relative;
    z-index: 1;
}

#pageStatusBar[class],
.ms-status-msg {
    margin-bottom: 0;
}

/* Keeps page footer from overlapping page content on pages like List Settings. */

#DeltaPlaceHolderMain {
    display: block;
}

#DeltaPlaceHolderMain.system-page {
    /*overflow-x: auto;*/
}

li>a.ms-core-listMenu-item.ms-core-listMenu-selected:hover,
li>a.ms-core-listMenu-item:hover,
li>a.ms-core-listMenu-item:active {
    background-color: #e9f3f3;
    background-color: rgba(40, 134, 136, 0.1);
}

.ms-itmHoverEnabled:hover>*,
.ms-headerCellStyleHover,
.ms-headerCellStyleMenuOpen {
    background-color: #e9f3f3;
    background-color: rgba(40, 134, 136, 0.1);
}

.ms-headerCellStylePressed {
    background-color: rgba(40, 134, 136, 0.25);
}

.ms-itmHoverEnabled:hover .ms-list-itemLink-td {
    background-color: rgba(40, 134, 136, 0.1);
}

.s4-itm-selected .ms-list-itemLink-td,
.s4-itm-selected:hover .ms-list-itemLink-td {
    background-color: rgba(40, 134, 136, 0.35);
}

.s4-itm-selected>.ms-vb-imgFirstCell.ms-vb-imgFirstCell {
    background-color: #258184;
    border-right-color: rgba(40, 134, 136, 0.2);
}

.s4-itm-selected>*,
.s4-itm-selected:hover>* {
    background-color: rgba(40, 134, 136, 0.2);
}

.ms-listviewtable {
    width: 100%;
}

.ms-alternating {
    background: #f3f3f3;
}

h2,
.ms-h2 {
    font-size: 1.6em;
    border-bottom: 1px solid #ddd;
    padding: 0 0 .2em 0;
    margin: 0 0 .5em;
}

h3,
.ms-h3 {
    font-size: 1.3em;
}

input[type=button],
input[type=reset],
input[type=submit],
button {
    font-size: 1em;
}

.ms-rtestate-field h1,
h1.ms-rteElement-H1,
.ms-rtestate-field h2,
h2.ms-rteElement-H2,
h2.ms-webpart-titleText>a {
    color: #258184;
}

div[class*="ExternalClass"] img,
#SPFieldURL img {
    max-width: 100%;
}

.ms-vh-selectAllIcon:hover {
    background-color: rgba(40, 134, 136, 0.1);
}

.ms-headerCellStyleIcon:hover {
    border-bottom-color: #258184;
}

.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText>a {
    font-family: 'Roboto Slab', serif;
}

p,
.ms-rtestate-field p,
p.ms-rteElement-P {
    margin: 0px 0px 1em 0px;
}

#appsTable,
#idStorefrontLayoutRoot,
.ms-settingsframe,
.ms-siteSettings-root,
.propertysheet,
.ms_designnavigationmenu {
    font-size: 0.75em;
}

.ms-dialog nav,
.ms-dialog nav,
.ms-dialog .ribbon-toggle {
    display: none;
}

.ms-dialog #page-main,
.ms-dialog .propertysheet {
    font-size: 1em;
}

.ms-formtable td.ms-formbody {
    width: 90%;
}

.ms-formlabel {
    white-space: normal;
}

.ms-webpartzone-cell {
    background: #fff;
}

.ms-srch-siteSearchResults {
    float: none;
}

div#AutoCompContainer {
    top: 1.9em;
}

.ms-srch-hover-outerContainer {
    display: none !important;
}

.ms-srch-item {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    border-top: 1px solid #efefef;
    padding: .75em 0.25em;
}

.ms-srch-bestBetItem{
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.ms-srch-item-path {
    margin: .5em 0 0 0;
    word-break: break-all;
    width: 100%;
    box-sizing: border-box;
}

.ms-srch-item-body {
    display: block;
}

.ms-srch-item-deepLinks {
    display: none;
}

.ms-srch-ellipsis {
    white-space: normal;
}

.ms-srch-upscope-top,
.ms-srch-upscope-bottom {
    display: none !important;
}

.ms-srch-sb-border,
.ms-srch-sb-border:hover,
.ms-srch-sb-borderFocused {
    border: none;
    display: flex;
    align-items: center;
    position: relative;
}

#SearchBox.ms-floatLeft {
    float: none;
}

.ms-srch-sbLarge>input,
.ms-srch-sbLarge>input:focus {
    display: block;
    width: 100%;
    border: 1px solid #258184;
    padding: 0 .25em;
    font-size: 1em;
    margin: 0;
    box-sizing: border-box;
}

.ms-srch-sbLarge {
    z-index: 1;
    background-color: #fff;
}

.ms-srch-sbLarge>.ms-srch-sb-searchLink {
    height: 2em;
    width: 2em;
}

.ms-srch-sbLarge-searchImg,
.ms-srch-sbLarge-searchImg:hover {
    left: -48px;
    top: 4px;
    position: absolute;
}

.ms-srch-sb-searchLink:hover,
.ms-srch-sb-navLink:hover {
    background-color: transparent;
}

.ms-webpart-titleText.ms-webpart-titleText,
.ms-webpart-titleText>a {
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.ms-core-listMenu-root {
    /*display: none;*/
    animation: fade-in-opacity .1s forwards;
}

.ms-core-listMenu-root.show {
    display: block;
}

/* Hide nested menus in left navigation Quicklaunch */

/*
.ms-core-listMenu-root>li>ul {
    display: none;
}
*/

ul.dfwp-list {
    padding-left: 40px;
    list-style-type: initial;
}

ul.dfwp-list li {
    padding: 0 !important;
}

.ms-listviewtable .ms-core-menu-box {
    top: auto !important;
    /* Correct vertical positioning of list item '...' menu */
}

.ms-rte-wpbox {
    /*overflow-x: auto;*/
}

table.ms-listviewtable,
table.ms-listviewtable tbody,
table.ms-listviewtable tr,
.ms-listviewtable .ms-itmhover,
table.ms-listviewtable th,
table.ms-listviewtable td {
    white-space: normal;
}

table.ms-listviewtable th,
table.ms-listviewtable td {
    /*max-width: 400px;*/
}

img.ms-vb-icon-overlay{
    margin-top: -9px;
    position: relative;
    display: block;
}

.ms-numHeader {
    text-align: left;
}

span.ms-commentcollapse-iconouter,
span.ms-commentexpand-iconouter {
    width: auto;
    height: auto;
    vertical-align: bottom;
}

span.ms-commentcollapse-iconouter>img,
span.ms-commentexpand-iconouter>img {
    display: block;
}

span.ms-commentcollapse-iconouter>img,
span.ms-commentexpand-iconouter>img,
tbody[groupstring] a>img {
    position: relative;
    top: auto;
    left: auto;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    padding: 0 0 0px 25px;
    box-sizing: border-box;
    margin-right: .5em;
    border-radius: 100%;
    transition: transform .2s, background-color .2s;
    background-color: #000;
    vertical-align: bottom;
}

span.ms-commentcollapse-iconouter>img,
tbody[groupstring] a>img[src*="minus.gif"] {
    background-image: url('/style library/epcc/images/minus.png');
    transform: rotate(0deg);
    background-color: #7D276F;
}

span.ms-commentexpand-iconouter>img,
tbody[groupstring] a>img[src*="plus.gif"] {
    background-image: url('/style library/epcc/images/plus.png');
    transform: rotate(-90deg);
    background-color: #258184;
}

tbody[groupstring] a>img:before {
    content: '\e804';
    display: block;
    height: 10px;
    width: 10px;
    background: #000;
}

.ms-gb {
    border-bottom: 1px solid #efefef;
    padding: 0 0 5px 0;
}

.ms-gb a,
.ms-gb2 a {
    color: #258184;
}

/* Term Store Management Table */

.TmtContentTable {
    font-size: 13px;
}

/* Summary Link Web Part group headers */

.slm-layout-main .groupheader {
    font-family: 'Roboto Slab', serif;
    color: #258184;
    font-size: 1.3em;
    font-weight: normal;
}

/* Left Nav Edit Links link */

.ms-core-listMenu-verticalBox .ms-listMenu-editLink {
    border: none;
}

input.ms-navedit-editButton {
    height: auto;
}

/* List View search field */

input.ms-InlineSearch-SearchBox-Baseline.ms-InlineSearch-SearchBox-Baseline,
.ms-InlineSearch-Outline-Baseline {
    height: auto;
}

/* Calendar View Web Part */

/*
.ms-acal-rootdiv {
    margin-left: 0;
}

.ms-acal-rootdiv span {
    width: 11vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.ms-acal-sdiv .ms-acal-title {
    text-overflow: ellipsis;
}
*?

/* --------------------------------------------------- */

/* CSS3 Loading Spinner +++++++++++++++++++++++++++++++++ */

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #258184;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* --------------------------------------------------- */

/* Responsive Rules */

/* !Rows, Widest to Thinest */

@media screen and (min-width: 1500px) {
    .row {}
}

@media screen and (max-width: 1500px) {
    .row {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #page-header {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 768px) {
    .row {
        width: 100%;
    }

    #page-header-logo {
        width: 100%;
        height: 65px;
        padding: 0 0 0 15px;
        text-align: left;
    }

    #page-header-logo img.full {
        display: none;
    }

    #page-header-logo img.mobile {
        display: inline-block;
        width: auto;
        height: 65px;
    }

    #page-header.compact {
        padding: 0 0 0 5%;
    }

    #page-header-text-container {
        width: 90%;
        padding: 16em 0 12em 0;
    }

    #page-header-text-container.slim {
        padding: 9.5em 0 5.5em 0;
    }

    #page-header-text-container #page-title {
        font-size: 2.5em;
    }

    #page-main {
        padding: 1em 5%;
        display: block;
    }

    #page-main.full-width {
        padding: 0;
    }

    #page-main .page-column {
        display: block;
        width: 100%;
        padding: 0;
    }

    #page-main .contact-block {
        text-align: center;
    }

    #page-column-left #page-column-left-wrapper.sticky {
        position: static;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

    #page-column-left #navigation-left {
        border-right: none;
    }

    #page-column-left #navigation-left ul li {
        width: auto;
    }

    #page-main #page-column-right {
        padding: 0;
    }

    #page-main .contact-block .contact-block-row>div {
        width: 33%;
    }

    #page-main .contact-block .contact-block-row>div:nth-child(2) {
        display: none;
    }

    #contact #contactInfoWrapper {
        display: block;
        text-align: center;
    }

    #footer .columns {
        flex-wrap: wrap;
    }

    #footer .column {
        width: 50%;
    }

    #footer #footer-audience,
    #footer #footer-policies {
        text-align: right;
        border-right: 1px dotted #1E7071
    }

    #footer #footer-identity {
        text-align: left;
    }

    #footer #footer-logo-container {
        flex: 0 0 100%;
        order: 0;
    }

    #footer-logo {}

    .modal.open {
        width: 100%;
    }

    #alerts-container .row {
        padding: 0 75px;
    }

    .modal-featured {
        width: 100%;
        height: auto;
        box-shadow: 0 -5px 10px 0px rgba(0, 0, 0, 0.1);
        padding-right: 3em;
        background: #fff;
        border-color: #277c7b;
        border-width: 5px;
        transform: scale(1.0) translateX(0px) translateY(50px);
    }

    .modal-featured .modal-title {
        position: relative;
        bottom: auto;
        background: transparent;
    }

    .modal-featured .modal-title a {
        color: #268183;
    }

    .modal-featured .modal-title span.modal-tag {
        background: #277c7c;
        color: #fff;
    }

    /* Multi Block CSS ++++++++++++++++++++++++++++++++++++ */
    .multiBlock_Container {
        display: block;
    }

    .multiBlock {
        width: 100%;
    }

    /* ---------------------------------------------------- */
    /* Sharepoint Overrides +++++++++++++++++++++++++++++++ */
    #ms-designer-ribbon {
        padding-right: 68px;
    }

    #suiteLinksBox {
        display: none;
    }

    table.ms-listviewtable tr {
        /*border-top: 1px solid #ddd;*/
    }

    .ms-listviewtable .ms-gb,
    .ms-listviewtable .ms-gb2 {
        margin-top: .5em;
    }

    /*
    table.ms-listviewtable,
    table.ms-listviewtable tbody,
    table.ms-listviewtable tr,
    .ms-listviewtable .ms-itmhover,
    table.ms-listviewtable th,
    table.ms-listviewtable td {
        word-break: break-word;
        white-space: normal;
        height: auto;
        table-layout: fixed;
        text-overflow: ellipsis;
        overflow: hidden;
        width: auto;
    }
    */
    table.ms-listviewtable,
    table.ms-listviewtable tbody,
    table.ms-listviewtable tr,
    .ms-listviewtable .ms-itmhover,
    table.ms-listviewtable th,
    table.ms-listviewtable td {
        display: block;
        height: auto;
        word-break: break-word;
    }

    table.ms-listviewtable th,
    table.ms-listviewtable td {
        max-width: 100%;
    }

    /*
    .ms-acal-rootdiv div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: .85em;
    }
    */
    /* ----------------------------------------------------- */
}