/* # dccca theme for genesis
Theme Name: dccca theme
Theme URI: http://kctechworks.com/
Description: This is a custom theme for dccca created for the Genesis Framework.
Author: KC Techworks, LLC. Kansas City, MO.
Author URI: http://kctechworks.com/
Template: genesis
Template Version: 2.2.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "franklin-gothic-urw",Helvetica,sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

a {
	color:#507282;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #222;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
	font-family: "lora", serif;
	font-weight:300;
	font-size:1.6rem;
	font-size:16px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 1em 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto; 
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fff;
	border: 0;
	color: #507282;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	border: 2px solid #B8CFDA;
	font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 700;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #B8CFDA;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.mystrength {
    width: 290px;
    height: inherit;
    border: 2px solid #81C6DC;
	background-color:#fff;
}
.mystrength:hover {
	background-color:#F5FDFF;
}


.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #688998;
    color: #fff;
    padding: 5px 12px;
    margin: 1em 0;
    font-size: 14px;
    border: 1px solid #95A3AB;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #507282;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner,
.footer-widgets .wrap {
	clear: both;
	padding: 0 2em;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}
.content-sidebar-wrap {
	padding-bottom:5em;
	float:left;
	width:100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	background:#fff;
	border-left: 2px solid #507282;
	float: right;
	padding:2em;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Homepage Sections
--------------------------------------------- */

section.homepage-1,
section.homepage-3 {
	padding:30px 0;
	padding:3em 0;
}
section.tiles {
	float:left;
	padding:0;
	background:#fff;
	width:100%;
	color:#eee;
  margin-bottom:2em;

}
section.homepage-1 {
	float:left;
	padding:0;
	background:#93a2aa;
	width:100%;
	color:#ddd;

}
section.homepage-3 h3 {
	display:none;
	
}
section.homepage-2 h3 {
	font-size:32px;
	line-height:1;
}
section.homepage-3 .widget_sp_image-description {
	text-align:center;
	margin:1em 0;
}
.tiles {
	/*display: flex;*/
}

.tiles .owl-item div {
	line-height:0;
}

.tiles .owl-carousel-item-imgtitle {
	line-height:1.2  !important;
	margin-bottom: 8px;
	font-size:22px !important;
	padding-left:70px;
	letter-spacing:-.5px;
}

