/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly ntr blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Variables
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 *		11.7 - Home
 *		11.8 - Feature posts
 *		11.9 - Author Bio
 * 		11.10 - Asides
 *		11.11 - Sidr
 *		11.12 - Archives
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - < 768px
 *    14.2 - >= 768px
 *    14.3 - >= 992px
 *    14.4 - >= 1200px
 * 15.0 - Print
 */


/**
* 1.0 - Variables
*/



:root {
  --phoenix-red: #b1203d;
  --sans-fonts:"Nunito Sans", "Helvetica Neue", sans-serif;
  --serif-fonts: "Crimson Text", Georgia, serif;
  --text-black: #4f1300 ; 
}



/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

html {
  font-size: 18px;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font-family: var(--serif-fonts);
  font-size: 1rem;
  line-height: 1.6;
}

input,
select {
	font-family: var(--sans-fonts);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--sans-fonts);
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1em;
}

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

blockquote {
  background-color: #f9f9f9;
  border: 0 solid var(--phoenix-red);
  border-left-width: 4px;
  color: #333;
  font-size: .9rem;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0 1.2em;
  overflow: hidden;
  padding: 1em 1em 1em 1.5em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: .75em;
}

blockquote cite,
blockquote small {
	color: var(--text-black);
	display: block;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.highlight {
	background: #ffa;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

.story__body ul {
	list-style-position: inside;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: var(--sans-fonts);
}

:-moz-placeholder {
	color: #686868;
	font-family: var(--sans-fonts);
}

::-moz-placeholder {
	color: #686868;
	font-family: var(--sans-fonts);
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: var(--sans-fonts);
}



/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: var(--phoenix-red);
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: var(--sans-fonts);
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 0.8em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #b85353;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

button.elm-button:focus {
	outline: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.1em 0.4em;
	/*width: 100%;*/
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: var(--phoenix-red);
	color: var(--text-black);
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: var(--sans-fonts);
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.4153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search .site-content .search-form,
.error404 .site-content .search-form {
	position: relative;
}

.search .site-content .search-form label,
.error404 .site-content .search-form label {
	width: 100%;
	margin-bottom: 0;
}

.search .site-content input[type="search"].search-field,
.error404 .site-content input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
	padding: 0.4em;
}

.search .site-content .search-submit,
.error404 .site-content .search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.navbar .search-field {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	border-bottom: 1px solid #d1d1d1;
}

.navbar .search-submit {
	background-color: transparent;
	color: #1a1a1a;
	float: left;
	font-weight: 700;
	padding: 0;
}

.navbar .search-submit:hover {
	color: var(--phoenix-red);
}

.navbar .search-submit:before {
	/*color: #1a1a1a;*/
	line-height: 31px;
	width: 31px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #1a1a1a;
	transition: color .3s;
}

a:hover, a:focus {
	color: var(--phoenix-red);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.story__body > *:not(.story__meta) a {
	border-bottom: 1.5px solid #d1d1d1;
	color: var(--phoenix-red);
	-webkit-transition: border-bottom .5s; /* Safari */
	transition: border-bottom .5s;
}

.story__body > *:not(.story__meta) a:hover,
.story__body > *:not(.story__meta) a:active {
	border-bottom-color: var(--phoenix-red);
	text-decoration: none;
}

a > i.fa {
	color: #767676;
	transition: .3s;
}

a > i.fa:hover,
a > i.fa:focus {
  color: var(--phoenix-red);
}

.card__wrap.format-gallery .card__head > .headline > a::before {
	content: "\f161";
	font-family: dashicons;
	font-size: .9em;
	font-weight: normal;
	padding-right: 10px;
}

.card__wrap.format-video .card__head > .headline > a::before {
	content: "\f126";
	font-family: dashicons;
	font-size: .9em;
	font-weight: normal;
	padding-right: 10px;
}

.page article a {
	color: var(--phoenix-red);
}

.page article a:hover,
.page article a:focus {
	text-decoration: underline;
}




/**
 * 6.2 - Menus
 */

.sub-menu {
	display: none;
}

/*.main-navigation {
	font-family: var(--sans-fonts);
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: var(--text-black);
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: var(--text-black);
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: var(--text-black);
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}*/

/*.post-navigation {
	border-top: 4px solid var(--text-black);
	border-bottom: 4px solid var(--text-black);
	clear: both;
	font-family: var(--sans-fonts);
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: var(--text-black);
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.4153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: var(--sans-fonts);
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid var(--text-black);
}*/

.pagination {
	border-top: 4px solid var(--text-black);
	font-family: var(--sans-fonts);
	font-size: 19px;
	font-size: 1.1875rem;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: var(--text-black);
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: var(--phoenix-red);
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: var(--text-black);
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: var(--sans-fonts);
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

/*Turn into breaking news banner -- with Zoneify*/
a#wellness-center-banner {
  display: block;
  padding: 5px 10px;
  font-family: var(--sans-fonts);
  background-color: var(--phoenix-red);
  color: #fff;
  /*border: 1px solid black;*/
  margin: 0 5px 20px;
  opacity: .85;
  text-align: center;
}

a#wellness-center-banner:hover,
a#wellness-center-banner:focus {
  opacity: .7;
}

.page-id-41353 a#wellness-center-banner {
  display: none;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: var(--sans-fonts);
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	clear: both;
	display: block;
	margin: .8em auto;
}

.alignright {
	/*float: right;
	margin: 0.8em 0 0.8em 1.75em;*/
	clear: both;
	display: block;
	margin: .8em auto;
}

.aligncenter {
	clear: both;
	display: block;
	margin: .8em auto;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/*Modify alignments for small screens*/
/*@media screen and (max-width: 38em) {
  :not(aside).alignleft,
  :not(aside).alignright,
  :not(aside).aligncenter {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto .75em;
    width: 100%;
  }

  p {
    clear: both;
  }
}*/


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}

article {
  clear: both;
}

aside:before,
aside:after {
  content: "";
  display: table;
}

aside:after {
  clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	font-size: 0.85rem;
	font-family: var(--sans-fonts);
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget ul {
  margin-left: 0;
}


/**
 * 11.0 - Content
 */

.site-inner {
	margin: 0 auto;
	max-width: none;
	position: relative;
}

.site-content {
	margin: 0 0 3em;
	word-wrap: break-word;
}

/*.home .site-content,
.post-template-single-feature .site-content {
	margin-top: 0;
}*/

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

body:not(.post-template-single-feature) .content-area {
  margin: 0 auto 2.5em;
  max-width: 1300px;
}

.post-template-single-feature .content-area {
  margin: 0;
}

.post-template-single-feature #comments {
  margin-top: 3em;
}

/* fix admin bar at top of page*/
#wpadminbar {
  position: absolute;
}


