/* Styles for the template-basic.php pages */
.alignright { margin-right:40px; }
/* Make sure embeds and iframes fit their containers */
embed, iframe, object { max-width: 100%; }
.arve-inner { cursor:pointer; }
/* Basic Page Styles */
hr { background-color:#716d6d; color:#716d6d; height:1px; border:0; width:100%; }
header#basic-page-header { display:block; margin:0 auto; width:100%; height:auto; max-width:1920px; max-height:970px; position:relative; overflow:hidden; }
header#basic-page-header > img { width:100%; height:auto; position:relative; z-index:-1; }
#basic-page-header-category { position:absolute; bottom:17.5%; left:50px; z-index:2; display:table; width:888px; height:400px; }
#basic-page-header-category h1 { font-size:600%; text-transform:uppercase; display:table-cell; text-shadow:0 0 10px #000000; letter-spacing:10px; vertical-align:bottom; }
#basic-title { position:absolute; bottom:0; padding-left:50px; box-sizing:border-box; font-size:250%; text-transform:uppercase; z-index:2; height:92px; line-height:92px; vertical-align:middle; width:100%; }
div#basic-content-wrapper { width:100%; max-width:1920px; margin:0 auto; display:block; position:relative; padding:65px 0 100px 0; }
section#basic-main { width:65%; max-width:1248px; display:inline-block; padding:0 20px 0 50px; box-sizing:border-box; float:left; }
div.left-content { width:100%; color:#000 !important; }
div.basic-section { margin:0; padding:17px 0; width:100%; display:block; clear:both; }
div.basic-section.divider { padding:17px 0; border-top:1px solid #848080; }
div.basic-section img { max-width:100%; height:auto; display:block; }
div.basic-section a { text-decoration:none; }
div.basic-section h2 { font-size:250%; margin-bottom:20px; }
div.basic-section h3 { font-size:180%; text-transform:uppercase; }
div.basic-section h4 { font-size:150%; }
div.basic-section p { font-size:135%; margin:5px 0; padding:5px 0; line-height:150%; }
div.basic-section ol { list-style:decimal; font-size:135%; margin-bottom:20px; overflow:hidden; padding-left:50px; }
div.basic-section ul { list-style:disc; font-size:135%; margin-bottom:20px; overflow:hidden; padding-left:50px; }
div.basic-section li { padding:5px 0; line-height:125%; list-style-position:outside; }
section#basic-sidebar { width:35%; max-width:672px; display:inline-block; padding:0 30px; box-sizing:border-box; float:left; text-transform:uppercase; }
div#sidebar-content div ul li { line-height:26px; margin:12px 0; }
div#sidebar-content div ul li a { padding:4px 0; margin:0; font-size:180%; text-decoration:none; color:#000; }
span.lowered { text-transform:lowercase; }

/* Volunteer */
/* Color Section */
.volunteer-bg { background-color:rgba(26,119,111,.8); }
div.basic-section.volunteer-text h2, div.basic-section.volunteer-text a, div.basic-section.volunteer-text h3, div.basic-section.volunteer-text h4 { color:#1a776f; }
div#sidebar-content div .menu li a:hover { color:#1a776f; }
div#sidebar-content div .menu li.current-menu-item a { font-weight:600; color:#1a776f; }

div.camps-table-images { padding:0; margin:0; font-size:0; }
div.camps-table-images img { max-width:100%; height:auto; margin:0; padding:0; display:block; }
div.camps-table-images a { margin:0; padding:0; display:block; font-size:0; }

div.login-buttons { float:right; padding-top:15px; padding-right:20px; }
a.volunteer-login-button { display:inline-block; width:248px; height:63px; background-image:url('images/buttons/volunteer-login.png'); background-repeat:no-repeat; background-position:0 0; }
a.volunteer-login-button:hover { background-position:-248px 0; }
a.elearning-login-button { display:inline-block; width:248px; height:63px; background-image:url('images/buttons/elearning-login.png'); background-repeat:no-repeat; background-position:0 0; }
a.elearning-login-button:hover { background-position:-248px 0; }

/* jcarousel styles */
.jcarousel-wrapper { margin: 20px auto; position: relative; width: 80%; height: 200px; }
.jcarousel-wrapper p { font-size:150%; margin-bottom:20px; font-weight:400; }

/** Carousel **/
.jcarousel { position: relative; overflow: hidden; }
.jcarousel ul { width: 20000em; position: relative; list-style: none; margin: 0; padding: 0; }
.jcarousel li { float: left; width: auto; height: 200px; margin-right: 13px; }
.jcarousel img { width:100%; height:auto; min-height:200px; object-fit:cover; object-position:50% 25%; }
.jcarousel .loading { text-align: center; line-height: 90px; /* Fake vertical aligning */ }

/** Carousel Controls **/
.jcarousel-control-prev,.jcarousel-control-next { position: absolute; top: 125px; width: 30px; height: 30px; text-align: center; background: #4E443C; color: #fff; text-decoration: none; text-shadow: 0 0 1px #000; font: 24px/27px Arial, sans-serif; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -webkit-box-shadow: 0 0 2px #999; -moz-box-shadow: 0 0 2px #999; box-shadow: 0 0 2px #999; }
.jcarousel-control-prev { left: -50px; } 
.jcarousel-control-next { right: -50px; }
.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span { display: block; }
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive { opacity: .5; cursor: default; }


@media only screen and (max-width:1700px) {
	.jcarousel-wrapper { width:628px; height:auto; }
}
@media only screen and (max-width:1280px) {
	.jcarousel-wrapper { width:314px; }
}
@media only screen and (max-width:1024px) {
	section#basic-main { width:60%; }
	section#basic-sidebar {width:40%; }	
}
@media only screen and (max-width:768px) {
  /* For general iPad layouts */
	header#basic-page-header > img { display:block; }
	#basic-page-header-category { display:none; }
	#basic-title { height:62px; line-height:62px;  position:relative; }
	div#basic-content-wrapper { padding-top:25px; }
	section#basic-main { width:100%; padding:0 20px 0 20px; }
	section#basic-sidebar {width:100%; max-width:400px; padding:0 20px 0 20px;text-transform:uppercase; }
	.jcarousel-control-prev { left: -35px; } 
	.jcarousel-control-next { right: -35px; }
	.jcarousel-wrapper { width:508px; }
	.jcarousel li { width:240px; height:162px; }
	.jcarousel img { width:100%; height:auto; min-height:162px; }
	.jcarousel-control-prev,.jcarousel-control-next { top: 80px; }
}
@media only screen and (max-width:415px) {
	.jcarousel-wrapper { width:254px; margin-left:10px; }
}