.tiles div.owl-carousel-item-imgoverlay {
    background-size: 50px;
    background-repeat: no-repeat;
    background-position-x: 1em;
    background-position-y: 1em;
}
.tiles .owl-item:first-child div.owl-carousel-item-imgoverlay {
	background:url(images/square-purple.jpg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position-x: 1em;
    background-position-y: 1em;
}

.tiles .owl-item:first-child .owl-carousel-item-imgtitle {

}

/*addiction services*/
.tiles .owl-item:nth-child(2) div.owl-carousel-item-imgoverlay {
	background:url(images/square-red.jpg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position-x: 1em;
    background-position-y: 1em;
}

.tiles .owl-item:nth-child(2) .owl-carousel-item-imgtitle {

}

.tiles .owl-item:nth-child(3) div.owl-carousel-item-imgoverlay {
	background:url(images/square-grey.jpg);
   background-size: 50px;
    background-repeat: no-repeat;
    background-position-x: 1em;
    background-position-y: 1em;
}

.tiles .owl-item:nth-child(3) .owl-carousel-item-imgtitle {

}

.tiles div.owl-carousel-item-imgoverlay {
	background-color: rgba(33, 33, 33, 0.77) !important 
}

.tiles .owl-carousel-item-imgoverlay {
    text-align: left !important;
    width: 100% !important;
    color: #FFF !important;
    float: left !important;
    padding: 1em !important;
	opacity:1 !important;
	/*position:relative  !important;*/
	min-height:100px;
	text-shadow:none !important;
	
}
.tiles .owl-carousel-item-imgoverlay:first-child {
	background-color: #2D99B5 !important;
}
.tiles .owl-carousel-item-imgcontent {
	line-height: 1.25 !important;
    font-size: 18px;
	padding-left:70px;
}
.cta-buttons .textwidget {
	padding:0 2em 2em 0;
	/*min-height: 100%;
display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;*/
}
.cta-buttons a {
	width: 100%;
    margin-bottom: 1em;
    background:#507283;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    max-width: 320px;
    line-height: 1.2;
    text-transform: none;
    -webkit-box-shadow: 4px 4px 0px 0px #6C97AB;
    -moz-box-shadow: 4px 4px 0px 0px #6C97AB;
    box-shadow: 4px 4px 0px 0px #425a65;
    border: none;
    font-weight: 300;
    padding: 1em;
  text-align:center;
}
.cta-buttons a:hover {
	background: #425a65;
}
.cta-buttons p {
  color: #222;
  font-family: "franklin-gothic-urw",Helvetica,sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
.cta-buttons .textwidget > a {
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;*/
}
.mission {
}
.mission, .latest-news, .testimonials {
	padding:2em;
}
.mission h3 {
	font-size:32px;
		color:#fff;

}
.mission p {
	font-size:16px;

}
.testimonials {
	background: #7d898f;
    /* height: 100%; */
	margin:2em 0;
}
.testimonials .owl-carousel-item-imgoverlay {
    text-align: left !important;
    width: 100% !important;
    color: #FFF !important;
    float: left !important;
    padding: 0 !important;
	opacity:1 !important;
	position:relative  !important;
	min-height:100px;
	text-shadow:none !important;
	
}
.testimonials .item {
	height:0;
}
.testimonials .entry-title a {
	color:#ddd;
}
.testimonials h3 {
	text-transform: uppercase;
    font-weight: 700;
    color: #F4BB3A;
    margin-bottom: 5px;
	font-size:12px;
}
.testimonials .owl-carousel .item img {
	height:0;
	float:left;
}

.stories article {
	width: 31.623931623931625%;
	float: left;
}
.stories article:first-child {
		clear: both;
	margin-left: 0;
}
.stories a.alignleft, 
.stories img.alignleft,
.stories .wp-caption.alignleft {
    margin: 0 24px 5px 0;
}

.owl-carousel {
    border: 1px solid #96A2AA;
    padding: 1em;
    margin-bottom: 2em;
}

.testimonials .owl-carousel,
.tiles .owl-carousel {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

[data-class="traffic"] {
	max-width: 600px;
	float: left;
    margin-right: 2em;
}

.entry-title-newsletter {
 padding-top:10px;
 font-size:28px;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.sidebar-primary,
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.content,
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 2em;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 10px;
	font-family: "franklin-gothic-urw", sans-serif;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-top:0;
}
.author-box p {
	font-size:14px;
	font-family: "franklin-gothic-urw", sans-serif;
}

.archive-description p:last-c.search-formhild,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

/*no longer need
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}
*/

.entry-title {
	font-size: 46px;
    font-size: 4.6rem;
    margin: 0 0 1em 0;
}
.search .entry-title {
	font-size:30px;
	font-size:3rem;
	margin:0 0 10px 0;
}
h1.entry-title {
    font-family: "lora", serif;
    margin: 0 0 .5em 0;
	letter-spacing:-.5px;
}
.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: .5em;
    padding: 10px;
}
.latest-news .entry {
    margin-bottom: 0;
    padding: 0;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Video
--------------------------------------------- */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ## Map
--------------------------------------------- */

.wpgmza_map {
	border:1px solid #222 !important;
	margin-bottom:1em;
}



/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"],
.enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 1em 2em;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	width: 110px;
	height: 160px;
	background-size:contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-title > a {
		background: url(images/logo@2x.png) no-repeat left;
		background-size:contain;
	}

}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	width: 100%;
  display:inline-flex;
}

.genesis-nav-menu .menu-item {
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 14px;
}
.sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	padding:8px 14px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #fff;
    text-decoration: none;
    background: #95A3AB;
}

/*.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}*/

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

#menu-responsive {
	display:none;
}

/* ## Section customizations
--------------------------------------------- */

.cfs h1.entry-title:before,
.cpa h1.entry-title:before,
.cpa-kansas h1.entry-title:before,
.cpa-oklahoma h1.entry-title:before,
.cpa-missouri h1.entry-title:before {
	content:url(images/square-purple.jpg);
	margin-right:10px;
}
.bhs h1.entry-title:before {
	content:url(images/square-red.jpg);
	margin-right:10px;
}

.ts h1.entry-title:before {
	content:url(images/square-brown.jpg);
	margin-right:10px;
}

.ps h1.entry-title:before {
	content:url(images/square-green.jpg);
	margin-right:10px;
}

