/* reset for standard page items */
body,html,div,blockquote,img,label,p,h1,h2,h3,h4,h5,h6,pre,ol,
dl,dt,dd,form,a,fieldset,input,th,td {
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
	display: table;
	overflow-x:hidden;
	overflow-y: scroll;
}

ul {
    list-style: none;
}

img {
    border: 0px solid transparent;
	padding: 0px;
	margin: 0px auto;
}

* {
    margin: 0;
    padding: 0;
    
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body {
    font-size: 18px;
    color: #2d2d2d;
    /* font-family:'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif; */
	font-family: 'Archivo Narrow', sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
	background: none repeat scroll 0 0 #ffffff;
}

html, body {
    height: 100%;
	min-height: 100%;
}

a {
    color: #ad3d2b;
    text-decoration: none;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;	
	transition: all 300ms ease-in-out;
}

a:visited {
	color: #ad3d2b;
}

a:hover,
a:focus {
	color: #ad3d2b;
}

p {
    font-size: 18px;
    color: #2d2d2d;
    /* font-family:'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif; */
	font-family: 'Archivo Narrow', sans-serif;
}

span {
	font-weight: normal;
}


/* start page styles */

#site-container {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
}

#page-header-wrapper {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #b8b8ba;
	padding: 27px 0px 27px 0px;
	margin: 0px auto;
}

.content-center-wrapper {
	width: 98%;
	max-width: 1020px;
	overflow: hidden;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	background: none repeat scroll 0 0 transparent;
}

#top-bar-menu-wrapper {
	display: none;
}

#top-bar-menu-wrapper.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4000;
	opacity: 1.0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.23);
}

#top-bar-menu-wrapper.fixed:hover {
	opacity: 1.0;
}

#top-menu {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	text-align: left;
	line-height: 35px;
	display: flex;
}

.gray-background {
	background: none repeat scroll 0 0 #b8b8ba;
}

.light-gray-background {
	background: none repeat scroll 0 0 #EEEEEE;
}

.dark-gray-background {
	background: none repeat scroll 0 0 #8a8a8a;
}

.white-background {
	background: none repeat scroll 0 0 #ffffff;
}

.white-text {
	color: #ffffff!important;
}

.white-text:hover,
.white-text:focus {
	color: #ad1414!important;
}

#nav-menu-left {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 35px;
	text-align: left;
	width: 55%;
	float: left;
}

#nav-menu-left li {
	display: inline-block;
	vertical-align: top;
}

#nav-menu-left li:first-child {
	padding-left: 15px;
	width: auto;
}

#nav-menu-left li a {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	padding: 0px 8px 0px 8px;
}

#nav-menu-right {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 35px;
	text-align: right;
	width: 23%;
	float: left;
	display: block!important;
}

#login-link {
	display: inline-block;
}

#nav-menu-right li {
	display: inline-block;
	vertical-align: top!important;
}

#nav-menu-right li:last-child {
	padding-right: 15px;
}

#nav-menu-right li a {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	padding: 0px 8px 0px 8px;
}

#nav-menu-left, #nav-menu-right {
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
}

#nav-menu-right li a:hover,
#nav-menu-right li a:focus,
#nav-menu-left li a:hover,
#nav-menu-left li a:focus {
	color: #ad1414;
}

/* #nav-menu-right li:after {
	content: "|";
	display: inline-block;
	color: #ffffff;
	line-height: 100%;
}

#nav-menu-right li:last-child:after {
	content: "";
} */

#rail-menu #nav-toggle-top {
	padding: 5px 6px;
	border: 1px solid #ad1414;
	border-radius: 3px;
}

#rail-menu #nav-toggle-top:hover {
	cursor: pointer;
	color: #2d2d2d;
	background: none repeat scroll 0 0 #8ad3f4;
}

.menu-top-logo-shares {
	display: block;
	padding: 0px;
	margin: 0px auto;
}

.menu-top-logo-shares .menu-share-icon-wrapper {
	text-align: center;
	line-height: 30px;
	vertical-align: top;
}

.menu-top-logo-shares .share-icon-menu {
	font-size: 13px;
	padding: 7px 7px;
	border-radius: 40px;
	color: #ffffff;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0px 2px 0px 2px;
}

.menu-top-logo-shares .share-icon-menu:hover,
.menu-top-logo-shares .share-icon-menu:focus {
	background: none repeat scroll 0 0 #e8ac58;
	color: #ffffff;
}

.menu-top-logo-shares .share-icon-menu:active {
	background: none repeat scroll 0 0 #516ca3;
	color: #ffffff;
}

