*, ::after, ::before {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    height: 100%;
}
ul { list-style: none; }
img {
    border: none;
    image-rendering: optimizeQuality;
}
a, button, input, select, textarea { outline: none; }
body {
    font-family: Open Sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 16px;
    line-height: 3rem;
    background-color: #fff;
    color: #39424a;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    margin: 0;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
input[type="text"] { padding: 4px 6px; }
header {
    padding: 2rem 2rem 0;
    text-align: center;
    border-bottom: 1px solid lightgrey;
}
.header-container {
    line-height: 1;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
header > * { max-width: 153rem; }
.header-logo {
    display: inline-block;
    line-height: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.header-logo a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: normal;
    word-wrap: normal;
    background: none;
    background-size: 12rem 4rem;
    transition: none;
    text-indent: 0;
    text-decoration: none;
}
.header-logo > a > img {
    width: 165px;
    height: auto;
    margin: 0;
    display: inline-block;
    float: right;
}
.header-logo > div {
    display: inline-block;
    margin: -25px 65px 0 0;
    text-align: right;
    vertical-align: middle;
}
.header-logo > div span, .header-logo > div p {
    text-indent: 0;
    overflow: unset;
    color: #005daa;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}
@media (min-width: 62.5em) {
    .header-logo {
        margin: 0;
    }
}
header .search {
    margin: 0;
    line-height: 1;
    display: flex;
}
header .search a {
    color: #005daa;
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    transition: background .3s ease,color .3s ease;
}
header .search h4 {
    margin: 0;
    line-height: 1;
    align-content: space-evenly;
}
header .search input {
    width: 20rem;
    background: rgba(0, 0, 0, 0) url(../img/search.png) no-repeat 17.5rem 0.55rem;
    border: 1px solid #c6c6c6;
    transition: border linear .2s, box-shadow linear .2s;
    box-shadow: none;
    display: inline-block;
    height: 3rem;
    padding: 4px 6px;
    color: rgb(33, 33, 33);
    vertical-align: middle;
    border-radius: 1px;
    margin: 0;
}
header .search input:focus { background: none; }
header .search-container {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}
header .search-container form { margin: 0; }
header .mobile-main-menu {
    margin-top: 2rem;
    display: none;
}
header .main-menu {
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    padding: 0;
    transition: opacity .3s ease,visibility 0s linear .3s;
    margin: 0 auto;
}
header .main-menu ul.nav {
    padding: 0;
    border-bottom: 1px solid transparent;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    transition: height .3s ease;
    height: 50px;
}
header .dropdown-menu > li > a:hover, header .dropdown-menu > li:hover, header .dropdown-submenu:hover > a, header .dropdown-menu > li > a:focus, header .dropdown-menu > li > a:focus, header .dropdown-submenu:hover > a, header .dropdown-submenu:focus > a {
    background: none;
    color: rgb(33, 33, 33);
}
header .main-menu ul.nav > li:hover > ul { min-width: 220px; }
header .main-menu ul.nav > li:hover > ul, header .main-menu li.dropdown-submenu:hover > ul {
    max-height: 50rem;
    opacity: 1;
    visibility: visible;
}
header ul li.dropdown-submenu a.dropdown-toggle::after {
    content: "";
    margin: 1rem 0.5em;
    display: inline-block;
    border: 6px solid transparent;
    border-top: 7px solid #0A649B;
    border-bottom: 0 none;
    transition: all .3s ease;
    transform: rotate(270deg);
}
header .main-menu li.dropdown-submenu:hover { height: 4.8rem; }
header .main-menu li.dropdown-submenu:hover > ul {
    position: relative;
    bottom: 100%;
    left: 100%;
    margin: 0;
    border-top: 0;
    display: block;
    max-width: 220px;
}
header .main-menu ul.nav li, header .mobile-main-menu ul.nav li {
    text-align: left;
}
header .main-menu ul li a, header .mobile-main-menu ul li a {
    font-weight: 400;
    display: block;
    line-height: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(33, 33, 33);
    font-size: 1.6rem;
}
header .main-menu ul.nav > li > a:focus, header .main-menu ul.nav > li > a:hover {
    background: none;
    text-decoration: none;
    color: #005daa;
}
header .main-menu ul.dropdown-menu {
    position: fixed;
    top: unset;
    left: unset;
    z-index: 10;
    display: inline-block;
    float: none;
    min-width: unset;
    padding: 0;
    margin: 0 0 0 -1rem;
    background: white;
    border: none;
    border-radius: unset;
    background-clip: padding-box;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid lightgrey;
}
header .main-menu ul.dropdown-menu li a {
    padding: 1rem 2.5rem;
    margin: 0;
    line-height: 2;
    font-size: 1.4rem;
}
header .main-menu ul.dropdown-menu > li > a:hover {
    background: none;
    color: #005daa;
}
header .main-menu {
    position: relative;
}
header .main-menu .menu-border {
    display: block;
    background-color: lightgrey;
    height: 1px;
    position: absolute;
    top: calc(5rem - 1px);
    width: 100%;
    z-index: 20;
}
section.dark, div.dark {
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: 71px 85px;
    background-color: #263b4c;
    background-image: url(../img/ri-darkblue.png);
    color: white;
}
.breadcrumbs {
    width: 100%;
    max-width: 153rem;
    margin: 0 auto;
}
.breadcrumbs a {
    font-size: 1.8rem;
    text-decoration: none;
    color: #0088cc;
}
section.hero {
    width: 100%;
    max-width: 200rem;
    min-height: 20rem;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: whitesmoke;
}
section.hero > div:first-child { display: contents; }
section.hero video {
    width: 100%;
    max-width: 1280px;
    height: auto;
}
section.hero .hero-text {
    padding: 1.8rem;
    position: absolute;
    transition: all .9s ease;
    z-index: 4;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 4px rgba(0,0,0,.45);
    line-height: 3rem;
    font-size: 1.8rem;
    top: 50%;
    transform: translateY(-45%);
    width: 100%;
}
section.hero .hero-text .hero-title h2 {
    opacity: 1;
    font-size: 7.2rem;
    line-height: 7.2rem;
    font-weight: 300;
    margin: 1.8rem 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.55);
}
section.hero .hero-text .hero-description {
    width: 50%;
    max-width: 80rem;
    margin: 0 auto;
}
section.banners {
    width: 100%;
    display: flex;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
section.banners > * { width: calc(100%/3); }
.meeting-information {
    display: flex;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 2rem;
}
.meeting-information h3 {
    text-align: center;
    font-weight: 400;
    font-size: 3.2rem;
    margin-bottom: 2rem;
}
.meeting-information p {
    display: inline-block;
    margin-right: 1rem;
}
.ri-foundation {
    background-color: #e8e8e8;
    padding: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ri-foundation > a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2rem;
    text-decoration: none;
}
.ri-foundation > a > * {
    width: 50%;
}
.ri-foundation > a > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ri-foundation img {
    height: auto;
    max-width: 250px;
}
.ri-foundation span {
    text-align: left;
    text-decoration: none;
    font-weight: bold;
}
.ri-foundation span.foundation-first {
    color: #47352c;
}
.ri-foundation span.foundation-second {
    color: #d04500;
}
.custom-banner {
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-banner .wheel-placeholder {
    width: 120px;
    height: 120px;
}
.custom-banner > p {
    width: 100%;
    text-align: center;
    display: block;
}
.custom-banner a { color: white; }
section.events {
    padding: 5rem 5rem 7rem;
}
section.events .mnet-events {
    display: flex;
    flex-wrap: wrap;
    max-width: 153rem;
    margin: 0 auto;
}
section.events .mnet-events > a:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
    text-decoration: none;
    color: white;
}
section.events .mnet-events > a:first-child h3 {
    font-weight: 100;
    font-size: 3.6rem;
}
section.events .mnet-events > a:first-child:hover {
    color: white;
}
section.events .event {
    padding: 0.5rem 2rem;
}
section.events .event h2 {
    line-height: 1.5rem;
    text-decoration: none;
}
section.events .event a {
    text-decoration: none;
    color: white;
}
section.events .event a:hover {
    color: white;
}
section.mss-content {
    padding: 3rem 5rem;
    flex: 1;
}
section.mss-content .content {
    max-width: 153rem;
    margin: 0 auto;
}
section.mss-content .content .controls-row {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
section.mss-content .content .controls {
    text-align: center;
}
section.mss-content .content .controls button {
    float: none;
}
section.mss-content .content input, section.mss-content .content textarea {
    font-family: Open Sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 1.4rem;
    border-radius: 1px;
    border: 1px solid #a0a0a0;
    float: none;
    padding: 1.5rem;
}
section.mss-content .content input:focus, section.mss-content .content textarea:focus {
    border: 1px solid #a0a0a0;
    box-shadow: none;
}
section.mss-content h1 {
    font-weight: 300;
    padding: .3rem 0 6rem;
    text-align: center;
    font-size: 3.6rem;
}
.news-list-component {
    max-width: 153rem;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.fp-news-list .pagination {
    display: block;
}
.news-list-component .mss-media-list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
}
.news-list-component .mss-media-list .media {
    width: calc(50% - 3rem);
    aspect-ratio: 5/3;
    position: relative;
    border-bottom: .4rem solid #ffc000;
    margin-top: 0;
    background-color: darkgray;
}
.news-list-component .mss-media-list .mss-media-object-link {
    width: 100%;
    height: 100%;
    display: flex;
}
.news-list-component .mss-media-list .mss-media-object-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list-component .media-body {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 2rem 3rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .55);
    width: 100%;
    background: rgba(0, 0, 0, .55);
}
.news-list-component .media-body > p:first-child {
    font-size: 1.5rem;
    margin-bottom: 0;
}
.news-list-component .media-body > p:last-child {
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list-component .media .media-body h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 0;
}
.news-list-component .media .media-body h3 a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.news-list-component .media .media-body h3 a:hover {
    border-bottom: .4rem solid #ffc000;
}
div.datepicker { width: 22rem; }
.datepicker table td { cursor: pointer; }
.datepicker-days *, .datepicker-days *::after, .datepicker-days *::before { box-sizing: unset; }
footer {
    width: 100%;
    background-color: #e8e8e8;
    padding: 2rem 4rem 0;
}
footer .mss-row {
    margin: 0 auto;
    width: 100%;
    max-width: 153rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
footer .mss-footer-logo {
    order: -1;
    margin-right: 2rem;
}
footer .mss-row div.offset2:first-child {
    margin-left: 0;
}
footer .mss-row:last-child {
    border-top: 1px solid #bcbdc0;
    text-align: center;
    color: #4c4c4c;
    font: normal 14px/22px Georgia, Times, "Times New Roman", serif;
    display: block;
    padding: 2rem;
}
footer h3 { font-size: 1.6rem; }
footer > *:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 1.5rem;
}
.footer-menu {
    flex-grow: 1;
    align-content: center;
}
.footer-menu ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0;
}
.footer-menu ul li {
    padding: 1rem;
}
.footer-menu ul li a {
    font-size: 1.8rem;
    text-decoration: none;
}
.mss-bottom-banner {
    display: none;
}
section.rss {
    display: flex;
    flex-wrap: wrap;
    max-width: 153rem;
    width: 100%;
    padding: 3rem 5rem;
    justify-content: space-between;
    margin: 0 auto;
}
section.rss > div { max-width: calc(100%/3); }
section.rss h3 {
    font-family: Open Sans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-weight: 300;
    display: inline-block;
    border-bottom: .4rem solid #ffc000;
    color: #005daa;
}
section.rss a {
    color: rgb(57, 66, 74);
    text-decoration: none;
    font-size: 1.5rem;
}
section.rss a:hover { color: #0088cc; }
.mnet-events-component {
    max-width: 153rem;
    width: 100%;
    margin: 0 auto;
}
.mnet-events-component .event-list{
    margin-top: 4rem;
}
.mnet-events-component .event-list td {
    padding: 3rem 1rem;
}
.mnet-events-component h2 {
    font-weight: 300;
    margin-bottom: 4rem;
}
.mnet-events-component .event-title h3 {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
}
.mnet-events-component .event-title a {
    text-decoration: none;
}
.mnet-events-component .calendar-actions {
    display: flex;
    justify-content: space-between;
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
}
.mnet-events-component .calendar-actions a, .btn {
    width: fit-content;
    padding: 1rem 2rem;
    background: #005daa;
    border-radius: 1px;
}
.btn:hover {
    background: #005daa;
    box-shadow: rgba(149, 157, 165, 0.2) 0 4px 4px;
}
.mnet-events-component .calendar-actions a:first-child i {
    margin-right: 1rem;
}
.mnet-events-component .calendar-actions a:last-child i {
    margin-left: 1rem;
}
.mss-content .cm-googlemap {
    height: 400px;
    width: 100%;
    margin: 2rem 0;
}
.editor-focus {
    background: #fff;
}

/* Team */
.mss-team { margin-top: 5rem; }
.mss-team-member {
    width: 21%;
    margin: 0 2% 15px 2%;
    float: left;
    min-height: 1px;
}
.mss-team-member-image img {
    max-width: 206px;
    border: 2px solid #005daa;
}
.mss-team-member-name {
    margin-top: 20px;
    color: #5e646d;
    font: 700 1.6rem 'Open Sans Condensed', sans-serif;
    text-transform: none;
}
.mss-team-member-position {
    margin-bottom: 20px;
    color: #005daa;
    font: 300 italic 1.5rem 'Open Sans Condensed', sans-serif;
}
.mss-team-member-links a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.mss-team-member-desc {
    line-height: 22px;
    word-wrap: break-word;
}

@media (max-width: 1024px) {
    header .main-menu { display: none; }
    header .mobile-main-menu {
        text-align: left;
        display: block;
    }
    header .mobile-main-menu.closed ul { display: none; }
    header .mobile-main-menu li { text-align: center; }
    header .mobile-main-menu ul li a { line-height: 3rem; }
    header .mobile-main-menu ul li ul.dropdown-menu {
        position: sticky;
        display: none;
        width: 100%;
        border: none;
        box-shadow: none;
        padding-left: 2.5rem;
    }
    header .mobile-main-menu > ul > li > ul.dropdown-menu {
        padding-left: 0;
    }
    header .mobile-main-menu ul li.open {
        display: inline-block;
        background: none;
    }
    header .dropdown-menu > li > a:hover, header .dropdown-menu > li:hover, header .dropdown-submenu:hover > a, header .dropdown-menu > li > a:focus {
        background: none;
        color: rgb(33, 33, 33);
        font-size: 1.6rem;
    }
    header .dropdown-submenu > a::after { float: unset; }
    header .dropdown-menu > li > a:focus, header .dropdown-submenu:hover > a, header .dropdown-submenu:focus > a { background: none; }
    header .mobile-main-menu ul li a.dropdown-toggle::after {
        content: "";
        margin: 0 0.5em;
        display: inline-block;
        border: 6px solid transparent;
        border-top: 7px solid #0A649B;
        border-bottom: 0 none;
        transition: all .3s ease;
    }
    header .mobile-main-menu li { width: fit-content; }
    header .mobile-main-menu ul li.open a.dropdown-toggle::after {
        transform: rotate(180deg);
    }
    header .mobile-main-menu ul li ul li a {
        line-height: 2.4rem;
    }
    header .mobile-main-menu ul li.open ul { display: block; }
    header .mobile-main-menu .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background: none;
    }
    .burger-menu-button {
        display: inline-block;
        text-align: left;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        cursor: pointer;
    }
    .burger-menu-button .icon-bar {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #005daa;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-top: 5px;
    }
    .burger-menu-button .icon-bar:first-child { margin-top: 0; }
    .meeting-information br {
        display: unset;
        content: unset;
    }
    .meeting-information strong { margin-left: 0; }
    .news-list-component .mss-media-list .media { width: 100%; }
    .news-list-component .media-body { padding: 1.2rem; }
    .news-list-component .media .media-body h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        margin: 0;
    }
    .news-list-component .media-body > p, .news-list-component .media-body > p:last-child { display: none; }
    section.hero {
        background-image: url(../img/homepage-mobile-video-overlay.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0;
        position: unset;
        aspect-ratio: unset;
    }
    section.hero .hero-text {
        transform: unset;
        position: relative;
        top: unset;
        z-index: unset;
        background: rgba(0, 0, 0, 0.55);
        margin: 0;
    }
    section.hero video { display: none; }
    section.banners > *, section.banners > :first-child, section.banners > :last-child { width: 100%; }
    section.mss-content, section.rss, section.events { padding: 1.2rem; }
    section.rss > div {
        max-width: 100%;
        width: 100%;
    }
    section.mss-content .content .controls-row { width: 100%; }
    section.mss-content .content img[data-mce-src] { width: 100%; }
    section.events .event { padding: 0.5rem 0; }
    footer .row-fluid > .span2 {
        min-width: 100%;
        margin-left: 0;
    }
}