.ra h1.entry-title:before {
	content:url(images/square-orange.jpg);
	margin-right:10px;
}

.help, .family {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	width: 100%;
    height: auto;
    color: #fff;
    border: none;
    background-position: center center;
    background-size: contain;
    font-size: 24px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.6);
    max-width: 320px;
    line-height: 1.2;
	text-transform:none;
	-webkit-box-shadow: 4px 4px 0px 0px  #6C97AB;
	-moz-box-shadow:    4px 4px 0px 0px  #6C97AB;
	box-shadow:         4px 4px 0px 0px  #6C97AB;
}
.img-button,
.cpa-button,
.ks-portal-button,
.ok-portal-button,
.mo-portal-button {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-box-shadow: 4px 4px 0px 0px  #6C97AB;
	-moz-box-shadow:    4px 4px 0px 0px  #6C97AB;
	box-shadow:         4px 4px 0px 0px  #6C97AB;
	border:none;
	display:inline-block;
	margin-bottom:2em !important;
}
.cpa-button:hover,
.img-button:hover,
.help:hover,
.family:hover,
.ks-portal-button:hover,
.ok-portal-button:hover,
.mo-portal-button:hover {
	-webkit-transform: scale(1.02);
  	transform: scale(1.02);
  }

.cpa-button {
	background: url(images/button-read-our-stories-ks.jpg);
	background-size:contain;
}
.ks-portal-button {
	background: url(images/button-login-kansas.jpg);
	background-size:contain;
	margin:0 1em 0 0;
	cursor:pointer;
	color:transparent;
}
.ok-portal-button {
	background: url(images/button-login-oklahoma.jpg);
	background-size:contain;
	margin:0 1em 0 0;
	cursor:pointer;
	color:transparent;
}

.mo-portal-button {
	background: url(images/button-login-oklahoma.jpg);
	background-size:contain;
	margin:0 1em 0 0;
	cursor:pointer;
}

/*.help {
	background: url(images/button-gethelpnow-2.jpg);
	background-size:contain;
}*/

.family {
	background: url(images/button-family.jpg);
	background-size:contain;
}

.family2 {
	background: url(images/button-family-3.jpg);
	background-position:center center;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #eee;
}

.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}

.sfm-menu-item-792 {
	display:none;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* ## Sub-page navigation
--------------------------------------------- */

.child-nav-wrapper {
	margin: 1.5em 0;
	background:#507282;
	border-top: 1px solid #94A2AA;
}
.child-nav-wrapper ul {
	display:flex;
}
.child-nav-wrapper li {
	display: inline-block;
    text-align: center;
}
.child-nav-wrapper li.current_page_item a,
.current-page-ancestor a {
	background: #fff;
    color: #BB2436;
}
.child-nav-wrapper li a {
	display:block;
	font-size:14px;
	line-height:1.25;
	color:#eee;
	margin:0;
	padding: .5em 1em;
	text-align:left;
}
.child-nav-wrapper li a:hover {
	background: #7F9EAD;
    color: #fff;
}
.child-nav-wrapper li.parent-item {
	background: #212121;
    color: #fff;
}
.child-nav-wrapper li.current_page a {
	background:#3F545F;
}
.child-nav-wrapper li.parent-item a:after,
.child-nav-wrapper li.current_page a:after {
	content: "\f054";
	font-family:"FontAwesome";
	font-size: 10px;
    margin-left: 5px;
}
ul.children {
	display:none;
}

.responsive-button {
	background: center center no-repeat #000;
    display: block;
    width: 40px;
    height: 40px;
    /*position: absolute;
    top: 0;
    left: 20px;*/
}


/* # mmenu responsive nav
---------------------------------------------------------------------------------------------------- */

#header {
    display: none;
}


/* # jquery accordion
---------------------------------------------------------------------------------------------------- */
.ui-accordion {
	margin-bottom:3em !important;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    /* support: IE7; */
    font-size: 100%;
    background:#C9D7E0;
    border: none;
    border-radius: 0;
    color: #222;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	background: #507282;
    border: 0;
	color:#fff;
}
.ui-accordion .ui-accordion-content {
    font-family: "lora", serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    border-radius: 0;
    border-color: #EAF2F7;
    background: #fff;
}


/* # Caldera form overrides
---------------------------------------------------------------------------------------------------- */

