/* 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;
}

img {
    max-width: 100%;
}

h1 {
    color: #333F48;
    font-family: 'Gentium Basic Bold', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}

h2 {
    color: #0099A7;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 28px;
}

h3 {
    color: #0099A7;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

h4 {
    color: #333F48;
    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: normal;
    font-size: 17px;
    line-height: 21pt;
}

a {
    color: #006F71;
    font-family: 'Myriad Pro Semi', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
}

a:hover {
    color: #002425;
}

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;
}

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

html body {
    width: 100%;
}

html body .container {
    width: 100%;
}

html .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Header */
header {
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100vw;
    /* Main Navigation */
    /* Mobile Menu */
    /* Mobile Drop Down */
}

header img {
    display: inline-block;
    margin-bottom: 5px;
}

header .name-container {
    background-color: transparent;
    margin: 0px 0px;
    width: 100%;
    padding: 8px;
}

header .name-container .name-border {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

header .name-container #chapterName,
header .name-container #school {
    color: #0099A7;
    font-family: 'Myriad Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px !important;
    transform: none !important;
}

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

header .main-menu {
    background-color: #00838F;
    width: 100%;
    margin: 0;
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

header .main-menu li {
    padding: 5px 14px;
    border-right: 1px solid #00838F;
    flex-grow: 1;
}

header .main-menu li:first-child {
    border-left: 1px solid #00838F;
}

header .main-menu li:hover {
    background: #0099A7;
}

header .main-menu li a {
    padding: 10px;
    display: inline-block;
    width: 100%;
    color: white;
    text-decoration: none;
    text-align: center;
}

header .main-menu li a:hover {
    color: white;
}

header .main-menu .dropdown-menu {
    background-color: #00838F;
    padding: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
}

header .main-menu .dropdown-menu li {
    border: 0px;
    width: 100%;
    padding: 0px;
    background: transparent;
    display: inline-block;
}

header .main-menu .dropdown-menu li a {
    background: transparent;
}

header .main-menu .dropdown-menu a:hover {
    background: #0099A7;
}

header .mobile-menu {
    background-color: #00838F;
    color: white;
    margin: 0 auto;
    padding-left: 0px;
    width: 100vw;
    list-style-type: none;
    display: none;
}

header .mobile-menu li {
    float: none;
    display: none;
    text-align: left;
    background-color: #00838F;
    border-right: 1px solid white;
    border-top: 1px solid white;
    z-index: 100;
    position: relative;
    top: -5px;
}

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

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

header .mobile-menu li a {
    color: white;
    background-color: #00838F;
    line-height: 40px;
    padding-left: 40px;
}

header .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 .mobile-menu .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin: 0px;
    background-color: #00838F;
    border-right: 1px solid white;
    border-top: 1px solid white;
    padding-right: 2px;
}

header .mobile-menu .dropdown-menu li {
    border: 0px;
    padding: 1px;
    background: #00838F;
}

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

header .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 .mobile-menu .dropdown-menu li .loginMobile {
    width: 100vw;
    height: 53px;
    display: none;
}

header .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 .mobile-menu .dropdown-menu li .loginMobile button:hover {
    background-color: #75c8d1;
    color: white;
}

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

header .mobile-menu .dropdown-menu li .loginMobile .btn-submit:hover {
    background-color: #75c8d1;
    color: white;
}

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

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

header .mobile-show {
    display: none;
}

header .toggle-menu {
    background-color: #00838F;
    display: none;
}

