/*
Theme Name: Domestic Violence Intervention
Theme URI: http://www.dvifallon.com
Author: CC Communications
Author URI: http://www.cccomm.net/
Description: This is a custom theme developed for Domestic Violence Intervention for WordPress by CC Communications in Fallon, Nevada.
Version: 1.0
Text Domain: dvifallon.com

*/

.social-links,
.top-footer .links-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.navbar .navbar-content:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("/wp-content/themes/dvi-custom/fonts/icomoon.eot?w1wuda");
	src: url("/wp-content/themes/dvi-custom/fonts/icomoon.eot?w1wuda#iefix") format("embedded-opentype"), url("/wp-content/themes/dvi-custom/fonts/icomoon.ttf?w1wuda") format("truetype"), url("/wp-content/themes/dvi-custom/fonts/icomoon.woff?w1wuda") format("woff"), url("/wp-content/themes/dvi-custom/fonts/icomoon.svg?w1wuda#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-hand:before {
	content: "\e900";
}

.icon-heart:before {
	content: "\e901";
}

.icon-house:before {
	content: "\e902";
}

.icon-phone:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.cls-1 {
	fill:#fff;
}

html {
	font-size: 16px;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

/* set styles for default page links */

a {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

a:hover {
	text-decoration: none;
}

.main-content a.secondary-link {
    color: #5c0276;
}

.main-content a.secondary-link:hover {
    color: #B77AB9;
}

.main-content .credit, .main-content .credit a {
    font-style: italic;
    font-size: 14px;
    text-transform: none;
}
/*a:focus {
	outline: #20bcd3 solid 2px;
}*/

/* set styles for default page headings */

/* set styles for form */

form {
	line-height: 1.2;
}

form fieldset {
	margin-top: 30px;
}

form label, form .label, form .req {
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	color: #651c7a;
	font-weight: 700;
	margin-bottom: .25rem;
}

form .form-control {
	padding: 3px;
	/*height: 1.75rem*/;
	width: 100%;
	font-size: 1.1em;
	border-radius: 4px;
}

form .form-control:focus {
	outline: none;
	border-color: #e68f39;
	box-shadow: none;
}

.system-message {
    padding: 0;
}
/* set styles for buttons */

.btn {
	-webkit-transition: background-color .3s linear, color .3s linear;
	transition: background-color .3s linear, color .3s linear;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;
	white-space: normal;
	font-size: .875rem;
	padding: 1rem .9375rem .9375rem;
}

.btn:focus {
    outline: none;
}

.btn-secondary {
    background-color: #651c7a;
    border-color: #651c7a;
}

.btn.btn-secondary:hover {
    background-color: #fff;
    color: #651c7a;
}

.btn:focus {
	box-shadow: none;
	outline: #20bcd3 solid 2px;
}

.btn.btn-danger:hover {
	background-color: #fff;
	color: #5c0276;
}

.btn.btn-info:hover {
	background-color: #fff;
	color: #20bcd3;
}

.main-content .back-link {
    font-size: 0.70em;
}
.main-content .cta {
    width: 100%;
    padding: 15px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: block;
    color: #fff;
    clear: right;
    text-decoration: none;
    line-height: 1.2;
}
.main-content .cta:hover {
    background-color: #fff;
}
.cta .media-body p {
    margin-bottom: 0;
}
.cta svg {
    display: inline-block;
    width: 45px;
    height: 100%;
    transition: 0.3s;
    float: left;
}
.cta-1 {
    background-color: #5c2973;
    border: 1px solid #5c2973;
}
.main-content .cta-1:hover {
    color: #5c2973;
}
.cta-1:hover svg g path, .cta-1:hover svg g rect  {
    fill: #5c2973;    
}
.main-content .cta-2 {
    background-color: #8350a0;
    border: 1px solid #8350a0;
}
.cta-2:hover {
    color: #8350a0
}
.cta-2:hover svg g path {
    fill: #8350a0
}
/* set styles for CTA button images */
.cta img {
    display: block;
    margin: 0 auto;
}

/* title styles */
.resource-title {
    color: #000;
    text-transform: uppercase;
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    font-size: 1rem;
}

/* Scroll to Top */
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
	z-index: 1000;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:rgba(32,188,211,0.70);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(32,188,211,1.00);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
    color: #fff;
}

/* set styles for intro section */
main.home {
    padding: 50px 0 0px;
}

.intro-section {
	background-repeat: no- repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	border-bottom: 10px solid #fff;
	overflow: hidden;
}

.intro-section [class*="col-"]:first-child {
	padding-top: 1.25rem;
}

.intro-section .text-holder {
	position: relative;
	color: #1c1c1c;
	background-image: linear-gradient(to right, rgba(255, 255, 255, .70) 80%, rgba(255, 255, 255, .70));
	line-height: 1.2;
	padding: 1.375rem 5rem .5625rem 0;
	margin-bottom: 1.25rem;
}

.intro-section .text-holder:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	left: -9999px;
	background-color: rgba(255, 255, 255, .70);
}

