/* CUSTOM BUTTONS
 * http://charliepark.org/bootstrap_buttons/
 *******************************************/
.btn-teal {
  background-color: hsl(191, 63%, 38%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50bed7", endColorstr="#23879d");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#50bed7), to(#23879d));
  background-image: linear-gradient(#50bed7, #23879d);
  border-color: #23879d #23879d hsl(191, 63%, 33%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-blue {
  background-color: hsl(208, 71%, 26%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#227ac8", endColorstr="#134571");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#227ac8), to(#134571));
  background-image: linear-gradient(#227ac8, #134571);
  border-color: #134571 #134571 hsl(208, 71%, 21%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-green {
  background-color: hsl(105, 30%, 68%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe9d7", endColorstr="#a1c594");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#dbe9d7), to(#a1c594));
  background-image: linear-gradient(#dbe9d7, #a1c594);
  border-color: #a1c594 #a1c594 hsl(105, 30%, 63%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.btn-brown {
  background-color: hsl(42, 34%, 25%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#927c48", endColorstr="#55482a");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#927c48), to(#55482a));
  background-image: linear-gradient(#927c48, #55482a);
  border-color: #55482a #55482a hsl(42, 34%, 20.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}
.btn-red {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
/*
.btn-black {
  background-color: hsl(0, 0%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
  background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
  background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
  background-image: -o-linear-gradient(top, #5b5b5b, #282828);
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 hsl(0, 0%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
*/
.btn-black {
  background-color: #292929;
  border-color: black;
  color: white !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
}
.btn-black:hover {
  color: white;
}
.btn-orange {
  background-color: hsl(36, 100%, 40%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffad32", endColorstr="#cc7a00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffad32), to(#cc7a00));
  background-image: linear-gradient(#ffad32, #cc7a00);
  border-color: #cc7a00 #cc7a00 hsl(36, 100%, 35%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
  -webkit-font-smoothing: antialiased;
}
.file-input-wrapper.btn,
.btn-gray {
  background-image: linear-gradient(to bottom, #ffffff 0px, #dfdfdf 100%);
  background-repeat: repeat-x;
  border-color: #dfdfdf;
  color: black;
}
.modal-footer {
  background-color: #F5F5F5;
  padding: 14px 15px 15px;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 5px;
}
.glyphicon {
  top: 2px;
}
/* FIX FORM CONTAINER FILE INPUT BUTTONS
********************************************/

/*------------------------------------------------------------------------
# author    Eric Worman, News Media Corporation
# copyright Copyright  2016. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website   NWSv3
# Path: /resources/assets/less/frontend.less
-------------------------------------------------------------------------*/
/* Import 3L mixins and apply reset.css
********************************************/
/* COLORS
********************************************/
/*
	Black: #1f1f1f / 31/31/31
*/
/* 117/117/117 */
/* 247/244/203 */
/* 242/0/0 */
/* 238/238/238 */
/* 1/156/181 */
/* 59/120/69 */
/* 33/96/25 */
.dropShadow {
  box-shadow: 4px 4px 5px 0 #282828;
}
/* COMMON STYLES
********************************************/
body {
  background-color: #242424;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
}
a {
  color: #333333;
}
a:hover {
  color: #c4000f;
}
.pageWrapper {
  max-width: 1400px;
  margin: auto;
  width: 95%;
  padding-top: 190px;
}
.bodyWrapper {
  background-color: white;
}
.maxWidth {
  max-width: 1400px;
  margin: auto;
  width: 95%;
}
.dateLine {
  color: #9E9E9E;
  font-weight: 400;
  font-size: 0.9em;
}
.imageWrapper {
  background-size: cover;
  background-position: center;
  background-color: #eeeeee;
}
.x_title h2 {
  float: none;
}
.modal-footer .btn {
  margin: 5px;
}
.form-group.fieldError .alert {
  display: block;
  padding: 5px 10px;
  margin-top: 12px;
  position: relative;
  color: white;
}
.form-group.fieldError .alert strong {
  font-weight: normal;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(231, 76, 60, 0.88);
}
.alert .arrow-up {
  position: absolute;
  top: -11px;
}
.alert-warning {
  color: #333333;
}
.pageTitle {
  font-size: 46px;
  margin: 20px 0;
  text-align: center;
}
.flexContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flexItem {
  flex: 1 1;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebarImage.desktopOnly {
  display: block;
}
.sidebarImage.mobileOnly {
  display: none;
}
.modal {
  z-index: 3000;
}
.disclaimer-red {
  color: red;
}
/* AD STYLES
********************************************/
.adImage {
  margin: auto;
}
.sidebarContainer .adImage {
  margin: 10px auto;
  max-width: 300px;
}
.adImage.desktopOnly {
  display: block;
}
.adImage.mobileOnly {
  display: none;
}
.home_leaderboard.desktopOnly {
  width: 768px;
  height: 90px;
}
.home_leaderboard.mobileOnly {
  max-width: 300px;
  width: 100%;
  padding-bottom: 5px;
}
.classifiedAdsContainer {
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
/* COMMON ARTICLE STYLES
********************************************/
.byline > span {
  color: #9E9E9E;
}
.headline {
  letter-spacing: -1px;
  font-weight: 600;
}
.bodyText > p {
  margin-top: 20px;
}
.swiper-container {
  margin-top: 75px;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide .imageWrapper {
  width: 100%;
  height: 465px;
}
.swiper-pagination {
  right: 20px;
  margin-top: 13px;
}
.swiper-pagination-bullet {
  margin: 0 3px;
}
/* HEADER
********************************************/
.siteHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2500;
  height: 200px;
  max-height: 180px;
  background-color: white;
  transition: max-height, 0.3s;
}
.siteNameHeader {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: -100;
  max-height: 200px;
  max-width: 1400px;
  width: 95%;
  margin: auto;
}
.headerWrapper {
  background-color: #c4000f;
  padding: 10px 0;
  color: white;
}
.siteName {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font-weight: 500;
  font-size: 2.8em;
  line-height: 1em;
  margin: 15px auto 0;
}
.siteName a {
  color: #c4000f;
}
.siteName a:hover .siteNameText {
  color: #c4000f;
}
.siteName .pageTitle {
  font-weight: 600;
  position: relative;
  top: 20px;
}
.siteNameTextMobile a {
  color: white;
}
.siteLogo {
  max-height: 80px;
  opacity: 1;
  filter: alpha(opacity= 100 );
  transition: all, 0.5s;
}
.siteNameText {
  line-height: 70px;
}
.siteNameTextMobile {
  opacity: 0;
  filter: alpha(opacity= 0 );
  transition: opacity, 1s;
  color: white;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
.headerLinksMobile {
  opacity: 0;
  filter: alpha(opacity= 0 );
  transition: opacity, 1s;
  color: white;
  padding: 0 10px;
  display: none;
}
.headerLinksMobile a {
  color: white;
  text-transform: uppercase;
  padding: 0 10px;
  letter-spacing: 1.5px;
}
.headerLinksMobile a:hover {
  color: white;
}
.siteHeader .fa-bars {
  font-size: 1.7em;
  position: relative;
  z-index: 200;
}
.siteHeader .dateLine {
  font-size: 14px;
}
.siteHeader .headerRule {
  height: 3px;
  background-color: #c4000f;
  border: none;
  padding: 0;
  width: 95%;
  max-width: 1400px;
  margin: -10px auto;
}
.headerButton {
  border: 1px solid white;
  padding: 3px 15px;
  position: relative;
  letter-spacing: 1.5px;
  color: #c4000f;
  background-color: white;
}
.headerButtonInverse {
  background-color: #c4000f;
  color: white;
  left: -5px;
}
.headerButton:hover {
  background-color: #c4000f;
  color: white;
}
.headerButtonInverse:hover {
  background-color: white;
  color: #c4000f;
  border-left: 1px solid #c4000f;
}
.reducedHeader .siteLogo {
  display: none;
}
.reducedHeader .siteNameTextMobile,
.reducedHeader .headerLinksMobile {
  opacity: 1;
  filter: alpha(opacity= 100 );
}
.reducedHeader .headerLinksMobile {
  display: inline-block;
}
.reducedHeader .siteNameHeader {
  max-height: 1px;
  overflow: hidden;
}
.reducedHeader .siteHeader {
  height: 60px;
}
.reducedHeader .headerEditionLink {
  display: none;
}
.editionLink {
  float: right;
  position: absolute;
  right: 40px;
  top: 30px;
}
.editionLinkText {
  padding: 20px 5px;
  background-color: #c4000f;
  color: white;
  font-size: 1.2em;
  text-align: center;
  line-height: 1em;
  display: block;
  font-weight: bold;
  width: 155px;
  margin: auto;
}
.editionLinkText:hover {
  color: white;
}
.editionLink .disclaimer {
  font-size: 12px;
  text-align: center;
}
.smallPromoContainer {
  position: absolute;
  left: 40px;
  top: 30px;
  width: 160px;
  height: 75px;
  display: flex;
  z-index: 1000;
}
.smallPromoContainer .adImage {
  width: 100%;
}
.largePromoContainer .adImage {
  width: 100%;
}
.secondStreetPromo {
  padding-bottom: 20px;
}
#subscriberLoginPanel {
  z-index: 3000;
}
/* FOOTER
********************************************/
.footer {
  background-color: #282828;
  color: #9e9e9e;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.footer .siteName {
  font-size: 2em;
  text-align: left;
  color: #c4000f;
}
.footer .siteInfo {
  color: #9e9e9e;
  padding-bottom: 20px;
  border-bottom: 1px solid #9E9E9E;
}
.footer .socialBlock {
  margin: 25px 0 0 0;
}
.footer .socialBlock > .blockTitle {
  color: white;
  font-size: 1.3em;
}
.socialIconsContainer {
  margin: 0;
  padding: 0;
}
.footer .socialIconsContainer > a {
  background-color: #3e3e3e;
  color: white;
  margin: 0 1px;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  width: 60px;
  display: inline-block;
}
.footer .socialIconsContainer > a:hover {
  background-color: #c4000f;
}
.footer .emailLink {
  margin-top: 15px;
  color: #9e9e9e;
  display: block;
  font-size: 1.3em;
}
.footerMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footerMenu .menuHeader {
  color: white;
  font-size: 1.2em;
}
.footerMenu .menuItem {
  font-size: 1em;
  color: #9e9e9e;
  margin: 10px 15px 0 0;
  padding: 5px 0;
  border-bottom: 1px solid #3e3e3e;
}
.footerMenu .menuItem:last-of-type {
  border-bottom: none;
}
.footerMenu .menuItem > a {
  margin: 0;
  padding: 0;
  color: #9e9e9e;
  font-weight: 300;
  font-size: 1em;
}
.footerWrapper {
  max-width: 1400px;
  margin: auto;
  width: 95%;
  padding: 25px 0;
}
.copyright {
  padding: 20px 0;
  background-color: #242424;
  color: #9e9e9e;
}
.copyrightWrapper {
  max-width: 1400px;
  width: 95%;
  margin: auto;
  font-size: 10px;
}
/* SITE MENU
********************************************/
.headerEditionLink {
  font-size: 15px;
  color: white;
  font-weight: 400;
}
.headerEditionLink:hover {
  color: white;
}
.menuToggle:hover {
  cursor: pointer;
  border-radius: 2px;
}
.menuItem > a {
  color: #333333;
  display: block;
  margin: 0 10px;
  font-size: 1.4em;
  padding: 0 0 10px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.menuItem .fa {
  font-size: 10px;
  position: relative;
  top: -1px;
}
.menuHeader {
  color: #9E9E9E;
  margin-left: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.siteMenu {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px;
  list-style-type: none;
  border: 1px solid #eeeeee;
  max-width: 240px;
  z-index: 3000;
  position: absolute;
  top: 48px;
  border-top: none;
}
.search-form {
  position: relative;
  top: 5px;
  max-width: 300px;
}
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
  width: 100%;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display: block;
  position: relative;
  top: -2px;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -10px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #333333;
  left: initial;
  font-size: 14px;
}
/* SUBSCRIBER LOGIN FORM
********************************************/
.subscribe .pageWrapper {
  padding-top: 200px;
  background-color: #eeeeee;
}
.subscriberLoginForm {
  width: 80%;
  margin: auto;
}
.subscriberLoginForm .siteName {
  margin-bottom: 20px;
}
.subscriberLoginForm .alert {
  margin-top: 10px;
}
.embeddedLoginContainer .modal-header {
  padding: 0 0 10px;
}
.embeddedLoginContainer .modal-title {
  font-size: 12px;
  text-transform: uppercase;
}
.embeddedLoginContainer .siteName {
  font-size: 24px;
  margin: auto;
  padding-bottom: 15px;
}
.embeddedLoginContainer .modal-footer {
  background-color: transparent;
  padding: 10px;
  margin: 0 -15px -15px;
}
/* SIDEBAR IMAGES
********************************************/
.hpSideBarImages {
  width: 300px;
  margin: auto;
}
.sidebarImage.in_story_300 {
  float: right;
  padding: 15px 0 0 15px;
  max-width: 300px;
}
.sidebarImage.in_story_full {
  margin: 30px auto;
  width: 100%;
}
.sidebarImage {
  display: block;
  margin: 15px auto;
  width: 100%;
}
img.sidebarImageMobile {
  display: none;
}
/* PANELS
********************************************/
.panelGroup {
  display: flex;
}
.contentPanel {
  flex: 1 1 auto;
  padding-right: 25px;
}
.sidebarPanel {
  flex: 0 0 auto;
  width: 300px;
}
.flexPanelWrapper {
  display: flex;
}
.mainPanel {
  flex: 1 1 auto;
  padding-right: 40px;
}
.rightSidebarPanel {
  flex: 0 0 300px;
}
.justPostedPanel .panelHeader {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 5px;
}
.justPosted {
  list-style-type: none;
  padding: 20px;
  background-color: #eeeeee;
}
.justPosted > li {
  margin-bottom: 10px;
}
.justPosted .headline {
  font-weight: 600;
  line-height: 1.6em;
  margin: 0;
}
.justPosted .postedDate {
  font-size: 12px;
  color: #9e9e9e;
}
/* STATIC CONTENT TEXT
********************************************/
.staticPageContent {
  margin-bottom: 30px;
}
.staticContentHeadline {
  text-align: center;
  margin: 20px auto 10px;
}
.staticContentSubhead {
  text-align: center;
}
.staticContentImage {
  display: block;
  margin: auto;
}
/* HOMEPAGE-1 LAYOUT
********************************************/
.breakingNews {
  padding: 10px 15px 15px;
}
.breakingNews .moreInfo {
  margin-top: 10px;
}
.breakingNews.informational {
  background-color: #035f9e;
  color: white;
  border: none;
}
.breakingNews.informational a {
  color: white;
  text-decoration: underline;
}
.heroWrapper .headlineContainer {
  padding-bottom: 25px;
}
.featuredContainer {
  position: relative;
}
.featuredContainer a {
  color: black;
}
.featuredImage {
  height: 425px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.featuredImage > .headlineContainer {
  position: absolute;
  bottom: 5px;
  padding: 0 15px;
  color: white;
  z-index: 125;
}
.featuredImageOverlay {
  height: 425px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 10px;
  left: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+0,0+73,0.7+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(8, 23, 41, 0) 65%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#b3000000', GradientType=0);
  /* IE6-9 */
}
.panelHeader {
  font-weight: bold;
  margin: 0;
  color: white;
  text-align: center;
  padding: 10px;
}
.quickLinksPanel {
  background-color: #eeeeee;
  margin-bottom: 20px;
}
.quickLinksPanel .panelHeader {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 5px;
}
.quickLinks {
  list-style-type: none;
  padding: 10px 15px;
  overflow-y: auto;
  height: 425px;
}
.quickLinks > li {
  margin-bottom: 7px;
  font-size: 1.4em;
  font-weight: 600;
}
.quickLinks .headline {
  font-weight: 600;
  line-height: 1.3em;
  margin: 0;
}
.jpPanelWrapper {
  margin-top: 57px;
  margin-bottom: 35px;
}
.jpPanelWrapper .panelHeader {
  font-size: 1.5em;
  text-align: left;
  font-weight: 400;
  padding: 0;
}
.jpArticle {
  padding: 5px 0;
}
.jpHeadline {
  font-size: 1.2em;
}
.smallThumb {
  float: left;
  padding: 0 10px 0 0;
}
.smallThumb .imageWrapper {
  width: 100px;
  height: 75px;
}
.subsection1 {
  margin: 25px auto;
}
.mainSubFeature .imageWrapper {
  width: 100%;
  height: 500px;
}
.mainSubFeature .headline {
  font-size: 1.8em;
  font-weight: 600;
}
.mainSubFeatureContainer {
  padding-left: 0;
}
.subFeatureContainer {
  padding-right: 0;
}
.subFeature .imageWrapper {
  width: 100%;
  height: 195px;
}
.subFeature .headline {
  min-height: 40px;
  font-weight: 600;
}
.sectionHeader {
  color: white;
  padding: 2px;
  font-weight: 400;
  font-size: 2.4em;
  width: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}
.sectionHeader a,
.sectionHeader a:hover {
  color: white;
}
.sectionHeader .fa {
  color: #c4000f;
  font-size: 16px;
  position: relative;
  top: -5px;
}
.articleList {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  margin-left: -10px;
}
.articleBrief {
  border-bottom: 1px solid #eeeeee;
  padding: 0;
}
.articleBrief:first-of-type {
  padding-top: 0;
}
.articleBrief:last-of-type {
  border-bottom: none;
}
.articleBrief .imageWrapper {
  width: 33%;
  height: 75px;
  display: inline-block;
}
.articleBrief .headline {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
}
.articleBrief .brief {
  font-size: 0.9em;
}
.trendingWrapper {
  margin-top: 50px;
}
.trendingArticle {
  background-color: #eeeeee;
}
.trendingArticle .flexContainer {
  padding: 15px 0;
}
.trendingArticle .flexItem {
  flex: 0 0 50%;
  padding: 0 25px;
}
.mostCommentedWrapper {
  margin-top: 20px;
}
.mostCommented .headline {
  font-size: 24px;
  font-weight: 600;
  margin: 15px 0;
  display: block;
}
.followUsSidebar {
  padding: 10px 0 20px;
  background-color: #eeeeee;
  margin: 25px 0;
}
.followUsSidebar .blockTitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.followUsSidebar .socialIconsContainer {
  list-style-type: none;
  text-align: center;
}
.followUsSidebar .socialIconsContainer li {
  display: inline-block;
}
.followUsSidebar .socialIconsContainer a {
  color: white;
  text-align: center;
  margin: 5px;
  font-size: 20px;
  line-height: 45px;
  width: 45px;
  display: inline-block;
  border-radius: 5px;
}
.followUsSidebar .socialIconsContainer a:hover {
  background-color: #3e3e3e;
}
.followUsSidebar a.facebook {
  background-color: #425c9a;
}
.followUsSidebar a.twitter {
  background-color: #4fc2f0;
}
.followUsSidebar a.youtube {
  background-color: #c4121a;
}
.followUsSidebar a.rss {
  background-color: #d44836;
}
.followUsSidebar a.email {
  background-color: #4e85f5;
}
.pageHeroWrapper {
  display: flex;
  flex-wrap: wrap;
}
.pageHero {
  flex: 0 0 33%;
  padding: 30px 10px;
}
.pageHeroImage .imageWrapper {
  width: 100%;
  height: 200px;
}
.pageHero p {
  margin: 0;
}
.pageHeroHeadline {
  font-weight: 600;
}
.pageLink {
  font-weight: 600;
  font-size: 1.5em;
  padding-bottom: 3px;
  display: block;
}
.pageLinkSmall {
  padding: 15px 0 0;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.verticalBriefs .flexItem {
  flex: 0 0 100%;
  padding: 25px 0;
  border-bottom: 1px solid #d7d7d7;
}
.verticalBriefs .flexItem:last-of-type {
  border-bottom: none;
}
.verticalBriefs .imageWrapper {
  width: 25%;
  float: left;
  height: 200px;
  margin-right: 20px;
}
.verticalBriefs .briefHeadline {
  font-weight: 600;
  font-size: 2em;
  margin: 0 0 15px;
}
.verticalBriefs .byline {
  color: #333333;
  font-style: normal;
}
.verticalBriefs .brief {
  font-size: 1.3em;
  line-height: 1.6em;
}
.verticalBriefs .articleList {
  margin-bottom: 35px;
}
.verticalBriefs .articleStatsContainer {
  float: left;
}
.horizontalBriefs .sectionHeader {
  margin-top: 30px;
}
.horizontalBriefs .flexContainer {
  display: block;
  text-align: center;
}
.horizontalBriefs .flexItem {
  width: 25%;
  min-width: 300px;
  display: inline-block;
  margin: 0 -2px;
  padding: 0;
  vertical-align: top;
}
.horizontalBriefs .flexItem.noImages {
  width: 20%;
  min-width: 300px;
}
.horizontalBriefs .imageWrapper {
  width: 100%;
  height: 350px;
  margin: 0 0 10px 0;
}
.horizontalBriefs .briefHeadline {
  font-weight: 600;
  font-size: 1.6em;
  margin: 0;
}
.horizontalBriefs .briefImageContainer {
  padding: 10px 10px 5px 10px;
}
.horizontalBriefs .briefWrapper {
  padding: 0 10px 10px;
}
.additionalArticlesPanel {
  padding: 30px;
  background-color: #eeeeee;
  margin: 15px 0;
}
.homepage-1 .additionalArticlesPanel {
  margin: 0 0 15px;
}
.pageBriefs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pageBriefs .headline {
  font-size: 1.6em;
  margin-bottom: 0;
  font-weight: 600;
}
.pageBriefs .pageBriefContent {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0;
}
.pageBriefs .pageBriefContent:last-of-type {
  border-bottom: none;
}
.pageBriefs .brief {
  font-size: 0.9em;
  color: #282828;
  line-height: 1.5em;
}
.embeddedContentContainer {
  margin: 15px 0;
  text-align: center;
}
.videoBriefs .headline {
  font-size: 1.3em;
  font-weight: 600;
}
.videoBriefs .flexContainer {
  justify-content: center;
}
.videoBriefs .flexItem {
  padding: 20px 10px 10px 10px;
  max-width: 450px;
  margin: auto;
}
.customContent {
  text-align: center;
  margin: 25px auto;
}
.customContentWrapper {
  text-align: center;
}
.customContentWrapper > div {
  margin: auto;
}
.articleStatsContainer {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  width: 110px;
  text-align: center;
  margin-bottom: 10px;
  color: #9E9E9E;
}
.heroWrapper .articleStatsContainer {
  color: black;
}
.embeddedVideoPanel {
  flex: 1 1 auto;
}
.embeddedVideoContainer .customContent {
  padding: 15px 0;
  margin: auto;
}
.hp-inline-nav {
  list-style-type: none;
  padding: 20px;
  display: flex;
  margin: 40px auto 20px;
  background-color: #eeeeee;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.inline-nav-item {
  flex: 0 1 auto;
  margin: 0 5px;
  min-width: 220px;
}
.inline-nav-item .imageWrapper {
  width: 100px;
  height: 70px;
  float: left;
  margin-right: 10px;
}
.pageArticleContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageArticleWrapper {
  padding: 25px 0;
  flex: 0 0 47%;
}
.pageArticleHeader {
  color: white;
  letter-spacing: 3px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.pageArticleHeader .fa {
  position: relative;
  top: 2px;
}
.pageArticleImageHeadline {
  font-weight: 600;
  margin: 0;
}
.pageArticleImage {
  float: left;
  margin-right: 10px;
}
.pageArticleImage .imageWrapper {
  width: 140px;
  height: 100px;
}
.pageArticle {
  padding-bottom: 10px;
  display: block;
}
.pageArticle .dateLine {
  margin: 0;
  font-size: 10px;
}
.pageArticleHeadline {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.obitsWrapper {
  margin-bottom: 30px;
}
.obitsWrapper .flexContainer {
  justify-content: space-between;
  background-color: #eeeeee;
}
.obitsWrapper .flexItem {
  flex: 0 0 47%;
  padding: 0 10px 10px;
}
.obitsWrapper .briefHeadline {
  margin-bottom: 0;
}
.obitsWrapper .dateLine {
  margin-bottom: 5px;
}
/* PREPRINTS
********************************************/
.preprintsContainer {
  list-style-type: none;
  text-align: left;
  margin: 25px auto 45px;
  background-color: #ddd;
  padding: 0;
}
.preprintsContainer .preprint {
  display: inline-block;
  padding: 20px;
}
.preprintsContainer .preprintThumb {
  max-height: 175px;
}
/* CAROUSEL
********************************************/
.carouselBlock {
  height: 735px;
  margin: 30px auto;
}
.carouselBlock .carouselPageWrapper {
  position: absolute;
  left: 0;
  right: 0;
  height: 740px;
  background-color: #161616;
}
.carouselBlock .carouselContainer {
  width: 95%;
  max-width: 1400px;
  margin: auto;
  position: relative;
}
.carouselBlock .leftCol {
  width: 30%;
  padding: 45px;
  float: left;
  margin-top: 75px;
  height: 605px;
  background-color: #555555;
  color: white;
}
.carouselBlock .carouselImageWrapper {
  width: 70%;
  float: left;
}
.carouselBlock .headline {
  margin: 150px 0 20px 0;
  font-size: 1.9em;
}
.carouselBlock .brief {
  line-height: 1.8em;
  font-size: 1.1em;
}
.carouselBlock .divider {
  width: 75px;
  border-bottom-color: #777777;
  background-color: #777;
  margin: 20px 0;
  height: 2px;
}
.carouselBlock .carouselLink {
  padding: 20px;
  background-color: #c4000f;
  display: block;
  color: white;
  font-size: 1.4em;
  text-align: center;
  border-radius: 3px;
  max-width: 220px;
  margin: auto;
}
.carouselBlock .swiper-slide .imageWrapper {
  height: 605px;
}
.carouselBlock .swiper-pagination-bullet {
  background-color: #eeeeee;
  width: 12px;
  height: 12px;
}
.carouselBlock .swiper-pagination-bullet-active {
  background-color: #c4000f;
}
/* INSIDE-1 LAYOUT
********************************************/
.inside-1 .briefWrapper .articleStatsContainer {
  float: left;
}
/* INSIDE-2 LAYOUT
********************************************/
.inside-2 .horizontalBriefs .flexItem {
  flex: 0 0 300px;
}
.inside-2 .horizontalBriefs .articleStatsContainer {
  margin: 5px auto;
}
/* ARTICLE-1 LAYOUT
********************************************/
#applixir_vanishing_div {
  z-index: 1000;
}
.article {
  margin: 0 auto 25px;
}
.article .articleHeroImage img {
  width: 100%;
}
.article .photoCaption {
  color: #9E9E9E;
  margin: 15px 5px;
  font-size: 1em;
}
.article .headline {
  font-weight: 600;
  font-size: 2.8em;
  margin: 35px 25px 15px;
}
.article .subhead {
  font-size: 1.9em;
  line-height: 1.4em;
}
.article .bodyText {
  font-size: 1.3em;
  line-height: 1.5em;
  position: relative;
}
.article .byline {
  color: #9E9E9E;
}
.article .bodyText > p > img {
  max-width: 100%;
  height: auto !important;
  padding: 10px;
}
.article .embeddedContentContainer {
  float: right;
}
.article .leaderboardContainer .adImage {
  max-width: 960px;
  max-height: 90px;
}
.articleMaxWidth {
  max-width: 720px;
  margin: auto;
}
.articleMaxWidth .bodyText {
  padding: 0 45px;
}
.articleSingleImage {
  width: 100%;
  height: 500px;
}
.articleSingleImage .imageWrapper {
  width: 100%;
  height: 500px;
}
.otherArticlesContainer .flexItem:hover {
  cursor: pointer;
}
.disqus {
  margin-top: 50px;
}
.mailArticlePanel .control-label {
  margin-top: 10px;
  font-weight: normal;
  text-align: left;
}
.additionalArticles,
.additionalArticles a {
  color: #9E9E9E;
  font-style: italic;
}
.socialSprite {
  background-image: url('../images/social-icons-sprite.png');
  margin: 5px auto;
  width: 35px;
  height: 35px;
  background-size: auto 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: transparent;
}
.socialSprite.facebook {
  background-position: 0 0;
}
.socialSprite.twitter {
  background-position: -35px 0;
}
.socialSprite.google {
  background-position: -70px 0;
}
.socialSprite.pinterest {
  background-position: -105px 0;
}
.articleContentContainer {
  padding: 0 25px;
}
.leaderboardContainer {
  height: 110px;
  position: relative;
}
.leaderboardContainer .article_leaderboard {
  position: absolute;
  left: 50%;
  margin-left: -485px;
  max-width: 970px;
  max-height: 90px;
}
.article_600 {
  margin: 10px auto;
}
.article-lower {
  max-width: 1100px;
  margin: auto;
  padding-bottom: 40px;
}
.embeddedLeaderboardContainer {
  height: 140px;
  width: 1010px;
  margin: 40px auto 10px;
}
.embeddedLeaderboard {
  position: absolute;
  left: 0;
  right: 0;
  height: 140px;
  background-color: #f7f7f7;
}
.embeddedLeaderboardText {
  font-size: 0.8em;
  color: #ccc;
  font-weight: 300;
}
.embeddedLeaderboardContainer .adImage {
  max-width: 970px;
  max-height: 90px;
}
.articleSidebarContent {
  width: 300px;
  position: relative;
  z-index: 2000;
  background-color: white;
}
.article-sidebar .adImage {
  margin: 10px auto;
}
.articleFixedSidebarContent {
  margin: 0;
  position: fixed;
  top: 210px;
  left: 20px;
  transition: all 0.5s ease-out;
  z-index: 2500;
  overflow: hidden;
}
.articleFixedSidebarContent.hideSidebar {
  height: 50px;
}
.articleFixedSidebarContent .fa-plus {
  position: relative;
  top: 22px;
}
.articleFixedSidebarContent .fa-times {
  position: relative;
  top: 20px;
}
.articleFixedSidebarContent .fa-plus {
  display: none;
}
.articleFixedSidebarContent.hideSidebar .fa-plus {
  display: inline;
}
.articleFixedSidebarContent.hideSidebar .fa-times {
  display: none;
}
.reducedHeader .articleFixedSidebarContent {
  top: 70px;
}
.article-sidebar {
  float: right;
  position: relative;
  right: -45px;
  margin: 20px 0 0 20px;
}
/* ARTICLE-3 LAYOUT
********************************************/
.article-3 .articleFlexWrapper {
  display: flex;
}
.article-3 .article_leaderboard {
  flex: 1 1 auto;
  margin: 20px auto;
}
.article-3 .article-left {
  flex: 1 1 auto;
  padding-right: 50px;
}
.article-3 .article-right {
  flex: 0 0 350px;
  width: 350px;
}
.article-3 .headline {
  margin-bottom: 30px;
}
.article-3 .embeddedArticleAd {
  margin: 40px auto;
}
.article-3 .tagCloudWrapper {
  margin-top: 50px;
}
.article-3 .tagCloud {
  padding: 0;
}
.article-3 .tagCloudHeader {
  font-weight: 600;
  font-size: 1.5em;
  padding-bottom: 3px;
}
.article-3 .tagCloudItem {
  border-radius: 5px;
  color: white;
  font-style: italic;
  font-size: 12px;
  padding: 5px 10px;
  margin: 7px 5px 0 0;
  display: inline-block;
}
.article-3 .shareWidget {
  background-color: #eaecec;
  padding: 10px;
  margin: 20px 0 10px 0;
  display: inline-block;
}
.article-3 .social_icon {
  width: 20px;
  margin: 0 3px;
}
.article-3 .articleHeroImage img {
  width: 100%;
}
.article-3 .sectionHeader {
  font-size: 1.3em;
  padding: 7px 25px;
  letter-spacing: 0.3px;
  text-align: left;
}
.article-3 .trendingArticles {
  padding: 0;
  list-style-type: none;
}
.article-3 .pageArticleImageHeadline {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.article-3 .pageName {
  color: #9E9E9E;
  font-size: 0.8em;
  margin-bottom: 0;
}
.article-3 .byline {
  font-style: normal;
  margin: 0;
}
.article-3 .carouselImageWrapper {
  max-width: 1024px;
}
.article-3 .swiper-pagination {
  position: static;
}
.article-3 .swiper-container {
  margin-top: 0;
}
/* SUBSCRIBE MODAL
********************************************/
.subscribeNowPanel {
  z-index: 3100;
}
.subscribeNowPanel .modal-body {
  text-align: center;
  padding: 30px 0 50px;
}
.subscribeNowPanel .btn-black {
  display: inline-block;
  width: 170px;
  margin: 25px auto 7px;
}
.subscribeNowPanel .panelTitle {
  font-weight: 600;
  margin: 0 auto 10px;
}
.subscribeNowPanel .bodyText {
  margin: auto;
}
.subscribeNowPanel .disclaimer {
  font-style: italic;
  font-weight: 300;
  font-size: 0.9em;
  color: #282828;
  display: block;
}
.subscribeNowPanel .control-label {
  text-align: left;
}
.pac-container {
  z-index: 2000;
}
/* SUBSCRIBE
********************************************/
.subscribe .bodyWrapper {
  background-color: #eeeeee;
}
.subscribeContainer {
  max-width: 1060px;
  margin: auto;
}
.subscribePageHeader {
  font-weight: 300;
  font-size: 2.1em;
  text-align: center;
  margin: 25px auto 0;
  color: #282828;
}
.rateContainer {
  margin: 0;
  padding: 0;
  text-align: center;
}
.rateItem {
  background-color: white;
  padding: 10px;
  display: inline-block;
  width: 300px;
  margin: 25px;
  height: 220px;
  vertical-align: top;
  position: relative;
}
.rateHeadline {
  font-weight: 600;
  font-size: 1.2em;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.rateDescription {
  font-size: 1.6em;
  text-align: left;
  color: #9E9E9E;
  line-height: 1.3em;
  letter-spacing: -0.3px;
}
.perWeekCost {
  text-align: left;
}
.subscribeButton {
  display: block;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 1.4px;
  color: white;
  background-color: #c4000f;
  border: none;
  padding: 10px;
  text-transform: uppercase;
}
.subscribeButton.disabled {
  background-color: #eeeeee;
  color: #333333;
}
.termsAndCondtions {
  font-weight: 300;
  text-align: left;
  padding-bottom: 3px;
}
.accordionWrapper {
  margin: 25px -10px;
}
.accordionWrapper .panel {
  margin-bottom: 20px;
}
.accordionWrapper .panel-default,
.accordionWrapper .panel-default > .panel-heading {
  border-color: white;
  background-color: white;
}
.accordionWrapper .panel-title {
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1.4px;
  padding: 10px;
}
.subscribePanel {
  background-color: white;
  padding: 20px 10px;
  max-width: 500px;
  width: 98%;
  margin: 20px auto;
}
.subscribePanel .title {
  font-weight: 300;
  text-align: center;
  margin: 10px auto 20px;
  color: #9E9E9E;
}
.subscribePanel .progressBarContainer {
  height: 2px;
  background-color: #9E9E9E;
}
.subscribePanel .progressBarStatus {
  background-color: #c4000f;
}
.subscribePanel .progressBarStatus.step1 {
  width: 33%;
  height: 2px;
}
.subscribePanel .progressBarStatus.step2 {
  width: 66%;
  height: 2px;
}
.subscribePanel .progressBarStatus.step3 {
  width: 100%;
  height: 2px;
}
.subscribePanel .curStep {
  font-weight: 300;
  color: #282828;
  font-size: 0.8em;
  margin: 10px auto 20px;
}
.subscribePanel .rateDescription {
  text-align: center;
  font-size: 1.1em;
  color: #333333;
  text-transform: uppercase;
}
.subscribePanel .rateCosts {
  text-align: center;
  font-size: 0.8em;
  color: #9E9E9E;
}
.subscribePanel .changePlanLink {
  color: #c4000f;
  margin: 0 5px;
  font-size: 0.9em;
  display: block;
  text-align: center;
}
.subscribePanel label.control-label {
  display: block;
  font-weight: 300;
  text-align: left;
  float: none;
}
.subscribePanel .form-control {
  border: none;
  background-color: #eeeeee;
  height: auto;
  line-height: 33px;
  box-shadow: none;
}
.subscribePanel .disclaimer {
  font-weight: 300;
  font-size: 0.8em;
}
.subscribePanel .existingAccount {
  text-align: center;
  color: #282828;
  font-size: 0.9em;
}
.subscribePanel .existingAccount > a {
  color: #c4000f;
}
.subscribePanel .continueButton {
  position: static;
  width: 100%;
}
.addressFieldPanel {
  margin: 0 -10px;
  padding: 25px;
  border-radius: 4px;
  background-color: white;
}
.addressFieldPanel .control-label {
  text-align: center;
  font-size: 2.3em;
}
.addressFieldPanel .disclaimer {
  text-align: center;
}
.addressFieldPanel .form-control {
  max-width: 790px;
  margin: 15px auto;
}
.subscriberDetailsPanel {
  min-height: 555px;
}
.card-wrapper {
  margin: 0 auto 25px;
}
.creditCardDetails .btn {
  margin-top: 27px;
}
.verifyZipcodeField {
  max-width: 175px;
  margin: auto;
}
.panelWrapper {
  width: 50%;
  float: left;
  padding: 5px;
}
.promoCodeWrapper {
  position: relative;
}
.promoVerified {
  position: absolute;
  top: 11px;
  right: 5px;
  font-size: 1.8em;
}
.promoVerified.warning,
.promoText.warning {
  color: #c4000f;
}
.promoVerified.success,
.promoText.success {
  color: #216019;
}
.terms,
.faqs,
.privacy {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 15px;
}
.faqTitle {
  font-weight: 600;
  margin: 10px 0;
}
.faqSubtitle {
  font-weight: 600;
}
.faqItem {
  margin-bottom: 35px;
}
.sslSeal {
  width: 100%;
  position: relative;
  top: 20px;
}
.subscribe .sectionHeader {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 35px;
  color: white;
}
.subscribe .sectionHeaderNoPadding {
  padding: 0;
}
.subscribe .control-label {
  font-weight: 300;
  text-align: left;
}
.subscribe .subscriptionPanel {
  border-radius: 4px;
  background-color: white;
  padding: 15px;
}
.subscribe .subscriberInfoPanel {
  min-height: 903px;
}
.subscribe .disclaimer {
  font-weight: 300;
  font-size: 10px;
}
.subscribe .spacer {
  height: 10px;
}
.subscribe .disclaimer-red {
  padding-top: 10px;
  text-align: center;
}
.subscribe .disclaimer {
  padding-top: 10px;
}
.cartContainer .control-label {
  padding-left: 0;
}
.planDetailsContainer {
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 20px;
}
.selectedRatePricing {
  font-size: 16px;
}
.selectedRatePricing {
  font-size: 14px;
}
.selectedRateWeeklyCost {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 0;
}
.selectedRateRecurring {
  font-size: 10px;
  text-align: center;
}
.changeRatePlan {
  display: block;
  text-align: center;
}
.subscribe-success {
  max-width: 1400px;
  margin: auto;
  width: 95%;
  padding: 20px 0 50px;
}
.subscribe-success .header {
  font-size: 32px;
  color: #008000;
  letter-spacing: 1.5px;
}
.subscribe-success .body-text {
  font-size: 16px;
}
.subscribe-success .home-button {
  margin-top: 50px;
}
.subscribe-checkmark {
  float: right;
  height: 190px;
  padding-right: 20px;
}
/* Define how SqPaymentForm iframes should look */
.sq-input {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  outline-offset: -2px;
  display: inline-block;
  height: 30px;
}
/* Define how SqPaymentForm iframes should look when they have focus */
.sq-input--focus {
  border: 1px solid #4A90E2;
  background-color: rgba(74, 144, 226, 0.02);
}
/* Define how SqPaymentForm iframes should look when they contain invalid values */
.sq-input--error {
  border: 1px solid #E02F2F;
  background-color: rgba(244, 47, 47, 0.02);
}
#sq-card-number {
  margin-bottom: 16px;
}
.button-credit-card:hover {
  background-color: #4281CB;
}
.third {
  float: left;
  width: calc((100% - 32px) / 3);
  padding: 0;
  margin: 0 16px 16px 0;
}
.third:last-of-type {
  margin-right: 0;
}
/* TERMS AND CONDITIONS
********************************************/
.termsTitle {
  font-weight: 600;
  margin-top: 25px;
}
.termsText {
  font-size: 0.9em;
  line-height: 1.2em;
}
/* CLASSIFIEDS
********************************************/
.classifieds .justPostedPanel {
  height: auto;
  margin-bottom: 25px;
}
.classifieds .justPostedPanel img {
  width: 100% !important;
}
.noClassifiedsFound {
  font-size: 2.2em;
  margin: 100px auto;
}
.classificationHeader {
  padding: 15px;
  color: white;
  background-color: #c4000f;
  margin: 0 0 3px 0;
  font-size: 14px;
  page-break-after: avoid;
}
.expirationDate {
  font-size: 8px;
}
.classText {
  text-align: justify;
  margin-bottom: 0;
  line-height: 1.3em;
}
.classifiedsContainer .container {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
}
.classifiedsContainer .image {
  width: 100%;
  max-width: 300px;
  padding-left: 10px;
  float: right;
}
.classifiedsContainer .select2-container .select2-selection--single {
  height: auto;
  min-height: inherit;
}
.classifiedsContainer .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-bottom: 5px;
}
/* CONTACT
********************************************/
.contact .contactDetailsWrapper h1,
.contact .contactDetailsWrapper p {
  margin: 0;
  font-size: 0.9em;
}
.contact .contactBlock {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.contact .imagePlaceholder {
  width: 100px;
  height: 67px;
}
.contact .contactDetailsWrapper {
  padding-left: 10px;
  float: left;
}
.contact .paddingWrapper {
  padding: 20px;
}
.contact .sectionHeader {
  font-size: 1.4em;
  margin: 35px auto 0;
}
.contact .contactImage {
  max-width: 67px;
  float: left;
}
.contact .contactName {
  font-size: 1.1em;
  font-weight: 600;
}
.contact .description {
  font-style: italic;
}
.contact .email > a {
  color: #c4000f;
}
.contact .footer {
  margin-top: 50px;
}
/* OBITS
********************************************/
.obits .pageWrapper {
  max-width: 1340px;
}
.obits .flexContainer {
  margin-top: 15px;
}
.obits .sectionHeader {
  font-size: 1.4em;
  margin: 35px auto 15px;
}
.obits .footer {
  margin-top: 50px;
}
.obits .obitWrapper {
  margin: 0 auto 15px;
  width: 100%;
}
.obits .name {
  font-size: 1.8em;
  font-weight: 600;
  margin: 5px auto;
}
.obits .byline {
  margin-bottom: 0;
}
.obits .obitImage {
  float: left;
  width: 200px;
  margin: 0 25px 25px;
}
.obits .obitImageSpacer {
  float: left;
  width: 200px;
  height: 200px;
  margin: 0 25px 25px;
}
.obits .obitAdWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 0;
  background-color: #f7f7f7;
  position: relative;
}
.obits .obitAdWrapper .embeddedLeaderboardText {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
}
.obits .obitAd {
  display: flex;
  padding: 10px;
}
/* OBIT-1 LAYOUT
********************************************/
.obit-1 .sidebarImage.in_story_300 {
  clear: both;
}
.obit-1 .inlineArticleImage {
  width: 300px;
}
.obit-1 .inlineArticleImage > img {
  width: 100%;
}
.obit-1 .articleMaxWidth {
  max-width: 1024px;
}
.inlineArticleImage {
  float: right;
  padding: 0 0 10px 10px;
}
.inlineArticleImage .adImage {
  float: none;
  margin: 10px auto;
}
.inlineArticleImage .article_600 {
  width: 160px !important;
}
/* E-EDITION
********************************************/
.e_edition .alert-danger {
  margin: 25px auto;
}
.e_edition .pageWrapper {
  padding-bottom: 5px;
}
.e_edition .navWrapper {
  position: relative;
}
.e_edition .vertPageNav {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 50%;
  z-index: 200;
}
.e_edition .vertPageNav:hover {
  cursor: pointer;
}
.e_edition .vertPageNav.nextNav {
  right: 15px;
}
.e_edition .vertPageNav.prevNav {
  left: 15px;
}
.e_edition .preprintsWrapper {
  margin-top: 50px;
}
.buildingPage {
  text-align: center;
  color: #9E9E9E;
  margin: 50px auto 100px;
}
.buildingPage .fa {
  font-size: 100px;
}
.buildingPage .header {
  font-size: 64px;
  letter-spacing: -3px;
  font-weight: 300;
}
.pageContainer {
  position: relative;
  margin: auto;
}
.entityOverlay {
  background-image: none;
  position: absolute;
  z-index: 100;
}
.entityOverlay.hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.pagePreview {
  margin: auto;
}
.pageContainer > img {
  margin: auto;
  display: block;
  width: 100%;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #eeeeee;
}
.controllerContainer {
  text-align: center;
  background-color: #eeeeee;
  padding: 5px;
  width: 95%;
  margin: auto;
  position: relative;
  z-index: 200;
  margin-bottom: 20px;
}
.controllerContainer .controllerItem {
  display: inline-block;
  margin-right: 20px;
}
.controllerContainer .controllerItem:last-of-type {
  margin-right: 0;
}
.controllerContainer .downloadPDF {
  padding: 7px 10px;
  background: white;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  position: relative;
  top: 8px;
}
.controllerContainer .controllerLabel {
  font-weight: 300;
  margin-right: 3px;
}
.controllerContainer .datepicker {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  text-align: center;
  padding: 7px 0;
  width: 110px;
}
.controllerContainer .pageNum {
  border: 1px solid #d7d7d7;
  background: white;
  border-radius: 5px;
  padding: 7px 0;
  width: 50px;
  text-align: center;
}
.controllerContainer .pageNav {
  margin: 0;
}
.eeditionImages {
  display: block;
  margin: 15px auto;
}
/* ACCOUNT
********************************************/
.accountPage.subscribePanel {
  max-width: 100%;
}
.accountPage.subscribePanel .inputButtons {
  margin-top: 20px;
}
.account .subDetails,
.account .nextPayment {
  font-size: 16px;
  font-weight: 300;
  padding-top: 11px;
}
.account .nextPayment {
  padding-right: 25px;
}
.account .subExpired {
  color: #c4000f;
}
.account .updateAccountPanel .subscribeButton {
  max-width: 150px;
  position: relative;
  margin: 0;
  top: 5px;
}
.account .form-control.select2 {
  height: 45px;
}
.account .inputButtons {
  padding-bottom: 25px;
}
.account .alert {
  margin: 20px auto;
}
.accountForm .existing-cc-details {
  padding: 18px;
  margin-top: 50px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* RESET PASSWORD
********************************************/
.resetPassword .alert {
  margin: 15px auto;
  width: 95%;
}
/* STATIC CONTENT
********************************************/
.staticContentContainer .staticContentImageContainer {
  flex: 0 0 500px;
}
.staticContentContainer .staticContentImage {
  width: 100%;
}
.staticContentContainer .staticContentText {
  flex: 1 1;
}
.staticContentContainer .staticContentText img {
  max-width: 100%;
  height: auto;
}
/* SEARCH RESULTS
********************************************/
.searchResults .mainSearchField {
  height: 75px;
  border-radius: 10px;
  font-weight: 300;
  font-size: 32px;
  margin: 25px auto;
  width: 95%;
}
.searchResults .noRecordsFound {
  font-size: 1.4em;
}
.searchResults .searchResultsImage {
  height: 175px;
  width: 250px;
  float: right;
  margin-left: 25px;
  background-color: white;
}
/* DIRECTORY
********************************************/
.directoryHeaderWrapper {
  max-height: 200px;
  height: 200px;
}
.directoryHeader {
  color: white;
}
.directorySearch {
  display: block;
  margin: auto;
  border-radius: 13px;
  height: 37px;
  border: 1px solid #ccc;
  width: 380px;
  color: black;
  font-size: 12px !important;
  padding: 0 10px;
}
.directoryHeaderWrapper .siteNameText {
  line-height: 1.8em;
}
.directoryHeaderWrapper .siteName {
  margin: auto;
}
.directorySiteName {
  color: white !important;
}
.directoryHeaderSiteName {
  color: white!important;
  font-size: 20px;
}
.trendingTitle {
  font-weight: bold;
  text-transform: capitalize;
  padding-top: 40px;
}
.trendingCategoriesSection {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-bottom: 50px;
}
.trendingClassificationContainer {
  flex: 1 1 auto;
  width: 25%;
}
.trendingClassification {
  color: white;
  padding: 15px 10px;
  display: block;
  margin: 6px;
  text-transform: uppercase;
}
.trendingClassification:hover {
  color: white;
  text-decoration: underline;
}
.directoryIndexAdsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.directoryAdContainer {
  flex: 0 0 auto;
  width: 33%;
  padding: 20px;
}
.directoryClassification {
  font-size: 16px;
}
.directoryImage {
  width: 100%;
  height: 200px;
  background-color: #fafafa;
  background-size: cover;
  background-position: center;
}
.directoryListingPageImage {
  height: 300px;
}
.directoryBusinessName {
  font-weight: 600;
}
.directoryBusinessInfo {
  font-weight: 600;
  margin: 0;
}
.directoryLinksContainer {
  padding: 0 0 5px;
}
.directoryBusinessLink {
  font-weight: 600;
  font-size: 10px;
  margin: 0 5px 10px 0;
}
.directoryImageAdWrapper {
  padding-bottom: 20px;
  text-align: center;
}
.directoryImageAdWrapper img {
  width: 100%;
}
.directoryWrapperHeader {
  font-weight: bold;
  text-transform: uppercase;
}
.footerClassificationsWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px;
  background-color: #f5f6f8;
  padding: 25px;
}
.footerClassificationsWrapper .classification {
  flex: 0 0 auto;
  width: 25%;
  padding: 15px 10px;
}
.footerClassificationsWrapper .classificationLink {
  padding: 10px;
  display: block;
  text-transform: uppercase;
  background-color: white;
  box-shadow: 5px 5px 3px 0px #dfe0df;
}
.directoryAdHeader {
  text-transform: uppercase;
  padding: 10px;
}
.directoryAdHeader .directoryClassification {
  color: white;
}
.directory .divider {
  margin: 10px 0;
}
.directoryAdName {
  font-size: 24px;
  font-weight: 600;
}
.directoryAdHeaderLink {
  color: white !important;
}
.directoryListingsHeader {
  margin-top: 30px;
}
.directoryListingWrapper {
  display: flex;
}
.directoryListingCategoriesWrapper {
  flex: 0 0 auto;
  width: 250px;
}
.directoryListings {
  flex: 1 1 auto;
}
.directoryListingsAds {
  flex: 0 0 auto;
  width: 300px;
}
.directoryListings {
  padding: 5px 40px 0;
}
.directoryListingAd {
  padding: 10px 0;
}
.directoryListingAdName {
  font-weight: 600;
  margin-bottom: 3px;
}
.directoryDetailsWrapper {
  padding-right: 50px;
}
.directoryListingWrapper .classificationLink {
  font-size: 14px;
  padding: 7px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.directoryListingWrapper .trendingClassificationContainer {
  width: 100%;
  margin: 3px 0;
}
.directoryListingWrapper .trendingTitle {
  padding-top: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
/* DONATION
********************************************/
.donationHeroSection {
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}
.donationHeroWrapper {
  background-color: rgba(255, 255, 255, 0.8);
  width: 60%;
  padding: 20px;
}
.donationHeroHeader {
  font-family: 'EB Garamond', serif;
  font-size: 144px;
  letter-spacing: -3px;
  line-height: 1em;
}
.donationHeroText {
  font-size: 24px;
}
@media (max-width: 1270px) {
  .donationHeroHeader {
    font-size: 100px;
  }
}
@media (max-width: 880px) {
  .donationHeroHeader {
    font-size: 72px;
  }
  .donationHeroText {
    font-size: 18px;
  }
}
@media (max-width: 672px) {
  .donationHeroWrapper {
    width: 100%;
  }
}
.donationLocalWrapper {
  display: -webkit-box;
  display: flex;
}
.donationLocalHeader {
  font-family: 'EB Garamond', serif;
  font-size: 120px;
  letter-spacing: -3px;
  line-height: 1em;
  margin-right: 50px;
}
.donationLocalText {
  font-size: 20px;
  padding-top: 50px;
  font-weight: 300;
}
.donationLocalText p {
  margin-bottom: 20px;
}
@media (max-width: 1050px) {
  .donationLocalWrapper {
    display: block;
  }
  .donationLocalText {
    padding-top: 20px;
  }
}
@media (max-width: 672px) {
  .donationLocalHeader {
    font-size: 76px;
  }
  .donationLocalText {
    padding-top: 10px;
  }
}
.donationLevels {
  list-style-type: none;
  text-align: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 1050px;
  margin: 20px auto;
}
.donationLevelDetailsContainer {
  width: 350px;
  padding: 10px;
  border-radius: 25px;
}
.donationLevelDetailsContainer:hover {
  cursor: pointer;
}
.donationLevelDetailsWrapper {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 250px;
}
.donationLevelDetailsContent {
  position: relative;
  align-self: center;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
.donationLevelDetailsWrapper:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 25px;
}
.donationLevelDetailsContainer:nth-child(1) .donationLevelDetailsWrapper:before {
  background-image: url('/images/donate-tier-1.jpg');
}
.donationLevelDetailsContainer:nth-child(2) .donationLevelDetailsWrapper:before {
  background-image: url('/images/donate-tier-2.jpg');
}
.donationLevelDetailsContainer:nth-child(3) .donationLevelDetailsWrapper:before {
  background-image: url('/images/donate-tier-3.jpg');
}
.donationLevelDetailsContainer:nth-child(4) .donationLevelDetailsWrapper:before {
  background-image: url('/images/donate-tier-4.jpg');
}
.donationLevelDetailsContainer:nth-child(5) .donationLevelDetailsWrapper:before {
  background-image: url('/images/donate-tier-5.jpg');
}
.donationLevelDetailsContainer:nth-child(6) .donationLevelDetailsWrapper:before {
  background-image: url('/images/donate-tier-6.jpg');
}
.donationLevelCost {
  font-weight: 800;
  font-size: 115px;
  line-height: 0.8em;
  height: 106px;
  position: relative;
  text-align: center;
  letter-spacing: -3px;
}
.donationLevelCostCurrency {
  position: absolute;
  font-size: 50%;
  top: -22px;
}
.numberLength2 {
  left: 60px;
}
.numberLength3 {
  left: 25px;
}
.numberLength4 {
  left: 3px;
}
.donateNow {
  border-radius: 100px;
  color: white;
  letter-spacing: 10px;
  background-color: #c4000f;
  font-size: 20px;
  display: inline-block;
  margin-top: 5px;
  padding: 10px 25px;
}
.donateNow:hover {
  color: white;
}
.donationCheckoutSection {
  padding-bottom: 50px;
}
.donationCheckoutHeader {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 60px;
}
.donationCheckoutCurrency {
  position: relative;
  font-size: 50%;
  top: -0.6em;
}
.donationCheckoutDescription {
  font-size: 22px;
}
.donationCheckoutPayment .control-label {
  font-weight: 600;
}
.donationCheckoutPayment .form-control {
  padding: 22px 20px;
  border-radius: 6px;
}
.checkoutButton {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: end;
}
.donationCheckoutPayment .submitButton {
  border-radius: 100px;
  color: white;
  letter-spacing: 10px;
  background-color: #c4000f;
  font-size: 30px;
  display: inline-block;
  margin-top: 5px;
  padding: 10px 25px;
}

/*------------------------------------------------------------------------
# author    Eric Worman, News Media Corp
# copyright Copyright  2016. All rights reserved.
# @license  http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Website    NWS v3
# Path: /resources/assets/less/media-queries.less
-------------------------------------------------------------------------*/
/* Import 3L mixins
********************************************/
/* Disable zooming when input field gets focus
*********************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}
@media (max-width: 1080px) {
  .headerButton {
    padding: 3px 10px;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .trendingArticle .imageWrapper {
    width: 35%;
  }
  .trendingArticle .briefWrapper {
    padding-left: 37%;
  }
  .articleFixedSidebarContent {
    position: static;
    margin: auto;
  }
  .mainPanel {
    padding-right: 80px;
  }
  .pageArticleImage {
    width: 100%;
    margin-bottom: 10px;
  }
  .pageArticleImage .imageWrapper {
    width: 100%;
    height: 125px;
  }
}
@media (max-width: 990px) {
  /* COMMON
	********************************************/
  .modal-dialog {
    left: 0;
  }
  .siteNameTextMobile {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .staticContentContainer .staticContentImageContainer {
    flex: 1 1 100%;
  }
  .staticContentContainer .staticContentText {
    flex: 1 1 100%;
  }
  /* COMMON
  	********************************************/
  .pageHero {
    flex: 0 0 50%;
  }
  /* ARTICLE
	********************************************/
  .embeddedLeaderboardContainer {
    display: none;
  }
  .article-3 .articleFlexWrapper {
    display: block;
  }
  .article-3 .article-left {
    padding: 0;
  }
  .article-3 .article-right {
    width: 100%;
  }
  .article-3 iframe {
    margin: 12px auto !important;
  }
}
@media (max-width: 845px) {
  .trendingArticle {
    padding: 15px 5px;
  }
  .trendingImageContainer {
    height: 220px;
  }
  .editionLink {
    display: none;
  }
  .trendingArticle .imageWrapper {
    width: 45%;
  }
  .trendingArticle .briefWrapper {
    padding-left: 49%;
  }
  .smallPromoContainer {
    display: none;
  }
  .editionLink {
    display: none;
  }
  .headerInside .headerLinksMobile {
    display: none;
  }
}
@media (max-width: 768px) {
  /* ADMIN ------------------------------------
  ********************************************/
  /* PANELS
  ********************************************/
  .panelGroup {
    display: block;
  }
  .contentPanel {
    display: block;
  }
  .sidebarPanel {
    display: block;
  }
  .flexPanelWrapper {
    display: block;
  }
  .mainPanel {
    padding-right: 0;
  }
  /* COMMON
  ********************************************/
  .page-title {
    height: auto;
  }
  .page-title .title_left {
    width: 100%;
    float: none;
  }
  img.sidebarImageMobile {
    display: block;
  }
  img.sidebarImageDesktop {
    display: none;
  }
  .adImage.desktopOnly {
    display: none;
  }
  .adImage.mobileOnly {
    display: block;
  }
  .customContent {
    display: none;
  }
  .customContent.promoContestSmall,
  .customContent.promoContestLarge,
  .customContent.embeddedVideo {
    display: block;
  }
  /* HEADER
	********************************************/
  .sideItems {
    display: none;
  }
  .siteNameHeader {
    top: -23px;
    z-index: 100;
  }
  .siteHeader {
    max-height: 50px;
  }
  .siteLogo {
    display: none;
  }
  .siteNameTextMobile {
    opacity: 1;
    filter: alpha(opacity= 100 );
  }
  .siteNameText {
    display: none;
  }
  .siteMenu {
    position: relative;
    top: -6px;
    max-width: 100%;
    width: 100%;
  }
  .pageWrapper {
    padding-top: 55px;
  }
  .siteHeader .headerRule {
    display: none;
  }
  .siteHeader .dateLine {
    display: none;
  }
  .siteHeader .fa-bars {
    top: 3px;
  }
  .siteName a {
    color: white;
    font-size: 20px;
  }
  .siteNameHeader .pageTitle {
    display: none;
  }
  /* ACCOUNT
	********************************************/
  .account .subDetails,
  .account .nextPayment {
    padding-top: 25px;
  }
  /* ARTICLE
	********************************************/
  .shareWidget {
    text-align: left;
  }
  .socialSprite {
    display: inline-block;
  }
  .adImage.article_600.desktopOnly {
    float: none;
    margin: 25px auto;
  }
  .articleSidebarContent {
    float: none;
    margin: auto;
  }
  .article-sidebar {
    position: static;
  }
  /* HOMEPAGE
	********************************************/
  .featuredContainer {
    padding: 0;
    margin: 10px auto;
    width: 100%;
  }
  .carouselBlock {
    display: none;
  }
  .horizontalBriefs .flexItem {
    width: 100%;
  }
  .videoBriefs .flexContainer {
    display: block;
  }
  .mainSubFeatureContainer {
    padding-left: 10px;
  }
  .justPostedPanelWrapper {
    padding-left: 0;
  }
  .articleList {
    margin-left: 0;
  }
  .subFeatureContainer {
    padding-right: 10px;
  }
  .subFeature .imageWrapper {
    height: 200px;
  }
  .ownLocalContainer {
    padding-left: 10px;
  }
  .ownLocalContainer .ownlocal-widget {
    height: 370px !important;
  }
  .contentPanel {
    padding-right: 0;
  }
  .trendingWrapper {
    margin-bottom: 20px;
  }
  .trendingArticle .flexContainer {
    padding: 0 10px 10px;
  }
  .trendingArticle .flexItem {
    flex: 0 0 100%;
  }
  .pageHero {
    flex: 0 0 100%;
  }
  .pageArticleWrapper {
    width: 50%;
  }
  .homepageSidebar {
    margin-top: 20px;
  }
  /* CLASSIFIEDS
	********************************************/
  .classifieds .col-sm-9 {
    width: 100%;
    margin: 20px auto;
  }
  .classifieds .sectionHeader {
    font-size: 1.5em;
  }
  /* FOOTER
	********************************************/
  .col-sm-4 {
    width: 100%;
    margin: 20px auto;
  }
  .col-sm-4 > .col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .menuLabel {
    display: none;
  }
  .trendingArticle {
    flex: 0 0 100%;
    padding: 10px 0;
  }
  .horizontalBriefs .flexItem {
    flex: 0 0 100%;
    padding: 10px 0;
  }
  .mainSubFeature .imageWrapper {
    height: 300px;
  }
  .verticalBriefs .imageWrapper {
    height: 150px;
  }
  .terms,
  .faqs {
    -moz-columns: 1;
    columns: 1;
  }
  .classifiedsContainer .image {
    float: none;
    margin: 0 auto 15px;
    display: block;
  }
  .articleMaxWidth .bodyText {
    padding: 0 15px;
  }
  .article-sidebar {
    float: none;
  }
  .inlineArticleImage {
    float: none;
  }
  .adImage.mobileOnly.article_leaderboard {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .siteName {
    letter-spacing: 1.5px;
  }
  .sidebarImage.in_story_300 {
    display: block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
  .sidebarImage.desktopOnly {
    display: none;
  }
  .sidebarImage.mobileOnly {
    display: block;
    margin: auto;
    padding: 0;
  }
  .swiper-slide .imageWrapper {
    height: 350px;
  }
  .trendingArticle .imageWrapper {
    width: 100%;
  }
  .trendingArticle .briefWrapper {
    padding-left: 0;
  }
  .pageArticleWrapper {
    width: 100%;
    padding: 10px 0;
  }
  .pageArticleImage .imageWrapper {
    height: 150px;
  }
  .obitsWrapper .flexContainer {
    display: block;
  }
  .pageArticleContainer {
    display: block;
  }
  .directoryIndexAdsWrapper {
    display: block;
  }
  .directoryAdContainer {
    width: 100%;
  }
  .directoryDetailsWrapper {
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  .siteName {
    font-size: 20px;
    margin: 5px 0 0 0;
  }
}
