body, html{
	color: #222;
    font-family: 'Roboto', sans-serif !important;
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
	line-height: 1.5em;
	background-color: #f3f3f3;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bree Serif',serif;
	line-height: initial;
}

h1 {
    font-size: 3em;
    line-height: 1.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#top-header{
	height: 44px;
    background: #ff3737;
    position: fixed;
    z-index: 11;
    top: 0;
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	width: 100%;
    padding: 0 15px;
	display: block;
}
#inner-header{
	min-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.logo{
	float: left;
    margin-top: 5px;
}
.logo img{
	width: 160px;
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
/*----*/
ol, ul {
    list-style: none;
	margin: 0;
    padding: 0;
    border: 0;
}
ul.tmenu li, ol.tmenu li {
    margin: 0;
    padding: 0;
}
.region-menu {
    width: auto;
    float: left;
}
.region-menu:after, header:after {
   content: "";
    display: table;
    clear: both;
}
ul.tmenu{
	float: left;
    width: calc(100% - -100px);
    overflow: hidden;
}
.region-menu ul.tmenu {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;;
    height: 44px;
    margin-left: 15px;
    overflow: hidden;
}
.region-menu ul.tmenu li{
	float: left;
}
.region-menu ul.tmenu li a {
    color: #fff;
    font-size: 0.8em;
    line-height: 44px;
    height: 44px;
    font-weight: 300;
    display: block;
    padding-left: .9em;
    padding-right: .9em;
}
.region-menu ul.tmenu li a:hover{
	text-decoration: none;
    background-color: #ff2121;
}
/*-----*/
@media (min-width: 76.875em){
	#page, #footer {
		max-width: 1200px;
		width: 1200px;
	}
}
@media (min-width: 1em){
	#page, #footer, #block-dennis-core-dennis-core-footer>.content {
		margin-left: auto;
		margin-right: auto;
		min-width: 740px;
	}
}