/**
 * 11.1 - Header
 */
#website-banner {
	margin: 30%;
	margin-top: 0px;
	margin-bottom: 0px; 
}

#website-banner img {
      /** flex-shrink: 0;*/
	width:auto;
	height:auto;
	max-width:MaxSize;
	max-height:MaxSize;
}

.navbar {
	background-color:#e8e8e8 ;
	margin-bottom: 1em;
	width: 100%;
	z-index: 3;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.navbar.is-fixed {
	position: fixed;
	top: -54px;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform: .3s;
	transition: transform .3s;
}

.navbar.is-open {
	position: fixed;
	top: -104px;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform: .3s;
	transition: transform .3s;
}

.navbar.is-visible {
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-ms-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.is-visible * .custom-logo {
	display: block ; 
}

.custom-logo {
	height: 50px;
	width: 50px;
	display: none ; 
}

.nav > li:not(.search-toggle) > a {
	border-bottom: 1px solid transparent;
	font-weight: 700;
	margin: 0 15px;
	padding: 6px 0;
	transition: all .2s;
}

.nav > li:not(.search-toggle) > a:hover,
.nav > li:not(.search-toggle) > a:focus,
.nav > li.dropdown.open > a {
	background-color: transparent;
	border-bottom-color: var(--phoenix-red);
	color: var(--phoenix-red);
	padding-bottom: 0;
}

.navbar > .container-fluid > * > ul {
	margin: 8px;
}

.navbar > .container-fluid {
	display: flex;
	justify-content: center ; 
}

.navbar .btn {
	background-color: transparent;
	color: #1a1a1a;
	font-size: 1.25rem;
	padding: 0 10px;
	transition: all .3s;
}

.navbar .btn:hover,
.navbar .btn:focus {
	color: var(--phoenix-red);
}

.navbar li {
	list-style: none;
}

.navbar .custom-logo-link {
	margin-left: 15px;
	float: left;
}

.navbar-header > .search-container,
.navbar-header > .search-toggle {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar .search-container.vis__xs {
	display: hidden;
}

.navbar .search-container {
	display: none;
	padding-right: 1em;
	float: left;
	height: 34px;
}

.navbar .search-form label {
	margin-bottom: 0;
}

.search-toggle {
	font-size: 20px;
}

.nav > .search-toggle > a:hover,
.nav > .search-toggle > a:focus {
	background-color: transparent;
}

.search-toggle > a:hover,
.search-toggle > a:focus {
	outline: none;
}

.navbar-nav > li > a {
	padding: 0;
}

.navbar .search-toggle i {
	color: #1a1a1a;
	line-height: 34px;
	font-weight: 100;
}

.search-toggle .dropdown-toggle {
	padding: 5px;
}

.search-toggle > .dropdown-toggle:hover,
.search-toggle > .dropdown-toggle:focus,
.search-toggle.open > .dropdown-toggle:hover,
.search-toggle.open > .dropdown-toggle:focus,
.search-toggle.open > .dropdown-toggle {
	background-color: transparent;
	color: var(--phoenix-red);
}

.header__logo img {
	width: 95%;
	max-width: 400px;
	display: block;
	margin: 0 auto;
}

#slider {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
    
@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}
    
@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

/*.search-submit {
	background-color: transparent;
}

.search-submit:hover,
.search-submit:focus {
	background-color: transparent;
}

.search-submit::before {
	color: #1a1a1a;
	transition: color .3s;
}

.search-submit:hover::before,
.search-submit:focus::before {
	color: var(--phoenix-red);
}*/

/*.site-header {
	padding: .5em 7.5%;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: var(--sans-fonts);
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: var(--text-black);
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: var(--text-black);
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: var(--text-black);
	border-color: var(--text-black);
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

.navbar-brand {
  padding: 0;
  margin-left: 0;
}

.navbar-brand>img {
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  width: 65%;
  max-width: 300px;
}*/


/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin: 0 auto 1.5em;
	position: relative;
}

.more-link {
	white-space: nowrap;
}

.story__meta {
  color: #767676;
  font-family: var(--sans-fonts);
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .75em;
}

.story__meta > time {
	font-size: 0.75rem;
	font-weight: normal;
}

/*.story__meta > time.published:not(.updated) {
	display: none;
}*/

/*.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}*/

/*.author-description {
	margin-bottom: .5em;
}

.author-link {
	white-space: nowrap;
}*/

.card__meta {
	color: #767676;
	font-family: var(--sans-fonts);
	font-size: 0.75rem;
}

.card__meta > :not(:last-child)::after,
.categories > li:not(:last-child)::after {
	content: "\2022";
	padding: .6em;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: var(--sans-fonts);
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.4153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.page-header {
	/*border-top: 4px solid var(--text-black);*/
	border-top: none;
	border-bottom: none;
	margin: 0 0 1.5em;
  	padding: 0;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
  font: 700 1.6em var(--sans-fonts);
  line-height: 1.2;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}



/*.page-links {
	clear: both;
	font-family: var(--sans-fonts);
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.4923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: var(--text-black);
	border-color: var(--text-black);
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: var(--text-black);
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.4153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}*/

span.category > a,
.categories a {
  	font-family: var(--sans-fonts);
  	font-weight: 600;
}

.card__meta a,
.story__meta a,
a.author {
	color: #1a1a1a;
	transition: color .3s;
}

.card__meta a:hover,
.card__meta a:focus,
.categories a:hover,
.categories a:focus,
.story__meta a:hover,
.story__meta a:focus,
a.author:hover,
a.author:focus {
	color: var(--phoenix-red);
	text-decoration: none;
}

.categories {
	line-height: 1.2;
	list-style: none;
	margin: 0;
	text-align: center;
}

.categories > li {
	display: inline-block;
	font-size: .9rem;
}

.category__parent {
	font-size: 1rem;
}

/*.single-post .categories li {
  display: inline-block;
  list-style: none;
}

.single-post .categories {
  margin: 0;
  font-size: .85em;
}

body:not(.archive):not(.post-template-single-feature) ul.categories li:not(:last-child):after {
  content: "|";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.5em;
}*/

.page article {
  font-family: var(--sans-fonts);
}

.page h1.entry-title {
    margin-bottom: 0.5em;
    font-family: var(--sans-fonts);
    font-weight: 400;
}

.story__body > h1,
.story__body > h2,
.story__body > h3,
.story__body > h4,
.story__body > h5,
.story__body > h6 {
	margin: 1.2em 0 .4em;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 720px;
}

.single-post .author-info {
  display: none;
}

.story__head {
	margin-bottom: 1em;
}

.story__head > .headline {
  	border-top: 1px solid #d1d1d1;
  	font-family: var(--sans-fonts);
	font-size: 1.75rem;
  	padding-top: .15em;
}

.story__head,
.story__meta,
.story__body > *:not(figure):not(.gallery):not(blockquote),
.story__foot,
figcaption,
.slideshow-wrapper > .slideshow-nav,
.slideshow-wrapper > .pscarousel,
.page-header {
	padding-right: 15px;
	padding-left: 15px;
}

.story__body > blockquote {
	padding-left: 15px;
	padding-right: 10px;
}

.jumbotron .story__head {
	max-width: 720px;
	margin: 0 auto;
}

.jumbotron .category > a {
  background-color: var(--phoenix-red);
  color: #fff;
  font-size: 1em;
  padding: 0.25em .5em;
  line-height: 1.9;
}

.jumbotron .story__meta {
	padding-right: 0;
	padding-left: 0;
}

.jumbotron .story__head > .headline {
	border: none;
}

.story__meta > * {
	display: inline-block;
}

.jumbotron .headline > span,
.jumbotron .story__meta > * {
	//background: rgba(255,255,255,.8);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	line-height: 1.4;
	margin-top: .5em;
	color:white!important;
}

.jumbotron .story__meta > * > a{
	color:white;
}
.jumbotron .story__meta > * > a:hover{
	color: var(--phoenix-red);
}


.story__meta,
.story__body > *:not(figure):not(.gallery):not(blockquote),
.story__foot {
	max-width: 720px;
}

.story__media-wrap,
.story__body,
.story__wrap {
	padding-right: 0;
	padding-left: 0;
}

.fit-contents {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: max-content;
}

.story__body {
	margin-bottom: 2em;
}

.headline {
	font-family: var(--sans-fonts);
	font-weight: 700;
}

.headline > a {
	color: #1a1a1a;
	transition: color .3s;
}

.headline > a:hover, .headline > a:focus {
	color: var(--phoenix-red);
	text-decoration: none;
}

.media-pkg__wrap a {
	color: #1a1a1a;
}

.media-pkg__wrap a:hover,
.media-pkg__wrap a:focus {
	color: var(--phoenix-red);
	text-decoration: none;
}

.card__media-thumbnail {
	float: right;
	max-width: 40%;
	padding-left: 15px;
}

a img {
	overflow: hidden;
	transition: opacity .3s
}

a img:hover,
a img:focus {
	opacity: 0.9;
}

.card__media img {
	display: block;
	margin: 0 auto .25em;
}


.image__overlay {
  background: rgba(0,0,0,0.3);
  color: white;
  cursor: pointer;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .3s;
}

.image__overlay:hover,
.image__overlay:focus {
	opacity: 1;
}

.card__scroll .text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.card__head .headline {
	clear: none;
	margin-bottom: 0.3em;
}

.card__wrap {
	border-top: 1px solid #767676;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 15px;
}

.archive .card__wrap:not(.card__splash) {
	margin-bottom: 30px;
	padding-top: 30px;
}

.card__wrap:first-of-type {
	border: 0;
}

.card__body {
	font-size: .9rem;
	line-height: 1.4em;
}

.no-padding {
	padding: 0;
}

.card__splash {
	border: 0;
	padding-top: 0;
}

.card__splash .card__head {
	margin-bottom: 0.5em;
}

.card__splash .card__head > .headline {
	font-size: 1.7rem;
}

.owl-item .headline {
	font-size: 1rem;
}

.home .owl-next,
.home .owl-prev {
	color: #D6D6D6;
	padding: 0;
	font-size: 1.5em;
	width: 100%;
}

.owl-theme .owl-nav {
	margin-top: 0;
	font-family: var(--sans-fonts);
}

.owl-next:hover,
.owl-next:focus,
.owl-prev:hover,
.owl-prev:focus {
	color: #869791;
}

.story__body .owl-carousel {
	max-width: 720px;
}

.owl-carousel .owl-item > img,
.owl-carousel .owl-item > figure {
	margin-bottom: 0.5em;
}

.owl-carousel .owl-item > figure,
.owl-carousel .owl-item img {
	/*max-height: 540px;*/
}

.owl-carousel .owl-item img {
	max-width: 100%;
	max-height: 580px;
}

#carousel-info {
	font: 700 1rem var(--sans-fonts);
	margin-bottom: .25em;
}

.btn.static:active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*.card__splash > *:not(.card__media) {
	padding-right: 15px;
	padding-left: 15px;
}*/

.card__splash .card__media .media__main {
	margin-bottom: .5em;
}

.card__splash .card__media figcaption {
	padding-right: 0;
	padding-left: 0;
}

.card__body p {
	margin-bottom: .5em;
}

.card__related ul {
	margin-top: .5em;
	margin-bottom: .5em;
	color: #999;
	font-size: 0.8rem;
}

.card__related li {
	line-height: .8;
}

.card__related a {
	color: var(--text-black);
	font: 700 0.8rem var(--sans-fonts);
	transition: all .3s;
}

.card__related a:hover,
.card__related a:focus {
	color: var(--phoenix-red);
	text-decoration: none;
}

.rp4wp-related-post-content > a {
	text-transform: capitalize;
}

.top__latest ul,
.zone__section > ul {
	list-style: none;
	margin: 0;
	font-size: .85rem;
	line-height: 1.1;
}

.top__latest li,
.zone__section > ul > li {
	margin-top: .5em;
	padding-top: .5em;
	border-top: 1px solid #d1d1d1;
}

.top__latest li:first-child {
	border: 0;
}

.top__latest li > .headline {
	padding-right: .5em;
}

.top__latest li > .timestamp {
	font-family: var(--sans-fonts);
	display: inline-block;
	color: var(--phoenix-red);
	font-size: .8rem;
}

.zone,
.widget {
	border-width: 0px ; 
	margin-bottom: 0 ;
	padding: 18px!important; 

}

.zone__head,
.widget-title,
.rp4wp-related-posts > h3 {
	border-top: 1px solid #777;  
	padding-top: 5px;
	margin-bottom: .5em;
	position: relative;
	font-size: 1.25em;
}

.zone__head a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
}


