/* Global styles */
@font-face {
    font-family: 'Gentium Basic Bold';
    src: url('/fonts/GenBasB.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('/fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Reg';
    src: url('/fonts/MyriadPro-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro Semi';
    src: url('/fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

body {
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333F48;
    font-family: 'Myriad Pro Reg', sans-serif;
}

img {
    max-width: 100%;
}

h1 {
    color: #83888F;
    font-family: 'Gentium Basic Bold', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.1em;
}

h2 {
    color: #333F48;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.16em;
}

h3 {
    color: #333F48;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.16em;
}

h4 {
    color: #83888F;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

p {
    color: #333F48;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 31pt;
}

a {
    color: #00838F;
    font-family: 'Myriad Pro Semi', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 31pt;
}

a:hover {
    color: #003d43;
}

hr {
    border: 1px dashed #cccccc;
    margin-top: 5px;
    margin-bottom: 0px;
}

hr .hr2 {
    border: 1px dashed #dddddd;
}

hr .hr3 {
    border: 1px dashed #AEDFE4;
}

.clear {
    clear: both;
}

.container {
    background: #ffffff;
    max-width: 100%;
}

.img-responsive {
    display: inline-block;
}

html body {
    width: 100%;
}

/* Header */
header {
    width: 100vw;
    vertical-align: middle;
}

header .topHeader {
    background: linear-gradient(90deg, #011F4B 0%, #00838F 100%);
}

header .topHeader img {
    display: inline-block;
    position: relative;
    left: 53px;
    width: 32vw;
    max-width: 460px;
}

header .topHeader .nav-container {
    display: inline-block;
    width: calc(68vw - 78px);
    position: relative;
    left: 68px;
    font-family: 'Myriad Pro Semi', sans-serif;
    font-size: 14px;
    line-height: 84px;
    text-transform: uppercase;
    font-weight: normal;
    color: white;
    /* Main Navigation */
    /* Mobile Menu */
    /* Mobile Drop Down */
}

header .topHeader .nav-container .main-menu {
    position: relative;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
}

header .topHeader .nav-container .main-menu li {
    padding: 0 5px;
}

header .topHeader .nav-container .main-menu li:hover {
    color: #0099A7;
}

header .topHeader .nav-container .main-menu li a {
    display: block;
    font-family: "Myriad Pro Semi", sans-serif;
    font-size: 14px;
    line-height: 84px;
    font-weight: 600;
    text-align: center;
    color: white;
}

header .topHeader .nav-container .main-menu li a:hover {
    color: #AEDFE4;
}

header .topHeader .nav-container .main-menu li .dropdown .dropdown-menu {
    background: linear-gradient(90deg, #011F4B 0%, #00838F 100%);
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
}

header .topHeader .nav-container .main-menu li .dropdown .dropdown-menu a {
    font-family: "Myriad Pro Semi", sans-serif;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    color: white;
}

header .topHeader .nav-container .main-menu li .dropdown .dropdown-menu a li {
    background: transparent;
    display: block;
    width: 20vw;
}

header .topHeader .nav-container .main-menu li .dropdown .dropdown-menu a:hover {
    color: #AEDFE4;
}

header .topHeader .nav-container .mobile-menu {
    background: linear-gradient(90deg, #011F4B 41.71%, #009BA7 99.99%, #009BA7 100%);
    color: white;
    margin: 0 auto;
    padding-left: 0px;
    width: 100vw;
    list-style-type: none;
    display: none;
}

header .topHeader .nav-container .mobile-menu li {
    float: none;
    display: none;
    text-align: left;
    background: linear-gradient(90deg, #011F4B 41.71%, #009BA7 99.99%, #009BA7 100%);
    border-right: 1px solid #AEDFE4;
    border-top: 1px solid #AEDFE4;
    z-index: 100;
    position: relative;
    top: -5px;
}

header .topHeader .nav-container .mobile-menu li:hover {
    background-color: #AEDFE4;
    color: #333F48;
}

header .topHeader .nav-container .mobile-menu li:active {
    background-color: #AEDFE4;
    color: #333F48;
}

header .topHeader .nav-container .mobile-menu li a {
    color: white;
    background: linear-gradient(90deg, #011F4B 41.71%, #009BA7 99.99%, #009BA7 100%);
    line-height: 40px;
    padding-left: 40px;
}

header .topHeader .nav-container .mobile-menu li a img {
    position: relative;
    right: 0;
    height: 40px;
    width: 30px;
    border-left: 1px solid white;
    padding-left: 15px !important;
    margin-right: 15px;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin: 0px;
    background: linear-gradient(90deg, #011F4B 41.71%, #009BA7 99.99%, #009BA7 100%);
    border-right: 1px solid white;
    border-top: 1px solid white;
    padding-right: 2px;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li {
    border: 0px;
    padding: 1px;
    background: linear-gradient(90deg, #011F4B 41.71%, #009BA7 99.99%, #009BA7 100%);
    top: 0;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li:hover {
    background-color: #AEDFE4;
    color: #333F48;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li:active {
    background-color: #AEDFE4;
    color: #333F48;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li a {
    border: 0px;
    padding: 5px 55px;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li a img {
    position: relative;
    right: 0;
    height: 40px;
    width: 30px;
    border-left: 1px solid white;
    padding-left: 15px;
    margin-right: 15px;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li .loginMobile {
    width: 100vw;
    height: 53px;
    display: none;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li .loginMobile button {
    background-color: #AEDFE4;
    color: #333F48;
    border: none;
    padding: 5px 10px;
    transition: all 0.2s;
    border-right: 50px;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li .loginMobile button:hover {
    background-color: white;
    color: #333F48;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li .loginMobile .btn-submit {
    background-color: #AEDFE4;
    color: #333F48;
    width: 100vw;
    height: 53px;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li .loginMobile .btn-submit:hover {
    background-color: white;
    color: #333F48;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li:hover {
    background-color: #00c9dc;
}

header .topHeader .nav-container .mobile-menu .dropdown-menu li:active {
    background-color: #00c9dc;
}

header .topHeader .nav-container .mobile-show {
    display: none;
}

header .topHeader .nav-container .toggle-menu {
    display: none;
}

@media screen and (min-width: 992px) and (max-width: 1175px) {
    header .topHeader img {
        width: 25vw;
        left: 26px;
    }

    header .topHeader .nav-container {
        width: calc(75vw - 38px);
        left: 36px;
    }
}

header .bottomHeader {
    background-color: white;
    width: 100vw;
    height: 98px;
    display: block;
}

header .bottomHeader .name-container {
    background-color: transparent;
    display: inline-block;
    width: 50vw;
    text-align: center;
}

header .bottomHeader .name-container #chapterName,
header .bottomHeader .name-container #school {
    display: inline-block;
    text-align: center;
    color: #83888F;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    transform: none !important;
    line-height: 67px;
}

header .bottomHeader .name-container #chapterAddress {
    display: inline-block;
    text-align: center;
    color: #83888F;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 67px;
}

header .bottomHeader .social-icons {
    display: inline-block;
    text-align: center;
    width: 49vw;
}

header .bottomHeader .social-icons a {
    color: #83888F;
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 50%;
}

header .bottomHeader .social-icons a .frame {
    background-color: transparent;
    text-align: center;
    display: inline-block;
    transition: all 0.2s;
}

header .bottomHeader .social-icons a .frame:hover {
    background-color: #AEDFE4;
    color: #FFF;
}

header .bottomHeader .social-icons a .frame i {
    color: #83888F;
    font-size: 30px;
    line-height: 97px;
}

/* Content */
#main {
    display: block;
    position: relative;
    width: 100vw;
    margin-bottom: -20vw;
}

#main .MainSlider {
    height: 582px;
    width: 94vw;
    margin-left: 3vw;
}

#main .MainSlider .slideshow {
    margin: 0 !important;
}

#main .MainSlider .slideshow .bx-wrapper {
    height: 582px;
    list-style-type: none;
    border: 0;
    margin: 0 !important;
}

#main .MainSlider .slideshow .bx-wrapper .bx-viewport {
    height: 582px;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    left: 0 !important;
}

#main .MainSlider .slideshow .bx-wrapper .bx-viewport ul {
    padding: 0 !important;
}

#main .MainSlider .slideshow .bx-wrapper .bx-viewport li {
    height: 582px;
    width: 100%;
    margin: 0 !important;
}

#main .MainSlider .slideshow .bx-wrapper .bx-viewport li img {
    object-position: center !important;
    object-fit: cover !important;
    min-height: 582px;
    min-width: 100%;
    margin: 0 !important;
}

#main .MainSlider .bx-controls {
    display: none;
}

#main .home-photo {
    display: flex;
    justify-content: space-evenly;
}

#main .home-photo .img-wrapper {
    display: inline-block;
    width: 29vw;
    height: 29vw;
    position: relative;
    margin: 1vw;
    object-fit: cover;
    z-index: 2;
}

#main .home-photo-backer {
    background: linear-gradient(90deg, #011F4B 41.71%, #009BA7 99.99%, #009BA7 100%);
    width: 100vw;
    height: 22vw;
    z-index: 0;
    position: relative;
    top: -26.5vw;
}

#main .img-wrapper-rd {
    width: 145px;
    height: 145px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: -90px;
    border-radius: 50%;
    border: 8px solid #D0D3D4;
    align-content: center;
}

#main #content {
    margin: auto;
}

#main #content .interior {
    margin: 20px 45px;
}

#main .home-content {
    padding: 40px;
    text-align: left;
    align-content: center;
    position: relative;
    top: -60px;
    left: 15vw;
    width: 70vw;
    margin: 0;
    z-index: 52;
    background-color: white;
}

#inner-main {
    display: block;
    position: relative;
    width: 100vw;
}

#inner-main .IntSlider {
    height: 395px;
    width: 94vw;
    margin-left: 3vw;
}

