/* Minification failed. Returning unminified contents.
(1399,8): run-time error CSS1030: Expected identifier, found '.'
(1399,18): run-time error CSS1031: Expected selector, found ')'
(1399,18): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body {
}

.nav {
    display: inline-block;
    text-align: left;
    //left: -45px;
    position: relative;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #3e89f0 !important;
    background-color: #ffffff;
    /* uncomment following block to show white border underneath active item */
    //color: white;
    //border-bottom: 3px solid white;
    //margin-bottom: -3px; /* To show bottom border without shifting menu item up */
}

.navbar-inverse .navbar-nav > li.active > a {
    color: #ffffff !important;
    background-color: #969DB6 !important;
    /* uncomment following block to show white border underneath active item */
    //color: white;
    //border-bottom: 3px solid white;
}

footer .nav .nav-item.active {
    background-color: #969DB6 !important;
}

footer .nav .nav-item.active a {
    color: #ffffff !important;
}

.dropdown-menu > li.active a {
    color: #fafad2;
    background-color: #ffffff;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #3e89f0;
    background-color: #ffffff;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.container {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.navbar-dark {
    color: white;
}

.nav-link {
    color: #181818;
    font-family: 'Poppins';
    font-size: 14px;
}

footer .nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000 !important;
    padding: 15px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #969DB6;
    background-color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: #969DB6 !important;
}

.navbar-brand {
    width: 66%;
}

.navbar-toggler {
    border-color: black;
    background-color: #969DB6;
}

.navbar > .container {
    display: inline-block;
    padding-left: 25px;
    padding-right: 50px;
}

.navbar > .container > .row {
    flex-basis: 100%;
}