/**
 * 11.3 - Post Formats
 */


/**
 * 11.4 - Comments
 */

 #comments {
 	margin-bottom: 1.5em;
 }

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid var(--text-black);
	font-family: var(--sans-fonts);
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: var(--text-black);
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: var(--sans-fonts);
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: var(--sans-fonts);
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: var(--sans-fonts);
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.4153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: var(--sans-fonts);
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: var(--serif-fonts);
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: var(--text-black);
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.attachment aside {
  display: none;
}

.widget ul>li,
.widget ol>li {
    padding: .5em 0 0;
    margin-top: .5em;
    border-top: 1.5px solid #d1d1d1;
}

.widget ul>li:first-of-type,
.widget ol>li:first-of-type {
    padding: 0;
    margin: 0;
    border: 0;
}

.sidebar .rp4wp-related-post-content a {
	font: 600 18px/1.3 var(--sans-fonts);
}

body:not(.single-post) .sidebar .widget_rp4wp_related_posts_widget {
	display: none;
}

.wpp-list {
	color: var(--phoenix-red);
	font: 600 18px/1.3 var(--sans-fonts);
	list-style: decimal inside;
	margin-left: 0;
}

.attachment-thumbnail{
	border-style: solid;
	border-width: 1px; 
	border-color: rgba(0,0,0,0.2);
}

