html {
    background-color:#002661;
    overflow-x:hidden;
    }

body { 
    font-family:'Futura W01';
    font-weight:400;
    background:#002661;
    height:100%;
    overflow-x:hidden;
    margin:0 auto;
    padding:0;   
    font-size:14px; 
    color:#333333;
    }

.center {
    text-align:center;
    }

.hidden_large {display:none;}

.vcenter {
    vertical-align:middle;
    }

.maincolor {
    color: #002661;
    }  

.altcolor {
    color: #86d5f7;
    }
    
.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:#545454;
    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 #ff964d;
    padding-top:20px;
    padding-bottom:25px;
    }

div#returnhome {
    background-color:#002661;
    padding:15px;
    }

    div#returnhome a {
        color:#ffffff;
        font-size:1.2em;
        }

    div#returnhome a:hover {
        color:#ffffff;
        }

.content {
    margin:0;
    font-size:1.2em;
    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:'Futura W01';
    font-weight:500;
    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;
    }

h1 {
    font-family:'ITC Garamond W01';
    font-size:3em; /*36px*/
    font-weight:400;
    }   

h1.intro { 
    font-size:1.65em;
    text-align:center;
    }

h1.apptitle { 
    font-size:3em; /*36px*/
    color:#002661;
    margin-top:85px;
    text-align:center;
    }

h1#theme {
    font-size:3em; /*36px*/
    font-style:oblique;
    font-weight:400;
    color:#002661;
    border-bottom:1px dashed #ececec;
    letter-spacing:.05em;
    padding-bottom:25px; 
    }

h2 {
    font-family:'ITC Garamond W01';
    font-weight:400;
    font-size:1.800em;
    }

h2.head { 
    margin-top:0;
    padding-top:0;
    }

h3 {
    font-family:'ITC Garamond W01';
    font-weight:400;
    font-size:1.689em; 
    }

h3.spotlight { 
    font-family:'Futura W01';
    font-size:1.333333333333333em; 
    padding-top:20px;
    }

h4 {
    font-family:'ITC Garamond W01';
    font-weight:400;
    font-size:1.6333333333333333em; 
    }

h4.bodytext {font-family:'Futura W01';}

h5 {
    font-family:'ITC Garamond W01';
    font-weight:400;
    font-size:1.4111111111111112em; 
    }

h6 {
    font-family:'ITC Garamond W01';
    font-weight:400;
    font-size:1.356em;
    }

/* page elements */

p	{
    text-align:left;
    }

table {
    border-collapse:collapse;
    }

    td {
        vertical-align:top;
        padding:5px;
        line-height:1.4em;
        }

    td.tablehead { 
        font-family:'Futura W01';
        background-color:#545454;
        color:#ffffff;
        text-align:center;
        font-weight:600;
        padding:10px 20px;
        vertical-align:middle;
        }

    td.tablesubhead { 
        font-family:'Futura W01';
        background-color:#b3b3b3;
        color:#ffffff;
        font-weight:600;
        vertical-align:middle;
        }

    td.threefitty {
        width:350px;
        }

    td.twofitty {
        width:200px;
        }

    td.alt {
        background-color:#eeeeff;
        }

/* 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-weight:400;
    color:#002661;
    text-decoration-thickness: .125em;
    text-underline-offset: 1.5px;
}

a:hover, a:active	{ 
    font-weight:400; 
    color:#86d5f7; 
    text-decoration-thickness: .125em;
    text-underline-offset: 1.5px;
} 

/* buttons */

a.button, a.button:visited  { 
    font-family:'Futura W01';
    font-weight:500;
    background:#86d5f7;
    border:none;
    border-radius:3px;
    color:#002661;
    padding:15px 25px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    }

a.button:hover, a.button:active { 
    background-color:#9bdff9;
    color:#002661;
    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:'Futura W01';
    font-weight:500;
    background:#d9ebf6;
    border:none;
    border-radius:3px;
    color:#ffffff;
    padding:15px 20px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    }

a.smallbutton, a.smallbutton:visited { 
    font-family:'Futura W01';
    font-size:.667em;
    font-weight:500;
    background:#002661;
    border:none;
    color:#ffffff;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
    display:inline-block;    
    }

a.smallbutton:hover, a.smallbutton:active { 
    background-color:#86d5f7;
    color:#ffffff;
    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:'Futura W01';
    font-size:.889em;
    font-weight:500;
    background:#86d5f7;
    border:none;
    border-radius:3px;
    color:#002661;
    padding: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:#86d5f7;
    color:#002661;
    }

#top { 
    bottom:20px;
    right:20px;
    padding:10px 20px;
    float:right;
    z-index:9999;
    width:32px;
    height:32px;
    text-align:center;
    line-height:30px;
    background:#ff964d;
    color:#ffffff;
    cursor:pointer;
    border:0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity:0;
    }

#top:hover {
    background:#ffa95d;
    color:#ffffff;
    }

#top.show {
    opacity: 1;
    }

.footer-wrapper {
    background-color:#ffffff;
    width:100%;
    }

.footer {   
    font-family:'Futura W01';
    font-weight:300;
    color:#002661;
    padding-top:45px;
    line-height:1.4em;	
    padding-bottom:20px;
    }

.footer p {
    font-size:1.1em;	
    }

.footer h4 { 
    font-family:'Futura W01';
    font-weight:600;
    font-size:1.2em /*1em*/;
    color:#002661;
    margin-top:0;
    }

.footer a, .footer a:visited 	{ 
    font-weight:200;
    color: #002661; 
    text-decoration:none;
    }

.footer a:hover, .footer a:active	{ 
    font-weight:200; 
    color: #12335c; 
    text-decoration:underline;
    } 

#footerbot { 
    font-family:'Futura W01';
    font-weight:300;
    font-size:1.15em;
    background-color:#ffffff;
    color:#002661;
    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:'Futura W01';
    font-weight:300;
    color:#002661;
    text-decoration:none;
    }	

#footerbot a:hover, #footerbot a:active {
    color:#12335c;
    }  

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 {
    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 #b3b3b3;
    background: #ffffff;
    color: #b3b3b3;
    border-radius: 3px 0 0 3px;
    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 2px rgba(0,0,0,.8) 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;
    }

/* Form submit button */

.search-wrapper button {	
    overflow: visible;
    position: relative;
    /*float: right;*/
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    color: white;
    text-transform: uppercase;
    background: #86d5f7;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    }

.search-wrapper button:hover{     
    background:#9bdff9;
    }   

.search-wrapper button:active,
.search-wrapper button:focus{   
    background:#9bdff9;
    outline: 0;   
    }

.search-wrapper button:before { /* left arrow */
    content: '' !important;
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #86d5f7 transparent;
    top: 12px;
    left: -6px;
    }

.search-wrapper button:hover:before{
    border-right-color:#9bdff9;
    }

.search-wrapper button:focus:before,
.search-wrapper button:active:before{
    border-right-color:#86d5f7;
    }      

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
    }   

/**************************
* Accordion
**************************/

.accordion {
    margin-bottom:20px;
    background-color:#002661;
    color:#ffffff;
    padding-right:48px;
    padding:1em;
    display:block;
    font-family:'Futura W01';
    font-size:1em;
    font-weight:500;
    cursor:pointer;
}

.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:#002661;
    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:'Futura W01';
        font-weight:600;
        font-size:140%;
        text-align:left;
        color:#1A3864;
        }

    .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:'Futura W01';
    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:'Futura W01';
    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:'Futura W01'; 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:'Futura W01'; 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; }

