/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
    #Menu + Logo
	#Misc 
    #Sidebar
    #Footer
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0 0 20px 0;
}
.entry-content table td, .entry-content table th {
    border: 1px solid #333;
    padding: 10px;
}
.entry-content table thead th {
	font-weight: 700;
}

/* #Basic Styles
================================================== */
body {
  font: 16px/1.5em "Open Sans", sans-serif;
  color: #444;
}
#wpadminbar {
	position: fixed !important;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
  color: #181818;
}
h1.h1clear, h2.h2clear, h3.h3clear, h4.h4clear, h6.h6clear, h6.h6clear {
	clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 25px;
}
h2 {
  font-size: 32px;
  line-height: 42px;
  padding-bottom: 20px;
}
h3 {
  font-size: 26px;
  line-height: 34px;
  padding-bottom: 15px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 10px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 10px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 5px;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 28px;
}
p img {
	margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
	font-style: italic;
}
strong, b {
  font-weight: bold;
  color: #333;
}
small {
	font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* #Links
================================================== */
a, a:visited {
  color: #000;
  outline: 0;
  text-decoration: underline;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
	margin-bottom: 20px;
}
ul {
  list-style: disc outside;
  margin-left: 40px;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
  line-height: 28px;
  margin-bottom: 12px;
  font-size: 16px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}

/* #Images
================================================== */
img {
	height: auto;
}
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.attachment-featured-image, .attachment-post-thumbnail {
	max-width: 100%;
	height: auto;
}
.blog_metadata {
	margin: 0 0 10px 0;
}
.blog_metadata small {
	margin: 0 10px 0 0;
}
.wp-block-image img {
	margin: 0 20px 20px 0;
}
.wp-block-gallery {
	margin: 0 0 20px 0 !important;
}
.wp-block-gallery figure {
    flex-wrap: wrap !important;
}
.wp-block-gallery figcaption {
    position: relative !important;
    background: unset !important;
    font-size: 18px !important;
    color: #000 !important;
    padding: 0 !important;
}
.wp-block-gallery li.blocks-gallery-item figure {
    height: auto !important;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; 
  transition: 200ms;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; 
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; 
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; 
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; 
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/* #Header
================================================== */
.logo img {
	max-width: 200px;
}
.topnav-holder .logo img {
    max-width: 300px;
}
.header {
	padding: 20px !important;
	background: #000;
}
.logo {
	display: inline-block;
	vertical-align: middle;
}
.header > .container > .row {
    align-items: center;
}

/* #MainNav
================================================== */
.menu-main-nav-container {
	display: inline-block;
}
#menu-main-nav a {
  text-decoration: none;
  padding: 0 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-family: 'Montserrat';
}
.sub-menu a {
	color: #000 !important;
	border-bottom: 1px solid #FFF;
}
#menu-main-nav > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
}
ul#menu-main-nav {
	margin: 0;
}
.google_search_nav_item {
	display: none !important;
}
li.donate_btn a {
    background: #ed8515;
    padding: 15px !important;
    color: #FFF;
    text-decoration: none;
}
#menu-main-nav li.btn.btn-primary, .slicknav_menu li.btn.btn-primary {
    padding: 0;
    background-color: unset;
    border: unset;
}
#menu-main-nav li.btn.btn-primary a, .slicknav_menu li.btn.btn-primary a {
    color: #FFF;
    background: #ed8515;
    padding: 10px 20px;
    margin: 0 0 0 5px;
    display: block;
}
.slicknav_menu li.btn.btn-primary a {
    padding: 5px 10px;
    text-align: left;
}

.latest_posts_wrapper {
	display: flex;
	flex-wrap: wrap;
}
.latest_posts_wrapper img {
	max-width: 100%;
}
.latest_posts_item {
	border: 2px solid #ccc;
    padding: 20px 20px 0 20px;
    flex: 0 0 31.3%;
    margin: 0 auto 20px auto;
}
.latest_post_item_title {
	margin: 0 0 10px 0;
}

/* Button Overrides
================================================== */
.btn, .wp-block-button a {
	color: #FFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 16px;
    border: unset;
    padding: 10px 25px;
}
.btn:hover, .wp-block-button a:hover {
	color: #000 !important;
	background: #FFF !important;
}
.wp-block-button a {
	border-radius: 0.25rem;
}

/* Home Callouts
================================================== */
.home-callout-holder {
    border-radius: 50%;
    align-content: center;
    color: #FFF;
    width: 300px;
    height: 300px;
    margin: 0 auto;
	padding: 25px;
}
.home-callout-hidden-holder p {
	transition: 500ms all;
	opacity: 0;
    height: 0;
    overflow: hidden;
}
.home-callout-holder:hover > .home-callout-hidden-holder p {
    opacity: 1;
    height: auto;
}
.home-callout-holder:hover > .home-callout-title {
	display: none;
}
.home-callout a {
    text-decoration: none;
}

