body,
html,
div,
img,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

@font-face {
    font-family: poppinsExtraLight;
    src: url(https://prd-mp-docs.azureedge.net/27399481-c782-40ef-9eaa-ce446eee3de7/document/afec675e-7b6c-4721-a976-cbe7cceca576/poppins-extralight.otf)
}

@font-face {
    font-family: poppinsThin;
    src: url(https://prd-mp-docs.azureedge.net/27399481-c782-40ef-9eaa-ce446eee3de7/document/062f00b4-bfda-4372-a8e4-2e9ae2fcb917/poppins-thin.otf)
}

@font-face {
    font-family: poppinsLight;
    src: url(https://prd-mp-docs.azureedge.net/27399481-c782-40ef-9eaa-ce446eee3de7/document/0612c87b-b8c9-4f31-8789-655585309176/poppins-light.otf)
}

@font-face {
    font-family: poppinsReg;
    src: url(https://prd-mp-docs.azureedge.net/27399481-c782-40ef-9eaa-ce446eee3de7/document/bcccda81-64af-45a5-b08b-049c9eb8e00f/poppins-regular.otf)
}

@font-face {
    font-family: poppinsMed;
    src: url(https://prd-mp-docs.azureedge.net/27399481-c782-40ef-9eaa-ce446eee3de7/document/314fd5d3-ee53-4f24-808d-7193b6dc7db6/poppins-medium.otf)
}

@font-face {
    font-family: poppinsSemiBold;
    src: url(https://prd-mp-docs.azureedge.net/27399481-c782-40ef-9eaa-ce446eee3de7/document/73396a56-9758-47e8-8ded-6b1e1c75f190/poppins-semibold.otf)
}

html {
    font-size: 62.5%
}

body {
    position: relative;
    font-size: 1.8rem;
    background-color: #fefcff;
    color: #616366;
    padding-left: 300px;
    font-family: poppinsExtraLight
}

html,
body {
    min-height: 100%
}

h4 {
    font-family: poppinsReg
}

::selection {
    color: #fefcff;
    background: #434343
}

#tabMenu {
    position: fixed;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    color: #616366;
    z-index: 800;
    transition: all .6s ease
}

#tabMenuFill {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fefcff;
    z-index: 999;
    padding: 6px;
    background-color: #fefcff
}

#tabMenuHolder {
    width: 100%;
    height: 100%;
    display: block;
    text-align: justify;
    margin: auto
}

#tabMenuHolder:after {
    content: '';
    width: 100%;
    display: inline-block
}

#tabMenuHolder a {
    color: #616366
}

.tabMenuIcon {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: auto;
    text-align: center;
    transition: .5s ease;
    user-select: none
}

.tabMenuIcon img {
    width: auto;
    height: 20px;
    margin: auto
}

.tabMenuIcon h4 {
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #616366
}

#hamburgerIcon {
    width: 30px;
    height: 20px
}

.hamburgerLine {
    stroke: #babdbf;
    stroke-width: 3px;
    fill: none
}

.xLines {
    stroke: #babdbf;
    stroke-width: 3px;
    fill: none;
    opacity: 0;
    transition: all .5s ease;
    transform-origin: 51% 51%
}

.xlinesRotateLeft {
    transform: rotate(-45deg);
    opacity: 1
}

.xlinesRotateRight {
    transform: rotate(45deg);
    opacity: 1
}

#fixedLeft {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background-color: #fefcff;
    color: #616366;
    display: block;
    z-index: 900;
    box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
    transition: .6s ease
}

#testRelative {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 1px;
    background-color: #fefcff
}

#lafayetteLogo {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    text-align: center
}

#lafayetteLogo img {
    width: 230px;
    height: auto
}

#sideMenuIcons {
    position: relative;
    display: block;
    width: 100%;
    height: 25%;
    text-align: right;
    padding-left: 20px
}

#sideMenuIcons ul {
    height: 100%
}