.caldera-grid {
    background: #C9D7E0;
    padding: 2em;
}
.caldera-grid .last_row {
    padding: 1em 0;
}
.caldera-grid .form-control {
    height: initial;
    padding: 12px;
    font-size: 16px;
    border: 0;
}

/*password protected overrides
---------------------------------------------------------------------------------------------------- */

div.content-protector-form-instructions {
	margin:2em 0;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */



/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: .2em 0;
}
.search .entry {
	margin-bottom:1em;
	border-bottom: 2px solid #507282;
    padding-bottom: 1em;
}
.search p {
	margin:0;
}
.search img {
	float:left;
	margin-right:1em;
}
.search .child-nav-wrapper {
	display:none;
}
/*.archive .entry {
    margin-bottom: 40px;
    padding: .2em 0;
    display: inline-block;
    vertical-align: top;
	background: #EEF1F3;
    padding: 1em;
}
.archive .entry-title {
	font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0;
}

.archive .genesis-feature {
	width:100%;
	max-width:100%;
}

.archive .genesis-feature img {
	width:50%;
	max-width:50%;
	margin-right:1em;
	float:left;
}
*/

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.family-portal ul {
	margin-left:0;
}

ul.event-list { color:#000; font-size:16px; margin-left:0;padding:0;font-size:14px;}
ul.event-list li { list-style-type: none !important;padding:5px; }
.event-list li:nth-child(odd) { background-color:#F1F1F1;  }
.event-list li:nth-child(even) { background-color:#F9F9F9; }
.event-list strong { font-size:18px; margin-right:10px;}

.mediaTableWrapperWithMenu {
	padding-top:0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}
span.strong,
.entry-content p:first-child strong {
	font-family: "franklin-gothic-urw", sans-serif;
	text-transform:uppercase;
	color:#507282;
	font-weight:700;
}

.policy-download .entry-content ul > li a:before {
	content: "\f019";
    font-family: "FontAwesome";
    font-size: 20px;
    margin: 0 10px 0 0;
    color: #666;
}
.policy-download .entry-content ul > li {
	list-style-type: none;
}

.policy-download .entry-content ul  {
	margin-left:0;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    font-family: "franklin-gothic-urw",sans-serif;
	text-transform:uppercase;
}
.entry-meta a {
	font-weight:700;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}
.search .entry-footer {
	display:none;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Leadership Page
--------------------------------------------- */
.leadership {
	margin-bottom:3em;
}
.leadership h3 {
	margin:.5em 0;
	font-size:2rem;
}
.leadership h4 {
	margin:0;
	font-size:1.5rem;
}
.leadership p {
	font-size:12px;
	margin:.5em 0;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #C9D7E0;
	color: #222;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #507282;
	text-decoration: underline;
	color:#fff;
	text-decoration:none;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}


/* # Addresses
---------------------------------------------------------------------------------------------------- */

.business-location {
	background: #C9D7E0;
	padding: 1em;
	margin-bottom: 1em;
	float: left;
	width:100%;
	-webkit-box-shadow: 4px 4px 0px 0px #94A2AA;
    -moz-box-shadow: 4px 4px 0px 0px #94A2AA;
    box-shadow: 4px 4px 0px 0px #94A2AA;
}

.business-location h4 {
	margin: 0;
    font-weight: 700;
    font-size: 1.8rem;
	margin:0 0 .25em 0;
}

.business-location .address {
}

.business-location p {
	font-family: "franklin-gothic-urw", sans-serif;
	font-size:18px;
	margin-bottom:1em;
}

.business-location-contact {
	border-left: 1px solid #999; 
	padding-left:10px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: none;
	margin-bottom: 40px;
	/*padding: 40px;*/
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #507282;
	clear: both;
	padding: 40px 2em;
}
.footer-widgets p,
.footer-widgets li {
	font-family:""franklin-gothic-urw"",sans-serif;
	font-size:14px;
}

.footer-widgets,
.footer-widgets a {
	color: #ddd;
}

.footer-widgets input {
	border: 0;
	background:#C9D7E0;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #95A3AB;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.social-icons ul {
	padding:0;
	margin:1em 0;
}
.social-icons li {
	display:inline-block;
	border-bottom:none;
}
.social-icons i {
	font-size:30px;
	margin-right:10px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #212121;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
	text-align: left;
}

.site-footer p {
	margin-bottom: 0;
	font-family:"franklin-gothic-urw", sans-serif;
	color:#ddd;
}

/* Grid
--------------------------------------------- */

.grid-item { 
  width: 32%;
  height: 500px;
  margin: 2px;
  padding:5px;
  background-size: cover;
}
.grid-item--width2 { width: 50%; }

.boxsize_300 { height:300px; }
.boxsize_800 { height:800px; }
 

.child-nav-links li a .active {
    border-bottom:3px #FFF solid;
}


#category_nav li { display:inline; }

ul.insight-items {
	display: flex;
  	flex-wrap: wrap;
}

.entry.grid {
        margin-bottom: 24px;
        padding: 0;
		background: #fff;
        /*border: 1px solid #ddd;
        border-radius: 0;*/
        font-size: 14px;
        text-align: left;
	border-bottom: 8px solid #cad7e1;
}
.entry.grid img {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	display: block;
}

.grid .entry-title {
    font-size: 24px;
	font-weight: 700;
    padding: 0 2rem;
    margin: 0;
}
.grid .entry-meta {
	padding: 0 2rem ;
	margin-bottom:1rem;
}
.grid p {
	padding: 0 2rem;
    font-size: 14px;
}
.grid footer {
	padding:2rem;
	float:left;
}
.grid .button {
    background-color: #fff;
	color:#666;
	font-weight:700;
    font-size: 10px;
    font-size: 1rem;
    padding: 8px 10px;
    margin: 0 5px 5px 0;
    float: left;
}
.grid .button:hover {
	background:#eee;
}

.job-posting-container {
	margin:10px 5px;
}
.job-results {
	font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
}
.job-newposting {
    background-color: #f7941e;
    padding: 4px 8px;
    margin: 0 10px 0 0;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}
.job-newposting, .job-title {
	display: inline;
}
.job-title {
	font-weight: 400;
    	font-size:2.4rem;
	font-size: 24px;
    	color: #507282;
}
.job-city {
	margin: 5px 0;
	font-size: 14px;
	text-transform:uppercase;
}
.job-link {
	text-decoration: none;
}

.taggedPosts {margin: 0 10px 10px 0;}
.post-2271 { margin-bottom:0 !important} /* prevention page title */



/* flex container /prevention-resources 
------------------------------------------------------------------------- */

.prflex-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  
    -webkit-flex-flow: row wrap; 
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  
    align-content: flex-start;
  
    -ms-flex-pack: flex-start;
  
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    max-width: 100%;
	  margin:1em 0;
}

.prflex-wrapper a {
    margin:8px;
    padding: 0 10px 0 75px;
    text-decoration: none;

    /* flex-grow: 1; */
    -webkit-flex: 1 0 calc(33% - 1em);
    -ms-flex: 1 0 calc(33% - 1em);
  	flex: 1 0 calc(33% - 1em);
 
    text-align: left;
    background:#212121;
	  min-height: 78px;
	  background-repeat: no-repeat;
    background-size: contain;
}
a.prParentSlug:hover {
    background:#414632;
}
a.prParentSlug.active {
    background-color:#666f45;
}
.prflex-wrapper h4 {
	color: #fff;
	margin:10px 0;
    font-size:18px;
}
.prParentSlug-icon {
  float:left;
  margin-left:-75px;
  margin-right:8px;
	max-width:100px;
}

.prParentSlug-desc {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.1;
    font-family: "franklin-gothic-urw",sans-serif;
}
/*a[slugname="aces"] {
	background-image:url(images/prevention-icon-aces.jpg);
}
a[slugname="gambling"] {
	background-image:url(images/prevention-icon-gambling.jpg);
}
a[slugname="suicide-prevention"] {
	background-image:url(images/prevention-icon-suicide-prevention.jpg);
}*/

/*
.xprItems {
    margin-left: -1em;
    margin-top: -1em;
    margin-bottom: 1em;
}
.xprItem  {
    flex: 1 0 calc(25% - 1em);
    margin-left: 1em;
    margin-top: 1em;
    padding:1em;
    background:#7e8858;
}
a.prevention-link {
  color:#333;
}
*/


.prevention-search .search-form input {
	width:40%;
}

.resource-topic {
  font-size:16px;
  font-weight:bold;
  background-color:#888;
  margin-top:10px;
  padding:0 5px;
}
.resource-post {
	padding:10px;
	font-size:16px;
}
.prevention-resource {
	padding:10px 0;
}
.tagnames {
  padding:4px 12px;  
  font-size: 1.3rem;
  border:1px solid #555;
  border-radius:5px;
  background-color: #333;
  white-space:nowrap;
}

.even {
	background-color:#eee;
}

/* # Tabs
---------------------------------------------------------------------------------------------------- */
.tab_container {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}

.tab_container input, .tab_container section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab_container label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 25%;
  padding: 10px;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.8s ease-in-out;
  -moz-animation: fadeInScale 0.8s ease-in-out;
  animation: fadeInScale 0.8s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #0CE;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

.tab_container label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}


#overlay {
    position: fixed;
    display: none;
    width: 70%;
    height: 60%;
    top: 150px;
    left: 310px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255,1);
	  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	  border-radius:5px;
    z-index: 2;
    cursor: pointer;
}