/*----*/
.featured{
	width:100%;
	display: flex;
}
.feat-left, .feat-right{
	width: 50%;
}
.feat-right{
	flex-wrap: wrap;
	display: flex;
}
.feat-content{
	position: relative;
    margin-bottom: 0;
    width: 100%;
}
.contentbox{
	padding-bottom: 56.25%;
}
.feat-image{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
}
.feat-image:before{
    content: '';
    -moz-box-shadow: inset 1px 1px 0 #fff;
    -webkit-box-shadow: inset 1px 1px 0 #fff;
    /* box-shadow: inset 1px 1px 0 #fff; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.feat-image:after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    pointer-events: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjE0MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(140%,#000000));
    background-image: -moz-linear-gradient(rgba(0,0,0,0),#000000 140%);
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),#000000 140%);
    background-image: linear-gradient(rgba(0,0,0,0),#000000 140%);
    -moz-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s;
}
.contentbox:hover .feat-image:after{bottom:-50%}
.feat-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featc-flx{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-orient: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	overflow: hidden;
	pointer-events: none;
	padding: 5px 10px;
	font-family: "Work Sans";
}
.feat-cat{
	font-size: 0.9em;
    line-height: 1.875em;
    margin: 0 0.8em 0.5em;
	border-bottom: 2px solid #ee6a00;
    border-top: none;
	text-transform: uppercase;
	display: inline-block;
}
.feat-cat a{
	color: #FFF;
}
.featc-flx h3{
	font-size: 1.9em;
    line-height: 1.26316em;
    margin: 0 0.3em 0.5em 0.3em;
    max-width: 600px;
	color: #fff;
}
.feat-right .featc-flx h3{
	font-size: 1.1em !important;
}
.feat-right .feat-cat{
	font-size: 0.7em;
}

.headspacer{
	margin-top: 43px;
}

.mheadspacer{
	margin-top: 45px;
}

.billboard{
	padding: 12px 0px;
}
.bilbnr{
	width: 970px;
	margin: 0px auto;
}
.article_detail .headspacer{
	padding-bottom: 0px !important;
}
.article_detail .billboard{
	background-color: #FFF;
}

.viewboxs{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.innervbox{
	width: calc((100% / 4) - 0.01px);
    float: left;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main_page .innervbox:nth-child(-n+3){
	width: calc((100% / 3) - 0.01px);
}

.innervbox .featc-flx h3{
	font-size: 1.2em;
}
.innervbox .feat-cat{
	font-size: 0.7em;
}
.mainpageLaest{
	background-color: #eee;
    border-top: solid 2px #c92b20;
    border-bottom: solid 2px #c92b20;
    padding-top: 15px;
    padding-bottom: 30px;
}
.mainpageLaest h4{
	font-size: 1.7em;
    line-height: 1.32353em;
	text-transform: uppercase;
}
	

.footer{
	background: #FFF;
    border-top: 1px solid #ff2121;
    color: #000;
    padding: 15px 0px;
}
#footer{
	font-family: 'Roboto', sans-serif;
}
#footer img{
	width: 157px;
}
.flogo{
	clear: left;
    float: left;
    margin-left: 0;
}
.fcopyr{
	float: right;
}
.footerspacer{
	width: 100%;
    padding-left: 0;
    padding-right: 0;
	background-color: #ccc;
    padding: 30px 0;
	margin-top: 20px;
}

.gcontent{
	float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
}
.social_links {
    float: right;
    padding-right: 5%;
	padding-top: 5px;
}
.social_links img:hover{
    opacity: 0.8;	
}
.innercontent .ic-share ul li{
    margin-bottom: 8px;
}
.rsidebar{
    clear: none;
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-top: 1.5em;	
}
.rsidebar .block-title {
    border: 5px solid #6e6e6e;
    margin-bottom: 1em;
    box-shadow: 5px 5px 0 #888;
    padding: 0 10px;
    background-color: #fff;
    margin: 0 0 15px 0;
    display: inline-block;
    position: relative;
    top: 0;
    z-index: 3;
    background: #fff;
    font-size: 1.7em;
    line-height: 1.32353em;
    color: #6e6e6e;
    text-transform: uppercase;
    font-weight: bold;
}

.rsidebar ul li{
    height: 164px;
    background: #000;
    color: white;
    position: relative;
    margin: 0;
    text-shadow:0 0 black;
	border-left:2px solid #000;
	border-right:2px solid #000;
}
.rsidebar ul li .feat-content{
	position:inherit !important;
}
.rsidebar ul li .feat-cat{
	border-top: 2px solid #ee6a00 !important;
    font-size: 0.8em !important;	
	border-bottom:0px !important;
}
.rsidebar ul li .feat-image:before{
	box-shadow:none !important;
}
*{-moz-user-select: none;-webkit-user-select: none;-ms-user-select:none;user-select:none;-o-user-select:none;}
.rsidebar ul{
	padding-top:20px;
}
.rsidebar ul li:before {
    top: -12px;
    content: '';
    height: 25px;
    position: absolute;
    width: 102%;
    background: #fff;
    transform: rotate(-4deg);
    left: -4px;
    z-index: 3;
}
.rsidebar ul li:after{
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    right: 0px;
    height:23px;
    background: #fff;
    z-index:3;
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
	bottom: -11px;
    width: 102%;	
}
.rsidebar ul li:first-child:before{
	display:none !important;
}


.hp-content .page-title{
	font-family: 'Bree Serif',serif;
    font-size: 36px;
    padding: 17px 26px;
    margin: 0px;
    padding-bottom: 0px;
    line-height: 42px;
}
.coverimg{
	margin-bottom: 1.5em;
}
.coverimg img {
    width: 100%;
}

.article_detail .hp-content{
	background-color: #FFF;
}

.article_detail .innercontent{
	padding: 10px 31px;
}

.ic-body h1 {
    font-size: 22px;
}

@media (min-width: 76.875em){
	.ic-share {
		float: left;
		width: 70.83333%;
		margin-left: 16.66667%;
		margin-right: -87.5%;
		margin-left: -147px;
		width: 130px;
	}
}

.ic-share{
	box-sizing: border-box;
    position: absolute;
}

.asblock{
	margin-top: 29px;
}




#mtop-header{
	display: block;
    width: 100%;
    position: fixed;
    top: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    z-index: 1;
}
.minerheader{
	height: 45px;
    background-color: #ff3737;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
    text-align: center;
    padding-top: 7px;
}

.mlogo{
	width: 156px;
    display: block;
    margin: 0px auto;
    margin-top: 0px;
    float: left;
    margin-left: 19px;
}
.mlogo a{
	display: block;
}
.mlogo img{
	width: 100%;
}
.mtbtn{
	float: right;
    margin-top: 2px;
    margin-right: 9px;
}
.mtbtn li{
	float: left;
    list-style: none;
    padding-right: 3px;
}
.mtbtn svg{
	height: 1.75rem;
    width: 1.75rem;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    border: 1px solid #FFF;
    border-radius: 3px;
    padding: 2px;
}


.mtburg{
	margin-left: 0px!important;
    margin-top: -7px;
    float: left;
    border: 0px;
    background-color: #ff2121;
    padding: 5px 5px;
}
.mtburg svg{
	fill: #fff;
    height: 2.2rem;
    width: 2.2rem;
    vertical-align: middle;
    display: block;
}
.mmenu_logo{
    padding: 9px 22px;
    background-color: #ff3737;
}
.c-menu__items li{
    border-top: 1px solid #E7E7E7 !important;
}
.c-menu__items li a{
	display: block;
    padding: 15px 10px 15px 15px !important;
	text-transform:uppercase;
	letter-spacing: 1px;
    text-align: left;
	color:#5C5B5B !important;
}
.c-menu {
    background-color: transparent;
}
.c-menu__items li{
	border-top:none !important;
	border-bottom: 1px solid #E7E7E7;
	background:#fff;
}
body .c-menu--slide-left{
	overflow-y: auto !important;
}
#c-menu--slide-left{
	background:#fff;
}


#mpage{
	width: 100%;
	padding: 15px 15px 24px;
	padding-top: 0px;
}

.mcoverimg{
	padding-bottom: 60%;
	position: relative;
    height: 0;
    width: auto;
    display: block;
    clear: both;
	margin: 0px -15px;
}

.mcoverimg img{
	position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
	object-fit: cover;
}
.mcoverimg:after{
	content: "";
    background: -webkit-linear-gradient(bottom,rgba(111, 111, 111, 0.75) -24%,transparent 100%);
    height: 75px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.mcontent{
    margin-top: 15px;
    background-color: #FAFAFA;
    box-sizing: border-box;
    overflow-x: visible;
    width: 100%;
    font-size: 18px;
    padding: 15px 15px 13px;
    margin-bottom: 22px;
}
.mcontent .page-title{
	color: #444;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 1.5375em;
    margin-top: 0;
}

.mboxes{
	
}
.mboxes article{
	left: 0;
    position: relative;
    height: 240px;
	display: block;
	margin-bottom: 2px;
}
.mboxes article:before, .mboxes article:after {
    content: " ";
    display: table;
}
.mboxes article:after {
    clear: both;
}
article .articlelink{
	width: 100%;
    height: 100%;
	-webkit-transition: opacity 300ms linear;
	display: block;
	text-decoration: none;
}

article .articleimage{
	background-color: #f0f0f0;
	height: 100%;
    background-repeat: no-repeat;
	background-size: cover;
    background-position: center 15%;
}
@media (orientation: portrait){
	article .articleimage {
		width: 100%;
	}
}

article .articletext{
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
	width: auto;
    margin: 0 10px 14px 10px;
}

@media (orientation: portrait){
	article .articletext {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

article .articletext h1{
	background-color: rgba(0,0,0,0.8);
	font-size: 1.575em;
    line-height: 1.2;
	color: white;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
.mfooter #footer{
	width: 100%!important;
    min-width: 100%!important;
    padding: 3px 14px;
}
.mfooter #footer .flogo img{
	width: 163px;
}
.mfooter .fcopyr{
	width: auto !important;
	margin-top: 0px;
}

.ic-bodyimg {
    margin: 0px -15px;
}
blockquote{
	border-left: 1px solid #fdbd23;
    padding-left: 10px;
    margin: 10px;
    font-weight: bold;
    font-family: "Titillium Web",Arial,Verdana,"Bitstream Vera Sans",sans-serif;
}
/*Mobile Header Navi*/
.mnavi {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    position: relative;
    top: 0px;
    z-index: 99999;
    height: auto;
    float: none !important;
    padding: 0px !important;
    -webkit-overflow-scrolling: touch;
    background-color: #c92b20;
}
ul.mnaviul {
    list-style: none;
    display: table;
    margin: 0px;
    padding: 0px;
    width: 100%;
    white-space: nowrap;
}
.mnaviul li {
    text-align: center;
    width: auto;
    padding: 0px 12px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 27px;
    padding-bottom: 0px !important;
}
.mnaviul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 3px;
}
.mnaviul li.active:after {
    background-color: #FFF;
}
.mnaviul a {
    color: #FFF;
}
@media (min-width: 76.875em){
	#top-header {
		padding: 0 30px;
	}
}
@media (min-width: 76.875em){
	.region-menu ul.tmenu {
		margin-left: 37px;
	}
}
.hp-page{
	width: 100%;
    max-width: 1020px;
    margin: 0 auto;
	position: relative;
}
.hp-content{
	margin-right: 320px;
}
.hp-side{
	position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}