.wpp-thumbnail {
	box-sizing: border-box;
	float: right;
	margin: 0 0 0 10px;
	width: 80px;
}

.wpp-thumbnail[src*="no_thumb.jpg"] {
	display: none;
}

.wpp-views {
	color: #999;
	font-size: .8em;
}

/**
 * 11.6 - Footer
 */

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

/*.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: var(--sans-fonts);
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}*/

.site-footer {
	background-color: #f8f8f8;
  	border-top: 1px solid #c5c5c5;
  	font-family: var(--sans-fonts);
  	font-size: .8em;
  	padding-top: 25px;
}

.site-footer .row {
	margin: 0 auto;
	max-width: 1300px;
}

.footer-links ul {
  margin: 0;
}

.footer-links li {
  display: inline;
  padding-right: 2em;
}

ul.menu {
  margin-left: 0;
  list-style: none;
}

.site-footer .phoenix_logo {
	margin: 0 auto;
	max-width: 95%;
	max-width: 350px;
}

.site-footer .menu-item {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.site-footer .menu-item > a {
	display: table-cell;
}

.menu__head {
	margin-bottom: .5em;
}

.site-footer .row > div {
	margin-bottom: .5em;
}

/**
 * 11.7 - Home
 */

.navbar {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	font-family: var(--sans-fonts);
}

.home #nav_top {
  /*display: none;*/
}

