h1{
    color:#023a80;    
    font-family: 'Crimson Text', serif;
    font-size:34px;    
    font-weight:normal;
    margin:0;
    line-height: 1;
}

/* h2{
    color:#363636;    
    font-family: 'Crimson Text', serif;
    font-size:22px;    
    font-weight:normal;
} */

h2{
    color:#023a80;    
    font-family: 'Crimson Text', serif;
    font-size:28px;    
    font-weight:normal;
}

h3{
    color:#363636; 
    font-family:Arial;  
    font-size:16px;
}

h4{
    font-size:14px;
}

h5{
    font-size:12px;
}

h6{
    font-size:10px;
}

header .nav .toggle{
    display: block;
    text-align: center;
    padding: 15px 0 15px 0;
    background-color: white;
    -moz-box-shadow: inset 0 0 5px 5px #eee;
    -webkit-box-shadow: inset 0 0 5px 5px #eee;
    box-shadow: inset 0 0 5px 5px #eee;
    font-family: 'Lato', sans-serif;
    font-weight:bold;
    font-size:18px;
    color:#076dc2;
    text-transform:uppercase;
    cursor:pointer;
}

.no-boxshadow header .nav .toggle{
    outline:5px solid #eee;   
}

header .nav .toggle:after{
    content: '\2193';
    font-weight: bold;
    padding: 0 0 0 5px;
    color: #3498fc;   
    height:100%;
    line-height:12px;    
}

header .nav.active .toggle:after{
    content: '\2191';
}

header .nav ul{
    display:none;
}

header .nav.active ul{
    display:block;   
}

.masthead{
    display:none;
    margin:0 0 30px 0;
    padding:0 0 3px 0;
    border-bottom:3px solid #facd5a;
    box-shadow: 0 15px 15px 0px #D7D7D7;
    position:relative;
}

.masthead .image{
    width:100%;
    max-width:1920px;   
}

.masthead  .caption{
    font-family: 'Crimson Text', serif;
    font-size:42px;
    color:White;
    text-shadow: -1px -1px 3px #222;
    text-align:center;
    position:absolute;
    bottom:30px;
    height:auto;
    width:100%;
}

.masthead .caption .container{
    margin:0 auto;
    text-align:left;
    max-width:960px;   
    padding: 0 30px 0 30px;
}

.breadcrumbs {
    margin: 20px 20px 10px 10px;
}

.breadcrumbs ul{
    display:inline-block;
    vertical-align:top;
    width: 100%;
    margin: 0 0 0 10px;
    padding:0;   
    list-style-type:none;
}

.breadcrumbs ul li{
    display:inline;   
    padding: 5px 5px 5px 10px;
    font-family: 'Lato', sans-serif;
    font-size:13px;
    color:#656565;
    word-break:normal;
    position:relative;
}

.breadcrumbs ul li:before{
    content:url(breadcrumb_div.png);
    display:inline-block;
    vertical-align:top;
    height:20px;
    width:2px;
    position:absolute;
    top: 4px;
    left:0;
}

.breadcrumbs ul li a{
    display:inline-block;
    vertical-align: bottom;   
    text-decoration:none;
    color:#1d70a4;
}

.breadcrumbs ul li a:hover{       
    text-decoration:underline;
}

.breadcrumbs .home{ 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;  
    padding: 5px 0px 5px 0px;
    cursor:pointer;
}

.breadcrumbs .home:before{
    display:none;
}