/* Home Who-We-Are
================================================== */
.home-about {
    background-size: cover;
    background-position: center center;
}

/* Home Buckets
================================================== */
.home-bucket-image-holder {
	padding: 0;
}
.home-bucket-image-holder img {
    width: 100%;
    height: 100% !important;
}
.home-buckets, .home-buckets h2 {
    color: #FFF;
}
.home-bucket-content-wrapper, .home-bucket-main-wrapper {
    padding: 20px;
}
.home-bucket-image-holder img {
	object-fit: cover;
}
.home-bucket {
    margin: 20px 0 40px 0;
}

/* Home Carousel
================================================== */
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 50px;
	height: 50px;
}
.carousel-overlay {
  position: absolute;
  background: #0006;
  z-index: 9996;
  width: 100%;
  height: 100%;
}
.carousel-control-next, .carousel-control-prev {
    width: auto !important;
}
.carousel-control-next, .carousel-control-prev, .carousel-indicators, .carousel-caption {
	z-index: 9997;
}
.carousel-caption {
    background: #00000099;
    left: 65px;
    right: unset;
    bottom: 10%;
    top: unset;
    max-width: 39%;
    text-align: left;
}
.carousel-main-caption {
    color: #FFF;
    font-size: 3vw;
    font-weight: 700;
    line-height: 3vw;
    margin: 0 0 1vw 0;
}
.carousel-secondary-caption {
    color: #FFF;
    font-size: 2vw;
    line-height: 2.5vw;
    font-weight: 700;
}
.carousel-secondary-caption h2 {
    text-transform: uppercase;
    color: #ffcc00;
    padding: 0 0 5px 0;
    font-size: 3vw;
    line-height: 3.5vw;
}
.carousel-button {
    color: #FFF !important;
    margin: 0 10px 10px 0;
    display: inline-block;
    padding: 0.5vw 2vw;
    font-size: 1.5vw;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 25px;
    text-decoration: none;
}
.carousel-button:hover {
    color: #000 !important;
    background: #FFF;
    text-decoration: none;
}
.carousel-indicators{
	margin-bottom: unset;
}
.carousel {
	clear: both;
}
.carousel-item {
    max-height: 650px;
}

/* #Template page: Evidence-Based Practice Information
================================================== */
.ebpi-terms-wrapper {
    border: 1px solid #CCC;
    background-color: #F1F1F1;
    padding: 0;
    cursor: pointer;
}
.ebpi-wrapper {
    padding: 20px;
}
.ebpi-wrapper.active {
    background-color: #ccc;
}
.ebpi-wrapper:hover {
    background-color: #DDD;
}
.ebpi-content-inner-wrapper.active {
	display: flex;
}
.ebpi-content-inner-wrapper {
	display: none;
}

/* #MobileNav
================================================== */
.slicknav_menu {
  display: none;
  margin-left: auto;
  background: none !important;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  width: 100%;
  padding: 0 !important;
}
.slicknav_nav {
	margin: 10px 0 0 0 !important;
    background: #000 !important;
}
.slicknav_nav a {
	margin: 0 !important;
	color: #FFF !important;
	font-size: 18px;
	line-height: 25px;
	border-bottom: none;
}
.slicknav_nav li {
	margin: 0;
}
.slicknav_nav a:hover {
  border-radius: unset !important;
  background: none !important;
  color: #c1c1c1 !important;
}
.slicknav_btn {
	position: absolute !important;
	top: 25px;
	right: 0;
	background-color: unset !important;
}
.slicknav_menu .slicknav_icon-bar {
	width: 30px !important;
	height: 4px !important;
	background-color: #000 !important;
}
.slicknav_menu .slicknav_icon {
	width: 30px !important;
	height: 23px !important;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 5px !important;
}
.slicknav_nav a > .fas {
	display: none;
}
.slicknav_arrow {
	float: right;
}

/* #Primary Nsavigation
================================================== */
#menu-primary, #menu-primary ul {
    margin: 0;
    list-style: none;
}
#menu-primary li {
    display: inline-block;
    margin: 0;
    position: relative;
}
#menu-primary li a {
    text-decoration: none;
    padding: 25px 5px;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Montserrat';
}
#menu-primary ul {
	display: none;
}

/* #SubNav
================================================== */
#menu-primary ul.sub-menu {
    color: #000;
    position: absolute;
    top: 55px;
    background: #FFF;
    min-width: 200px;
    right: 0;
    box-shadow: 3px 0px 8px 5px rgb(0 0 0 / 20%);
    z-index: 9999;
    margin: 0;
}
#menu-primary .sub-menu li {
    display: block;
}
#menu-primary .sub-menu li a {
    padding: 5px 10px;
    display: block;
}
#menu-primary .sub-menu li a:hover {
    background: #000;
    color: #FFF !important;
}