.home .header-brand {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: .5em auto;
}

header ul.nav.nav-pills {
  display: none;
  font-family: var(--sans-fonts);
  font-size: 1.1em;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

/*.nav>li>a {
  padding: 5px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

.nav li {
  display: inline-block;
}*/

.masthead {
  /*border-bottom: 8px double #ccc;*/
  margin-bottom: 1em;
}


/**
 * 11.8 - Feature posts
 */

.jumbotron {
  padding-top: 20%;
  margin: 0;
}


/**
 * 11.9 - Author Bio
 */

.author-bio {
	font-size: 1rem;
	line-height: 1.4;
	margin-bottom: 0;
	overflow: hidden;
	font-style: normal;
}

.author-wrap {
	display: inline-block;
	vertical-align: top;
}

.author-bio .avatar {
	display: inline-block;
	margin-right: 1em;
	margin-bottom: 1em;
	vertical-align: top;
}

.author .author-bio .avatar[src*="gravatar.com"] {
	display: none;
}

h1.author-name {
  margin: .2em 0;
  font-size: 1.5em;
  font-style: normal;
  font-family: var(--sans-fonts);
  font-weight: 700;
}

ul.social-links {
  list-style: none;
  margin: 0;
}

ul.social-links li {
  display: inline-block;
  padding-right: 1em;
  font-size: 1.4em;
}

.author-bio h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.1rem;
  color: var(--text-black);
  margin-bottom: .3em;
}

.more-posts {
	margin-bottom: 0;
	font-size: .8rem;
}

.more-posts li {
  font-style: normal;
  margin-bottom: .3em;
  font-family: var(--sans-fonts);
}

h1.author-name.page-title {
  font-size: 1.75rem;
}

h2.author-title {
  font-size: 1.25rem;
  margin-bottom: .5em;
  font-weight: 400;
  font-family: var(--sans-fonts);
}

.author-bio p {
  font-style: normal;
}

.single-post .author-bio {
 	border: 1.5px solid #d1d1d1;
 	border-radius: 4px;
 	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16) !important;
 	display: inline-block;
 	padding: 1.25em;
 	margin: 0 auto 1em;
}


/**
 * 11.10 - Asides (Pullquote)
 */

.pullquote {
	border: 0 solid var(--phoenix-red);
	border-top-width: 4px;
	color: #686868;
	font: 1.05em var(--sans-fonts);
	margin-right: 15px;
	margin-left: 15px;
	max-width: 840px;
    padding: 10px;
}

.pullquote > cite {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: .5em;
  padding-right: 0.5em;
  text-align: right;
}


.pullquote > cite:before {
  content: "\2014\00a0";
}

/*article aside {
  border: 0 solid var(--phoenix-red);
  border-left-width: 4px;
  color: #444;
  font-family: var(--sans-fonts);
  font-size: 19px;
  font-size: 1.1875rem;
  font-style: normal;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  quotes: none;
  padding: 0 0 0 1.263157895em;
}

aside:before,
aside:after {
  content: "";
}

aside p {
  margin-bottom: 1.4736842105em;
}

aside cite {
  color: #444;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 0.5em;
  padding-right: 0.5em;
}

aside cite:before {
  content: "\2014\00a0";
}

aside em,
aside i {
  font-style: normal;
}

aside strong,
aside b {
  font-weight: 400;
}

aside > :last-child {
  margin-bottom: 0;
}

aside.alignleft {
  margin: 0.3em 1.5em 1.5em 0;
}

aside.alignright {
  margin: 0.3em 0 1.5em;
}

aside.aligncenter {
  margin-bottom: 1.5em;
}

.entry-content aside h3 {
  color: var(--text-black);
  font: 700 1.2em var(--sans-fonts);
  margin-bottom: 0.5em;
  text-transform: none;
}

aside li span {
  color: var(--text-black);
  font-size: 0.9em;
}

aside ul {
  list-style: square;
  color: var(--phoenix-red);
}

aside li:not(:last-child) {
  margin-bottom: 0.45em;
}*/


