html {
    background-color:#004B8D; 
    }

body { 
    font-family:'Gill Sans W01';
    font-weight:300;
    background:#ffffff;
    height:100%;
    margin:0 auto;
    padding:0;   
    font-size:1em;
    color:#333333;
    }

.center { 
    text-align:center;
    }

.nonavbar { 
    height:38px;
    font-family:'Gill Sans W01';
    font-weight:300;
    text-align:center;
    background-color:#004B8D;
    padding-top:20px;
	}

    .nonavbar a, .nonavbar a:visited {  
        color:#ffffff;
        }

    .nonavbar a:hover, .nonavbar a:active {
        color:#ececec;
        }

.container { 
    background-color:#ffffff;
    }
    
	.header { 
		padding:20px 0 15px 0;
		}

	.logo {
		float:left;
		}

#details {
	float:left;
	margin-left:15px;
	margin-top:10px;
	}

	div.detwrap {
		border-left:2px solid #004B8D;
		padding-left:20px;		
		}

    .bioptheme {
        font-family:'Gill Sans W01';
        font-weight:500;
        font-style:italic;
        font-size: 1.3em;
        /*letter-spacing:.01em;*/
        color:#004B8D;	
        }

    .biopdates {
        font-family:'Gill Sans W01';
        font-weight:500;
        font-size: 1.1em;
        line-height:1.6em;
        color:#75AFD2;
        letter-spacing:.22em;
        }
    
    .bioplocation {
        font-family:'Gill Sans W01';
        font-weight:500;
        font-size: 1em;
        line-height:1.6em;
        letter-spacing:.025em;
        color:#75AFD2;
        }

    .content { 
        margin:40px 0;
        font-size:1.1em; /* 1.05em*/
        line-height:1.45em;
        }

    img { max-width:100%;}

    /* headings */

    h1 	{ 	
        font-family:'Times New Roman W03';
        font-weight:400;
        font-size:200%;
        text-align:left;
        color:#004B8D;
        padding-top:.5em;
        }

    h1.welcome { 
        font-family:'Times New Roman W03';
        font-style:italic;
        font-size:220%;
        font-weight:500;
        }

    h1.apptitle {
        padding-top:1em;
        text-align:center;
        }

    h2 	{ 
        font-family:'Times New Roman W03';
        font-weight:400;
        font-size:155%;
        text-align:left;
        color:#004B8D;
        padding-top:1em;
        }

    h3 	{ 
        font-family:'Times New Roman W03';
        font-weight:400;
        font-size:140%;
        text-align:left;
        color:#004B8D;
        padding-top:1em;
        }

    h4 	{ 
        font-family:'Times New Roman W03';
        font-size:120%;
        font-weight:400;
        text-align:left;
        color:#004B8D;
        padding-top:1em;
        }
    
    h5 	{ 
        font-family:'Times New Roman W03';
        font-size:110%;
        font-weight:400;
        text-align:left;
        color:#004B8D;
        padding-top:1em;
        }
    
    /* page elements */

    p	{
        text-align:left;
        margin:20px 0;
        }

	/* 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:500;
        color: #004B8D; 
        text-decoration:underline;
        }

    a:hover, a:active	{ 
        font-weight:400; 
        color: #0062a9; 
        text-decoration:underline;
        } 

     /* buttons */

    a.button, a.button:visited, input.btnStyle, input.btnStyle:visited  { 
        font-family:'Gill Sans W01';
        font-size:16px;
        font-weight:500;
        background:#004B8D;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block; 
        -webkit-appearance: none;
        }

    a.button:hover, a.button:active, a.button_fixed:hover, a.button_fixed:active, input.btnStyle:hover, input.btnStyle:active { 
        background-color:#0062a9;
        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;
        }

    a.button_fixed, a.button_fixed:visited  { 
        font-family:'Gill Sans W01';
        font-size:16px;
        font-weight:400;
        background:#004B8D;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        width:175px;
        }

    a.smallbutton, a.smallbutton:visited { 
        font-family:'Gill Sans W01';
        font-size:14px;
        font-weight:500;
        background:#004B8D;
        border:none;
        color:#ffffff;
        padding:5px 10px;
        text-align:center;
        text-decoration:none;
        display:inline-block;    
        }

    a.smallbutton:hover, a.smallbutton:active { 
        background-color:#0062a9;
        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 {
        font-family:'Gill Sans W01';
        font-size:16px;
        font-weight:500;
        background:#004B8D;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        -webkit-appearance: none;
        }

    input.button:hover {
        background-color:#0062a9;
        color:#ffffff;
        }
	
    #top { 
        bottom:20px;
		right:20px;
		padding:10px 20px;
		float:right;
		z-index: 9999;
		width: 32px;
		height: 32px;
		text-align: center;
		line-height: 30px;
        background: #0d2a6f;
		color: #ffffff;
		cursor: pointer;
        border: 0;
		border-radius: 2px;
		text-decoration: none;
		transition: opacity 0.2s ease-out;
		opacity:0;
		}
			
			#top:hover {
 				background: #1a51a9;
				}
				
			#top.show {
			    opacity: 1;
				}

    .emailsignup-wrapper { 
        background-color:#75AFD2;
        padding:30px 0;
        }
    
        .emailsignup { 
            background-color:#75AFD2;
            }
    
        .emailsignup-head {   
            font-family:'Gill Sans W01';
            font-weight:300;
            font-size:180%;    
            letter-spacing:.02em;
            text-align:left;
            color:#ffffff;
            }

        .emailsignup-btn {
            font-family:'Gill Sans W01';
            font-weight:400;
            padding:15px;
            border-radius:10px;
            border:3px solid #ffffff;
            color:#ffffff;
            text-decoration:none;
            line-height:90px;
            letter-spacing:.1em;
            }

        a.emailsignup-btn:hover,
        a.emailsignup-btn:active  { 
            border:3px solid #e7e7e7;
            color:#e7e7e7;
            text-decoration:none;
            }

    .footer-wrapper { 
        background-color:#133D8D;
        }

        .footer {   
            background-color:#133D8D;
            color:#ffffff;
            padding-bottom:20px;
            }

            .footer h4 { 
                color:#ffffff;
                }

            .footer a, .footer a:visited 	{ 
                font-weight:300;
                color: #75AFD2; 
                text-decoration:underline;
                }

            .footer a:hover, .footer a:active	{ 
                font-weight:300; 
                color: #88bedb; 
                text-decoration:underline;
                } 

    /* 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:'Gill Sans W01';
        font-weight:300;
		font-size:140%;
		text-align:left;
		color:#133D8D;
		}

    .submitted {
		color:blue;
        }

    .accordion-open span,
	.collapse-open span {
	    display:block;
	    float:right;
	    padding:10px; 
		}
		
	.accordion-open span,
	.collapse-open span {
	   background:url(../images/minus.png) center center no-repeat; 
	  	}

	.accordion-close span,
	.collapse-close span {
    	display:block;
	    float:right;
	    background:url(../images/plus.png) center center no-repeat;
    	padding:10px; 
		}
	
	h2.collapsible { 
        font-size:120%;
		background-color:#75AFD2;
		border:1px solid #000000;
		padding:10px 10px 10px 3px;
		color:#ffffff;
		cursor: pointer;
		cursor: hand; 		
		}
		
	h2.collapsible_preview { 
        font-size:120%;
		background-color:#75AFD2;
		border:1px solid #000000;
		padding:10px 10px 10px 3px;
		color:#ffffff;
		}
		
	h3.collapsible { 
        font-size:120%;
		background-color:#e7e7e7;
		padding:3px;
		border:1px solid #cccccc;
		text-decoration:underline;
		cursor: pointer;
		cursor: hand;
		}
		
	h3.collapsible_preview { 
        font-size:120%;
		background-color:#e7e7e7;
		padding:3px;
		border:1px solid #cccccc;
		text-decoration:underline;
		}


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	#details {
		float:none;
		margin-left:0;
	} 

	div.detwrap {
		border:none;
		padding-left:0;		
	}

	.bioptheme {
		font-size: 1.4em;
		letter-spacing:.01em;
	}

	.biopdates {
		font-size: 1.1em;
		line-height:1.6em;
		letter-spacing:.23em;
	}

	.bioplocation {
		font-size: 1em;
		line-height:1.6em;
		letter-spacing:.025em;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    
    .logo {
        text-align:center;
        }
    
	#details {
		text-align:center;
		float:none;
		margin-left:0;
	} 

	div.detwrap {
		border:none;
		padding-left:0;		
	}

	.bioptheme {
		font-size: 1.4em;
		letter-spacing:.01em;
	}

	.biopdates {
		font-size: 1.1em;
		line-height:1.6em;
		letter-spacing:.23em;
	}

	.bioplocation {
		font-size: 1em;
		line-height:1.6em;
		letter-spacing:.025em;
	}

	.logo {
		display:block;
		float:none;
		margin:auto;
	}       

	.content, .footer, .emailsignup {
		padding-left:2%;
		padding-right:2%;        
	}

	.subfooter { 
		display:block;
		margin:auto;
	}
}

@media print {
	html {
		background:#ffffff;
	}

	body { 
		background:none;
		font-family:Arial, sans-serif !important;
		text-align:left;
		margin:0;
		padding:0;
	}

	.container {
		width:100%;
	}

	#top, .header, .social, .socialspaced, .navbar, .nonavbar, #cssmenu, .highlights, .pullquote, #kdwrapper,
	#kd-thin, .emailsignup-wrapper, .footer-wrapper, .footer {
		display:none;
	}	

	.jcontainer { display: block !important;}

	p  {
		text-align:left;
	}

	a 	{ 
		font-weight:600;
		color: #00407c; 
		text-decoration:underline;
	}	

	#jAccordion > * { 
		display: block !important;   
	}
}



   