html {
    /*background-color:#5b0d2d;*/
    overflow-x:hidden;
    }

body { 
    font-family:'Avenir55Roman';
    font-style:'Normal';
    font-stretch: 'Normal';
    background:#5b0d2d;
    height:100%;
    overflow-x:hidden;
    margin:0 auto;
    padding:0;   
    font-size:1.125em; 
    color:#333333;
    }

.center {
    text-align:center;
    }

.hidden_large {display:none;}

.vcenter {
    vertical-align:middle;
    }

..maincolor {
    color:#333333;
    }  

.altcolor {
    color:#f36d21;
    }

.alttextcolor {
    color:#333333;
    }  
    
.buttongroup a:first-child {padding-right:10px;}

@media only screen and (max-width : 541px) {
    p.buttoncap, p.buttongroup {margin:0;line-height:70px;}
    
     .buttongroup a:first-child {padding-right:0;}
    }

.AbstractInstructions {
    border: 3px solid #000000;
    padding: 10px;
    background-color: #ececec;
}

.theme {
    color:#494a4e;
    font-weight:600;
    }

.boxshadow {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.4);
    }

.container {
    /*background-color:#ffffff;*/
    padding-left: 2%;
    padding-right: 2%;
    }

.header { 
    width:100%;
    background-color: #ffffff;
    border-top: 3px solid #f36d21;
    padding-top:20px;
    padding-bottom:25px;
    }

div#returnhome {
    background-color:#5b0d2d;
    padding:15px;
    }

    div#returnhome a {
        color:#ffffff;
        font-size:1em;
        }

    div#returnhome a:hover {
        color:#ffffff;
        }

.content {
    margin:0;
    font-size:1em;
    line-height:1.5em;
    }

#bottom, #tertiarybottom {
    background-color:#ffffff;
    padding:25px;
    margin-top:0;
    margin-bottom:15px;
    overflow:auto;
    }

#bottom.home {
    margin-top:15px;
    }

#bottom ul, #bottom ol { 
    /*line-height:1.4em; */
    padding-bottom:10px;
    }   

#bottom ol ul {
    margin-left: 30px;
    padding:0;
    }

img { max-width:100%;}

.breadcrumbs, .breadcrumbs span, .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:visited { 
    font-family:'Avenir55Roman';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:.875em;	
    color:#666666;
    }

ul.forms {
    list-style-type: none;
    padding-left: 0;
    margin-top:30px;
    }

ul.forms > li {
    position: relative;
    padding-left: 20px;
    list-style-type:none;
    margin-bottom:10px;
    }

ul.forms > li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f016";
    color: #727272;
    }

/* headings */

h1, h2, h3, h4, h5, h6 {
    line-height:1.1em;
    color:#494a4e;
    }

h1 {
    font-family: 'MemphisLight';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:1.833333333333333em; /*33px*/
    }

h1.intro { 
    /*font-family:'Avenir Next W01';*/
    font-size:1.8em; /* 1.65em*/
    text-align:center;
    }

h1.apptitle { 
    font-size:2.5em; /*36px*/
    color:#494a4e;
    margin-top:85px;
    text-align:center;
    }

h2 {
    font-family:'Avenir35Light';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:1.611111111111111em; /*29px*/
    padding:25px 0 10px 0;
    }

h2.head { 
    margin-top:0;
    padding-top:0;
    }

h3 {
    font-family:'Avenir35Light';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:1.5em; /*27px*/
    }

h3.spotlight { 
    font-family:'Avenir35Light';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-weight:normal;
    font-size:1.2em; /*24px*/
    line-height:1.4em;
    padding-top:20px;
    }

h4 {
    font-family:'Avenir35Light';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:1.222222222222222em; /*22px*/
    }

h4.bodytext {
    font-family:'Avenir35Light';
    font-style:'Normal';
    font-stretch: 'Normal';
    }

h5 {
    font-family:'Avenir35Light';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:1.1111111111111112em; /*20px*/
    }

h6 {
    font-family:'Avenir35Light';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:1.056em; /*19px*/
    }

/* page elements */

p	{
    text-align:left;
    }