.menu-top-logo-shares .share-icon-menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff!important;
	line-height: 15px;
	margin-left: -8px;
}

.menu-top-logo-shares .share-icon-menu a:hover,
.menu-top-logo-shares .share-icon-menu a:focus,
.menu-top-logo-shares .share-icon-menu a:active {
	color: #ffffff;
}

#slide-menu-overlay {
	background-image: url('../images/background-screen-black.png');
	background-repeat: repeat;
	background-position: fixed;
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	display: none;
	
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#slide-menu-overlay.menu-active {
	opacity: 1;
	z-index: 999998;
	display: block;
}

#side-menu-wrapper {
	width: 280px;
	background: none repeat scroll 0 0 #EEEEEE;
	position: fixed;
	top: 0;
	height: 100%;
	margin-left: -280px;
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: 0;
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#side-menu-wrapper.menu-active {
	margin-left: 0px;
	z-index: 999999;
	opacity: 1;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.45);
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#side-menu-content {
	width: 99.5%;
	margin: 0px auto;
	padding: 0px;
}

.menu-logo-shares {
	display: block;
	padding: 10px 10px 15px 10px;
	margin: 0px auto;
	border-bottom: 1px solid #b8b8ba;
}

#slide-menu-logo {
	text-align: center;
}

#slide-menu-logo img {
	width: 100%;
	max-width: 95%;
	height: auto;
	display: block;
	border: 0px solid transparent;
	vertical-align: middle;
}

#slide-menu-search .menu-share-icon-wrapper {
	float: right;
	text-align: center;
}

#slide-menu-search .share-icon-menu {
	font-size: 13px;
	padding: 7px 7px;
	border-radius: 40px;
	color: #ffffff;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}

#slide-menu-search .share-icon-menu a {
	color: #ffffff;
}

#slide-menu-search .share-icon-menu:hover,
#slide-menu-search .share-icon-menu:focus {
	background: none repeat scroll 0 0 #e8ac58;
}

#slide-menu-search .share-icon-menu:active {
	background: none repeat scroll 0 0 #516ca3;
}

#slide-menu-search .share-icon-menu a {
	display: block;
	width: 100%;
	height: 100%;
}

#slide-menu-search {
	padding: 10px 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #b8b8ba;
	overflow: hidden;
}

#close-slide-menu {
	color: #516ca3;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	padding: 15px 6px 12px 6px;
	text-align: right;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #b8b8ba;
	width: 100%;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	
	display: inline-block;
	float: right;
}

#close-slide-menu:hover {
	color: #ad1414;
	cursor: pointer;
}

.main-nav-item {
	position: relative;
	list-style: none outside none;
}

.main-nav-item ul {
	width: 100%;
}