.intro-section .btn-danger {
	background-color: rgba(255, 255, 255, .84);
	text-transform: uppercase;
	color: #651c7a;
	border-color: #651c7a;
	border-width: 2px;
	border-radius: 3rem;
	margin-bottom: .9375rem;
}

.intro-section .btn-danger:hover {
	background-color: #fff;
}

.intro-section h1 {
	font-weight: bold;
	margin-bottom: .5625rem;
}

.info-block .info-item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	text-align: justify;
	color: #fff;
	padding: 1.25rem .9375rem;
	line-height: 1.2;
}

.info-block .info-item h3 {
    text-align: center;
}

.info-block .info-item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(32, 188, 211, .90);
}

.info-block h3 {
	text-transform: uppercase;
	margin-bottom: .625rem;
	font-weight: 700;
}

.info-block p {
	margin-bottom: .8125rem;
}

.info-block .icon-holder {
	width: 3.4375rem;
	height: 3.4375rem;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	margin-bottom: 1.0625rem;
}

.info-block .icon-holder span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #5c0276;
	font-size: 1.875rem;
}

.info-block .btn {
	width: 100%;
}

.info-block .content-holder {
	width: 100%;
}

.info-block .content-holder,
.info-block .btn {
	position: relative;
	z-index: 2;
}

/* set styles for main blog section */

.blog-section {
	background-position: center;
	background-repeat: repeat;
	background-size: 1.5%;
}

.blog-section .container {
	background-color: #fff;
}

.blog-section [class*="col-"]:nth-child(even) {
	padding: 0;
}
.blog-container .post-list {
    width: 100%;
}
.announcement-details span.date {
    font-size: 1rem;
}

.article-post h2 a {
   color: #5c0276;
}

.article-post h2 a:hover {
    color: #23bcd3;
}
/* main content styles */
main {
	padding-bottom: 30px;
}

.main-content {
	font-size: 1.125rem;
	padding: 1.25rem 0;
}

.main-content .article-post {
	margin-bottom: 1.25rem;
	line-height: 1.4;
}

.main-content h1 {
    color: #5b2973;
}

.main-content h2 {
    padding-top: 15px;
    color: #20bcd3;
	margin-bottom: .75rem;
}

.main-content h3 {
	color: #5c0276;
	font-weight: 700;
	padding-bottom: .25rem;
	margin-bottom: .375rem;
}

.main-content h3 a {
	color: inherit;
	text-decoration: none;
	text-transform: none;
	font-size: inherit;
}

.main-content h3 a:hover {
	color: #20bcd3;
}

.main-content img {
	width: 100%;
	height: auto;
    padding-bottom: 20px;
}

.main-content .info {
	font-weight: 500;
	font-style: italic;
	color: #787878;
	font-family: "Alegreya Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	display: block;
	margin-bottom: .75rem;
	font-size: 1rem;
}

.main-content .info a {
	color: inherit;
	text-decoration: none;
	text-transform: none;
	font-family: "Alegreya Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
}

.main-content .info a:hover {
	color: #20bcd3;
}

.main-content p {
	margin-bottom: .625rem;
}

.main-content a {
	color: #23bcd3;
	text-decoration: underline;
	text-transform: uppercase;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	font-size: 1rem;
}