table { 
    border-collapse:collapse;
}

    td { 
        vertical-align:top;
        padding:10px 5px; 
        line-height:1.4em;
        }   

    td.tablehead { 
        font-family:'Avenir65Medium';
        font-style:'Normal';
        font-stretch: 'Normal';
        background-color:#f46c22;
        color:#ffffff;
        text-align:center;
        padding:10px 20px;
        vertical-align:middle;
        }

    td.tablesubhead { 
        font-family:'Avenir65Medium';
        font-style:'Normal';
        font-stretch: 'Normal';
        background-color:#f8822b;
        color:#fafafa;
        vertical-align:middle;
        }   

    td.threefitty { 
        width:350px;
        }

    td.twofitty { 
        width:200px;
        }

    td.alt { 
        background-color:#fef4ef;
        }

/* lists */

ol li, li ol li {
    list-style-type:decimal;
    text-align:left;
    }

ul li {
    list-style-type:disc;
    text-align:left;
    }


/* links */

a, a:visited { 
    font-family:'Avenir65Medium';
    color:#f46c22;
    text-decoration-thickness: .125em;
    text-underline-offset: 1.5px;
    }

a:hover, a:active { 
    color:#f8822b; 
    text-decoration-thickness: .125em;
    text-underline-offset: 1.5px;
    } 

/* buttons */

a.button, a.button:visited  { 
    font-family:'Avenir65Medium';
    font-style:'Normal';
    font-stretch: 'Normal';
    background:#f36d21;
    border:none;
    border-radius:3px;
    color:#ffffff;
    padding:20px 25px 17px 25px; /*15px 25px*/
    text-align:center;
    text-decoration:none;
    display:inline-block;
    }

a.button:hover, a.button:active { 
    background-color:#f8822b;
    color:#ececec;
    text-decoration:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    }

.fixed {
    width:175px;
    }

div.inactivebutton { 
    font-family:'Avenir65Medium';
    font-style:'Normal';
    font-stretch: 'Normal';
    background:#d9ebf6;
    border:none;
    border-radius:3px;
    color:#ffffff;
    padding:20px 25px 17px 25px; /*15px 20px*/;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    }

a.smallbutton, a.smallbutton:visited { 
    font-family:'Avenir65Medium';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:.667em;
    background:#f36d21;
    border:none;
    color:#ffffff;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
    display:inline-block;    
    }

a.smallbutton:hover, a.smallbutton:active { 
    background-color:#f8822b;
    color:#ececec;
    text-decoration:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    }	

input.button, input.submit, input.fileinput.button {
    font-family:'Avenir65Medium';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:.889em;
    background:#f36d21;
    border:none;
    border-radius:3px;
    color:#ffffff;
    padding:20px 25px 17px 25px; /*15px 25px*/
    text-align:center;
    text-decoration:none;
    display:inline-block;
    min-width:200px;
    -webkit-appearance: none;
    }	

input.button:hover, input.submit:hover, input.fileinput.button:hover  {
    background-color:#f8822b;
    color:#ececec;
    }

#top { 
    bottom:20px;
    right:20px;
    padding:10px 20px;
    float:right;
    z-index:9999;
    width:32px;
    height:32px;
    text-align:center;
    line-height:30px;
    background:#f8a682;
    color:#5b0d2d;
    cursor:pointer;
    border:0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity:0;
    }

#top:hover {
    background:#faba98;
    color:#5b0d2d;
    }

#top.show {
    opacity: 1;
    }

.footer-wrapper {
    background-color:#ffffff;
    width:100%;
    }

.footer {   
    font-family:'Avenir55Roman';
    font-style:'Normal';
    font-stretch: 'Normal';
    color:#5b0d2d;
    padding-top:45px;
    line-height:1.4em;	
    padding-bottom:20px;
    }

.footer p {
    font-size:.9444444444444444em;	
}

.footer h4 { 
    font-family:'Avenir55Roman';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:.95em /*1em*/;
    color:#5b0d2d;
    margin-top:0;
    }

.footer a, .footer a:visited 	{ 
    color: #5b0d2d; 
    text-decoration:none;
    }

.footer a:hover, .footer a:active	{ 
    color: #6e0f37; 
    text-decoration:underline;
    } 

.footericons { 
    height:35px;
    width:35px;
    margin-right:20px;
    opacity: 1;
    filter:alpha(opacity=100);
    }       

    .footericons:hover {
        opacity: .8;
        filter:alpha(opacity=80);                    
        }     

.footersocial {
    padding-top:40px;
    }

.footercontact {
    margin-top:50px;  
    }

#footerbot { 
    font-family:'Avenir65Medium';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:.9em; /*.87em;*/
    background-color:#ffffff;
    color:#494a4e;
    min-height:50px;
    }

.footlink { 
    margin-right:5px;
    margin-left:5px;
    }

