* {
    line-height: 1em;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'geometrialight', sans-serif;
    font-size: 16px;
    color: #5C666F;
    background-color: #EDECEA;
}

body.edit-mode {
    padding-bottom: 100px;
}

#body-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1em;
    color: #5A5B3A;
    margin: 0;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 42px;
    margin-bottom: 10px;
}

h3 {
    font-size: 30px;
    margin-bottom: 35px;
}

h4 {
    font-family: 'geometriaregular', sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
}

h4.margin-bottom {
    margin-bottom: 20px;
}

h5 {
    font-family: 'geometriabold', sans-serif;
    font-size: 14px;
    color: #5C666F;
    margin-bottom: 5px;
}

ul, ol {
    margin: 0;
}

p,
ul,
ol {
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    color: #8DB7C9;
}

a:hover {
    text-decoration: underline;
    color: #263645;
}

a img {
    border: none;
}

a, button {
    outline: none;
}

label {
    font-size: 14px;
    font-weight: 100;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
textarea {
    width: 100%;
    font-size: 12px;
    margin-bottom: 15px;
    background-color: #ECE8E4;
    border: none;
    border-radius: 0;
    outline: none;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'] {
    height: 30px;
    padding: 0 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    resize: none;
    padding: 10px;
}


/*========== COMMON CLASSES ==========*/
.wrapper {
    float: left;
    clear: both;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear-both {
    clear: both;
}

a.block {
    display: block;
}

.no-list {
    list-style: none;
}

.bullet-list {
    margin-left: 30px;
}

.btn {
    display: inline-block;
    font-family: 'geometriaregular', sans-serif;
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 1em !important;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #E75200;
    border: none !important;
    border-radius: 0 !important;
}

.btn:hover {
    color: #FFFFFF;
    background: #FA5901;
}

.btn a,
a.btn {
    color: #FFFFFF !important;
}

.btn a:hover,
a.btn:hover {
    text-decoration: none;
}

a.link-arrow {
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 22px;
    color: #5C666F;
    padding-left: 30px;
    background: url('/static/images/circle_arrow.png') left center no-repeat;
    cursor: pointer;
}

a.link-arrow:hover {
    color: #5C666F;
    text-decoration: none;
}
/*========== END COMMON CLASSES ==========*/


/*========== HEADER ==========*/
#header {
    position: relative;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 0;
}

#header #phone-number {
    font-family: 'geometriaregular', sans-serif;
    float: left;
    font-size: 18px;
    color: #FFFFFF !important;
    padding: 18px 0;
}

#header #phone-number a {
    color: #FFFFFF !important;
}

#header #phone-number img {
    display: inline-block;
    margin-right: 5px;
}

.navbar {
    min-height: 57px;
    margin: 0;
    padding: 0;
    background-color: #282828;
    border-radius: 0;
    z-index: 2000;
}

.navbar-collapse {
    padding: 0;
}

.navbar-brand {
    padding: 0 0 0 20px;
}

.navbar-toggle .icon-bar {
    height: 4px;
    background-color: #FFFFFF;
}

#header-wrapper #search-wrapper {
    float: right;
    width: 175px;
    margin-top: 12px;
    margin-left: 5px;
}

#header-wrapper #search-wrapper input[type='text'] {
    float: left;
    width: 140px;
    height: 30px;
    color: #5C666F;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-left: 15px;
    padding-right: 10px;
    background-color: #FFFFFF;
    border: none;
    border-radius: 16px 0 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header-wrapper #search-wrapper .submit-wrapper {
    float: left;
    width: 35px;
    height: 30px;
    background-color: #FFFFFF;
    border-radius: 0 16px 16px 0;
}

#header-wrapper #search-wrapper .submit-wrapper input[type='image'] {
    margin: 6px 0 0 8px;
}

#header-wrapper #mobile-nav-wrapper #search-wrapper .submit-wrapper input[type='image'] {
    margin: 6px 8px 0 0;
}


/*=====
RESPONSIVENESS
=====*/
@media (max-width: 1024px) {
    #header-wrapper #search-wrapper.hide-with-nav {
        display: none;
    }
}
/*=====
END RESPONSIVENESS
=====*/
/*========== END HEADER ==========*/


#content-wrapper {
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    background-color: #FFFFFF;
    overflow: hidden;
}

body .container {
    width: 100% !important;
    max-width: 1030px !important;
}

.billboards a.link-arrow,
#cover-image a.link-arrow {
    margin-top: 15px;
    pointer-events: auto;
}

.billboards .adjust-position a.link-arrow,
#cover-image .adjust-position a.link-arrow {
    margin-top: 5px;
}

#cover-image a.link-arrow {
    float: left;
    width: 200px;
}

