.main-slider-section {
	height: 360px;
	display: flex;
}

.main-slider-section .background-image {
	background-size: cover;
	background: url('https://dev.dav.org/wp-content/uploads/USAA_WOI_Julius.jpg') no-repeat;
	background-size: 100%;
	overflow: hidden;
	opacity: 1;
    background-color: Black;
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    background-position: 50%;
  	background-repeat: no-repeat;
  	background-size: cover;
  	margin: 0 auto;
  	max-height: 360px;
  	max-width: 100%;
}

.main-slider-section .slide-caption {
	position: relative;
	margin: auto;
	display: flex;
	z-index: 10;
	color: #fff;
	height: 360px;
	width: 100%;
	font-size: 2.25em;
	line-height: 2em;
	text-align: center;
}







.slides .slide-action > div > div {
    padding: 20px 0;
    overflow: hidden;
    color: #5D5C5A;
    background: transparent;
    color: #fff;
    /* background: rgba(255, 255, 255, 0.75); */
}

.slides .slide-action > div > div > h1 {
    font-size: 2em;
    /* background: rgba(255, 255, 255, 0.75); */
}

body:not(.page-help-dav) .slides .slide-action h1 {
    display: block;
}


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  transition: .5s ease;
  background-color: #000;
}

.woi-button:before {
	clear: both;
}

.woi-button {
	background: #fff !important;
	color: #005d7d !important;
	padding: 15px 40px;
	opacity: .85;
}

.button-red {
	background: #B72F24 !important;
	color: #fff !important;
}

@media screen and (min-width: 768px) {
	#featured-nav a {
	    width: 10px;
	    height: 10px;
	}
}

@media (max-width: 767px) {
	.slides .slide {
	    margin-top: -1px;
	    background-position: center 0;
	}
}



