/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
.story a, .story a:active, .story a:hover, .story a:visited {
	color: #2a328e !important;
	font-size: 1em !important;
    font-weight: bold !important;
}

body {
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
	font-family: 'Lato', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 400;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
em {
    padding: 10px 15px;
    display: block;
    background: #ece9e9;
}
strong {
	font-weight: 600;
}
/* Structure Styling */
.gray {
	background: #ededf3;
}
.white {
	background: #fff;
}
.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}
.container img {
	max-width: 100%;
	height: auto;
}
.container:after {
	content: '';
	display: block;
	clear: both;
	float: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
.col-md-7 {
    width: calc(58.33333333% - 20px);
	padding-left: 10px;
    padding-right: 10px;
}
.col-md-5 {
    width: calc(40.66666667% - 20px);
	padding-left: 10px;
    padding-right: 10px;
}
.col {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.col:after {
	content: '';
	clear: both;
	float: none;
	display: block;
}
.col-8 {
	width: 67%;
}
.col-4 {
	width: 32%;
}
.col-wrapper {
	width: calc(100% - 30px);
	padding: 0 15px;
}
.no-padding .col-wrapper {
	width: 100%;
	padding: 0;
}
/* Header */
.top-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #000;
    background: -moz-linear-gradient(top,#2b2b2b,#161616);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
    z-index: 99998;
	max-height: 35px;
	text-align: center;
}
.logo-wrap {
	background: #303030;
}
.our-site {
	margin-right: 30px;
	width: 93px;
	height: auto;
}
.top-right {
	float: right;
	margin-right: 20px;
	width: 176px;
	height: auto;
}
.top-header a {
	display: inline-block;
	max-height: 35px;
}
.middle-header {
	padding: 10px 0;
}
.middle-right {
	float: right;
	padding-top: 10px;
}
.main-menu {
    margin-bottom: 0;
    border-right: none;
    border-left: none;
    height: auto;
    width: 100%;
    max-height: 40px;
	background-color: #bb0000;
    border-color: #bb0000;
}
.topics-wrap {
	background: #fff;
    border: 1px solid #d6d6d6;
	border-top: 0;
}
.login {
    float: right;
    padding-top: 3px;
}
.ads {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.ads-img {
	margin: 0 auto;
}
.header-mobile {
	display: none;
}
.mobile-headline {
	display: none;
}
.yellowbg {
    background: #f9f7cc;
    display: inline-block;
    padding: 20px 10px 0;
    margin-bottom: 15px;
}
/* Contents */
p {
    font-size: 1em;
    line-height: 1.35em;
    margin-bottom: 8px;
	color: #4a4a4a;
}
h4 {
    font-size: 1.10em;
    line-height: 1.55em;
    margin-bottom: 8px;
    color: #4a4a4a !important;
    font-weight: bold;
}
.contents p {
    margin-bottom: 15px;
    overflow: visible;
    line-height: 1.533em;
    word-wrap: break-word;
}
.story .caption, .story .inline-caption {
    border: 1px solid #d6d6d6;
    padding: 8px 10px;
    font-size: .813em;
    line-height: 1.231em;
    display: block;
    font-weight: 100;
    color: #676767;
    background: #dae4ef;
    margin-top: -5px;
}
.headline {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 18px 0;
    margin-bottom: 18px;
    overflow: hidden;
}
.story-pg h1 {
    font-size: 2.438em;
    line-height: 1.154em;
    font-weight: 900;
    letter-spacing: .5px;
}
.headline hr {
    border: 1.5px solid #b00;
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
	height: 0;
}
.kicker, .kicker-2 {
    font-size: .75em;
    font-weight: 900;
    color: #b00;
    text-align: left;
}
.kicker {
    text-transform: uppercase;
    margin-right: 6px;
}
.full {
	border: 0;
	border-bottom: 1px solid #d6d6d6;
	height: 0;
	width: 100%;
	margin: 10px 0 20px;
	padding: 10px 0;
}
.cta-button {
	color: #000;
    background-color: #F7D358;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #333;
}
.emotify-header {
    padding: 6px;
    border-bottom: 1px solid #d8d8d8;
    background: #e8e8e8;
    border-radius: 2px;
    overflow: hidden;
    margin: 40px 0 15px;
}
.articles {
	margin-bottom: 30px;
}

/** FB COMENTS */

.fbcommentscontainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fbConnectWidgetFooter {
  bottom: 0;
  cursor: default;
  position: absolute;
  width: 100%;
}

.fbConnectWidgetFooter .fbFooterBorder {
  border-top: 1px solid #ccc;
  margin: 0 6px;
  padding: 4px 3px;
}

.DOMControl_placeholder {
  color: #777;
}

.fbFeedbackContent {
  
}

.fbFeedbackContent .composerHider {
  border-bottom: 0 solid #ccc;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 9px 10px 7px;
}

.fbFeedbackContent .composerHider .uiSelector {
  margin: -3px 1px;
}

.fbFeedbackContent .composerHider .uiSelector .uiSelectorButton,
.fbFeedbackContent .composerHider .uiSelector .uiSelectorButton:active,
.fbFeedbackContent .composerHider .uiSelector .uiSelectorButton:focus,
.fbFeedbackContent .composerHider .uiSelector .uiSelectorButton:hover {
  background-repeat: no-repeat;
  background-position: right -202px;
  background-color: transparent;
  border: none;
  
  margin: 0;
  outline: 0;
  padding: 2px 20px 2px 0;
}

.fbFeedbackContent .composerHider a {
  font-weight: 700;
}

.fbFeedbackContent .indicator {
  float: left;
  margin: 10px 0 0 -45px;
  position: absolute;
}

.fbFeedbackContent .postContent .action_links {
  margin-bottom: 8px;
}

.fbFeedbackContent .postBlingBox {
  border: none;
  bottom: 1px;
  cursor: text;
  padding: 0;
  position: relative;
}

.fbFeedbackContent .postBlingBox:hover {
  background-color: transparent;
  border: none;
}

.fbFeedbackContent {
  min-height: 160px;
}

.fbFeedbackContent .fbFeedbackPosts {
  padding: 0 0 0 10px;
}

.fbFeedbackContent .profileName {
  font-size: 11px;
}

.fbFeedbackContent .fbFeedbackPost {
  border: solid #e2e2e2;
  border-width: 1px 0 0;
  clear: both;
  padding-bottom: 0!important;
  padding-top: 10px;
}

.fbFeedbackContent li.fbTopLevelComment:first-of-type {
  border-width: 0;
}

.fbFeedbackContent li.fbTopLevelComment:last-of-type {
  margin-bottom: -5px;
}

.fbFeedbackReplies .fbFeedbackPost {
  border-width: 0 0 1px;
  border-color: #e9e9e9;
}

.postReplies {
  margin-top: 8px;
}

.fbFeedbackPost {
  position: relative;
}

.fbFeedbackPost .postContent {
  margin-top: 5px;
}

.fbFeedbackPost .postText {
  color: #1a1a1a;
  line-height: 14px;
  margin: 0 28px 5px 0;
}

.fbFeedbackPost .postActor {
  background-color: #ededed;
  margin-bottom: 8px;
  margin-right: 11px;
}

.fbFeedbackContent .fbConnectWidgetFooter {
  position: static;
}

.fbFeedbackContent .fbConnectWidgetFooter .fbFooterBorder {
  margin: 5px 0 0;
}

.fbTopLevelComment .fbFeedbackReplies .fbCommentReply {
  border-width: 1px 0 0;
}

.uiHeader h4 {
  color: #333;
  font-size: 11px;
}

.uiHeader .uiHeaderTitle {
  outline: 0;
}

.uiHeaderTopBorder {
  border-top: 1px solid #aaa;
  padding-top: .5em;
}

div.uiHeaderTopBorder {
  margin-left: 0;
}

.uiHeaderNav {
  border-color: #eee;
  margin: 8px 0 0 6px;
  padding: 7px 6px 3px 5px;
}

.uiHeaderNav h4 {
  color: gray;
}

.lfloat {
  float: left;
}

.phm {
  padding-left: 10px;
  padding-right: 10px;
}

.sp_comments {
  background-image: url("like.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.sx_comments_cfavicon {
  width: 14px;
  height: 14px;
  background-position: 0 -187px;
}

.sx_comments_like {
  width: 15px;
  height: 13px;
  background-position: -33px -170px;
}

.uiBlingBox {
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 3px 4px 3px 2px;
}

.uiBlingBox:hover {
  text-decoration: none;
  background-color: #eceff5;
  border-bottom: 1px solid #e5eaf1;
}

.uiBlingBox .text {
  line-height: 11px;
  vertical-align: text-bottom;
}

.uiBlingBox .img {
  margin-right: 2px;
  vertical-align: text-top;
}

.uiButton {
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  padding: 2px 6px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}

.uiButton,
.uiButtonSuppressed:active,
.uiButtonSuppressed:focus,
.uiButtonSuppressed:hover {
  background-repeat: no-repeat;
  background-position: -352px -348px;
  background-color: #eee;
  border: 1px solid #999;
  border-bottom-color: #888;
  
}

.uiButton:hover {
  text-decoration: none;
}

.uiButton:active {
  background: #ddd;
  border-bottom-color: #999;
  
}

.uiButtonSuppressed {
  background: 0 0;
  border-color: transparent;
  
}

.uiImageBlockContent {
  overflow: hidden;
}

.uiImageBlockSmallContent {
  padding-top: 1px;
}

.uiImageBlockImage,
.uiImageBlockImage .img {
  display: block;
}

.uiImageBlockSmallImage {
  margin-right: 5px;
}

a.uiLinkSubtle {
  color: gray;
}

.uiListItem {
  display: block;
}

.uiListVerticalItemBorder {
  border-width: 1px 0 0;
}

.uiListItem:first-child {
  border-width: 0;
}

.uiToggleFlyout {
  display: none;
}

.uiSelector {
  max-width: 200px;
  vertical-align: top;
}

.uiSelector .wrap {
  position: relative;
}

.uiSelector .uiButton,
.uiSelector .uiButton:active,
.uiSelector .uiButton:focus,
.uiSelector .uiButton:hover {
  background-image: none;
}

.uiSelector .uiSelectorButton {
  vertical-align: top;
}

.uiSelector .uiSelectorButton:active {
  background-color: #ddd;
}

.uiSelectorNormal .uiButtonSuppressed:active,
.uiSelectorNormal .uiButtonSuppressed:focus,
.uiSelectorNormal .uiButtonSuppressed:hover,
.uiSelectorNormal .uiSelectorButton,
.uiSelectorNormal .uiSelectorButton:active,
.uiSelectorNormal .uiSelectorButton:focus,
.uiSelectorNormal .uiSelectorButton:hover {
  background-repeat: no-repeat;
  background-position: right -5px;
  max-width: 169px;
  padding-right: 23px;
}

.uiSelectorNormal .uiButtonSuppressed,
.uiSelectorNormal .uiSelectorButton:active {
  background-repeat: no-repeat;
  background-position: right -202px;
}

.uiSelectorMenuWrapper {
  bottom: auto;
  left: 0;
  margin: -1px 0 30px;
  max-width: 340px;
  min-width: 100%;
  position: absolute;
  right: auto;
  top: 100%;
  z-index: -1;
}

.uiTextareaNoResize {
  resize: none;
}

.uiTextareaAutogrow {
  overflow: hidden;
}

.fss {
  font-size: 9px;
}

.fsm {
  font-size: 11px;
}

.fsl {
  font-size: 13px;
}

.fwn {
  font-weight: 400;
}

.fwb {
  font-weight: 700;
}

.fcb {
  color: #333;
}

.fcg {
  color: gray;
}

.UIImageBlock_Content {
  display: table-cell;
  vertical-align: top;
  width: 10000px;
}

.UIImageBlock_Image {
  float: left;
  margin-right: 5px;
}

.UIImageBlock_Image .img {
  display: block;
}

.UIImageBlock_MED_Image {
  margin-right: 10px;
}

.fbcommentscontainer a {
  color: #3B5998!important;
}

.sp_comments {
    background-image: url(./images/like.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 100%;
    background-position: 0;
}

/* Sidebar */
.side-combo-1 {
    background: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    margin-bottom: 20px;
	margin-top: 30px;
}
.side-combo-1 .headline {
    background: #b00;
    overflow: hidden;
    display: block;
    padding: 10px;
}
.title-03 {
    color: #fff;
    font-size: 1.125em;
    line-height: 1.333em;
	letter-spacing: .5px;
	font-weight: 600;
}
.desc-wrap .desc {
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.desc-wrap .desc:last-child {
    border-bottom: 0px solid #d6d6d6;
    padding-bottom: 0;
}
.desc-wrap .desc a {
    font-size: .75em;
    font-weight: 900;
    color: #b00;
    text-align: left;
    text-transform: uppercase;
    margin-right: 6px;
	text-decoration: none;
}
.desc-wrap .desc p a {
    color: #4a4a4a;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.000em;
}
.img-sticker {
    position: relative;
    float: left;
}
.img-sticker img {
	width: 100%;
	height: auto;
}
.branded {
    background: #fff;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    margin-bottom: 20px;
	margin-top: 30px;
}

/* Footer */
.footer {
    background: #444443;
	height: auto;
    padding: 40px 0 20px;
    position: relative;
    border-top: 1px solid #DDD;
}
.partner {
    overflow: hidden;
    display: block;
    margin-top: 20px;
    border-top: 1px solid #4b4b4b;
    padding-top: 20px;
}
.copyright {
    background: #282828;
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    letter-spacing: .5px;
    margin: 0;
}

/* Responsive */
@media (max-width:1025px) {
	.top-header {
		display: none;
	}
	.mobile-topic {
		display: none;
	}
}
@media (max-width:812px) {
.subscribe {
    color: #fff;
    background-color: #DA2128;
    padding: 5px 10px;
    margin-top: 8px;
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: .813em;
    float: right;
}
.header-mobile {
	display: inline-block;
    background: #fff;
    height: auto;
	text-align: left;
}
.logo-wrap, .main-menu, .topics-wrap {
	display: none;
}
.mobile-menu {
    background: #303030;
    padding: 0 5px;
    max-height: 42px;
}
.mobile-topics {
    background: #fff;
    border: 1px solid #d6d6d6;
	border-right: 0;
	border-left: 0;
    padding: 10px 0px;
}
.header-mobile img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
.mobile-left {
	float: left;
	height: 40px;
	width: auto;
}
.mobile-right {
	float: right;
	height: 40px;
	width: auto;
}
.mobile-header {
	height: 40px;
	width: auto;
	margin: 0 auto;
	display: inline-block;
}
.top-header, .header, .main-menu, .ads {
	display: none;
}
}
@media (max-width:768px) {
.col-4 a {
    display: inline-block;
    margin: -15px 0 10px;
    padding: 0;
	width: 100%;
}
.col-4 hr.full {
	display: none;
}
.story-pg h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #333;
}
.col-4 {
    width: 100%;
}
.col-8 {
    width: 100%;
}
.col.no-padding {
	display: inline-block;
}
.mobile-headline {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.contents .mobile-logo img {
	width: 168px;
	height: auto;
}
.mobile-logo {
	padding: 10px 0;
	margin-bottom: 20px;
}
.mobile-headline h1 {
    font-size: 30px;
    line-height: 34px;
	padding: 15px 0;
}
.mobile-headline span {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.mobile-headline span.date-published {
    font-size: 14px;
    font-weight: 400;
}
.container img.featured-image {
    width: calc(100% + 30px);
    margin: 0 -15px;
    max-width: calc(100% + 30px);
}
.articles, .footer, .caption {
    display: none;
}
.contents img {
	width: 100%;
	height: auto;
}
.contents img.social {
	width: auto;
	max-width: 100%;
}
}
@media (max-width:500px) {
	.tablet-topic {
		display: none;
	}
	.mobile-topic {
		display: block;
	}
}