header .gradient {
    width: 83vw;
    margin: 60px auto;
    height: 568px;
    background: linear-gradient(to bottom, #00838F, white);
    -webkit-mask-image: linear-gradient(to top, transparent, #00838F, #00838F);
    mask-image: linear-gradient(to top, transparent, #00838F, #00838F);
    mix-blend-mode: multiply;
}

header .gradient .slideshow {
    list-style-type: none;
    border: 0px;
    height: 568px;
    width: 100%;
    mix-blend-mode: luminosity;
}

header .gradient .slideshow .bx-wrapper .bx-viewport {
    height: 568px !important;
    width: 100%;
    left: 0 !important;
}

header .gradient .slideshow .bx-wrapper li {
    left: 0px;
    border: 0px;
}

header .gradient .slideshow .bx-wrapper li img {
    left: 0px;
    top: -10px;
    border: 0px;
    width: 100%;
    height: 568px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

header .gradient .slideshow .bx-wrapper .bx-controls {
    display: none;
}

header .gradient .slideshow .bx-wrapper .bx-controls a {
    transition: all 0.2s ease-in;
}

header .gradient .slideshow .bx-wrapper .bx-controls a.bx-prev {
    position: absolute;
    top: 90%;
    left: auto;
    margin-top: -16px;
    outline: 0;
    width: 29px;
    height: 29px;
    text-indent: -9999px;
    background: url('../images/prev.png') no-repeat;
    background-size: 100%;
    opacity: 0.6;
    right: 70px;
}

header .gradient .slideshow .bx-wrapper .bx-controls a.bx-next {
    position: absolute;
    top: 90%;
    left: auto;
    margin-top: -16px;
    outline: 0;
    width: 29px;
    height: 29px;
    text-indent: -9999px;
    background: url('../images/next.png') no-repeat;
    background-size: 100%;
    opacity: 0.6;
    right: 30px;
    background-position: center center !important;
}

header .gradient .slideshow .bx-wrapper .bx-controls a:hover {
    opacity: 1;
}

.frame {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: #00838F;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s;
}

.frame i {
    line-height: 38px;
    color: #fff;
    font-size: 22px;
}

.frame:hover {
    background-color: #fff;
}

.frame:hover i {
    color: #00838F;
}

/* Content */
#main {
    background-image: url('../images/Floral_bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 100px;
    margin: 0 auto;
}

#main .home-photo {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    width: 70vw;
    margin: auto;
    margin-bottom: 160px;
}

#main .home-photo .col-lg-7 {
    padding: 0 !important;
    width: 55%;
}

#main .home-photo .col-lg-5 {
    padding: 0 !important;
    width: 45%;
}

#main .home-photo .img-wrapper {
    width: 18vw;
    height: 19vw;
    position: relative;
    margin-right: 1vw;
    margin-bottom: 1vw;
    display: inline-flex;
    object-fit: cover;
    object-position: center;
}

#main .home-photo .img-wrapper-lg {
    width: 40vw;
    height: 39vw;
    position: relative;
    margin-bottom: 1vw;
    display: inline-block;
    object-fit: cover;
    object-position: center;
}

#main .connect-bg {
    background-color: #00838F !important;
    width: 83vw;
    align-content: center;
    box-shadow: none;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 30px auto 0px;
    text-align: center;
    position: relative;
    height: 360px;
}

#main .connect-bg h2 {
    color: white;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin: 20px auto 26px;
}

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

#main .connect-bg .edge {
    height: 185px;
    border-right: 1px solid white;
}

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

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

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

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

#main .connect-bg .social-icons a .frame {
    background-color: #00838F;
    display: inline-block;
    margin-top: 1px;
    transition: all 0.2s;
}

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

#main .connect-bg .social-icons a .frame i {
    font-size: 30px;
    color: white;
}

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

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

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