/**
 * 11.11 - Sidr
 */

/*.hamburger {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

button.hamburger.toggled { margin-left: 300px; }

nav#sidebar-wrapper.toggled { width: 300px; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: var(--text-black);
  height: 100%;
  left: 300px;
  margin-left: -300px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
 display: none;
}

#menu-sidebar input {
  margin: 10px;
  width: 220px;
}

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 300px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.dropdown-toggle:after {
  content: none;
}

ul#menu-sidebar {
    font-family: var(--sans-fonts);
    font-size: .95em;
    padding-top: 60px;
}

.sidebar-nav li a.parent-link {
    width: 85%;
    display: inline-block;
}

.sidebar-nav li a.dropdown-toggle:not(.parent-link) {
    width: 15%;
    display: inline-block;
    padding-left: 10px;
    text-align: center;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.dropdown-toggle:focus {
  outline: none;
}

#menu-sidebar > li:first-child a {
  background-color: var(--text-black);
  color: #ffffff;
}

#menu-sidebar i:not(.fa-search) {
  padding-right: .8em;
}

button#searchsubmit {
    font-size: 1.3em;
    margin: 10px;
    padding: .25em;
    color: #444;
    background: transparent;
}

button#searchsubmit:hover,
button#searchsubmit:focus {
    color: var(--phoenix-red);
}

#menu-sidebar > li:nth-child(2):before { background-color: var(--phoenix-red); }

#menu-sidebar > li:nth-child(3):before { background-color: #9e0020; }

#menu-sidebar > li:nth-child(4):before { background-color: #b10024; }

#menu-sidebar > li:nth-child(5):before { background-color: #c50028; }

#menu-sidebar > li:nth-child(6):before { background-color: #d8002c; }

#menu-sidebar > li:nth-child(7):before { background-color: #ec0030; }

#menu-sidebar > li:nth-child(8):before { background-color: #ff0134; }

#menu-sidebar > li:nth-child(9):before { background-color: #ff1444; }

#menu-sidebar > li:nth-child(10):before { background-color: #ff2854; }

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav .dropdown-toggle {
  width: 100%;
  position: relative;
  height: auto;
}

.sidebar-nav .dropdown-toggle:after {
  border: 0;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}

.hamburger {
  background: transparent;
  border: none;
  display: inline-block;
  height: 32px;
  top: 10px;
  left: 15px;
  position: absolute;
  width: 32px;
  z-index: 999;
}

.hamburger:hover { outline: none; background-color: transparent;}

.hamburger:focus { outline: none; background-color: transparent; }

.hamburger:active { outline: none; background-color: transparent; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: var(--phoenix-red);
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(138, 0, 28, 0.7);
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(138, 0, 28, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(138, 0, 28, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top, 
.hamburger.is-closed .hamb-middle, 
.hamburger.is-closed .hamb-bottom, 
.hamburger.is-open .hamb-top, 
.hamburger.is-open .hamb-middle, 
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #8a100c;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #8a100c;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #8a100c;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #8a100c;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


nav {
    background: transparent;
    position: fixed;
    left: 0;
    width: 100%;
    height: 60px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.default {
    top: 0;
    margin-bottom: 0;
}
.fixed-top {
    top: auto;
    border-width: 0 0 1px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 10px;
  height: 50px;
  margin-bottom: 0;
}

.navbar .container {
  padding: 0;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: transparent;
  color: #ddd;
}*/


/**
 * 12.0 - Media
 */

.site .avatar {
	border: 1px solid #767676;
}