.main-content a:hover {
	color: #5c0276;
}

.main-content .btn {
	color: #fff;
	text-decoration: none;
}

.main-content article + article {
	margin-top: 2rem;
}

/* sidebar styles */

.feat-side {
	padding: 2.5rem 1.5rem;
}

.feat-side.default {
    background-color: #F6F6F6;
}

.feat-side.primary {
    background-color: rgba(2, 189, 196, .15);
}

.feat-side.secondary {
    background-color: rgba(182,124,181,.15);
}

.sidebar .sidebar-content {
	padding: 0 .9375rem;
}

.sidebar h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 1.0625rem;
}

.sidebar h4, .event-post h4 {
	color: #02bdc4;
	margin-bottom: .0625rem;
	font-size: 1rem;
}

.sidebar h4 a, .event-post h4 a {
	color: inherit;
	text-transform: none;
}

.sidebar h4 a:hover, .event-post h4 a:hover {
	color: #5c0276;
}

.sidebar ul, .accordion.resource-list .card ul {
    padding-left: 0px;
}

.sidebar li, .accordion.resource-list .card li {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sidebar ul li a, .accordion.resource-list .card ul li a {
    text-transform: none;
}
.sidebar .panel-heading a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f146";
    padding-right: 5px;
    padding-top:5px;
    color: #20bcd3;
}
.sidebar .panel-heading a.collapsed:before {
    float: right !important;
    content:"\f0fe";
}
.sidebar .panel-title {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
}
.sidebar .panel-title a {
   text-decoration: none; 
}
.sidebar .panel-body {
    padding-top: 15px;
}
.sidebar .img-icon {
    padding: 10px 0 5px 0;
}
    
/* duplicate styles for now. they may be temporary. */
.sidebar .event-post, .event-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 1.1875rem;
}

.sidebar .event-post:last-of-type, .event-post:last-of-type {
	margin-bottom: 1.5625rem;
}

.sidebar .date-holder, .event-post .date-holder {
	width: 2.625rem;
	background-color: #fff;
	border: 2px solid #787878;
	border-top-width: 13px;
	font-size: .875rem;
	text-align: center;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	padding: .25rem 0 .125rem;
}

.sidebar .date-holder span, .event-post .date-holder span {
	display: block;
}

.sidebar .text-holder, .event-post .text-holder {
	padding-left: .9375rem;
	width: calc(100% - 56px);
}

.sidebar .text-holder time, .event-post .text-holder time {
	font-size: 1.125rem;
}

.sidebar .form-holder#volunteer-form-container {
    background-color: rgba(182,124,181,.15)
}

.sidebar .form-holder#volunteer-form-container h3 span, .sidebar .form-holder#volunteer-form-container .h3 span {
    color: #000;
}

.sidebar .form-holder {
	border-top: 2px solid #ccc;
	background-color: rgba(2, 189, 196, .15);
	padding: 40px 20px;
}

.sidebar h3, .sidebar p.h3 {
	font-size: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 1.5625rem;
    color: #000;
    border-bottom: none;
}

.sidebar h3 span, .sidebar p.h3 span {
	font-weight: 800;
    text-transform: uppercase;
	color: #000;
}

.sidebar .signup-form p {
	margin-bottom: .875rem;
}

.sidebar .signup-form img {
	margin-bottom: 1.25rem;
}

.sidebar .signup-form .form-control {
	margin-bottom: 1.125rem;
}

.main-content .sidebar .btn, .sidebar .wpforms-form button.btn, .main-content .wpforms-form button.btn {
	/*margin-bottom: .9375rem;*/
	width: 100%;
	min-width: 0;
	padding: .625rem .9375rem;
}

/* set styles for hidden blocks and web-accessibility tools (section 508) */

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: static;
	width: auto;
	height: auto;
}

/* set styles for top header block */

.top-header {
	background-color: #f9f9f9;
}

.top-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.top-header .btn {
	border-radius: 0;
	color: #fff;
	padding: .5rem .9375rem .3125rem;
	min-width: 10.3125rem;
	border: none;
}

.top-header .btn:hover {
	background-color: #ffc107;
}

