﻿/*--------------------------------------------------------
    Wymondham Chiropractic Clinic

Resets
--------------------------------------------------------*/
html {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

    html, html a {
        -webkit-font-smoothing: antialiased;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-selection {
    background: #7a88b5;
    color: #fff;
}

::selection {
    background: #7a88b5;
    color: #fff;
}

a, a:visited, a:hover {
    outline: none;
}

body {
    background: #fff;
    font: 13px/1.5 'Century Gothic', 'Trebuchet MS', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    line-height: 1.5;
    color: #585858;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    scroll-behavior: smooth;
}


img.responsive {
    width: 100%;
    height: auto;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

hr {
    border: solid #eeeeee;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    padding: 10px 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px 0;
    overflow-x: auto;
}

.hidden {
    display: none !important;
}

.responsive img {
    width: 100%;
    width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #7a88b5;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover, a:focus {
    color: #666666;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

p a, p a:visited {
    line-height: inherit;
}

/* ----------------- Lists ----------------- */

ul, ol {
    list-style: none;
    margin-bottom: 20px;
    padding: 0 0 0 30px;
}

    ul.styled-list {
        padding: 0 0 0 20px;
        list-style: circle;
        line-height: 1.75
    }

ol {
    list-style: decimal;
}

    ul li ul, ol li ul, ol li ul, ol li ol {
        margin-bottom: 0;
    }


/* ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Wire One', "Oswald", Times, serif;
}

h1 {
    font-size: 60px;
    position: relative;
    margin-bottom: 0px;
}

h2 {
    font-size: 48px;
    position: relative;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 10px;
}
.text-justify {
    text-align: justify;
}

/* ----------------------------- Navigation ----------------------------- */
#size::after {
        content: " no-media-queries";
    }

nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    opacity: 1;
    filter: alpha(opacity=80);
    background: #000;
    background: rgba(0,0,0,0.8);
    box-shadow:  rgba(0,0,0,0.05) 0 4px 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    height: 72px;
}
nav div.eight.columns, nav div.two.columns { float: left;}
nav div.two.columns { width: 12%;}
nav div.eight.columns { width: 76%;}
    .main-menu { padding-left: 0;}
    .main-menu li {
        display: inline;
        margin-left: 5px;
    }

    .main-menu a {
        font: normal normal bold 11px/72px 'Open Sans', Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 10px 15px;
    }

    nav .main-menu li.top-level a:hover,
    nav .main-menu li.top-level.active a {
        color: #fff;
        background: #87cceb;
        transition: color 0.5s;
        -moz-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    nav .main-menu li.top-level ul li a:hover
        {
        color: #fff;
        background: none;

        }
#nav li.active a {
	color: #000;
    font-weight: bold;
}

#nav ul {
	display: none;
    position: absolute;
    top: 26px;
    padding: 5px;
    list-style-type: none;
}
#nav li:hover > ul {
	display:block;
    z-index: 12;
	width: 440px;
    background: #000;
    background: rgba(0,0,0,.7);
    text-align: left;
    list-style:none
}
    #nav li:hover > ul li:hover
     {
        background: #87cceb;
        font-weight: bold;
        cursor: pointer;
    }
#nav ul li {
	float:none;
	display: inline-block;
	position: relative;
    margin: 0;
    z-index: 13;
    list-style:none;
    width: 49%;
    padding: 0;
    text-align: center;
}
#nav ul li:nth-of-type(2n) { margin-left: 1%;}
    #nav li.top-level > a:after { content:  ' ▽'; }
    #nav li.top-level > a:only-child:after { content: ''; }

.selectnav {
    display: none;
}
#contact-reveal-button { width: auto; float: right; margin-right: 10%;}
#contact-link-button { text-align: center;}

    .call-to-action-button p {
        line-height: 72px;
    } 
    .call-to-action-button p a {
        padding: 5px 10px; 
    }
    .call-to-action-button.light p a {
        border: 1px solid #fff;
        color: #fff;
    }
    .call-to-action-button.light p a:hover {
        background: #fff; border: 1px solid #fff; color: #000;
    } 
    .call-to-action-button.dark p a {
        border: 1px solid #000;
        color: #000;
    }
    .call-to-action-button.dark p a:hover {
        background: #000; border: 1px solid #000; color: #fff;
    } 
