body {
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    letter-spacing: 1px;
    color: var( --color-paragraph);
}

a {
    color: inherit;
    cursor: pointer;
}

a:hover {
    text-decoration: none
}



.lg-txt,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-heading);
}

h1 {
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    padding: 25px 20px;
    border: 2px solid var(--color-secondary);
    font-weight: 600;
}

h2 {
    font-size: 1.5rem;
    
}

h2 span {
    display: block;
    font-size: .75rem;
    color: var(--color-heading-top);
   
}

h3 {
    font-size: 1.15rem;
 
}

li {
    color: var(--color-secondary);
}

li span {
    color: var(--color-paragraph);
}


.lg-txt {
    font-size: 2rem;
    color: #fff;
    text-shadow: 2px 2px #363636
}

.small,
small {
    line-height: 1.3;
    color: #363636
}



.txt-yellow {
    color: var(--color-main);
}

.txt-white {
    color: #fff
}

span.monthly {
    font-size: 1rem;
    text-transform: uppercase
}

span.price {
    font-size: 1.8rem
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fcbf3c
}

.mobile-social-container img {
    height: 18px
}

.menu-main-menu-container {
    width: 100%
}

a.navbar-brand.custom-logo-link img {
    height: 60px;
    width: auto
}

.mobile-button {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #979797
}

.mobile-button.right {
    margin-right: -15px
}

.mobile-button.left {
    margin-left: -15px
}

.navbar-toggler {
    padding: 0
}

.navbar {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: normal
}

.navbar {
    padding: 15px
}

.menu.is-fixed .nav-link,
.navbar-nav .nav-link {
    color: #363636
}

.nav-link { 
    transition: all .5s ease;
}
.nav-link:hover{ 
    transform: scale(1.1);
}


@-webkit-keyframes stickySlideDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    50% {
        opacity: 8;
        -webkit-transform: translateY(-50);
        transform: translateY(-50)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-weight: 500;
    text-transform: uppercase
}

.hero-wrapper,
.title-wrapper {
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 2
}

.title-wrapper {
    height: 600px
}

.hero-wrapper {
    height: 300px
}

.title-wrapper {
    height: 150px
}

.hero-wrapper-inner,
.title-wrapper-inner {
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    height: 100%
}

.icon { 
    width: 15px; 
    height: 15px;
}

.icon.icon-medium { 
    width: 20px; 
    height: 20px;
}
.icon.icon-large { 
    width: 25px; 
    height: 25px;
}

.icon.icon-x-large { 
    width: 35px; 
    height: 35px;
}

.icon path { 
    fill: var(--icon-color);
}

.icon-link:hover .icon path{ 
    fill: var(--icon-color-hover);
}

.mobile-header-icon.phone img {
    height: 25px
}

a.icon-link img {
    transition: all .4s ease-in-out
}

a.icon-link:hover img {
    opacity: .9;
    transform: scale(1.1)
}

a.icon-link.email:hover img {
    transform: scale(1.05)
}

.visually-hidden-focusable:focus, .visually-hidden-focusable:focus-visible { 
    clip: auto;
    background-color: var(--color-white);
    border-radius: 0;
    box-shadow: 0 10 2px 2px #16161699;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    font-size: 1.7rem;
    font-weight: var(--font-weight-bold);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    position: absolute; 
    left: 10px;
    top: 10px;
    background: #fff;
}
.btn {
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 225px;
    padding: .675rem .75rem .475rem;
    font-weight: 500;
    transition: all .4s ease-in-out
}

.menu-button {
    min-width: 137px
}

.btn:hover,
button:hover {
    opacity: .9;
    transform: scale(1.05)
}

.btn-primary {
    color: var(--color-button-text);
    background-color: var(--color-main);
    border-color: var(--color-main);
}

.btn-primary:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: var(--color-button-text);
}

.btn-primary.focus,
.btn-primary:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-secondary {
    background: var(--cta-button);
    color: var(--cta-button-text);
    border-color: var(--cta-button);
}

.btn-secondary:hover {
    background-color: var(--cta-button);
    border-color: var(--cta-button);
    color: var(--cta-button-text);
}


.btn-outline-secondary {
    color: #363636;
    border-color: #363636
}

.btn-outline-secondary:hover {
    color: #fff;
    border-color: #363636;
    background: #363636
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #363636;
    border-color: #363636
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.carousel-control-next,
.carousel-control-prev {
    width: 80px
}

.carousel-indicators li {
    width: 100px;
    height: auto
}

.carousel-caption {
    right: inherit;
    bottom: inherit;
    left: 80px;
    z-index: 10;
    top: 20px
}

.carousel-caption h5 {
    font-size: 28px;
    border: 1px solid #fff;
    display: inline;
    padding: 10px 20px;
    border-radius: 5px
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 28px;
    height: 28px
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: url(/wp-content/themes/ethos/site-assets/carousel-nav.png)
}

.carousel-control-next-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    opacity: .7
}