.top-header .links a {
    padding: 5px 0;
    display: inline-block;
    font-size: 1rem;
}
.top-header .links a:first-child {
    padding-right: 20px;
    display: inline-block;
}
/* search form styles */

.form-inline {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: .9375rem;
}

.form-inline .input-group {
	width: 100%;
}

.form-inline .btn,
.form-inline button[type="submit"] {
	min-width: 0;
	padding: .5625rem .9375rem;
}

.form-inline .btn:hover,
.form-inline button[type="submit"]:hover {
	background-color: #e68f39;
}

.form-inline .btn span,
.form-inline button[type="submit"] span {
	font-size: 1.5rem;
	vertical-align: middle;
}

.form-inline .form-control {
	height: 2.25rem;
	background-color: #fcfcfc;
	border-color: #ccc;
	padding-top: 5px;
	padding-bottom: 4px;
}

.form-inline .form-control::-webkit-input-placeholder {
	color: #c4c4c4;
	line-height: 1.4;
}

.form-inline .form-control::-moz-placeholder {
	opacity: 1;
	color: #c4c4c4;
	line-height: 1.4;
}

.form-inline .form-control:-moz-placeholder {
	color: #c4c4c4;
	line-height: 1.4;
}

.form-inline .form-control:-ms-input-placeholder {
	color: #c4c4c4;
	line-height: 1.4;
}

.form-inline .form-control.placeholder {
	color: #c4c4c4;
	line-height: 1.4;
}

/* search results page */
.search-results .search-post-title > a {
	font-size: 1.25rem;
}




/* set styles for main header part */

.bottom-header {
	padding: 1.4375rem 0 .75rem;
    box-shadow: 0px 5px 10px 0px rgba(202,203,204,0.40);
}

.bottom-header .btn {
	background-color: #5c0276;
	padding: 0;
	border-radius: 0;
	color: #fff;
	min-width: 0;
}

.bottom-header #search-btn {
	position: static;
}

.bottom-header .form-inline .btn,
.bottom-header .form-inline button[type="submit"] {
	padding: 0 .3125rem;
}

.contact-block {
	/*float: left;*/
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	max-width: none; /*75%;*/
	text-align: right;
}

.contact-block span {
	color: #b5b5b5;
}

.contact-block .icon-holder {
	display: inline-block;
	vertical-align: middle;
}

.contact-block .icon-holder span {
	font-size: 2.5rem;
}

.contact-block .text-holder {
	display: inline-block;
	vertical-align: middle;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 1.4;
}

.contact-block .title {
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	color: #20bcd3;
}

.contact-block a {
	color: inherit;
	font-weight: 700;
	font-size: 1.25rem;
}

.contact-block a:hover {
	color: #20bcd3;
}

.system-message, .system-error-message {
    background-color: #fff;
    border: none;
    maring: 0;
    
}
/* main navigation of the page */

.nav > li {
	padding-bottom: .625rem;
}

.nav > li:first-child {
	padding-left: 0;
}

.nav > li:last-child {
	padding-right: 0;
}

.nav a, .top-header .links a {
	text-transform: uppercase;
	color: #000;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
}

.nav a {
  padding: 0;  
}

.nav a.active,
.nav a:hover, .top-header .links a:hover {
	color: #5c0276;
}

.social-links {
	padding-top: .25rem;
}

.social-links li {
	padding: 0 1.1875rem;
	display: inline-block;
	vertical-align: top;
}

.social-links a {
	font-size: 1.125rem;
	color: #afafaf;
}

.social-links a:hover {
	color: #40c2d4;
}