@media only screen and (max-width: 399px) {
    .navbar-inverse .navbar-nav > li {
        border: 1px solid #969DB6;
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav > li:last-child {
        border-bottom: 1px solid #969DB6;
    }

    .navbar-inverse .navbar-nav > li.active > a {
        width: 100%;
        background-color: #969DB6 !important;
        border: 0;
    }
}

@media only screen and (min-width: 400px) and (max-width: 768px) {
    .navbar-inverse .navbar-nav > li {
        border: 1px solid #969DB6;
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav > li:last-child {
        border-bottom: 1px solid #969DB6;
    }

    .navbar-inverse .navbar-nav > li.active > a {
        width: 100%;
        background-color: #969DB6 !important;
        border: 0;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .navbar-inverse .navbar-nav > li {
        border: 1px solid #969DB6;
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav > li:last-child {
        border-bottom: 1px solid #969DB6;
    }

    .navbar-inverse .navbar-nav > li.active > a {
        width: 100%;
        background-color: #969DB6 !important;
        border: 0;
    }
}

@media only screen and (min-width: 993px) {
    #hamburger-button {
        display: none !important;
    }
}

/*
@media only screen and (min-width: 576px) {
    .col-sm-3 {
        width: unset;
    }
}
    */
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

html {
    background-color: white;
}

body {
    font-size: normal;
    font-family: "Poppins";
    background-color: #ffffff;
}

form {
    padding: 20px 0;
}

th {
    padding: 0 15px;
}

h1 {
    font-size: 24pt;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

h2 {
    font-family: "Poppins";
    font-size: 26px;
    font-weight: 700;
    color: black;
}

h3 {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-decoration: underline;
}

h4 {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: bold;
    color: black;
}

p {
    font-size: 14pt;
    line-height: 1.5;
    color: #474747;
}

ul {
    padding: 0;
}

ul li {
    list-style-position: inside;
}

/*
body > .container {
    background-color: #969DB6;
}

.site-container {
    margin-left: 12%;
    margin-right: 12%;
    background-color: #ffffff;
}
*/

/* Vimeo player */
.vimeo-player {
    width: 640px;
    height: 424px;
}

.vimeo-player iframe {
    width: 100%;
    height: 100%;
}

.navbar-header {
    background-color: #ffffff;
    color: black;
    border: 0;
    width: 100%;
}

.navbar-header-border {
    height: 5px;
    background-color: saddlebrown;
}

.navbar-nav li a {
    white-space: nowrap;
    word-wrap: break-word;
}

.faq {
    padding: 40px 50px;
}

.faq-question {
}

.faq-answer {
    background-color: #969DB6;
    font-weight: normal;
}

.side-column > p {
    font-size: 16px;
    color: #4b2217;
    font-weight: bold;
}

.side-column img {
    height: auto;
    width: 100%;
}

.content-wrapper .bodywork-session-counter {
    text-align: center;
    margin-top: 0px;
    color: #01881a !important;
    font-size: 18pt !important;
    font-weight: bold !important;
}

.side-column .panel {
    background-color: #eeeeee;
    border: thin solid #dfdfdf;
    color: #0085a6 !important;
    padding: 15px;
}

.side-column .quote {
    color: #000000;
    font-size: 12px;
    text-align: left;
}

.side-column .quote .quote-text {

}

.side-column .quote .quote-author {
    text-align: left;
    padding-left: 10px;
}

.side-column .paypal-donate {
    margin: 15px 0;
    text-align: center;
}

.side-column .paypal-donate a img {
    width: 160px;
}

.side-column .qr-code-holder {
    margin: 15px 0;
    display: block;
    text-align: center;
}

.side-column .qr-code {
    width: 150px;
}

.page-title-wrapper {
    display: flex;
    align-items: stretch !important;
    height: 100%;
}

.page-title {
    padding: 20px;
    background: #969DB6;
    width: 100%;
    box-sizing: border-box;
}

.page-title-text {
    flex: 1 0 65%;
    min-width: 250px;
    background: #ffffff;
    padding: 15px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-title-text div {
    font-size: 22px;
    color: #990000;
}

.page-title-text h1 {
    color: #2D3390;
    padding: 0 0 5px;
    text-align: left;
    text-transform: none;
}

.page-title-image {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title-image img {
    max-width: 200px;
    //width: 100%;
    //height: auto;
    height: 100%;
}

.quote {
    color: #990000;
    font-size: 16px;
    text-align: left;
}

.quote .quote-text {
    
}

.quote .quote-author {
    text-align: right;
    font-weight: bold;
}

.note {
    color: #000000;
    font-size: 12px;
}

/* Element styles section */
#footer-navbarNav {

}

.address:before,
.header .address:before {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #969DB6;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    content: "\f041";
}

.email-address:before,
.header .email-address:before {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #969DB6;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    content: "\f0e0";
}

.phone-number:before,
.header .phone-number:before {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #969DB6;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    content: "\f095";
}

.header .address:before,
.header .email-address:before,
.header .phone-number:before {
    color: #969DB6;
}

/* Basic Styles section  */
.no-margin {
    margin: 0 !important;
}

.no-left-right-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-left-right-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pull-left,
.text-left,
.left-align,
.left {
    text-align: left;
}

.pull-right,
.text-right,
.right-align,
.right {
    text-align: right;
}

.pull-center,
.text-center,
.text-centered,
.center-align {
    text-align: center;
}

.vertical-center,
.vertical-centered,
.vertically-center,
.vertically-centered {
    display: flex;
    align-items: center;
    text-align: center;
}

.not-visible {
    visibility: hidden !important;
}

.hide,
.hidden {
    display: none !important;
}

.cta-button {
    font-family: 'Poppins';
    border: thin solid #969DB6;
    background-color: #969DB6;
    padding: 15px;
    border-radius: 32px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.cta-button:hover {
    color: #ffffff;
    text-decoration: underline;
}

input[type="button"],
input[type="submit"],
button,
.button {
    display: inline;
    border: thin solid #969DB6;
    padding: 4px 10px;
    font-family: 'Poppins';
    font-size: 14px;
    background-color: transparent;
    color: #969DB6;
}

input[type="button"].active,
button.active,
.button.active {
    background-color: #969DB6;
    color: white;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover {
    color: #ffffff;
    background-color: #969DB6;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #969DB6;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

/* Controls the bootstrap up arrow icon color using fill='#000000' (# is encoded as %23) */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/* Removes the light blue border when you close an accordion item */
.accordion-button.collapsed:focus,
.accordion-button.collapsed:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

/* Dont let the text go up against the up/down arrow*/
.accordion-button {
    padding-right: 25px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-bottom {
    position: absolute;
    bottom: 15px;
}

.standout-text {
    color: #969DB6;
    font-size: 24px;
    font-family: 'Poppins';
}

.highlight,
.highlight-text {
    padding: 15px;
    background-color: #969DB6;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Poppins';
    vertical-align: middle;
    text-decoration: none;
}

.highlight:hover,
.highlight-text:hover {
    color: #ffffff;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
}

.loader {
    display: none;
    width: 200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 2;
    overflow: auto;
}

.fa {
    cursor: pointer;
}

.fa.icon-white {
    font-size: 64px;
    color: #ffffff;
    padding-right: 10px;
}

.fa.icon {
    font-size: 64px;
    color: #969DB6;
    padding-right: 10px;
}

.fa.icon-small {
    font-size: 18px;
    color: #969DB6;
    padding-right: 10px;
}

.column {
    padding-top: 30px;
}

.no-border {
    border: 0 !important;
}

.top-padding,
.padding-top {
    padding-top: 15px;
}

.service-item {
    margin-bottom: 50px;
}

.service-item .service-image {
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    width: 100px;
    vertical-align: middle;
    padding: 15px;
    border: thin solid #969DB6;
    background-color: #ffe4e1;
    margin-bottom: 20px;
}

.service-item .service-image:hover {
    background-color: #ffffff;
}

.service-item .title {
    margin-bottom: 20px;
}

.reviews {
    display: flex;
    width: 100%;
}

.review .fa.fa-star.checked {
    color: #969DB6;
}

.review .fa.fa-star:not(.checked) {
    color: green;
}

.review {
    margin-top: 15px;
    padding: 15px;
    font-family: 'Poppins';
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    flex: 1;
    margin-left: 16px;
}

.review .date-submitted {
    font-size: 18px;
}

.review .title {
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.review .rating {
    padding-top: 20px;
}

.review .content {
    font-size: 18px;
    padding-top: 20px
}

.review .author {
    font-size: 18px;
    padding-top: 20px;
}
/* End of Basic Styles section */

/* Header Section */

header {
}

header .highlight-block {
    color: #000080;
    background-color: #F6F6F6;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

header .logo {
    padding: 5px;
}

header .logo .logo-left {
}

.logo-text {
    color: white;
    font-size: 24px;
}

header .logo .logo-right {
    font-size: 24px;
    max-width: 400px;
    overflow: auto;
}

header .logo .logo-right .phone-number {
    font-size: 24px;
    font-weight: bold;
}

header .logo .logo-right .hours-of-operation {
    font-size: 16px;
}
/* End of Header Section */

/* Footer Section */
footer {
    font-family: 'Poppins';
    font-weight: normal;
    background-color: black;
    color: white;
    text-align: center;
}

footer .header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .5em;
}

footer .navigation {
    display: inline-block; /* Force the navigation div to take up an entire line */
}

footer .navigation ul li > a {
    color: white;
}

footer .navigation ul li > a:hover {
    text-decoration: underline;
    background: transparent;
    color: maroon;
    font-weight: bold;
}

footer .corporate-address {
    padding-top: 1.5em;
}

footer .address {
    font-size: 14px;
}

footer .phone-number {
    font-size: 14px;
}

footer .trec-license {
    font-size: 14px;
    margin-top: 20px;
}

footer .copyright {
    font-size: 15px;
    font-family: 'Poppins';
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
}

footer .column {
}

footer .column .header {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    border-bottom: solid #969DB6 5px;
}

footer .column .details {
    font-size: 16px;
    color: #848484;
    text-align: left;
}

footer .column .coupon {
    border: 2px dashed #353e45;
    padding: 20px 10px;
}

footer .nav .nav-link {
    color: #848484;
}

footer .nav .nav-link:hover {
    color: #ffffff;
    background-color: #383E47;
}

footer * {
    color: #ffffff;
    font-size: 13px;
}

footer .footer-row-1 {
    background-color: #383E47;
    padding: 15px 15px;
}

footer .footer-row-2 {
    background-color: #383E47;
    padding: 15px 15px;
}
/* End of Footer Section */

/* Contact-us page */
.contact-us {
    
}

.contact-us .card {
    padding: 35px;
    box-shadow: 0px 0px 1px 1px #d3d3d3;
    width: 100%;
    background-color: #ffffff;
}

.contact-us .card .header {
    color: black;
    font-weight: normal;
    font-size: 20px;
}

.contact-us .card .header .icon {
    vertical-align: middle;
}

.contact-us .card .header .text {
    padding-left: 20px;
}

.contact-us .card .details {
    font-weight: normal;
    margin-top: 28px;
    font-size: 18px;
}

.contact-us .card .footer {
    font-style: italic;
    font-size: 12px;
    padding-top: 15px;
}

.contact-us .social-media-share-links {
}

.contact-us .social-media-page-links {
}

/* End of Contact-us page */

/* Box Link */
.box-link {
    font-size: 14px;
    background-color: maroon;
    text-transform: uppercase;
    padding: 10px;
    max-width: 75%;
    margin: 10px auto 0px; /* Top = 10px, Left/Right = auto, Bottom = 80px*/
}

.box-link > a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.box-link > a:hover {
    font-weight: bold;
    color: white;
    text-decoration: underline;
}

.small-box-link {
    max-width: 40%;
}
/* End of Box Link */

/* Yellow Picture Box */

.yellow-picture-box:hover {
    position: relative;
    top: -5px;
}

.yellow-picture-box-title {
    display: block;
    background-color: #969DB6;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.yellow-picture-box a {
    text-decoration: none;
}

.yellow-picture-box img {
    width: 100%;
    max-width: 100%;
    //height: 381px;
}

/* End of Yellow Picture Box */

/* Locator Profile */
.locator-profile {
    padding: 40px 0;
    margin-bottom: 1.25em;
}

.locator-profile-card {
    padding: 35px;
    box-shadow: 0px 0px 1px 1px #d3d3d3;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.locator-profile-card .footer {
    clear: both;
}

.locators .locator-profile img,
.locators .locator-profile-card img {
    max-height: 325px;
    max-width: 250px;
    border-radius: 30%;
}

.locator-profile-card h2 {
    padding: 12px 0;
}

.locator-profile-card .content p {
    font-size: 18px;
}

/* End of Locator Profile */

/* Section */

.section img {
    max-width: 100%;
}

.section .locator-profile {
    margin-bottom: 0;
}

.section .content {

}

.section .content h2 {
    padding-bottom: 20px;
}

.section-left-content-right-images img {
    margin-left: 10px;
}

.section h1, h2, h3 {
    margin-top: 0;
}

.section-left-images-right-content div {
    display: inline-block;
    vertical-align: top;
}

.section ul {
    margin-bottom: 0 !important;
}

.section ul li {
    list-style: disc;
    border-bottom: none;
}

.section ul li:nth-child(even) > div {
    background-color: #969DB6;
}

.section ul li:nth-child(odd) > div {
    background-color: #ffffff;
}
/* End of Section */

/* Contact Us Form */

#contact-us-form {
    display: block;
    width: 50%;
    max-width: 50%;
    background: rgba(0,0,0,0.65);
    margin-left: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.section-background-image-with-form #contact-us-form .header,
.section-background-image-with-form #contact-us-form .header p {
    display: inherit;
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2em;
    padding-top: 50px;
}

.section-background-image-with-form #contact-us-form body,
.section-background-image-with-form #contact-us-form .body p {
    color: orange;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

#contact-us-form form {
    margin: 25px;
    line-height: 1.25;
}

#contact-us-form form .editor-label {
    color: #ffffff;
    padding-top: 20px;
    text-transform: uppercase;
}

#contact-us-form form .editor-label::after {
    color: orange;
    content: " *";
}

/* Remove top padding from first input element */
#contact-us-form form .editor-label.first-editor-label {
    padding-top: 0 !important;
}

#contact-us-form form .editor-button {
    padding-top: 20px;
}

#contact-us-form form .editor-input input {
    width: 100%;
}

#contact-us-form form .editor-input textarea {
    width: 100%;
    height: 100px;
}

#contact-us-form form .editor-input input[type="checkbox"] {
    display: block;
    text-align: left;
}

#contact-us-form form .editor-checkbox::after {
    color: orange;
    content: " YES";
}

