﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: 1.5em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
    margin: 0;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* LAYOUT   
----------------------------------------------------------*/

#wrapper
{
    min-height: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.logo-format
{
    padding: 10px 30px;
}

div#menu
{
    text-align: center;
}

div#menu a
{
    font-size: 7pt;
}

ul.top_nav
{
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

ul.top_nav > li
{
    position: relative;
    display: inline-block;
    width: 15%;
    margin-left: -5px;
    text-align: center;
}

ul.top_nav > li.orange
{
    position: relative;
    display: inline-block;
    line-height: 60px;
    width: 15%;
    margin-left: -5px;
    text-align: center;
    background-color: #ff6f2f;
    color:#fff;
}

ul.top_nav a
{
    text-decoration: none;
    line-height: 60px;
    display: block;
    font-weight: bold;
    color: #2f2f2f;
    letter-spacing: 1px;
    text-align: center;
}

ul.sublist
{
    padding: 0;
    position: absolute;
    left: -9999px;
    max-width: 0px;
    transition: max-width 0.5s linear;
    -webkit-transition: max-width 0.5s linear;
    -moz-transition: max-width 0.5s linear;
    -o-transition: max-width 0.5s linear;
    display: block;
    background: #fcfcfc;
    left: 40;
}

ul.sublist > li
{
    text-align: center;
    width: 100%;
    display: block;
    width: 100%;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
}

ul.sublist a
{
    white-space: nowrap;
    padding: 5px 20px;
    line-height: 50px;
    display: block;
}


/*Nav Hover*/

ul.top_nav a:hover, ul.top_nav li:hover > a, ul.sublist li:hover a
{
    color: #fff;
    background-color: #2f2f2f;
}

ul.top_nav li:hover ul.sublist
{
    left: 0px;
    max-width: 600px;
}

/* Main Content   
----------------------------------------------------------*/

/*Header*/
.logo-format img
{
    width: 175px;
}

header .float-left, header .float-right
{
    float: none;
}

header .content-wrapper
{
    padding: 0;
}

.content-wrapper
{
    margin: 0 auto;
    max-width: 1280px;
    padding: 40px 20px 0 20px;
}

/*Body*/

.home-image
{
    background: url('../Images/homeImage.png') no-repeat top;
    width: 100%;
    height: 585px;
}

.imageWrapper
{
    margin-bottom: -5px;
}

.imageWrapper > img
{
    width: 100%;
}

.floating-caption
{
    position: absolute;
    background: rgba(0,0,0,0.6);
    right: 0;
    left: 0;
    width: 40%;
    margin: 0 auto;
    top: 625px;
    min-width: 575px;
}

.floating-caption > label:first-child
{
    color: #ff6f2f;
    display: block;
    font-size: 1.5em;
    padding: 5px 20px;
}

.floating-caption > label:last-child
{
    color: #fff;
    display: block;
    font-size: 1.25em;
    padding: 5px 20px 10px 20px;
}

.image-caption
{
    background-color: #ff6f2f;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-wrapper
{
    width: 90%;
    margin: 0 auto;
    color: #6b6b6b;
    padding-bottom: 100px;
}

/*Footer*/
.footer-head
{
    background-color: #ff6f2f;
    line-height: 30px;
    color: #fff;
    letter-spacing: 2px;
}

.footer-head > div, .footer-body, .footer-copyright
{
    width: 90%;
    margin: 0 auto;
}

.footer-body
{
    border-bottom: 1px solid #ff6f2f;
    height: 250px;
}

.footer-body a, a:visited, a:active
{
    color: #000;
}

.footer-body a:hover
{
    color: Orange;
}

.footer-body .float-left, .footer-body .float-right
{
    width: 300px;
    height: 150px;
}

.footer-body .float-left label
{
    line-height: 40px;
    padding-left: 10px;
}

.footer-body .float-right a
{
    display: block;
    margin: 10px 0;
    text-align: right;
    cursor: pointer;
}

.footer-body img
{
    vertical-align: middle;
}

.footer-img
{
    text-align: center;
    padding-top: 50px;
}

.footer
{
    letter-spacing: 1px;
}

.footer a:hover
{
    color: orange;
    text-decoration: underline;
}

.footer-copyright
{
    display: block;
    text-align: right;
    letter-spacing: 2px;
    color: #b8b8b8;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* SERVICES  
----------------------------------------------------------*/

.service-wrapper
{
    min-height: 300px;
}

.services-wrapper, .service-info
{
    width: 90%;
    margin: 0 auto;
}

.service-info
{
    padding-top: 10px;
    padding-bottom: 20px;
}

.service-button-container
{
    text-align: justify;
    margin-top: 20px;
}

.service-button-container:after
{
    display: inline-block;
    width: 100%;
    content: '';
}

/*JAMES FORMAT*/

.service-button-container > button
{/*PUT NON-ACTIVE BUTTON STYLE HERE*/
    display: inline-block;
    width: 30%;
    cursor: pointer;
    line-height: 40px;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #2f2f2f; 
}

.service-button-container > button.active
{/*PUT ACTIVE BUTTON STYLE HERE*/
    background-color: #2f2f2f;
    color: #fff; 
}

.service-info > ul
{ /*BULLET LIST POSITION*/
    margin: 0;
}

.service-info > ul > li
{ /*LIST ITEM PADDING AND FONT*/
    font-size: 16px;
    padding: 10px;
}

.service-button-container > button[name="PT"]:before
{
    content: "Physical";
}

.service-button-container > button[name="OT"]:before
{
    content: "Occupational";
}

.service-button-container > button[name="ST"]:before
{
    content: "Speech";
}

. .service-info > ul:nth-of-type(2)
{
    margin-top: -12px;
    display: block;
}

.services-wrapper > div:not(:first-child)
{
    display: none;
}

.services-wrapper > div.active
{
    display: block;
}

/* MISC  
----------------------------------------------------------*/

.inline_block
{
    display: inline-block;
}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.float-right
{
    float: right;
}

.float-left
{
    float: left;
}

.italic
{
    font-style: italic;
}

/* MEDIA QUERIES  
----------------------------------------------------------*/

@media all and (min-width: 22em)
{
    div#menu a
    {
        font-size: 8pt;
    }
}

@media all and (min-width: 23.5em)
{
    .logo-format img
    {
        width: 50%;
    }
}

@media all and (min-width: 25em)
{
    div#menu a
    {
        font-size: 9pt;
    }
}

@media all and (min-width: 30em)
{
    div#menu a
    {
        font-size: 10pt;
    }
}

@media all and (min-width: 35em)
{
    div#menu a
    {
        font-size: 11pt;
    }

    .logo-format img
    {
        width: inherit;
    }

    .service-button-container > button[name="PT"]:before
    {
        content: "Physical Therapy";
    }

    .service-button-container > button[name="OT"]:before
    {
        content: "Occupational Therapy";
    }

    .service-button-container > button[name="ST"]:before
    {
        content: "Speech Therapy";
    }
}

@media all and (min-width: 45em)
{
    .service-info > ul
    {
        display: inline-block;
        width: 45%;
        padding: 0px;
        margin: 0;
    }

    .service-info > ul.right
    {
        float: right;
    }

    .service-info > ul.left
    {
        float: left;
    }
}

@media all and (min-width: 55em)
{
    /*Header*/
    header .float-left
    {
        float: left;
    }

    div#menu
    {
        text-align: right;
    }

    ul.top_nav
    {
        width: inherit;
    }

    ul.top_nav > li
    {
        width: 10%;
    }

    ul.top_nav > li > a
    {
        margin-top: 40px;
        font-size: 11pt;
        line-height: 80px;
    }

    header .content-wrapper
    {
        height: 170px;
    }
}


/*contact form*/
form#request_demo label.top
{
    padding-left: 10%;
    padding-right: 0;
    margin-right: 0;
    width: 16%;
    margin-bottom: 30px;
}

form#request_demo input[type="checkbox"]
{
    width: auto;
    float: left;
    padding: 0;
    margin: 40px 0px 0px 0px;
}

ol
{
    list-style: none;
}

form#request_demo ol li
{
    padding: 16px 0px;
}

form#request_demo
{
    color: #3e3c3a;
    font-family: arial;
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 80px;
}

form#request_demo label.bottom
{
    padding-left: 14%;
    float: left;
}

form#request_demo input, form#request_demo select
{
    margin-right: 200px;
    float: right;
    width: 35%;
    font-size: .5em;
    padding: 4px 2px;
    border: 1px solid #d1d1d1;
}

form#request_demo select
{
    width: 35.7%;
}

form#request_demo input[type="checkbox"]
{
    width: auto;
    float: left;
    padding: 0;
    margin: 8px 4px 0 10px;
}

tbody tr td label
{
    margin: 0px 14px 0 0;
    text-align: left;
    font-size: .8em;
}

form#request_demo textarea
{
    margin-right: 200px;
    float: right;
    width: 35%;
    max-width: 360px;
    height: 120px;
    max-height: 120px;
    font-size: .5em;
    padding: 4px 2px;
    border: 1px solid #d1d1d1;
}

form#request_demo input.btn
{
    color: white;
    font-size: 1.3em;
    background-color: #ea562f;
    border: none;
    letter-spacing: 1px;
    padding: 2px 8px 0px 8px;
    float: right !important;
    margin-right: 200px;
    width: auto;
}

form#request_demo input:focus, form#request_demo textarea:focus
{
    border: 1px solid rgba(234,86,47,0.4);
}

form#request_demo input.btn:hover
{
    background-color: #3e3c3a !important;
}

form#request_demo label.top
{
    padding-left: 17%;
    float: left;
    padding-right: 102px;
}

form#request_demo input.top
{
    margin-right: .5%;
    float: none;
    width: inherit;
    font-size: .3em;
    padding-right: 2%;
    border: 1px solid #d1d1d1;
}

.success
{
    color: #fff;
    text-align: center;
    width: 100%;
    border: 3px solid #fff;
    background-color: #f36523;
    padding: 10px;
}

.clear
{
    clear: both;
}

.main-section
{
    background-color: #e8e8e8;
}