#footer .call-to-action-button.light p a:hover { color: #000;}

/* ----------------- Parallax ----------------- */
.parallax {
    width: 100%;
    height: 720px;
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
    color: #ffffff;
    z-index: 0;
}

    .parallax .container {
        display: table;
        overflow: hidden;
    }

    .parallax .parallax-content, .parallax .overlay {
        height: 720px;
    }

.parallax-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.overlay {
    background: url("/graphics/overlay-pattern.png");
    width: 100%;
    position: absolute;
    overflow: hidden;
}

.parallax-background {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.background1 {
    background-image: url("/uploads/parallax-backgrounds/background-spinal-disk-wear.jpg");
}


/*------------------------ Quotes ------------------------*/

p.quote {
    font: 300 48px/0.8 'Reenie Beanie', Helvetica, sans-serif;
    color: #fff;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.5);
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    z-index: 200;
    margin: 0 5%;
}

.quote i {
    font-size: 25px;
    display: inline-table;
    vertical-align: top;
    margin: 0 5px;
}

.parallax .quote i {
    color: #fff;
}

.quote-author {
    height: 24px;
    width: auto;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-top: 25px;
    z-index: 200;
    font-style: italic;
    text-align: center;
}


/* ----------------- Page Titles ----------------- */
.title, .sub-title {
    text-align: center;
    margin-top: 60px;
}

    .title h1 {
        margin: 60px 0 20px 0;
        line-height: 0.8;
        display: inline-block;
        padding: 10px 10px 3px;
        letter-spacing: 1px;
    }

    .title h2, .sub-title h2 {
        font-size: 54px;
        font-weight: normal;
        line-height: 1.2;
        padding: 0;
        margin: 35px 0 20px 0;
        position: relative;
        z-index: 1;
        letter-spacing: 1px;
    }

    .sub-title h2 {
        font-size: 48px;
    }

/* ----------------- Contact -------------------- */
        #contact {
    padding-bottom: 0;
}

.contact-box {
    width: 100%;
    text-align: left;
    padding: 25px 0 60px 0;
}

    .contact-box fieldset legend {
        font-family: 'Open Sans', "Times New Roman", Times, serif;
        font-size: 18px;
        line-height: 0.8;
        margin-bottom: 20px;
        line-height: 0.8;
        display: block;
        padding: 10px 10px 3px;
    }

.contact-details {
    width: 70%;
    padding: 5px 0;
    margin: 0 auto 10px;
}

    .contact-details h2 {
        margin-bottom: 0;
    }

#contact-input {
    overflow: hidden;
    margin-bottom: 13px;
    width: 50%;
    float: left;
}

    #contact-input input {
        border: 1px solid #e8e8e8;
        width: 90%;
        font-size: 13px;
        color: #747474;
        padding: 20px 2%;
        float: left;
        margin: 0 1% 2%;
        border-radius: 3px;
    }

#contact-textarea {
    width: 50%;
    float: right;
}

    #contact-textarea textarea {
        border: 1px solid #e8e8e8;
        width: 95%;
        height: 122px;
        font-size: 13px;
        color: #747474;
        padding: 20px 11px 10px;
        border-radius: 3px;
        margin-bottom: 10px;
        resize: none;
    }

        #contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
            color: #999;
        }

        #contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
            color: #999;
        }

        #contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
            color: #999;
        }

    #contact-input label, #contact-textarea label {
        display: block;
        text-align: left;
        font-weight: bold;
        padding-left: 2%;
    }

#contact-submit input {
    padding: 20px 24px 20px 24px;
    border: 0;
    color: #ffffff;
    display: block;
    width: 50%;
    cursor: pointer;
    text-indent: -9999px;
    background: #d3d3d3 url("/graphics/icon-send-email.png") no-repeat 50% 0;
    float: right;
    height: 57px;
    line-height: 57px;
}

    #contact-submit input:hover {
        background: #7a88b5 url("/graphics/icon-send-email.png") no-repeat 50% 100%;
    }