.navbar {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar .navbar-holder {
	width: 100%;
	margin-bottom: 1rem;
}

/* page logo styles */

.navbar-brand {
	margin-bottom: .9375rem;
	max-width: 18.75rem;
}

.navbar-brand img {
	height: auto;
	max-width: 100%;
}

/* set styles for burger menu opener */

.navbar-toggler {
	position: relative;
	width: 1.5625rem;
	height: 1.5625rem;
	outline: none;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler span,
.navbar-toggler:after,
.navbar-toggler:before {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: .1875rem;
	background-color: #5c0276;
	text-indent: -9999px;
	width: auto;
}

.navbar-toggler span {
	top: .5rem;
}

.navbar-toggler:after {
	top: 1rem;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-menu li a {
    padding: 10px 15px;
    -webkit-transition: .3s ease-in;
	transition: .3s ease-in;
}

.dropdown-menu li:hover {
    background-color: #b77ab4;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
/* footer styles */

#footer img {
	height: auto;
	max-width: 100%;
}

/* set styles for main footer block */

.top-footer {
	background-color: #1c1c1c;
	color: #afafaf;
	font-size: .875rem;
	line-height: 1.3;
	text-align: center;
}

.top-footer .container {
	padding-top: 1.25rem;
	padding-bottom: .75rem;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.top-footer .links-list {
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}

.top-footer .links-list li {
	margin-bottom: .625rem;
}

.top-footer .links-list a {
	color: #5dc4d3;
	text-transform: uppercase;
}

.top-footer .links-list a:hover, .copyright a:hover {
	opacity: 0.7;
    transition: .3s;
}

.top-footer .logo {
	display: block;
	margin-bottom: .9375rem;
}

.top-footer address {
	font-size: 1rem;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 1.1;
}

.top-footer address a {
	color: inherit;
}

.top-footer address a:hover {
	color: #5c0276;
}

.top-footer address p {
	margin: 0;
}

.top-footer h3 {
	text-transform: uppercase;
	margin-bottom: .6875rem;
}

.top-footer .mailto {
	color: #5dc4d3;
	text-decoration: underline;
}

/* set styles for copyright block */

.copyright {
	background-color: #111;
	color: #787878;
	padding: .6875rem 0 1rem;
}

.copyright a {
	color: #5dc4d3;
	text-decoration: underline;
}

.copyright p {
	margin: 0;
}

body {
	min-width: 320px;
}

/* cards */

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    width: 100%;
    border-radius: 5px;
}

.card img {
    border-radius: 5px 5px 0 0;
}

.card .container {
    padding: 10px 0;
    text-align: center;
}

.card .name {
    font-size: 1.5rem;
    color: #5b2973;
}

.card h2 {
    padding-top:0;
}

/* accordions */
.panel-title > button:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f146";
    padding-right: 5px;
}

.panel-title > button.collapsed:before {
    float: right !important;
    content:"\f0fe";
}

.accordion .card {
    border-bottom: .5px solid rgba(19,112,126,1.00);
    border-top: none;
    box-shadow: none;border-radius: 0;
}

.accordion .card .card-header {
    background-color: #20bcd3;
    border-bottom: .5px solid rgba(19,112,126,1.00);
    padding: 0;
}

.accordion .card button {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
}

.accordion .card button:focus {
    outline: none;
}

.accordion .card .panel-title {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

.accordion.resource-list .card li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}

#self-care {
    margin-bottom: 20px;
}
/* tabs */
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

.nav-tabs .nav-link, .nav-tabs .nav-link.active {
    padding: 15px;
}
.nav-tabs {
    border-bottom: 2px solid #20bcd3;
    background-color: #D9F5F6;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    background-color: #20bcd3;
    border-color: #20bcd3 #20bcd3;
    color: #fff;
    transition: 0.3s;
    border-radius: 0;
}
#safety-planning.nav li {
    padding: 0;
}
.nav-tabs li a {
    color: #5c2973;
}
.nav-tabs li a:hover, .nav-tabs li a.active {
   color: #5b2973;
}  
    
/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
}

.content-wrap section.content-current {
	display: block;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

/* google maps */
.google-map {
    width: 100%;
    border: 1px solid #eee;
}


/*****************************/
/* Underline */
/*****************************/

.tabs-style-underline nav {
	background: #fff;
}

.tabs-style-underline nav a {
	padding: 0.25em 0 0.5em;
	border-left: 1px solid #e7ecea;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs-style-underline nav li:last-child a {
	border-right: 1px solid #e7ecea;
}

.tabs-style-underline nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: #2CC185;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}

.tabs-style-underline nav li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tabs-style-underline nav a span {
	font-weight: 700;
}

/* Attention Block */
.attention-block {
    color: #D7791B;
    border-radius: 10px;
    border: 3px solid #e68f39;
    padding: 5px 20px 10px 20px;
    margin: 20px 0;
}

.attention-block h2 {
    color: #D7791B;
}


@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}