/* End of Contact Us Form */

.banner-image {
    width: 100%;
    object-fit: cover;
    height: 400px;
}

.thank-you-message {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    margin-left: 50%;
    font-size: 32px;
    background: rgba(0,0,0,0.65);
    padding: 50px;
    line-height: 1.2em;
}

.section ul li:last-child {
    border-bottom: none;
}

.body-content {
    padding: 20px 15%;
}

.body-content .page-content {
    padding-top: 30px;
}

.body-content .section {
    padding-bottom: 40px;
}

.content {
    padding: 0;
}

.row-spacing {
    padding: 10px 0;
}

.section-background-image-with-content .header,
.section-background-image-with-content .header p {
    color: orange;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 60px;
}

.section-background-image-with-content .body,
.section-background-image-with-content .body p {
    color: white;
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    padding-bottom: 30px;
}

.section-background-image-with-form {
    background-size: cover;
}

.icon {
    color: maroon;
}

.icon-white {
    color: white;
}

.icon-center {
    display: block !important;
    text-align: center;
    vertical-align: middle;
}

.font-bold {
    font-weight: bolder;
}

.font-small {
    font-size: 12px;
}

.font-tiny {
    font-size: 10px;
}

.menu-left-padding {
    padding-left: 50px;
}

.navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row-reverse;
}