.acf-map {
    height: 250px
}

ul.map-filters__wrap .btn {
    font-size: 1.125rem;
    padding: 1.675rem .75rem 1.475rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto
}

.markerToggle {
    display: none
}

label.lable-button:hover {
    cursor: pointer
}

.map-icon {
    display: inline-block;
    margin-right: 10px
}

.label-button .map-icon {
    margin-bottom: 2px
}

.category-title {
    display: flex;
    align-items: center;
    justify-content: center
}

.map-icon img {
    height: 15px
}

.map-icon.large img {
    height: 50px
}

.map-filters__wrap li:last-child {
    margin-right: 0
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #363636;
    border-color: #363636
}

.locations-list-inner p {
    position: relative;
    width: auto;
    display: inline-block
}

.locations-list-inner p:before {
    content: '';
    width: 10px;
    height: 16px;
    position: absolute;
    background-image: url(/wp-content/themes/ethos/site-assets/ethos-map-pin.png);
    left: -16px;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat
}

.gallery {
    padding: 0 15px
}

.gallery h3 {
    color: #fff;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1rem
}

.no-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff
}

.no-gallery h3 {
    padding-bottom: 0
}

.poster-image {
    overflow: hidden;
    background-position: center;
    background-size: cover
}

.poster-image-inner {
    background: #fbbe3c
}

.poster-image {
    margin-bottom: 10px
}

.poster-image-inner a {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out
}

.poster-image-inner a:hover {
    text-decoration: none
}

.office-info-block {
    display: flex;
    flex-direction: column
}

.office-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: .5rem;
    font-size: .875rem;
    text-align: left
}

.contact-icon {
    width: 20px;
    margin-right: 1rem;
    text-align: center
}

span.contact-icon img {
    max-height: 20px
}

.office-hour-row {
    display: flex;
    justify-content: space-between
}

.office-hour-row p {
    margin-bottom: .5rem
}

.floor-plan-filter .fs-wrap{
    width: 100%; 

}
.floor-plan {
    box-shadow: 0 0 8px 0px #f1f0f0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.plan-image {
    padding: 10px 0;
}

.plans-price {
    text-align: center;
    padding: 1rem 0;
    position: relative;
    background-color: var(--floor-plan-price-background);
  
}

.plans-price p {
    color: var(--floor-plan-price);
}

.plans-bottom {
    text-align: center;
    font-size: 1rem;
    padding: 20px 10px;
    margin-top: auto;
}

.wpcf7 {
    max-width: 100%
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea {
    height: calc(3.25rem + 2px);
    padding: .375rem .75rem;
    font-size: .8rem;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #979797;
    border-radius: 0;
    text-transform: uppercase
}

.wpcf7 textarea,
.wpcf7 textarea.wpcf7-validation-errors,
textarea.form-control {
    height: 120px
}

.wpcf7 input[type=submit] {
    color: var(--color-button-text);
    background-color: var(--color-main);
    border-color: var(--color-main);
    ;
    border-radius: 5px;
    text-transform: uppercase;
    width: 225px;
    padding: .675rem .75rem .475rem;
    font-weight: 500;
    transition: all .4s ease-in-out;
    font-size: 1rem;
    line-height: normal;
    height: 44px
}

.wpcf7 input[type=submit]:hover {
    background-color: var(--color-main);
    border-color: var(--color-main);
    color: var(--color-button-text);
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=submit],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=week],
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    color: #979797;
    border-color: initial;
    -webkit-box-shadow: none;
    box-shadow: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important
}

button:hover {
    cursor: pointer
}

.button-group button {
    height: 73px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #cfcfcf;
    background: #fff;
    z-index: 0;
    border: 1px solid #cfcfcf
}

.button-group.rooms-buttons button {
    margin-left: -1px;
    width: calc(100% / 4)
}

.building-buttons {
    flex-wrap: wrap
}

.building-buttons button {
    width: 100%
}

.building-buttons .building-button {
    width: calc(100% / 3);
    margin-left: -1px
}

.button.is-checked,
.button:active {
    border-color: var(--color-main);
    ;
    color: #fff;
    background: var(--color-main);
    ;
    position: relative;
    z-index: 10
}

button:focus {
    outline: 0;
    outline: 0
}

.button-group {
    display: flex;
    line-height: 1.4;
    margin-left: 1px;
    max-width: 354px
}

.grid {
    max-width: 1200px
}

.grid-item {
    background: #fafafa;
    font-size: .75rem;
    width: 100%;
    line-height: 1.5
}