.contact-address {
    padding-top: 45px;
    background: url("/graphics/icon-address.png") no-repeat 50% 0;
    text-align: center;
    font-size: 15px;
}

.contact-email {
    padding-top: 45px;
    background: url("/graphics/icon-email.png") no-repeat 50% 0;
    text-align: center;
    font-size: 15px;
}

.contact-telephone {
    padding-top: 45px;
    background: url("/graphics/icon-telephone-fax.png") no-repeat 50% 0;
    text-align: center;
    font-size: 15px;
}
/* ----------------- Footer -------------------- */
#footer {
    width: 100%;
    padding: 40px 0;
    background: #000;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    position: relative;
}
#footer a { color: rgba(255, 255, 255, 0.7);}
#footer a:hover { color: #fffbb9;}
#footer .social-icons {
    text-align: center;
}

    #footer .social-icons .social-icon {
        display: inline-block;
        float: none;
        margin: 0 5px 5px 0;
        background-color: #fff !important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-bottom: 30px;
    }

ul#footer-navigation  {
	padding: 0;
}
    ul#footer-navigation li {
        line-height: 2;
        text-align: center;
    }
       ul#footer-navigation li a:hover {
            color: #ffffc0;
        }


/* ----------------- Back to top -------------------- */
#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
	box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}

    #back-to-top a {
        display: block;
        width: 40px;
        height: 40px;
        background: #515A5F url("/graphics/icon-arrow-up.png") no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    }

        #back-to-top a:hover {
            background-color: #222222;
        }

/*----------------- Google Map Styles -------------------- */
.google-map {
    position: relative;
    height: 575px;
    width: 100%;
    max-width: inherit;
    float: left;
    margin: 0 0 30px 0;
    z-index: 1;
}

    .google-map .map_canvas {
        width: 100%;
        height: 100%;
    }

        .google-map .map_canvas h3 {
            margin: 0 0 10px;
            font-size: 14px;
        }

.map_canvas img {
    max-width: none !important;
}

.no-js .map_canvas {
    background: #fff;
}


/* ----------------- Backgrounds -------------------- */
.button {
    -webkit-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
    padding: 0 24px;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    cursor: pointer;
    background-color: #7a88b5;
    height: 40px;
    line-height: 40px !important;
}



/* ----------------- Dividing Blocks -------------------- */
.full-width {
    padding: 50px 0 20px 0;
    margin: 30px 0;
}

    .full-width.wcc,
    .wcc {
        background-color: #cacaca;
    }
    .full-width.no-bottom-margin {
        margin-bottom: 0;
    }

.container.top-space {
    margin-top: 30px;
}
/* ----------------- Block Quotes and Pull Quotes -------------------- */
blockquote {
    margin: 0 0 20px 0;
    padding: 0;
}

    blockquote p {
        margin: 0 !important;
        padding: 5px 0 5px 15px;
        border-left: 4px solid #7a88b5;
        font-family: "Times New Roman", Times, serif;
        font-style: italic;
        font-weight: lighter;
        font-size: 18px;
        line-height: 1.2;
    }

.pullquote {
    width: 260px;
    margin: 15px 0 !important;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: lighter;
    font-size: 18px;
    line-height: 1.2;
}

    .pullquote.align-left {
        float: left;
        padding: 0px 15px;
        border-left: 4px solid #7a88b5;
    }

    .pullquote.align-right {
        float: right;
        padding: 0px 15px;
        text-align: right;
        border-right: 4px solid #7a88b5;
    }

    .highlight {
        border-color: #c299ff;
        color: #c299ff;
    }
    a,
    .callout,
    blockquote p,
    .pullquote.align-right,
    .pullquote.align-left {
        border-color: #7a88b5;
        color: #7a88b5;
    }

.tick-list li {
    line-height: 22px;
    padding: 6px 0px 6px 25px;
    font-size: 16px;
    outline: none;
    background: url("/graphics/icon-product-tick.png") no-repeat 0% 50%;
}


.clear {
    clear: both;
}


#addinfo {
    display: none;
}


/* ----------------- Image Borders -------------------- */
.border-image img
{
    padding: 3px;
    border: solid 1px #f1f1f1;
}



