body {
    background-image: url("https://i.postimg.cc/tg27yjq7/background.png");
    background-repeat: repeat;
}

header {
    height: 250px;

    width: 100%;
    position: relative;
}

header .header-top-wrap {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.header-hours {
position: absolute;
	right: 30%;
	top: 30px;
}

header .header-top-wrap .logo-wrap {
    float: left;
    height: 200px;
    line-height: 200px;
}

header .header-top-wrap .logo-wrap img {
    height: 150px;
    width: auto;
    vertical-align: middle;
}

header .header-top-wrap .header-info-wrap {
    float: right;
    height: 200px;
}

header .header-top-wrap .header-info-wrap .header-info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .header-top-wrap .header-info-wrap .header-info span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

header .header-top-wrap .header-info-wrap .header-info h1 {
    font-size: 1.9rem;
}

header .header-top-wrap .header-info-wrap .header-info h1 a {
    text-decoration: none;
    color: #027502;
}

header .header-top-wrap .header-info-wrap .header-info h1 a:hover {
    color: #004c05;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

header .header-top-wrap .header-info-wrap .header-info .header-btn {
    margin-top: 10px;
    text-align: center;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

header .header-top-wrap .header-info-wrap .header-info .header-btn a {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    border: 2px solid #027502;
    display: block;
    text-decoration: none;
    color: black;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-top-wrap .header-info-wrap .header-info .header-btn a:hover {
    color: #FFF;
    background: #027502;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

header #mobile a {
    text-decoration: none;
    display: block;
}

header #mobile a:hover {
    background: #004c05;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

header #mobile a #menu-btn {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    list-style-type: none;
    text-align: center;
    color: #FFF;
}

header #mobile a #menu-btn:before {
    font-family: fontawesome;
    content: "\f0c9";
    color: #FFF;
    margin-right: .5em;
}

header #mobile #drop-down {
    z-index: 999;
    display: none;
    border-bottom: 1px solid #028502;
    background: #027502;
    list-style-type: none;
    width: 100%;
}

header #mobile #drop-down li {
    border-top: 1px solid #028502;
    width: 100%;
    display: block;
}

header nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #027502;
    height: 50px;
}

header nav ul {
    display: table;
    width: 80%;
    margin: 0 auto;
}

header nav ul li {
    line-height: 50px;
    display: table-cell;
    width: 20%;
}

header nav ul li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

