/* 
==============================================================================================================================
==============================================================================================================================
=============================================         General Styles         =============================================
==============================================================================================================================
==============================================================================================================================
*/
* {
    font-family: 'open-sans', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2 {
    font-family: 'Lora';
    color: #692830;
}

h4 {
    color: #b1b1b1;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}

div.pure-g {
    letter-spacing: normal;
}

.post {
    margin: 2rem auto;
    border-bottom: 1px solid #b1b1b1;
}

#simple-contact-form {
    margin: 2rem auto;
}

#simple-contact-form fieldset { 
    width: 100%; 
    overflow: hidden; 
    margin: 5px 0; 
    padding: 5px 0; 
    border: 1px solid #b1b1b1;
    border-radius: 0.25rem;
}


#simple-contact-form fieldset input { 
    float: left; 
    width: 60%; 
    border: none;
}

input[type=submit] {
    background-color: #b1b1b1;
    border-radius: 0.25rem;
    border: none;
    padding: 0.5rem 1rem;

}

#simple-contact-form textarea { 
    border: none;
    float: left; 
    clear: both; 
    width: 95%;
    padding-left: 0.5rem;
}

#simple-contact-form label { 
    float: left; 
    clear: both; 
    width: 30%; 
    margin-top: 3px; 
    line-height: 1.8; 
    font-size: 90%;
    padding: auto auto auto 0.5rem;
    margin: auto auto auto 0.5rem;
}

#scf_success pre { white-space: pre-wrap; }

.scf_success {
    padding: 0.25rem;
    border-radius: 0.25rem;
    background-color: #2ecc71;
}

.scf_error {
    padding: 0.25rem;
    border-radius: 0.25rem;
    background-color: #e74c3c;
}

#scf_success pre {
    display: none;
}

.scf_reset {
    display: none;
}

.posts h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.more-link {
    color: #692830;
}

footer {
    padding: 1rem 0;
    background-color: #ffffff;
}

.footer-image {
    margin: auto;
    max-width: 9rem;
}

footer .pure-menu-item .pure-menu-link {
    text-decoration: underline;
    font-size: 0.8rem;
    color: black;
    letter-spacing: normal;
}

footer .pure-menu-item .pure-menu-link:hover {
    background-color: transparent;
}

.facebook-link {
    color: black;
    display: block;
    text-decoration: none;
    margin: 2rem auto;
    text-align: center;
    vertical-align: bottom;
}

.facebook-text {
    padding: 0.5rem auto;
    vertical-align: bottom;
}

.copyright {
    margin: 0;
    padding: 1rem;
}

.grey-border {
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 4rem;
}

.white {
    color: black;
}

.small {
    font-size: 0.8rem;
}

.header-logo {
    text-align: center;
    margin: auto;
}

.banner {
    max-width: 100%;
    width: 100%;
}

.center {
    margin: auto;
    text-align: center;
}

.l-box {
    padding: 1em;
}

.w80 {
    width: 90%;
    margin: auto;
    text-align: left;
}

.lymphad {
    max-width: 20%;
    margin: 2rem auto;
    text-align: center;
}

.header-chunk {
    background-color: #ffffff;
    padding: 1rem auto;
}

.page-chunk {
    margin: 3rem auto;
}

.header-nav {
    margin: 2rem auto auto auto;
}


/* 
==============================================================================================================================
==============================================================================================================================
=============================================         Navigation Styles          =============================================
==============================================================================================================================
==============================================================================================================================
*/

nav {
    display: none;
}

nav ul {
    display: table-cell;
    margin: 0;
    padding: 0;
}

nav ul li {
    padding: 0 30px;
    margin: 0 30px;
    float: left;
}

.header-nav { 
    display: none;
    padding: 0;
    list-style: none;
}

.header-nav li {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: auto 0.5rem;
    text-align: center;
}

.header-nav .current-menu-item {
    background-color: #dee4e2;
    border-radius: 0.25rem;
}

.header-nav li a {
    color: black;
    display: block;
    text-decoration: none;
}

.header-nav li.current-menu-item a {
    color: black;
}

.header-nav,
.header-nav-right { 
    font-weight: 500; 
}