/* ----------------- Services -------------------- */
.services { max-width: 420px; margin: 0 auto;}
.services img { background: #fff; padding: 3%; max-width: 94%; width: 94%; height: auto;}
.services-text-container { margin-top: 30px;}
.services h3 { font-family: 'Wire One'; font-size: 60px; line-height: 60px; float: left; margin: 0 10px 10px 0; padding: 0; text-transform: uppercase;}
.services p { font-family: 'Open Sans'; font-size: 12px;}


/* ----------------- Work with Us -------------------- */
#work-with-us {
    background: #ece9e0;
    margin-top: 100px;
}
#work-with-us .twelve.columns { text-align: center;}    
#work-with-us .twelve.columns img {
        border: solid 20px #fff;
        margin-top: -100px;
    }
.work-with-us-step { 
    text-align: center;
    margin-top: 25px;
}
.work-with-us-step-name { 
    text-transform: uppercase; 
    font-weight: bold;
}
    .work-with-us-step h4 {
        font-family: 'Wire One';
        font-size: 46px;
        letter-spacing: 0;
    }
    .work-with-us-step-icon { margin: 20px 0 5px 0;}
    .text-overlay {
        width: 100%;
        position: absolute;
        overflow: hidden;
        font-family:'Wire One'; font-size: 60px;
        color: #fff;
        text-align: center;
        line-height: 2.25;
        letter-spacing: 1px;
    }


    /* ------------------- Quote Form ----------------- */
/* ---------------------- Quote Block --------------------- */
#quote-form-message
{
    width: 920px;
    margin: auto;
    color: #fff;
    background: #000;
    text-align: left;
}
#quote-form-message ul
{
    margin-left: 20px;
}
#quote-form-message h2
{
    padding-top: 10px;
}
#quote-block
{
    background: #000;
    margin: 0;
    padding: 62px 0 10px 0;
    display: none;
    width: 100%;
}
#quote-block form  
{
    width: 910px; 
    padding: 25px; 
    margin: 0 auto; 
    height: 165px; 
}
#quote-block #quote-info-block  
{
    float: left; 
    width: 350px; 
}
#quote-block #quote-message-block  
{
    float: right;
    width: 500px;
}
#quote-block input  
{
    margin-bottom: 15px; 
    padding: 3px 3px; 
    color: #4a4a4a; 
    float: right; 
}
#quote-block label 
{ 
    margin-bottom: 15px; 
    float: left; 
    clear: both; 
    position: relative; 
    top: 10px;
    height: 33px;
}
#quote-block textarea 
{ 
    padding: 3px 3px; 
    height: 110px; 
    margin-bottom: 15px; 
    color: #4a4a4a; 
    line-height: 20px; 
    font-size: 12px; 
    float: right; 
}
#quote-block input 
{ 
    width: 250px; 
}
#quote-block textarea 
{ 
    width: 350px; 
}
#quote-block label 
{ 
    font-size: 14px; 
    color: #fff; 
}
#submit-container {
    float: right;
    clear: both;
}

#quote-block input#submit-quote-block 
{ 
    cursor: pointer; 
    width: 125px; 
    padding: 0 7px; 
    background-color: #972324; 
    border: 0; 
    color: #fff; 
}
#quote-block input#submit-quote-block:hover
{
    background-color: #e10000;
}
#quote-block input, 
#quote-block textarea 
{ 
    outline: none; 
    background-color: #f1f1f1; 
    border: 2px solid #b2b2b2; 
    padding: 7px; 
}
#quote-block input:focus, textarea:focus 
{ 
    border: 2px solid #972324; 
}

#quote-block input, textarea    
{ 
    border-radius: 10px; 
}
span.ajax-loader {
    display: none;
    line-height: 28px;
    margin-left: 20px;
    float: right;
}

    span.ajax-loader img {
        vertical-align: bottom;
    }

.add-info
{
    display: none;
    height: 0;
}