header nav ul li a:hover {
    color: #FFF;
    background: #004c05;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

footer {
    width: 100%;
    bottom: 0;
    background: #027502;
}

footer a {
    color: #FFF !important;
    text-decoration: none;
}

footer a:hover {
    color: #027502 !important;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

footer .footer-header-wrap {
    width: 100%;
    padding: 30px 0;
    background: #027502;
}

footer .footer-header-wrap .footer-header {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

footer .footer-header-wrap .footer-header .footer-header-title {
    float: left;
}

footer .footer-header-wrap .footer-header .footer-header-title h1 {
    color: #FFF;
    line-height: 56px;
    text-transform: uppercase;
}

footer .footer-header-wrap .footer-header .footer-header-btn-wrap {
    float: right;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

footer .footer-header-wrap .footer-header .footer-header-btn-wrap a {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    border: 2px solid #FFF;
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

footer .footer-header-wrap .footer-header .footer-header-btn-wrap a:hover {
    background: #FFF;
    color: #027502;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

footer .footer-content {
    width: 90%;
    color: #FFF;
    padding: 0 0 30px 0;
    padding-left: 10%;
    margin: 0 auto;
    overflow: hidden;
    background: #232323;
}

footer .footer-content h3 {
    color: #027502;
}

footer .footer-content .footer-contact a {
    color: #fff;
    text-decoration: none;
}

footer .footer-content .footer-contact a:hover {
    color: #004c05;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

footer .footer-content .footer-connect ul li {
    display: inline-block;
}

footer .footer-content .footer-connect ul li a .fa {
    font-size: 34px;
    color: #FFF;
    padding: 0 5px;
}

footer .footer-content .footer-connect ul li a .fa:hover {
    color: #027502;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

footer .footer-copy {
    background: #004c05;
    overflow: hidden;
}

footer .footer-copy .footer-copy-wrap {
    margin: 0 auto;
    width: 90%;
    padding: 10px 0px;
    background: black;
    padding-left: 10%;
}

footer .footer-copy .footer-copy-wrap span {
    line-height: 10px;
}

footer .footer-copy .footer-copy-wrap span a {
    color: #FFF;
    text-decoration: none;
}

footer .footer-copy .footer-copy-wrap span a:hover {
    color: #027502;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

.side-nav-wrap {
    float: left;
    padding-right: 50px;
}

.side-nav-wrap nav ul {
    list-style-type: none;
}

.side-nav-wrap nav ul .filled-in {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    background-color: #027502;
}

.side-nav-wrap nav ul .filled-in a {
    color: #FFF !important;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

.side-nav-wrap nav ul .filled-in:hover {
    background: #FFF;
}

.side-nav-wrap nav ul .filled-in:hover a {
    color: #000 !important;
}

.side-nav-wrap nav ul li {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    text-align: left;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 10px;
    background: #FFF;
    border: 2px solid #027502;
    font-weight: 700;
}

.side-nav-wrap nav ul li:hover {
    background: #027502;
}

.side-nav-wrap nav ul li:hover a {
    color: #FFF;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

.side-nav-wrap nav ul li a {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    color: #027502;
    padding: 15px;
    display: block;
    text-decoration: none;
}

.home-article-wrap {
    float: right;
    width: 68%;
}

.home-article-wrap iframe {
    margin-bottom: 20px;
}

.home-article-wrap img {
    float: right;
    margin: 0px 0px 20px 20px;
}

.home-article-wrap h4 {
    font-size: 1.75rem;
}

/* Larger than mobile */

@media (max-width: 400px) {
    body .secondaryconditions-wrap .break {
        display: block;
    }
    body .becomingapatient-wrap img {
        width: 100% !important;
        float: none !important;
        margin: 20px 0px 20px 0px !important;
    }
    body .becomingapatient-wrap img {
        width: 100%;
        float: right;
        margin: 20px 0px 20px 0px !important;
    }
    body .next-article-wrap a {
        font-size: 15px;
    }
    body .treatmentoptions-wrap img {
        float: none;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    body #desktop {
        display: none;
    }
    body .structuralshifts-wrap h1 {
        font-size: 2.3rem;
    }
    body .structuralshifts-wrap img {
        width: 100%;
    }
    body .secondaryconditions-wrap h1 {
        font-size: 2.5rem;
    }
    body .secondaryconditions-wrap img {
        float: none;
        width: 100%;
        margin: 20px 0px 20px 0px;
    }
    body .structuralvstraditional-wrap img {
        height: 300px !important;
        float: none;
        width: 100%;
        margin: 20px 0 20px;
    }
    body .structuralvstraditional-wrap h1 {
        font-size: 2rem;
    }
    body .consultation-form-wrap {
        width: 100% !important;
        float: none;
    }
    body .consultation-form-wrap h1 {
        font-size: 2.25rem;
    }
    body .consultation-form-wrap .form-submit-btn {
        font-size: 12px !important;
    }
    body header .header-top-wrap {
        width: 90%;
        overflow: hidden;
        margin: 0 auto;
    }
    body footer .footer-header-wrap .footer-header .footer-header-btn-wrap a {
        font-size: 14px;
    }
    body header .header-top-wrap .logo-wrap {
        float: none;
        text-align: center;
    }
    body .header-info-wrap {
        display: none;
    }
    body footer .footer-header-wrap .footer-header .footer-header-btn-wrap {
        float: none;
        text-align: center;
    }
    body .footer-header-title {
        display: none;
    }
    body .fourth {
        width: 100%;
        /* as @passatgt mentioned in the comment, for the older browsers fallback */
        width: calc(100% / 1) !important;
        display: inline-block;
        float: left;
    }
    body .side-nav-wrap {
        width: 100%;
        padding-right: 0;
        margin-top: 60px;
    }
    body .home-article-wrap {
        width: 100%;
    }
    body .float-left {
        width: 100% !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 400px) {
    body .becomingapatient-wrap img {
        width: 100% !important;
        float: none !important;
        margin: 20px 0px 20px 0px !important;
    }
    body .consultation-form-wrap {
        width: 100% !important;
        float: none;
    }
    body header .header-top-wrap .logo-wrap {
        float: none;
        text-align: center;
    }
    body .header-info-wrap {
        display: none;
    }
    body #desktop {
        display: none;
    }
    body footer .footer-header-wrap .footer-header .footer-header-btn-wrap {
        float: none;
        text-align: center;
    }
    body .footer-header-title {
        display: none;
    }
    body .fourth {
        width: 100%;
        /* as @passatgt mentioned in the comment, for the older browsers fallback */
        width: calc(100% / 1) !important;
        display: inline-block;
        float: left;
    }
    body .side-nav-wrap {
        width: 100%;
        padding-right: 0;
        margin-top: 60px;
    }
    body .home-article-wrap {
        width: 100%;
    }
    body .structuralvstraditional-wrap img {
        height: 300px !important;
        float: none;
        width: 100%;
        margin: 20px 0 20px;
    }
    body .float-left {
        width: 100% !important;
        padding-right: 0px !important;
    }
}

/* Larger than phablet */

@media (min-width: 550px) {
    body .secondaryconditions-wrap .break {
        display: inline !important;
    }
    body .structuralshifts-wrap img {
        margin-top: 20px !important;
    }
    body .home-article-wrap img {
        float: right;
        width: 200px;
        margin: 0px 0px 20px 20px;
    }
    body header .header-top-wrap .logo-wrap {
        float: none;
        text-align: center;
    }
    body .secondaryconditions-wrap img {
        float: right;
        width: 200px;
        margin: 20px 0px 20px 20px;
    }
    body .structuralvstraditional-wrap img {
        height: 300px !important;
        float: none;
        width: auto;
        float: right;
        margin: 20px 0 20px 20px;
    }
    body .header-info-wrap {
        display: none;
    }
    body #desktop {
        display: none;
    }
    body .fourth {
        width: 50%;
        /* as @passatgt mentioned in the comment, for the older browsers fallback */
        width: calc(100% / 2) !important;
        display: inline-block;
        float: left;
    }
    body .side-nav-wrap {
        width: 100%;
        padding-right: 0;
        margin-top: 60px;
    }
    body .home-article-wrap {
        width: 100%;
    }
    body .float-left {
        width: 100% !important;
        padding-right: 0px !important;
    }
}

/* Larger than tablet */

@media (min-width: 750px) {
    body .becomingapatient-wrap img {
        width: 300px !important;
        float: right !important;
        margin: 20px 0px 20px 20px !important;
    }
    body .home-article-wrap img {
        float: right;
        width: auto;
        margin: 0px 0px 20px 20px;
    }
    body header nav ul li a {
        font-size: 14px;
    }
    body .secondaryconditions-wrap img {
        float: right;
        width: 300px;
        margin: 20px 0px 20px 20px;
    }
    body .structuralvstraditional-wrap img {
        height: 400px !important;
        margin-top: 20px;
    }
    body header .header-top-wrap .logo-wrap {
        float: left;
    }
    body .side-nav-wrap {
        width: 100%;
        padding-right: 0;
        margin-top: 60px;
    }
    body .home-article-wrap {
        width: 100%;
    }
    body .float-left {
        width: 45% !important;
        padding-right: 25px !important;
    }
    body .header-info-wrap {
        display: block;
    }
    body #mobile {
        display: none;
    }
    body #desktop {
        display: block;
        -webkit-box-shadow: 0px 0px 38px -2px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 38px -2px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 38px -2px rgba(0, 0, 0, 0.75);
    }
    body .fourth {
        margin-top: 30px;
        width: 33.3%;
        /* as @passatgt mentioned in the comment, for the older browsers fallback */
        width: calc(100% / 3) !important;
        display: inline-block;
        float: left;
    }
    body footer .footer-header-wrap .footer-header .footer-header-btn-wrap {
        float: right;
        text-align: center;
    }
    body .footer-header-title {
        display: inline-block;
    }
    body .footer-header-title h1 {
        margin-right: 5px;
        font-size: 18px;
    }
}

/* Larger than desktop */

@media (min-width: 1000px) {
    body .consultation-form-wrap {
        width: 63% !important;
        float: right !important;
    }
    body header nav ul li a {
        font-size: 18px;
    }
    body .site-wrapper {
        width: 95% !important;
    }
    body .side-nav-wrap {
        padding-right: 15px;
        margin-top: 5px;
        width: auto !important;
    }
    body .home-article-wrap {
        width: 73% !important;
    }
    body .fourth {
        margin-top: 30px;
        width: 25%;
        width: calc(100% / 4) !important;
        display: inline-block;
        float: left;
    }
    body .footer-header-title h1 {
        font-size: 1.9em;
    }
}

/* Larger than desktop */

@media (min-width: 1184px) {
    body .site-wrapper {
        width: 95% !important;
    }
}

@media (min-width: 1186px) {
    body .site-wrapper {
        width: 95% !important;
    }
}

@media (min-width: 1500px) {
    body .site-wrapper {
        width: 80% !important;
    }
}

.consultation-form-wrap {
    width: 63%;
    float: right;
}

.consultation-form-wrap .form-container {
    width: 100%;
}

.consultation-form-wrap .form-container h3 {
    margin-top: 20px;
}

.consultation-form-wrap .form-container input:focus {
    outline: none;
}

.consultation-form-wrap .form-container textarea:focus {
    outline: none;
}

.consultation-form-wrap .form-container ::-webkit-input-placeholder {
    color: #027502;
}

.consultation-form-wrap .form-container ::-moz-placeholder {
    color: #027502;
}

.consultation-form-wrap .form-container :-ms-input-placeholder {
    color: #027502;
}

.consultation-form-wrap .form-container :-moz-placeholder {
    color: #027502;
}

.consultation-form-wrap .form-container .form-submit-btn {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
    width: 100%;
    border: 2px solid #027502;
    font-size: 16px;
    display: block;
    background: none;
    text-decoration: none;
    margin-top: 20px;
    color: #027502;
    padding: 17px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

.consultation-form-wrap .form-container .form-submit-btn:hover {
    background: #027502;
    color: #FFF;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

.consultation-form-wrap .form-container .input-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #027502;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    border: 2px solid #027502;
    padding: 6px 10px;
}

.consultation-form-wrap .form-container .input-box:focus {
    border: 2px solid #027502;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

.consultation-form-wrap .form-container #name-input {
    margin-right: 2%;
    color: #027502;
    margin-top: 0px;
    width: 49% !important;
    /* as @passatgt mentioned in the comment, for the older browsers fallback */
    width: calc(100% / 2);
    float: left;
}

.consultation-form-wrap .form-container #phone-input {
    color: #027502;
    margin-top: 0px;
    float: left;
    width: 49% !important;
    /* as @passatgt mentioned in the comment, for the older browsers fallback */
    width: calc(100% / 2);
}

.consultation-form-wrap .form-container #text-input {
    height: 100px;
}

.structuralvstraditional-wrap {
    float: right;
    width: 68%;
}

.structuralvstraditional-wrap iframe {
    margin-bottom: 20px;
}

.structuralvstraditional-wrap img {
    float: right;
    margin: 20px 0px 20px 20px;
}

.structuralvstraditional-wrap ol {
    padding-left: 30px;
    margin: 10px 0 10px 0;
}

.structuralvstraditional-wrap img {
    height: 400px;
    float: right;
    margin: 20px 0 20px 20px;
}

.secondaryconditions-wrap {
    float: right;
    width: 68%;
}

.secondaryconditions-wrap iframe {
    margin-bottom: 20px;
}

.secondaryconditions-wrap ul {
    margin-top: 10px;
    padding-left: 30px;
}

.secondaryconditions-wrap img {
    float: right;
    width: 300px;
    margin: 20px 0px 20px 20px;
}

.beforetheexam-wrap {
    float: right;
    width: 68%;
}

.beforetheexam-wrap iframe {
    margin-bottom: 20px;
}

.beforetheexam-wrap img {
    float: right;
    margin: 0px 0px 20px 20px;
}

.beforetheexam-wrap ul {
    padding-left: 30px;
}

.becomingapatient-wrap {
    float: right;
    width: 68%;
}

.becomingapatient-wrap iframe {
    margin-bottom: 20px;
}

.becomingapatient-wrap img {
    width: 300px !important;
    float: right;
    margin: 20px 0px 20px 20px !important;
}

.becomingapatient-wrap ul {
    margin-top: 10px;
    padding-left: 30px;
}

.structuralshifts-wrap img {
    margin-top: 20px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

body a {
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

body .newpatient-btn a {
    border: 2px solid #027502;
    display: inline-block;
    text-decoration: none;
    color: #027502;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

body .newpatient-btn a:hover {
    color: #FFF;
    background: #027502;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

body .inline {
    display: inline-block;
    clear: both;
}

body .green {
    display: inline-block;
    color: #85bb65;
    font-size: 3rem;
}

body .five {
    margin-left: 5px;
    -webkit-box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
}

body .ten {
    margin-left: 10px;
    -webkit-box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
}

body .fifteen {
    margin-left: 15px;
    -webkit-box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
}

body .twenty {
    margin-left: 20px;
    -webkit-box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 9px 9px 43px -12px rgba(0, 0, 0, 0.75);
}

body .float-left {
    width: 55%;
    float: left;
    padding-right: 34px;
}

body .next-article-wrap .next-article-btn {
    display: inline-block;
}

body .next-article-wrap .next-article-btn:hover a {
    color: #004c05;
    -webkit-transition: 300ms all ease;
    transition: 300ms all ease;
}

body .next-article-wrap .next-article-btn a {
    color: #027502;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    display: block;
}

body ::-moz-selection {
    color: #FFF;
    background: #027502;
}

body ::selection {
    color: #FFF;
    background: #027502;
}

body .red {
    color: #027502;
    display: inline-block;
}

.not-red {
    color: black;
    text-decoration: none;
}

body .site-wrapper {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    padding: 60px 0;
}

body .third {
    width: 33.33% !important;
    /* as @passatgt mentioned in the comment, for the older browsers fallback */
    width: calc(100% / 3);
    display: inline-block;
    float: left;
}

body .fourth {
    margin-top: 30px;
    width: 25%;
    /* as @passatgt mentioned in the comment, for the older browsers fallback */
    width: calc(100% / 4);
    display: inline-block;
    float: left;
}

body h1 {
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #027502;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.shadow {
    -webkit-box-shadow: 7px 7px 28px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 7px 28px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 7px 28px 2px rgba(0, 0, 0, 0.75);

}