.header-nav .current {
  text-decoration: none;
}

/* This is the parent `<div>` that contains the menu and the content area. */

#layout {
    display: none;
    position: relative;
}

#layout.active {
    position: relative;
}

#layout.active #menu {
    left: 200px;
    width: 100%;
}

#layout.active .menu-link {
    left: 200px;
}

/* The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that appears on the left side of the page. */

#menu {
    margin-left: -200px; /* "#menu" width */
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1000; /* so the menu or its navicon stays above all content */
    background-color: white;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    height: 100%;
    transition: .5s;
}

/* All anchors inside the menu should be styled like this. */
    
#menu a {
    color: black;
    border: none;
    text-transform: uppercase;
}

/* Remove all background/borders, since we are applying them to #menu. */

#menu .pure-menu, 
#menu .pure-menu ul {
    border: none;
    background: transparent;
    list-style: none;
}

/* Add that light border to separate items into groups. */
    
#menu .pure-menu ul, 
#menu .pure-menu .menu-item-divided {
    font-size: 11px;
    text-transform: uppercase;
}
        
#menu .pure-menu li.current {
    font-weight: bold;
}
        
#menu .pure-menu li {
    padding: 0;
    font-size: 2em;
    text-align: right;
    font-family: "",sans-serif;
    font-style: normal;
    font-weight: 300;
    padding: 15px 20px;
}

#menu .pure-menu li a {
    color: black;
}

#menu .pure-menu li.last {
    border: none;
}

#menu .pure-menu li.child {
    border-bottom: 1px dotted white;
    margin: 15px 1em 15px 2.5em;
}

/* Change color of the anchor links on hover/focus. */
#menu .pure-menu li a:hover, 
#menu .pure-menu li a:focus {
    background: white;
    color: #c3c3c3;
}

/* This styles the selected menu item `<li>`. */
#menu .pure-menu-selected,
#menu .pure-menu-heading {
    background: #1f8dd6;
}

/* This styles a link within a selected menu item `<li>`. */
#menu .pure-menu-selected a {
    color: blue;
}

/* This styles the menu heading. */
#menu .pure-menu-heading {
    font-size: 110%;
    color: black;
    margin: 0;
}

/* -- Dynamic Button For Responsive Menu -------------------------------------*/

/* Nav Toggle */

#nav-toggle { 
    cursor: pointer; 
    padding: 11px 35px 16px 0px; 
    margin: 1.5em 1.5em; 
    float: left; 
}

#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background-color: rgb(109,110,113);
    position: absolute;
    display: block;
    content: '';
    z-index: 9999;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, 
#nav-toggle.active span:after {
    top: 0;
    background-color: rgb(230,0,35);
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}




/* 
==============================================================================================================================
==============================================================================================================================
=============================================         Footer Navigation Styles          =============================================
==============================================================================================================================
==============================================================================================================================
*/

.custom-restricted-width {
    /* To limit the menu width to the content of the menu: */
    display: block;
    width: auto;
}

.privacy {
    text-decoration: normal;
}

.footer a {
    text-decoration: underline;
}

.footer,
.footer p {
    word-wrap: break-word;
}

.footer p {
    width: 100%;
}

.zoho-form-container {
    left: -10%;
    position: relative;
    width: 120%;
    overflow: visible;
}





/* 
==============================================================================================================================
==============================================================================================================================
=============================================         Responsive Styles          =============================================
==============================================================================================================================
==============================================================================================================================
*/

@media (min-width: 568px) {

}

@media (min-width: 768px) {

    .page-chunk {
        margin: 5rem auto;
    }

    .zoho-form-container {
        left: 0;
        width: 100%;
    }

    .mobile-nav,
    #layout .nav-toggle-container,
    #layout #nav-toggle { 
        display: none; 
    }

    .header-nav {
        display: block;
    }

    .lymphad {
        max-width: 80%;
        margin: 2rem auto;
    }

    .w80 {
        width: 80%;
    }

    .grey-border {
        text-align: center;
        border-right: 1px solid #dee4e2;
        border-bottom: none;
        margin-bottom: auto;
    }

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}