.main-nav-item li {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	display: block;
	border-bottom: 1px solid #b8b8ba;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.main-nav-item li a {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	line-height: 23px;
	padding: 8px 0px 8px 10px;
	display: block;
	max-width: 95%;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.main-nav-item li a span {
	display: inline-block;
	text-transform: none;
	font-weight: 700;
}

.main-nav-item li a:hover {
	color: #ad1414;
}

.main-nav-item li .drop-arrow-section, .drop-arrow {
	color: inherit;
	vertical-align: middle;
	float: right;
	width: 29px;
	height: 29px;
	text-align: center;
	font-size: 25px;
}

.main-nav-item li .drop-arrow-section:hover {
	color: #ad1414;
	cursor: pointer;
}

.main-nav-item .social-icon-line {
	display: inline-block;
	margin: 0px 8px 0px 8px;
	padding: 0px;
	font-size: 0px;
}

.main-nav-item .social-icon-line .social-icon {
	line-height: 0;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
	font-size: 39px;
	box-sizing: content-box;
	overflow: hidden;
}

.main-nav-item .social-icon-line .social-icon i {
	background-color: inherit;
	margin: 0px;
	padding: 0px;
	line-height: 33px;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.section-navigation li .drop-arrow {
	color: inherit;
	vertical-align: middle;
	float: right;
}

.section-navigation li .drop-arrow:hover {
	color: #ad1414;
	cursor: pointer;
}

.section-navigation li  {
	border-bottom: 1px solid #ffffff;
}

.section-navigation li:last-child {
	border-bottom: 0px solid transparent;
}

.section-navigation li a,
.section-navigation li span {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: normal!important;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	line-height: 23px;
	padding: 5px 0px 5px 10px;
	display: block;
	max-width: 88%;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.section-navigation li .sub-navigation {
	margin: 0px auto;
	padding: 0px;
}

.section-navigation li .sub-navigation li {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: normal;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	display: block;
	border-bottom: 1px solid #b8b8ba;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.section-navigation li .sub-navigation li:last-child {
	border: 0px solid transparent;
}

.section-navigation li .sub-navigation li a,
.section-navigation li .sub-navigation li span {
	color: #2d2d2d;
	text-transform: uppercase;
	text-transform: none;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	line-height: 23px;
	padding: 8px 0px 8px 40px!important;
	display: block;
	max-width: 86%;
	letter-spacing: 0.5px;
	
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.section-navigation li .nav-category-sub,
.section-navigation li a {
	color: #2d2d2d!important;
	padding-left: 15px!important;
}

.section-navigation li a:hover,
.section-navigation li .sub-navigation li a:hover,
.section-navigation li .nav-category-sub:hover {
	color: #ad1414!important;
}

.section-navigation li .sub-navigation.menu-active {
}

.menu-icon {
	display: inline-block;
	opacity: 1;
}

.menu-icon.active {
	display: inline-block;
	opacity: 1;
}

.bottom-button-wrapper {
	padding: 15px 0px 15px 0px;
	margin: 0px auto;
	display: block;
	max-width: 95%;
	text-align: center;
}

.button-wrapper-slide-menu {
	width: 40%;
	overflow: hidden;
	border-radius: 4px;
	display: inline-block;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

.button-wrapper-slide-menu a {
	color: #ffffff;
	text-transform: uppercase;
	text-transform: none;
	font-weight: 300;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	display: block;
	padding: 8px 0px 8px 0px;
	text-align: center;
}

.gold-button {
	background: none repeat scroll 0 0 #e8ac58;
}

.gold-button:hover,
.gold-button:focus {
	opacity: 0.75;
}

.gold-button:active {
	background: none repeat scroll 0 0 #b8b8ba;
	opacity: 1;
}

.blue-button {
	background: none repeat scroll 0 0 #516ca3;
}

.blue-button:hover,
.blue-button:focus {
	opacity: 0.75;
}

.blue-button:active {
	background: none repeat scroll 0 0 #b8b8ba;
	opacity: 1;
}

#weather-insert-wrapper {
	display: none;
}

#weather-insert-wrapper #weather-w-insert {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#weather-insert-wrapper #weather-w-insert:hover iframe:hover {
	cursor: pointer!important;
}

#site-logo-wrapper {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}

#site-logo-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	border: 0px solid transparent;
	max-width: 510px;
}

#search-header-wrapper {
	display: none;
}

.blue-wide-box {
	width: 100%;
	background: none repeat scroll 0 0 #516ca3;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
}

.most-read-single {
	width: 100%;
	background: none repeat scroll 0 0 #516ca3;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.light-gray-wide-box {
	display: none;
}

.gray-wide-box {
	width: 100%;
	background: none repeat scroll 0 0 #b8b8ba;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
}

.black-wide-box {
	width: 100%;
	background: none repeat scroll 0 0 #2d2d2d;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
}

#local-tag-line {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#local-tag-line h2 {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 42px;
}

.yellow-button-wrapper {
	overflow: hidden;
	border-radius: 4px;
	background: none repeat scroll 0 0 #e8ac58;
	display: inline-block;
	padding: 8px 10px 8px 10px;
	margin: 20px auto;
	text-align: center;
}

.yellow-button-wrapper .yellow-button, .yellow-button-wrapper .yellow-button a {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

.yellow-button-wrapper:hover,
.yellow-button-wrapper:focus {
	background: none repeat scroll 0 0 #f1a944;
}

.yellow-button-wrapper:active {
	background: none repeat scroll 0 0 #b8b8ba;
}

#page-footer-wrapper {
	width: 100%;
	background: none repeat scroll 0 0 #2d2d2d;
	padding: 30px 0px 30px 0px;
	margin: 0px auto;
	position: relative;
	clear: both;
}

#left-footer-wrapper-links {
	display: inline-block;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	vertical-align: top;
	text-align: left;
	margin: 0px 30px 0px auto;
	width: 100%;
}

#left-footer-wrapper-links .links-left-wrapper {
	display: none;
	margin: 0px;
	padding: 0px;
}

#left-footer-wrapper-links .links-left-left {
	display: inline-block;
	width: 46%;
	vertical-align: top;
	margin: 0px 20px 0px auto;
}

#left-footer-wrapper-links .links-left-right {
	display: inline-block;
	width: 46%;
	vertical-align: top;
	margin: 0px auto;
}

#left-footer-wrapper-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
}

