/*
Theme Name: Domestic Violence Network
Author: 801red
Author URI: http://www.801red.com
*/

/* IMPORTS */
@import url(css/slimbox2.css);
@import url(css/reset.css);

/* COLOR SELECTORS*/
.white {
	color: #fff;
}
.black {
	color: #000;
}
.bg-color {
	background-color: #000;
}
.bg-blue {
	background-color: rgba(0, 74, 151, 1);
}
.border-blue {
	border-top-color: rgba(0, 74, 151, 1);
}
.bg-trans-blue {
	background-color: rgba(0, 74, 151, 0.8);
}
.bg-ltblue {
	background-color: rgba(117, 184, 227, 1);
}
.border-ltblue {
	border-top-color: rgba(117, 184, 227, 1);
}
.bg-trans-ltblue {
	background-color: rgba(117, 184, 227, 0.8);
}
.bg-ltteal {
	background-color: rgba(74, 196, 216, 1);
}
.border-ltteal {
	border-top-color: rgba(74, 196, 216, 1);
}
.bg-trans-ltteal {
	background-color: rgba(74, 196, 216, 0.8);
}
.teal {
	color: rgba(4, 99, 128, 1);
}
.bg-teal {
	background-color: rgba(4, 99, 128, 1);
}
.border-teal {
	border-top-color: rgba(4, 99, 128, 1);
}
.bg-trans-teal {
	background-color: rgba(4, 99, 128, 0.8);
}
.bg-orange {
	background-color: rgba(250, 141, 41, 1);
}
.border-orange {
	border-top-color: rgba(250, 141, 41, 1);
}
.bg-trans-orange {
	background-color: rgba(250, 141, 41, 0.8);
}
.bg-yellow {
	background-color: rgba(255, 220, 0, 1);
}
.border-yellow {
	border-top-color: rgba(255, 220, 0, 1);
}
.bg-trans-yellow {
	background-color: rgba(255, 220, 0, 0.8);
}
.bg-white {
	background-color: #fff;
}
*[class*='bg-'] {
	color: #fff;
}
.home *[class*='bg-'] {
	color: inherit;
}
*[class*='border-'] {
	border-top-style: solid;
	border-top-width: 9px;
}

/**
 * 1.0 Global
 * ----------------------------------------------------------------------------- */

/* INNER BOX PADDING FOR RESPONSIVE COLUMNS */
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

/* CLEAR FIX */
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* BASIC SETUP */

body {
	font: 14px Raleway, Helvetica, Arial, sans-serif;
	color: #646464;
	background-color: #046380;
	border: solid 4px #fff;
}

/* TYPOGRAPHY */

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0 0 12px;
	padding: 0;
}
h1,
h1 a {
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	color: #00acc8;
	text-decoration: none;
}
h2,
h2 a {
	font-size: 26px;
	font-weight: 700;
	color: #00acc8;
	text-decoration: none;
}
h3 {
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #646464;
}
h3.title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e6e6e6;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #004a97;
}
h4.title {
	padding: 15px;
	margin: 0;
}
h4.title a {
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-right: 60px;
	display: block;
}
h4.title a::after {
	font-family: 'FontAwesome';
	content: '\f0a9';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fa8d29;
}
h6 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
.member h6 {
	font-size: 15px;
	line-height: 20px;
}
.widget h6 {
	padding: 15px;
	border-bottom: solid 1px #e6e6e6;
	margin: 0;
}