/* #Localist Widget
================================================== */
.localist_widget_container {
    background: unset !important;
}
.lw_event_list {
    max-width: 100% !important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.lw_event_item {
    display: flex;
    flex: 0 0 32%;
    margin: 5px auto !important;
    flex-wrap: wrap;
    border: 2px solid #CCC !important;
    align-content: start;
}
.lw_event_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px !important;
    flex-wrap: wrap;
}
.lw_event_item_description {
    font-size: 16px !important;
}
.lw_event_item_title a {
    color: #000 !important;
}
.lw_event_item_title, .lw_event_item_description {
    margin: 0 0 10px 0;
    font-family: 'Open Sans';
}
.lw_event_meta {
    float: none !important;
    width: 100% !important;
}
.lw.lw_view_all_cta {
    flex: 0 0 100%;
}
.lw_event_meta .action_button a, .lw.lw_view_all_cta a {
    font-size: 20px !important;
    color: #FFF !important;
    background: #044680 !important;
    padding: 15px;
    max-width: 100% !important;
    line-height: 40px !important;
    text-decoration: none;
    text-align: center;
    font-weight: 400 !important;
}
.lw_event_meta .action_button a:hover, .lw.lw_view_all_cta a:hover {
    text-decoration: underline !important;
    color: #FFF;
    background: #ed8515;
}
.lw_event_item_image {
    float: none !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    text-align: center;
}
.lw_event_item_image img {
    transform: unset !important;
    position: unset !important;
}
.lw_event_item_date {
	font-size: 20px !important;
	padding: 10px !important;
    position: relative !important;
    display: block;
}
#localist_view_all_events_btn {
    display: block;
    margin: 10px 0 20px 0;
}

/* #Misc
================================================== */
.title {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
body.home .page-wrapper {
	padding: 0;
}
.topnav-holder .container {
	position: relative;
}
body.page-id-139 .mailpoet_submit {
    background: #c8102e;
    color: #FFF;
}
.upper_page_wrapper {
    background-size: cover !important;
    position: relative;
	background-position: center !important;
}
.upper_page_wrapper a, .upper_page_wrapper h2, .upper_page_wrapper {
	color: #FFF
}
.upper_page_wrapper img {
	display: block;
    max-width: 100%;
}
.upper_page_wrapper h2 {
    padding: 0;
    margin: 0 0 10px 0;
    color: #FFF;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #333;
}
.upper_page_section_title_wrapper {
    text-align: center;
    display: block;
    width: 100%;
    padding: 150px 0;
	z-index: 2;
    position: relative;
}
.upper_page_wrapper_gradient {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
}
.partnership-callout {
	clear: both;
}
.has-medium-font-size {
    line-height: 28px;
}

/* #Global
================================================== */
.to_the_top {
	position: fixed;
	color: #FFF;
	background: #000;
	padding: 5px 12px;
	bottom: 20px;
	right: 20px;
	z-index: 9998;
	transition: 200ms all;
}
.to_the_top:hover {
	background: #c8102e;
}
.entry-content a {
	text-decoration: underline;
}
.wp-block-button a {
	text-decoration: none;
	margin: 0 0 20px 0;
}
.wp-block-columns {
	margin: 0 !important;
	padding-bottom: 28px;
}
.entry_wrapper h1, .entry_wrapper h2, .entry_wrapper h3, .entry_wrapper h4, .entry_wrapper h5, .entry_wrapper h6 {
    text-align: center;
    width: 100%;
    background: #e2e2e2;
    padding: 10px 0;
    margin: 10px 0;
    clear: both;
}

/* #Footer
================================================== */
.footer {
    text-align: left;
    padding: 20px 0;
    background: #e2e2e2;
    color: #000;
}
.footer img {
	max-width: 100%;
	margin: 0 10px 0 0;
}
.footer-img, .footer-text-wrapper {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
}
.footer-section-btn a {
    font-size: 20px;
    color: #FFF;
    background: #ed8515;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
}
#menu-footer a {
    text-decoration: none;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #22242626;
}
#menu-footer {
    margin: 0;
}
#menu-footer li {
    list-style: none;
    display: inline-block;
    margin: 0;
}
#menu-footer li:last-child a {
    border-right: unset;
    padding: 0;
    margin: 0;
}
.footer-signup-btn a {
    padding: 10px !important;
    border-radius: 0.25rem;
    transition: 200ms all;
    border-color: #007bff;
    color: #FFF;
    box-shadow: inset 0 0 0 5px #044680, inset 0 0 0 6px #fff;
    background: #044680;
}
.footer-signup-btn a:hover {
    color: #000 !important;
    background: #FFF !important;
}
.footer-signup-btn {
    padding: 0;
}