.grid-item:hover {
    cursor: pointer
}



.data-rooms span {
    border: 1px solid;
    width: 36px;
    height: 36px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center
}

.ui-group {
    margin-bottom: 3rem
}

.modal-body {
    padding: 0
}

.modal-full {
    min-width: 100%;
    margin: 0
}


.modal-dialog {
    background: #fff
}

.modal-full .row {
    min-height: 100vh
}

.modal .close-button {
    opacity: 1;
    border: none;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 10000;
    background: #fcbf3c;
    height: 44px;
    width: 44px;
    color: #fff;
    transition: all .4s ease-in-out
}

.modal .close-button svg {
    fill: #fff
}




.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 15px 0 15px 0 !important
}

.fancybox-navigation .fancybox-button {
    width: 39px !important
}

.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px 10px !important;
    box-sizing: border-box !important;
    background: 0 0 !important
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important
}

.fancybox-thumbs__list a:before {
    border: 6px solid #fcbf3c !important
}

.fancybox-bg {
    background: #fff !important
}

.fancybox-button {
    background: var(--color-main);
     !important;
    transition: all .4s ease-in-out !important
}

.fancybox-button:hover {
    opacity: .9;
    transform: scale(1.1)
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #fff !important
}

.content {
    margin-top: 30px;
    overflow: hidden
}

.mb-6 {
    margin-bottom: 80px
}

.mt-6 {
    margin-top: 80px
}

.content.with-bg {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 80px
}





.container-fluid .row>div {
    max-width: 800px
}

.with-bg {
    background: #fcfcfc
}

.amenity-icon {
    width: 48px;
    margin-bottom: 1rem
}

.image-container {
    position: relative
}

.image-container img {
    width: 100%
}

.image-container.video:after {
    display: none
}

.image-container.video a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(128, 128, 128, .43);
    background-image: url(/wp-content/themes/ethos/site-assets/play-button.png);
    background-size: 82px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease-in-out
}

.image-container.video a:hover {
    opacity: .9;
    background-size: 92px
}

footer {
    background-color: var(--footer-background);
    
}

footer .icon path { 
    fill: var( --footer-color);
}

footer.footer-wrapper {
    padding: 1.5rem 0 .8rem
}

footer p, footer a { 
    color: var( --footer-color);
}

footer .nav-link {
    padding: 0;
    color: var( --footer-color);
    text-transform: uppercase;
    margin: 0 15px;
}


footer .nav-link:hover, footer a:hover, footer .nav-link:focus {
    color: var(--footer-color);
  
}

.rule-footer {
    border-top: 1px solid var(--footer-line)
}

.side-bar .rule-footer{ 
border-color: #666;
}

img.footer-logo-icon {
    width: 80px;
    margin: 0 auto 2rem;
    display: block
}




.overlay {
    background-color: var(--cta-bg);
    opacity: var( --cta_bg_opacity);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.bg-image {
    background-position: center;
    background-size: cover
}
.cta-wrapper { 
    position: relative;
}

.cta-wrapper .container{ 
    position: relative;
}
.cta-wrapper .col-12 {
    padding-bottom: 2rem;
    padding-top: 2rem;
    align-items: center;
    text-align: center
}

.menu {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    transition: .5s;
    top: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
    background-color: #fff;
}

.menu.is-fixed {
    background: #fff;
    position: fixed;
    z-index: 100;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    padding: 0;
    transition: none;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .2);
    width: 100%
}

.apply-now-mobile { 
    width: 100%;
}

.menu.is-fixed .apply-now-mobile { 
    display: none;
} 

div#full-width-page-wrapper {
    margin-top: 144px;
}

@media (min-width:500px) {
    .grid-item {
        font-size: 1.1rem
    }
    .data-rooms span {
        width: 56px;
        height: 56px
    }
}