/* Text elements */
p {
}
p,
li {
	font-size: 16px;
	line-height: 26px;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
p:last-child {
	margin-bottom: 0;
}
a {
	outline: none;
	font-weight: 700;
	color: #fa8d29;
}
a:focus {
	outline: none;
}
a:hover {
}
a[href^='tel:'] {
	text-decoration: none;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

blockquote {
	border-top: solid 1px #cecece;
	padding: 20px;
	margin: 20px 0;
}
blockquote:last-of-type {
	border-bottom: solid 1px #cecece;
}
blockquote p {
	font-style: italic;
}

/* TABLES */
table {
	width: 100%;
}
.table {
	display: table;
	width: 100%;
}
.table-cell {
	display: table-cell;
}
th {
	vertical-align: middle;
	padding: 10px 0;
}
table.lined td {
	border-bottom: 1px dotted #ddd;
}
.contact,
.contact th {
	color: #bebebe;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact input,
.contact textarea {
	margin-bottom: 10px;
	background-color: #f1f8fc;
	border: solid 1px #75b8e3;
	padding: 10px;
}
.contact td:first-child input {
	width: 98%;
}

/* FORMS */
#searchform {
	display: inline;
}
.searchbox {
	background-color: #ccc;
	border: none;
	color: #000;
	font: 10px/18px proxima-nova, sans-serif;
	height: 22px;
	width: 300px;
	vertical-align: top;
	margin-left: 10px;
	padding: 6px;
	-webkit-appearance: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
header .searchbox {
	width: 0;
	padding: 0;
	-webkit-transition: width 0.5s; /* Safari */
	transition: width 0.5s;
}
header .searchbox.open {
	width: 250px;
	padding: 2px;
}
input,
textarea {
	border: solid 1px #999;
	width: 100%;
	padding: 6px;
}
input.radio {
	width: auto;
}
.wpcf7-submit {
	background-color: #fa8d29;
	border: medium none;
	color: #fff;
	display: block;
	float: right;
	width: auto;
	margin: 20px 6px;
	text-transform: uppercase;
	padding: 6px 28px;
	cursor: pointer;
}
/* TAGS */

.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.inline-block {
	display: inline-block !important;
}

.left {
	float: left !important;
}
.right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-center ul {
	margin-left: 0;
	list-style-position: inside;
}
.text-right {
	text-align: right !important;
}

.hide {
	display: none;
}
.show {
	display: block;
}

.big {
	font-size: 125%;
}
.small {
	font-size: 75%;
}
.caps {
	text-transform: uppercase;
}
.rounded {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
.round {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.border {
	border: 1px solid #000;
}
.textShadow {
	text-shadow: 0 0 6px #054172;
}
.shadow {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.menu-toggle {
	display: none;
}
.borderBottom {
	border-bottom: solid 1px #999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.fade {
	transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	opacity: 1;
}
.fade:hover {
	opacity: 0.8;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.middle {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
/*Remove transform position: relative; top: 0; -webkit-transform: none; -moz-transform: none; -o-transform: none; -ms-transform: none; transform: none; display:block; */
.no-margin {
	margin: 0;
}
.none {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.masonry {
	/* Masonry container */
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
}
.masonry > div,
.masonry > article,
.masonry > a {
	/* Masonry bricks or child elements */
	display: inline-block;
	margin: 0 0 2em;
	width: 100%;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.default-image {
	width: 100px;
	height: 100px;
	background-color: #0e4e96;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	box-shadow: inset 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-weight: 700;
	padding-top: 30px;
}
.default-image:before {
	content: 'Picture Not Available';
}

/**
 * 2.0 Layout
 * ----------------------------------------------------------------------------- */
.grid {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0;
}

.grid.flex {
	width: 100%;
	max-width: 100%;
	padding: 0 2%;
}

.row {
	display: block;
	overflow: hidden;
	clear: both;
}
.row {
	padding: 45px 0;
}
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.container {
}
.background-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/**
 * 3.0 Header
 * ----------------------------------------------------------------------------- */
#back-to-top {
	display: none;
}
header {
	position: relative;
	z-index: 9;
}
header .wrapper.grid.flex {
	background-color: #fff;
	height: 75px;
	padding: 15px 2em;
	position: relative;
}
.logo {
	background-image: url(images/dvn-logo-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	float: left;
	height: 100%;
	width: 465px;
	text-indent: -9999px;
}
.tagline {
	padding: 0 20px;
	font-size: 20px;
	font-weight: 300;
	color: #00acc8;
	float: left;
}
.button-block {
	float: right;
}
.nav {
	height: 45px;
	position: relative;
	background: rgb(211, 210, 211);
	background: -moz-linear-gradient(
		top,
		rgba(211, 210, 211, 1) 0%,
		rgba(230, 230, 230, 1) 30%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(211, 210, 211, 1) 0%,
		rgba(230, 230, 230, 1) 30%
	);
	background: linear-gradient(
		to bottom,
		rgba(211, 210, 211, 1) 0%,
		rgba(230, 230, 230, 1) 30%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#d3d2d3',
			endColorstr='#e6e6e6',
			GradientType=0
		);
}
.nav div:first-child {
	float: left;
}
.help-resources {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	color: #fff;
}
.help-resources.open {
	max-height: 999px;
	padding: 20px 0;
}
.help-resources .resource {
	text-align: center;
	width: 31%;
	margin: 0 1%;
	float: left;
}
.help-resources .resource h6 {
	height: 45px;
}
.help-resources .resource h6 a {
	color: #00acc8;
	text-decoration: none;
}
.help-resources .resource h6 a:hover {
	text-decoration: underline;
}

.button-block .button.donate {
	background-color: #00acc8;
	border-bottom: 2px solid #046380;
}

.button-orange {
	background-color: #fa8d29;
}

/**
 * 4.0 Navigation
 * ----------------------------------------------------------------------------- */

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
nav ul li {
	display: inline-block;
}

/* MAIN NAVIGATION */
.mainNav {
	float: right;
}
.mainNav ul {
}
.mainNav ul li {
	display: inline-block;
}
.mainNav ul li a {
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out; /* Firefox 4 */
	-webkit-transition: all 0.2s ease-out; /* Safari and Chrome */
	-o-transition: all 0.2s ease-out; /* Opera */
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #646464;
	text-decoration: none;
	display: block;
	padding: 9px 15px;
}
.mainNav > ul > li:last-child a {
	padding: 9px 0 9px 15px;
}
.mainNav ul > li:hover > a,
.mainNav ul > li.current_page_item > a,
.mainNav ul > li.current-menu-item > a,
.mainNav ul > li.current-page-ancestor > a {
}
.mainNav ul li:hover > ul {
	display: block;
	/* transition: background-color 0.5s linear 0s; */
}
.mainNav ul li ul {
	display: none;
	position: absolute;
	z-index: 999;
	background-color: rgba(230, 230, 230, 1);
}
.mainNav ul li ul li {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.mainNav ul li ul li:hover {
	background: none;
}
.mainNav ul li ul li a {
	padding: 4px 15px;
	border-top: solid 1px #cccccc;
	background-color: rgba(204, 204, 204, 0);
}
.mainNav ul li ul li a:hover {
	background-color: rgba(204, 204, 204, 1);
}
.mainNav ul li ul li ul {
	left: 100%;
	width: 100%;
	top: 0;
}

/**
 * 5.0 Asides
 * ----------------------------------------------------------------------------- */

/* SIDEBAR */
aside {
	width: 28%;
	float: right;
}
aside > ul > * {
	margin-bottom: 20px;
}
aside ul li {
	background-color: #fff;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	list-style-type: none;
}
aside ul li ul {
	margin: 0;
	padding: 0;
}
aside > ul > li > * {
	padding: 15px;
}
aside ul li ul li {
	padding: 15px;
	border-bottom: 1px solid #e6e6e6;
}
aside ul li a {
	font-size: 16px;
	font-weight: 300;
	color: #646464;
	text-decoration: none;
	padding: 0;
}

/* WIDGETS */
input#mce-EMAIL.email {
}
.em-pagination .page-numbers {
	font-size: 18px;
	margin: 0 6px;
	text-decoration: none;
}
.email-registration-form .field input {
	width: 100% !important;
	padding: 6px !important;
}

/**
 * 6.0 Content
 * ----------------------------------------------------------------------------- */

/* SLIDESHOW */
.bx-slider,
.bx-viewport,
.slideshow,
.slide {
	height: 575px;
}

.slideshow {
	position: relative;
	z-index: 1;
}

.slideshow .slide {
	visibility: hidden;
	border-bottom: solid 4px #fff;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

/*.slideshow .slide:first-of-type {
	visibility: visible;
}*/

.slideshow .slide.active-slide {
	visibility: visible;
}

.slideshow .slide .content,
.slideshow .slide .content::after {
	visibility: hidden;
}

.slideshow .slide:first-of-type .content,
.slideshow .slide:first-of-type .content::after {
	visibility: visible;
}

.slideshow .slide::before {
	background: white none repeat scroll 0 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 350px;
	width: 60%;
	z-index: 0;
}
.slideshow .slide .content {
	padding: 35px;
	position: absolute;
	bottom: 0;
	left: 60%;
	width: 475px;
	min-height: 300px;
	border-left: solid 4px #fff;
}
.slideshow .slide .content > * {
	color: #fff;
	z-index: 99;
	position: relative;
}
.slideshow .slide .content::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #4ac4d8;
	mix-blend-mode: multiply;
	z-index: 1;
}
.slide .content .button {
	width: auto;
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/* CONTENT */
.mainImg {
	border-bottom: solid 4px #fff;
	height: 350px;
	position: relative;
}
.mainImg .grid {
	max-width: 1060px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.mainImg::after {
	background: white none repeat scroll 0 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 350px;
	width: 60%;
	z-index: -1;
}
.mainImg .grid .content {
	padding: 35px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 140px;
	border-left: solid 4px #fff;
}
.mainImg .grid .content > * {
	color: #fff;
	z-index: 99;
	position: relative;
}
.mainImg .grid .content::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #4ac4d8;
	mix-blend-mode: multiply;
}

.back-link {
	margin-bottom: 20px;
	display: inline-block;
}

.mainImg .grid .content h1 a {
	color: #fff;
}

/* SUBNAV */
.subnav {
	background-color: #004a97;
	border-bottom: solid 4px #fff;
}
.subnav.tall {
	border-top: solid 4px #fff;
}
.subnav.tall .grid {
	height: 80px;
}
.subnav li {
	list-style-type: none;
	display: inline-block;
	margin-right: 40px;
}
.subnav a {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 0;
}
.subnav li:hover a,
.subnav .current_page_item a,
.subnav .current_page_ancestor a {
	background-image: url(images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center bottom -1px;
	background-size: 12px auto;
}
.subnav .children {
	display: none;
}
.mainBody {
	background-color: #ebebeb;
}

/* QUICKLINKS */
.quicklinks {
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
.quicklinks > div {
	overflow: hidden;
	position: relative;
	height: calc(((100vw - 4px) / 4) - 2px);
	width: 33.3%;
	max-width: 33.3%;
	border-right: solid 4px #fff;
	border-bottom: solid 4px #fff;
}
.quicklinks > div:nth-child(3n) {
	border-right: none;
}
.quicklinks > div img {
}
.quicklinks > div a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.quicklinks > div a:hover {
	background-color: rgba(4, 63, 80, 0);
}
.quicklinks > div h1 {
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 15px;
	margin: 0;
	color: #fff;
}
.quicklinks > div a:hover h1 {
	text-shadow: 0 0 6px #000;
}

/* CONTENT */
.content-box {
	padding: 45px 5.5%;
	background-color: #fff;
}
.link-item::before {
	font-family: 'FontAwesome';
	content: '\f0c1';
	color: #fff;
	background-color: #fa8d29;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
.list-item {
	padding: 6px;
	width: 100%;
	display: inline-block;
	width: 100%;
}
p:nth-of-type(even) .list-item {
	background-color: #f1f8fc;
}
section {
	margin-bottom: 45px;
}
section:last-child {
	margin-bottom: 0;
}

.home-body {
	border-bottom: 4px solid #fff;
}

.flex-wrapper {
	display: flex;
	display: -webkit-flex;
}

.latest-posts {
	padding: 50px;
	width: 66.6%;
	background-color: inherit;
	border-right:2px solid #fff;
}

.latest-posts h2,
.events h2 {
	border-bottom: 2px solid #00acc8;
	display: inline-block;
	text-transform: uppercase;
	color: #666;
	margin-bottom: 40px;
}

.featured-title {
	color: #666;
	text-transform: none;
}

.featured-excerpt p {
	font-size: 16px;
	font-weight: 300;
}

.events {
	width: 33.3%;
	padding: 50px;
}

.latest-events article,
.latest-events article.blog.event,
.dv-resources {
	box-shadow: none;
	margin-bottom: 20px;
}

.latest-events .title {
	color: #666;
	text-transform: none;
	padding: 0;
	background-color: initial;
}

.latest-events h4 a {
	color: #666;
}

.latest-events h4 a::after {
	content: '';
	display: none;
}

.latest-events .content-box {
	padding: 0;
	background-color: initial;
}

.latest-events .event .details {
	margin-top: 10px;
	width: 100%;
}

.latest-events .event .location {
	margin-bottom: 0;
}

.latest-events .event .description {
	display: none;
}

.latest-events .button {
	float: right;
}

@media (max-width: 1040px) {
	.flex-wrapper {
		display: block;
	}
	.latest-posts {
		width: 100%;
	}
	.events {
		width: 100%;
	}
	.latest-events article {
		width: 50%;
		display: inline-block;
	}
}

@media (max-width: 768px) {
	.latest-events article {
		width: 100%;
		display: block;
	}
}

/* ONE COLUMN */
.one-column .grid {
	padding: 0 70px;
}

/* ONE COLUMN - SIDEBAR */
.one-column-sidebar .content {
	float: left;
	width: 68%;
}

/* TWO COLUMN */
.two-column .content-left,
.two-column .content-right {
	width: 48%;
	float: left;
	margin-right: 4%;
}
.two-column .content-right {
	margin-right: 0;
}

/* SERVICE PROVIDERS */
.service-providers h2 {
	margin: 40px 0;
}
.service-providers h2:first-child {
	margin: 0 0 40px;
}
.service-providers .provider {
	padding: 15px;
}
.service-providers p.notes {
	padding: 10px 0;
	font-style: italic;
}

/* LINK LISTING */
.link-listing {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.entry {
	flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	padding: 6px 10px;
}
.entry p {
	display: inline;
}
.entry:nth-child(4n + 1),
.entry:nth-child(4n + 2) {
	background-color: #f1f8fc;
}
.entry a {
	display: inline;
	margin: 0 0 0 6px;
}

/* BLOCKS */
.blocks {
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
.block {
	padding: 15px;
	border: solid 2px #fff;
}
.block a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
.block.one {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	max-width: 33.33%;
}
.block.two {
	flex: 0 0 66.66%;
	-webkit-flex: 0 0 66.66%;
	max-width: 66.66%;
}
.block.three {
	flex: 0 0 100%;
	-webkit-flex: 0 0 100%;
	max-width: 100%;
}

/* STAFF */
.staff {
	margin: 20px 0;
}
.staff .connect {
	padding: 10px;
	position: relative;
}
.staff .connect a {
	position: absolute;
	right: 10px;
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.staff .member {
	float: left;
	margin: 0 2%;
	margin-bottom: 30px;
}
.staff .member.half {
	width: 46%;
}
.staff .member.half .member-image {
	height: 225px;
}
.staff .member.third {
	width: 29.3333%;
}
.staff .member.third .member-image {
	height: 300px;
	background-position: right;
}
.staff .member.full {
	width: 96%;
}

/* BLOG */
.blog section.content {
	float: left;
	width: 68%;
}
article.blog.event,
article.blog.page,
article.blog.post {
	margin-bottom: 40px;
}
.featured {
	display: block;
	border: solid 4px #fff;
}

/* EVENTS */
.em-categories-list {
	margin: 0 0 40px;
	padding: 0;
	list-style-type: none;
}
.em-categories-list li {
	display: inline-block;
	margin-right: 20px;
}
.em-categories-list li a {
	cursor: pointer;
}
.event .details,
.event .map {
	width: 48%;
}
.event .details {
	float: left;
}
.event .map {
	float: right;
}
.event .map .em-location-map-container {
	width: 100% !important;
}
.event .details .date,
.event .details .location {
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}
.event .details .date::before,
.event .details .location::before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: #00acc8;
	font-size: 16px;
	line-height: 26px;
}
.event .details .date::before {
	content: '\f073';
}
.event .details .location::before {
	content: '\f041';
}
.page-template-page-events .event .details {
	float: none;
	width: 100%;
}
.page-template-page-events .event .details .location,
.page-template-page-events .event .details .date {
	width: 48%;
}
.page-template-page-events .event .details .location {
	float: left;
}
.page-template-page-events .event .details .date {
	float: right;
}

/* SERVICES */
.isotope {
}
.element-item {
	width: 326px;
	margin-bottom: 20px;
}
.element-item:nth-child(3n + 3) {
}

/* CALL TO ACTION */
.cta {
	padding: 25px 0;
	background-color: #00acc8;
	border-bottom: 4px solid #fff;
	text-align: center;
}
.cta li {
	margin: 0 20px;
	list-style: none;
}
.cta li a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

/* WORDPRESS */
.widgets,
.widget ul {
	list-style: none;
}
.alignleft {
	float: left;
	margin: 0 20px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 20px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
p.postmetadata {
}
.byline {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
.wp-caption {
	max-width: 100% !important;
	margin-bottom: 20px;
	border: solid 1px #ebebeb;
}
.wp-caption img {
	padding: 5%;
	display: block;
}
.wp-caption-text {
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	background-color: #ebebeb;
	font-style: italic;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
.page-link {
	margin-top: 20px;
	clear: both;
	padding: 2% 0;
}
.page-link a {
	font-weight: 700;
	text-decoration: none;
	color: #75b8e3;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}
.previous {
	float: left;
}
.next {
	float: right;
}
.previous i {
	margin-right: 6px;
}
.next i {
	margin-left: 6px;
}

/* SOCIAL ICONS */
.social {
	float: left;
	font-size: 16px;
	text-align: center;
}
.search-form a,
.social a {
	display: inline-block;
	text-align: center;
	color: #646464;
	width: 20px;
	margin-left: 10px;
}
.cta .social {
	float: none;
}
.cta .social a {
	border: solid 1px #fff;
	width: 25px;
	height: 25px;
	margin: 0 5px;
	color: #fff;
	line-height: 25px;
}
.content-box .social a {
	border: solid 1px #00acc8;
	width: 25px;
	height: 25px;
	margin: 0 5px;
	color: #00acc8;
	line-height: 25px;
}

/* BUTTONS */
.button {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 15px 4px;
	font-weight: 700;
	line-height: 26px;
}
.button-block .button {
	background-color: #fa8d29;
	border-bottom: solid 2px #ef4d06;
}
aside .button,
.content .button {
	width: 285px;
	display: block;
	margin: 10px auto 0;
	padding: 10px 20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
aside .button {
	width: 100%;
	margin: 0 0 20px;
}
.content .button:hover {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
}
.button.white {
	border: solid 1px #fff;
	background-color: transparent;
}
/* COMMENTS */
ol.commentlist {
	margin: 10px 5px;
	padding: 10px;
}
.commentlist .comment-body {
	padding: 10px;
	background: #efefef;
	border: solid thin #dedede;
	margin: 10px 0;
	position: relative;
}
.comment-body a.comment-reply-link {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #aeaeae;
}
ol.commentlist li {
	list-style: none;
}
ol.commentlist li ul li {
	margin-left: 40px;
}
ol.commentlist img.avatar {
	padding: 5px;
	background: #dedede;
	border: solid thin #cecece;
	float: left;
	display: block;
	margin: 15px;
	width: 32px;
	height: 32px;
}
ol.commentlist .comment-author {
	line-height: 25px;
}
.comment-body cite.fn {
	font-size: 14px;
	font-style: normal;
}
.commentmetadata a {
	margin: 0;
	font-size: 11px;
	color: #999;
}
.comment-body p {
	margin: 5px;
}
.comment-body .comment-author.vcard {
	margin: 0;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------- */

/* FOOTER */
footer {
	background-color: #006381;
}
footer.grid.flex {
	align-items: flex-end;
	justify-content: space-between;
	padding: 15px 2%;
}
footer,
footer p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
}
footer .logo {
	background-image: url(images/dvnlogo-whiteversion.png);
	height: 60px;
	justify-content: space-between;
	width: 100px;
}
footer > div {
	margin-right: 2%;
	flex: 0 0 42%;
}
footer > div:first-child {
	flex: 0 0 8%;
}
footer > div:last-child {
	margin: 0;
	text-align: right;
}

/* COLOPHON */
#colophon {
	font-size: 10px;
	padding: 10px 0;
	margin: 0 auto;
}
#colophon p {
	color: #fff;
	font-size: 10px;
	margin: 0;
}

/**
 * 8.0 Responsive
 * ----------------------------------------------------------------------------- */
@media all and (max-width: 1280px) {
	.logo {
		background-image: url(images/domestic-violence-network-logo-small.svg);
		width: 100px;
	}
	.slideshow .slide::before {
		width: 50%;
	}
	.slideshow .slide .content {
		left: 50%;
	}
}
@media all and (max-width: 1100px) {
	.mainNav {
		display: none;
	}
}
@media all and (max-width: 1060px) {
	.mainImg .grid .content {
		width: 100%;
		height: 70px;
		border-left: none;
		padding: 0 35px;
	}
	.subnav {
		text-align: center;
	}
	.subnav.tall {
	}
	.subnav.tall .grid {
		height: 80px;
	}
	.subnav li {
		margin: 0 20px;
	}
	.one-column-sidebar .grid,
	.blog .grid {
		padding: 0 2%;
	}
	.staff .connect {
		height: 80px;
	}
	.staff .connect h6 {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block;
	}
	.staff .member {
		float: left;
		margin: 0 2%;
		margin-bottom: 30px;
	}
	.staff .member.third,
	.staff .member.half {
		width: 46%;
	}
	.staff .member.half .member-image,
	.staff .member.third .member-image {
		height: 300px;
		background-position: right;
	}
	.staff .member.full {
		width: 96%;
	}
}
@media all and (max-width: 960px) {
	header .logo {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 200px;
	}
	.button-block {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.button-block .button {
		line-height: 20px;
		border: none;
	}
	.button-block .button.donate {
		border: none;
	}
	.header .button-block {
		position: fixed;
		z-index: 10;
	}
	header .wrapper.grid.flex {
		height: 150px;
		padding: 50px 2em 0;
		text-align: center;
	}
	.logo {
		width: 100%;
		background-position: center center;
		height: 50px;
	}
	.tagline {
		width: 100%;
		margin-top: 10px;
		position: relative;
		top: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		display: block;
	}
	header .search-form {
		display: none !important;
	}
	.slideshow .slide::before {
		width: 40%;
	}
	.slideshow .slide .content {
		left: 40%;
	}
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(200px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bob {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(-2px);
	}
	50% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(2px);
	}
}

.instructions-highlight {
	position: absolute;
	top: 80px;
	right: 5%;
	display: none;
	max-width: 400px;
	padding: 20px 40px 20px;
	color: #fff;
	z-index: 10;
	background-color: #006381;
	opacity: 0;
	transform: translateY(200px);
}

.instructions-active {
	opacity: 0;
	display: inline-block;
	animation: 1s fadeUp 150ms forwards;
}

.instructions-highlight::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;

	border-bottom: 15px solid #006381;
	position: absolute;
	top: -15px;
	right: 120px;
}

.instructions-highlight.fadeout {
	display: none;
}

.instructions-highlight .closebtn {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.5em;
	text-decoration: none;
}

@media (max-width: 960px) {
	.instructions-highlight {
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
		top: 70px;
	}

	.instructions-highlight::before {
		right: 45%;
	}
}

@media (max-width: 768px) {
}
@media all and (max-width: 767px) {
	.fixed {
		position: fixed;
		z-index: 20;
	}
	.button-block {
		text-align: center;
		width: 100%;
	}
	.button-block .button.escape.fixed {
		width: 200px;
		margin: auto;
		left: 0;
		right: 0;
		padding: 10px 20px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.46);
		border-bottom: 0;
	}
	.masonry {
		/* Masonry container */
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	.help-resources .resource h6 {
		height: 75px;
	}
	.slideshow .slide::before {
		height: 0;
	}
	.slideshow .slide .content {
		left: 0;
		border: none;
		width: 100%;
		min-height: 250px;
	}
	.subnav li {
		margin: 0;
		display: block;
		border-bottom: solid 1px #fff;
	}
	.subnav a {
		padding: 10px 0;
	}
	.subnav li:hover a,
	.subnav .current_page_item a,
	.subnav .current_page_ancestor a {
		background-image: url(images/arrow-rotate.svg);
		background-position: left -1px center;
	}
	.blog .grid,
	.one-column .grid,
	.one-column-sidebar .grid {
		padding: 0;
	}
	.one-column-sidebar .content,
	.blog section.content,
	aside {
		float: none;
		width: 100%;
	}
	aside {
		margin-top: 40px;
	}
	.quicklinks > div {
		width: 50%;
		max-width: 50%;
	}
	.quicklinks > div:nth-child(even) {
		border-right: none;
	}
	.quicklinks > div:nth-child(3n) {
		border-right: 4px solid #fff;
	}
	.quicklinks > div:last-child {
		border-right: none;
	}
	.blocks {
		display: block;
	}
	.block {
		width: 100% !important;
		max-width: 100% !important;
	}
	footer.grid.flex {
		display: block;
		text-align: center;
	}
	footer .logo {
		height: 70px;
		margin-bottom: 10px;
		width: 100%;
		background-position: center center;
	}
	footer > div {
		margin: 0;
	}
	footer > div:last-child {
		margin: 0;
		text-align: center;
	}
}
@media all and (max-width: 568px) {
	.masonry {
		/* Masonry container */
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.button-block .button {
		width: 100%;
		border-bottom: solid 1px #fff;
	}
	.button-block .button:last-child {
		border-bottom: none;
	}
	header .wrapper.grid.flex {
		height: 220px;
		padding: 120px 2em 0;
	}
	.help-resources .resource h6 {
		height: auto;
	}
	.quicklinks > div {
		width: 100%;
		max-width: 100%;
		border-right: none;
		border-bottom: solid 4px #fff;
		height: 150px;
	}
	.quicklinks > div:nth-child(4n) {
		border-bottom: solid 4px #fff;
	}
	.staff .member {
		float: none;
		margin: 0 0 30px 0;
	}
	.staff .member.third,
	.staff .member.half,
	.staff .member.full {
		width: 100%;
	}
	.staff .member.half .member-image,
	.staff .member.third .member-image {
		height: 400px;
	}
	.link-listing {
		display: block;
	}
	.entry {
		width: 100%;
	}
	.entry:nth-child(4n + 1),
	.entry:nth-child(4n + 2) {
		background-color: #fff;
	}
	.entry:nth-child(even) {
		background-color: #f1f8fc;
	}
	.help-resources .resource,
	.event .details,
	.event .map,
	.two-column .content-left,
	.two-column .content-right,
	.page-template-page-events .event .details .location,
	.page-template-page-events .event .details .date {
		width: 100%;
		float: none;
		margin-bottom: 12px;
	}
}
@media only screen and (max-device-width: 1024px) {
	#back-to-top {
		display: block;
		position: fixed;
		z-index: 99;
		bottom: 20px;
		right: 20px;
		font-size: 30px;
		color: #fff;
	}
}