#inner-main .IntSlider .interior-slideshow {
    margin: 0 !important;
}

#inner-main .IntSlider .interior-slideshow .bx-wrapper {
    height: 395px;
    list-style-type: none;
    border: 0;
    margin: 0 !important;
}

#inner-main .IntSlider .interior-slideshow .bx-wrapper .bx-viewport {
    height: 395px;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    left: 0 !important;
}

#inner-main .IntSlider .interior-slideshow .bx-wrapper .bx-viewport ul {
    padding: 0 !important;
}

#inner-main .IntSlider .interior-slideshow .bx-wrapper .bx-viewport li {
    height: 395px;
    width: 100%;
    margin: 0 !important;
}

#inner-main .IntSlider .interior-slideshow .bx-wrapper .bx-viewport li img {
    object-position: center !important;
    object-fit: cover !important;
    min-height: 395px;
    min-width: 100%;
    margin: 0 !important;
}

#inner-main .IntSlider .bx-controls {
    display: none;
}

#inner-main #content {
    margin: auto;
}

#inner-main #content .interior {
    margin: 20px 45px;
}

#inner-main .page-content {
    padding: 40px;
    text-align: left;
    align-content: center;
    position: relative;
    top: -60px;
    left: 15vw;
    width: 70vw;
    margin: 0 0 140px;
    z-index: 52;
    background-color: white;
}