#left-footer-wrapper-links ul li {
}

#left-footer-wrapper-links ul li a {
	font-size: 18px;
	color: #ffffff;
}

#left-footer-wrapper-links ul li a:hover,
#left-footer-wrapper-links ul li a:focus {
	color: #ad1414;
}

#left-foooter-wrapper-links ul li a:active {
}

#left-footer-wrapper-links h3,
#right-footer-wrapper-links h3 {
	border-bottom: 1px solid #ffffff;
	font-size: 23px;
	line-height: 27px;
	font-weight: 700;
	margin: 0px auto 20px auto;
}

#right-footer-wrapper-links {
	display: none;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	vertical-align: top;
	text-align: left;
	width: 56%;
}

#right-footer-wrapper-links ul {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
	float: left;
	width: 25%;
}

#right-footer-wrapper-links ul li a {
	font-size: 18px;
	padding-left: 20px;
	color: #ffffff;
}

#right-footer-wrapper-links ul li a:hover,
#right-footer-wrapper-links ul li a:focus {
	color: #ad1414;
}

#right-footer-wrapper-links ul li a:active {
	color: #ad1414;
}

#left-footer-wrapper-links ul .footer-section-head a,
#right-footer-wrapper-links ul .footer-section-head a {
	font-size: 23px;
	font-weight: 700;
	padding-left: 0px;
}

#footer-logo-left {
	width: 220px;
	max-width: 220px;
	height: 101px;
	overflow: hidden;
	display: block;
	margin: 20px auto;
	background: none repeat scroll 0 0 #2d2d2d;
	position: relative;
}

#footer-logo-left img {
	width: 100px;
	max-width: 100px;
	display: inline-block;
	height: 101px;
	border: 0px solid transparent;
	margin: 0px auto;
	padding: 0px;
}

#print-footer-logo {
	display: inline-block;
}

#footer-search-map-wrapper {
	display: table;
	margin: 20px auto;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

#footer-search-wrapper {
	width: 45%;
	display: table-cell;
	margin: 0px auto;
	vertical-align: middle;
}

#footer-site-map-wrapper {
	width: 45%;
	display: table-cell;
	margin: 0px auto;
	padding: 25px;
	vertical-align: middle;
}

#footer-bottom-links {
	width: 100%;
	display: inline-block;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	vertical-align: top;
}

#footer-bottom-links ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none outside none;
}

#footer-bottom-links ul li {
	display: inline-block;
	margin: 6px 9px;
}

#footer-bottom-links ul li a {
	display: inline-block;
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	vertical-align: top;
}

#footer-bottom-links ul li a:hover,
#footer-bottom-links ul li a:focus,
#footer-bottom-links ul li a:active {
	color: #ad1414;
}

.drk-gray-button-wrapper {
	overflow: hidden;
	border-radius: 4px;
	background: none repeat scroll 0 0 #8a8a8a;
	display: block;
	padding: 8px 10px 8px 10px;
	margin: 20px auto;
	text-align: center;
	display: inline-block;
}

.drk-gray-button-wrapper .drk-gray-button, .drk-gray-button-wrapper .drk-gray-button a {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

.drk-gray-button-wrapper:hover,
.drk-gray-button-wrapper:focus {
	background: none repeat scroll 0 0 #e8ac58;
}

.drk-gray-button-wrapper:active {
	background: none repeat scroll 0 0 #516ca3;
}

.drk-gray-button-wrapper:active .drk-gray-button {
	color: #ffffff;
}

.white-line {
	width: 100%;
	height: 1px;
	background: none repeat scroll 0 0 #ffffff;
	margin: 10px auto;
}

#footer-copy-wrapper {
	width: 100%;
	display: block;
	margin: 10px auto;
	text-align: center;
}

#footer-copy-wrapper span, #footer-copy-wrapper span a {
	color: #ffffff;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
}

#footer-copy-wrapper span a:hover,
#footer-copy-wrapper span a:focus {
	color: #ad1414;
}

.footer-logo-shares {
	display: block;
	padding: 0px;
	margin: 20px auto;
	text-align: center;
}

.footer-logo-shares .menu-share-icon-wrapper {
	text-align: center;
	line-height: 30px;
	vertical-align: top;
}

.footer-logo-shares .share-icon-menu {
	font-size: 13px;
	padding: 7px 7px;
	border-radius: 40px;
	color: #ffffff;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0px 2px 0px 2px;
}

.footer-logo-shares .share-icon-menu:hover,
.footer-logo-shares .share-icon-menu:focus {
	background: none repeat scroll 0 0 #e8ac58;
	color: #ffffff;
}

