/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
/* Masthead */
.masthead-bitac {
	background-color: #dff3fe;
	color: #466d92;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	text-align: center;
	font-size: 32px;
	line-height: 45px;
	padding: 3% 20% 3% 20%;
	margin: 0px 0px 60px 0px;
}

@media only screen and (max-width : 992px) {
.masthead-bitac {
	font-size: 20px;
	line-height: 28px;
}
}
/* // Masthead */


/*Philanthropic Efforts*/

.circle_green {
	background-image: url(images/circle_green.svg);
	width: 187px;
	height: 187px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
.circle_blue {
	background-image: url(images/circle_blue.svg);
	width: 187px;
	height: 187px;
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
.circle_txt_title_green {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #9acc57;
	font-weight: 600;
	padding-top: 53px;
}
.circle_txt_title_blue {
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	color: #68add8;
	font-weight: 600;
	padding-top: 53px;
}
.circle_txt_donation_amount {
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	text-align: center;
	color: #6d6e70;
	font-weight: 600;
	padding-top: 0px;
}
.circle_txt_meals_to_date {
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	text-align: center;
	color: #6d6e70;
	font-weight: 600;
	padding-top: 0px;
}
.charity_logo {
	margin: 30px 0px 0px 0px;
}
.charity_header_section {
	margin: 20px 0px 40px 0px;
}
.charity_blue_section {
	padding: 3% 3%;
	background-color: #2b81bf;
	color: #FFFFFF;
}
.charity_green_section {
	padding: 1% 8% 1% 8%;
	background-color: #8bb83f;
	color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	margin: 60px 0px 20px 0px;
}
.charity_supported_header {
	padding: 10px 40px 10px 40px;
	margin: 30px 0px 30px 0px;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
.charity_smuckers {
	text-align: center;
	padding: 20px 0px 20px 0px;
}
/* Form */
.inquiry-bg {
	background-color: #dff3fe;
}
/* // Form*/

/* // Large Event */
.lg_event_title {
	line-height: 30px;
	font-weight: 400;
	font-size: 20px;
}

@media only screen and (max-width : 992px) {
.lg_event_title {
	margin-top: 10px;
}
}
.lg_event_title {
	line-height: 30px;
	font-weight: 400;
	font-size: 20px;
}
.lg_event_date {
	font-weight: 600;
	line-height: 30px;
	font-size: 20px;
}
.lg_event_description {
	margin: 10px 0px 0px 0px;
}
.lg_event_venue_city_state {
	font-weight: 400;
	line-height: 30px;
}
/* // Large Event */

/* Small Event */
.sm_event_title {
	line-height: 30px;
	font-weight: 400;
	font-size: 18px;
}

@media only screen and (max-width : 992px) {
.sm_event_title {
	margin-top: 10px;
}
}
.sm_event_date {
	line-height: 30px;
	font-weight: 400;
	font-size: 18px;
}
.sm_event_venue {
	line-height: 30px;
}
.sm_event_city_state {
	line-height: 30px;
}
.calendar_spots_left {
	line-height: 30px;
	font-style: italic;
	color: #D72326;
}
.calendar_spots_left_main_event {
	line-height: 30px;
	font-style: italic;
	color: #D72326;
	font-size: 14px;
}
.save_the_date a {
	line-height: 30px;
	font-style: italic;
}


@media only screen and (min-width : 992px) {
.event_col_left_no_padding {
	padding-left: 0px;
}
}
/* // Small Event */

.more-events {
	padding: 10px 40px 10px 40px;
	margin: 0px 0px 30px 0px;
	border: #49aee2 solid 1px;
	line-height: 34px;
	font-size: 24px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	text-align: center;
}
/* Testimonials */

blockquote {
	padding: 10px 20px;
	margin: 20px 20px 20px 20px;
	font-size: inherit;
	border-left: 5px solid #eee;
}
/* // Testimonials */

/* Effects */

/*logos*/

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	opacity: 0.8;
	transition: opacity 0.5s ease;
}
img.grayscale:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
	opacity: 0.9
}
/* // Effects */

/* Sponsors */

.sponsors_header {
	padding: 10px 40px 10px 40px;
	margin: 30px 0px 30px 0px;
	border: #49aee2 solid 1px;
	line-height: 34px;
	font-size: 24px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
	text-align: center;
}
/* // Sponsors */

/* Calendar*/

.calendar_wrap {
	margin: 0px 0px 20px 0px;
}
.sm_cal_title {
	line-height: 30px;
	font-weight: 400;
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}
.sm_cal_date {
	line-height: 30px;
	font-weight: 400;
	font-size: 18px;
}
.sm_cal_venue {
	line-height: 30px;
}
.sm_cal_city_state {
	line-height: 24px;
}
/* // Calendar */


/*Footer*/

.footer {
	background: #E3E3E3;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
/* // footer*/

/*Linkedin*/


@media only screen and (max-width : 667px) {
.linkedin_share{ 
	padding-top: 15px;
}

}

/* BEGIN OVERRIDES */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	background-color: #fff;
	font-weight: 400 !important;
	color: rgb(112, 112, 112);
}
h2 {
	color: #58595B;
	margin: 0px 0px 15px 0px;
	line-height: 34px;
	font-size: 24px;
	font-family: 'Droid Serif', serif;
	font-weight: 400;
}
/* Footer */

.footer {
	background: #dff3fe;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: none;
	border-bottom: 0px solid #49AEE2;
	border-top: 0px solid #49AEE2;
	margin: 40px 0px 0px 0px;
}
.footer-bottom {
	background: #C8E9FC;
	border-top: 0px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer h3 {
	border-bottom: 0px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
/* // Footer */

/* Tabs */

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 1px solid #49aee2;
	border-bottom-color: #FFFFFF;
}
.nav-tabs {
	border-bottom: 1px solid #49aee2;
}
a {
	color: #49aee2;
	text-decoration: none;
}
/* // Tabs*/

/* Slider */
.slider-wrap {
}

/* // Slider */

/* Mobile and tablet fixes */

@media only screen and (min-width: 230px) and (max-width:780px) {
.wrapper {
	width: 100%;
	margin: 0%; /* Remove Page Padding On Smaller Devices */
}
}

@media only screen and (min-width: 781px) and (max-width:1200px) {
.wrapper {
	width: 100%;
	margin: 0%;
}
}
/* // Mobile and tablet fixes*/

/* Header */

.logo {
	padding: 35px 0px;
	margin: 0 auto;
	text-align: center;
}
.logo_main_tagline {
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.header {
	width: 100%;
	display: block;
	padding-top: 0px;
	MARGIN: 0px 0px 0px 0px;
	background: none;
	box-shadow: none;
}

/*@media only screen and (min-width: 230px) and (max-width:980px) {
.header {
	min-height: 165px;
}
}*/
.header-wrap {
	background-color: #004173;
}
.header-bottom-piece-1 {
	background-color: #006396;
	height: 10px;
}
.header-bottom-piece-2 {
	background-color: #49AEE2;
}
/* // Header */

/* Menu */	

.custom_menu_bg_color {
	background-color:#49AEE2;
	}

.wsmenu-list > li > a {
	background-color: #49AEE2;
	color: #FFFFFF;
	font-weight: 600;
	border-right: 1px solid rgb(73, 174, 226);
}
.wsmenu {
	font-family: "Open Sans", sans-serif;
	background-color: #49AEE2;
	border-radius: 0px 0px 0px 0px;
}
/* IE fix */
	
	/*@media only screen and (min-width: 981px) { 
.wsmenu {
	    height: 48px;
}

}
	*/
	
	
.wsmenu-list li a .arrow:after { /* Menu Dropdown Arrow Down Stlye */
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #FFFFFF;
	content: "";
	float: right;
	height: 0;
	margin: 0 0 0 9px;
	position: absolute;
	top: 22px;
	width: 0;
}
.wsmenu-list li:hover>a .arrow:after {
	border-top-color: #FFFFFF;
}
.wsmenu > .wsmenu-list > li > a {
	padding: 0px 20px 0px 20px; /* Menu Spacing */
	background-color: #49AEE2;
	color: #FFFFFF!important;
	text-align: center;
}
.wsmenu > .wsmenu-list > li > a:hover {
	color: #FFFFFF;
	background-color: #43a0d0 !important;
}
.wsmenu > .wsmenu-list > li {
	color: #FFFFFF;
	background-color: #43a0d0 !important;
}

@media only screen and (max-width: 980px) { /* jw custom from 780 to 980 */
.wsmenu > .wsmenu-list > li > a {
	padding: 10px 0px 10px 0px; /* Menu Spacing mobile */
}
}
.wsmenu-list {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 980px;
	display: table;
	padding: 0px;
}

/*WORK ON THIS
*/
@media only screen and (min-width: 230px) and (max-width:1024px) {
.wsmenu-list {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
	display: table;
	padding: 0px;
}
}

@media only screen and (min-width:980px) and (max-width:1023px) {
.hometext {
	display: block !important;
}
.wsmenu {
	font-size: 13px !important;
}
.wsmenu-list li a {
	white-space: nowrap !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
}
/* Submenu CSS */
.wsmenu-submenu {
	position: absolute;
	top: 48px;
	z-index: 1000;
	margin: 0px;
	padding: 4px;
	border: solid 1px #49aee2;
	background-color: #49aee2;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	border: 0px solid #cccccc;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.wsmenu-submenu li a {
	background: #49aee2 !important;
	background-image: none !important;
	color: #FFFFFF !important;
	font-weight: 200;
	letter-spacing: 1px !important;
	border-right: 0 none !important;
	text-align: left;
	display: block;
	line-height: 22px;
	padding: 10px 15px;
	text-transform: none;
	font-size: 15px;
	letter-spacing: normal;
	border-right: 0px solid;
	font-weight: 600;
}
.wsmenu-submenu li {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.wsmenuexpandermain {
	display: none;
}
/*Mobile off canvas menu*/

.mobile-sub .wsmenu-submenu li a {
	background-color: #49aee2 !important;
}
.mobile-sub .wsmenu-submenu li a:hover {
	background-color: #42a0d0 !important;
	color: #FFFFFF !important;
	text-decoration: none;
}
.wsmenu-click {
	color: #FFFFFF;
}
/*Mobile tabs to accordion*/

.panel-default>.panel-heading {
	color: #FFF;
	background-color: #49aee2;
	border-color: #ddd;
}
.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}


.video-container{
    padding: 10px 40px 10px 40px;
	margin: 30px 0px 30px 0px;
	border: #49aee2 solid 1px;
	line-height: 30px;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}


.video-icon {
    display:inline;
    /*background-image: url("images/video-icon.png");
    background-size: 30px 20px;
    background-repeat: no-repeat;*/
    /*margin-top:5px;*/
    height:20px;
    width:30px;
}

.video-link {
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

@media only screen and (min-width : 992px) {
    .video-responsive-container {
        height: 310px !important;
        width: 560px;
        display: block;
        margin: 0px auto 0px auto;
    }
}