/* ---------------------- Locations Block --------------------- */
#locations-button { text-align: center;}
#locations-block
{
    background: #000;
    margin: 0 auto;
    padding: 10px;
    display: none;
    width: 100%;
    max-width: 980px;
    text-align: left;
}
#locations-block ul
{
    margin: 10px 50px 20px 0;
    width: 99%;
    float: left;
    list-style-type: none;
}
#locations-block ul li
{
    padding: 2px 0;
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: center;
}
#locations-block p
{
    color: #c0c0c0;
    padding: 5px 0 0 5px;
    margin-bottom: 15px;
}
#locations-block ul li a 
{
    display: block;
    float: none;
    padding-left: 0;
    padding-right: 0;
    background: #c6bca1;
    background-image: -webkit-linear-gradient(top, #c6bca1, #948d7b);
    background-image: -moz-linear-gradient(top, #c6bca1, #948d7b);
    background-image: -ms-linear-gradient(top, #c6bca1, #948d7b);
    background-image: -o-linear-gradient(top, #c6bca1, #948d7b);
    background-image: linear-gradient(to bottom, #c6bca1, #948d7b);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    text-shadow: 1px 1px 3px #666666;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select: none;
}
#locations-block ul li a:hover {
	color: #ffffcb;
background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;    text-decoration: none;
}
#locations-block ul li a:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #215d25;
    border: solid 1px #1a441d;
}


/* ---------------------- Slideshow --------------------- */
#carousel-wrapper 
{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0;
}
#carousel-wrapper.no-js
{
    height: auto;
    overflow-y: scroll;
}
#carousel-wrapper.no-js.single
{
    overflow: hidden;
}
#carousel div 
{
    width: 100%;
    float: left;
}
#carousel ul
{
    margin: 0;
    padding: 0;
}
#carousel img 
{
    width: 100%;
}
#carousel-overlay
{
    text-align: center;
    height: 10px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0px;
    z-index: 4;
}
#next-container {
    position: absolute;
    z-index: 1000;
    top: 40%;
    right: -30px;
	box-shadow: 0px 5px 30px -6px rgba(0, 0, 0, .3);
}
#next-container.no-js {    display: none;
}
    #next-container {
        display: block;
        width: 25px;
        height: 60px;
        background: #9b9383 url("/graphics/icon-arrow-right.png") no-repeat center center;
        text-indent: -9999px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: 0.2s all linear;
        -moz-transition: 0.2s all linear;
        -o-transition: 0.2s all linear;
        transition: 0.2s all linear;
	    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    }
    #next-container:hover {background-color: #887f6e; cursor: pointer;}


    .external-link {
        padding-left: 20px;
        background: url("/graphics/icon-external-link.png") no-repeat 4px 2px;
    }

    /* ---------------------- Team Profiles --------------------- */