@media screen and (max-width: 992px) {
    #inner-main .page-content {
        width: 81vw;
        left: 5.5vw;
        max-height: none;
    }
}

#inner-main .inner-line {
    background: linear-gradient(90deg, #011F4B 41.71%, #009BA7 99.99%, #009BA7 100%);
    width: 100vw;
    height: 8px;
    z-index: 0;
    position: relative;
    display: block;
}

/* Footer */
footer {
    position: relative;
    margin: 0 auto;
}

footer .login {
    background-color: #00838F !important;
    width: 100%;
    padding-top: 40px;
    margin-top: 5px;
    align-content: center;
    justify-content: center;
}

footer .login img {
    align-content: center;
    justify-content: center;
    margin: auto;
    max-height: 50px;
}

footer .login button {
    display: inline-block;
    background-color: #AEDFE4;
    color: #333F48;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    padding: 0px 20px;
    transition: all 0.2s;
    align-content: center;
    justify-content: center;
}

footer .login button:hover {
    background-color: white;
    color: #333F48;
}

footer .login .btn-submit {
    border-radius: 53px;
    height: 40px;
    background-color: #AEDFE4;
    color: #333F48;
    align-content: center;
    justify-content: center;
}

footer .login .btn-submit:hover {
    background-color: white;
    color: #333F48;
}