body.interior .inner-wrapper {
    background-image: url('../images/Floral_bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 170px;
    margin: 0 auto;
}

body.interior .inner-wrapper .page-content {
    padding: 0px 40px 100px;
    height: fit-content;
    width: 70vw;
    margin: 0 auto;
    overflow: visible;
}

body.interior .inner-wrapper .page-content h2 {
    text-transform: uppercase;
    color: #00838F;
    font-size: 30px;
}

body.interior .inner-wrapper .page-content .morecontent span {
    display: none;
}

body.interior .inner-wrapper .page-content .morecontent span.less {
    display: block;
}

body.interior .inner-wrapper .page-content .lesslink {
    display: none;
}

body.interior .inner-wrapper .connect-bg {
    background-color: #00838F !important;
    width: 83vw;
    align-content: center;
    box-shadow: none;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 30px auto 0px;
    text-align: center;
    position: relative;
    height: 360px;
}

body.interior .inner-wrapper .connect-bg h2 {
    color: white;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    margin: 20px auto 26px;
}

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

body.interior .inner-wrapper .connect-bg .edge {
    height: 185px;
    border-right: 1px solid white;
}

body.interior .inner-wrapper .connect-bg p {
    font-size: 12px;
}

body.interior .inner-wrapper .connect-bg .social-icons {
    text-align: center;
    justify-content: center;
    align-content: center;
}

body.interior .inner-wrapper .connect-bg .social-icons a {
    color: white;
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 50%;
}

body.interior .inner-wrapper .connect-bg .social-icons a + a {
    margin-left: 5px;
}

body.interior .inner-wrapper .connect-bg .social-icons a .frame {
    background-color: #00838F;
    display: inline-block;
    margin-top: 1px;
    transition: all 0.2s;
}

body.interior .inner-wrapper .connect-bg .social-icons a .frame:hover {
    background-color: #00838F;
    color: #AEDFE4;
}

body.interior .inner-wrapper .connect-bg .social-icons a .frame i {
    font-size: 30px;
    color: white;
}

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

body.interior .inner-wrapper .connect-bg h3 a {
    color: white;
}

body.interior .inner-wrapper .connect-bg h3 img {
    width: 40px;
}

.int-gradient {
    width: 83vw;
    margin: 60px auto;
    height: 307px;
    background: #00838F;
    -webkit-mask-image: linear-gradient(to top, transparent, #00838F, #00838F);
    mask-image: linear-gradient(to top, transparent, #00838F, #00838F);
    mix-blend-mode: multiply;
}

.int-gradient .interior-slideshow {
    list-style-type: none;
    border: 0px;
    height: 307px;
    width: 100%;
    background: #00838F;
    mix-blend-mode: luminosity;
}

.int-gradient .interior-slideshow .bx-wrapper .bx-viewport {
    height: 307px !important;
    width: 100%;
    left: 0 !important;
}

.int-gradient .interior-slideshow .bx-wrapper li {
    left: 0px;
    border: 0px;
}

.int-gradient .interior-slideshow .bx-wrapper li img {
    left: 0px;
    top: -10px;
    border: 0px;
    width: 100%;
    height: 307px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

.int-gradient .interior-slideshow .bx-wrapper .bx-controls {
    display: none;
}

.int-gradient .interior-slideshow .bx-wrapper .bx-controls a {
    transition: all 0.2s ease-in;
}

.int-gradient .interior-slideshow .bx-wrapper .bx-controls a.bx-prev {
    position: absolute;
    top: 90%;
    left: auto;
    margin-top: -16px;
    outline: 0;
    width: 29px;
    height: 29px;
    text-indent: -9999px;
    background: url('../images/prev.png') no-repeat;
    background-size: 100%;
    opacity: 0.6;
    right: 70px;
}

.int-gradient .interior-slideshow .bx-wrapper .bx-controls a.bx-next {
    position: absolute;
    top: 90%;
    left: auto;
    margin-top: -16px;
    outline: 0;
    width: 29px;
    height: 29px;
    text-indent: -9999px;
    background: url('../images/next.png') no-repeat;
    background-size: 100%;
    opacity: 0.6;
    right: 30px;
    background-position: center center !important;
}

.int-gradient .interior-slideshow .bx-wrapper .bx-controls a:hover {
    opacity: 1;
}

#content {
    padding-right: 0px;
}

.home-content {
    padding: 0px 20px 20px;
    overflow-y: auto;
    max-height: 480px;
    width: 70%;
    margin: auto;
    align-content: center;
    text-align: justify;
}

.page-content {
    padding: 0px 40px;
    height: fit-content;
    width: 70vw;
    margin: 0 auto;
    overflow: visible;
}

.page-content h2 {
    text-transform: uppercase;
    color: #00838F;
    font-size: 30px;
}

.page-content .morecontent span {
    display: none;
}

.page-content .morecontent span.less {
    display: block;
}

.page-content .lesslink {
    display: none;
}

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

footer p,
footer a {
    color: #006F71;
    font-family: 'Myriad Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21pt;
}

footer .copyright {
    padding: 10px 0px;
    margin-bottom: 0px;
}

footer .copyright p,
footer .copyright a {
    color: #006F71;
    font-family: 'Myriad Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21pt;
}

footer .connect-bg {
    background-color: #00838F;
    width: 83vw;
    align-content: center;
    box-shadow: none;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 30px auto 170px;
    position: relative;
    height: 360px;
}

footer .connect-bg h2 {
    color: white;
    font-family: 'Myriad Pro Bold', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 41px;
}

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: white;
    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: #00838F;
    display: inline-block;
    margin-top: 1px;
    transition: all 0.2s;
}

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

footer .connect-bg .social-icons a .frame i {
    color: white;
}

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;
}

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

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

footer h3 a {
    color: white;
}

footer h3 img {
    width: 40px;
}

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

footer .footer-bg img {
    width: 11vw;
    margin-top: 38px;
    max-width: 160px;
}

footer .footer-bg .login {
    background-color: #00838F !important;
    width: auto;
    float: none;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 98px;
    text-align: center;
    align-content: center;
    justify-content: center;
}

footer .footer-bg .login button {
    width: 18vw;
    display: inline-block;
    background-color: #AEDFE4;
    color: #333F48;
    font-family: 'Myriad Pro', sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 18pt;
    font-weight: bold;
    border: none;
    padding: 5px 15px;
    transition: all 0.2s;
    align-content: center;
    justify-content: center;
}

footer .footer-bg .login button:hover {
    background-color: #75c8d1;
    color: white;
}

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

footer .footer-bg .login .btn-submit:hover {
    background-color: #4eb9c4;
    color: white;
}

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

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

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;
}

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: 10px;
    color: #0099A7;
    font-family: 'Myriad Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
}