.hpa-cover img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.hpa-content {
    
}
.hp-content article {
    background-color: #FFF;
    margin-bottom: 27px;
}
.hpa-content h3 {
    font-family: 'Bree Serif',serif;
    font-size: 34px;
    padding: 17px 26px;
    margin: 0px;
    padding-bottom: 0px;
    line-height: 40px;
}
.hpa-content h3 a{
	color: #000;
}
.hpa-content h3 a:hover{
	color: #ff2121;
}
.hpa-desc {
    padding: 18px 29px;
    font-family: 'Roboto', sans-serif;
    padding-top: 9px;
    font-size: 20px;
    color: #b5b5b5;
    font-weight: 500;
    line-height: 23px;
}
.hp-side article{
	margin-bottom: 15px;
}
.hp-side article h3 {
    font-size: 20px;
    line-height: 24px;
    padding: 9px 0px;
}
.hp-side article .hpa-desc {
    padding: 0px;
    font-size: 14px;
    line-height: 19px;
}
.hp-side h4{
	background-color: #FFF;
    font-size: 20px;
    padding: 6px 0px;
    text-align: center;
    text-transform: uppercase;
}
._srs_fixed{
	position: fixed;
	top: 63px;
	display:block;
}
._srs_relative{
	position: relative;
}
.ad-cap{
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #b6b6b6;
    font-size: 10px;
    line-height: 11px;
}
.mp-more{
	background-color: #FFF;
    color: #ff2121;
    display: block;
    text-align: right;
    font-family: 'Bree Serif',serif;
    font-size: 25px;
    line-height: 42px;
    border: 2px solid #ff2121;
    padding: 12px 0px;
}
a.mp-more:hover {
    background-color: #ff2121;
    color: #FFF;
}