footer .login .copyright {
    padding: 10px 10px;
    margin-top: 10px;
    background-color: #00838F !important;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    /* or 31px */
    text-align: center;
    color: #FFFFFF;
}

footer .login .copyright p {
    color: white;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 24pt;
}

footer .login .copyright a {
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    /* or 31px */
    text-align: center;
    color: #FFFFFF;
}

footer p {
    color: white;
}

footer .connect-bg {
    background: transparent;
    width: 100vw;
    align-content: center;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 80px;
    position: relative;
}

footer .connect-bg .row {
    margin: 10px;
    z-index: 2;
    position: relative;
    min-height: 150px;
}

footer .connect-bg .edge {
    border-right: 1px solid white;
}

footer .connect-bg p {
    font-size: 12px;
}

footer .connect-bg .social-icons {
    text-align: center;
    justify-content: center;
    align-content: center;
}

footer .connect-bg .social-icons a {
    color: #83888F;
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 50%;
}

footer .connect-bg .social-icons a + a {
    margin-left: 5px;
}

footer .connect-bg .social-icons a .frame {
    background-color: transparent;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-top: 1px;
    transition: all 0.2s;
}

footer .connect-bg .social-icons a .frame:hover {
    background-color: #00838F;
    color: #FFF;
}

footer .connect-bg .social-icons a .frame i {
    width: 42px;
    height: 42px;
    font-size: 30px;
    color: #83888F;
}

footer .connect-bg .divider {
    border-right: 1px solid #AEDFE4;
    height: 95px;
}

footer .connect-bg h3 {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: white;
    margin: 10px 0;
}

footer .connect-bg h3 a {
    color: white;
}

footer .connect-bg h3 img {
    width: 40px;
}

@media screen and (min-width: 768px) {
    footer .connect-bg h3 {
        margin: 0 0 15px;
    }
}

footer .footer-bg {
    background-color: white !important;
    width: 100%;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    position: relative;
}

footer .footer-bg img {
    max-width: 320px;
    padding-bottom: 20px;
    border-bottom: 1px solid #83888F;
}

footer .footer-bg .row {
    z-index: 2;
    position: relative;
}

footer .footer-bg p {
    color: #333F48;
    font-size: 12px;
}

footer .footer-bg a {
    color: #333F48;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24pt;
}

footer .footer-bg h3 {
    text-align: center;
    font-size: 18px;
    color: #FFF;
    margin: 10px 0;
}

footer .footer-bg h3 a {
    color: #FFF;
    background-color: #AEDFE4;
}

footer .footer-bg h3 img {
    width: 40px;
}

@media screen and (min-width: 768px) {
    footer .footer-bg h3 {
        margin: 0 0 15px;
    }
}

footer .footer-bg form input {
    display: inline-block;
    width: 145px;
    height: 30px;
    color: #666666;
    font-size: 10px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 5px;
    border: none;
}

footer .footer-bg form input + input {
    margin: 0 5px;
}

footer .footer-bg form button {
    display: inline-block;
    background-color: #00838F;
    color: white;
    border: none;
    padding: 5px 10px;
    transition: all 0.2s;
    border-right: 50px;
}

footer .footer-bg form button:hover {
    background-color: #00b2c2;
    color: white;
}

footer .footer-bg .name-container {
    background-color: transparent;
    margin: 15px 0px;
    width: 100%;
    padding: 4px;
}

footer .footer-bg .name-container .name-border {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
}

