@charset "UTF-8";
/* CSS Document */

h2, h3 { 
    color: #0b638b;
}

div.styled h3 {
    margin-bottom:0.6em;
}

.styled.logo {
    color: #CCC;
    background-color:#FFFFFF;
    max-height: 143px;
    padding:0;
}

.styled.logo img {
    display:block;
    max-width: 100%;
}
    
.styled ul {
    list-style-type: square;
    margin-bottom: .4em;
}

.styled ul li {
    color: #c8dbee;
    margin: 0 1em .25em;
}   

#hm_hero {
    max-width: 720px;
    margin-bottom: 15px;
    position:relative;
}

#hm_news {
    float: left;
    margin-right: 9.6%;
    margin-bottom: 1em;
    position:relative;
    width: 47.6%;
}

#hm_spot {
    float: left; 
    margin-bottom: 1em;
    position:relative;
    width: 42.7%;
}

#hm_events {
    float: left; 
    position:relative;
    margin-bottom: 1em;
    width: 42.7%;
}

.spcr {
    margin-left: 14%;
}

.hm_event_item a {
    color:#333333; 
}

.hm_event_item a:hover {
	color:#0B4A67; 
}

.hm_news_item img { 
	width: 100%;
}

#hm_alt {
    float: left; 
    position:relative;
    width: 100%;
}

#tdr_2_col_content h2 {
    font-weight: normal;
    border-bottom: 1px solid #0b638b;
    margin-bottom: 12px;
    padding-bottom: 5px;
}


.hm_left_container {
    /*border-right:1px solid #73b3d0;*/
    margin-top: 34px;
}

/*Give Button*/
#give-button {
    margin: 10px 0;
    width: 115px;
}

a.give-button {
    -moz-transition: background 0.1s ease-in 0s, -moz-box-shadow 0.1s ease-in 0s;
    background-color: #DB7B0F;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.4));
    border-bottom: 1px solid #D9740B;
    border-radius: 3px 3px 3px 3px;
    border-top: 1px solid #FFDCB4;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5), 0 -1px 2px rgba(0, 0, 0, 0.5);
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 115px;
    z-index: 1000;
}

a.give-button:hover {
    background-color: #C7700E;
    border-bottom: 1px solid #C86408;
    text-decoration: none;
}

a.give-button span {
    color: #FFFFFF;
    font-family: Georgia,Times,serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    line-height: 15px;
    position: relative;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5), 0 1px 1px rgba(255, 255, 255, 0.5);
    top: 5px;
}

/*flex slider*/

/*invisible hack*/

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider2 {width: 100%; margin: 0; padding: 0;}
.flexslider2 .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider2 .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* FlexSlider Default Theme
*********************************/
.flexslider2 {background: #fff; border: 4px solid #fff; position: relative;}
.flexslider2 .slides {zoom: 1;}
.flexslider2 .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */




.flexslider {
    margin-bottom: 0;
}

.slides li {
    margin-top: 0;
}

.slides img {
	width: 100% !important;
	max-height: 305px !important;
}

.controls {
    margin: -7px;
    position: relative;
}

.spot-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA1986b4,endColorstr=#AA1986b4); zoom: 1;}
.spot-caption { padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(11, 99, 139, 0.8); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

.alt p {
    margin-bottom: 0;    
}

.header {
    color: #fff;
    font-weight: bold;     
}

/* Direction Nav */
/* IE rgba() hack 
.flex-direction-nav li a {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA1986b4,endColorstr=#AA1986b4); zoom: 1;}
.flex-direction-nav li a {width: 21px; height: 21px; display: block; background: rgba(11, 99, 139, 0.8); position: absolute; top: 30%; cursor: pointer; text-align:center; font-size: 13px; font-weight:bold; color: #FFF; text-decoration: none; line-height: 20px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
.flex-direction-nav li .next {right: 2px;}
.flex-direction-nav li .prev {left: 10px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}*/



/*
Tablet (<768px)
*/
@media screen and (max-width: 768px) {
    
    .spot-caption {
        display: block;
        width: 96%;
    }
    
    .alt p {
        display: none;
    }
    
    .slides img {
	max-height: 234px !important;
	}
}


@media screen and (max-width: 640px) {
    
    .logo {
        display: none;
    }
    
    .hm_styled {
    background: none;
    border: none;
    margin-bottom:1em;
    height: auto;
    padding:0.5em 0 0.4em;
    }
    
    .slides img {
	max-height: 259px !important;
	}
    

}


@media screen and (max-width: 500px) {
    
    #hm_news {
        width: 100%;
        margin-right: 0;
    }
    
    #hm_spot {
        width: 100%;
    }
    
    .alt P {
        display: inline;
    }
    
    #hm_events {
        width: 100%;
    }    
    

}

@media screen and (max-width: 320px) {
	
	.slides img {
	max-height: 126px !important;
	}
}