#post-data-listing {
    position: absolute;
    top: 50%;
    left: 50%;
	
	  width:100%;
	  height:60%;
	  padding:0 10px;
	
    font-size: 1.5rem;
    color: white;
	  background-color: rgba(255, 255, 255,1);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.overlay-close {
	float:right; padding-right:10px; 
	font-size:3rem; 
	font-weight:bold; 
	line-height:3rem;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */


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

	.wrap {
		max-width: 960px;
	}


	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 500px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}


	.footer-widgets {
		padding: 40px 0;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}


	.owl-carousel-item-imgoverlay {
		min-height:120px;
		
	}
	
	/* flex container /prevention-resources 
------------------------------------------------------------------------- */


.prflex-wrapper a {
    margin:8px;
    padding: 0 10px 0 75px;
    text-decoration: none;
    /* flex-grow: 1; */
    -webkit-flex: 1 0 calc(33% - 1em);
    -ms-flex: 1 0 calc(33% - 1em);
  	flex: 1 0 calc(33% - 1em);
    text-align: left;
    background:#212121;
	  max-height: 100px;
	  background-repeat: no-repeat;
    background-size: contain;
}
.prflex-wrapper h4 {
    font-size:16px;
}
.prParentSlug-icon {
  float:left;
  margin-left:-75px;
  margin-right:8px;
  min-width: 100px;
}