footer .footer-bg .name-container #chapterName,
footer .footer-bg .name-container #school {
    margin: 5px;
    color: #0099A7;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
}

footer .footer-bg .name-container #chapterAddress {
    text-align: center;
    margin: 5px;
    color: #333F48;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21pt;
}

footer .footer-bg .name-container #chapterAddress a {
    color: #333F48 !important;
    font-family: 'Myriad Pro Reg', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21pt;
}

footer .footer-bg .forgot {
    display: block;
    margin: 0;
}

footer .footer-bg .forgot a {
    color: #FFF;
}

footer .footer-bg .social-login {
    margin-bottom: 0;
}

footer .footer-bg .social-icons {
    text-align: center;
    justify-content: center;
    align-content: center;
    border-right: 1px solid white;
}

footer .footer-bg .social-icons a {
    color: #00838F;
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 50%;
}

footer .footer-bg .social-icons a + a {
    margin-left: 5px;
}

footer .footer-bg .social-icons a .frame {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 1px;
    transition: all 0.2s;
}

footer .footer-bg .social-icons a .frame:hover {
    background-color: #00838F;
    color: #FFF;
}

footer .footer-bg .social-icons a .frame i {
    color: inherit;
    width: 42px;
    height: 42px;
}

footer .footer-bg .divider {
    border-right: 2px solid #FFF;
    height: 195px;
}

footer .footer-bg .border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border: 2px solid #FFF;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    footer .footer-bg .login {
        text-align: center;
    }
}

footer .content-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

/* Scrapbook */
#albumSelector label > input:checked + .album-thumbnail {
    border-color: #00838F;
}