.green-box-summary {
		background: #bed12b;
		background: linear-gradient(to top, #829015 , #bbcc37);
		background: linear-gradient(to top, #c6cf21 , #bbcc37);
		background-color: #c6cf21;
	    background-image: linear-gradient(bottom, rgb(149,158,25) 0%, rgb(198,207,33) 80%);
	    background-image: -o-linear-gradient(bottom, rgb(149,158,25) 0%, rgb(198,207,33) 80%);
	    background-image: -moz-linear-gradient(bottom, rgb(149,158,25) 0%, rgb(198,207,33) 80%);
	    background-image: -webkit-linear-gradient(bottom, rgb(149,158,25) 0%, rgb(198,207,33) 80%);
	    background-image: -ms-linear-gradient(bottom, rgb(149,158,25) 0%, rgb(198,207,33) 80%);
	    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(149,158,25)), color-stop(0.8, rgb(198,207,33)));
		display: flex;
		color: #fff;
		padding-right: 20px;
    	padding-left: 20px;
    	padding-top: 3em;
    	padding-bottom: 3em;
    	margin-bottom: -10px;
    	margin-top: -21px;
	}

	.green-box-summary-inner {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0 auto;
	}

	.impact p {
		color: #fff;
		margin-bottom: 0;
	}

	.impact a {
		color: #fff;
		text-decoration: underline;
	}

	.green-box-summary h1, .green-box-summary h2 {
		font-weight: bold;
		font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	} 

	.green-box-summary h1 {
		color: #e9fd4e;
		font-size: 3em;
	}

	.green-box-summary h2, .green-box-summary p {
		text-align: center;
	} 

	.green-box-summary ul {
		padding: 0 20%;
		margin: 30px 0 0 0;
	}

	.green-box-summary ul li {
		list-style: none;
		border-bottom: 1px solid rgba(93,92,90,.2);
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.green-box-summary ul li:last-child {
		border-bottom: none;
		padding: 0;
		margin: 0;
	}

	@media screen and (min-width: 768px) and (max-width: 1199px) {

		.green-box-summary {
			flex-direction: row;
		}

		.green-box-summary-inner {
			width: 724px;
			margin-right: auto;
   			margin-left: auto;
   			flex-direction: row;
		}

		.green-box-summary-inner .impact {
			flex: 3;
			text-align: left;
			padding-right: 30px;
		}

		.green-box-summary-inner .impact p {
			text-align: left;
		}


		.green-box-summary-inner .impact h1 {
			line-height: 1;
			margin-top: 0;
		}

		.green-box-summary-inner ul {
			flex: 4;
			padding: 0;
			margin: 0;
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		.green-box-summary-inner ul li {
			width: 48%;
		}

		.green-box-summary-inner ul li:last-child {
			padding-bottom: 0px;
			margin-bottom: 0px;
			border-bottom: none;		
		}

		.green-box-summary-inner ul li:nth-last-child(2) {
			padding-bottom: 0px;
			margin-bottom: 0px;
			border-bottom: none;
		}

		.green-box-summary-inner ul li h2 {
			font-size: 2em;
		}

		.green-box-summary ul li h2, .green-box-summary ul li p {
			margin: 0px;
		}

	}

	@media screen and (min-width: 980px) {

		.green-box-summary-inner {
			width: 940px;
		}

		.green-box-summary-inner .impact {
			flex: 3;
			text-align: left;
			padding-right: 30px;
		}

		.green-box-summary-inner ul li {
			
		}

		.green-box-summary-inner ul li:last-child {
			border-right: none;
		}

	}

	@media screen and (min-width: 1200px) {

		.green-box-summary-inner {
    		width: 1170px;
    		display: flex;
    		flex-direction: row;
    		align-items: center;
		}

		.green-box-summary-inner .impact {
			flex: 2;
			text-align: left
			padding-right: 30px;
		}

		.green-box-summary-inner .impact p {
			text-align: left
		}

		.green-box-summary-inner ul li {
			list-style: none;
			border-right: 1px solid rgba(93,92,90,.2);
			padding-bottom: 0px;
			margin-bottom: 0px;
			border-bottom: none;
			padding: 0 10px;
			margin-right: 10px;
		}

		.green-box-summary-inner ul li {
    		width: auto;
		}

		.green-box-summary-inner ul li h2 {
    		font-size: 2em;
		}

		.green-box-summary-inner ul {
		    flex: 5;
		    padding: 0;
		    margin: 0;
		    display: flex;
		    justify-content: space-around;
		    flex-wrap: none;
		}

	}







	.slide-section {
		background: #f2f2f2;
		padding-top: 3em;
		padding-bottom: 3em;
	}

	@media screen and (min-width: 768px) {

		.slide-section {
			padding-top: 6em;
			padding-bottom: 6em;
		}

	}

	.sliders {
		display: flex;
		flex-direction: column;
		margin-left: -1.5%;
		margin-right: -1.5%;
	}

	.sliders .slider {
		width: 65%;
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
		padding: 20px;
		background: #fff;
		margin-bottom: 50px;
	}

	.sliders .slider .slider-content {
		
	}

	.sliders .slider .img-container {
		margin: -20px -20px 0 -20px;
		background: #000;
		height: auto;
		margin-bottom: 20px;
	}

	.sliders .slider .slider-content h4 {
		margin: 0 0 20px 0;
	}

	.sliders .slider p {
		color: #999;
		margin-bottom: 60px;
	}

	.sliders .slider a {
		margin-top: auto;
		line-height: 1;
		margin-right: auto;
		margin-left: auto;
		width: 60%;
	}

	.sliders .slider .btn {
		margin-bottom: -38px;
		display: flex;
		align-items: center;
		background: #005d7d;
		line-height: 1;
		text-align: center;
		justify-content: center;
		background-image: none !important;
		height: 30px;
		padding: 4px 12px;
		border-radius: 0;
}
	}

	.sliders .slider .btn:hover, .btn.btn-red:hover, .sliders .slider .btn:visited {
		background: #bed12b !important;
		background-image: none !important;
	}

	@media screen and (min-width: 980px) {

		.sliders {
			display: flex;
			flex-direction: row;
			margin-left: -1.5%;
			margin-right: -1.5%;
		}

		.sliders .slider {
			width: 31%;
			margin-left: 1.5%;
			margin-right: 1.5%;
			margin-bottom: 10px;
		}

	}

	@media screen and (min-width: 1200px) {

		.slide-section .container {
			width: 1000px;
		}

		.sliders {
			display: flex;
			flex-direction: row;
			margin-left: -8%;
			margin-right: -8%;
		}

		.sliders .slider {
			width: 31%;
			margin-left: 3%;
			margin-right: 3%;
			margin-bottom: 10px;
		}

	}







	.dark-gray-box {
		background: #5d5c5a;
		padding-top: 3em;
    	padding-bottom: 3em;
    	color: #fff;
    	font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	.dark-gray-box .container {
		display: flex;
		flex-direction: column;
	}

	.dark-gray-box .container .column {
		flex: 1;
		border-bottom: 1px solid rgba(255,255,255,.3);
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.dark-gray-box .container .column:last-child {
		border-bottom: none;
	}

	.dark-gray-box .container .column .box {
		background: #eee;
		color: #555;
		padding: 20px;
		box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
		margin-bottom: 20px;
	}

	.dark-gray-box .container .column .box .boxes {
		display: flex;
		flex-direction: column;
	}

	.dark-gray-box .container .column .box .btn {
	    padding-left: 4px;
	    padding-right: 4px;
	}

	.dark-gray-box .container .column form {
	    margin-bottom: 0px !important;
	}

	.dark-gray-box .container .column .box-column .full-img {
	    width: 100%;
	    height: 150px !important;
	    background: #000;
	    display: block;
	}

	.dark-gray-box .large-button {
		text-align: center;
		background-color: #bed12b !important;
    	background-image: none !important;
    	color: #000 !important;
    	border-radius: 0;
    	height: 40px;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	border: none !important;
    	box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
	}

	.dark-gray-box .large-button:hover {
		background-color: #005d7d !important;
		color: #fff !important;
	}

	.dark-gray-box .container .img-box {
		background: #eee;
		color: #555;
		box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
		margin-bottom: 20px;
	}

	.half-img-box {
		box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
		background: #fff;
		display: flex;
		margin-bottom: 20px;
		background: #eee;
		color: #333;
		overflow: hidden;
		justify-content: space-between;
	}

	.half-img-box .img {
		flex: 1;
		background: url('https://dev.dav.org/wp-content/uploads/jason-1.jpg') no-repeat;
		background-size: cover;
		margin-right: 10px;
		padding: 20px;
	}

	/*.half-img-box .img img {
		background: #000;
		max-height: 150px;
		max-width: 100%;
		min-width: 100%;
		background-size: cover;
		flex: 1;
	}*/

	.half-img-box .text {
		flex: 1;
		padding: 20px;
		margin-left: 0px;
		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
	}

	@media screen and (min-width: 600px) {

		.dark-gray-box .container .column .box .boxes {
			display: flex;
			flex-direction: row;
		}

		.dark-gray-box .container .column .box .boxes .box-column {
			flex: 1;
			margin-left: 10px;
			margin-right: 10px;
		}

		.dark-gray-box .container .column .box .boxes .box-column:first-child {
			margin-left: 0px;
		}

		.dark-gray-box .container .column .box .boxes .box-column:last-child {
			margin-right: 0px;
		}

	}

	.dark-gray-box .container .column .boxes {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.dark-gray-box .container .column .boxes .box {
		flex: 1;
		margin-right: 10px;
		margin-left: 10px;
	}

	.dark-gray-box .container .column .box-no-padding {
		padding: 0 !important;
	}

	.dark-gray-box .container .column .boxes .box .image {
		height: 125px;
		margin: -20px -20px 20px -20px;
		background: #eee;
		overflow: hidden;
	}

	.dark-gray-box .container .column .boxes .box .image img {

	}

	.dark-gray-box .container .column .boxes .box:first-child {
		margin-left: 0px;
	}

	.dark-gray-box .container .column .boxes .box:last-child {
		margin-right: 0px;
	}

	.dark-gray-box .container .column h1 {
		font-weight: normal;
		font-family: "klavika-web", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 0 0 20px 0;
	}



	@media screen and (min-width: 980px) {

		.dark-gray-box .container {
			flex-direction: row;
		}

		.dark-gray-box .container .column {
			border-right: 1px solid rgba(255,255,255,.2);
			padding: 0px 30px;
			border-bottom: none;
			flex:1;
		}

		.dark-gray-box .container .column:first-child {
			padding-left: 0px;
			margin-left: 0;
		}

		.dark-gray-box .container .column:last-child {
			padding-right: 0px;
			margin-right: 0;
			border-right: none;
		}

	}





	#signup {
		background: #f2f2f2;
	}

	#signup h3 {
		display: block;
		color: #005d7d;
		text-align: center;
	}

	#signup p {
	    display: block;
	    margin: 0 0 20px 0;
	    vertical-align: middle;
	    font-size: .9em;
	    color: #333;
	}



	.secondary-slider-slide {
		display: flex;
		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
	}

	.secondary-slider-slide .slide {
		margin-left: 20px;
		margin-right: 20px;
  		padding: 10px;
  		background: #fff;
  		padding-bottom: 40px;
  		box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	}

	.secondary-slider-slide .btn {
	    margin-bottom: -5px;
	    display: flex;
	    align-items: center;
	    background: #005d7d;
	    line-height: 1;
	    text-align: center;
	    justify-content: center;
	    background-image: none !important;
	    padding: 12px 12px;
	    border-radius: 0;
	    margin-top: -18px;
	    line-height: 1;
	    margin-right: auto;
	    margin-left: auto;
	    width: 60%;
	}

	.secondary-slider-slide div {
		
	}

	/*.secondary-slider-slide .slide .img {
  		padding: 10px;
  		background: #000;
  		margin: -10px -10px 20px -10px;
	}*/

	.secondary-slider-slide .slide div {
  		background: #000;
  		margin: -10px -10px 20px -10px;
	}

	.secondary-slider-slide .slide div img {
  		width: 100%;
  		height: auto;
	}

	.slick-next, .slick-prev {
	    font-size: 0;
	    line-height: 0;
	    position: absolute;
	    top: 50%;
	    display: block;
	    width: 40px;
	    height: 40px;
	    padding: 0;
	    -webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	    cursor: pointer;
	    color: transparent;
	    border: none;
	    outline: 0;
	    background: 0 0;
	    font: normal normal normal 14px/1 FontAwesome !important;
	}

	.slick-next:before, .slick-prev:before {
		font: normal normal normal 14px/1 FontAwesome;
	    font-size: 40px;
	    line-height: 1;
	    opacity: .75;
	    color: #005d7d;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}

	.slick-next:before {
		content: "\f054";
	}

	.slick-next {
    	right: -34px !important;
	}



	.slick-prev:before {
		content: "\f053";
	}

	.slick-prev {
		margin-left: -40px !important;
	}


	@media screen and (max-width: 1200px) {

		.slick-prev {
    		margin-left: 0px !important;
    		z-index: 10 !important;
		}

		.slick-next {
    		margin-right: -10px !important;
    		z-index: 10 !important;
		}

	}

	@media screen and (max-width: 768px) {

		.slick-prev {
    		margin-left: 30px !important;
    		z-index: 10 !important;
		}

		.slick-next {
    		margin-right: 30px !important;
    		z-index: 10 !important;
		}

		.secondary-slider-slide .slide {
		    margin-left: 15%;
		    margin-right: 15%;
		}

		.secondary-slider-slide .btn {
			width: 40%;
		}

		.secondary-slider-slide .slide .img > img {
			background-size: cover;
		}

	}

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

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

	.iframe-video iframe {
		max-width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.iframe-video iframe:last-child {
		margin-bottom: 0px;
	}

	.btn.btn-red:hover {
		color: #fff !important;
		background-color: #005d7d !important;
		background-image: linear-gradient(top, rgb(0,93,125) 0%, rgb(0,93,125) 100%) !important;
		background-image: -o-linear-gradient(top, rgb(0,93,125) 0%, rgb(0,93,125) 100%) !important;
		background-image: -moz-linear-gradient(top, rgb(0,93,125) 0%, rgb(0,93,125) 100%) !important;
		background-image: -webkit-linear-gradient(top, rgb(0,93,125) 0%, rgb(0,93,125) 100%) !important;
		background-image: -ms-linear-gradient(top, rgb(0,93,125) 0%, rgb(0,93,125) 100%) !important;
		background-image: -webkit-gradient(top, rgb(0,93,125) 0%, rgb(0,93,125) 100%) !important;
	}