/* Resources Tiles */
.tile {
    width: 100%;
    height: 200px;
    margin: 15px 0;
    display: block;
    padding: 10px;
    transition: 0.15s ease-in;
}


.resources:nth-of-type(odd) .tile {
    background-color: #5c2973;
}

.resources:nth-of-type(odd) .tile:hover {
    background-color: rgba(92,41,115,0.8);
}

.resources:nth-of-type(even) .tile {
    background-color: #23bcd3;
}

.resources:nth-of-type(even) .tile:hover {
    background-color: rgba(35,188,211,0.8);
}

.tile img {
    color:#20bcd3;
    height: 95px;
	width: auto;
    display: block;
    margin: 15px auto 0 auto;
}

.tile .title {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
	width: 100%;
    color: #fff;
	text-transform: uppercase;
	font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 700;
	transition: color .3s linear;
}

.tile .content {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*.tile .title {
    text-align: center;
    text-transform: none;
}

.tile .title a:hover {
    color: #b67cb5;
}

.tile .title a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    color: #5c2973;
}*/

.title img {
    margin: 0 auto;
}

.media .media-left .media-object {
    margin-right: 20px;
}


div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit.btn.btn-info,
div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit.btn.btn-secondary {
	margin-bottom: 0;
	padding: .75rem .9375rem .6875rem;
	color: #fff;
	font-size: 1.125rem;
	border-radius: 27px;
	text-transform: uppercase;
	transition: background-color .3s linear, color .3s linear;
}

div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit.btn.btn-info {
	background-color: #20bcd3;
	border-color: #20bcd3;
}
div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit.btn.btn-info:hover {
	background-color: #fff;
	color: #20bcd3;
}
div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit.btn.btn-info:active {
	color: #fff;
	background-color: #1995a7;
	border-color: #188b9c;
}

div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit.btn.btn-secondary {
	background-color: #651c7a;
	border-color: #651c7a;
}
div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit.btn.btn-secondary:hover {
	background-color: #fff;
	color: #651c7a;
}
div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit.btn.btn-secondary:active {
	color: #fff;
	background-color: #5f5e5e;
	border-color: #585858;
}

.pagination .page-item {
	flex-grow: 1;
}
.pagination .page-item.pages {
	text-align: center;
}
.pagination .page-item.next-page {
	text-align: right;
}
.pagination .page-item .page-numbers {
	margin: 0 5px;
}


/* Media Queries */

/*@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}*/

@media (min-width: 576px) {
	.info-block .info-item {
		padding: 1.25rem 4.6875rem;
	}

	.contact-block {
		/*max-width: 50%;*/
	}
}