.prParentSlug-desc {
  font-weight:400;
  font-size:12px;
	margin-bottom: 0;
	color:#fff;
}

}
@media only screen and (max-width: 1100px) {
	
	/*.homepage-2 .five-sixths,
	.homepage-2 .four-sixths,
	.homepage-2 .one-fourth,
	.homepage-2 .one-half,
	.homepage-2 .one-sixth,
	.homepage-2 .one-third,
	.homepage-2 .three-fourths,
	.homepage-2 .three-sixths,
	.homepage-2 .two-fourths,
	.homepage-2 .one-fifth,
	.homepage-2 .two-fifths,
	.homepage-2 .three-fifths,
	.homepage-2 .four-fifths,
	.homepage-2 .two-sixths,
	.homepage-2 .two-thirds,
	.homepage-3 .five-sixths,
	.homepage-3 .four-sixths,
	.homepage-3 .one-fourth,
	.homepage-3 .one-half,
	.homepage-3 .one-sixth,
	.homepage-3 .one-third,
	.homepage-3 .three-fourths,
	.homepage-3 .three-sixths,
	.homepage-3 .two-fourths,
	.homepage-3 .one-fifth,
	.homepage-3 .two-fifths,
	.homepage-3 .three-fifths,
	.homepage-3 .four-fifths,
	.homepage-3 .two-sixths,
	.homepage-3 .two-thirds,
	.content {
		margin: 0;
		width: 100%;
	}*/

	.sidebar-primary {
		margin-bottom: 2em;
		width: 100%;
		border-left: 0;
    	padding: 0;
	}

	.sidebar .widget.enews-widget {
		padding: 10px;
	}
	
	.grid-image {
		width:50%;
		float:left;
	}
	.grid-image img {
		margin-bottom:0;
	}
	.grid .entry-title {
		padding: 2rem 2rem .5rem 2rem;
		float: left;
		width: 50%;
		font-size: 20px;
	}	
	.grid .entry-meta {
		padding: 0 2rem 1rem;
		margin-bottom: 0;
		width: 50%;
		float: left;
	}
	.grid .entry-content {
		width: 50%;
    	float: left;
	}
	section.widget_sp_image {
		padding:1em 0;
	}
	.widget_sp_image img {
		max-width:33% !important;
		float:left;
	}
	section.homepage-3 .widget_sp_image-description {
		float:left;
		width:66%;
		text-align:left;
		padding:0 2em;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	section.tiles {
		margin-bottom: 0;
	}
	.cta-buttons .textwidget {
		padding: 1em 0;
		 margin: 10px auto;
		  display: -webkit-box;   
		  display: -moz-box;  
		  display: -ms-flexbox; 
		  display: -webkit-flex; 
		  display: flex;
		  -webkit-flex-direction: row;
		  -ms-flex-direction: row;
      -moz-flex-direction: row;
		  flex-direction: row;
		  justify-content: space-between;
		  flex-wrap: nowrap;
		  max-width: 90%;
		}
	.cta-buttons .textwidget a {
		flex-grow:1;
		margin:.3em;
		font-size:16px;
	}
	.entry.grid {
		padding-bottom:24px;
	}
}


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

	.tiles {
		padding-left:0;
		padding-right:0;
	}
	
	.prflex-wrapper a {
    -webkit-flex: 1 0 calc(50% - 1em);
    -ms-flex: 1 0 calc(50% - 1em);
		flex: 1 0 calc(50% - 1em);
	}

}
@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap/*,
	.site-header .widget-area,
	.title-area*/ {
		width: 100%;
		border:0;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .site-title > a {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 16px;
	}
	.site-header .widget-area {
		float: left;
		text-align: left;
		clear: both;
		margin: 1em 0;
		border-width: 1px 0;
		border-style: solid;
		border-color: #B7CBD6;
		width: 100%;
	}
	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	.child-nav-wrapper ul {
		display: block;
	}
	.child-nav-wrapper li {
		display: block;
		text-align: center;
		width: 100%;
	}	
	.child-nav-wrapper li a {
		padding: .5em;
	}	
	.footer-widgets-1 {
		margin-right: 0;
	}
	#overlay {
		top:10%;
		left: 10%;
		z-index: 1000;
	}


}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.grid-image {
		width:100%;
		float:none;
	}
	.grid-image img {
		margin-bottom:1em;
	}
	.grid .entry-title {
		padding: 2rem 2rem .5rem 2rem;
		float: none;
		width: 100%;
		font-size: 20px;
	}	
	.grid .entry-meta {
		padding: 0 2rem 1rem;
		margin-bottom: 0;
		width: 100%;
		float: none;
	}
	.grid .entry-content {
		width: 100%;
    	float: none;
	}
	section.widget_sp_image {
		padding:0;
		text-align:center;
	}
	.widget_sp_image img {
		max-width:100% !important;
		float:none;
	}
	section.homepage-3 .widget_sp_image-description {
		float:none;
		width:100%;
		text-align:center;
		padding:0;
	}

	.business-location-contact {
		border-top:1px solid #999;
		border-left:0;
		margin-top:8px;
		padding:10px 0 0 0;
	}
	
}

