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;
    -webkit-user-select: none; 
    -khtml-user-select: none; 		
    -moz-user-select: none; 		
    -ms-user-select: none; 	
}

body {
    line-height: 1;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: Lato,Arial,Helvetica,Arial,Tahoma,sans-serif;
    font-weight: 400;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
footer, header, hgroup, menu, nav, section, article, aside, details, figcaption, figure {
    display: block;
}
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;
    margin-bottom: 20px;
    width: 100%;
}
a {
    text-decoration: none;
}
strong {
    font-weight: 600;
}
td, th {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
th {
    background: #BB0000;
    color: #fff;
    text-align: left;
}

/* Design For Overall Structure */
.gray {
    background: #ededf3;
}
.white {
    background: #fff;
}
.container {
    width: 100%;
    max-width: 1260px;
    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;
}

/* Design For Header */
.top-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    background-color: #2d2d2d;
    background: -moz-linear-gradient(top,#2b2b2b,#161616);
    background: -webkit-gradient(linear,left top,left bottom,from(#2b2b2b),to(#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);
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.3);
    z-index: 99998;
    padding: 3px 5px 0px;
}
.our-site {
    margin-right: 30px;
    width: 93px;
    height: auto;
}
.top-right {
    float: right;
    margin-right: 20px;
    width: 176px;
    height: auto;
}
.midHeader {
    padding: 10px 0;
}
.middle-right {
    float: right;
    padding-top: 10px;
}
.mainMenu {
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 0;
    border-right: none;
    border-left: none;
    height: auto;
    width: 100%;
    max-height: 40px;
}
.login {
    float: right;
    padding-top: 3px;
}
.ads {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.ads-img {
    margin: 0 auto;
}
.mobileHeader {
    display: none;
}
.mobileHeadline {
    display: none;
}

/* Design For Content Parts */
p {
    font-size: 1em;
    line-height: 1.35em;
    margin-bottom: 8px;
    color: #4a4a4a;
}
.caption, cite {
    color: #4a4a4a;
    font-weight: 600;
}
.caption {
    border: 1px solid #d6d6d6;
    background: #dae4ef;
    padding: 5px 10px;
    font-size: 1em;
    line-height: 1.231em;
}
.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;
}
.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;
    margin-bottom: 15px;
}
.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;
}

.Interview { 
    background: rgb(253, 253, 233) none repeat scroll 0% 0%; 
    padding: 15px; 
    margin: 15px 0px; 
}

.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;
}

/** Design For User Comments Part */
.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 {
    -webkit-text-size-adjust: none;
}
.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;
    -webkit-box-shadow: 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;
}
.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;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.uiButton:hover {
    text-decoration: none;
}
.uiButton:active {
    background: #ddd;
    border-bottom-color: #999;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
.uiButtonSuppressed {
    background: 0 0;
    border-color: transparent;
    -webkit-box-shadow: none;
}
.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("../img/imgStar1/fbLike.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 100%;
    background-position: 0;
}

/* Design For 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: 16px;
}
.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;
}

/* Design For Footer */
.footer {
    background: #2f2f2f;
    height: auto;
    padding: 40px 0 20px;
    position: relative;
    border-top: 1px solid #DDD;
}
.copyright {
    background: #282828;
    padding-top: 10px;
    padding-bottom: 10px;
}
.copyright p {
    text-align: center;
    color: #fff;
    font-size: 11px;
    letter-spacing: .5px;
    margin: 0;
}

/* Control For Responsive Page */
@media (max-width:812px) {
    .mobileHeader {
        display: inline-block;
        background: #010001;
        height: 40px;
        text-align: center;
    }
    .mobNavLeft {
        float: left;
        height: 40px;
        width: auto;
    }
    .mobNavRight {
        float: right;
        height: 40px;
        width: auto;
    }
    .mobNavCenter {
        height: 40px;
        width: auto;
        margin: 0 auto;
        display: inline-block;
    }
    .top-header, .header, .mainMenu, .ads {
        display: none;
    }
}

@media (max-width:768px) {
    .col-4 {
        display: none;
    }
    .col-8 {
        width: 100%;
    }
    .col.no-padding {
        display: inline-block;
    }
    .mobileHeadline {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }
    .contents .mobileLogo img {
        width: 168px;
        height: auto;
    }
    .mobileLogo {
        border-bottom: 1px solid #d6d6d6;
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .mobileHeadline h1 {
        font-size: 30px;
        line-height: 34px;
        padding: 15px 0;
    }
    .mobileHeadline span {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
    }
    .mobileHeadline span.datePublish {
        font-size: 14px;
        font-weight: 400;
    }
    .container img.featured-image {
        width: calc(100% + 30px);
        margin: 0 -15px;
        max-width: calc(100% + 30px);
    }
    .articles, .footer, .story-pg h1, .contents .col-4, .caption, .headline {
        display: none;
    }
    .contents img {
        width: 100%;
        height: auto;
    }
}