/* Make sure embeds and iframes fit their containers. */
embed,
figure,
iframe,
object,
video {
	border: 0;
	display: block;
	margin: 0 auto 1em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

figure > br { display: none; }

.post-thumbnail:empty {
	display: none;
}

.post-thumbnail {
	display: block;
	margin: 0;
}

figure img {
	object-fit: contain;
}

.post-thumbnail {
    /*display: inline-block;
    box-shadow: inset 0 0 0 10px rgba(255,255,255, 0);*/
    transition: all .3s;
}

/*.post-thumbnail:hover {
    box-shadow: inset 0px 12px 0px 0px rgb(166,41,41);
}*/

.post-thumbnail > img {
    display: block;
    position: relative;
    z-index: -1;
    transition: opacity .3s;
}

.media__main img {
	max-height: 540px;
	background-color: black;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	max-width: 100%;
}

figcaption,
.wp-caption .wp-caption-text {
  background-color: #fff;
  color: #686868;
  font-family: var(--sans-fonts);
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1.5;
  margin-top: 0;
  padding-top: 0.25em;
  max-width: 1280px;
}

:not(figure):not(.gallery):not(blockquote) > figcaption {
	margin-bottom: 1em;
}

.thumbnail-caption-text {
  background-color: #fff;
  color: #686868;
  font-family: var(--serif-fonts);
  font-size: 0.85em;
  line-height: 1.4153846154;
  margin-top: 0;
  padding-top: 0;
  cursor: default;
}

.single-post figure p {
  margin: 0;
}

figcaption cite {
  display: block;
  padding-right: 2px;
  text-align: right;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	/*margin: 0 -1.1666667% 1.75em;*/
}

.gallery-item figcaption {
	padding-left: 0;
	padding-right: 0;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	vertical-align: top;
	width: 100%;
}

.story__body > .gallery a,
.story__body > .gallery a:hover,
.story__body > .gallery a:focus {
	border-bottom: none;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	/*color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.4153846154;
	padding-top: 0.5384615385em;*/
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 12.3 - Slideshow
 */

/*.slideshow-content img {
  max-height: 600px;
  width: auto;
  margin: 0 auto;
}

.slideshow-content figure {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.portfolio-slideshow {
  max-width: 100%;
}

.portfolio-slideshow .post-thumbnail {
  margin-bottom: 0.25em;
}

.portfolio-slideshow .image-wrap a,
.portfolio-slideshow figure a {
  cursor: default;
}

.portfolio-slideshow a {
  cursor: default;
  color: #686868;
}

.portfolio-slideshow a:hover,
.portfolio-slideshow a:focus {
	text-decoration: none;
}

.slideshow-nav {
  font-family: var(--sans-fonts);
  font-size: .8em;
}

.slideshow-nav a.inactive:hover,
.slideshow-nav a.inactive:focus {
  text-decoration: none;
}

.slideshow-next:focus {
	outline: none;
}*/

.slideshow-content > figure {
	margin-bottom: 0;
}


/**
 * 13.0 - Multisites
 */


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - < 768px
 */
@media screen and (max-width: 767px) {
	a.custom-logo-link {
		visibility: hidden;
		height: 0px;
		width: 0px;
	}
	.navbar > .container-fluid {
		
		
	}
	/**.navbar-header{
		display: -webkit-flex;
    		display: flex;
    		-webkit-justify-content: space-between;
   		justify-content: space-between; 
	}*/
	

}

/**
 * 14.2 - >= 768px
 */
@media screen and (min-width: 768px) {
	
	.navbar .search-container.vis__xs {
		display: none !important;
	}

	/*.navbar .search-toggle {
		float: left;
		margin: 0 10px;
		padding: 0 20px;
	}

	.navbar .search-field[type="search"] {
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);
	}

	.navbar .search-submit {
		width: 150px;
		height: 30px;
	}


	.navbar .search-submit::before {
		content: "Search";
		font: 700 25px var(--sans-fonts);
		text-transform: uppercase;
	}*/

	.site-footer {
		padding: 50px 55px;
	}

	.author-bio > .avatar {
		float: left;
	}

	.author-bio > .author__wrap {
		float: left;
		width: calc(100% - 180px);
	}

	.pullquote {
		border-top: 0;
		border-left-width: 4px;
	}

	.story__body > h1,
	.story__body > h2,
	.story__body > h3,
	.story__body > h4,
	.story__body > h5,
	.story__body > h6 {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.alignleft {
		float: left;
		margin-right: .8em;
		margin-left: .8em;
	}

	.alignright {
		float: right;
		margin-right: .8em;
		margin-left: .8em;
	}

	.story__meta,
	.story__body > *:not(figure):not(.gallery):not(blockquote),
	.story__foot,
	figcaption,
	.slideshow-wrapper > .slideshow-nav,
	.slideshow-wrapper > .pscarousel,
	.page-header,
	.pullquote {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.author-bio > .col-l {
		clear: left;
		float: left;
		padding-right: .66em;
		width: 45%;
	}

	.author-bio > .col-r {
		clear: right;
		float: right;
		padding-left: .66em;
		width: 55%;
	}

  /*.archive ul.categories {
    list-style: none;
    -moz-column-count: 3;
	-webkit-column-count: 3;
    column-count: 3;
    -moz-column-rule: 1px solid #d1d1d1;
    -webkit-column-rule: 1px solid #d1d1d1;
    column-rule: 1px solid #d1d1d1;
    margin-top: 1em;
  }*/

	.archive article > .post-thumbnail img {
		max-height: 200px;
		max-width: 400px;
		width: auto;
	}

	.archive .post-thumbnail {
	  float: left;
	  margin: 0.5em 1.5em 0 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	.site {
		margin: 0;
	}

	.site-header {
    	padding: 0 4.5%;
  	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

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

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	/*body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}

	header ul.nav.nav-pills {
    display: flex;
    justify-content: center;
  }*/
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 992px
 */

@media screen and (min-width: 992px) {
	/*.site-content {
		margin-left: 0;
		margin-right: 0;
	}*/

	.story__body > blockquote {
		padding-left: 15px;
		padding-right: 10px;
	}

	.card__splash .card__head > .headline {
		font-size: 2.2rem;
	}

	.col-md-1, .col-md-2, .col-md-3, .col-md-4,
	.col-md-5, .col-md-6, .col-md-7, .col-md-8,
	.col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		/*padding-left: 15px;
		padding-right: 15px;*/
		padding: 1px;
	}
	
	body:not(.home) .sidebar {
		padding-left: 5%;
	}

	.home .zone:not(.zone__sections),
	.sidebar__wrap {
		padding-right: 10px;
		padding-left: 5px!important;
	}

	.page-title {
		font-size: 2.5rem;
	}

	.page__head {
		margin-bottom: 1.5em;
	}

	.story__head > .headline {
		font-size: 2.2rem;
	}

	.card__head > .headline {
		font-size: 1.5rem;
		margin-top: 0.1em;
	}

	.alignright.overflow {
		margin-right: -125px;
	}

	.story__meta, 
	.story__body > *:not(figure):not(.gallery):not(blockquote),
	figure figcaption,
	.slideshow-wrapper > .slideshow-nav,
	.slideshow-wrapper > .pscarousel {
		padding-right: 0;
		padding-left: 0;
	}

	.story__body > h1,
	.story__body > h2,
	.story__body > h3,
	.story__body > h4,
	.story__body > h5,
	.story__body > h6 {
		padding-right: 0;
		padding-left: 0;
	}

	.story__wrap,
	body:not(.home) .sidebar__wrap,
	.story__head {
		padding-right: 30px;
		padding-left: 30px;
	}

	.site-main > article {
		max-width: 100%;
	}

	.single-post .author-bio {
		margin-right: 1em;
		vertical-align: top;
	}

	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.post-template-single-feature .content-area {
    padding: 0;
  }

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}

	.archive article {
    column-count: 1;
    display: block;
  }

  .home .content-area {
    width: 100%;
  }

  /*.widget h3 {
    margin-bottom: 0;
  }*/

  .widget hr {
    margin: 0.5em 0;
  }

  /*Added 8/30/16 PJ*/
  .home .top-wrap {
    display: inline-block;
    width: 66%;
  }

  .home .centerpiece {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    float: right;
    margin-bottom: 0;
    padding: 0 1em;
    width: 75%;
  }

  .home .section-wrap.centerpiece hr {
    display: block;
    margin: 0.8em 0;
  }

  .home .items-only {
    clear: left;
    float: left;
    width: 25%;
  }

  .home .section-wrap.focus-stories {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: none;
    float: right;
    margin-bottom: 1em;
    padding: 0 1em;
    width: 75%;
  }

  .home .focus-stories p {
    font-size: 0.85em;
  }

  .col-l {
    clear: left;
    float: left;
    padding-right: 0.66em;
    width: 50%;
  }

  .col-r {
    clear: right;
    float: right;
    padding-left: 0.66em;
    width: 50%;
  }

  .home .focus-news {
    clear: right;
    float: right;
    padding-left: 1em;
    width: 34%;
  }

  .home .multimedia {
    float: left;
    width: 100%;
  }

  .home .multimedia p {
    width: 75%;
  }

  .home .multimedia .post-thumbnail {
    margin: 0 auto 1.75em;
    max-width: 720px;
  }

  .home .simple-category {
    float: left;
    width: 100%;
    margin-bottom: 2em;
  }

  .home .section-wrap.simple-category .col-40 hr:first-of-type {
    display: none;
  }

  .home .simple-category .col-60 {
    clear: left;
    float: left;
    padding-right: 0.66em;
    width: 60%;
  }

  .home .simple-category .col-40 {
    clear: right;
    float: right;
    padding-left: 0.66em;
    width: 40%;
    border-left: 1px solid #d1d1d1;
  }

  .home .section-wrap.items-only {
    border-top: none;
    padding-right: 1em;
    padding-top: 0;
  }

  .home .section-wrap .col-l/*, .home .section-wrap .col-60*/ {
    border-right: 1px solid #d1d1d1;
    padding-right: 0.66em;
  }

  .home .section-wrap.focus-news {
    border-top: none;
    margin-bottom: 1.5em;
    padding-left: 1em;
    padding-top: 0;
  }

  .home .section-wrap.focus-stories .col-l,
  .home .section-wrap.focus-stories .col-r {
    margin-bottom: 0;
  }

	.site-header {
		padding: 5.25em 4.5455%;
	}

	.site-branding,
	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	/*.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}*/

	/*body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer,
  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-meta {
    width: 100%;
    margin-left: 0;
  }

  .widget .entry-title {
    margin-bottom: 0;
  }

  .entry-footer span,
  .entry-meta span {
    display: inline-block;
  }

  /*Override entry footer from Parent Theme to default*/
  /*body:not(.search-results) article:not(.type-page) .entry-footer,
  body:not(.search-results) article:not(.type-page) .entry-meta {
    float: none;
    width: auto;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after,
  body:not(.search-results) article:not(.type-page) .entry-meta > span:not(:last-child):after {
    display: inline-block;
  }*/

  .post-template-single-feature .entry-title {
    font-size: 2.5em;
    line-height: 1.2;
  }

  .centerpiece h3.entry-title {
    font-size: 1.3em;
  }

  .site-branding,
  .header-image {
    margin: 0.2em auto;
  }
}


/**
 * 14.4 - >= 1200px
 */

/*@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}*/


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

  a[href]:after {
    content: none !important;
  }
}

.widget-title,
.zone__head {
  border-width: 2px!important;
  border-color: var(--phoenix-red);
  
}