.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15%;
    padding-right: 15%;
}

.form-disabled {
    background-color: #d3d3d3;
    opacity: .5;
    cursor: default;
}

.submit-progress {
    position: fixed;
    top: 25%;
    left: 50%;
    height: 6em;
    width: 30em;
    padding-top: 2.3em;
    padding-left: 2.1em;
    margin-left: -15em;
    background-color: #000;
    color: #fff;
    border-radius: .4em;
    box-shadow: .4em .4em rgba(0,0,0,.6);
    -webkit-box-shadow: .4em .4em rgba(0,0,0,.6);
    -moz-box-shadow: .4em .4em rgba(0,0,0,.6);
}

.submit-progress label {
    position: relative;
    padding-left: 10px;
    top: -8px;
}

.top-row {
    background-color: #000000;
    cursor: default;
}

.top-row span {
    color: #969DB6;
    padding: 0 10px;
}

.top-row span:not(:last-child) {
    border-right: thin solid;
}

.card {
    display: block;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px;
}

.card:hover {
    position: relative;
    top: -5px;
}

.card img {
    height: 64px;
    width: 64px;
    margin-bottom: 30px;
}

.card .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.card .teaser {
    margin-bottom: 15px;
}

.card .content,
.card .content p {
    font-size: 16px;
}