#sideMenuIcons ul li {
    position: relative;
    width: 90%;
    height: 24%;
    text-align: left;
    font-size: 1.8rem;
    color: #616366
}

#sideMenuIcons ul li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #616366;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px
}

#sideMenuIcons ul li img {
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    transition: all .6s ease
}

#sideMenuIcons ul li:hover img {
    filter: brightness(.5)
}

#sideMenuLinks {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: left;
    height: 15%
}

#sideMenuLinks ul {
    position: relative;
    height: 100%;
    display: block
}

#sideMenuLinks ul li {
    position: relative;
    display: block;
    width: 100%
}

.menuLink {
    position: relative;
    display: block;
    width: 100%;
    height: 50%;
    min-height: 50%;
    cursor: pointer
}

.menuLink p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    color: #616366;
    font-size: 1.8rem
}

.menuCarets {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px
}

.menuCaret {
    stroke: #616366;
    stroke-width: 2px;
    fill: none
}

.menuClose {
    stroke: #616366;
    stroke-width: 2px;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    transition: all .9s ease
}

.menuClose.xShow {
    stroke-dashoffset: 0
}

.slideContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -906px;
    width: 1200px;
    max-width: 1200px;
    height: 320px;
    text-align: left;
    background-color: #424242;
    transition: all .8s ease .2s;
    z-index: -100;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    box-shadow: 2px 0 8px rgba(0, 0, 0, .3);
    cursor: initial
}

.slideContent.openMenu {
    left: 300px
}

.slideMenus {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    margin-left: 12px;
    text-align: justify;
    width: 220px
}

.slideMenus:after {
    content: '';
    display: inline-block;
    width: 100%
}

.slideMenus h4 {
    line-height: 40px;
    color: #2e2e2e;
    color: #eee;
    border-bottom: 2px solid #eee;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 2rem;
    text-transform: uppercase;
    width: 100%;
    text-align: left
}

.slideMenus ul {
    display: inline-block;
    vertical-align: top
}

.slideMenus ul li {
    width: 200px;
    line-height: 38px;
    color: #eee;
    font-size: 1.8rem;
    text-align: left
}

.slideMenus ul li a {
    transition: all .4s ease;
    color: #fefcff
}

.slideMenus ul li a:hover {
    color: #ababab
}

.slideMenuImg {
    position: absolute;
    right: 20px;
    top: 20px
}

.slideMenuImg img {
    position: relative;
    max-width: 200px;
    height: auto
}

.filler {
    width: 200px
}

#byRoom {
    width: 340px
}

#byRoom ul {
    display: inline-block
}

#sideSearch {
    width: 236px;
    height: 40px;
    background-color: #f9f7fa;
    margin: auto
}

#sideSearch img {
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
    margin-left: 6px;
    cursor: pointer
}

#sideSearchInput {
    font-size: 1.6rem;
    width: 194px;
    background-color: #f9f7fa;
    padding: 8px 12px 8px 8px;
    color: #616366;
    display: inline-block;
    vertical-align: top
}

#sideSocial {
    width: 220px;
    margin: 40px auto 0 auto
}

#sideSocialLinks {
    width: 100%;
    text-align: justify
}

#sideSocialLinks:after {
    content: '';
    display: inline-block;
    width: 100%
}

#sideSocialLinks li {
    display: inline-block;
    vertical-align: top
}

#sideSocialLinks img {
    width: auto;
    height: 20px;
    filter: brightness(.6);
    transition: all .6s ease
}

#sideSocialLinks img:hover {
    filter: brightness(.4)
}

#content-wrap {
    max-width: 1200px;
    margin: 40px auto 200px auto;
    padding: 8px
}

#content h1 {
    font-weight: bolder;
    text-align: center;
    font-size: 2.8rem
}

.main-content img {
    max-width: 100%;
    height: auto
}

.nGY2Navigationbar {
    text-align: center
}