/* Our Team
================================================== */
.our_team_wrapper .team_item {
    display: flex;
    flex: 0 0 48%;
    margin: 1%;
    padding: 20px;
    box-sizing: border-box;
	border: 1px solid #ccc;
}
.our_team_wrapper img {
    max-width: 100%;
}
.team_item_content {
    font-size: 16px;
}
.team_item_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.team_item_wrapper {
	align-content: flex-start;
}
.team_item_steam_title, .team_item_steam_title2 {
	margin: 0 0 5px 0;
}
.team_item_email, .team_item_phone, .team_item_steam_title, .team_item_steam_title2 {
    font-size: 16px;
}

/* Header
================================================== */
.logo a, .logo a img {
	display: block;
}
.header_social {
    margin: 0 20px 0 auto;
}
.header_social a {
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    padding: 10px;
}
.header_social_item.twitter:hover {
    background: #63cdf1;
}
.header_social_item.facebook:hover {
    background: #507cbe;
}
.header_social_item.instagram:hover {
	background: #bf973e;
}
.header_social_item.youtube:hover {
    background: #f16261;
}
.header_social_item.linkedin:hover {
    background: #0077B5;
}
.top-search-wrapper {
	display: flex;
	align-items: center;
}
.gsc-control-cse {
	width: 400px !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
}
.page-wrapper .gsc-control-cse {
	width: auto !important;
	margin: 0 0 40px 0;
}
table.gsc-search-box td {
	border: unset !important;
}
.topnav-holder {
    background: #FFF !important;
	padding: 20px;
	position: relative;
}

/* Featured Image
================================================== */
.upper-section-title {
	margin: 0 0 10px 0;
	color: #FFF;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
.upper-section-subtitle {
	font-size: 22px;
	line-height: 30px;
	color: #FFF;
	font-weight: 700;
}
.upper-section-title, .upper-section-subtitle {
    text-shadow: 1px 1px 1px #333;
}

/* Blog
================================================== */
.sidebar ul li {
    display: block;
}
.sidebar ul {
    margin: unset;
}
.blog_item {
	width: 29%;
	margin: 0 2% 20px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #ccc;
	padding: 20px;
}
.blog_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.blog_title a, .blog_read_more_btn a {
	text-decoration: none;
}
.blog_meta {
    margin: 0 0 10px 0;
}
.blog_meta, .blog_excerpt {
	font-size: 16px;
}
.blog_excerpt {
	margin: 0 0 5px 0;
}
.blog_read_more_btn a {
    color: #FFF;
}
.blog_pagination {
    font-size: 20px;
    margin: 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%
}
.blog_pagination a.page-numbers {
	background: #ed8515;
    padding: 5px 10px;
    color: #FFF;
}
.blog_pagination span.page-numbers.current {
    background: #000;
    padding: 5px 10px;
    color: #ed8515;
}
.print_friendly_blog_btn a {
	font-size: 20px;
    color: #FFF;
    background: #ed8515;
    padding: 15px 40px;
    display: inline-block;
	text-decoration: none;
	cursor: pointer;
}
.blog_img img {
    max-width: 100%;
    width: 100%;
}
.print_friendly_blog_btn a:hover, .single_blog_pagination_wrapper a:hover {
	color: #FFF;
	text-decoration: underline;
}
.single_blog_pagination_wrapper {
    margin: 40px 0 20px 0;
    overflow: hidden;
}
.single_blog_pagination_wrapper a {
    font-size: 16px;
    color: #FFF;
    background: #044680;
    box-shadow: inset 0 0 0 5px #044680, inset 0 0 0 6px #FFF;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    line-height: 28px;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    text-overflow: ellipsis;
}
.single_blog_pagination_wrapper a:last-child {
    float: right;
}

/* Table Styling
================================================== */
body.page article.page .wp-block-table table {
    margin: 0 0 40px 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body.page th, body.page td {
    padding: 10px;
}

/* Menu-Bar
================================================== */
#menu-programs-events-bar li {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
#menu-programs-events-bar li a {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    color: #FFF;
}
#menu-programs-events-bar {
    margin: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.menu-bar-wrapper .sub-menu {
	display: none;
}
#menu-programs-events-bar li.bar-blue a {
    background: #0083c9;
}
#menu-programs-events-bar li.bar-red a {
    background: #c8102e;
}
#menu-programs-events-bar li.bar-green a {
    background: #007644;
}
#menu-programs-events-bar li.bar-orange a {
    background: #f55536;
}
#menu-programs-events-bar li.bar-yellow a {
    background: #f9a028;
}
#menu-programs-events-bar li.bar-purple a {
    background: #a4036f;
}
#menu-programs-events-bar li.bar-teal a {
    background: #008080;
}
#menu-programs-events-bar li.bar-dk-blue a {
    background: #0a2463;
}
#menu-programs-events-bar li a:hover {
	background: #000;
	text-decoration: underline;
}