.card .link {
    padding-bottom: 30px;
}

.card.advanced img {
    height: unset;
    width: 100%;
    margin-bottom: 30px;
}

.card-container {
    display: flex;
    flex-flow: row wrap;
}

.card-wrap {
    display: flex;
    padding: 10px;
}

.jumbotron {
    background-color: #969DB6;
    padding-left: 15%;
    padding-right: 15%;
}

.jumbotron h1 {
    border: none;
    text-align: unset;
    padding-top: 0;
    font-weight: normal;
}

ul:has(.checkmark) {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul li.checkmark:before {
    content: '✓';
    padding-left: 25px;
    padding-right: 8px;
}

footer .brighter-text {
    color: #848484;
    padding-top: 20px;
}

#money-back-guarantee {
    float: left;
    margin-right: 30px;
}

/* Mobile phones */
@media only screen and (max-width: 399px) {
    [class*="col-"] {
        padding-bottom: 20px;
    }

    h1 {
        font-size: 22px;
        text-align: center;
    }

    h2 {
        font-size: 18px;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    h3 {
        font-size: 14px;
        text-align: center;
    }

    img {
        width: 100%;
    }

    .navbar-nav {
        padding-top: 30px;
    }

    #logo {
        text-align: left;
    }

    #logo img {
        width: 75% !important;
    }

    #hamburger-button {
        position: absolute;
        display: block;
        top: 35px;
        right: 8%;
        z-index: 999;
    }

    #menu {
        width: 100%;
    }

    #money-back-guarantee {
        float: none;
    }

    /* Header Section */

    header .logo {
        width: 100%;
    }

    /* End of Header Section */

    /* Footer Section */

    footer .header {
        font-size: 14px;
    }

    footer .navigation ul li > a {
        font-size: 12px;
    }

    /* End of Footer Section */

    /* Useful Resources Page */

    .useful-resources {
        padding-left: 0;
        padding-right: 0;
    }

    .useful-resources .card .header {
        font-size: 18px;
    }

    .useful-resources .card .header .text {
        padding-left: 3px;
    }

    /* End of Useful Resources Page */

    /* Box Link */

    .box-link {
        max-width: 75%;
        width: 75%;
    }

    .mobile-box-link {
        display: block !important;
        float: none !important;
    }

    /* End of Box Link */

    /* Yellow Picture Box */

    /* End of Yellow Picture Box */

    /* Locator Profile */

    .locators .locator-profile img, .locators .locator-profile-card img {
        text-align: center;
    }

    /* End of Locator Profile */

    /* Contact Us Page */

    .contact-us {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-us .card .header {
        font-size: 18px;
    }

    .contact-us .card .header .text {
        padding-left: 3px;
    }

    /* End of Contact Us Page */

    /* Section */

    .section .content, .section .images img {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section .locator-profile {
        text-align: center;
    }

    /* End of Section */

    /* Contact Us Form */

    #contact-us-form {
        width: 100%;
        max-width: 100%;
        margin: 15px 2%;
    }

    .section-background-image-with-content .header,
    .section-background-image-with-content .header p {
        font-size: 16px;
        padding-top: 40px;
    }

    .section-background-image-with-content .body,
    .section-background-image-with-content .body p {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .section-background-image-with-form #contact-us-form .header,
    .section-background-image-with-form #contact-us-form .header p {
        font-size: 24px;
        padding-top: 20px;
    }

    .section-background-image-with-form #contact-us-form body,
    .section-background-image-with-form #contact-us-form .body p {
        font-size: 12px;
    }

    #contact-us-form form {
        margin: 0 0 25px 0;
    }

    /* End of Contact Us Form */

    /* Apartment Search */

    .apartment-details,
    .apartment-search-results {
        padding: 15px 15px;
    }

    .apartment-details .header,
    .apartment-search-results .header {
        padding-left: 0;
        padding-right: 0;
    }

    .apartment-details .header .apartment-name,
    .apartment-search-results .header .apartment-name {
        top: 0;
    }

    .apartment-details .row .details-link .icon-white,
    .apartment-search-results .row .details-link .icon-white {
        padding-right: 0;
    }

    /* End of Apartment Search */

    /* Apartment Details */

    .thank-you-message {
        margin-left: 0;
        width: 100%;
        font-size: 24px;
        padding: 20px;
    }

    /* End of Apartment Details */

    #slideshow {
        width: 100%;
    }

    #slideshow .arrow-prev {
        left: 0;
        z-index: 99;
    }

    #slideshow .arrow-next {
        left: 75%;
        z-index: 99;
    }

    .apartment-details .apartment-images-preview img {
        width: 75px;
        height: 50px;
    }

    .apartment-details .apartment-images-row .apartment-images-preview {
        width: 100%;
    }

    .apartment-search-results .header {
        padding-top: 30px;
    }

    .fa.icon-white {
        font-size: 24px;
    }

    .apartment-search-results img {
        height: unset;
        width: 100%;
    }

    .apartment-search-results .details {
        padding: 15px 15px;
    }

    .apartment-details h1, .apartment-search-results h1 {
        padding: 0;
        text-align: left;
        margin: 0;
    }

    .body-content {
        padding: 10px 15px;
    }

    .social-media-share-links img,
    .social-media-page-links img {
        width: unset;
    }

    .submit-progress {
        width: 22em;
        left: 50%;
        padding-left: 1.1em;
        padding-right: 1.1em;
        margin-left: -11em;
        padding-top: 2em;
    }

    .card .title {
        margin-bottom: 30px;
    }

    .jumbotron {
        padding-left: 5%;
        padding-right: 5%;
    }

    .section-left-content-right-images img {
        margin-left: 0;
    }

    .images {
        padding: 10px 0;
    }

    .accordion-header {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 400px) and (max-width: 899px) {
    [class*="col-"] {
        padding-bottom: 20px;
    }

    h1 {
        font-size: 22px;
        text-align: center;
    }

    h2 {
        font-size: 18px;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    h3 {
        font-size: 14px;
        text-align: center;
    }

    img {
        width: 100%;
    }

    label {
        font-size: 14px;
    }

    .navbar-nav {
        padding-top: 30px;
    }

    #logo {
        text-align: left;
    }

    #logo img {
        width: 75% !important;
    }

    #hamburger-button {
        position: absolute;
        display: block;
        top: 35px;
        right: 8%;
        z-index: 999;
    }

    #menu {
        width: 100%;
    }

    .highlight {
        padding: 5px;
    }

    /* Header Section */

    header .logo {
        width: 100%;
    }

    /* End of Header Section */

    /* Footer Section */

    footer .header {
        font-size: 14px;
    }

    footer .navigation ul li > a {
        font-size: 12px;
    }

    /* End of Footer Section */

    /* Our Process Page */

    .images.locator-profile img {
        padding-left: 8px;
        padding-right: 8px;
    }

    /* End of Our Process Page */

    /* Useful Resources Page */

    .useful-resources {
        padding-left: 0;
        padding-right: 0;
    }

    .useful-resources .card {
        padding: 10px;
    }

    .useful-resources .card .header .text {
        padding-left: 3px;
        font-size: 15px;
    }

    .useful-resources .card .icon {
        padding-right: 7px;
    }

    /* End of Useful Resources Page */

    /* Box Link */

    .box-link {
        max-width: 75%;
        width: 75%;
    }

    .mobile-box-link {
        display: block !important;
        float: none !important;
    }

    /* End of Box Link */

    /* Yellow Picture Box */

    /* End of Yellow Picture Box */

    /* Locator Profile */

    .locators .locator-profile img, .locators .locator-profile-card img {
        text-align: center;
        padding-left: 8px;
        padding-right: 8px;
    }

    /* End of Locator Profile */

    /* Contact Us Page */

    .contact-us {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-us .card {
        padding: 10px;
    }

    .contact-us .card .header .text {
        padding-left: 3px;
        font-size: 15px;
    }

    .contact-us .card .header .icon {
        font-size: 64px;
        padding-right: 7px;
    }

    /* End of Contact Us Page */

    /* Section */

    .section .content {
        padding-left: 0;
        padding-right: 0;
    }

    .section .content, .section .images img {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section .locator-profile {
        text-align: center;
    }

    /* End of Section */

    /* Contact Us Form */

    #contact-us-form {
        width: 50%;
        max-width: 50%;
    }

    .section-background-image-with-content .header,
    .section-background-image-with-content .header p {
        font-size: 16px;
        padding-top: 40px;
    }

    .section-background-image-with-content .body,
    .section-background-image-with-content .body p {
        font-size: 24px;
        padding-bottom: 15px;
    }

    .section-background-image-with-form #contact-us-form .header,
    .section-background-image-with-form #contact-us-form .header p {
        font-size: 24px;
        padding-top: 20px;
    }

    .section-background-image-with-form #contact-us-form body,
    .section-background-image-with-form #contact-us-form .body p {
        font-size: 12px;
    }

    #contact-us-form form {
        margin: 0 0 25px 0;
    }

    /* End of Contact Us Form */

    /* Apartment Search */

    .apartment-details,
    .apartment-search-results {
        padding: 15px 15px;
    }

    .apartment-details .header,
    .apartment-search-results .header {
        padding-left: 0;
        padding-right: 0;
    }

    .apartment-details .header .apartment-name,
    .apartment-search-results .header .apartment-name {
        top: 0;
    }

    .apartment-details .row .details-link .icon-white,
    .apartment-search-results .row .details-link .icon-white {
        padding-right: 0;
    }

    /* End of Apartment Search */

    /* Apartment Details */

    .thank-you-message {
        width: 50%;
        font-size: 24px;
        padding: 20px;
    }

    /* End of Apartment Details */

    #slideshow {
        width: 100%;
    }

    #slideshow .arrow-prev {
        left: 0;
        z-index: 99;
    }

    #slideshow .arrow-next {
        left: 90%;
        z-index: 99;
    }

    .apartment-details .apartment-images-preview img {
        width: 75px;
        height: 50px;
    }

    .apartment-details .apartment-images-row .apartment-images-preview {
        width: 100%;
    }

    .apartment-search-results .header {
        padding-top: 30px;
    }

    .fa.icon-white {
        font-size: 24px;
    }

    .apartment-search-results img {
        height: unset;
        width: 100%;
        padding-right: 5px;
    }

    .apartment-search-results .details {
        padding: 15px 15px;
    }

    .apartment-details h1, .apartment-search-results h1 {
        padding: 0;
        text-align: left;
        margin: 0;
    }

    .body-content {
        padding: 10px 15px;
    }

    .social-media-share-links img,
    .social-media-page-links img {
        width: unset;
    }

    .submit-progress {
        width: 22em;
        left: 50%;
        padding-left: 1.1em;
        padding-right: 1.1em;
        margin-left: -11em;
        padding-top: 2em;
    }

    #money-back-guarantee {
        float: none;
    }

    .section-left-content-right-images img {
        margin-left: 0;
    }

    .images {
        padding: 10px 0;
    }

    .accordion-header {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    #logo {
        text-align: left;
    }

    #logo img {
        width: 75% !important;
    }

    #hamburger-button {
        position: absolute;
        display: block;
        top: 35px;
        right: 8%;
        z-index: 999;
    }

    #menu {
        width: 100%;
    }

    .banner-image {
        height: 266px;
    }

    .fa.icon {
        padding-right: 0;
    }

    .section .content {
        padding-left: 0;
        padding-right: 0;
    }

    .submit-progress {
        top: 50%;
    }

    .thank-you-message {
        font-size: 30px;
        padding: 50px 20px;
    }

    .useful-resources .card .header {
        font-size: 18px;
    }

    .useful-resources .card .header .text {
        padding-left: 10px;
    }

    .contact-us .card .header .header {
        font-size: 18px;
    }

    .contact-us .card .header .text {
        padding-left: 10px;
    }
}

.blog-image {
    height: auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.blog-image-small {
    height: auto;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.blog-post {
    padding: 0;
}

    .blog-post .title {
        font-size: 26pt;
    }

    .blog-post .image {
        padding: 25px 0 50px 0;
    }

.paging-button {
    background-color: #969DB6 !important;
    color: white !important;
}

#searchText {
    border-radius: 0;
    border: thin solid #969DB6;
    height: 32px;
    padding: 10px;
}

#btnSearch {
    color: #ffffff;
    background-color: #969DB6;
    position: relative;
    left: -5px;
    top: -1px;
    height: 32px;
}

.fa-search {
    color: #ffffff;
    background-color: #969DB6;
    vertical-align: middle;
}

#blogItem {
    padding-left: 0 !important;
    padding-right: 15px;
}