footer .footer-bg .name-container #chapterAddress {
    text-align: center;
    margin: 0px;
    color: #333F48;
    font-family: 'Myriad Pro', 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', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21pt;
}

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

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) {
    .bx-wrapper .bx-viewport {
        box-shadow: none !important;
        border: none !important;
    }

    header {
        margin-bottom: 0;
    }

    header img {
        width: 80vw;
        height: auto;
    }

    header h3 {
        font-size: 17px;
        line-height: 21px;
    }

    header .main-menu {
        display: none;
    }

    header .main-menu li {
        float: none;
        display: none;
        text-align: center;
        border-right: 0px;
        border-bottom: 1px solid #ffffff;
        padding: 5px 0px;
    }

    header .main-menu .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin: 0px;
        background-color: #00838F;
        border: 0px;
        padding: 0px;
    }

    header .main-menu .dropdown-menu li {
        border: 0px;
    }

    header .main-menu .dropdown-menu li a {
        border: 0px;
    }

    header .main-menu iframe#twitter-widget-0 {
        min-width: 100%;
    }

    header .mobile-hide {
        display: none;
    }

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

    header .mobile-menu {
        display: block;
        height: 72px;
        background-blend-mode: normal;
        background: #00838F;
        mix-blend-mode: normal;
    }

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

    header .mobile-menu li a img {
        border-left: 1px solid white;
        padding-left: 15px;
        margin: 0 15px 0 0;
    }

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

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

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

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

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

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

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

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

    header .toggle-menu.active {
        background: #00838F;
        margin-bottom: 3px;
    }

    header .gradient {
        top: -3px;
        margin: 0;
        height: 322px;
        width: 100vw;
    }

    header .gradient img {
        height: 322px;
        width: 100vw;
    }

    #main {
        background-size: auto 60%;
        background-position: center bottom -5%;
        padding-bottom: 30px;
    }

    #main .home-content {
        padding: 10px;
        margin: auto;
        margin-bottom: 20px;
        width: 88vw;
        max-height: none;
    }

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

    #main .home-photo {
        background-size: cover;
        align-content: center;
        justify-content: center;
        margin: auto;
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    #main .home-photo .col-lg-7,
    #main .home-photo .col-lg-5 {
        width: 100%;
    }

    #main .home-photo .img-wrapper {
        width: 43vw;
        height: 43vw;
        margin-right: 1vw;
        margin-bottom: 1vw;
        top: 89vw;
    }

    #main .home-photo .img-wrapper-lg {
        top: -89vw;
        width: 87vw;
        height: 87vw;
        margin: 0;
    }

    #main .connect-bg {
        min-height: 527px;
        width: 88vw;
        height: fit-content;
        margin-top: 120px;
        padding: 40px;
        margin-bottom: 70px;
        text-align: center;
        justify-content: center;
    }

    #main .connect-bg .col-sm-6 {
        width: 100%;
        height: fit-content;
        margin: auto;
        text-align: center;
    }

    #main .connect-bg .edge {
        border-bottom: 1px solid white;
        border-right: none;
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    #main .connect-bg h2 {
        margin: 20px auto 19px;
    }

    #main .connect-bg .social-icons {
        margin-bottom: 10px;
        text-align: center;
    }

    body.interior .int-gradient {
        position: relative;
        top: -3px;
        margin: 0;
        height: 322px;
        width: 100vw;
    }

    body.interior .int-gradient img {
        height: 322px;
        width: 100vw;
    }

    body.interior .inner-wrapper {
        padding-bottom: 30px;
        background-size: auto 85%;
        background-position: center bottom -5%;
    }

    body.interior .inner-wrapper .page-content {
        width: 90vw;
    }

    body.interior .inner-wrapper .connect-bg {
        min-height: 527px;
        width: 88vw;
        height: fit-content;
        margin-top: 20px;
        padding: 40px;
        margin-bottom: 70px;
        text-align: center;
        justify-content: center;
    }

    body.interior .inner-wrapper .connect-bg .col-sm-6 {
        width: 100%;
        height: fit-content;
        margin: auto;
        text-align: center;
    }

    body.interior .inner-wrapper .connect-bg .edge {
        border-bottom: 1px solid white;
        border-right: none;
        padding-bottom: 45px;
        margin-bottom: 45px;
    }

    body.interior .inner-wrapper .connect-bg .connect {
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }

    body.interior .inner-wrapper .connect-bg .social-icons {
        margin-bottom: 10px;
        text-align: center;
    }

    footer .footer-bg {
        text-align: center;
        background-color: #AEDFE4 !important;
    }

    footer .footer-bg img {
        width: 44vw;
        height: auto;
        margin: 30px auto;
    }

    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: 20px 0 0;
        height: 96px;
    }

    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;
        width: 72vw;
    }

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

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

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

.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;
}