/*#footerbot .footlink:nth-child(1n) { 
margin-left:0;
}*/

#footerbot a, #footerbot a:visited { 
    font-family:'Avenir65Medium';
    font-style:'Normal';
    font-stretch: 'Normal';
    color:#5b0d2d;
    text-decoration:none;
    }	

#footerbot a:hover, #footerbot a:active {
    color:#6e0f37;
    }  

div.subfooter p {
    font-size:.8888888888888889em;
    line-height:1.4em;
    }

@media only screen and (min-width:769px) and (max-width:1023px) {
    .hidden_small {display:none;}
    .hidden_large {display:block;}
    }

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    #logo { 
        text-align:center;
        }

    .logo {
        display:block;
        margin:auto;
        }       
    
    h1.apptitle {margin-top:20px;}
        }
    }
    
/* Print */

@media print {
    body {
        font-family:Arial, sans-serif !important;
        text-align:center;
        margin:0;
        padding:0;
        }

    p  {
        text-align:left;
        }

    a 	{
        font-weight:600;
        color: #00407c;
        text-decoration:underline;
        }

    #jAccordion > * {
        display: block !important;
        }
    }


/* search box */

.cfx, .cf:after{
    content:"";
    display:table;
    }

.cf:after{
    clear:both;
    }

.cf{
    zoom:1;
    }

/* Form wrapper styling */

.search-wrapper {
    float: right;
    text-align:left;
    width: auto;
    /*width:252px;*/
    margin: 20px auto 55px auto;
    }

/* Form text input */

.search-wrapper input {
    width: 114px;
    /*width: 202px;*/
    height: 20px;
    padding: 9px 5px;
    float: left;
    border: 1px solid #494a4e;
    background: #ffffff;
    color: #494a4e;
    border-radius: 8px 0 0 8px;
    font-style: italic;
    /*box-shadow: 0 0 1px rgba(0,0,0,.8) inset;*/
    }

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.2) inset;
    }

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    }

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    }

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
    }    


/**************************
* Accordion
**************************/

.accordion {
    margin-bottom:20px;
    background-color:#5b0d2d;
    color:#ffffff;
    padding-right:48px;
    padding:1em;
    display:block;
    font-family:'Avenir55Roman';
    font-style:'Normal';
    font-stretch: 'Normal';
    font-size:1em;
    cursor:pointer;
    border-radius:8px;
}

.accordion:after {
    display:inline-block;
    float:right;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    color:#ffffff;
    font-size:1em;
    margin-right:10px;
    right:0;
    top:23px;
    content:"\f055";
    }

.accordion-open:after {
    content: "\f056";
    }

.jAccordion .jcontainer {
    margin:-20px 0 20px;
    padding:0;
    }

.jAccordion .jcontent {  
    margin:0;
    padding:.9375em;
    font-size:1em;
    }

.jAccordion h3 {
    color:#333333;
    font-size:1.5em;
    margin:0;
    padding:0;
    }   

.jAccordion p {
    margin-bottom:.25em;
    }

 /* misc */

    label 	{
        width: 10em;
        float: none;
        margin:3px 0 0;
        text-align:right;
        }

    label.mainlong {
        width: 14em;
        float: left;
        text-align: right;
        margin-right: 0.5em;
        display: block;
        }

    label.long {
        width: 30em;
        float: left;
        }

    label.longest {
        width: 60em;
        text-align:left;
        float:left;
        display:block;
        margin-right: 0.5em;
        }

    label.error {
        color: #C00;
        float:none;
        padding-left: .2em;
        vertical-align: top;
        font-weight:600;
        font-variant:small-caps;
        display: none;
        }

    fieldset {
        padding:10px;
        margin-top:20px;
        }

    legend {
        font-family:'Myriad W05';
        font-weight:600;
        font-size:140%;
        text-align:left;
        color:#8dcdaa;
        }

    .submitted, .SubmittedValue {
        color:blue;
        }


    .RequiredField, .required, .Required {
        color: red;
        font-weight:500;
        }

/*
*------------------------
* online progam specific
*------------------------
*/
.RequiredField {
    color:red;
    font-weight:600;
}

.TextRight {
    float: right;

}

.required {
    color:red;

}

.mediumwhite {
    font-size: 1.5em;
    color:white;
    font-weight:300;
}

.mediumblue {
    font-size:small;
    color:navy;
    font-weight:300;
}

.smallblue {
    font-size:10pt;
    color:#000099;
    font-weight:300;
}