@media (max-width: 992px) {
    .name-container {
        margin: 0px 0px 6px 0px;
    }

    header .topHeader {
        display: flex;
        height: 80px;
    }

    header .topHeader img {
        width: 73vw;
        position: absolute;
        left: 20px;
        z-index: 100;
        margin: 27px auto;
        height: 26px;
    }

    header .topHeader .nav-container {
        width: 100vw;
        left: 0;
    }

    header .topHeader .nav-container .main-menu {
        display: none;
    }

    header .topHeader .nav-container .mobile-hide {
        display: none;
    }

    header .topHeader .nav-container .mobile-show {
        display: inline-block;
    }

    header .topHeader .nav-container .mobile-menu {
        display: block;
        height: 72px;
        background: linear-gradient(90deg, #011F4B 41.71%, #009BA7 99.99%, #009BA7 100%);
    }

    header .topHeader .nav-container .mobile-menu li {
        top: 80px;
    }

    header .topHeader .nav-container .mobile-menu li a {
        display: flow-root;
    }

    header .topHeader .nav-container .mobile-menu li a img {
        border-left: 1px solid #AEDFE4;
        padding-left: 15px;
        margin: 0 30px 0 0;
    }

    header .topHeader .nav-container .mobile-menu .loginMobile {
        width: 100vw;
        height: 53px;
        display: block;
        position: relative;
        left: -42px;
    }

    header .topHeader .nav-container .mobile-menu .loginMobile button {
        background-color: #AEDFE4;
        color: #333F48;
        border: none;
        padding: 5px 10px;
        transition: all 0.2s;
    }

    header .topHeader .nav-container .mobile-menu .loginMobile button:hover {
        background-color: #75c8d1;
        color: white;
    }

    header .topHeader .nav-container .mobile-menu .loginMobile .btn-submit {
        background-color: #AEDFE4;
        color: #333F48;
        width: 100vw;
        height: 53px;
    }

    header .topHeader .nav-container .mobile-menu .loginMobile .btn-submit:hover {
        background-color: #75c8d1;
        color: white;
    }

    header .topHeader .nav-container .toggle-menu {
        display: block;
        position: absolute;
        right: 16px;
        text-align: center;
        color: white;
        padding: 8px;
    }

    header .topHeader .nav-container .toggle-menu .fa {
        font-size: 25px;
        line-height: 54px;
    }

    header .topHeader .nav-container .toggle-menu:hover {
        background: #00838F;
        color: #AEDFE4;
    }

    header .topHeader .nav-container .toggle-menu.active {
        margin-bottom: 3px;
    }

    header .bottomHeader {
        height: auto;
    }

    header .bottomHeader .name-container,
    header .bottomHeader .social-icons {
        width: 100vw;
    }

    header .bottomHeader .social-icons {
        margin-bottom: 35px;
    }

    header .bottomHeader #chapterName,
    header .bottomHeader #school {
        line-height: 24px !important;
    }

    header .bottomHeader .fa {
        line-height: 42px !important;
    }

    #main {
        margin-bottom: -220vw;
    }

    #main .home-content {
        width: 81vw;
        left: 5.5vw;
        max-height: none;
    }

    #main .home-content h1 {
        font-size: 20px;
    }

    #main .img-wrapper-rd {
        margin-bottom: -1400px;
        z-index: 5;
    }

    #main .home-photo {
        display: inline-block;
    }

    #main .home-photo .img-wrapper {
        display: block;
        width: 82vw;
        height: 82vw;
        margin: 4vw;
        left: 5vw;
    }

    #main .home-photo-backer {
        height: 220vw;
        top: -244vw;
    }

    .toggle-menu {
        display: block;
        text-align: center;
        color: #f8d8cd;
        padding: 8px;
    }

    .toggle-menu:hover {
        background: #00838F;
        color: #f8d8cd;
    }

    .toggle-menu.active {
        background: #00838F;
    }

    footer .footer-bg {
        text-align: center;
    }

    footer .footer-bg .social-icons {
        justify-content: center;
        align-content: center;
        float: none;
        margin: 0px;
    }

    footer .footer-bg .divider {
        display: none;
    }

    footer .footer-bg .login {
        background-color: #00838F !important;
        width: auto;
        float: none;
        margin-left: 0px;
        margin: 20px;
        height: 50px;
    }

    footer .footer-bg .login button {
        display: inline-block;
        background-color: #00838F;
        color: white;
        border: none;
        padding: 5px 10px;
        transition: all 0.2s;
        border-right: 50px;
    }

    footer .footer-bg .login button:hover {
        background-color: #00b2c2;
        color: white;
    }

    footer .footer-bg .login .btn-submit {
        background-color: #AEDFE4;
        border-radius: 53px;
        height: 40px;
    }

    footer .footer-bg .connect {
        display: none;
        background-color: #00838F !important;
    }

    footer .footer-bg h3.login-logo {
        width: 100%;
        color: #AEDFE4;
        margin: 40px auto 0;
    }

    #follow-chapter {
        padding-bottom: 20px;
    }

    #content {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 40px;
    }

    .slideshow {
        max-height: 260px;
    }

    .interior #main #content .page-content {
        padding: 0px 5px;
    }

    .interior #main #content .page-content .columnGroup {
        margin-right: 20px;
    }
}

.instafeed {
    text-align: center;
}

.instafeed__item {
    width: 95%;
    text-align: center;
    margin: 5px auto 20px;
    position: relative;
}

.instafeed__item:hover .instafeed__caption {
    display: block;
}

.instafeed__header {
    text-align: left;
    margin-bottom: 10px;
}

.instafeed__link {
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.instafeed__title {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #262626;
    font-weight: 600;
}

.instafeed__media-link {
    width: 100%;
    display: block;
}

.instafeed__img {
    width: 100%;
}

.instafeed__username {
    color: #262626;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.instafeed__followup {
    background: 0 0;
    border: none;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    overflow: visible;
    padding: 0;
    color: #3897f0;
    cursor: pointer;
}

.instafeed__logo {
    float: right;
    display: block;
}

.instafeed__logo-link {
    display: block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    background-image: url(https://www.instagram.com/static/sprites/embed/9d26e1.png);
    background-repeat: no-repeat;
    background-position: -72px -27px;
    height: 32px;
    width: 32px;
}

.instafeed__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    color: white;
    padding: 5px;
    display: none;
}