.footer-logo-shares .share-icon-menu:active {
	background: none repeat scroll 0 0 #516ca3;
	color: #ffffff;
}

.footer-logo-shares .share-icon-menu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff!important;
	line-height: 15px;
}

.footer-logo-shares .share-icon-menu a:hover,
.footer-logo-shares .share-icon-menu a:focus,
.footer-logo-shares .share-icon-menu a:active {
	color: #ffffff;
}

#searchform .screen-reader-text {
	display: none;
}

#searchform  input {
	color: #9a9a9a;
	background: none repeat scroll 0 0 transparent;
	padding: 5px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	text-transform: none;
}

#searchform  input:focus  {
	color: #000000;
}

#searchform .search-wrapper {
	background: none repeat scroll 0 0 #ffffff ;
	border: 1px solid #b8b8ba;
	color: #9a9a9a;
	padding: 0px 10px 0px 10px;
	border-radius: 5px;
}

#searchform #searchsubmit {
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	display: table-cell;
	vertical-align: top;
}

/* #searchform #searchsubmit:before {
	color: #8a8a8a;
	display: table-cell;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
} */

#searchform #searchsubmit:hover,
#searchform #searchsubmit:focus {
	cursor: pointer;
}

#page-header-wrapper #searchform .screen-reader-text {
	display: none;
}

#page-header-wrapper #searchform  input {
	color: #9a9a9a;
	background: none repeat scroll 0 0 transparent;
	padding: 5px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	text-transform: none;
	max-width: 75px;
}

#page-header-wrapper #searchform  input:focus  {
	color: #000000;
}

#page-header-wrapper #searchform .search-wrapper {
	background: none repeat scroll 0 0 #EEEEEE ;
	border: 1px solid #b8b8ba;
	color: #9a9a9a;
	padding: 0px 10px 0px 10px;
	border-radius: 5px;
}

#page-header-wrapper #searchform #searchsubmit {
	position: absolute;
	top: 0;
	left: 0;
	color: transparent;
	display: table-cell;
	vertical-align: top;
}

/* #page-header-wrapper #searchform #searchsubmit:before {
	color: #8a8a8a;
	display: table-cell;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
} */

#page-header-wrapper #searchform #searchsubmit:hover,
#page-header-wrapper #searchform #searchsubmit:focus {
	cursor: pointer;
}

/* start article styles */

#story-content-wrapper {
	display: block;
	margin: 20px auto;
	padding: 0px;
	width: 100%;
}

.article-bread-crumbs {
	width: 94%;
	display: block;
	margin: 15px auto;
	color: #9a9a9a;
	float: right;
}

.article-bread-crumbs span a {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	color: #8a8a8a;
	font-size: 18px;
	line-height: 21px;right
	text-transform: uppercase;
}

.article-bread-crumbs span a:hover,
.article-bread-crumbs span a:focus {
	color: #e8ac58;
}

.article-bread-crumbs span a:active {
	color: #516ca3;
}

.article-title {
	font-weight: bold;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 45px;
	line-height: 49px;
	margin: 15px auto;
	padding: 0px;
	display: block;
	color: #000000;
	width: 94%;
	float: right;
	clear: both;
}

.article-title a {
	font-weight: bold;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 45px;
	line-height: 49px;
	color: #2d2d2d;
}

.article-time {
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	line-height: 19px;
	margin: 10px auto;
	padding: 0px;
	color: #9a9a9a;
	width: 94%;
	float: right;
	clear: both;
}

.article-time .update-post-date {
	color: #ad1414;
}

.article-gallery-insert {
	clear: both;
	position: relative;
	width: 100%;
	z-index: 1000;
}

.article-gallery-wrapper {
	width: 99%;
	display: block;
	margin: 15px auto 15px 10px;
	position: relative;
	padding-top: 60%;
}

