html {
    background-color:#0B0A4D;
    overflow-x:hidden;
    }

body { 
    font-family:'ITC Avant Garde Gothic W01';
    font-weight:300;
    background:#ffffff;
    height:100%;
    overflow-x:hidden;
    margin:0 auto;
    padding:0;   
    font-size:.95em;
    color:#333333;
    }

.center { 
    text-align:center;
    }

.theme {
    color:#0B0A4D;
    font-weight:400;
    }

.disclaimer {
    border-top:1px solid #ececec;
    padding-top:10px;
    margin-top:30px;
    font-size:.9em; 
    }

.container { 
    background-color:#ffffff;
    padding-left: 2%;
    padding-right: 2%;
    }
    
    .header { 
        padding-top:20px;
        padding-bottom:15px;
        }

    .content { 
        margin:40px 0;
        font-size:1.05em;
        line-height:1.6em;
        max-width:850px;
        }

    .social { 
        margin-top:30px;
        text-align:right;
        vertical-align:top;
        }
    
        .social span { 
            font-family:'ITC Avant Garde Gothic W01';
            font-size:200%;
            font-weight:300;
            color:#333333;
		  }

        .social a { 
            text-align:center;
            padding-left:15px;
		  }

        .fa-facebook, .fa-twitter, .fa-instagram {
            color:#ffffff;
            background-color:#008241;
            padding:5px 3px 2px 3px;
            width:30px;
            }
		 
        .fa-facebook:hover, .fa-twitter:hover, .fa-instagram:hover {
            color:#ffffff;
            background-color:#009c55;
            width:30px;
            -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
            }

        .highlights {
            float:right;
            height:325px;
            padding-top:90px;
            }

    img { max-width:100%;}

    .boxshadow {  
        box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
                    0 2px 2px rgba(0,0,0,0.12), 
                    0 4px 4px rgba(0,0,0,0.12), 
                    0 8px 8px rgba(0,0,0,0.12),
                    0 16px 16px rgba(0,0,0,0.12);
                    }

    .sidebar { 
        margin-left:25px;
        margin-top:15px;
        background-color:#f4f4f4;
        padding:15px;
        }

        .sidebar h2 {
            font-family:'ITC Avant Garde Gothic W01';
            font-weight:400;    
            font-size:120%;
            text-align:center;
            margin-top:0;
            padding-top:0;
            }

        .sidebar p {
            font-size:.95em;
            }

        .sidebar ul {
           font-size: .85em;
           padding-left: 0;
            }

            .sidebar li {
                list-style-type: none;
                padding-bottom:15px;
                margin-left:-5px;
                }

    .breadcrumbs, .breadcrumbs span, .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:visited { 
	    font-family:'ITC Avant Garde Gothic W01';
        font-weight:400;
		font-size:.9em;	
		color:#0B0A4D;
		}

    /* headings */

	h1 	{ 	
		font-family:'Adobe Garamond W01';
		font-weight:600;
		font-size:180%;
		text-align:left;
		color:#008241;
		padding-top:.5em;
		}
		
	h1.welcome { 
		font-family:'Adobe Garamond W01';
		font-style:italic;
		font-size:250%;
		font-weight:600;
		}
		
	h2 	{ 
		font-family:'Adobe Garamond W01';
		font-weight:600;
		font-size:160%;
		text-align:left;
        color:#008241;
		padding-top:1em;
		}
		
	h3 	{ 
		font-family:'Adobe Garamond W01';
		font-weight:600;
		font-size:140%;
		text-align:left;
		color:#008241;
		padding-top:1em;
		}
	
	h4 	{ 
		font-family:'Adobe Garamond W01';
		font-size:120%;
		font-weight:600;
		text-align:left;
        color:008241;
		padding-top:1em;
		}
		
	h5 	{ 
		font-family:'ITC Avant Garde Gothic W01';
		font-size:110%;
		font-weight:600;
		text-align:left;
		color:#0B0A4D;
		padding-top:1em;
		}

    /* page elements */

	p	{
		text-align:left;
		}

    table { 
        border-collapse:collapse;
        }

    td { 
	   vertical-align:top;
	   padding:5px;
	   line-height:1.4em;
        }

	td.fiftypercent { 
		width:50%;
		vertical-align:top;
		}	

	td.threefitty { 
		width:350px;
		}

	td.twohund { 
		width:200px;
		}

    td.tablehead { 
        font-family:'ITC Avant Garde Gothic W01';
		background-color:#0B0A4D;
		color:#ffffff;
		text-align:center;
		font-weight:400;
		padding:10px 20px;
        vertical-align:middle;
		}
		
	td.tablesubhead { 
        font-family:'ITC Avant Garde Gothic W01';
		background-color:#0B0A4D;
		color:#ffffff;
		font-weight:300;
		vertical-align:middle;
		}
		
	td.alt { 
		background-color:#fbfafa;
		}

	/* lists */
	
	ol li, li ol li {
		list-style-type:decimal;
		text-align:left;
		}
	
	ul li { 
		list-style-type:disc;
		text-align:left;
		}

    .error {
        color: #cc3300;
        font-weight: bold;
        }			

    /* links */
	
	a, a:visited 	{ 
		font-weight:400;
		color: #008241; 
		text-decoration:underline;
		}

	a:hover, a:active	{ 
		font-weight:400; 
		color: #009953; 
		text-decoration:underline;
		} 

    /* buttons */

    a.button, a.button:visited  { 
        font-family:'ITC Avant Garde Gothic W01';
        font-size:16px;
        font-weight:300;
        background:#008241;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        }

    a.button:hover, a.button:active { 
        background-color:#009751;
        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;
        }

     div.inactivebutton { 
        font-family:'ITC Avant Garde Gothic W01';
        font-size:16px;
        font-weight:300;
        background:#d4f4eb;
        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:'ITC Avant Garde Gothic W01';
        font-size:12px;
        font-weight:300;
        background:#008241;
        border:none;
        color:#ffffff;
        padding:5px 10px;
        text-align:center;
        text-decoration:none;
        display:inline-block;    
        }

    a.smallbutton:hover, a.smallbutton:active { 
        background-color:#009751;
        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:'ITC Avant Garde Gothic W01';
        font-size:16px;
        font-weight:300;
        background:#008241;
        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:#009751;
        color:#ffffff;
        }

    p.speakerpic {
        padding:0 15px;
        text-align:center;
        }

        .speaker { 
            border: 3px solid #008242;
            }
	
    #top { 
        bottom:20px;
		right:20px;
		padding:10px 20px;
		float:right;
		z-index: 9999;
		width: 32px;
		height: 32px;
		text-align: center;
		line-height: 30px;
        background: #08073a;
		color: #ffffff;
		cursor: pointer;
        border: 0;
		border-radius: 2px;
		text-decoration: none;
		transition: opacity 0.2s ease-out;
		opacity:0;
		}
			
			#top:hover {
                background: #0e0d61;
				}
				
			#top.show {
			    opacity: 1;
				}
    
    /* key dates */

    #kdwrapper { 	
        background-color:#f7f7f7;
        /*margin:125px 0 30px 35px;*/
        margin:125px auto 30px auto;
        /*float:right;
        width:265px;*/
        padding:0 15px 20px 15px;
        }

    #kdwrapper-short { 	
        background-color:#f7f7f7;
        margin:50px auto 30px auto;
        padding:0 15px 20px 15px;
        }
        
        h2.kd {
			margin:0 -15px 0 -15px;
			padding-top:0;
			background-color:#008241;;
			color:#ffffff;
		    padding:10px;
			text-align:center;
			}

        #kd {
            margin-left:35px;
            margin-top:125px;
            float:right;
            padding:0;
            }

        ul.keydates { 
            margin-left:0;
            margin-top:25px;
            padding-left:0;
            }
	
        ul.keydates li { 
            line-height:1.35em;
            list-style-type:none;
            font-size:.9em;
            padding-bottom:25px;
            }

    .emailsignup-wrapper { 
        background-color:#008241;
        padding:30px 0;
        }
    
        .emailsignup { 
            background-color:#008241;
            }
    
        .emailsignup-head {   
            font-family:'ITC Avant Garde Gothic W01';
            font-weight:400;
            font-size:180%;    
            letter-spacing:.02em;
            text-align:left;
            color:#e7e7e7;
            }

        .emailsignup-btn { 
            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;
            }

        a.emailsignup-btn:visited {
            color:#ffffff;
            }

    .footer-wrapper { 
        background-color:#0B0A4D;
        }

        .footer {   
            background-color:#0B0A4D;
            color:#ffffff;
            padding-bottom:20px;
            }

            .footer h4 { 
                color:#ffffff;
                }

            .footer a, .footer a:visited {
                color: #ffffff;
                text-decoration: underline;
                }

            .footer a:hover, .footer a:active {
                color:#cccccc;
                }

            .footericons { 
                margin-right:20px;
                }

            .footersocial {
                padding-top:40px;
                }   

            .footercontact {
                margin-top:50px;  
                }


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
         .highlights { 
            padding-top:0;
            }
        
        .emailsignup-head {   
            text-align:center;        
            }
        }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
      
        .logo {
            display:block;
             margin:auto;
            }       
        
         .highlights { 
            padding-top:0;
            }
        
        .social { 
           margin-top:0;
           margin-bottom:20px;
           text-align:center;
            } 
        
        .content, .footer, .emailsignup {
            padding-left:2%;
            padding-right:2%;        
            }
        
        .highlights { 
            text-align:center;
            float:none;
            }
        
        .subfooter { 
             display:block;
             margin:auto;
            }
        
        }

    @media only screen and (min-width:1024px) and (max-width:1063px) {
        #cssmenu.align-center > ul > li {
            padding-left:15px;
            padding-right:30px;
            }
        }

    @media only screen and (min-width:1064px) and (max-width:1179px) {
        #cssmenu.align-center > ul > li {
            padding-left:15px;
            padding-right:35px;
            }
        }

    @media only screen and (min-width:1180px) and (max-width:1214px) {
        #cssmenu.align-center > ul > li {
            padding-left:20px;
            padding-right:50px;
            }
        }

    @media only screen and (min-width:1215px) and (max-width:1314px) {
        #cssmenu.align-center > ul > li {
            padding-left:25px;
            padding-right:55px;
            }
        }
    
    @media only screen and (min-width:1315px) and (max-width:1414px) {
        #cssmenu.align-center > ul > li {
            padding-left:40px;
            padding-right:60px;
            }
        }

    @media only screen and (min-width:1415px) {
        #cssmenu.align-center > ul > li {
            padding-left:50px;
            padding-right:60px;
            }
        }


    /* Print */

@media print {
	html {
		background:#ffffff;
	}

	body { 
		background:none;
		font-family:Arial, sans-serif !important;
		font-size:.8em;
		text-align:left;
		margin:0;
		padding:0;
	}

	.container {
		width:100%;
	}

	#top, .header, .social, .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;   
	}
}
    /**************************
    * Accordion
    **************************/
    
    .accordion {
        margin-bottom:20px;
        background-color:#0B0A4D;
        color:#ffffff;
        padding-right:48px;
        padding:1em;
        display:block;
        font-family:'ITC Avant Garde Gothic W01';
        font-size: 1em;
        font-weight:400;
        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:18px;
        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;
        }

    .jAccordion h3 {
        margin-top:20px;
        padding:0;
        }

    .jAccordion p {
        margin-bottom:.25em;
        }