@media (max-width: 575px) {
	.main-content {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	.intro-section [class*="col-"]:first-child {
		padding: 2.5625rem .5rem 3.4375rem .9375rem;
	}

	.intro-section .img-holder {
		position: absolute;
		right: .9375rem;
		bottom: -1.4375rem;
	}

	.info-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info-block .info-item {
		width: 33.332%;
		padding: 1.25rem .9375rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info-block .btn {
		-ms-flex-item-align: end;
		align-self: flex-end;
	}

	.top-footer {
		text-align: left;
	}

	.top-footer .links-list li {
		margin-bottom: .5rem;
	}
	
	.navbar .dropdown-menu {
		width: 300px;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 1.125rem;
	}

	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.125rem;
	}

	.btn {
		font-size: 1rem;
	}

	.intro-section {
		font-size: 1.5rem;
	}

	.intro-section .text-holder {
		margin-bottom: 2rem;
	}

	.intro-section .btn-danger {
		font-size: 1.5rem;
		margin-bottom: 0;
	}

	.info-block .icon-holder {
		width: 5.8125rem;
		height: 5.8125rem;
	}

	.info-block .icon-holder span {
		font-size: 3.25rem;
	}

	.main-content {
		padding: 2rem .0625rem 0;
	}

	.main-content .article-post {
		margin-bottom: 2.125rem;
	}

	.main-content .article-post:last-of-type {
		margin-bottom: 2.3125rem;
	}

	.main-content .article-post p a:last-of-type {
		display: block;
		margin-top: .8rem;
	}
	/*.sidebar {
		padding-top: 2.3125rem;
	}
*/
	.sidebar .sidebar-content {
		padding: 0 1.375rem;
	}

	.sidebar .form-holder {
		padding: 2.5rem 1.5rem;
	}

	.sidebar .signup-form {
		padding: 0 .4375rem;
	}

	.sidebar .signup-form img {
		margin-bottom: 3rem;
	}

	.sidebar .btn {
		/*margin-bottom: 2.5rem;*/
		padding: .75rem .9375rem .6875rem;
	}

	.top-header .btn {
		font-size: 1.25rem;
		padding: .4375rem .9375rem .5rem;
	}

	.form-inline {
		margin-bottom: 0;
		width: auto;
		float: right;
	}

	.form-inline .input-group {
		width: 16.8125rem;
	}

	.contact-block {
		/*max-width: 45%;*/
	}

	.contact-block .text-holder {
		font-size: 1rem;
		max-width: 80%;
	}

	.nav > li {
		padding: 0 .625rem .625rem;
	}

	.nav a {
		font-size: 1rem;
	}

	.social-links a {
		font-size: 1.25rem;
	}

	.navbar .navbar-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar .navbar-content {
		width: 60%;
	}

	.top-footer .container {
		padding-top: 2.3125rem;
		padding-bottom: .75rem;
		background-position: right center;
	}

	.top-footer .logo {
		margin-bottom: 2rem;
	}

	.copyright {
		font-size: 1rem;
	}

	.sidebar .form-holder .form-group:last-child, .sidebar .form-holder .form-group:last-child * {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.btn {
		font-size: 1.125rem;
		min-width: 17.5rem;
	}

	.wpforms-submit.btn {
		min-width: 0;
		width: 100%;
	}

	.intro-section .img-holder img {
		max-width: none;
	}

	.sidebar h4, .event-post h4 {
		font-size: 1.125rem;
	}

	.sidebar .date-holder, .event-post .date-holder {
		width: 3.5rem;
		font-size: 1rem;
	}

	.nav > li {
		padding-right: 2.1rem;
	}

	.navbar .navbar-content {
		width: 45%;
	}
}

@media (min-width: 1440px) {
	.btn {
		min-width: 22.3125rem;
	}

	.info-block .info-item {
		padding: 2.5625rem 4.6875rem 3.125rem;
	}

	.info-block .btn {
		width: auto;
	}

	.main-content .btn {
		min-width: 28.5625rem;
	}

	.navbar-brand {
		margin-left: -3.0625rem;
		margin-bottom: 0;
		max-width: none;
	}
}

@media (max-width: 991px) {
	.nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar .navbar-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	#safety-planning.nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.top-footer .links-list {
		margin-bottom: 1.25rem;
	}
    .intro-section .text-holder {
        padding: 1.375rem 1rem .5625rem 0;
    }
}
@media (max-width: 365px) {
	#safety-planning.nav-tabs .nav-link, #safety-planning.nav-tabs .nav-link.active {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (min-width: 576px) and (max-width: 1199px) {

	.resources:nth-of-type(4n + 1) .tile {
		background-color: #5c2973;
	}
	.resources:nth-of-type(4n + 2) .tile, .resources:nth-of-type(4n + 3) .tile {
		background-color: #23bcd3;
	}
	.resources:nth-of-type(4n + 4) .tile {
		background-color: #5c2973;
	}

	.resources:nth-of-type(4n + 1) .tile:hover {
		background-color: rgba(92,41,115,0.8);
	}
	.resources:nth-of-type(4n + 2) .tile:hover, .resources:nth-of-type(4n + 3) .tile:hover {
		background-color: rgba(35,188,211,0.8);
	}
	.resources:nth-of-type(4n + 4) .tile:hover {
		background-color: rgba(92,41,115,0.8);
	}
}