.article-gallery-wrapper ul {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.article-gallery-wrapper .gallery-item {
	width: 90%;
	max-width: 920px!important;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	white-space: normal;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
}

.article-gallery-wrapper .gallery-item.active,
.article-gallery-wrapper .gallery-item.left,
.article-gallery-wrapper .gallery-item.right {
	z-index: 2;
	opacity: 1;
}

.article-gallery-wrapper .js-rest-left {
	left: auto;
}

.article-gallery-wrapper .gallery-item.left {
	left: -100%;
	right: 0;
}

.article-gallery-wrapper .gallery-item.right {
	right: -100%;
	left: auto;
}

.transition .gallery-item.left {
	left: 0%;
}

.transition .gallery-item.right {
	left: 0%;
}

.slide-transition .gallery-item.shift-right {
	right: 100%;
	left: auto;
}

.slide-transition .gallery-item.shift-left {
	left: 100%;
	right: auto;
}

.slide-transition .gallery-item {
	-webkit-transition-property: right, left, margin;
	-moz-transition-property: right, left, margin;
	-o-transition-property: right, left, margin;
	transition-property: right, left, margin;
}

.article-gallery-wrapper .indicators {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 4;
	padding: 0;
	text-align: center;
	display: none;
}

.article-gallery-wrapper .indicators li {
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 5px;
	background #ffffff;
	list-style-type: none;
	list-style-type: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-out;
	-moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.article-gallery-wrapper .indicators li.active {
	background: none repeat scroll 0 0 #93278f;
}

.article-gallery-wrapper .gallery-item .gallery-image {
	width: 100%;
	display: block;
}

.article-gallery-wrapper .gallery-item .gallery-image img {
	width: 100%;
	height: auto;
	display: block;
	border: 0px solid transparent;
	padding: 0px;
	margin: 0px auto;
}

.article-gallery-wrapper .gallery-item .gallery-image img.portrait {
	width: auto;
	height: 100%;
	max-height: 600px;
}

.article-gallery-wrapper .gallery-item .gallery-image img.landscape {
	width: 85%;
	height: auto;
}

.article-gallery-wrapper .gallery-item .cedit-full-wrapper {
	display: table;
	border-bottom: 1px solid #b8b8ba;
	padding: 5px 0px 5px 0px;
	width: 100%;
}

.article-gallery-wrapper .gallery-item .photo-credit {
	display: table-cell;
	font-size: 16px;
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
}

.article-gallery-wrapper .gallery-item .purchase-photo {
	display: table-cell;
	font-size: 16px;
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	width: 12%;
}

.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button, .article-gallery-wrapper .gallery-item .purchase-photo .purchase-button a {
	border: 0px solid transparent;
	background: none repeat scroll 0 0 transparent;
	font-size: 16px;
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	display: inline-block;
}

.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button:hover,
.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button:focus,
.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button:hover a,
.article-gallery-wrapper .gallery-item .purchase-photo .purchase-button:focus a {
	cursor: pointer;
	color: #ad1414;
}

.article-gallery-wrapper .gallery-item .purchase-photo:active,
.article-gallery-wrapper .gallery-item .purchase-photo:active a {
	cursor: pointer;
	color: #ad1414;
}

.article-gallery-wrapper .gallery-item .photo-full-screen {
	display: table-cell;
	color: #8a8a8a;
	width: 2%;
}

.article-gallery-wrapper .gallery-item .photo-full-screen:hover {
	cursor: pointer;
	color: #ad1414;
}

.article-gallery-wrapper .gallery-item .photo-count {
	font-size: 16px;
	color: #8a8a8a;
	font-family: 'Archivo Narrow', sans-serif;
	display: block;
	margin: 10px auto;
	padding: 0px;
}

.article-gallery-wrapper .gallery-item .photo-caption {
	font-size: 16px;
	color: #000000;
	font-family: 'Lora', sans-serif;
	border-bottom: 1px solid #b8b8ba;
	padding-bottom: 10px;
}

.article-gallery-wrapper .gallery-prev,
.article-gallery-wrapper .gallery-next {
	color: #b8b8ba;
	font-size: 60px;
	position: absolute;
	top: 45%;
	z-index: 2000;
}

.article-gallery-wrapper .gallery-prev {
	left: 0;
}

.article-gallery-wrapper .gallery-next {
	right: 0;
}

.article-gallery-wrapper .gallery-prev:hover,
.article-gallery-wrapper .gallery-next:hover {
	cursor: pointer;
	color: #e8ac58;
}

.article-gallery-wrapper .gallery-prev:active {
	color: #a9badc;
}

.article-gallery-wrapper .gallery-refresh div {
	display: block!important;
}

#FullScreenImage {
	width: 100%;
	display: none;
	position:fixed;
	width: 100%;
	height: 100%!important;
	top:0;
	right:0;
	bottom:0;
	left:0;
	/* I made a 50% opacity black tile background for this 
	div so it would seem more... modal-y*/
	background: transparent url('../images/gallery-overlay-50.png') repeat;
	z-index: 99999;
}

#FullScreenImage .image-wrapper {
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
	width: 100%;
	height: 100%;
	display: block; 
}

#FullScreenImage img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	/* max-width: 90%;
	max-height:100%; */
}