.smallwhite {
    font-size:10pt;
    color:White;
    font-weight:300;
}

.smallred {
    font-size:10pt;
    color:red;
    font-weight:300;
}

.onred {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px; color: #FFFFFF
}


.title {
    font-size : medium;
    color : white;
    font-weight : 300;
}

.whitecentertitle  {
    font-family:'Myriad W05';
    font-weight:300;
    font-size : 14pt;
    color : white;
    text-align : center;
}

#separator {
    background:url(../onlineprogram/images/barbg.gif) repeat-x;
    height:42px;;
    width:100%;
}

#separator h1 {
    padding-top:10px;
    background:none;
    border:none;
}

#separator h4 {
    font-size:95%;
    background:none;
    padding-top:10px;
    border:none;
    text-align:center;
}

.box {
    background:url(../onlineprogram/images/boxbg.gif) bottom repeat-x;
    height:141px;
    font-family:'Myriad W05';
    font-weight:200;
    font-size:.9em;
}

.AddSession, .AddSession:hover, .AddSession:active, .AddSession:focus {
    background:url(../onlineprogram/images/add_btn.gif) no-repeat;
    width:158px;
    font-size:0;
    line-height:0;
    height:31px;
    text-indent:-100em;
    display:block;
    cursor:pointer;
    outline:none;
    border:none;
    text-decoration:none;
}

.RemoveSession,.RemoveSession:hover,.RemoveSession:active,.RemoveSession:focus {
    background:url(../onlineprogram/images/remove_btn.gif) no-repeat;
    font-size:0;
    line-height:0;
    width:158px;
    height:31px;
    text-indent:-100em;
    display:block;
    cursor:pointer;
    outline:none;
    border:none;
    text-decoration:none;
}

/*
*------------------------
*   jQuery Prompt
*------------------------
*/
.jquerypromptwarning .jqueryprompt{ background-color: #acb4c4; }
.jquerypromptfade{ position: absolute; background-color: #aaaaaa; }
div.jqueryprompt{   font-family:'Myriad W05'; font-weight:200; position: absolute; background-color: #ffffff; width: 300px; font-size: 110%; text-align: left; border: solid 1px #6abae5; }
div.jqueryprompt .jquerypromptcontainer{ background-color: #ffffff; border-top: solid 14px #6abae5; padding: 5px; font-weight: bold; }
div.jqueryprompt .jquerypromptclose{ float: right; width: 18px; cursor: pointer; margin: -19px -12px 0 0; color: #ffffff; font-weight: bold; }
div.jqueryprompt .jquerypromptmessage{ padding: 10px; line-height: 20px; font-size: 11px; color: #333333; }
div.jqueryprompt .jquerypromptbuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #eeeeee; background-color: #f4f4f4; }
div.jqueryprompt button{ padding: 3px 10px; margin: 0 10px; background-color: #6abae5; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqueryprompt button:hover{ border: solid 1px #d4d4d4; }

/*
*------------------------
*   smooth Ex
*------------------------
*/
.jqismoothfade{ position: absolute; background-color: #333333; }
div.jqismooth{ width: 350px; font-family:'Myriad W05'; font-weight:200;position: absolute; background-color: #ffffff; font-size: 11px; text-align: left; border: solid 3px #e2e8e6; -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 7px; }
div.jqismooth .jqismoothcontainer{ font-weight: bold; }
div.jqismooth .jqismoothclose{ position: absolute; top: 0; right: 0; width: 18px; cursor: default; text-align: center; padding: 2px 0 4px 0; color: #727876; font-weight: bold; background-color: #e2e8e6; -moz-border-radius-bottomLeft: 5px; -webkit-border-bottom-left-radius: 5px; border-left: solid 1px #e2e8e6; border-bottom: solid 1px #e2e8e6;  }
div.jqismooth .jqismoothmessage{ padding: 10px; line-height: 20px; color: #444444; }
div.jqismooth .jqismoothbuttons{ text-align: right; padding: 5px 0 5px 0; border: solid 1px #e2e8e6; background-color: #f2f8f6; }
div.jqismooth button{ padding: 3px 10px; margin: 0 10px; background-color: #2F6073; border: solid 1px #f4f4f4; color: #ffffff; font-weight: bold; font-size: 12px; }
div.jqismooth button:hover{ background-color: #728A8C; }
div.jqismooth button.jqismoothdefaultbutton{ background-color: #BF5E26; }
.jqismoothwarning .jqismooth .jqismoothbuttons{ background-color: #BF5E26; }