.team-profiles h3 { font-family: 'Oswald'; font-weight: 200; font-size: 36px; line-height: 60px; margin: 0 0 10px 0; padding: 0; text-transform: uppercase; text-align: center;}
.team-profiles h4 { font-family: 'Oswald'; font-weight: 200; font-size: 26px; line-height: 1.5; margin: 0 0 10px 0; padding: 0; text-align: center;}
.team-profiles h5 { font-family: 'Oswald'; font-weight: 200; font-size: 22px; border-bottom: solid 1px #cacaca;}
.team-profile p { text-align: justify;}
.team-profiles ul { padding-left: 15px;}
.team-profiles ul li { list-style-type: circle; text-align: justify;}

.team-portrait { text-align: center; max-width: 240px;margin: 0 auto;}
.team-portrait img { width: 92%; border-radius: 50%; padding: 4%; background: #fff; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);}

.faq-section{
    margin: 40px 0;
        position: relative;
}
.faq-section p{
    display: none;
}  
.faq-section input{
    position: absolute; 
    z-index: 2;
    cursor: pointer;
    opacity: 0;         
    display: none\9; /* IE8 and below */
    margin: 0;          
    width: 100%;
    min-height: 36px;
}
.faq-section label+p{
    display: block; 
    color: #999;
    transition: all .15s ease-out;
    /* Clipping text */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;                       
}
.faq-section input[type=checkbox]:checked~p{
    display: block;
    color: #444;
    /* restore clipping defaults */
    text-overflow: clip; 
    white-space: normal;
    overflow: visible;  
}
.faq-section label{
    font-size: 1.1em;
    background: #eee;
    display: block;
    position: relative;
    min-height: 20px;
    padding: 7px 10px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-left: 3px solid #888;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    transition: all .15s ease-out;   
    margin-bottom: 6px;       
}

.faq-section label::selection{
    background: none;
}

.faq-section label:hover{
    background: #f5f5f5;
}

.faq-section input[type=checkbox]:checked~label{
    border-color: #246ab6;          
    background: #246ab6;
    background-image: linear-gradient(to bottom, #fff, #bed3e9);
    box-shadow: 0 0 1px rgba(0,0,0,.1);             
}

.faq-section label::before{
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: inherit; 
}

.faq-section input[type=checkbox]:checked~label::before{
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;    
}

#services-page img { padding: 5px; border: solid 1px #cacaca; }
.services-text-container h3 a { color: #000; }


/* -------------------- Blog Posts ------------------- */
.blog-post {
    padding-bottom: 25px;
}

    .blog-post div {
        padding: 0 !important;
        margin: 0 !important;
    }

.blog-intro {
    position: relative;
    max-height: 360px;
}

.blog-intro {
    position: relative;
    max-height: 150px;
}

.blog-photo {
    width: 83%;
    float: left;
    padding: 0;
    margin: 0;
}

    .blog-photo img {
        padding-left: 10px;
        border-left: 1px solid #c0c0c0;
        float: left;
        min-height: 88px;
        width: 100%;
        height: auto;
    }

.blog-date {
    width: 17%;
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    float: left;
}

    .blog-date p {
        margin: 0;
        line-height: 1;
    }

        .blog-date p.month {
            padding-top: 5px;
            font-size: 15px;
        }

        .blog-date p.day {
            font-size: 28px;
            margin: 10px 0;
        }

        .blog-date p.year {
            font-size: 14px;
            padding: 3px 0;
            background: #c0c0c0;
        }


.blog-post h2.blog-title {
    clear: both;
    text-align: right;
    margin: 5px 0;
}

    .blog-post h2.blog-title a {
        font-weight: normal;
    }

.blog-post p.tags {
    clear: both;
    padding: 5px 0;
    margin: 0;
    font-size: 10px;
    color: #888;
}

    .blog-post p.tags span {
        width: 57px;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
    }

    .blog-post p.tags a {
        font-weight: normal;
        color: #888;
    }

.blog-post .blog-summary {
    text-align: right;
    margin-left: 57px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #c0c0c0;
}

    .blog-post .blog-summary p {
        line-height: 1.5;
    }

    .blog-post .blog-summary a.read-more {
        background: #f1f1f1;
        padding: 4px 6px;
        margin-bottom: 2px;
    }

    .blog-post .blog-summary p.read-more-link {
        margin-left: 5px;
    }

ul#news-tags,
ul#news-archive,
ul#recent-posts {
    margin-left: 0;
}

    ul#news-tags li,
    ul#news-archive li,
    ul#recent-posts li {
        list-style-type: none;
        line-height: 22px;
    }

        ul#news-tags li a {
            padding: 2px 0 1px 23px;
            background: url("/graphics/icon-news-tag.png") no-repeat 0 0;
        }

        ul#news-archive li a {
            padding: 2px 0 1px 23px;
            background: url("/graphics/icon-news-month.png") no-repeat 0 0;
        }

.blog-post div.jm-facebook-button,
.blog-post div.jm-twitter-button,
.blog-post div.jm-linkedin-button {
    float: right;
    margin-left: 10px !important;
}

.jm-facebook-button,
.jm-twitter-button,
.jm-linkedin-button {
    float: left;
    margin-right: 10px;
}

    .blog-post div.jm-linkedin-button a,
    .jm-linkedin-button a {
        height: 21px !important;
        padding: 0 !important;
        text-indent: 10000px;
        background: url("/graphics/icon-linkedin-share.png") no-repeat 0 0;
        color: #fff;
        line-height: 21px;
        width: 66px;
        display: block;
    }

        .blog-post div.jm-linkedin-button a:hover,
        .jm-linkedin-button a:hover {
            background-position: 0 -21px;
        }