#FullScreenImage img.portrait {
	height: 90%;
	max-height: 90%;
	width: auto;
}

#FullScreenImage img.landscape {
	width: 90%;
	max-width: 90%;
	height: auto;
}

.article-body-content-wrapper {
	position: relative;
	margin: 10px auto 35px auto;
	/* padding: 0px 0px 20px 0px; */
	padding: 0px;
	overflow: hidden;
	width: 100%;
}

.share-tools-wrapper {
	display: none;
}

.share-tools-inside {
	padding: 10px;
	display: block;
	border: 1px solid #b8b8ba;
	background: none repeat scroll 0 0 #ffffff;
}

.share-link-wrapper {
	overflow: hidden;
}

.share-link-wrapper a {
	font-size: 20px;
	color: #b8b8ba;
	margin: 20px auto;
	padding: 0px;
	text-align: center;
	display: block;
}

.share-link-wrapper a:nth-child(1) {
	margin: 0px auto 20px auto;
}

.share-link-wrapper a:last-child {
	margin: 20px auto 0px auto;
}

.share-link-wrapper a:hover,
.share-link-wrapper a:focus {
	color: #e8ac58;
}

.share-link-wrapper a:active {
	color: #516ca3;
}

.content-of-article-wrapper {
	position: relative;
	display: inline-block;
	width: 94%;
	float: right;
	padding-bottom: 85px;
}

.article-body-wrapper {
	display: inline-block;
	width: 100%;
	height: auto!important;
	float: none;
}

.right-wrapper {
	display: none;
}

.right-rail-content {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.right-content-sticky {
	position: relative;
	margin: 0px auto 20px auto;
	padding: 0px 0px 0px 0px;
}

.right-content-sticky.sticky-fixed {
	position: absolute;
	top: 45px;
	z-index: 3;
	/* right: 0; */
}

.share-tools-wrapper.is-sticky,
.right-content-sticky.is-sticky {
	margin-top: 48px;
}

.right-content-sticky.is-sticky {
	width: 310px;
}

.pin-wrapper {
	display: inline-block;
}

.article-author {
	color: #516ca3;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 25px;
	font-weight: bold;
	display: block;
	position: relative;
	clear: both;
}

.article-author:hover,
.article-author:focus {
	color: #ad1414;
}

.article-author-title {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	color: #8a8a8a;
	margin: 5px 0px 30px 0px;
}

.article-quote-wrapper {
	padding: 20px 10px 20px 10px;
	text-align: center;
	border-top: 2px solid #516ca3;
	border-bottom: 2px solid #516ca3;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	float: left;
	margin: 20px 20px 20px 0px;
	color: #000000;
	max-width: 150px;
}

.article-quote-wrapper .the-quotes-article {
	color: #a9badc;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 50px;
	vertical-align: middle;
}

.article-quote-wrapper .article-post-the-quote {
	color: #000000;
	vertical-align: baseline;
	line-height: 29px;
	font-size: 25px;
}

#decryptedBody,
.article-body {
	display: block;
	font-family: 'Lora', serif;
	font-size: 23px;
	/* line-height: 28px; */
	font-weight: normal;
	color: #565656;
	width: 100%;
	word-wrap: break-word;
	overflow: hidden;
	padding-bottom: 20px;
}

#decryptedBody p a,
#decryptedBody a,
.article-body p a,
.article-body a {
	color: #ad1414;
	font-family: 'Lora', serif;
}

#decryptedBody .wp-caption,
.article-body .wp-caption {
	display: none;
}

#decryptedBody p,
.article-body p {
	margin-bottom: 20px;
	font-family: 'Lora', serif;
}

.related-stories-links-wrapper {
	display: block;
	width: 95%;
	padding: 20px 0px 20px 0px;
	margin: 0px auto 0px auto;
	border-top: 1px solid #b8b8ba;
	border-bottom: 1px solid #b8b8ba;
	position: relative;
	clear: both;
}

.related-stories-links-wrapper h2 {
	position: relative;
	clear: both;
	color: #516ca3;
	font-size: 22px;
	padding-top: 6px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Helvetica, Roboto, 'Segoe UI', Calibri,sans-serif;
}

.related-stories-links-wrapper .related-story-links {
	width: 90%;
	display: block;
	margin: 0px auto;
}

.related-stories-links-wrapper .related-story-links p a {
	display: block;
	font-weight: 300;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 19px;
	margin: 5px auto;
	line-height: 23px;
}

.related-stories-links-wrapper .related-story-links p a:hover,
.related-stories-links-wrapper .related-story-links p a:focus {
	color: #8a8a8a;
}

.article-med-rec-insert-wrapper {
	float: right;
	width: 100%;
	max-width: 320px;
	margin: 0px 0px 20px 20px;
	display: block;
}

.bottom-article-content-box-split {
	display: none;
}

.article-related-posts {
	width: 47.5%;
	margin: 0px 30px 0px 0px;
	display: inline-block;
	vertical-align: top;
}

.related-post-content-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #b8b8ba;
    margin-bottom: 10px;
    display: block;
}