.knock-text-link {
    background-color: unset;
    border: none;
    font-family: geometriaregular, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #0399A7;
}



/*========== SECTIONS ==========*/
#content-wrapper #sections .section-wrapper.three-col {
    margin-bottom: 40px;
}

#content-wrapper #sections .section-wrapper.one-col.center-text {
    text-align: center;
    color: #FFFFFF !important;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

#content-wrapper #sections .section-wrapper .editable {
    padding-bottom: 5px;
}

#content-wrapper #sections .section-wrapper .divider {
    margin-bottom: 20px;
}

#content-wrapper #sections .section-wrapper .divider div {
    width: 100%;
    height: 6px;
    background-color: #D8D1C9;
}

#content-wrapper #sections .section-wrapper .one-col.center-text h1,
#content-wrapper #sections .section-wrapper .one-col.center-text h2,
#content-wrapper #sections .section-wrapper .one-col.center-text h3,
#content-wrapper #sections .section-wrapper .one-col.center-text h4,
#content-wrapper #sections .section-wrapper .one-col.center-text h5,
#content-wrapper #sections .section-wrapper .one-col.center-text p {
    color: #FFFFFF !important;
}

#content-wrapper #sections .section-wrapper p {
    margin-bottom: 20px;
}

#content-wrapper #sections .section-wrapper p.small,
#content-wrapper #sections .section-wrapper ul.small li,
#content-wrapper #sections .section-wrapper ul.small-no-list li {
    font-family: 'geometriaregular', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}

#content-wrapper #sections .section-wrapper p.link-arrow {
    height: 22px;
    line-height: 22px;
    padding-left: 30px;
    background: url('/static/images/circle_arrow.png') left center no-repeat;
}

#content-wrapper #sections .section-wrapper p.link-arrow a {
    font-family: 'geometriabold', sans-serif;
    font-size: 14px;
    color: #E75200 !important;
}

#content-wrapper #sections .section-wrapper ul {
    margin-left: 15px;
    margin-bottom: 20px;
}

#content-wrapper #sections .section-wrapper ul.small-no-list {
    list-style: none;
    margin-left: 0;
}

#content-wrapper #sections .section-wrapper img {
    max-width: 100% !important;
    margin-right: 30px;
}
/*========== END SECTIONS ==========*/


/*========== FOOTER ==========*/
#footer-wrapper {
    padding: 50px 0;
    background-color: #FFFFFF;
}

#footer-wrapper .footer-logo {
    float: left;
    width: 145px;
    margin-right: 40px;
}

#footer-wrapper .footer-logo img {
    width: 100%;
}

#footer-wrapper .right-col {
    float: left;
    width: 100%;
    width: calc(100% - 185px);
    margin-top: 8px;
}

#footer-wrapper .right-col .copyright {
    margin-bottom: 5px;
}

#footer-wrapper p {
    font-size: 14px;
    margin: 0;
}

#footer-wrapper ul li {
    float: left;
    font-size: 14px;
}

#footer-wrapper ul li.break {
    margin: 0 10px;
}

#footer-wrapper a {
    color: #5C666F;
}

#footer-wrapper a:hover {
    text-decoration: underline;
}

#footer-wrapper .housing-logo {
    float: right;
}

/*==
RESPONSIVENESS
==*/
@media (max-width: 768px) {
    #footer-wrapper .right-col {
        width: 100%;
        margin-top: 20px;
    }

    #footer-wrapper .right-col .copyright {
        margin-bottom: 20px;
    }

    #footer-wrapper .housing-logo {
        float: left;
        margin-top: 20px;
    }
}
/*==
END RESPONSIVENESS
==*/
/*========== END FOOTER ==========*/


/*========== DIALOG ==========*/
.dialog-mask {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #454545;
    opacity: 0.80;
}

.dialog-wrapper {
    position: fixed;
    z-index: 1000;
    top: -9999px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 425px;
    height: 0;
    margin: auto;
    background-color: #FFFFFF;
    border-radius: 0
}

.dialog-wrapper .close-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    color: #FA5901;
    cursor: pointer;
}

.dialog-wrapper .copy-wrapper {
    padding: 40px 20px 30px 20px;
}

.dialog-wrapper .copy-wrapper h4 {
    margin-bottom: 20px;
}

.dialog-wrapper .copy-wrapper a {
    color: #FA5901;
}

.dialog-wrapper .copy-wrapper .btn {
    display: inline-block;
    margin: 0 auto;
}

/*==
RESPONSIVENESS
==*/
@media (max-width: 424px) {
    .dialog-wrapper {
        width: 320px;
    }
}
/*==
END RESPONSIVENESS
==*/
/*========== END DIALOG ==========*/