.breadcrumbs .home a{
    height:25px;
    width:25px;
    background-image:url(home.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.primaryContent{    
    color:#464646; 
    font-size:14px; 
    margin:0 0 25px 0;
}

.primaryContent>.col2>h1,
.primaryContent>.col2>.container>h1,
.primaryContent>.col2>.copy,
.primaryContent>.col2>.container>.copy{
    padding:0 20px 0 20px;     
}

.primaryContent>.col2>.copy,
.primaryContent>.col2>.container>.copy{
    margin:10px 0 10px 0;   
}

.snazyList dt{
    padding:10px 0 10px 0;
    cursor: pointer;
}

.snazyList dd:first-of-type{
    border:none;
}

.connect dt .social{ 
    margin: 0;
    padding: 0;
    display: inline-block;   
}

.connect dt .social li{
    background-image:url(social_square.png);
    background-repeat:no-repeat;
    height:32px;
    width:32px;
    display:inline-block;
    margin:0 10px 0 -4px;
    position:relative;
    top:5px;
}

.connect dt .facebook{
    background-position:left top;
}

.connect.active dt .facebook.active{
    background-position:left -39px;
}

.connect dt .twitter{
    background-position:-39px top;
}

.connect.active dt .twitter.active{
    background-position:-39px -39px;
}

.connect dt .youtube{
    background-position:-79px top;
}

.connect.active dt .youtube.active{
    background-position:-79px -39px;
}

.col1 .nav{
    margin:25px auto 25px auto;
    max-width:240px;
}

.col1 .nav ul{
    list-style-type:none;  
    margin:0;
    padding:0; 
}

.col1 .nav ul li{
    border-bottom:2px solid #d2d2d2;
}

.col1 .nav ul li:first-child{
    border-top:5px solid #076dc2;
}

.col1 .nav ul li:first-child a{
    font-family: 'Lato', sans-serif;
    font-size:16px;
    font-weight:900;
    color:#076dc2 !important;   
}

.col1 .nav ul li:first-child a:hover{
    text-decoration:none;   
}

.col1 .nav ul li a{
    display:block;
    text-decoration:none;   
    padding:10px 5px 10px 5px;
    font-family: 'Crimson Text', serif;
    font-size:18px; 
    color:#363636;
}

.col1 .nav ul li a[href]:hover{
    text-decoration:underline;   
}

.col1 .nav ul li a.active{
    color: #0755B0;
    cursor: default;
    text-decoration: none !important;
}

.col1 .nav ul li:first-child{
    text-transform:uppercase;   
}

.callout{ 
    max-width:240px;
    margin:15px auto 15px auto;  
    color:#464646;
    border-top:10px solid #0776ca;   
}

.callout>.title,
.callout .news dt,
.callout .events dt{    
    font-family: 'Lato', sans-serif;  
    font-size:16px; 
    text-transform:uppercase;
    line-height: 1.2;
    margin: 10px 10px 10px 10px;    
}

.callout .news,
.callout .events{
    width:110%;
    margin:0 0 0 -5%;
}


.callout .news dd,
.callout .events dd{
    margin:10px 10px 10px 10px;
    border-bottom: 2px solid #D2D2D2;
}

.callout .news dd.last,
.callout .events dd.last{
    border:none;
}

.callout .news .title,
.callout .events .title{
    margin:0 0 10px 0;
    font-family: 'Crimson Text', serif;
    font-size: 17px;
    line-height: 1.2;
}

.callout .news .date,
.callout .events .date{
    text-transform:uppercase;
    font-size: 11px;
}

.callout .news a,
.callout .events a{
    text-decoration:none;
}

.callout .news .all,
.callout .events .all{
    border:none;
}

.callout .events{
    border-top:5px solid #076dc2;
}

.callout .events:first-child{
    border:none;
}

.callout .image img{
    max-width:100%;   
}

.callout .copy{
    font-family:Arial;
    font-size: 12px; 
    margin: 5px 10px 5px 10px;
}

.callout .link a{
    display:block;
    font-family: 'Lato', sans-serif;
    font-weight:bold;
    font-size: 12px; 
    color:#1d70a4;
    margin: 5px 10px 5px 10px;
    text-transform:uppercase;
    text-decoration:none;
    background-image: url(small_arrow.png);
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
    background-position: 0 2px;
}

.callout .link a:hover{
    color: #6CA2C4;  
}

.resultspage{
    max-width:960px;
    margin:0 auto;
}

.resultstop{
    display: inline-block;
    width: 100%;
}

.showhit{
    min-width:100%;
}

@media only screen and (min-width: 768px) {
    
header .nav .toggle{
    display:none;
}
    
header .nav ul{
    display:block;
}  
    
.masthead{
    display:block; 
}
    
.breadcrumbs .home {
    padding: 3px 5px 5px 0px;
    cursor: pointer;
    top: -3px;
    margin: 0 0 0 -10px;
    position: relative;
}
    
.breadcrumbs .home a {
    background-position:right bottom;   
}
        
.snazyList dt:before{
    display:inline-block;   
}

.snazyList{
    width:100%;
    display:block;
    vertical-align:top;
    margin:0 0 0 -4px;         
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;    
    box-shadow: inset 0px 7px 7px -4px rgba(0, 0, 0, .1);
}
    
.no-boxshadow .snazyList{
    border:3px solid #e3e3e3;   
    border-width:3px 0 3px 0;
    margin:0 0 -3px 0;
}
    
.snazyList:last-of-type{
    box-shadow: inset 0 7px 7px -4px rgba(0, 0, 0, 0.1),
                inset 0 -7px 7px -4px rgba(0, 0, 0, 0.1);                  
}
    
.snazyList dd{
    display:none;   
}     
        
.primaryContent{
    max-width:960px;
    margin:0 auto 25px auto;
    padding:0 20px 0 20px;
    position:relative;   
}
    
.col1{
    float:left;
    width:30%;
} 
    
.col1 .nav ul li{
    border-width:1px;
}
    
.col1 .nav ul li a{
    padding:2px 5px 2px 5px;
}
    
.col2{
    width:70%;
    float:right;
}   
    
.callout{
    border-width:5px;   
} 
    
.threeCol{
    max-width:970px;   
}        
    
.threeCol .col1{
    max-width:215px;       
}
    
.threeCol .col2{
    width:70%;       
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 20px 0 20px;
}
    
.col3{
    margin:25px 0 0 0;   
}
    
.col3 .callout{
    width:100%;
    display:inline-block;
    vertical-align:top;
    margin:0 21px 20px 0;   
}

}

@media only screen and (min-width: 1100px) {
    
header .nav ul{
    display:block;
}
    
.primaryContent{
    padding:0;
}
    
.col1 .nav{
    margin:25px 0 25px 0;   
}
    
.callout{
    margin:15px 0 15px 0;
}
    
.primaryContent.threeCol{
    max-width:970px;   
}    
        
.threeCol .col2{
    display:table;
    table-layout:fixed;
    word-wrap: break-word;
    width:715px;  
    padding:0;   
}
    
.col2 .container{
    width:455px;
}
    
.col3{
    display:table-cell;
    vertical-align:top;
    padding:25px 0 0 15px;
    width:225px;  
}    
    
.col3 .callout {
    margin: 0 0 20px 0;
}

}