.related-post-content-wrapper:last-child {
	border-bottom: 0px solid transparent;
}

.article-related-posts .related-header {
    width: 100%;
    display: table;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 26px;
    line-height: 29px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #516ca3;
    color: #516ca3;
    font-weight: 700;
	margin: 0px 0px 20px 0px;
}

.article-related-posts .related-post-title {
    color: #2d2d2d;
    font-weight: 700;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 23px;
    margin: 0px auto;
    line-height: 26px;
	width: 100%;
	display: block;
}

.article-related-posts .related-post-title:hover,
.article-related-posts .related-post-title:focus {
	color: #516ca3;
}

.article-related-posts .related-post-date {
    color: #565656;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 5px auto;
	width: 100%;
	display: block;
}

.article-latest-stories {
	width: 47.5%;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	vertical-align: top;
}

.article-latest-post-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #b8b8ba;
    margin-bottom: 10px;
    display: block;
}

.article-latest-post-wrapper:last-child {
	border-bottom: 0px solid transparent;
}

.article-latest-stories .latest-header {
    width: 100%;
    display: table;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 23px;
    line-height: 26px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #516ca3;
    color: #516ca3;
    font-weight: 700;
	margin: 0px 0px 20px 0px;
}

.article-latest-post-wrapper .article-latest-title {
    color: #2d2d2d;
    font-weight: 700;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 23px;
    margin: 0px auto;
    line-height: 22px;
	width: 100%;
	display: block;
}

.article-latest-post-wrapper .article-latest-title:hover,
.article-latest-post-wrapper .article-latest-title:focus {
	color: #516ca3;
}

.article-latest-post-wrapper .article-latest-post-date {
    color: #565656;
    font-family: 'Archivo Narrow',sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 5px auto;
	width: 100%;
	display: block;
}

.article-comment-link {
	display: none;
}

.article-comment-link a {
	font-family: 'Archivo Narrow',sans-serif;
	font-weight: bold;
	font-size: 26px!important;
	color: #ffffff;
	padding: 5px 60px 5px 60px;
}

.article-comment-link a:hover,
.article-comment-link a:focus {
	color: #ffffff;
}

.article-comment-link a:active {
	color: #ffffff;
}

.article-comment-wrapper {
	background: none repeat scroll 0 0 #dddddd;
	color: #2d2d2d;
	margin: 30px auto;
	padding: 10px 10px;
	position: relative;
	clear: both;
}

.commentPolicy {
	font-family: 'Archivo Narrow',sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #2d2d2d;
	margin: 20px auto;
	padding: 5px 0px 5px 0px;
	color: #2d2d2d;
}

.in-article-image {
    max-width: 95%;
    padding: 0px;
    margin: 10px auto;
    text-align: center;
    display: block;
    height: auto;
	/* requested styles per darrin w */
	background: none repeat scroll 0 0 #f4f4f4;
	border: 1px solid #d6d6d6;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

.in-article-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.in-article-image img, .in-article-image a img {
    border: 0px solid transparent;
    display: block;
    width: 100%;
    height: auto;
}

.in-article-image img {
	border: 1px solid #ffffff;
}

.in-article-image.left-side-image {
	float: left;
	max-width: 300px;
	margin-right: 10px;
}

.in-article-image.right-side-image {
	float: right;
	max-width: 300px;
	margin-left: 10px;
}

.in-article-image .pic-credit {
	float: right;
	font-size: 11px;
	color: #2d2d2d;
	line-height: 17px;
	max-width: 95%;
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 500;
	display: block;
    text-align: right;
}

.in-article-image .pic-caption {
	font-size: 11px;
	color: #2d2d2d;
	line-height: 17px;
	max-width: 95%;
	font-family: "Raleway", Arial, sans-serif;
	font-weight: 500;
	display: block;
    text-align: left;
	clear: both;
	position: relative;
}

.wpforms-container {
	display: none;
}

.article-market-box {
	display: none;
}

.bar-outer-wrapper {
	display: none;
}

#return-to-top {
	display: none;
}