html {
	background-color:#666666;
    overflow-x:hidden;
    }

body { 
	font-family:'Myriad W01';
	font-weight:200;
    background:#ffffff;
    height:100%;
    overflow-x:hidden;
    margin:0 auto;
    padding:0;   
    font-size:.95em;
    color:#333333;
    }

.center { 
    text-align:center;
    }

.vcenter {
    vertical-align:middle;
    }

.highlight {
    color:#0099ff;
    font-weight:400;
    }

.logo {
	padding:10px;
	}

.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);    
    }

.sidebar { 
    margin-left:25px;
    background-color:#f4f4f4;
    padding:15px;
    }

    .sidebar h2 {
        font-size:120%;
        text-align:center;
        margin-top:0;padding-top:0;
        }

	.sidebar h5 {
		margin-top:0;
		margin-bottom:10px;
		}

    .sidebar ul {
        font-size: .95em;
        padding-left: 15px;
        }

.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.5em;
        }

    .smallicons-knowledge, .smallicons-community, .smallicons-influence {
        display: flex;
        align-items: center;
        }

    .photobox { 
        border:1px solid #999999;
        padding:10px 10px 5px 10px;
        margin:45px 5px 0 5px;
        }

        .photocaption {
            color:#666666;
            font-weight:300;
            font-size:.8em;
            }

        .photocredit {
            color:#999999;
            text-transform:uppercase;
            font-size:.9em;
            }

    .social { 
        margin-top:30px;
        text-align:right;
        vertical-align:top;
        }
    
        .social span { 
			font-family:'Myriad W01';
            font-size:200%;
            font-weight:200;
            color:#333333;
		  }

        .social a { 
            text-align:center;
            padding-left:15px;
		  }

        .fa-facebook, .fa-twitter {
            color:#ffffff;
			background-color:#019c9c;
            padding:5px 3px 2px 3px;
            width:30px;
            }
		 
        .fa-facebook:hover, .fa-twitter:hover {
            color:#ffffff;
			background-color:#01b2b2;
            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%;}

    .breadcrumbs, .breadcrumbs span, .breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:visited { 
		font-family:'Myriad W01';
        font-weight:200;
		font-size:.9em;	
		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 	{ 	
		font-family:'URW Century Schoolbook W01';
		font-weight:400;
		font-size:225%;
		text-align:left;
		color:#019c9c;
		padding-top:.5em;
		}
		
	h1.welcome { 
		font-family:'URW Century Schoolbook W01';
		font-size:210%;
		font-weight:400;
		}
		
	h2 	{ 
		font-family:'URW Century Schoolbook W01';
		font-weight:400;
		font-size:185%;
		text-align:left;
		color:#019c9c;
		padding-top:1em;
		}
		
	h3 	{ 
		font-family:'URW Century Schoolbook W01';
        font-weight:400;
		font-size:150%;
		text-align:left;
		color:#019c9c;
		padding-top:1em;
		}
	
	h4 	{ 
		font-family:'URW Century Schoolbook W01';
		font-size:130%;
		font-weight:400;
		text-align:left;
		color:#019c9c;
		padding-top:1em;
		}

	h4.welcome{ 
		margin-top:0;
		padding-top:0;
		}

    h4.tagline { 
		font-family:'URW Century Schoolbook W01';
		font-size:135%;
		font-weight:400;
		text-align:left;
		color:#019c9c;
		padding-top:0;
		}
		
	h5 	{ 
		font-family:'URW Century Schoolbook W01';
		font-size:115%;
		font-weight:400;
		text-align:left;
		color:#019c9c;
		padding-top:1em;
		}

    /* page elements */

	p	{
		text-align:left;
		}

    table { 
        border-collapse:collapse;
        }

    td { 
	   vertical-align:top;
	   padding:5px;
	   line-height:1.4em;
        }

    td.tablehead, th.tablehead { 
		font-family:'Myriad W01';
		background-color:#666666;
		color:#ffffff;
		text-align:center;
		font-weight:300;
		padding:10px 20px;
        vertical-align:middle;
		}
		
	td.tablesubhead { 
		font-family:'Myriad W01';
		background-color:#cbcccc;
		color:#ffffff;
		font-weight:300;
		vertical-align:middle;
		}
		
	td.alt { 
		background-color:#e7f7f7;
		}

	td.twofitty { 
		width:250px;
		}

	/* 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:300;
		color: #666666; 
		text-decoration:underline;
		}

	a:hover, a:active	{ 
		font-weight:300; 
		color: #f68b27; 
		text-decoration:underline;
		} 

    /* buttons */

    a.button, a.button:visited  { 
		font-family:'Myriad W01';
        font-weight:300;
		background:#019c9c;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 25px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        }

    a.button:hover, a.button:active { 
		background-color:#01b2b2;
        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;
        }

    .fixed { 
        width:175px;
        }

     div.inactivebutton { 
		 font-family:'Myriad W01';
        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:'Myriad W01';
        font-size:12px;
        font-weight:300;
		background:#019c9c;
        border:none;
        color:#ffffff;
        padding:5px 10px;
        text-align:center;
        text-decoration:none;
        display:inline-block;    
        }

    a.smallbutton:hover, a.smallbutton:active { 
		background-color:#01b2b2;
        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:'Myriad W01';
        font-size:16px;
        font-weight:300;
		background:#019c9c;
        border:none;
        border-radius:3px;
        color:#ffffff;
        padding:15px 20px;
        text-align:center;
        text-decoration:none;
        display:inline-block;
        }

    input.button:hover {
		background-color:#01b2b2;
        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: #505050;
		color: #ffffff;
		cursor: pointer;
        border: 0;
		border-radius: 2px;
		text-decoration: none;
		transition: opacity 0.2s ease-out;
		opacity:0;
		}
			
			#top:hover {
				background: #7a7a7a;
				}
				
			#top.show {
			    opacity: 1;
				}

	.actionbox { 
		position:relative;
		height:25px;
		background-color:#019c9c;
		text-align:center;
		padding:15px 15px;
		margin-bottom:50px;		
		overflow:hidden;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;			
		}	 

		.actionbox img { 
			position:absolute;
			opacity:0.5;
			height:auto;
			top:-30px;
			left:15px;
			} 

	.actionbox a { 
		position:relative;
		color:#ffffff;
		text-shadow:1px 1px 2px #666666;
		text-decoration:none;
		font-size:1.4em;
		z-index:5;
		}

	.actionbox:hover { 
		opacity:.9;
		-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
		}
    
    /* key dates */

	#kd-thin {
		margin-left:35px;
		margin-top:125px;
		float:right;
		width:97%;
		padding:0;
		}

    #kdwrapper { 	
        background-color:#f7f7f7;
        margin:0 auto 30px auto;
        padding:0 15px 20px 15px;
        }
    
    .kdwrapper-nomargin {
        background-color:#f7f7f7;
        margin:0 auto 30px auto;
        padding:0 15px 20px 15px;
        }

    #kdwrapper p {
        font-size:1em;
        }

    #kdwrapper-short { 	
        margin:50px auto 30px auto;
        padding:0 15px 20px 15px;
        }
        
        h2.kd {
			margin:0 -15px 0 -15px;
			padding-top:0;
			background-color:#f47920;
			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:#f47920;
        padding:30px 0;
        }
    
        .emailsignup { 
			background-color:#f47920;
            }
    
        .emailsignup-head {   
			font-family:'Myriad W01';
            font-weight:200;
            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:#666666;
        }

        .footer {   
            background-color:#666666;
            color:#ffffff;
            padding-bottom:20px;
            }

            .footer h4 { 
                color:#ffffff;
                }

            .footer a, .footer a:visited 	{ 
                font-weight:400;
                color: #ffffff; 
                text-decoration:underline;
                }

            .footer a:hover, .footer a:active	{ 
                font-weight:400; 
                color: #cccccc; 
                text-decoration:underline;
                } 


    /* 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) {
      
         .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 (max-width:767px) {
		h3.tiles {
			text-align:center;
			}
		
		#kd-thin { 
			margin-top:0;
			}		
		}

	@media only screen and (max-width:768px) {
		#kdwrapper {
			margin-top:0;
		}
	}

	@media only screen and (min-width:769px) and (max-width:839px) {
		#cssmenu > ul > li.has-sub > a {
			padding-right: 25px !important;
			}

		#cssmenu > ul > li > a {
			letter-spacing:0 !important;    
			font-size:11.5px !important;
			}

		#cssmenu.align-center > ul > li {
			padding-left:5px ;
			padding-right:5px;
			}
		}

	@media only screen and (min-width:840px) and (max-width:1022px) {
		#cssmenu > ul > li > a {
			letter-spacing:0 !important;    
			font-size:12px !important;
			}
		}

	@media only screen and (max-width:1024px) {
		.logo {
			display:block;
			margin:auto;
			}    

		.social { 
			margin-top:10px;
			margin-bottom:30px;
			text-align:center;
			} 	   
		}

	@media only screen and (max-width:1023px) {
		#cssmenu.align-center > ul > li {
			padding-left:10px;
			padding-right:10px;
			}
		}
	
	@media only screen and (min-width:1024px) and (max-width:1047px) {
		#cssmenu > ul > li.has-sub > a {
			padding-right: 5px;
			}
		
		#cssmenu.align-center > ul > li {
			padding-left:15px;
			padding-right:15px;
			}
		}

	@media only screen and (min-width:1048px) and (max-width:1093px) {
		#cssmenu > ul > li.has-sub > a {
			padding-right: 10px;
			}

		#cssmenu.align-center > ul > li {
			padding-left:15px;
			padding-right:15px;
			}
		}

	@media only screen and (min-width:1094px) and (max-width:1198px) {
		#cssmenu.align-center > ul > li {
			padding-left:17px;
			padding-right:17px;
			}
		}	


	@media only screen and (min-width:1199px) and (max-width:1228px) {
		#cssmenu.align-center > ul > li {
			padding-left:30px;
			padding-right:30px;
			}
		}

	@media only screen and (min-width:1229px) and (max-width:1350px) {
		#cssmenu.align-center > ul > li {
			padding-left:30px;
			padding-right:30px;
			}
		}


	@media only screen and (min-width:1351px) {
		#cssmenu.align-center > ul > li {
			padding-left:40px;
			padding-right:40px;
			}
		}

    /* 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:#666666;
        color:#ffffff;
        padding-right:48px;
        padding:1em;
        display:block;
		font-family:'Myriad W01';
        font-size: 1em;
        font-weight:300;
        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:0;
        padding:0;
        }

    .jAccordion p {
        margin-bottom:.25em;
        }
