@charset "utf-8";
/* CSS Document */ 
@font-face {
    font-family: 'klinic_slabmedium';
    src: url('klinicslabmedium-webfont.woff2') format('woff2'), url('klinicslabmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body, .accordion {
    background: #fff;
    color: #333;
    font: 18px/1.5 'Goudy Old Style', Garamond, 'Big Caslon', 'Times New Roman', serif;
    padding: 0;
    margin: 0;/*    margin: 0 10% 0 10%;*/
}
/* Global */
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}
/* Main-col */
.main-col {
    float: left;
    width: 65%;
}
.app-store {
    width: 40px !important;
    height: 40px !important;
    margin-left: .5em;
}
.social {
    width: 30px !important;
    height: 30px !important;
    margin: .5em;
}
.aside {
    padding: 7px;
    background-color: #d8c6b8;
    color: #7C573E;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
ul {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4 {
    color: #5f1312;
    font-weight: 700;
    margin: 0;
    font-family: 'klinic_slabmedium', "Trebuchet MS", Verdana;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: .5em;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
/* Header **/
header {
    background-color: #cf1c44;
    color: #ffffff;
    /* padding-top:30px;*/
    min-height: 125px;
    border-bottom: #0b9446 10px solid;
}
header #logo {
    float: left;
    margin-top: 0em;
}
header nav {
    float: right;
    margin-top: 90px;
}
header a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}
header li a:hover {
    color: #fff;
    border-top: solid #0b9446 4px;
    text-decoration: none;
}
/*Feature*/

.bannerSlides {
    display: none;
}
#tools {
    padding: 15px;
    color: #5f1312; /*  background-color: #d8c6b8; */

}
/* Boxes */
#boxes {
    margin: 10px;
}
#boxes .box {
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
}
#boxes .box img {
    width: 150px;
}
/* Sidebar */
aside#sidebar {
    float: right;
    width: 30%;
    margin-top: 10px;
}
aside#sidebar .quote input, aside#sidebar .quote textarea {
    width: 90%;
    padding: 5px;
}
a {
    color: #5f1312;
    text-decoration: none;
}
a:hover {
    color: #0b9446;
    text-decoration: underline;
}
div#feature {
    margin-top: 0em;
    border-bottom: #5f1312 3px solid;
}
section#location1, section#location2 {
    /*    width: 400px;*/
    float: left;
    padding-bottom: 1em;
}
p.location-phone {
    width: 100%;
    font-size: 1.3em;
    margin: .5em 1em 0 0;
    text-align: center;
    text-decoration: none;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #d8c6b8;
    font-weight: 800;
    color: #7c573e;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}
#menu.active, .accordion:hover {
    background-color: #7c573e;
    color: white;
    border-bottom: 1px solid #7c573e;
}
.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    border-bottom: 1px solid #7c573e;
}
/*colors
burgundy #5f1312;
wine #553237;
tan #d8c6b8;
med-brown #7c573e;
chocolate #402d20;
red #cf1c44;
green #0b9446;
*/

table {
    width: 100%;
    margin-bottom: 1em;
}
table > thead {
    text-align: left;
    color: #5f1312;
    font-family: 'klinic_slabmedium', "Trebuchet MS", Verdana;
}
/*table > tr {
    vertical-align: top;
}
table > tr > td {
    text-align: left;
    border: 1px solid blue;
}*/
th.menuItem {
    white-space: nowrap;
    width: 35%;
}
th.description {
    white-space: nowrap;
    width: 55%;
}
footer {
    padding: 10px;
    margin-top: 10px;
    color: #ffffff;
    background-color: #cf1c44;
    text-align: center;
    border-top: #0b9446 10px solid;
}
.displayInline {
    display: inline-block
}
.map-pic {
    width: 25% !important;
    height: 25% !important;
}
.icon {
    width: 20px !important;
    height: 20px !important;
    margin: 0;
}
.pa-icon {
    margin: .2em .2em -.5em 0;
    height: 40px !important;
    width: 40px !important;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Media Queries */
@media(max-width: 768px) {
header header nav, header nav li, #boxes .box, article#main-col, aside#sidebar {
    float: none;
    text-align: center;
    width: 100%;
}
header {
    padding-bottom: 20px;
}
}