@media (min-width:768px) {
    .label-button .map-icon {
        margin-bottom: 5px
    }
    .map-icon img {
        height: 30px
    }
  
    div#full-width-page-wrapper {
        margin-top: 103px;
    }

    .apply-now-mobile { 
        display: none;
    }

   
    .lg-txt {
        font-size: 3rem
    }
    .lh-60 {
        line-height: 60px
    }
    .acf-map {
        height: 430px;
        border: 4px solid #363636
    }
    .content {
        margin-top: 80px
    }
    h2 {
        font-size: 2.2rem
    }
    h2 span {
        font-size: 1rem
    }
    h3 {
        font-size: 1rem
    }
    .mobile-button.right {
        margin-right: 0
    }
    .navbar-expand-lg .navbar-nav {
        justify-content: flex-end
    }
    .title-wrapper {
        height: 450px
    }
    .hero-wrapper {
        height: 80vh;
        min-height: 600px
    }
    h1 {
        font-size: 3.5rem;
        padding: 60px
    }
    .poster-image-inner a:hover {
        text-shadow: 0 0 3px rgba(0, 0, 0, .5)
    }
    .poster-image-inner:hover {
        background: 0 0
    }
    .gallery h3 {
        font-size: 1.3rem
    }
    .poster-image.middle-right,
    .poster-image.top-right {
        margin-bottom: 10px
    }
    .poster-image.bottom-right,
    .poster-image.left-image {
        margin-bottom: 0
    }
    .poster-image-inner,
    .poster-image-inner.no-gallery:hover {
        background: rgba(251, 190, 60, .8);
        transition: all .4s ease-in-out
    }
    .gallery {
        height: 60vw;
        max-height: 600px;
        min-height: 320px;
        width: 60vw;
        max-width: 600px;
        min-width: 320px;
        padding: 0
    }
    .poster-image.bottom-right,
    .poster-image.middle-right,
    .poster-image.top-right {
        height: calc((100% - 20px)/ 3)
    }
    .poster-image.top-right {
        border-top-right-radius: 40px
    }
    .poster-image.bottom-right {
        border-bottom-right-radius: 40px
    }
    .poster-image.left-image {
        margin-right: 10px;
        height: 100%;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px
    }
    ul.two-col {
        column-count: 2;
        column-gap: 20px
    }
    .inner-border div:nth-child(3n+2) {
        border-left: 1px solid;
        border-right: 1px solid;
        border-color: rgba(151, 151, 151, .5)
    }
    .cta-wrapper .col-12 {
        display: flex;
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .side-bar {
        width: 50px;
        height: 100vh;
        min-height: 350px;
        position: fixed;
        padding-top: 129px;
        background: #fff;
        z-index: 101
    }
    .side-bar-empty {
        z-index: 1000;
        background: #fff;
        height: 135px;
        position: absolute;
        width: 100%;
        top: 0
    }
    .side-bar-inner {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        background: #fff;
        padding: 20px 5px;
        box-shadow: 1px 0 8px rgba(0, 0, 0, .2);
        z-index: 10
    }
    a.navbar-brand.custom-logo-link img {
        height: 73px;
        width: auto
    }
    .side-bar-inner a {
        padding: 5px 0
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem
    }
    div#navbarNavDropdown {
        padding: 0 40px
    }
}

@media (min-width:992px) {
    h3 {
        font-size: 1.3rem
    }
    h1 {
        font-size: 4.5rem;
        padding: 60px
    }
    div#full-width-page-wrapper {
        margin-top: 0;
    }
    .navbar {
        padding: 0 40px 0 0
    }
    .navbar-nav .nav-link {
        color: #fff
    }
    .site {
        margin-left: 50px
    }
    .menu {
       background-color: transparent;
        width: calc(100% - 50px)
    }
    .menu.is-fixed {
        width: calc(100% - 50px)
    }
    .hero-wrapper-inner,
    .title-wrapper-inner {
        padding-top: 125px
    }
    .hero-wrapper {
        height: 100vh
    }
    .title-wrapper {
        height: 600px
    }
    .navbar-nav {
        flex-wrap: wrap
    }
    .logo-container {
        background: #fff;
        padding: 26px;
        max-width: 300px;
        text-align: center;
        width: 100%
    }
    .navbar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    a.icon-link img {
        height: 15px;
        width: auto
    }
    .logo-container {
        order: 1
    }
    div#navbarNavDropdown {
        order: 2
    }
    a.btn.btn-primary.menu-button.d-none.d-md-block {
        order: 3
    }
}

@media (max-width:767px) {
    div#wrapper-navbar {
        position: fixed;
        width: 100%;
        z-index: 100;
        background: #fff;
        top: 0
    }
    a.menu-button {
        border-radius: 0
    }
    nav.navbar.navbar-expand-lg {
        justify-content: space-between
    }
    .carousel-indicators {
        position: relative
    }
    
    ul.map-filters__wrap .btn {
        font-size: .7rem;
        padding: 1.275rem 0 1.075rem
    }
    .content.with-bg {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media (max-width:991px) {
    div#navbarNavDropdown {
        margin: 15px -15px 0;
        text-align: center;
        padding: 20px
    }
    ul#main-menu {
        width: 200px;
        margin: 0 auto;
        border-bottom: 1px solid rgba(151, 151, 151, .5);
        padding-bottom: 15px
    }
    .image-column {
        order: 2
    }
   
    ul.one-col,
    ul.two-col {
        padding: 0;
        list-style: inside
    }
}

@media (min-width:768px) and (max-width:991px) {
    .logo-container {
        margin-left: 30px
    }
}