@media only screen and (max-width: 468px) {
	
	.genesis-nav-menu .menu-item,
	#category_nav li {
		display: block;
		text-align: left;
	}	
	
	.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
		padding: 8px 10px;
	}	
	
	.header-image .site-title > a {
		height: 120px;
	}

	.entry-title {
		font-size:3.0rem;
		margin:0 0 .2em 0;
	}
	.prflex-wrapper {
		-webkit-flex-direction: column;
    -ms-flex-direction: column
		flex-direction: column;
	}	
	.tab_container label {
		width:50%;
	}
	
	.prflex-wrapper a {
		padding:0;
	}
	.prParentSlug-icon {
		margin:0 10px 0 0;
	}
	.resource-post {
		font-size:14px;
	}
	.tagnames {
		font-size:1.1rem;
	}

	#overlay {
		position: fixed;
		display: none;
		width: 90%;
		height: 60%;
		top: 250px;
		left: 20px;
		right: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255,1);
		border:2px solid #000;
		border-radius:5px;
		z-index: 2;
		cursor: pointer;
	}

	#post-data-listing {
		position: absolute;
		top: 50%;
		left: 50%;

		width:100%;
		height:390px;
		padding:0 10px;

		font-size: 1.5rem;
		color: white;
		background-color: rgba(255, 255, 255,1);
		transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	
	.child-nav-wrapper {
		display:block !important;
	}
	
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}