@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans-Semibold.ttf') format('truetype');
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

* {
    box-sizing: border-box;
}

.thing-with-videos {
    margin: 15px 0;
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}

.thing-with-videos iframe {
    margin: 0 !important;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}


/* basic stylings ------------------------------------------ */

body {}


/*.container {
	font-family: 'Roboto';
	width: 600px;
	margin: 30px auto 0;
	display: block;
	background: #FFF;
	padding: 10px 50px 50px;
}*/

.footer {
    text-align: center;
}

.footer a {
    color: #53B2C8;
}


/* form starting stylings ------------------------------- */

.group {
    position: relative;
    margin-bottom: 45px;
}

.group input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 2px solid #bfbfbf;
}

input:focus {
    outline: none;
}


/* LABEL ======================================= */

label {
    color: #434343;
    font-size: 18px;
    font-weight: normal;
    /*position: absolute;
    left: 5px;
    top: 10px;*/
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

input:focus~label,
input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #434343;
    text-transform: uppercase;
}


/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 300px;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #838383;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
    width: 100%;
}

.group input {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.group .bar {
    width: 100%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #transparent;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.form-error-message {
    display: table;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.form-error-message span {
    border: 1px solid #c00;
    display: table;
    margin: 15px auto 0;
    padding: 5px 44px;
}

.group .error {
    border-bottom: 1px solid #C00;
    font-weight: bold !important;
}

.contact-col-1,
.contact-col-2 form {
    margin-top: 15px;
}

.group select {
    background: rgba(0, 0, 0, 0) url("/assets/images/dropdown.png") no-repeat scroll right center;
    border: medium none;
    position: absolute;
    right: 0;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
    text-overflow: "";
    top: 10px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.group textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    overflow: auto;
    resize: none;
    vertical-align: top;
    width: 100%;
    color: #434343;
    border-bottom: 2px solid #bfbfbf;
}

.contact-form-comments {
    clear: both;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: Roboto Slab;
}

hr {
    border: 0;
    height: 2px;
    background: #bfbfbf;
    margin-top: 50px;
}

body {
    margin: 0;
}

a {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

.watch-history-mobile {
    font-weight: bold;
;
    font-size: 20px !important;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.block-imp {
    display: block !important;
}

body.disable-scroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

header.disable-scroll {
    position: fixed !important;
    top: 0 !important;
    background-color: #000;
}

header.disable-scroll+div {
    display: block !important;
}

/*.pos-fixed {*/
    /*position: fixed !important;*/
/*}*/

.pos-abs {
    position: absolute !important;
}

.pull-top-100 {
    margin-top: -100px !important;
}

.bg-liquid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
}

.fluid-image {
    width: 100%;
}

.center-txt {
    text-align: center;
}

.about-us-wrapper {
    margin-top: 40px;
}

.cp-img {
    position: relative;
    top: -2px;
}

.privacy-content-box {
    border: 10px solid #e2e2e2;
    border-radius: 6px;
    display: inline-block;
    color: #000;
    font-size: 25px;
    font-weight: 300;
    padding: 25px 25px 20px;
    text-transform: uppercase;
    width: 45%;
    text-decoration: none;
}

.privacy-content-txt {
    display: inline-block;
    margin-left: 30px;
}

.content-privacy-row {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.row-404 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.col-left-404 {
    display: inline-block;
    width: 45%;
    float: left;
}

.col-left-404 img {
    float: right;
}

.col-right-404 {
    display: inline-block;
    width: 45%;
    float: left;
    margin-left: 20px;
}

.col-right-404 .terms-sub-heading {
    margin-top: 10px;
}

.col-right-404 .terms-main-heading {
    margin-top: 50px;
}

.terms-sub-heading a {
    text-decoration: none;
}


/********************  header CSS starts from here   ****************/

a {
    text-decoration: none;
}

.pre-header-container {
    background-color: #000;
}

header {
    width: 100%;
    padding: 8px 0;
    /*! background-color: rgba(0, 0, 0, 0.4); */
    z-index: 12;
    height: 68px;
    position: fixed;
}

header:hover {
    /*! background-color: black; */
}

.header-box {
    width: 90%;
    margin: 0 auto;
}

header .header-box {
    width: 100%;
    padding: 0 1%;
    position: relative;
}

.header-menu {
    float: right;
}

.header-menu li {
    float: left;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    text-transform: uppercase;
    padding: 0 9px;
}

.header-menu a {
    color: #fff;
}

.header-facebook-hover img {
    position: relative;
    top: 0px;
}

.logo-desktop {
    float: left;
    position: relative;
    top: 5px;
}

.logo-ipad {
    float: left;
    position: relative;
    top: 6px;
}

.header-search-icon {
    top: 3px;
    position: relative;
}

.logo-mobile {
    float: left;
}

.header-social {
    float: right;
    margin: 10px 0 0;
}

.header-social a {
    display: inline-block;
    float: left;
    padding: 2px 15px;
    height: 37px;
    position: relative;
}

.header-social a:nth-child(1) {
    border-right: 3px solid #c10808;
}

.header-social a:nth-child(2) {
    border-right: 0px solid #c10808;
}

.search-dropdown-row {
    background-color: black;
    height: 67px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.search-dropdown-row-show {
    visibility: visible;
    top: 0 !important;
    transition: all 0.2s ease-in-out 0s;
    z-index: 11 !important;
    opacity: 1 !important;
}

.search-row-container {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
}

.search-dropdown-row form {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 1080px;
}

.nav-search-input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #d7d7d7;
    float: left;
    font-size: 24px;
    position: relative;
    top: 15px;
    width: 90%;
    margin-left: 25px;
}

.nav-search-query-btn {
    background: url(/assets/images/search-ico.png);
    border: medium none;
    display: block;
    height: 28px;
    left: 15px;
    position: relative;
    top: 19px;
    width: 30px;
    float: left;
}

.nav-search-close-btn {
    background: url(/assets/images/search-close.png);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 26px;
    transition: all 0.4s ease-in-out 0s;
}

.nav-search-query-btn:hover {
    cursor: pointer;
}

.nav-search-close-btn:hover {
    cursor: pointer;
}


/*placeholder {
    color: #a0a0a0; }*/

.header-menu a:hover {
    color: #e0e0e0;
}

.watch-history-menu:hover {
    color: #fff !important;
}

.main-spotlight ul li {
    height: 620px;
}

.main-spotlight ul {
    margin: 0;
}

.spot-heading {
    bottom: 10%;
    color: #fff;
    position: absolute;
    z-index: 6;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}

.spot-category {
    /*color: #c10808;*/
    font-size: 14px;
    display: table;
    position: relative;
    float: left;
    left: 0;
    text-transform: capitalize;
    z-index: 3;
}

.spot-heading h2 {
    font-size: 44px;
    margin-top: 10px;
    width: 60%;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}

html {
    background-color: #fff;
}

html,
body {
    height: 100%;
    /*	font-family: 'ProximaNova-Regular';*/
    font-family: 'Roboto Slab', serif !important;
    background-color: #fff;
}

body {
    margin: 0;
    padding: 0;
}

.story-content ul {
    margin: 0;
    padding: 0;
}

.story-content ul li {
    margin: 0 0 0 20px;
    padding: 0;
}

.roboto-slab-bold {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
}

.logo-red-color {
    color: #e00a12;
}

.bold {
    font-weight: bold;
}

.story-content a {
    color: #0e7bb4;
}


/******************************* Fonts Sizes *************************/

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px;
}

.font-21 {
    font-size: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-27 {
    font-size: 27px;
}

.font-28 {
    font-size: 28px;
}

.font-29 {
    font-size: 29px;
}

.font-30 {
    font-size: 30px;
}

.font-31 {
    font-size: 31px;
}

.font-32 {
    font-size: 32px;
}


/******************************* Fonts Sizes *************************/


/******************************* Margins and Paddings *************************/

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-25 {
    margin-top: 25px;
}


/******************************* Margins and Paddings *************************/

.main-news {
    width: 100%;
    float: left;
    display: block;
}

.small-news {
    width: 45%;
    float: left;
    display: inline-block;
    height: 500px;
    position: relative;
}

.medium-news {
    width: 55%;
    float: left;
    display: inline-block;
    height: 500px;
    position: relative;
}

.large-news {
    width: 100%;
    float: left;
    display: inline-block;
    height: 600px;
    position: relative;
}

.full-overall-spotlight {
    background-image: url("/assets/images/overlay-spotlight.png");
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.large-news .full-overall {
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.small-news .full-overall,
.medium-news .full-overall {
    bottom: 0;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.small-news .spot-heading,
.medium-news .spot-heading {
    bottom: 10%;
    color: #fff;
    position: absolute;
    z-index: 0;
    width: 80.5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.small-news .spot-category,
.medium-news .spot-category {
    /*color: #c10808;*/
    font-size: 14px;
    display: table;
    float: left;
    z-index: 3;
}

.spot-heading-social-row-category {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 8px 12px;
    color: #c10808;
}

.spot-heading-social-row-category:hover {
    color: #fff;
}

.small-news .spot-heading h2,
.medium-news .spot-heading h2 {
    font-size: 30px;
    margin-top: 10px;
    width: 75%;
    margin-bottom: 15px;
}

.medium-news .spot-heading {
    bottom: 10%;
    color: #fff;
    position: absolute;
    z-index: 0;
    width: 81%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

#header-facebook {
    overflow: hidden;
    width: 0;
    -webkit-transition: all 0.10s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    float: right;
    position: relative;
    top: 4px;
}

#header-twitter {
    overflow: hidden;
    width: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    float: right;
    position: relative;
    top: 4px;
}

.header-twitter-hover:hover>#header-twitter {
    display: inline-block;
    width: 115px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.header-facebook-hover:hover>#header-facebook {
    display: inline-block;
    width: 115px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.header-social-main-icon {
    vertical-align: middle;
}

.social-icon-widget {
    left: 16px;
    position: relative;
    top: 0px;
}

.white-bg {
    background-color: #fff;
}

.wrapper {
    margin: 0 auto;
}

.two-col-subscribe-box-4 {
    border: 2px solid #dbdbdb;
    float: left;
    margin: 40px 0 30px;
    padding: 15px 20px;
    width: 100%;
}

.two-col-subscribe-box-4 .left-col-subscribe-box-4 {
    background-color: #fff;
    float: left;
    height: auto;
    padding: 10px;
    width: 50%;
}

.two-col-subscribe-box-4 .right-col-subscribe-box-4 {
    float: left;
    height: 200px;
    width: 50%;
}

.sub-box-signup-txt {
    font-size: 30px;
    font-weight: 300;
}


/*********************** subscribe form css *****************/

form.subscribeNewsLetterFormFooter .validMsgContact {
    color: #39b54a;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    float: left;
    margin-top: 12px;

}

form.subscribeNewsLetterFormFooter .text-error {
    color: #df0a11;
    font-size: 12px;
    padding-top: 5px;
    float: left;
}

.two-col-subscribe-box form.subscribeNewsLetterFormFooter .validMsgContact,
.two-col-subscribe-box form.subscribeNewsLetterFormFooter .text-error {
    width: 300px;
    margin: 0 auto;
}

.search-dropdown-row-outer {
    background-color: black;
    height: 80px;
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}

.search-row-container-outer {
    display: table;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 800px;
}

.nav-search-input-search-page {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #6e6e6e !important;
    color: #d7d7d7;
    float: left;
    font-size: 38px;
    padding: 0 12px;
    position: relative;
    top: 6px;
    width: 90%;
}


/*********************** footer css ******************/

.full-row {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    /*margin-top: 95px;*/
}

.footer-col {
    width: 25%;
    /*! float: left; */
    /*! display: inline-block; */
}

.footer-col:nth-child(3) {
    /*! display: table !important; */
    /*! float: none; */
    /*! margin: 0 auto !important; */
}

.footer-col:nth-child(2) {
    /*! float: right; */
}

.footer-col h3 {
    color: #e00a12;
    margin-top: 0;
}

.footer-subscribe {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #848484;
    color: #949494;
    font-size: 14px;
    padding: 12px 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 5px;



}

.footer-descripion {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
    padding: 60px 80px;
    display: flex;
    align-content: center;
    /*! text-align: center; */
    justify-content: center;
}

.footer-menu a {
    color: #c4c4c4;
}

.footer-menu a:hover {
    color: #e0e0e0;
}

.footer-menu {
    /*! float: left; */
    padding: 0 20px;
    /*! width: 155px; */
}

.footer-menu:first-child {
    /*! width: 149px; */
}

.footer-menu:nth-child(2) {
    float: right;
}

.footer-menu h3 {
    color: #e00a12;
    color: #e00a12;
    margin-top: 0;
}

.footer-menu a {
    display: block;
    line-height: 22px;
}

.subscribe-btn {
    background-color: #e00a12;
    padding: 10px 15px;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
}

.inline-block {
    display: inline-block;
}

.footer-social-border {
    border-right: 3px solid #c10808;
}

.footer-social {
    padding-right: 10px;
    position: relative;
    top: 5px;
}

.social-ico-row {
    display: inline-block;
    margin-top: 15px;
}

.copyright {
    /*! padding: 30px 0; */
    color: #c4c4c4;
    display: inline-block;
    /*! text-align: right; */
    font-size: 14px;
    /*! background: #000; */
    /*! clear: both; */
    position: relative;
    /*! float: right; */
    justify-content: right;
    align-content: right;
}

.footer-icon-text-row {
    float: right;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    position: relative;
    top: 5px;
}

.footer-icon-heading {
    color: #e00a12;
    text-transform: uppercase;
}

.full-width-topic-result {
    background-color: #000;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

.topic-left-col {
    float: left;
    display: inline-block;
}

.topics-head {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
}

.topic-searched {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

.topic-right-col select {
    position: relative;
    top: 7px;
}

.topic-result-container {
    display: table;
    margin: 0 auto 20px;
    width: 1024px;
    margin-top: 50px;
}

.search-content {
    display: table;
    margin: 0 auto;
    width: 1024px;
}

#internal-marker-div {
    background: #2f2f31 none repeat scroll 0 0;
    color: white;
    padding-left: 4px;
    z-index: 2;
    clear: both;
}

#internal-marker-div a {
    position: relative;
    top: 4px;
}

.hr-mobile {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    display: table;
    height: 28px;
    margin: 45px auto 0;
    width: 100%;
}

.full-width-search-result {
    background-color: #000;
    width: 100%;
    padding-top: 20px;
    position: relative;
}

.search-story-headline-box {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    width: 56%;
}

.about-page-full-width {}

.search-story-headline-box h2 {
    color: #fff;
    margin-top: 10px;
}

.search-story-description {
    color: #fff;
    margin-bottom: 45px;
}

.search-story-image-box {
    float: left;
    height: 250px;
    width: 310px;
}

.search-results-numbers {
    color: #fff;
    font-size: 24px;
    margin-bottom: 55px;
    margin-top: 25px;
    /*text-align: center;*/
}

.search-story-box {
    float: left;
    margin-bottom: 20px;
}

.search-story-category {
    font-size: 14px;
    color: #c10808;
}

.footer-social-circle:first-child {
    margin-left: 0;
}

.footer-social-circle {
    margin-top: 10px;
}

.fb-ipad-footer-fix {
    margin: 0 14px 0 0 !important;
}

.hovicon {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 26px;
    height: 38px;
    line-height: 26px;
    margin: 0 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 38px;
    z-index: 1;
}

.hovicon.small {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin: 7px;
    width: 45px;
}

.hovicon.mini {
    font-size: 15px;
    height: 30px;
    line-height: 32px;
    margin: 7px;
    width: 30px;
}

.hovicon.auto-width {
    height: auto;
    padding: 15px;
    width: auto;
}

.hovicon::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.hovicon::before {
    display: block;
    font-size: 48px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 90px;
    text-transform: none;
}

.hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.hovicon.effect-1::after {
    box-shadow: 0 0 0 4px #fff;
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.hovicon.effect-1.sub-a:hover {
    background: white none repeat scroll 0 0;
    color: #41ab6b;
}

.hovicon.effect-1.sub-a:hover i {
    color: #41ab6b;
}

.hovicon.effect-1.sub-a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.facebook-icon {
    background-color: #3e58a4 !important;
}

.facebook-icon.effect-1 {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.facebook-icon.effect-1::after {
    box-shadow: 0 0 0 4px #3e58a4;
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.facebook-icon.effect-1.sub-a:hover {
    background: white none repeat scroll 0 0;
    color: #41ab6b;
}

.facebook-icon.effect-1.sub-a:hover i {
    color: #41ab6b;
}

.facebook-icon.effect-1.sub-a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.twitter-icon {
    background-color: #41a1d1 !important;
}

.twitter-icon.effect-1 {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.twitter-icon.effect-1::after {
    box-shadow: 0 0 0 4px #41a1d1;
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.twitter-icon.effect-1.sub-a:hover {
    background: white none repeat scroll 0 0;
    color: #41ab6b;
}

.twitter-icon.effect-1.sub-a:hover i {
    color: #41ab6b;
}

.twitter-icon.effect-1.sub-a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.email-icon {
    background-color: #d68a27 !important;
}

.email-icon.effect-1 {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.email-icon.effect-1::after {
    box-shadow: 0 0 0 4px #d68a27;
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.email-icon.effect-1.sub-a:hover {
    background: white none repeat scroll 0 0;
    color: #41ab6b;
}

.email-icon.effect-1.sub-a:hover i {
    color: #41ab6b;
}

.email-icon.effect-1.sub-a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.fb-icon1 {
    background-image: url("/assets/images/sprite.svg");
    background-position: -310px -60px;
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    position: relative;
    right: -12px;
    text-align: center;
    top: 7px;
    width: 14px;
}

.twitter-icon1 {
    background-image: url("/assets/images/sprite.svg");
    background-position: -365px -60px;
    background-repeat: no-repeat;
    display: block;
    height: 24px;
    left: 7px;
    position: relative;
    top: 9px;
    width: 28px;
}

.your-message {
    resize: none;
}

.email-bottom-btns {
    margin: 15px 0px;
}

.email-icon1 {
    background-image: url("/assets/images/sprite.svg");
    background-position: -332px -63px;
    background-repeat: no-repeat;
    display: block;
    height: 16px;
    left: 7px;
    position: relative;
    top: 10px;
    width: 24px;
}

.facebook-likes-hover {
    color: #fff;
}

.twitter-followers-hover {
    color: #fff;
}

.email-subscribers-hover {
    color: #fff;
}

.twitter-icon:hover~.footer-icon-text-row .twitter-followers-hover {
    color: #41a1d1;
}

.facebook-icon:hover~.footer-icon-text-row .facebook-likes-hover {
    color: #3e58a4;
}

.email-icon:hover~.footer-icon-text-row .email-subscribers-hover {
    color: #d68a27;
}

.footer-bg {
    background-color: #090909;
}

.mobile-nav {
    width: 100%;
    position: fixed;
    z-index: 999999;
}

.mobile-search {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #949494;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 10px;
    width: 80%;
}

.watch-story-box h2 {
    font-size: 55px;
    line-height: 54px;
    margin-bottom: 25px;
}

.mobile-search-btn {
    background-color: #e00a12;
    background-image: url("/assets/images/mobile-search-icon.png");
    background-position: 13px 10px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 25px;
    margin-left: 30px;
    padding: 9px 24px 9px 45px;
}

.trending-story-image img {
    width: 100%;
}

.main-news-footer {
    display: block;
    float: left;
    width: 100%;
    background-color: #191919;
}

.incase-box {
    display: block;
    overflow-x: hidden;
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.incase-box h2::after {
    background-image: url("/assets/images/story-page-bottom-news-heading-bar.png");
    content: "";
    font-size: 10px !important;
    height: 3px;
    margin-left: 18px;
    margin-top: 20px;
    position: absolute;
    width: 100%;
}

.incase-box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
}

.clear-both {
    clear: both;
}

.pod-anchor {
    cursor: pointer;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    display: block;
}

.top-post .pod-anchor {
    background: rgba(0, 0, 0, 0.3);
}


/**********************
.small-news .full-overall:hover {
  background-image: url("/assets/images/overlay-news-hover.png");
  cursor: pointer;
}
.medium-news .full-overall:hover {
  background-image: url("/assets/images/overlay-news-hover.png");
  cursor: pointer;
}
.large-news .full-overall:hover {
  background-image: url("/assets/images/overlay-news-hover.png");
  cursor: pointer;
}
********************************/

.spot-heading .spot-category:hover {
    color: #fff;
}

.spot-heading h2:hover {
    color: #d3d3d3;
}


/*********************** footer css ******************/


/*********************** Story Facebook Comment Section *********************/

.facebook-comments {
    /*! display: none; */
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    width: 100%;
    box-sizing: border-box;
}

.facebook-comments h3 {
    color: #474747;
    float: left;
    font-size: 23px;
    font-weight: 300;
    margin-top: 30px;
}

.facebook-divider {
    border: 1px solid #e8e8e8;
    float: left;
}

.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

.watch-content .trending-story-row {
    position: relative;
    top: 0;
}

.watch-history-menu {
    border: 1px solid #e00a12;
    font-size: 14px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.watch-history-menu:hover,
.watch-history-menu:active {
    background-color: #e00a12;
    color: #fff;
}

.watch-history-active {
    background-color: #e00a12;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    text-transform: uppercase;
    border: 1px solid #e00a12;
}

.watch-history-active:hover {
    color: #fff !important;
}

.location-icon {
    float: left;
    background-image: url("/assets/images/logo/location.png");
    width: 12px;
    height: 15px;
    background-repeat: no-repeat;
}

.city-location {
    margin-left: 8px;
    font-size: 12px;
    float: left;
    color: #fff;
    /* For Firefox */
    /*white-space: pre-wrap;*/
    word-break: break-all;
    /* For Chrome and IE */
    word-wrap: break-word;
}


/*.main-news-story .city-location {
	margin-left: 0px;
}*/

.social-ico-row-ipad {
    display: block;
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.social-ico-row-ipad .footer-social-circle {
    text-align: left;
}

.country-location {
    display: inline-block;
    margin-left: 3px;
    /* For Firefox */
    /*white-space: pre-wrap;*/
    word-break: break-all;
    /* For Chrome and IE */
    word-wrap: break-word;
}

.story-social-share-fb {
    background: url("/assets/images/sprite.svg") no-repeat -32px -187px;
    display: inline-block;
    height: 39px;
    position: relative;
    top: 0;
    width: 39px !important;
    z-index: -1;
    opacity: 0;
    cursor: pointer;
    left: -12px;
}

.story-social-share-twitter {
    background: url("/assets/images/sprite.svg") no-repeat -82px -187px;
    display: inline-block;
    height: 39px;
    position: relative;
    top: 0;
    width: 39px !important;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease-out 0.10s;
    -moz-transition: all ease-out 0.10s;
    -o-transition: all ease-out 0.10s;
    transition: all ease-out 0.10s;
    cursor: pointer;
    left: -25px;
}

.story-social-share-email {
    background: url("/assets/images/sprite.svg") no-repeat -130px -187px;
    display: inline-block;
    height: 39px;
    position: relative;
    top: 0;
    width: 39px !important;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease-out 0.10s;
    -moz-transition: all ease-out 0.10s;
    -o-transition: all ease-out 0.10s;
    transition: all ease-out 0.10s;
    cursor: pointer;
    left: -30px;
}

.story-social-share-flipboard {
    background: url("/assets/images/sprite.svg") no-repeat -226px -188px;
    display: inline-block;
    height: 39px;
    position: relative;
    top: 0;
    width: 39px !important;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease-out 0.10s;
    -moz-transition: all ease-out 0.10s;
    -o-transition: all ease-out 0.10s;
    transition: all ease-out 0.10s;
    cursor: pointer;
    left: -30px;
}

.pod-anchor:hover+.full-overall .spot-heading .story-social-share-slide .story-social-share-fb,
.full-overall:hover .spot-heading .story-social-share-slide .story-social-share-fb {
    display: inline-block;
    height: 39px;
    position: relative;
    top: 0;
    width: 39px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all ease-out 0.10s;
    -moz-transition: all ease-out 0.10s;
    -o-transition: all ease-out 0.10s;
    transition: all ease-out 0.10s;
    left: 0;
}

.pod-anchor:hover+.full-overall .spot-heading .story-social-share-slide .story-social-share-twitter,
.full-overall:hover .spot-heading .story-social-share-slide .story-social-share-twitter {
    display: inline-block;
    height: 39px;
    position: relative;
    top: 0;
    width: 39px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all ease-out 0.10s;
    -moz-transition: all ease-out 0.10s;
    -o-transition: all ease-out 0.10s;
    transition: all ease-out 0.10s;
    left: 5px;
}

.pod-anchor:hover+.full-overall .spot-heading .story-social-share-slide .story-social-share-email,
.full-overall:hover .spot-heading .story-social-share-slide .story-social-share-email {
    display: inline-block;
    height: 39px;
    position: relative;
    top: 0;
    width: 39px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all ease-out 0.10s;
    -moz-transition: all ease-out 0.10s;
    -o-transition: all ease-out 0.10s;
    transition: all ease-out 0.10s;
    left: 10px;
}

.pod-anchor:hover+.full-overall .spot-heading .story-social-share-slide .story-social-share-flipboard,
.full-overall:hover .spot-heading .story-social-share-slide .story-social-share-flipboard {
    display: inline-block;
    height: 39px;
    position: relative;
    top: 0;
    width: 39px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all ease-out 0.10s;
    -moz-transition: all ease-out 0.10s;
    -o-transition: all ease-out 0.10s;
    transition: all ease-out 0.10s;
    left: 15px;
}

.spot-heading .story-social-share-slide .story-social-share-fb:hover {
    opacity: 0.75 !important
}

.spot-heading .story-social-share-slide .story-social-share-email:hover {
    opacity: 0.75 !important
}

.spot-heading .story-social-share-slide .story-social-share-twitter:hover {
    opacity: 0.75 !important
}

.header-background {
    /*! background-color: #000; */
}

blockquote blockquote {
    margin-top: 0.5em;
}

blockquote.bquotes {
    padding: 0.75em;
}

blockquote.bquotes:before {
    color: #666;
    content: open-quote;
    font-size: 4em;
    left: -10px;
    line-height: 0.1em;
    position: relative;
    vertical-align: -0.4em;
}

blockquote.bquotes:after {
    color: #666;
    content: close-quote;
    font-size: 4em;
    line-height: 0.1em;
    position: relative;
    right: 12px;
    vertical-align: -0.6em;
}

.bquotes {
    font-style: italic;
    margin: 20px 0;
    font-size: 18px;
    line-height: 25px;
}

.spot-heading-social-row {
    display: table;
    position: relative;
    top: -2px;
    z-index: 3;
    width: 100%;
}

.spot-heading a {
    float: left;
    width: 100%
}

.story-social-share-slide {
    display: table;
    float: left;
    left: 12px;
    position: relative;
    top: -2px;
    z-index: 3;
}

.margin0 {
    margin: 0
}


/****************************** Terms of Service ***************************/

.terms-service-wrapper p {
    font-weight: 300;
    margin-top: 5px;
}

.terms-service-wrapper ul li {
    font-weight: 300;
    margin-bottom:10px;
}

.blue-txt {
    color: #1aa3e2;
    text-decoration: underline;
}

.terms-service-wrapper ul {
    list-style-image: url(/assets/images/red-bullet.png);
    padding-left: 15px;
}

.terms-service-wrapper {
    display: table;
    margin: 0px auto 60px;
    width: 1024px;
}

.terms-sub-heading {
    font-size: 30px;
    color: #1aa3e2;
    font-weight: 300;
    margin-bottom: 0
}

.terms-small-heading {
    font-size: 18px;
    color: #1aa3e2;
    font-weight: 300;
    margin-bottom: 0
}

.careers-anchors li a {
    color: #0a9ce0;
}

.careers-anchors {
    padding-left: 15px !important;
}

.terms-main-heading {
    font-size: 48px;
    color: #e00a12;
    font-weight: 400;
    margin-bottom: 0
}

.terms-service-wrapper b,
strong {
    color: #494949;
    font-weight: bold;
}


/********************** About Us Page ****************************/

.about-career {
    position: relative;
}

.about-us-wrapper {
    background: #fff none repeat scroll 0 0;
    display: table;
    font-family: "open_sanslight";
    margin: 0 auto 60px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.about-us-content-wrapper {
    display: table;
    margin: 0px auto 60px;
    width: 1024px;
}

.about-us-wrapper p {
    font-weight: 300;
    margin-top: 5px;
}

.about-us-wrapper ul li {
    font-weight: 300;
    margin-bottom: 5px;
}

.about-us-wrapper ul {
    list-style-image: url(/assets/images/red-bullet.png);
    padding-left: 25px;
}

.about-main-image {
    background-attachment: fixed;
    background-image: url("/assets/images/static/about.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    padding-top: 38%;
    width: 100%;
}

.about-image-contact-overlaytxt {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-family: "open_sanslight";
    font-size: 72px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 136px;
    z-index: 3;
    width: 480px;
    text-align: center;
}

.about-sitemap-contact-overlaytxt {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    font-family: "open_sanslight";
    font-size: 72px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 136px;
    z-index: 3;
    width: 390px;
    text-align: center;
}

.about-career-image {
    background-attachment: fixed;
    background-image: url("/assets/images/static/about-career.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 30%;
    width: 100%;
}

.about-contact-image {
    background-attachment: fixed;
    background-image: url("/assets/images/static/about-contact.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 30%;
    width: 100%;
    position: relative;
}

.about-word-copy {
    font-size: 30px;
    text-align: center;
    float: left;
    display: block;
    width: 100%;
}

.about-career-txt {
    font-size: 36px;
    text-align: center;
}

.career-position {
    color: #0a9ce0;
    font-size: 24px;
    text-align: center;
    height: 70px;
    margin: 15px 0px;
    display: block;
}

.career-box {
    border: 10px solid #e2e2e2;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 60px;
    padding: 50px 60px 20px;
    text-align: center;
    width: 46%;
}

.career-box:nth-child(1) {
    float: left;
}

.career-box:nth-child(2) {
    float: right;
}

.career-box:nth-child(3) {
    float: left;
}

.career-box:nth-child(4) {
    float: right;
}

.career-box div {
    margin-bottom: 10px;
}

.about-us-wrapper a {
    text-decoration: none;
}


/****************************** About Contact Section *****************/

.about-image-overlaytxt {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    font-family: "open_sanslight";
    font-size: 72px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 215px;
    width: 425px;
    text-align: center;
}

.about-image-careers-overlaytxt {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    font-family: "open_sanslight";
    font-size: 72px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 136px;
    z-index: 3;
    width: 390px;
    text-align: center;
}

.about-contact-section {
    background-color: #f2f2f2;
    padding: 0 0 70px
}

.contact-txt-thank-you {
    font-size: 36px;
    text-align: center;
    margin-top: 70px;
}

.contact-txt-location {
    font-size: 30px;
    margin-bottom: 7px;
    margin-top: 40px;
    text-align: center;
}

.contact-txt-location-small {
    font-size: 18px;
    text-align: center;
}

.about-contact-form-wrapper {
    width: 930px;
    margin: auto;
    display: table;
}

.req-field {
    font-size: 14px;
    margin-bottom: 20px;
}

.req-icon {
    color: #f22f3b;
    position: relative;
}

.form-heading {
    font-size: 18px;
    margin-top: 24px;
}

.form-field input {
    border: 1px solid #cccccc;
    height: 34px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
}

.contact-col-1 {
    width: 46%;
    float: left;
}

.contact-col-2 {
    width: 46%;
    float: right;
}

.form-heading-message {
    font-size: 14px;
}

.form-field textarea {
    border: 1px solid #cccccc;
    height: 30px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
    height: 205px;
    resize: none;
}

.form-field select {
    border: 1px solid #cccccc;
    height: 34px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
}

.submit-button-row {
    width: 100%;
    text-align: center;
    float: left;
}

.submit-btn {
    background-color: #df0a11;
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    border: medium none;
    margin-top: 60px;
    padding: 6px 15%;
}

.contact-note {
    color: #4d4949;
    float: left;
    font-size: 20px;
    margin-top: 70px;
    text-align: center;
}


/******************** site map ***********************/

.about-sitemap-section {}

.about-sitemap-image {
    background-attachment: fixed;
    background-image: url("/assets/images/static/about-sitemap.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-top: 30%;
    position: relative;
    width: 100%;
}

.about-image-sitemap-overlaytxt {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    display: table;
    font-family: "open_sanslight";
    font-size: 72px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 136px;
    z-index: 3;
}

.sitemap-txt {
    text-align: center;
    margin: 100px 0px 80px;
    font-size: 24px;
}

.about-sitemap-section {
    display: table;
    margin: auto;
    width: 930px;
}

.sitemap-col {
    width: 33%;
    float: left;
    display: inline-block;
}

.sitemap-col ul li a {
    color: #1aa3e2;
}

.sitemap-col ul {
    margin-left: -5px !important;
}

.sitemap-col h3 {
    color: #4d4949;
    font-size: 24px;
    text-transform: uppercase;
}

.sitemap-links-row {
    width: 780px;
    display: table;
    margin: 0 auto;
}


/*********************** Story Facebook Comment Section *********************/


/*************************** Story Page CSS ***********************************/

#story-page-wrapper {
    float: left;
    margin-top: 140px;
    width: 100%;
    margin-bottom: 250px;
}

#story-left-col {
    width: 740px;
    display: inline-block;
    float: left;
    position: relative;
}

#story-right-col {
    width: 210px;
    display: inline-block;
    float: right;
}

.story-content {
    width: 730px;
    display: inline-block;
    /*! margin: 0 auto; */
}

.story-header {
    background-color: black;
}

.story-spotlight {
    position: relative;
    height: 500px;
}

.story-spotlight img {
    width: 100%;
}

.story-spotlight-overlay {
    background-image: url("/assets/images/story-spotlight-overlay.png");
    bottom: -1px;
    height: 220px;
    position: absolute;
    width: 100%;
}

.fb-box-icon-40px {
    background: transparent url("/assets/images/sprite.svg") no-repeat scroll -36px -8px;
    float: left;
    height: 40px;
    width: 40px;
}

.story-box h2 {
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 25px;
}

.story-box {
    position: relative;
    top: -140px;
}

.carbonated-by {
    font-size: 20px;
    color: #000;
    float: left;
    display: inline-block;
}

.author {
    color: #e00a12;
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
}

.author-box {
    display: block;
    margin-bottom: 35px;
}

.story-section p {
    color: #656464;
    font-size: 20px;
    line-height: 25px;
}

.story-section h3 {
    font-size: 25px;
    margin-bottom: 35px;
}

.image-source {
    font-size: 12px;
    font-style: italic;
    float: right;
    color: #656464;
}

.story-section {
    font-weight: 300;
}

.facebook-like-us {
    width: 48%;
    float: left;
    border: 1px solid #3d57a3;
}

.facebook-like-us img {
    display: inline-block;
    float: left;
}

.facebook-share-this img {
    display: inline-block;
    float: left;
}

.facebook-text {
    display: inline-block;
    float: left;
    margin-left: 15px;
    position: relative;
    top: 8px;
    vertical-align: middle;
}

.facebook-top-widget {
    display: inline-block;
    float: right;
    margin-right: 15px;
    position: relative;
    top: 8px;
    vertical-align: middle;
}

.facebook-share-this {
    width: 48%;
    float: right;
    border: 1px solid #3d57a3;
}

.story-first-paragraph {
    margin-bottom: 40px;
}

.subscribe-box {
    /*! background: #eee; */
    /*! float: left; */
    /*! width: 100%; */
    /*! margin-bottom: 30px; */
}

.subscribe-box-left-col {
    display: inline-block;
    float: left;
    padding: 20px 50px;
    width: 362px;
}

.subscribe-box-right-col {
    /*! display: inline-block; */
    /*! float: right; */
    /*! width: 51%; */
    /*! margin-top: 25px; */
}

.story-section img {
    width: 100%;
}

.facebook-like-us img {
    width: auto;
}

.facebook-share-this img {
    width: auto;
}

.subscribe-button-story {
    background: #df0a11;
    padding: 6px 12px;
    color: #fff;
    border: none;
}

.subscribe-email-field {
    padding: 6px 12px 5px 5px;
    color: #a3a3b5;
    border: 1px solid #ccc;
}

.subscribe-box-left-col .signup-for {
    display: inline-block;
    float: left;
    font-weight: 400;
    margin-right: 6px;
    position: relative;
    top: 5px;
}

.subscribe-box-left-col .signup-for-carbonated {
    display: inline-block;
    font-weight: 400;
    margin-right: 20px;
}

.tag-row {
    width: 100%;
    float: left;
    display: block;
}

.tag-heading {
    font-size: 17px;
    font-weight: 400;
    width: 50px;
    float: left;
}

.tags {
    color: #65addf;
    display: inline-block;
    float: left;
    font-size: 17px;
    width: 93%;
}

.share-fb-bottom-widget {
    border: 1px solid #3d57a3;
    color: #3d57a3;
    float: left;
    font-size: 17px;
    padding: 7px 0;
    text-align: center;
    width: 32%;
}

.fb-small-icon {
    background: transparent url("/assets/images/sprite.svg") no-repeat scroll -85px -8px;
    float: left;
    height: 28px;
    position: relative;
    top: -3px;
    width: 16px;
}

.twitter-small-icon {
    background: url("/assets/images/sprite.svg") no-repeat -112px -9px;
    width: 33px;
    height: 23px;
    float: left;
}

.share-twitter-bottom-widget {
    border: 1px solid #02c9ff;
    color: #02c9ff;
    font-size: 17px;
    display: table;
    margin: 0 auto;
    padding: 7px 0;
    text-align: center;
    width: 32%;
}

.bottom-widget-wrapper {
    display: table;
    height: 28px;
    margin: 0 auto;
    position: relative;
    top: 4px;
    width: 200px;
}

.ipad-desktop-comments {
    border: 1px solid #bababa;
    color: #000;
    float: right;
    padding: 6px 0 7px;
    text-align: center;
    width: 32%;
}

.comments-ico {
    background: transparent url("/assets/images/sprite.svg") no-repeat scroll -69px -90px;
    display: inline-block;
    height: 24px;
    left: -5px;
    position: relative;
    top: 5px;
    width: 31px;
}

.related-story-heading-desktop {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
}

.related-story-image-box img {
    height: 130px;
    width: 100%;
}

.related-news-category {
    background: #d4d4d4 none repeat scroll 0 0;
    color: #333;
    display: table;
    font-size: 12px;
    font-weight: 300;
    margin: 5px 0;
    padding: 2px 10px;
    text-transform: uppercase;
}

.related-story-title {
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 2px;
}

.related-story-pod {
    float: left;
    margin-bottom: 20px;
}

.trending-story-row {
    display: inline-block;
    float: left;
    position: relative;
    top: -120px;
    width: 740px;
}

.trending-story-col {
    width: 220px;
    float: left;
    display: inline-block;
}

.trending-story-col-center {
    width: 220px;
    float: none;
    display: table;
    margin: 0 auto;
}

.trending-story-col-right {
    width: 220px;
    float: right;
    display: inline-block;
}

.trending-story-row h3 {
    font-size: 25px;
    font-weight: 600;
}

.trending-story-heading {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

.tabola-story-pod {
    margin-top: 40px;
}


/********************* Social Icons ****************/

aside {
    position: absolute;
}

.sticky-social-sidebar {
    height: 200px;
    left: -100px;
    position: relative;
    width: 110px;
}

.twitter-sidebar-icon {
    background: url("/assets/images/sprite.svg") no-repeat -160px -12px;
    width: 22px;
    height: 19px;
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
}

.twitter-sidebar-icon:hover {
    background: url("/assets/images/sprite.svg") no-repeat -36px -62px;
    width: 22px;
    height: 19px;
}

.fb-sidebar-icon:hover {
    background: url("/assets/images/sprite.svg") no-repeat -73px -59px;
}

.fb-sidebar-icon {
    background: url("/assets/images/sprite.svg") no-repeat -195px -9px;
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    display: table;
    margin: 30px auto 0;
}

.google-sidebar-icon {
    background: url("/assets/images/sprite.svg") -219px -9px;
    width: 23px;
    height: 22px;
    background-repeat: no-repeat;
    display: table;
    margin: 30px auto 0;
}

.google-sidebar-icon:hover {
    background: url("/assets/images/sprite.svg") -97px -59px;
}

.email-sidebar-icon {
    background: url("/assets/images/sprite.svg") no-repeat -255px -12px;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    display: table;
    margin: 30px auto 0;
}

.email-sidebar-icon:hover {
    background: url("/assets/images/sprite.svg") no-repeat -131px -63px;
}

.plus-sidebar-icon {
    background: url("/assets/images/sprite.svg") -284px -11px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: table;
    margin: 30px auto 0;
}

.plus-sidebar-icon:hover {
    background: url("/assets/images/sprite.svg") no-repeat -162px -61px;
    width: 17px;
    height: 18px;
}

.watch-story-location-row {
    float: left;
    margin-top: 10px;
    width: 100%;
}

.watch-location {
    font-size: 18px;
    color: #353535;
    float: left;
}

.watch-location img {
    margin-right: 10px;
    vertical-align: bottom;
    float: left;
}

.watch-video-like-box {
    float: right;
}

.location-txt {
    display: inline-block;
    position: relative;
    top: 6px;
}

.watch-story-video-box h2 {
    float: left;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 25px;
    margin-top: 35px;
}

.like-box {
    float: left;
    font-size: 20px;
    margin-right: 30px;
    color: #000;
}

.like-box img {
    vertical-align: bottom;
    margin-right: 10px;
}

.comments-icon img {
    vertical-align: bottom;
    margin-right: 10px;
}

.comments-icon {
    float: left;
    font-size: 20px;
    color: #000;
}

.social-share-box {
    float: right;
    position: relative;
    top: 10px;
}

.watch-comment-box {
    float: left;
}

.social-share-box a {
    margin: 0 6px 0 0;
}

.social-share-box a:last-child {
    margin: 0;
}

.watch-history-social-share-fb {
    background-image: url("/assets/images/sprite.svg");
    background-position: -32px -187px;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    display: inline-block;
    float: left;
}

.watch-history-social-share-twitter {
    background-image: url("/assets/images/sprite.svg");
    background-position: -82px -187px;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    display: inline-block;
    float: left;
}

.watch-history-social-share-email {
    background-image: url("/assets/images/sprite.svg");
    background-position: -130px -187px;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    display: inline-block;
    float: left;
}

.watch-history-social-share-more {
    background-image: url("/assets/images/sprite.svg");
    background-position: -179px -187px;
    background-repeat: no-repeat;
    width: 39px;
    height: 39px;
    display: inline-block;
    float: left;
}


/****************** Comments CSS  **************/

.commentator {
    color: #00aced;
    display: inline-block;
    float: left;
    font-size: 16px;
}

.commentator a {
    color: #df0a11;
    text-decoration: none;
}

.comment-time {
    color: #000;
    display: table;
    float: left;
    font-size: 16px;
    padding-left: 10px;
}

.total-comments {
    color: #000;
    font-size: 20px;
    float: left;
    font-weight: 400;
    margin-bottom: 20px;
}

.comment-reply {
    color: #a5a5a5;
    float: right;
}

.comment-reply a {
    color: #a5a5a5;
    text-decoration: none;
}

.comment {
    color: #000;
    float: left;
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
}

.write-comment {
    background-color: #333 !important;
    border: medium none !important;
    color: #959595 !important;
    float: left;
    margin: 35px 0;
    padding: 15px !important;
    width: 80%;
}

.post-comment {
    background: #df0a11 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 37px 0 16px 13px;
    padding: 14px 34px;
}

.view-comments {
    background: #d0d0d0 none repeat scroll 0 0;
    color: #000;
    float: left;
    font-size: 18px;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.view-comments a {
    color: #000;
}

.main-comment {
    background-color: #fff;
    border-top: 1px solid #bfbfbf;
    float: left;
    margin-top: 5px;
    padding: 20px 0;
    width: 100%;
}

.comments-box {
    background-color: #fff;
    float: left;
    padding: 20px 0;
    width: 100%;
}

.comments-box textarea {
    background-color: #f2f2f2;
    border: 1px solid #d0d0d0;
    color: #959595;
    padding: 18px;
    width: 100%;
    resize: none;
}

.comments-btn {
    background: #df0a11 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-size: 18px;
    margin: 16px 0;
    padding: 14px 24px;
}

.author-and-share-box {
    width: 100%;
    float: left;
}

.author-box {
    display: block;
    float: left;
    margin-bottom: 35px;
    line-height: 40px;
}

.author-pic {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

#root .mobilePluginComments {
    width: 100% !important;
}

.author-box-story-page {
    display: block;
    float: left;
    line-height: 60px;
    margin-bottom: 35px;
    width: 100%;
}

.location-date::before {
    content: "|";
}

#story-page-wrapper-full-width {
    float: left;
    width: 100%;
    height: 700px;
}

.story-page-spotlight-full-width {
    width: 100%;
    height: 700px;
    overflow: hidden;
    position: fixed;
}

.story-page-spotlight-heading-full-width {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    float: left;
    text-align: center;
    font-size: 45px;
    color: #fff;
    bottom: 0;
    position: absolute;
    /*height: 208px;*/
    background-position: bottom;
}

.story-page-spotlight-heading-full-width h2 {
    /*bottom: -82px;*/
    color: #d6d5d3;
    display: table;
    font-size: 43px;
    font-weight: 400;
    margin: 10px auto;
    padding: 0;
    /*position: relative;*/
    text-align: center;
    width: 1024px;
}

.editor-social-row {
    width: 100%;
    float: left;
    /*! margin: 0 auto; */
}


/*.story-page-spotlight-heading-full-width .tooltip {
    font-size: 22px;
    margin: 0px;
    position: absolute;
    top: -10px;

}

.story-page-spotlight-heading-full-width .tooltip-container{
    width: 100%;
}*/

.editor-full-width-profile {
    border: 0px solid #959595;
    border-radius: 50%;
    height: 48px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 48px;
    bottom: 50px;
    float: left;
}

.editor-full-width-profile img {
    border-radius: 50%;
    height: 40px;
    position: relative;
    top: 3px;
    width: 40px;
}

.spotlight-full-width-box {
    float: left;
    position: relative;
    width: 100%;
    background: #fff;
}

.story-content-full-width-container {
    float: left;
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 10px;
}

.author-by {
    display: inline-block;
    float: left;
    margin: 10px 7px 0;
    font-size: 18px;
}

.author-name {
    display: inline-block;
    float: left;
    margin-top: 5px;
    font-weight: bold !important;
    font-size: 18px;
}

.full-width-story-content {
    float: left;
    font-weight: 300;
    margin: 5px 0;
    width: 100%;
}

.facebook-widget-logo {
    background: url("/assets/images/sprite.svg") no-repeat -34px -7px;
    width: 42px;
    height: 42px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.facebook-like-us-widget {
    display: flex;
    flex-direction: column;
    float: right;
    width: 90px;
}

.facebook-like-us-widget-first {
    display: flex;
    flex-direction: column;
    float: right;
    margin-right: 40px;
    width: 85px;
}

.like-us-txt {
    display: inline-block;
    float: left;
}

.fb-widget {
    display: inline-block;
    float: left;
}

.read-related-inner-story-picture {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 180px;
}

.read-related-inner-story-picture img {
    width: 100%;
}

.read-related-inner-heading {
    font-size: 24px;
    color: #000 !important;
    margin: 0;
    line-height: 24px;
    display: block;
}

.read-related-inner-description {
    color: #0e7bb4;
    font-size: 27px;
    line-height: 30px;
    margin: 0;
    width: 75%;
    position: relative;
    top: 10px;
}

.read-related-inner-story-description {
    font-weight: 400;
    position: relative;
    top: 8px;
}

.read-related-inner-story {
    float: left;
    margin: 20px 0;
    width: 100%;
}


/************ Subscribe Box ************/

.two-col-subscribe-box {
    float: left;
    margin: 50px 0;
    width: 100%;
}

.left-col-subscribe-box-field {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.left-col-subscribe-box-textfield {
    margin-bottom: 0;
    padding: 5px !important;
    width: 270px;
}

.two-col-subscribe-box-4 .left-col-subscribe-box-textfield {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 2px;
    margin-bottom: 0;
    padding: 5px !important;
    width: 230px;
}

.left-col-subscribe-box {
    background-color: #fff;
    float: left;
    height: 270px;
    padding: 15px;
    width: 50%;
    text-align: center;
}

.search-story-category a {
    text-transform: capitalize;
}

.two-col-subscribe-box-4 .left-col-subscribe-box-btn {
    background-color: #e00a12;
    border: medium none;
    color: #fff;
    font-size: 16px;
    padding: 6px 12px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 0px;
}

.subs-box-small-txt {
    font-size: 12px;
    font-weight: 300;
    margin-top: 15px;
}

.subscribe-line div,
.subscribe-line span {
    display: inline-block;
}

.subscribe-line {
    color: #000;
    line-height: 25px;
}

.left-col-subscribe-box-4 img {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.left-col-subscribe-box h2 {
    color: #000;
    font-family: "Roboto Slab", serif;
    font-size: 43px;
    font-weight: bold;
    margin-top: 33px;
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.left-col-subscribe-box-field form {
    margin-bottom: 0;
    margin-top: 25px;
}

.subscribe-txt-2 {
    display: block !important;
}

.right-col-subscribe-box {
    float: left;
    height: 270px;
    width: 50%;
}

.two-col-subscribe-box .imgLiquidFill {
    background-position: center top !important;
}

.tags-row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.tag-heading {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

.tags-box {
    background-color: #f0f0f0;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px 10px;
    padding: 4px 10px;
}

.tags-inner-row {
    width: 90%;
    float: left;
}

.tags-inner-row a {
    color: #000;
    font-weight: 300;
}

.bottom-social-half-row {
    width: 100%;
    display: table;
    margin: 0 auto;
}

.story-page-related-stories {
    background: #000;
    border-top: 0 none;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}

.story-page-related-stories h2 {
    text-align: center;
    color: #fff !important;
    font-size: 33px;
    text-transform: uppercase;
    margin-top: 30px;
}

.story-page-related-container {
    width: 995px;
    display: table;
    margin: 0 auto 40px;
}

.story-page-related-container ul {
    margin: 0;
    padding: 0;
}

.story-page-related-box {
    display: inline-block;
    margin-right: 20px;
    width: 230px;
    float: left;
}

.story-page-related-box:last-child {
    display: inline-block;
    margin-right: 0;
    width: 300px;
}

.story-page-popular-stories .story-page-related-container .story-page-related-box {
    display: inline-block;
    margin-right: 0;
    width: 300px;
    float: left;
}

.story-page-popular-stories .story-page-related-container .story-page-related-box:last-child {
    display: table;
    margin: 0 auto;
    width: 300px;
    float: none;
}

.story-page-popular-stories .story-page-related-container .story-page-related-box:nth-child(2) {
    display: inline-block;
    float: right;
    width: 300px;
}

.story-page-heading {
    font-size: 18px;
    color: #fff;
}

.story-page-wrapper-full-width {
    float: left;
    height: 720px;
    width: 100%;
}

.full-width-story-wrapper {
    position: relative;
}

.full-width-story-continue-wrapper {
    position: relative;
}

.full-width-story-continue-wrapper .spotlight-full-width-box {
    z-index: 0;
}

.full-width-story-continue-wrapper .story-page-spotlight-full-width {
    position: relative;
}

.fixed-story-image {
    position: fixed;
    top: 0;
}

.story-page-spotlight-full-width-main {
    height: 720px;
    overflow: hidden;
    width: 100%;
}

.full-width-story-content iframe {
    width: 100%;
    /*margin: 20px 0 !important*/
}

.full-width-story-content iframe.instagram-media {
    /*max-width: none !important;*/
    width: 100% !important;
}

.mash-share-dropdown {
    background-color: #000;
    float: left;
    left: 0;
    padding: 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0 10px 9px -3px rgba(148, 148, 148, 0.37);
    -moz-box-shadow: 0 10px 9px -3px rgba(148, 148, 148, 0.37);
    box-shadow: 0 10px 9px -3px rgba(148, 148, 148, 0.37);
    display: none;
    z-index: 10;
}

.mash-share {
    color: #fff;
    display: inline-block;
    width: 50px;
    float: left;
}

.mash-share-numbers {
    font-size: 27px;
    display: block;
}

.mash-share-container {
    display: table;
    float: left;
    text-align: center;
    width: 850px;
}

.mash-share-fb {
    background-color: #4466ae;
    color: #fff;
    display: inline-block;
    margin: 9px 15px 0;
    padding: 8px 15px;
    width: 240px;
    border-radius: 4px;
}

.mash-share-twitter {
    display: inline-block;
    padding: 8px 15px;
    width: 240px;
    margin: 9px 15px 0;
    color: #fff;
    background-color: #02c9ff;
    border-radius: 4px;
}

.mash-share-email {
    display: inline-block;
    padding: 8px 15px;
    width: 240px;
    margin: 9px 15px 0;
    color: #fff;
    background-color: #ff7302;
    border-radius: 4px;
}

.social-mash-close {
    background: transparent url("/assets/images/sprite.svg") no-repeat scroll -95px -250px;
    display: block;
    float: right;
    height: 27px;
    position: relative;
    top: 20px;
    width: 28px;
}

.social-mash-fb-icon {
    background: transparent url("/assets/images/sprite.svg") no-repeat scroll -46px -290px;
    display: inline-block;
    height: 21px;
    left: -4px;
    position: relative;
    top: 2px;
    width: 12px;
}

.social-mash-twitter-icon {
    background: transparent url("/assets/images/sprite.svg") no-repeat scroll -73px -292px;
    width: 22px;
    height: 19px;
    display: inline-block;
    left: -4px;
    position: relative;
    top: 2px;
}

.social-mash-email-icon {
    background: transparent url("/assets/images/sprite.svg") no-repeat scroll -107px -291px;
    width: 27px;
    height: 19px;
    display: inline-block;
    left: -4px;
    position: relative;
    top: 2px;
}

blockquote {
    color: #000 !important;
}

blockquote a {
    color: #000 !important;
}

blockquote p a {
    color: #000 !important;
}


/*************************** Story Page CSS ***********************************/

.story-page-popular-stories h2 {
    color: #000 !important;
    font-size: 33px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

.story-page-popular-stories .story-page-related-container .story-page-related-box .story-page-heading {
    color: #000 !important;
    font-size: 18px;
}

.story-page-popular-stories {
    background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    /*top: -46px;*/
}

#related-news-slider .owl-controls .owl-prev {
    background-image: url("/assets/images/related-left-arrow.png");
    display: block;
    height: 32px;
    left: -30px;
    position: absolute;
    top: -25px;
    width: 16px;
}

#related-news-slider .owl-controls .owl-next {
    background-image: url("/assets/images/related-right-arrow.png");
    display: block;
    height: 32px;
    right: -30px;
    position: absolute;
    width: 16px;
    top: -25px;
}

.related-news-text {
    font-weight: 400;
    margin-top: 10px;
    color: #fff;
}

#carouselDiv {
    background-color: #000;
    /*padding-bottom: 55px;*/
    width: 90%;
    margin: 0 auto;
}

#related-news-slider {
    display: table;
    height: 275px;
    margin: 30px auto 25px;
    width: 100%;
    margin-bottom: 0px;
}

#related-news-slider.item {
    margin: 3px;
}


/*#related-news-slider .item img {
    display: block;
    width: 100%;
    height: auto; }

#related-news-slider .item img {
    display: block;
    height: 250px;
    width: 100%; }*/

#related-news-slider .owl-wrapper-outer .owl-wrapper .owl-item {
    margin: 0 25px;
    width: 230px !important;
}

#related-news-slider .owl-wrapper-outer .owl-wrapper .owl-item:first-child {
    margin-left: 0px;
}

#related-news-slider .owl-item>.item {
    height: auto;
}

.related-news-img {
    height: 140px;
}

#related-news-slider .owl-carousel {
    display: table;
    margin: 0 auto !important;
    position: relative;
    text-align: center;
}


/**************************** Video CSS *************************/

.full-width-story-content p,
.full-width-story-content p iframe,
.full-width-story-content embed,
.full-width-story-content video,
.full-width-story-content .video-js {
    width: 100% !important;
}


/*********************** Profille  Styling ********************/

.full-width-profile {
    position: relative;
    padding-top: 180px;
    border-bottom: 1px solid #d4d4d4;
}

.profile-content {
    display: table;
    margin: 0 auto;
    width: 1024px;
}

.profile-stories-content {
    display: table;
    margin: 50px auto 90px;
    width: 712px;
    margin-top: 50px;
}

.profile-story-pod h2 {
    color: #373737;
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
}

.profile-picture {
    border: 6px solid #9f9f9f;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.profile-name {
    font-size: 39px;
    display: table;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    line-height: 39px;
}

.profile-description {
    font-size: 14px;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #646464;
    margin-bottom: 50px;
}

.profile-author-row {
    width: 100%;
}

.profile-author-pic img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
}

.profile-author-name {
    float: left;
    font-size: 13px;
    line-height: 40px;
    margin-left: 15px;
}

.profile-author-date {
    float: left;
    font-size: 12px;
    line-height: 40px;
    margin-left: 15px;
    color: #373737;
}

.profile-story-pod {
    float: left;
    border-bottom: 2px solid #d4d4d4;
    width: 100%;
}

.profile-story-pod-headline {
    color: #373737;
    font-size: 16px;
    float: left;
    margin-top: 20px;
    font-weight: 300;
    width: 100%;
}

.profile-story-pod-image {
    height: 350px;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}


/************************ Big Data CSS***********************/

.social-standard-footer img {
    width: inherit;
}

.live-location {
    color: #aeaeae;
    display: inline-block;
    float: left;
    font-size: 15px;
    position: relative;
    top: 18px;
}

.live-location>div {
    color: #aeaeae;
    display: inline-block;
    font-size: 14px;
}

.big-data-author-box {
    display: block;
}

.big-data-box-logo {
    display: inline-block;
}

.big-data-heading {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -4px;
    width: 61%;
    font-weight: 400;
}

.big-data-author-box {
    display: block;
    float: left;
    /*margin: 25px 0;*/
    position: relative;
    top: 0;
    background: #191919 none repeat scroll 0 0;
}

.big-data-author {
    color: #fff;
    font-size: 17px;
    text-align: right;
}

.big-data-posted-time {
    color: #a8a7a7;
    font-size: 15px;
}

.big-data-heading-author {
    background-color: #191919;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 20px 0;
    width: 100%;
}

.big-data-author-pic {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -7px;
}

.big-data-author-pic img {
    border-radius: 50%;
}

.big-data-carbo-logo {
    display: inline-block;
    vertical-align: middle;
}

.big-data-author-box-name {
    display: inline-block;
    float: left;
    margin-left: 10px;
    position: relative;
    top: 5px;
}

.big-data-author-right-section {
    display: inline-block;
    float: right;
}

.big-data-footer-author {
    background-color: #191919;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    padding: 20px;
    width: 100%;
}

.big-data-description-row {
    color: #fff;
}

.big-data-author-social {
    text-align: right;
}

.big-data-author-social a {
    background-repeat: no-repeat;
    margin: 0 5px;
}

.big-data-author-twitter {
    background-image: url("/assets/images/big-data-twitter.png");
    display: inline-block;
    height: 19px;
    width: 24px;
}

.big-data-author-fb {
    background-image: url("/assets/images/big-data-fb.png");
    display: inline-block;
    height: 20px;
    width: 24px;
}

.big-data-author-g {
    background-image: url("/assets/images/big-data-g.png");
    display: inline-block;
    height: 19px;
    width: 24px;
}

.big-data-author-email {
    background-image: url("/assets/images/big-data-email.png");
    display: inline-block;
    height: 15px;
    width: 24px;
}

.big-data-author-twitter:hover {
    background-image: url("/assets/images/big-data-twitter-hover.png");
    background-repeat: no-repeat;
    width: 24px;
}

.big-data-author-fb:hover {
    background-image: url("/assets/images/big-data-fb-hover.png");
    background-repeat: no-repeat;
    width: 24px;
}

.big-data-author-g:hover {
    background-image: url("/assets/images/big-data-g-hover.png");
    background-repeat: no-repeat;
    width: 24px;
}

.big-data-author-email:hover {
    background-image: url("/assets/images/big-data-email-hover.png");
    background-repeat: no-repeat;
    width: 24px;
}

.big-data-media {
    float: left;
    position: relative;
    width: 100%;
    background: #191919;
}

.big-data-media img {
    width: 100%;
}

.big-data-social-box {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 100%;
}

.big-data-social-author-pic {
    display: inline-block;
}

.big-data-social-author-pic img {
    border-radius: 50%;
}

.big-data-social-author {
    color: #000;
    font-size: 17px;
    text-align: left;
}

.big-data-social-posted-time {
    color: #a8a7a7;
    font-size: 15px;
}

.big-data-social-author-left-section {
    display: inline-block;
    float: left;
}

.social-widget-icon {
    display: inline-block;
    margin-right: 8px;
}

.big-data-social-author-right-section {
    float: right;
    position: relative;
    right: -2px;
    top: 25px;
}

.big-data-social-author-right-section a {
    background-repeat: no-repeat;
    margin: 0 5px;
}

.big-data-social-heading-author {
    float: left;
    padding: 20px;
    width: 100%;
}

.big-data-social-footer-author {
    color: #605f5f;
    float: left;
    font-weight: 300;
    padding: 20px;
}

.social-standard-container {
    float: left;
    width: 100%;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 20px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.social-standard-header {
    height: 42px;
    padding: 8px;
}

.social-standard-content {
    position: relative;
    width: 100%;
    height: 0;
    width: 100%;
    float: left;
    padding: 8px 8px 0;
    padding-bottom: 51%;
}

.social-standard-content iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.social-standard-footer {
    background-color: rgba(237, 238, 239, 0.5);
    cursor: pointer;
    height: 40px;
    float: left;
    padding: 0 12px;
    width: 100%;
}

.social-standard-logo img {
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* Firefox 35+ */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    display: block;
    float: right;
    position: relative;
    top: 4px;
}


/* Disable grayscale on hover */

.social-standard-logo img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.social-standard-logo-youtube img {
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* Firefox 35+ */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    display: block;
    float: right;
    position: relative;
    top: 10px;
}


/* Disable grayscale on hover */

.social-standard-logo-youtube img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.social-standard-container-original-size {
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    display: table;
    float: none;
    margin: auto;
    width: 680px;
}

.full-width-story-content p {
    margin: 10px 0;
    width: auto !important;
    display: block;
    clear: both;
}

.big-data-author-box-small {
    background: #191919 none repeat scroll 0 0;
    display: block;
    float: none;
    margin: 20px auto;
    position: relative;
    top: 0;
    width: 680px;
}

.story-page-popular-stories .story-page-related-container .story-page-related-box a>img {
    width: 100%;
    /*height: 195px;*/
}

.story-page-related-box:last-child {
    display: inline-block;
    margin-right: 0;
    width: 230px;
}


/*****************************  Mobile Medua Query ****************************/

@media only screen and (min-width: 320px) and (max-width: 460px) {


    .subscribe-box-field {

        width: 175px !important;
        margin-bottom: 15px;

    }



    .live-location {
        margin-bottom: 20px;
    }
    .big-data-description-row {
        margin-bottom: 20px;
    }
    .two-col-subscribe-box-native .left-col-subscribe-box-textfield {
        font-size: 14px;
        margin-bottom: 0;
        padding: 5px !important;
        width: 155px;
    }
    .two-col-subscribe-box-native .left-col-subscribe-box-btn {
        background-color: #e00a12;
        border: medium none;
        color: #fff;
        font-size: 15px;
        padding: 6px 12px;
    }
    .two-col-subscribe-box-native .left-col-subscribe-box-field {
        display: table;
        margin: 0 auto;
        width: 100%;
    }
    .two-col-subscribe-box-native {
        margin: 0px !important;
    }
    .mobile-story-page-headline {
        background: transparent url("/assets/images/story-heading-overlay-mobile.png") repeat scroll center bottom;
        color: #fff;
        float: left;
        font-size: 45px;
        height: 120px;
        position: absolute;
        text-align: center;
        top: -50px;
        width: 100%;
    }
    .story-page-spotlight-heading-full-width {
        background: rgba(0, 0, 0, 0.7);
    }
    .facebook-like-us-widget {
        display: inline-block;
        float: left;
        margin-right: 0;
        width: 100px;
    }
    .facebook-like-us-widget-first {
        display: inline-block;
        float: left;
        margin-right: 0;
        width: 100px;
    }
    .mobile-facebook-widget {
        display: table;
        float: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }
    .facebook-widget-logo {
        display: none;
    }
    .tags-inner-row {
        float: left;
        width: 79% !important;
    }
    .story-page-related-box {
        display: table !important;
        margin: 0 0 30px !important;
        width: 165px;
    }
    .story-page-spotlight-heading-full-width {
        background-color: transparent;
        bottom: 0;
        color: #000;
        float: left;
        font-size: 45px;
        line-height: 30px;
        margin-top: 0 !important;
        position: relative;
        text-align: left;
        width: 100%;
    }
}

@media only screen and (min-width: 460px) and (max-width: 600px) {
    .facebook-widget-logo {
        display: none;
    }
    .facebook-like-us-widget-first {
        display: block;
        float: right;
        margin-right: 40px;
        width: 95px;
    }
    .facebook-like-us-widget {
        display: block;
        float: right;
        width: 95px;
    }
}

@media only screen and (min-width: 460px) and (max-width: 580px) {
    .nav-search-input {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #6e6e6e;
        color: #d7d7d7;
        float: left;
        font-size: 30px;
        position: relative;
        top: 12px;
        width: 80% !important;
    }
    .mobile-story-page-headline {
        background: transparent url("/assets/images/story-heading-overlay-mobile.png") repeat scroll center bottom;
        color: #fff;
        float: left;
        font-size: 45px;
        height: 120px;
        position: absolute;
        text-align: center;
        top: -125px;
        width: 100%;
    }
    .story-page-spotlight-heading-full-width {
        background: none !important;
    }
    .facebook-like-us-widget {
        display: inline-block;
        float: left;
        margin-right: 0;
        width: 100px;
    }
    .facebook-like-us-widget-first {
        display: inline-block;
        float: left;
        margin-right: 0;
        width: 100px;
    }
    .mobile-facebook-widget {
        display: table;
        float: right;
        margin-left: auto;
        margin-right: auto;
    }
    .tags-inner-row {
        float: left;
        width: 79% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {


    .upload-image {
        background-attachment: scroll !important;
        background-image: url(/assets/images/upload-video.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover  !important;
        display: block;
        padding-top: 20% !important;
        width: 100%;
        position: relative !important;
        height: 230px !important;
    }


    .upload-image-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-size: 28px !important;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 15px 20px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 90px !important;
        width: 300px !important;
        text-align: center;
    }




    .upload-video-container {
        margin: 0 auto 0 !important;
        width: 90% !important;
    }




    .connect-with-us {
        position: relative;
        left: -11px !important;
    }

    .footer-subscribe-box .subscribe-btn {

        top: 5px !important;

    }



    .text-footer-heading {
    text-align: center !important;
}



.footer-menu ul li {
    flex: 0 0 auto;

    padding: 0px 10px;
    position: relative;
}



.copyright {

    text-align: center;
    margin-top: 30px;
}



    .copyright-menu {flex-direction:column; }


    .footer-subscribe-box {
    position: relative;
    width: 300px;
    margin: 0 auto;
  margin-top: 10px;
    }


.footer-subscribe-box .subscribe-btn {
    background-color: #e00a12;
    padding: 7px 20px;
    color: #fff;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 5px !important;
    border-radius: 6px;
    top: 5px;
    margin-top: 6px;
}



    .footer-col:nth-child(3) {
    flex: 0 0 360px;
    margin-top: 18px;
    text-align: center;
    margin-bottom: 30px;
    flex: 1 !important;
}

    .footer-col:nth-child(4) {
    order: 4;
   flex: 1 !important;
}


    .footer-col:nth-child(1) {
    flex: 1 !important;
    align-content: center;
    justify-content: center;
    text-align: center;
}


    .right-side-story-container-heading {display: none !important;}
    .recommended-news-pod {display: none !important;}



    .source-copyright {
        position: absolute;
        z-index: 1;
        background: none;
        color: #ccc;
        padding: 3px 5px;
        font-size: 12px;
        bottom: 40px;
        left: 12px;
        display: inline-block;
    }




    .small-content {
        height: 400px;
        overflow: hidden;
    }
    .tap-view-wrapper {
        position: relative;
        float: left;
    }
    .description-txt {
        font-size: 17px !important;
    }
    /************************** About Page CSS ****************/
    .old-story-ui {
        display: none !important;
    }
    .new-story-ui {
        display: block !important;
    }
    .col-left-404 img {
        display: table;
        margin: 0 auto;
        text-align: center;
    }
    .col-right-404 {
        display: inline-block;
        float: none;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    .col-left-404 img {
        display: table;
        margin: 0 auto;
        text-align: center;
    }
    .col-left-404 img {
        float: none;
    }
    .col-left-404 {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .img-link img {
        width: 50px;
    }
    .tags-row {
        display: none;
    }
    .story-page-related-stories {
        display: none;
    }
    .about-us-wrapper p {
        font-size: 17px;
        padding: 0 10px;
    }
    .about-us-content-wrapper {
        display: table;
        margin: 25px auto;
        width: 100%;
    }
    .about-us-wrapper {
        margin: 0 auto 20px;
    }
    .about-careers-boxes {
        margin-top: 45px;
    }
    .contact-txt-thank-you {
        font-size: 23px;
        margin-top: 30px;
        text-align: center;
        padding: 0 10px;
    }
    .contact-txt-location {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 7px;
        margin-top: 25px;
        padding: 0 10px;
        text-align: center;
    }
    .about-contact-form-wrapper {
        display: table;
        margin: 20px auto auto;
        width: 90% !important;
    }
    .req-field {
        font-size: 14px;
        margin-top: 20px;
        position: relative;
        top: 10px;
    }
    .form-field textarea {
        border: 1px solid #cccccc;
        height: 155px;
        margin-top: 12px;
        padding: 5px;
        resize: none;
        width: 100%;
    }
    .submit-btn {
        margin-top: 30px;
    }
    .contact-note {
        font-size: 17px;
        margin-top: 30px;
    }
    .contact-col-1 {
        float: left;
        width: 100%;
    }
    .form-heading {
        font-size: 18px;
        margin-top: 10px;
    }
    .contact-col-2 {
        float: left;
        width: 100%;
    }
    .content-privacy-row {
        float: left;
        margin-top: 0;
        width: 100%;
    }
    .career-box {
        display: table;
        float: none !important;
        margin: 0 auto 25px;
        padding: 20px;
        border-radius: 8px;
        width: 85%;
        border: 5px solid #e2e2e2;
    }
    .career-position {
        color: #0a9ce0;
        font-size: 20px;
        height: 80px;
        margin: 15px 0;
        text-align: center;
        font-size: 18px;
    }
    .about-word-copy {
        display: table;
        float: none;
        font-size: 30px;
        margin: 0 auto 25px;
        text-align: center;
        width: 85%;
    }
    .sitemap-txt {
        font-size: 17px;
        margin: 30px 0;
        text-align: center;
    }
    .career-box>img {
        width: 50px;
    }
    .about-sitemap-section {
        display: table;
        margin: auto;
        width: 100%;
    }
    .sitemap-links-row {
        display: table;
        margin: 0 auto;
        width: 90%;
    }
    .sitemap-col {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .sitemap-col h3 {
        font-size: 20px;
        margin: 0;
    }
    .about-contact-form-wrapper {
        display: table;
        margin: auto;
        width: 100%;
    }
    .about-mobile-spacing {
        /*margin-top: 68px;*/
    }
    .about-main-image {
        background-attachment: scroll;
        background-image: url("/assets/images/static/about.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 280px;
        padding-top: 38%;
        width: 100%;
    }
    .about-sitemap-image {
        background-image: url("/assets/images/static/about-sitemap.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 210px;
        padding-top: 38%;
        width: 100%;
    }
    .about-career-image {
        background-image: url("/assets/images/static/about-career.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 210px;
        padding-top: 38%;
        width: 100%;
    }
    .about-image-careers-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-family: "open_sanslight";
        font-size: 28px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 65px;
        width: 145px;
        text-align: center;
    }
    .about-contact-image {
        background-image: url("/assets/images/static/about-contact.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 210px;
        padding-top: 38%;
        width: 100%;
    }
    .about-image-contact-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-family: "open_sanslight";
        font-size: 25px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 65px;
        width: 200px;
        text-align: center;
    }
    .about-sitemap-contact-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-family: "open_sanslight";
        font-size: 25px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 65px;
        width: 130px;
        text-align: center;
    }
    .about-image-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-family: "open_sanslight";
        font-size: 28px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 120px;
        width: 185px;
        text-align: center;
    }
    .privacy-content-box {
        border: 5px solid #e2e2e2;
        border-radius: 6px;
        display: table;
        float: none !important;
        font-size: 15px;
        font-weight: 300;
        margin: 20px auto 0;
        padding: 15px 15px 6px;
        text-transform: uppercase;
        width: 93%;
    }
    .privacy-content-txt {
        display: inline-block;
        margin-left: 30px;
        position: relative;
        top: 9px;
    }
    /************************** About Page CSS ****************/
    .terms-service-wrapper {
        display: table;
        /*margin: 68px auto 20px;*/
        width: 90%;

    }

    .terms-new-spacing {
        padding-top: 0px !important;
    }
    .fluid-image {
        width: 100%;
    }
    .terms-sub-heading {
        color: #1aa3e2;
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 0;
    }
    .terms-main-heading {
        color: #e00a12;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .nextStories .rel-stories .story-page-popular-stories {
        top: -35px;
        position: relative;
    }
    .first-story .story-page-popular-stories {
        top: -55px;
        position: relative;
    }
    .first-story .story-page-related-stories {
        top: 0px;
        position: relative;
    }
    .story-page-related-stories .story-top-padding {
        padding-bottom: 0px !important;
    }
    .full-width-story-content img {
        height: auto !important;
        width: 100% !important;
    }
    .full-width-story-content span img {
        height: auto !important;
        width: 100% !important;
    }
    .full-width-story-content div img {
        height: auto !important;
        width: 100% !important;
    }
    .full-width-story-content .read-more-time-posted img {
        width: 10px !important;
    }
    .footer-logo-mobile {
        display: table;
        margin: 0 auto;

    }
    .footer-logo-ipad-desktop {
        display: none;
    }
    .show-text-mobile {
        display: none;
    }
    .search-dropdown-row-outer {
        background-color: black;
        height: 80px;
        left: 0;
        margin-top: 40px;
        opacity: 1;
        position: relative;
        top: 0;
        transition: all 0.2s ease-in-out 0s;
        width: 100%;
        z-index: 0;
    }
    .search-row-container-outer {
        display: table;
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 88%;
    }
    .nav-search-query-btn {
        background: transparent url("/assets/images/search.svg") repeat scroll 0 0;
        border: medium none;
        display: block;
        float: right;
        height: 24px;
        left: 15px;
        margin-right: 15px;
        position: relative;
        right: 0 !important;
        top: 18px;
        width: 24px;
        background-repeat: no-repeat;
    }
    .nav-search-input {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #d7d7d7;
        float: left;
        font-size: 24px;
        position: relative;
        top: 12px;
        width: 70%;
        border: 2px solid #6e6e6e;
    }
    .search-results-numbers {
        color: #fff;
        font-size: 16px;
        margin-bottom: 35px;
        margin-top: 0;
        /*text-align: center;*/
    }
    .search-story-category {
        color: #c10808;
        font-size: 13px;
    }
    .search-story-box {
        display: table;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .search-story-headline-box {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        width: 100%;
    }
    .search-story-headline-box h2 {
        color: #fff;
        margin-top: 10px;
        font-size: 17px;
    }
    .search-story-description {
        color: #fff;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .search-story-box {
        float: left;
        margin-bottom: 20px;
    }
    .search-content {
        display: table;
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
    }
    .search-story-image-box {
        display: table;
        float: none;
        height: 190px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .search-story-image-box img {
        width: 100%
    }
    .b-nav {
        width: 100% !important;
    }
    .mobile-search {
        margin-bottom: 0;
        width: 59%;
        margin-top: 15px;
        border-radius: 0;
        height: 40px;
    }
    .mobile-search-btn {
        background-color: #e00a12;
        background-image: url("/assets/images/mobile-search-icon.png");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 12px 20px;
        top: 3px;
        position: relative;
        left: -4px;
        height: 40px;
    }
    /************************************ Big Data Media ************************/
    .big-data-heading {
        display: none;
    }
    .social-standard-container-original-size {
        width: 100%;
    }
    .big-data-author-box-small {
        width: 100%;
    }
    /************************************ Profile Page************************/
    .full-width-profile {
        position: relative;
        padding-top: 100px;
        border-bottom: 1px solid #d4d4d4;
    }
    .profile-content {
        display: table;
        margin: 0 auto;
        width: 100%;
    }
    .profile-stories-content {
        display: table;
        margin: 10px auto 90px !important;
        width: 92%;
        margin-top: 50px;
    }
    .profile-story-pod h2 {
        color: #373737;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
    }
    .profile-picture {
        border: 3px solid #9f9f9f;
        border-radius: 50%;
        display: table;
        margin: 0 auto;
        text-align: center;
        width: 30%;
    }
    .profile-name {
        font-size: 24px;
        display: table;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        line-height: 24px;
    }
    .profile-description {
        font-size: 14px;
        display: table;
        margin: 0 auto;
        text-align: center;
        color: #646464;
        margin-bottom: 20px;
    }
    .profile-author-row {
        width: 100%;
    }
    .profile-author-pic img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        float: left;
    }
    .profile-author-name {
        float: left;
        font-size: 13px;
        line-height: 40px;
        margin-left: 15px;
    }
    .profile-author-date {
        float: left;
        font-size: 12px;
        line-height: 40px;
        margin-left: 15px;
        color: #373737;
    }
    .profile-story-pod {
        float: left;
        border-bottom: 2px solid #d4d4d4;
    }
    .profile-story-pod-headline {
        color: #373737;
        font-size: 15px;
        float: left;
        margin-top: 20px;
        font-weight: 300;
    }
    .profile-story-pod-image {
        height: 180px;
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /************************************ Profile Page************************/
    .mobile-story-page-headline {
        background: transparent url("/assets/images/story-heading-overlay-mobile.png") repeat scroll center bottom;
        color: #fff;
        float: left;
        font-size: 45px;
        height: 120px;
        position: absolute;
        text-align: center;
        top: -51px;
        width: 100%;
    }
    .story-page-spotlight-heading-full-width {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .story-page-spotlight-heading-full-width {
        height: auto;
    }
    .story-page-spotlight-heading-full-width h2 {
        bottom: -10px;
    }
    .top-post {
        /*! margin-top: 69px; */
    }
    .mash-share-dropdown-mobile {
        background-color: #fff;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
        display: none;
        float: left;
        left: 0;
        padding: 10px 0;
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 10;
    }
    .mash-share-dropdown-mobile .mash-share-container {
        width: 100%;
    }
    .mash-share-dropdown-mobile .mash-share-container .mash-share-fb {
        width: 31%;
        margin: 0px !important;
        font-size: 14px !important;
        margin-right: 4px !important;
    }
    .mash-share-dropdown-mobile .mash-share-container .mash-share-twitter {
        width: 31%;
        margin: 0px !important;
        font-size: 14px !important;
        margin-right: 4px !important;
    }
    .mash-share-dropdown-mobile .mash-share-container .mash-share-email {
        width: 31.5%;
        margin: 0px !important;
        font-size: 14px !important;
    }
    .mash-share-dropdown-mobile .mash-share-container .social-mash-fb-icon {
        background: transparent url("/assets/images/sprite.svg") no-repeat scroll -46px -290px;
        display: inline-block;
        height: 19px;
        left: -4px;
        position: relative;
        top: 2px;
        width: 12px;
    }
    .view-comments-img {
        background: transparent url("/assets/images/sprite.svg") no-repeat scroll -69px -90px;
        display: inline-block;
        height: 24px;
        position: relative;
        top: 5px;
        width: 31px;
    }
    .bottom-comments {
        display: none;
    }
    /* .bottom-comments:hover .view-comments-img {
         background: transparent url("/assets/images/sprite.svg") no-repeat scroll -69px -90px;
         display: inline-block;
         height: 24px;
         left: -5px;
         position: relative;
         top: 5px;
         width: 31px; }*/
    .bottom-social-half-row {
        width: 92.5%;
    }
    .hide-text-mobile {
        display: none;
    }
    header {
        /*! background-color: black; */
        float: left;
        left: 0;
        padding: 25px 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
    .story-page-spotlight-full-width-main {
        height: 220px;
        padding-bottom: 56.16%;
        position: relative;
        /*top: 68px;*/
    }
    .story-page-spotlight-full-width-main .old-image-overlay img {
        width: 100% !important;
    }
    .story-page-wrapper-full-width {
        float: left;
        height: auto;
        width: 100%;
    }
    .story-page-spotlight-heading-full-width {
        background-color: transparent;
        /*bottom: 0;*/
        top: -68px;
        color: #000;
        float: left;
        font-size: 45px;
        line-height: 30px;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .story-page-related-stories {
        display: none;
    }
    .story-page-spotlight-full-width-main {
        position: relative !important;
    }
    .story-page-spotlight-full-width {
        height: auto;
        padding-bottom: 56.16%;
        position: relative;
        top: 70px;
    }
    .story-continue .spotlight-full-width-box .story-page-spotlight-full-width {
        top: 0;
    }
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        backface-visibility: hidden;
        height: 390px !important;
        transform: translate3d(0px, 0px, 0px);
    }
    .b-menu {
        top: -15px !important;
        right: 2px !important;
    }
    header {
        padding: 12px 0;
    }
    .small-news {
        height: 260px;
        width: 100%;
    }
    .medium-news {
        height: 260px;
        width: 100%;
    }
    .header-social {
        display: none;
    }
    .header-menu {
        display: none;
    }
    .spot-heading h2 {
        font-size: 16px !important;
        margin-top: 10px;
        width: 60%;
    }

    .spot-category {
        display: table;
        font-size: 12px;
        left: 0;
        margin-bottom: 0;
        padding: 6px 10px 6px 0;
        position: relative;
    }

    .small-news .spot-category, .medium-news .spot-category {
        display: table;
        font-size: 12px;
        padding: 7px 12px;
        padding-left: 0px;
    }

    .large-news {
        height: 260px !important;
    }
    .top-post {
        height: 360px !important;
    }
    .header-box {
        margin: 0 auto;
        width: 100%;
    }
    .logo-desktop {
        display: none;
    }
    .logo-ipad {
        display: none;
    }
    .logo-mobile {
        float: left;
        margin-left: 15px;
        position: relative;
        top: 3px;
    }
    .footer-col {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .footer-col:nth-child(2) {
        margin: 25px 0;
        order: 2;
        flex:  1 !important;
        margin-top: 0px;
    }
    .subscribe-btn {
        display: table;
        margin: 22px auto 0;
    }
    .footer-subscribe {
        display: table;
        margin: 0 auto;
        width: 300px;
    }
    .social-ico-row {
        display: table;
        margin: 20px auto 0;
    }
    .footer-menu {
        float: left;
        margin-top: 20px;
        padding: 0;
        width: 100%;
    }
    .footer-menu:nth-child(2) {
        float: left;
    }
    .footer-menu-center {
        display: table;
        margin: 0 auto;
    }
    .hide-only-on-ipad-iphone {
        display: none;
    }
    .footer-container {
        display: flex;
        margin: 0 auto;
        padding: 60px 0;
        width: 90%;
        flex-direction: column;
    }
    .ipad-subscribe-box h3 {
        display: block;
        text-align: center;
    }
    .ipad-subscribe-box {
        margin-top: 25px;
    }
    .small-news .spot-heading,
    .medium-news .spot-heading {
        width: 90%;
    }
    .spot-heading {
        width: 90%;
    }
    /**************************** Story  Page Media Query *************************/
    #story-page-wrapper {
        float: left;
        margin-top: 70px;
        width: 100%;
        margin-bottom: 250px;
    }
    #story-left-col {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 0 12px;
    }
    #story-right-col {
        display: inline-block;
        float: left;
        height: auto;
        padding: 20px;
        position: relative;
        top: -100px;
        width: 100%;
    }
    .watch-content #story-right-col {
        display: inline-block;
        float: left;
        height: auto;
        padding: 20px;
        position: relative;
        top: 0;
        width: 100%;
    }
    .story-content {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .story-header {
        background-color: black;
    }
    .story-spotlight {
        position: relative;
        height: 350px;
    }
    .story-spotlight img {
        width: 100%;
    }
    .story-spotlight-overlay {
        background-image: url("/assets/images/story-spotlight-overlay.png");
        bottom: -5px;
        height: 220px;
        position: absolute;
        width: 100%;
    }
    .fb-box-icon-40px {
        background: url("/assets/images/sprite.svg") no-repeat -36px -8px;
        width: 40px;
        height: 40px;
        float: left;
    }
    .story-box h2 {
        color: #333;
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .story-box {
        position: relative;
        top: -140px;
    }
    .carbonated-by {
        font-size: 18px;
        color: #333;
        float: left;
        display: inline-block;
    }
    .author {
        color: #c10808;
        display: inline-block;
        font-size: 18px;
        margin-left: 10px;
    }
    .author-box {
        display: block;
        margin-bottom: 25px;
    }
    .story-section p {
        color: #656464;
        font-size: 16px;
        line-height: 20px;
    }
    .story-section h3 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .image-source {
        font-size: 12px;
        font-style: italic;
        float: right;
        color: #656464;
    }
    .story-section {
        font-weight: 300;
    }
    .facebook-like-us {
        width: 100%;
        float: left;
        border: 1px solid #3d57a3;
    }
    .facebook-like-us img {
        display: inline-block;
        float: left;
    }
    .facebook-share-this img {
        display: inline-block;
        float: left;
    }
    .facebook-text {
        display: inline-block;
        float: left;
        margin-left: 10px;
        position: relative;
        top: 14px;
        vertical-align: middle;
        font-size: 13px;
    }
    .facebook-top-widget {
        display: inline-block;
        float: right;
        margin-right: 15px;
        position: relative;
        top: 8px;
        vertical-align: middle;
    }
    .facebook-share-this {
        width: 100%;
        float: right;
        border: 1px solid #3d57a3;
        margin-top: 10px;
    }
    .story-first-paragraph {
        margin-bottom: 40px;
    }
    .subscribe-box {
        /*	background: #eee;*/
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .subscribe-box-left-col {
        display: table;
        float: none;
        margin: 0 auto;
        padding: 19px 14px;
        text-align: center;
        width: 100%;
    }
    .subscribe-box-right-col {
        display: inline-block;
        float: right;
        width: 100%;
        margin-top: 0;
    }
    .story-section img {
        width: 100%;
    }
    .facebook-like-us img {
        width: auto;
    }
    .facebook-share-this img {
        width: auto;
    }
    .subscribe-button-story {
        background: #df0a11 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        display: table;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        padding: 6px 12px;
        width: 85%;
    }
    .subscribe-email-field {
        border: 1px solid #ccc;
        color: #a3a3b5;
        display: table;
        margin: 0 auto 15px;
        padding: 6px 12px 5px 5px;
        width: 85%;
    }
    .subscribe-box-left-col .signup-for {
        display: table;
        float: none;
        padding: 5px 14px;
        width: 100%;
    }
    .subscribe-box-left-col .signup-for-carbonated {
        display: inline-block;
        font-weight: 400;
        margin-right: 0;
        font-size: 17px;
    }
    .tag-row {
        width: 100%;
        float: left;
        display: block;
    }
    .tag-heading {
        font-size: 17px;
        font-weight: 400;
        width: 50px;
        float: left;
    }
    .tags {
        color: #65addf;
        display: inline-block;
        float: left;
        font-size: 17px;
        width: 93%;
    }
    .share-fb-bottom-widget {
        border: 1px solid #3d57a3;
        float: left;
        width: 30%;
        font-size: 17px;
        text-align: center;
        padding: 10px 0;
        color: #3d57a3;
        margin-bottom: 10px;
        text-decoration: none;
    }
    .fb-small-icon {
        background: transparent url("/assets/images/sprite.svg") no-repeat scroll -77px -8px;
        float: left;
        height: 28px;
        position: relative;
        top: -3px;
        width: 33px;
    }
    .twitter-small-icon {
        background: url("/assets/images/sprite.svg") no-repeat -112px -9px;
        width: 33px;
        height: 23px;
        float: left;
    }
    .share-twitter-bottom-widget {
        border: 1px solid #02c9ff;
        color: #02c9ff;
        float: none;
        font-size: 17px;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        width: 30%;
    }
    .view-comments-txt {
        display: none;
    }
    .ipad-desktop-comments {
        border: 1px solid #bababa;
        color: #000;
        float: right;
        padding: 10px 0;
        text-align: center;
        width: 30%;
    }
    .comments-ico {
        left: 0;
    }
    .bottom-widget-wrapper {
        display: table;
        height: 28px;
        margin: 0 0 0 20px;
        position: relative;
        top: 4px;
        width: auto;
    }
    .related-story-heading-desktop {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .related-story-image-box img {
        height: 220px;
        width: 100%;
    }
    .related-news-category {
        background: #d4d4d4 none repeat scroll 0 0;
        color: #333;
        display: table;
        font-size: 12px;
        font-weight: 300;
        margin: 5px 0;
        padding: 2px 10px;
        text-transform: uppercase;
    }
    .related-story-title {
        color: #000;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2px;
    }
    .related-story-pod {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }
    .related-story-pod iframe {
        display: table !important;
        margin: 0 auto !important;
    }
    .trending-story-row {
        display: inline-block;
        float: left;
        position: relative;
        top: -120px;
        width: 100%;
        padding: 20px;
    }
    .watch-content .trending-story-row {
        display: inline-block;
        float: left;
        position: relative;
        top: 0;
        width: 100%;
        padding: 20px;
    }
    .trending-story-col {
        width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 20px;
    }
    .trending-story-col-center {
        width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 20px;
    }
    .trending-story-col-right {
        width: 100%;
        float: left;
        display: inline-block;
        margin-bottom: 20px;
    }
    .trending-story-image img {
        height: 220px;
        width: 100%;
    }
    .trending-story-row h3 {
        font-size: 25px;
        font-weight: 600;
    }
    .trending-story-heading {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
    }
    .tabola-story-pod {
        margin-top: 40px;
    }
    .incase-box {
        display: block;
        margin: 0 auto;
        overflow-x: hidden;
        position: relative;
        width: 95%;
    }
    .incase-box h2 {
        color: #fff;
        font-size: 19px;
        font-weight: 100;
    }
    .incase-box h2::after {
        margin-top: 13px;
        width: 98%;
    }
    .watch-story-box h2 {
        color: #333;
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .watch-story-video-box h2 {
        float: left;
        margin-top: 25px;
        color: #333;
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .watch-location {
        margin-bottom: 25px;
        width: 100%;
    }
    .watch-video-like-box {
        display: table;
        float: none;
    }
    .location-txt {
        display: inline-block;
        float: left;
        font-size: 13px;
        position: relative;
        top: 3px;
    }
    .watch-location img {
        width: 18px;
    }
    .like-box {
        font-size: 17px;
    }
    .like-box img {
        width: 25px;
        vertical-align: sub;
    }
    .comments-icon img {
        width: 25px;
        vertical-align: sub;
    }
    .comments-icon {
        font-size: 17px;
    }
    .author-and-share-box .author-box {
        display: block;
        width: 100%;
        margin-bottom: 15px !important;
    }
    .social-share-box {
        display: table;
        float: none;
        margin: 20px 0;
        position: relative;
    }
    .comments-btn {
        width: 100%;
    }
    .social-share-box a {
        margin: 0 20px 0 0;
    }
    .author-pic {
        width: 45px;
    }
    .owl-prev {
        background-image: url("/assets/images/left-arrow-320.png");
        display: block;
        height: 40px;
        width: 34px;
        left: 0;
        position: absolute;
    }
    .owl-next {
        background-image: url("/assets/images/right-arrow-320.png");
        display: block;
        height: 40px;
        width: 34px;
        right: 0;
        position: absolute;
    }
    .read-related-inner-story-picture {
        display: inline-block;
        float: left;
        margin-right: 20px;
        width: 120px;
    }
    .story-page-spotlight-heading-full-width h2 {
        display: table;
        font-size: 25px;
        font-weight: 400;
        margin: 10px auto;
        padding: 0;
        width: 91%;
        margin-top: 15px;
        text-align: left;
        color: #000;
        position: relative;
    }
    .story-content-full-width-container {
        padding-top: 15px;
    }
    .full-width-story-content {
        float: left;
        font-weight: 300;
        margin: 5px 0;
        width: 100%;
    }
    .story-content {
        display: table;
        margin: 0 auto;
        width: 96.5%;
        float: none;
    }
    .tags-inner-row {
        float: left;
        width: 86%;
    }
    .full-width-story-content .big-data-media img {
        width: 100%;
    }
    .read-related-inner-description {
        color: #0e7bb4;
        font-size: 15px;
        line-height: 18px;
        margin: 0;
        width: 90%;
    }
    .read-related-inner-heading {
        color: #000;
        font-size: 18px;
        line-height: 18px;
        margin: 0;
    }
    .story-page-related-box {
        display: inline-block;
        margin-right: 20px;
        width: 165px;
    }
    .story-page-heading {
        color: #fff;
        font-size: 14px;
    }
    .story-page-related-box a img {
        width: 100%;
    }
    .story-page-related-box:last-child {
        display: inline-block;
        margin-right: 0;
        width: 165px;
    }
    .nextStories {}
    .story-page-related-container {
        display: table;
        margin: 0 auto 40px;
        width: auto;
    }
    .story-content-full-width-container {
        background-color: #fff;
        float: left;
        top: -45px;
        position: relative;
        width: 100%;
    }
    .left-col-subscribe-box {
        background-color: #000;
        float: left;
        padding: 15px;
        text-align: center;
        width: 100%;
    }
    .listing-stories {
        /*float: left;*/
        background: #fff none repeat scroll 0 0;
        overflow: hidden;
    }
    .left-col-subscribe-box-textfield {
        margin-bottom: 10px;
    }
    .left-col-subscribe-box h2 {
        margin-top: 5px;
    }
    .left-col-subscribe-box {
        height: auto;
    }
    .right-col-subscribe-box {
        display: none;
    }
    .bottom-widget-wrapper {
        margin: 0 auto;
    }
    .story-page-related-stories h2 {
        color: #fff !important;
        font-size: 28px;
        margin-top: 30px;
        text-align: center;
        text-transform: uppercase;
    }
    .story-page-popular-stories h2 {
        color: #000 !important;
        font-size: 28px;
        margin-top: 30px;
        text-align: center;
        text-transform: uppercase;
    }
    .left-col-subscribe-box-field form {
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .story-page-related-container ul {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .story-page-related-box {
        display: inline-block;
        margin: 15px;
        text-align: left;
        width: 165px;
    }
}

@media only screen and (min-width: 581px) and (max-width: 767px) {
    .nav-search-input {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #6e6e6e;
        color: #d7d7d7;
        float: left;
        font-size: 30px;
        position: relative;
        top: 12px;
        width: 85%;
    }
    .story-page-related-container {
        display: table;
        margin: 0 auto 40px;
        width: 80%;
    }
    .story-page-heading {
        color: #fff;
        font-size: 15px;
    }
    .story-page-related-container li:nth-child(1) {
        display: inline-block;
        margin-right: 0;
        width: 190px;
    }
    .story-page-related-container li:nth-child(2) {
        display: inline-block;
        margin-right: 0;
        width: 190px;
    }
    .story-page-related-container li:nth-child(3) {
        display: inline-block;
        margin-right: 0;
        width: 190px;
    }
    .story-page-related-container li:nth-child(4) {
        display: inline-block;
        margin-right: 0;
        width: 190px;
    }
}


/*****************************  Mobile Medua Query ****************************/

@media only screen and (min-width: 768px) and (max-width: 1023px) {

.connect-with-us {
    position: relative;
    left: -10px !important;
}
    .footer-logo-ipad-desktop {
    display: table;
    text-align: center;
    margin: 0 auto;
}



    .footer-logo-ipad-desktop {/*! width: 100% */}


     .text-footer-heading {
    text-align: center !important;
}



.footer-menu ul li {
    flex: 0 0 auto;

    padding: 0px 10px;
    position: relative;
}



.copyright {

    text-align: center;
    margin-top: 30px;
}



    .copyright-menu {flex-direction:column; }


    .footer-subscribe-box {
    position: relative;
    width: 300px;
    margin: 0 auto;
  margin-top: 10px;
    }


.footer-subscribe-box .subscribe-btn {
    background-color: #e00a12;
    padding: 7px 20px;
    color: #fff;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 5px !important;
    border-radius: 6px;
    top: 5px !important;
    margin-top: 6px;
}



    .footer-col:nth-child(3) {
    flex: 0 0 360px;
    margin-top: 18px;
    text-align: center;
    margin-bottom: 30px;
    flex: 1 !important;
}



    .footer-col:nth-child(1) {
    flex: 1 !important;
    align-content: center;
    justify-content: center;
    text-align: center;
}


    .footer-col:nth-child(2) {
    flex: 1 !important;
    align-content: center;
    justify-content: center;
    text-align: center;
}

   .footer-col:nth-child(4) {
    order: 4;
   flex: 1 !important;
}
    .footer-container {
        display: flex;
        margin: 0 auto;
        padding: 60px 0;
        width: 90%;
        flex-direction: column;
    }

  .footer-menu ul {
    list-style: none;
    display: flex;
    width: inherit;
    /*! border: 1px solid; */
    flex-wrap: wrap;
    justify-content: center;
}



    .read-more-img {
        padding: 0px;
        width: 40%;
        height: 95px;
        margin-right: 10px;
        margin-left: 0px;
    }

    .footer-menu ul li {
    display: inline-block;
    float: f;
    padding: 10px;
    position: relative;
}


    .footer-menu ul li a::after {
    content: "|";
    position: absolute;
    display: block;
    width: 1px;
    height: 10px;
    top: 10px;
    right: 0px;
}


.footer-menu ul li:last-child a::after {

     content: '';


    }


    .ipad-bottom-social-icon-row {
        width: 95%;
        margin: 0 auto;
        float: none;
    }
    .ipad-bottom-social-icon-row .bottom-widget-wrapper {
        display: table;
        height: 28px;
        margin: 0 auto;
        position: relative;
        top: 4px;
        width: auto;
    }
    .two-col-container {
        width: 100%;
        margin: 0 auto;
    }
    .subscribe-box {
        display: flex;
        flex-direction: column;
    }
    .subscribe-box-left-col {
        flex: 1;
        width: auto;
        width: 50%;
    }
    .subscribe-box-right-col {
        height: 160px;
    }
    .subscribe-center-box .subscribe-box-field {
        float: none;
    }
    .subscribe-box-field {
        width: 200px !important;
        float: left;
    }
    .two-col-container {
        width: 96%;
        margin: 0 auto;
    }
    .story-col-right {
        width: 92.5%;
        float: none;
        margin: 0 auto;
    }
    /************************** About Page CSS ****************/
    .about-sitemap-contact-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-family: "open_sanslight";
        font-size: 35px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 115px;
        width: 167px;
    }
    .about-us-wrapper p {
        font-size: 17px;
        padding: 0 10px;
    }
    .about-us-content-wrapper {
        display: table;
        margin: 40px auto 0;
        width: 100%;
    }
    .contact-txt-thank-you {
        font-size: 23px;
        margin-top: 30px;
        text-align: center;
        padding: 0 10px;
    }
    .contact-txt-location {
        font-size: 20px;
        margin-bottom: 7px;
        margin-top: 10px;
        text-align: center;
        padding: 0 10px;
    }
    .about-contact-form-wrapper {
        display: table;
        margin: 20px auto auto;
        width: 90% !important;
    }
    .req-field {
        font-size: 14px;
        margin-top: 20px;
        position: relative;
        top: 10px;
    }
    .form-field textarea {
        border: 1px solid #cccccc;
        height: 155px;
        margin-top: 12px;
        padding: 5px;
        resize: none;
        width: 100%;
    }
    .submit-btn {
        margin-top: 30px;
    }
    .contact-note {
        font-size: 17px;
        margin-top: 30px;
    }
    .contact-col-1 {
        float: left;
        width: 100%;
    }
    .form-heading {
        font-size: 18px;
        margin-top: 10px;
    }
    .contact-col-2 {
        float: left;
        width: 100%;
    }
    .content-privacy-row {
        display: table;
        float: none;
        margin: 0 auto;
        width: 90%;
    }
    .career-box {
        border: 5px solid #e2e2e2;
        border-radius: 8px;
        display: table;
        float: left;
        height: 295px;
        margin: 0 auto 25px;
        padding: 20px;
        width: 48%;
    }
    .career-position {
        color: #0a9ce0;
        font-size: 20px;
        height: 55px;
        margin: 15px 0;
        text-align: center;
    }
    .about-word-copy {
        display: table;
        float: none;
        font-size: 30px;
        margin: 0 auto 25px;
        text-align: center;
        width: 85%;
    }
    .sitemap-txt {
        font-size: 17px;
        margin: 30px 0;
        text-align: center;
        padding: 0 10px;
    }
    .career-box>img {
        width: 50px;
    }
    .about-sitemap-section {
        display: table;
        margin: auto;
        width: 100%;
    }
    .sitemap-links-row {
        display: table;
        margin: 0 auto;
        width: 90%;
    }
    .sitemap-col {
        display: inline-block;
        float: left;
        width: 33%;
    }
    /*.sitemap-col:nth-child(1) {}


    .sitemap-col:nth-child(2) {float:right;}


    .sitemap-col:nth-child(3) {float:none;margin:0 auto}
    */
    .sitemap-col h3 {
        font-size: 20px;
        margin: 0;
    }
    .about-contact-form-wrapper {
        display: table;
        margin: auto;
        width: 100%;
    }
    .about-mobile-spacing {
        margin-top: 0;
    }
    .about-main-image {
        background-attachment: scroll;
        background-image: url("/assets/images/static/about.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 180px;
        padding-top: 50%;
        width: 100%;
    }
    .about-sitemap-image {
        background-image: url("/assets/images/static/about-sitemap.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 180px;
        padding-top: 38%;
        width: 100%;
    }
    .about-career-image {
        background-image: url("/assets/images/static/about-career.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 180px;
        padding-top: 38%;
        width: 100%;
    }
    .about-image-careers-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-family: "open_sanslight";
        font-size: 35px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 120px;
        width: 174px;
    }
    .about-contact-image {
        background-image: url("/assets/images/static/about-contact.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 180px;
        padding-top: 38%;
        width: 100%;
    }
    .about-image-contact-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-family: "open_sanslight";
        font-size: 35px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 115px;
        width: 260px;
        text-align: center;
    }
    .about-careers-boxes {
        display: table;
        margin: 0 auto;
        width: 90%;
    }
    .about-image-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-family: "open_sanslight";
        font-size: 35px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 170px;
        width: 215px;
        text-align: center;
    }
    .privacy-content-box {
        border: 5px solid #e2e2e2;
        border-radius: 6px;
        display: table;
        font-size: 15px;
        font-weight: 300;
        margin: 20px auto 0;
        padding: 15px 15px 6px;
        text-transform: uppercase;
        width: 47%;
    }
    .privacy-content-txt {
        display: inline-block;
        margin-left: 30px;
        position: relative;
        top: 9px;
    }
    /************************** About Page CSS ****************/
    .story-page-popular-stories .story-page-related-container ul {
        width: 720px;
    }
    .story-page-popular-stories .story-page-related-container .story-page-related-box {
        display: inline-block;
        margin-right: 0;
        width: 220px;
        float: left;
    }
    .story-page-popular-stories .story-page-related-container .story-page-related-box {
        margin: 0 auto
    }
    .story-page-popular-stories .story-page-related-container .story-page-related-box:last-child {
        display: table;
        margin: 0 auto !important;
        width: 220px;
        float: none;
    }
    .story-page-popular-stories .story-page-related-container .story-page-related-box:nth-child(2) {
        display: inline-block;
        float: right;
        width: 220px;
        margin: 0 auto !important;
    }
    .story-page-popular-stories .story-page-related-container .story-page-related-box a>img {
        height: auto;
        width: 100%;
    }
    .ipad-desktop-comments {
        padding: 4px 0 9px;
    }
    .topic-result-container {
        display: table;
        margin: 45px auto 35px;
        width: 95.5%;
    }
    .sub-box-signup-txt {
        font-size: 27px;
        font-weight: 300;
    }
    .left-col-subscribe-box-4 img {
        position: relative;
        top: -3px;
    }
    .two-col-subscribe-box-4 .left-col-subscribe-box-textfield {
        background: #f0f0f0 none repeat scroll 0 0;
        border: 1px solid #dedede;
        border-radius: 2px;
        margin-bottom: 0;
        padding: 5px !important;
        width: 196px;
    }
    .search-story-box {
        display: table;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .search-story-headline-box {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        margin-left: 50px;
        margin-top: 0;
        width: 56%;
    }
    .search-story-headline-box h2 {
        color: #fff;
        margin-top: 10px;
        font-size: 18px;
    }
    .search-story-description {
        color: #fff;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .search-story-box {
        float: left;
        margin-bottom: 20px;
    }
    .search-content {
        display: table;
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
    }
    .search-story-image-box {
        float: left;
        height: 190px;
        width: 250px;
        overflow: hidden;
    }
    .search-story-image-box img {
        width: 100%
    }
    /************************************ Profile Page************************/
    .full-width-profile {
        position: relative;
        padding-top: 100px;
        border-bottom: 1px solid #d4d4d4;
    }
    .profile-content {
        display: table;
        margin: 0 auto;
        width: 100%;
    }
    .profile-stories-content {
        display: table;
        margin: 10px auto 90px !important;
        width: 92%;
        margin-top: 50px;
    }
    .profile-story-pod h2 {
        color: #373737;
        font-size: 24px;
        line-height: 26px;
        font-weight: 400;
    }
    .profile-picture {
        border: 3px solid #9f9f9f;
        border-radius: 50%;
        display: table;
        margin: 0 auto;
        text-align: center;
    }
    .profile-name {
        font-size: 24px;
        display: table;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        line-height: 24px;
    }
    .profile-description {
        font-size: 14px;
        display: table;
        margin: 0 auto;
        text-align: center;
        color: #646464;
        margin-bottom: 20px;
    }
    .profile-author-row {
        width: 100%;
    }
    .profile-author-pic img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        float: left;
    }
    .profile-author-name {
        float: left;
        font-size: 13px;
        line-height: 40px;
        margin-left: 15px;
    }
    .profile-author-date {
        float: left;
        font-size: 12px;
        line-height: 40px;
        margin-left: 15px;
        color: #373737;
    }
    .profile-story-pod {
        float: left;
        border-bottom: 2px solid #d4d4d4;
    }
    .profile-story-pod-headline {
        color: #373737;
        font-size: 15px;
        float: left;
        margin-top: 20px;
        font-weight: 300;
    }
    .profile-story-pod-image {
        height: 300px;
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /************************************ Profile Page************************/
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        backface-visibility: hidden;
        height: 390px !important;
        transform: translate3d(0px, 0px, 0px);
    }
    header {
        padding: 12px 0;
    }
    .small-news {
        height: 310px;
        width: 50%;
    }
    .medium-news {
        height: 310px;
        width: 50%;
    }
    .header-social {
        display: none;
    }
    .header-menu {
        display: none;
    }
    .spot-heading h2 {
        font-size: 22px !important;
        margin-top: 10px;
        width: 70%;
    }

    .spot-category {
        display: table;
        font-size: 12px;
    }

    .large-news {
        height: 455px;
    }
    .header-box {
        margin: 0 auto;
        width: 100%;
    }
    .logo-desktop {
        display: none;
    }
    .logo-ipad {
        float: left;
        margin-left: 15px;
        position: relative;
        top: 1px;
    }
    .logo-ipad img {
        /*! width: 190px; */
    }
    .logo-mobile {
        display: none;
    }
    .footer-col {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .footer-col:nth-child(2) {
        margin: 25px 0;
    }
    .subscribe-btn {
        display: table;
        margin: 22px auto 0;
    }
    .footer-subscribe {
        display: table;
        margin: 0 auto;
        width: 100%;
    }
    .social-ico-row {
        display: table;
        margin: 20px auto 0;
    }
    .footer-menu {
        /*! float: left; */
        /*! margin-top: 20px; */
        /*! padding: 0; */
        /*! width: 135px; */
    }
    .footer-menu:nth-child(2) {
        float: left;
    }
    .footer-menu-center {
        display: table;
        margin: 0 auto;
    }

    .small-news .spot-heading h2, .medium-news .spot-heading h2 {
        font-size: 18px !important;
        margin-top: 10px;
        width: 70%;
    }
    .footer-container {
        /*! display: table; */
        /*! margin: 0 auto; */
        /*! padding: 25px; */
        /*! width: 92%; */
    }
    .show-only-on-ipad {
        display: block;
    }
    .hide-only-on-ipad-iphone {
        display: none;
    }
    .footer-menu {
        margin-top: 0;
    }
    .ipad-subscribe-box {
        margin-top: 25px;
        width: 100%;
    }
    .ipad-subscribe-box h3 {
        display: inline-block;
        float: left;
        position: relative;
        top: 7px;
    }
    .ipad-subscribe-box .footer-subscribe {
        display: inline-block;
        margin-left: 25px;
        width: 310px;
    }
    .ipad-subscribe-box .subscribe-btn {
        display: inline-block;
        margin: 0 auto 0 12px;
    }
    .ipad-subscribe-box .social-ico-row {
        display: inline-block;
        margin: 0 auto 0 7px;
    }
    .spot-heading {
        width: 90%;
    }
    /**************************** Story  Page portait  Media Query *************************/
    #story-page-wrapper {
        float: left;
        margin-top: 80px;
        width: 100%;
        margin-bottom: 250px;
    }
    #story-left-col {
        display: inline-block;
        float: left;
        padding: 0 20px;
        width: 100%;
    }
    #story-right-col {
        display: inline-block;
        float: left;
        height: auto;
        padding: 0 20px 20px;
        width: 100%;
        position: relative;
        top: -100px;
    }
    .story-content {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .story-header {
        background-color: black;
    }
    .story-spotlight {
        position: relative;
        height: 540px;
    }
    .story-spotlight img {
        width: 100%;
    }
    .story-spotlight-overlay {
        background-image: url("/assets/images/story-spotlight-overlay.png");
        bottom: -5px;
        height: 220px;
        position: absolute;
        width: 100%;
    }
    .fb-box-icon-40px {
        background: url("/assets/images/sprite.svg") no-repeat -36px -8px;
        width: 40px;
        height: 40px;
        float: left;
    }
    .story-box h2 {
        color: #333333;
        font-size: 55px;
        line-height: 56px;
        margin-bottom: 5px;
    }
    .story-box {
        position: relative;
        top: -140px;
    }
    .carbonated-by {
        font-size: 18px;
        color: #333;
        float: left;
        display: inline-block;
    }
    .author {
        color: #c10808;
        display: inline-block;
        font-size: 18px;
        margin-left: 10px;
    }
    .author-box {
        display: block;
        margin-bottom: 25px;
    }
    .story-section p {
        color: #656464;
        font-size: 19px;
        line-height: 23px;
    }
    .story-section h3 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .image-source {
        font-size: 12px;
        font-style: italic;
        float: right;
        color: #656464;
    }
    .story-section {
        font-weight: 300;
    }
    .facebook-like-us {
        border: 1px solid #3d57a3;
    }
    .facebook-like-us img {
        display: inline-block;
        float: left;
    }
    .facebook-share-this img {
        display: inline-block;
        float: left;
    }
    .facebook-text {
        display: inline-block;
        float: left;
        margin-left: 10px;
        position: relative;
        top: 12px;
        vertical-align: middle;
        font-size: 13px;
    }
    .facebook-top-widget {
        display: inline-block;
        float: right;
        margin-right: 15px;
        position: relative;
        top: 8px;
        vertical-align: middle;
    }
    .facebook-share-this {
        float: right;
        border: 1px solid #3d57a3;
    }
    .story-first-paragraph {
        margin-bottom: 40px;
    }
    .subscribe-box {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .subscribe-box-left-col {
        display: inline-block;
        float: left;
        padding: 6px 30px 20px;
        width: 330px;
    }
    .subscribe-box-right-col {
        display: inline-block;
        /* float: right; */
        margin-top: 0px;
        width: 50%;
        flex: 1;
        order: 1;
    }
    .right-side-twitter {
        display: none;
    }
    .story-section img {
        width: 100%;
    }
    .facebook-like-us img {
        width: auto;
    }
    .facebook-share-this img {
        width: auto;
    }
    .subscribe-button-story {
        background: #df0a11 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        display: table;
        float: left;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: auto;
        padding: 6px 12px;
        width: 95px;
    }
    .subscribe-email-field {
        border: 1px solid #ccc;
        color: #a3a3b5;
        display: table;
        margin: 0 auto 15px;
        padding: 6px 12px 5px 5px;
        width: 240px;
        float: left;
    }
    .subscribe-box-left-col .signup-for {
        display: inline-block;
        float: left;
        padding: 5px 14px 5px 0;
        width: 100%;
    }
    .subscribe-box-left-col .signup-for-carbonated {
        display: inline-block;
        font-weight: 400;
        margin-right: 0px;
        font-size: 17px;
    }
    .tag-row {
        width: 100%;
        float: left;
        display: block;
    }
    .tag-heading {
        font-size: 17px;
        font-weight: 400;
        width: 50px;
        float: left;
    }
    .tags {
        color: #65addf;
        display: inline-block;
        float: left;
        font-size: 17px;
        width: 93%;
    }
    .share-fb-bottom-widget {
        border: 1px solid #3d57a3;
        float: left;
        font-size: 17px;
        text-align: center;
        color: #3d57a3;
        margin-bottom: 10px;
        text-decoration: none;
    }
    .fb-small-icon {
        background: transparent url("/assets/images/sprite.svg") no-repeat scroll -85px -8px;
        float: left;
        height: 28px;
        position: relative;
        top: -3px;
        width: 16px;
    }
    .twitter-small-icon {
        background: url("/assets/images/sprite.svg") no-repeat -112px -9px;
        width: 33px;
        height: 23px;
        float: left;
    }
    .share-twitter-bottom-widget {
        border: 1px solid #02c9ff;
        font-size: 17px;
        text-align: center;
        color: #02c9ff;
        text-decoration: none;
    }
    .bottom-widget-wrapper {
        display: table;
        height: 28px;
        margin: 0 auto;
        position: relative;
        top: 4px;
        width: 200px;
    }
    .related-story-heading-desktop {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .related-story-image-box img {
        height: 160px;
        width: 100%;
    }
    .related-news-category {
        background: #d4d4d4 none repeat scroll 0 0;
        color: #333;
        display: table;
        font-size: 12px;
        font-weight: 300;
        margin: 5px 0;
        padding: 2px 10px;
        text-transform: uppercase;
    }
    .related-story-title {
        color: #000;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2px;
    }
    .related-story-pod {
        float: left;
        margin-bottom: 20px;
        width: 32%;
    }
    .related-story-pod:nth-child(1) {
        float: left;
    }
    .related-story-pod:nth-child(2) {
        float: right;
    }
    .related-story-pod:nth-child(3) {
        display: table !important;
        float: none;
        margin: 0 auto !important;
    }
    .related-story-pod:nth-child(4) {
        float: left;
        clear: left;
        margin-top: 30px;
    }
    .related-story-pod:nth-child(5) {
        float: right;
        margin-top: 30px;
    }
    .related-story-pod:nth-child(6) {
        display: table !important;
        float: none;
        margin: 30px 0 auto !important;
    }
    .related-story-pod iframe {
        display: table !important;
        margin: 0 auto !important;
    }
    .trending-story-row {
        display: inline-block;
        float: left;
        position: relative;
        top: -150px;
        width: 100%;
        padding: 20px;
    }
    .watch-content .trending-story-row {
        display: inline-block;
        float: left;
        position: relative;
        top: 0px;
        width: 100%;
        padding: 20px;
    }
    .watch-content #story-right-col {
        display: inline-block;
        float: left;
        height: auto;
        padding: 20px;
        position: relative;
        top: 0;
        width: 100%;
    }
    .trending-story-col {
        float: left;
        display: inline-block;
        margin-bottom: 20px;
        width: 32%;
    }
    .trending-story-col-center {
        float: none;
        display: table;
        margin: 0 auto;
        width: 32%;
    }
    .trending-story-col-right {
        float: right;
        display: inline-block;
        width: 32%;
    }
    .trending-story-image img {
        height: 130px;
        width: 100%;
    }
    .trending-story-row h3 {
        font-size: 25px;
        font-weight: 600;
    }
    .trending-story-heading {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
    }
    .tabola-story-pod {
        margin-top: 40px;
    }
    .incase-box {
        display: block;
        margin: 0 auto;
        overflow-x: hidden;
        position: relative;
        width: 98%;
    }
    .watch-content .trending-story-row {
        position: relative;
        top: 0px;
    }
    .story-page-spotlight-heading-full-width h2 {
        color: #fff;
        display: table;
        font-size: 35px;
        font-weight: 400;
        margin: 20px auto;
        padding: 0;
        width: 92%;
        /*bottom: -108px;*/
    }
    .full-width-story-content {
        float: left;
        font-weight: 300;
        margin: 5px 0;
        width: 100%;
    }
    .story-content {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .tags-inner-row {
        float: left;
        width: 90%;
    }
    .full-width-story-content img {
        width: 100%;
    }
    .read-related-inner-description {
        color: #0e7bb4;
        font-size: 22px;
        line-height: 30px;
        margin: 0;
        width: 90%;
    }
    .read-related-inner-heading {
        color: #000;
        font-size: 22px;
        line-height: 30px;
        margin: 0;
    }
    .story-page-related-box {
        display: inline-block;
        margin-right: 20px;
        width: 165px;
        float: left;
    }
    .story-page-heading {
        color: #fff;
        font-size: 14px;
    }
    .story-page-related-box a img {
        width: 100%;
    }
    .story-page-related-box:last-child {
        display: inline-block;
        margin-right: 0;
        width: 165px;
    }
    .story-page-related-container {
        display: table;
        margin: 0 auto 40px;
        width: auto;
    }
    /**************************** Story  Page portait  Media Query *************************/
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    header::after {
        background-image: url(/assets/images/story-image-top-overlay-half.png);
        display: block;
        content: "";
        background-size: cover;
        position: absolute;
        top: 0;
        width: 100%;
        height: 135px;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .terms-service-wrapper {
        display: table;
        margin: 0px auto 20px;
        width: 90%;
    }
    .fluid-image {
        width: 100%;
    }
    .terms-sub-heading {
        color: #1aa3e2;
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 0;
    }
    .terms-main-heading {
        color: #e00a12;
        font-size: 28px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .search-story-image-box img {
        height: 170px !important;
        width: 100%;
    }
    .search-dropdown-row-outer {
        background-color: black;
        height: 80px;
        left: 0;
        margin-top: 40px;
        opacity: 1;
        position: relative;
        top: 0;
        transition: all 0.2s ease-in-out 0s;
        width: 100%;
        z-index: 0;
    }
    .search-row-container-outer {
        display: table;
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 70%;
    }
    .nav-search-query-btn {
        background: transparent url("/assets/images/sprite.svg") no-repeat scroll -192px -49px;
        border: medium none;
        display: block;
        height: 48px;
        position: relative;
        top: 15px;
        width: 49px;
    }
    .nav-search-input {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #d7d7d7;
        float: left;
        font-size: 38px;
        position: relative;
        top: 12px;
        width: 85%;
    }
    .story-page-spotlight-full-width-main {
        position: relative !important;
    }
    .b-nav {
        width: 420px !important;
    }
    .mobile-search {
        margin-bottom: 0;
        width: 59%;
        margin-top: 15px;
        border-radius: 0;
        height: 40px;
    }
    .mobile-search-btn {
        background-color: #e00a12;
        background-image: url("/assets/images/mobile-search-icon.png");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 12px 20px;
        top: 3px;
        position: relative;
        left: -4px;
        height: 40px;
    }
    .story-page-spotlight-full-width-main .old-image-overlay {
        width: 100%;
        /*left: 50%;
        margin-left: -512px;*/
        height: 740px
    }
    .story-page-spotlight-full-width-main .old-image-overlay img {
        width: 100% !important;
    }
}


/********************* IPAD LANDSCAPE MEDIA QUERY ************************/

@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    /************************** About Page CSS ****************/



    .footer-subscribe-box {

        margin-top: -1px !important;

    }
    .carbo-heading {    margin-top: 0px !important;}
    .TF_6.ob-widget .ob-dynamic-rec-container {

        width: 20% !important;

    }




    .two-col-container {
        width: 980px !important;
        margin: 0 auto;
    }
    .story-content {
        /* display: table; */
        display: inline-block;
        width: 600px !important;
        float: left;
    }
    .story-col-right {
        width: 300px;
        float: right;
    }
    .OUTBRAIN {
        width: 650px;
        overflow: hidden;
        float: left;
        clear: both;
    }
    .sub-box-bottom {
        display: none !important;
    }
    .subscribe-box {
        flex-direction: column;
    }
    .top-post {
        height: 670px !important
    }
    .small-news .spot-heading h2,
    .medium-news .spot-heading h2 {
        font-size: 33px !important;
        line-height: 39px!important;
    }
    .about-us-wrapper p {
        font-size: 17px;
        padding: 0 10px;
    }
    .about-us-content-wrapper {
        display: table;
        margin: 40px auto 0;
        width: 100%;
    }
    .contact-txt-thank-you {
        font-size: 23px;
        margin-top: 30px;
        text-align: center;
        padding: 0 10px;
    }
    .contact-txt-location {
        font-size: 20px;
        margin-bottom: 7px;
        margin-top: 10px;
        text-align: center;
        padding: 0 10px;
    }
    .about-contact-form-wrapper {
        display: table;
        margin: 20px auto auto;
        width: 90% !important;
    }
    .req-field {
        font-size: 14px;
        margin-top: 20px;
        position: relative;
        top: 10px;
    }
    .form-field textarea {
        border: 1px solid #cccccc;
        height: 177px;
        margin-top: 12px;
        padding: 5px;
        resize: none;
        width: 100%;
    }
    .submit-btn {
        margin-top: 30px;
    }
    .contact-note {
        font-size: 17px;
        margin-top: 30px;
    }
    .contact-col-1 {
        float: left;
        width: 44%;
    }
    .form-heading {
        font-size: 18px;
        margin-top: 10px;
    }
    .contact-col-2 {
        float: right;
        width: 44%;
    }
    .content-privacy-row {
        display: table;
        float: none;
        margin: 0 auto;
        width: 90%;
    }
    .career-box {
        border: 5px solid #e2e2e2;
        border-radius: 8px;
        display: table;
        float: left;
        height: 265px;
        margin: 0 auto 25px;
        padding: 20px;
        width: 48%;
    }
    .career-position {
        color: #0a9ce0;
        font-size: 20px;
        height: 55px;
        margin: 15px 0;
        text-align: center;
    }
    .about-word-copy {
        display: table;
        float: none;
        font-size: 30px;
        margin: 0 auto 25px;
        text-align: center;
        width: 85%;
    }
    .sitemap-txt {
        font-size: 17px;
        margin: 30px 0;
        text-align: center;
        padding: 0 10px;
    }
    .career-box>img {
        width: 50px;
    }
    .about-sitemap-section {
        display: table;
        margin: auto;
        width: 100%;
    }
    .sitemap-links-row {
        display: table;
        margin: 0 auto;
        width: 90%;
    }
    .sitemap-col {
        display: inline-block;
        float: left;
        width: 33%;
    }
    /*.sitemap-col:nth-child(1) {}


    .sitemap-col:nth-child(2) {float:right;}


    .sitemap-col:nth-child(3) {float:none;margin:0 auto}
    */
    .sitemap-col h3 {
        font-size: 20px;
        margin: 0;
    }
    .about-contact-form-wrapper {
        display: table;
        margin: auto;
        width: 100%;
    }
    .about-mobile-spacing {
        margin-top: 0;
    }
    .about-main-image {
        background-attachment: scroll;
        background-image: url("/assets/images/static/about.jpg");
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 180px;
        padding-top: 50%;
        width: 100%;
    }
    .about-sitemap-image {
        background-image: url("/assets/images/static/about-sitemap.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 180px;
        padding-top: 38%;
        width: 100%;
    }
    .about-career-image {
        background-image: url("/assets/images/static/about-career.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 180px;
        padding-top: 38%;
        width: 100%;
    }
    .about-image-careers-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        display: table;
        font-family: "open_sanslight";
        font-size: 35px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 150px;
        width: 172px;
    }
    .about-contact-image {
        background-image: url("/assets/images/static/about-contact.jpg");
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 180px;
        padding-top: 38%;
        width: 100%;
    }
    .about-image-contact-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        display: table;
        font-family: "open_sanslight";
        font-size: 35px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 160px;
        width: 257px;
        text-align: center;
    }
    .about-sitemap-contact-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        display: table;
        font-family: "open_sanslight";
        font-size: 35px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 115px;
        width: 167px;
    }
    .about-careers-boxes {
        display: table;
        margin: 0 auto;
        width: 90%;
    }
    .about-image-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        display: table;
        font-family: "open_sanslight";
        font-size: 35px;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 10px 15px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 214px;
        width: 215px;
        text-align: center;
    }
    .privacy-content-box {
        border: 5px solid #e2e2e2;
        border-radius: 6px;
        display: table;
        font-size: 15px;
        font-weight: 300;
        margin: 20px auto 0;
        padding: 15px 15px 6px;
        text-transform: uppercase;
        width: 47%;
    }
    .privacy-content-txt {
        display: inline-block;
        margin-left: 30px;
        position: relative;
        top: 9px;
    }
    /************************** About Page CSS ****************/
    .ipad-desktop-comments {
        padding: 9px 0 10px;
    }
    .topic-result-container {
        display: table;
        margin: 0 auto;
        width: 96%;
    }
    .search-story-box {
        display: table;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .search-story-headline-box {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        margin-left: 50px;
        margin-top: 0;
        width: 56%;
    }
    .search-story-headline-box h2 {
        color: #fff;
        margin-top: 10px;
        font-size: 18px;
    }
    .search-story-description {
        color: #fff;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .search-story-box {
        float: left;
        margin-bottom: 20px;
    }
    .search-content {
        display: table;
        margin: 0 auto;
        width: 100%;
        padding: 0 20px;
    }
    .search-story-image-box {
        float: left;
        height: 190px;
        width: 250px;
    }
    .search-story-image-box img {
        width: 100%
    }
    .story-page-spotlight-heading-full-width h2 {
        /*	bottom: -82px;*/
        width: 97%;
        color: #fff;
        margin: 24px auto;
    }
    .spot-heading {
        width: 90%;
    }
    .header-box {
        margin: 0 auto;
        width: 1000px;
    }
    .logo-desktop {
        display: none;
    }
    .logo-ipad {
        float: left;
        margin-left: 15px;
        position: relative;
        top: 1px;
    }
    .logo-ipad img {
        width: 190px;
    }
    .logo-mobile {
        display: none;
    }
    .footer-col {
        display: inline-block;
        float: left;
        width: 33%;
    }
    .header-social {
        display: block;
        margin-right: 6px;
    }
    .header-social a:last-child {
        visibility: hidden;
    }
    .header-menu {
        display: none;
    }
    .show-only-on-ipad {
        display: none;
    }
    .footer-col:nth-child(1) {
        /*! margin-left: 15px; */
    }
    .footer-col {
        /*! display: inline-block; */
        /*! float: left; */
        /*! width: 310px; */
    }
    .ipad-subscribe-box {
        display: none;
    }
    .footer-menu {
        padding: 0 5px;
    }
    .footer-container {
        display: table;
        margin: 0 auto;
        padding: 60px 0;
        width: 1000px;
        /*align-content: left !important;*/
        /*justify-content: left !important;*/
    }
    /***************************** Landscape story media **************************/
    header {
        padding: 12px !important;
    }
    .b-menu {
        top: -15px !important;
    }
    #story-page-wrapper {
        float: left;
        margin-top: 100px;
        width: 100%;
        margin-bottom: 250px;
    }
    #story-left-col {
        width: 700px;
        display: inline-block;
        float: left;
        padding: 0 20px;
    }
    #story-right-col {
        display: inline-block;
        float: left;
        height: auto;
        padding: 0 20px 20px;
        position: relative;
        width: 265px;
    }
    .story-content {
        display: table;
        margin: 0 auto;
        width: 970px;
    }
    .story-header {
        background-color: black;
    }
    .story-spotlight {
        position: relative;
        height: 540px;
    }
    .story-spotlight img {
        width: 100%;
    }
    .story-spotlight-overlay {
        background-image: url("/assets/images/story-spotlight-overlay.png");
        bottom: -5px;
        height: 220px;
        position: absolute;
        width: 100%;
    }
    .fb-box-icon-40px {
        background: url("/assets/images/sprite.svg") no-repeat -36px -8px;
        width: 40px;
        height: 40px;
        float: left;
    }
    .story-box h2 {
        color: #333333;
        font-size: 55px;
        line-height: 56px;
        margin-bottom: 5px;
    }
    .story-box {
        position: relative;
        top: -140px;
    }
    .carbonated-by {
        font-size: 18px;
        color: #333;
        float: left;
        display: inline-block;
    }
    .author {
        color: #c10808;
        display: inline-block;
        font-size: 18px;
        margin-left: 10px;
    }
    .author-box {
        display: block;
        margin-bottom: 25px;
    }
    .story-section p {
        color: #656464;
        font-size: 19px;
        line-height: 23px;
    }
    .story-section h3 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .image-source {
        font-size: 12px;
        font-style: italic;
        float: right;
        color: #656464;
    }
    .story-section {
        font-weight: 300;
    }
    .facebook-like-us {
        border: 1px solid #3d57a3;
    }
    .facebook-like-us img {
        display: inline-block;
        float: left;
    }
    .facebook-share-this img {
        display: inline-block;
        float: left;
    }
    .facebook-text {
        display: inline-block;
        float: left;
        margin-left: 10px;
        position: relative;
        top: 12px;
        vertical-align: middle;
        font-size: 13px;
    }
    .facebook-top-widget {
        display: inline-block;
        float: right;
        margin-right: 15px;
        position: relative;
        top: 8px;
        vertical-align: middle;
    }
    .facebook-share-this {
        float: right;
        border: 1px solid #3d57a3;
    }
    .story-first-paragraph {
        margin-bottom: 40px;
    }
    .subscribe-box {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .subscribe-box-left-col {
        display: inline-block;
        float: left;
        padding: 6px 18px 20px;
        width: 300px;
    }
    .subscribe-box-right-col {
        display: inline-block;
        float: right;
        margin-top: 25px;
        width: 300px;
    }
    .story-section img {
        width: 100%;
    }
    .facebook-like-us img {
        width: auto;
    }
    .facebook-share-this img {
        width: auto;
    }
    .subscribe-button-story {
        background: #df0a11 none repeat scroll 0 0;
        border: medium none;
        color: #fff;
        display: table;
        float: left;
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: auto;
        padding: 6px 12px;
        width: 95px;
    }
    .subscribe-email-field {
        border: 1px solid #ccc;
        color: #a3a3b5;
        display: table;
        margin: 0 auto 15px;
        padding: 6px 12px 5px 5px;
        width: 240px;
        float: left;
    }
    .subscribe-box-left-col .signup-for {
        display: inline-block;
        float: left;
        padding: 5px 14px 5px 0;
        width: 100%;
    }
    .subscribe-box-left-col .signup-for-carbonated {
        display: inline-block;
        font-weight: 400;
        margin-right: 0px;
        font-size: 17px;
    }
    .tag-row {
        width: 100%;
        float: left;
        display: block;
    }
    .tag-heading {
        font-size: 17px;
        font-weight: 400;
        width: 50px;
        float: left;
    }
    .tags {
        color: #65addf;
        display: inline-block;
        float: left;
        font-size: 17px;
        width: 93%;
    }
    .share-fb-bottom-widget {
        border: 1px solid #3d57a3;
        float: left;
        font-size: 17px;
        text-align: center;
        padding: 10px 0;
        color: #3d57a3;
        margin-bottom: 10px;
        text-decoration: none;
    }
    .fb-small-icon {
        background: transparent url("/assets/images/sprite.svg") no-repeat scroll -85px -8px;
        float: left;
        height: 28px;
        position: relative;
        top: -3px;
        width: 16px;
    }
    .twitter-small-icon {
        background: url("/assets/images/sprite.svg") no-repeat -112px -9px;
        width: 33px;
        height: 23px;
        float: left;
    }
    .share-twitter-bottom-widget {
        border: 1px solid #02c9ff;
        font-size: 17px;
        text-align: center;
        padding: 10px 0;
        color: #02c9ff;
        text-decoration: none;
    }
    .bottom-widget-wrapper {
        display: table;
        height: 28px;
        margin: 0 0 0 20px;
        position: relative;
        top: 4px;
        width: 200px;
    }
    .related-story-heading-desktop {
        margin-top: 0;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .related-story-image-box img {
        height: 160px;
        width: 220px;
    }
    .related-news-category {
        background: #d4d4d4 none repeat scroll 0 0;
        color: #333;
        display: table;
        font-size: 12px;
        font-weight: 300;
        margin: 5px 0;
        padding: 2px 10px;
        text-transform: uppercase;
    }
    .related-story-title {
        color: #000;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 19px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2px;
    }
    .related-story-pod iframe {
        display: table !important;
        margin: 0 auto !important;
    }
    .trending-story-row {
        display: inline-block;
        float: left;
        position: relative;
        top: -120px;
        width: 700px;
        padding: 20px;
    }
    .trending-story-col {
        float: left;
        display: inline-block;
        margin-bottom: 20px;
        width: 212px;
    }
    .trending-story-col-center {
        float: none;
        display: table;
        margin: 0 auto;
        width: 212px;
    }
    .trending-story-col-right {
        float: right;
        display: inline-block;
    }
    .trending-story-image img {
        height: 130px;
        width: 212px;
    }
    .trending-story-row h3 {
        font-size: 25px;
        font-weight: 600;
    }
    .trending-story-heading {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
    }
    .tabola-story-pod {
        margin-top: 40px;
    }
    .incase-box {
        display: block;
        margin: 0 auto;
        overflow-x: hidden;
        position: relative;
        width: 98%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 8000px) {
    .subscribe-box {
        display: flex;
        flex-direction: column;
        margin-top: 60px;
    }
    .desktop-hidden {
        display: none !important;
    }
    .subscribe-email-field {
        border: 1px solid #ccc;
        color: #a3a3b5;
        padding: 6px 12px 5px 5px;
        width: 240px;
    }
    .logo-mobile {
        display: none;
    }
    .logo-ipad {
        display: none;
    }
    .footer-menu-center {
        display: table;
        margin: 0 auto;
        width: 370px;
    }
    .show-only-on-ipad {
        display: none;
    }
    .story-spotlight-overlay {
        height: 215px;
    }
    .social-ico-row-ipad {
        display: none !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
    .search-dropdown-row-outer {
        background-color: black;
        height: 80px;
        left: 0;
        opacity: 1;
        position: relative;
        top: 0;
        transition: all 0.2s ease-in-out 0s;
        width: 100%;
        z-index: 0;
    }
    .search-row-container-outer {
        display: table;
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 75%;
    }
    .nav-search-query-btn {
        background: rgba(0, 0, 0, 0) url("/assets/images/search-ico.png") no-repeat scroll 0 0;
        border: medium none;
        display: block;
        height: 48px;
        left: 15px;
        position: relative;
        top: 19px;
        width: 49px;
    }
    .nav-search-input-search-page {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #6e6e6e;
        color: #d7d7d7;
        float: left;
        font-size: 38px;
        padding: 0 12px;
        position: relative;
        top: 6px;
        width: 90%;
    }
    .header-social {
        display: block;
        margin-right: 6px;
    }
    .logo-mobile {
        display: none;
    }
    .logo-ipad {
        display: none;
    }
    .footer-menu-center {
        display: table;
        margin: 0 auto;
        width: 370px;
    }
    .show-only-on-ipad {
        display: none !important;
    }
    .header-box {
        width: 98%;
    }
    .footer-container {
        width: 98%;
    }
    .footer-col {
        display: inline-block;
        float: left;
        width: 30%;
    }
    .header-menu li {
        margin: 0 8px;
    }
    .header-social a {
        padding: 2px 8px;
    }
    .header-menu {
        /*position: relative;*/
        /* right: 12px;*/
    }
    .logo-desktop {
        float: left;
        position: relative;
        top: 2px;
    }
    .b-menu {
        right: 10px;
        top: -20px;
    }
}


/************************** Universal Media Rules ****************/

@media screen and (max-width: 470px) {
    .footer-social-circle {
        display: block;
        float: left;
        width: 100%;
    }
    .hovicon {
        float: left;
        margin-left: 0;
        margin-bottom: 10px !important;
    }
    .footer-icon-text-row {
        float: left;
    }
    .footer-container {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 1121px) {}

@media screen and (max-width: 1279px) {
    .hide-till-1280 {
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    .story-social-share-slide {
        display: none;
    }
    .footer-container {
        padding: 25px 0;
    }
    .search-dropdown-row {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 6000000px) {

    .show-comments-on-mobile {display: none;}

    .mobile-social-half-row {display: none;}

    .source-copyright {
        position: absolute;

        bottom: 0px;
        left: 0;
        z-index: 1;
        background: rgba(76, 76, 76, 0.6);
        color: #fff;
        padding: 3px 5px;
        font-size: 12px;
    }



    .mobile-bottom-social-icon-row {
        display: none;
    }
    .tap-to-view {
        display: none !important;
    }
    .hr-mobile {
        display: none;
    }
    .footer-logo-mobile {
        display: none;
    }
    .footer-logo-ipad-desktop {
        display: block;
    }
    .show-text-mobile {
        display: none;
    }
    .mash-share-dropdown-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1121px) {
    .header-social {
        display: none !important;
    }
    .header-menu {
        display: none;
    }
    header {
        padding: 12px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1121px) {
    #related-news-slider {
        display: none !important;
    }
    .related-slider-news-heading {
        display: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1230px) {
    .mash-share-dropdown {
        display: none !important;
    }
}

@media only screen and (min-width: 1122px) and (max-width: 8000px) {
    .mobile-nav {
        display: none;
    }
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) {
    .header-menu ul {
        margin: 0;
        padding: 0;
    }
    .header-menu li {
        margin: 0 3px;
        padding: 0 3px;
    }
}

@media only screen and (min-width: 1121px) and (max-width: 1330px) {
    .logo-desktop {
        float: left;
        position: relative;
        top: 6px;
    }
    header {
        padding-bottom: 7px;
    }
    .header-menu ul {
        margin: 0;
        padding: 0;
        margin-top: 17px;
    }
    .header-menu li {
        margin: 0 3px;
        padding: 0 3px;
    }
    .header-social {
        display: block;
        margin-right: 6px;
        position: relative;
    }
    .dropdown-menu {
        /*top: 92px !important; */
    }
    .drop-down-news-box img {
        width: 100%;
        height: 135px !important;
    }
    .drop-down-news-box {
        width: 180px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 8000px) {
    .top-post {
        height: 670px !important;
    }
    .story-page-spotlight-full-width-main .old-image-overlay {
        width: 100%;
        left: 0;
        margin: 0 auto;
        height: 280px
    }
    /*This old image overlay will be used to display the old image
and a blur effect to accommodate new UI full stretch view*/
    .story-page-spotlight-full-width-main .old-image-overlay {
        width: 100%;
        /*left: 50%;
        margin-left: -512px;*/
        height: 740px
    }
    .blur-bg-disable-0 {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
    .blur-bg-image-effect-5 {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        width: 110%;
        top: -100px;
        left: -30px;
    }
    .blur-bg-image-effect-10 {
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: table;
    }
    .old-image-overlay img {
        display: table;
        margin: 0 auto;
    }
    .spot-heading-social-row .spot-heading-social-row-category {
        width: auto !important;
        height: auto;
        display: table;
        position: relative;
        float: left;
        z-index: 2;
    }
    .full-width-story-content p {
        font-size: 18px;
        clear: both;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 8000px) {
    .b-menu {
        right: 10px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 8000px) {
    .mobile-bottom-social-icon-row {
        display: none;
    }
    .share-with-friend-box-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    /*header::after {*/
        /*background-size: cover !important;*/
        /*height: 110px !important;*/
    /*}*/
    .desktop-bottom-social-icons-row {
        display: none;
    }
    .sticky-story-share {
        display: none !important;
    }
    .search-dropdown-row form {
        display: none;
    }
    /* .nav-search-close-btn  {

		 display:none;
	 }*/
}


/**************** Media Query Fixes *******************/

@media only screen and (min-width: 1200px) and (max-width: 600000px) {
    .desktop-bottom-social-icons-row {
        display: table;
        margin: 0 auto;
        /* width: 800px; */
        margin-top: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1028px) {
    .overbox {
        display: none;
    }
    aside {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {

    .featured-pod {display: none;}
    .watch-history-video {
        margin-top: 12px;
    }
    .contact-form-comments {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    #story-left-col {
        overflow-x: hidden;
    }
    .story-spotlight {
        margin-left: -100px;
        margin-right: -100px;
        position: relative;
        overflow-x: hidden;
    }
}


/*# sourceMappingURL=main.css.map */

.dummy-height-50 {
    display: block;
    float: left;
    height: 50px;
    width: 100%;
}


/********************************** Related Stories Mobile Extra Hacks **********************/

@media only screen and (min-width: 320px) and (max-width: 767px) {


    .facebook-comments {display: none;}
    .twitter-timeline {display: none !important;}
    .mobile-bottom-social-icon-row {
        width: 100% !important;
        margin: 0 auto;
        position: absolute;
        bottom: 20px;
        z-index: 999;
        background: #fff;
    }
    .small-content {
        height: 400px;
        overflow: hidden;
        position: relative;
    }
    .banner-img-cont {
        opacity: 0;
        height: 100%;
        width: 100%;
    }
    .topic-result-container {
        display: table;
        margin: 45px auto 35px;
        text-align: center;
        width: 90%;
    }
    .topic-left-col {
        display: inline-block;
        float: none;
    }
    .topic-right-col select {
        box-sizing: border-box;
        display: table;
        float: none;
        margin: 0 auto;
        position: relative;
        top: 7px;
        width: 280px;
    }
    .subscribe-line {
        color: #000;
        line-height: 25px;
        text-align: center;
    }
    .right-col-subscribe-box-4 {
        display: none;
    }
    .two-col-subscribe-box-4 .left-col-subscribe-box-textfield {
        background: #f0f0f0 none repeat scroll 0 0;
        border: 1px solid #dedede;
        border-radius: 2px;
        margin-bottom: 20px;
        padding: 5px !important;
        width: 100%;
    }
    .two-col-subscribe-box-4 .left-col-subscribe-box-btn {
        background-color: #e00a12;
        border: medium none;
        color: #fff;
        display: table;
        font-size: 16px;
        margin: 0 auto;
        padding: 6px 12px;
    }
    .sub-box-signup-txt {
        font-size: 25px;
        font-weight: 300;
        line-height: 25px;
        text-align: center;
    }
    .two-col-subscribe-box-4 .left-col-subscribe-box-4 {
        background-color: #fff;
        float: left;
        height: 200px;
        padding: 10px;
        width: 100%;
    }
    .two-col-subscribe-box-4 {
        border: 2px solid #dbdbdb;
        float: left;
        margin: 10px 0 30px 0;
        padding: 10px;
        width: 100%;
        position: relative;
        top: 60px;
    }
    .two-col-subscribe-box-4 .left-col-subscribe-box-field form {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .left-col-subscribe-box-4 img {
        display: none;
    }
    .subs-box-small-txt {
        font-size: 12px;
        font-weight: 300;
        margin-top: 15px;
        text-align: center;
    }
    .two-col-subscribe-box-4 .left-col-subscribe-box-4 {
        background-color: #fff;
        float: left;
        height: auto;
        padding: 10px;
        width: 100%;
    }
    .story-page-related-stories {
        /*display: block;*/
    }
    .story-page-related-stories {
        background-size: 50px;
    }
    .story-page-related-container {
        display: table;
        margin: 0 auto;
        width: 90%;
        margin-bottom: 30px;
    }
    .story-page-related-box a img {
        float: left;
        margin-right: 10px;
        width: 100px !important;
    }
    .story-page-related-box {
        display: inline-block;
        margin: 0px;
        text-align: left;
        width: 100% !important;
        margin-bottom: 25px;
    }
    .story-page-heading {
        color: #fff;
        font-size: 14px !important;
    }
    .subscribeNewsLetterFormFooter .text-error,
    .subscribeNewsLetterFormFooter .validMsgContact {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {



    .upload-image {
        background-attachment: scroll !important;
        background-image: url(/assets/images/upload-video.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover  !important;
        display: block;
        padding-top: 20% !important;
        width: 100%;
        position: relative !important;
        height: 230px !important;
    }


    .upload-image-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-size: 28px !important;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 15px 20px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 90px !important;
        width: 480px !important;
        text-align: center;
    }



    .story-page-related-box a img {
        height: 50%;
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {


    .upload-image-overlaytxt {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        color: #fff;
        font-size: 28px !important;
        font-weight: bold;
        left: 0;
        margin: 0 auto;
        padding: 15px 20px;
        position: absolute;
        right: 0;
        text-transform: uppercase;
        top: 90px !important;
        width: 480px !important;
        text-align: center;
    }



    .b-nav {
        width: 420px !important;
    }
    .mobile-search {
        margin-bottom: 0;
        width: 59%;
        margin-top: 15px;
        border-radius: 0;
        height: 40px;
    }
    .mobile-search-btn {
        background-color: #e00a12;
        background-image: url("/assets/images/mobile-search-icon.png");
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding: 12px 20px;
        top: 3px;
        position: relative;
        left: -4px;
        height: 40px;
    }
}


/***************** More Stories **************/

#more-button-div .container {
    clear: both;
}

#more-button-div .morestory {
    background: #353535;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0px;
    line-height: 35px;
}

#more-button-div .morestory:hover {
    background: #393939;
}

#more-button-div .morestory #mediaLoader {
    position: relative;
    top: 4px;
    left: 5px;
}

.search-story-image-box img {
    width: 100%;
    /*height: 230px;*/
}


/*Jugaar starts: scrollbar fix*/

@media only screen and (min-width: 1280px) and (max-width: 1297px) {
    body {
        overflow-x: hidden;
    }
}

@media only screen and (min-width: 1120px) and (max-width: 1295px) {
    .search-dropdown-row form {
        display: table;
        margin: 0 auto;
        padding: 0;
        width: 890px !important;
    }
}


/*Jugaar ends*/

@media only screen and (min-width: 768px) and (max-width: 798px) {
    .story-page-popular-stories .story-page-related-container .story-page-related-box {
        margin: 0 0 0 15px !important;
    }
    .story-page-popular-stories .story-page-related-container .story-page-related-box:first-child {
        margin: 0 0 0 0px !important;
    }
}

.banner-img-cont {
    opacity: 0;
    height: 100%;
}


/*.full-width-story-content {
    word-break: break-all;

    !* For Chrome and IE *!
    word-wrap: break-word;
}*/

.big-data-author-pic .author-img {
    width: 64px !important;
}

.social-standard-logo-youtube {
    width: 50px !important;
    float: right;
}

.validMsgContact {
    font-size: 12px;
    font-weight: 500;
    margin-top: 15px;
    color: #46a546 !important;
}

.text-error {
    color: #e00a12 !important;
    position: relative;
    top: 6px;
    font-size:12px;
}


.sub-box-right .validMsgContact {
    font-size: 12px;
    font-weight: 300;
    margin-top: 15px;
    color: #46a546 !important;
    float: left;
}


.sub-box-right .text-error {
    color: #e00a12;
    float: none;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    top: 15px;
}

.word-wrap-cl {
    word-break: break-all;
    /*!* For Chrome and IE *!*/
    word-wrap: break-word;
}

.share-with-friend-box .error {
    color: red;
    text-transform: initial;
    font-size: 13px;
    text-align: left;
    display: block;
}

.share-with-friend-box-mobile .error {
    color: red;
    text-transform: initial;
    font-size: 13px;
    text-align: left;
    display: block;
    padding: 0px 12px;
}

.story-page-related-box a img {
    width: 100%;
}

.mediaCaption {
    color: #7a7a7a;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 2px;
    padding-top: 2px;
    /* float: left; */
    clear: both;
    padding: 2px 20px;
}

.description-txt {
    clear: both;
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin: 18px 0 15px;
}

.full-width-story-content img {
    height: auto !important;
    max-width: 100% !important;
}


/********************** Categories Styling************************/

.entertainment-theme {
    background-color: #bf2501;
    color: #fff !important;
}

.lifestyle-theme {
    background-color: #00aa9d;
    color: #fff !important;
}

.sports-theme {
    background-color: #50bde8;
    color: #fff !important;
}

.news-theme {
    background-color: #edbe01;
    color: #fff !important;
}

.business-theme {
    background-color: #50bde8;
    color: #fff !important;
}

.technology-theme {
    background-color: #214b9d;
    color: #fff !important;
}

.viral-theme {
    background-color: #8c44b0;
    color: #fff !important;
}

.trending-theme {
    background-color: #e00a12;
    color: #fff !important;
}


/************************************************************************




/********************** Menu Updated Category theme  *****************************/

.entertainment-theme-menu {
    color: #bf2501 !important;
}

.lifestyle-theme-menu {
    color: #00aa9d !important;
}

.news-theme-menu {
    color: #edbe01 !important;
}

.technology-theme-menu {
    color: #214b9d !important;
}

.viral-theme-menu {
    color: #8c44b0 !important;
}

.trending-theme-menu {
    color: #fff !important;
    background-color: #e00a12 !important;
}


/****************************************************************************/

.share-bottom-widget {
    color: #3d57a3;
    float: left;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 19%;
    margin-right: 1%;
}

.gradient-big {
    background-image: url("/assets/images/gradient-big-pod.png");
    background-position: center center;
    background-repeat: repeat-x;
    bottom: 0;
    display: block;
    height: 302px;
    position: absolute;
    width: 100%;
}

.gradient-small {
    background-image: url("/assets/images/gradient-small-pod.png");
    background-position: center center;
    background-repeat: repeat-x;
    bottom: -22px;
    display: block;
    height: 302px;
    position: absolute;
    width: 100%;
}

.mobile-bottom-social-icon-row .bottom-widget-wrapper {
    width: auto;
}

.fb-small-icon-mobile {
    background: transparent url("/assets/images/ic_fb.png") no-repeat;
    float: left;
    height: 27px;
    position: relative;
    top: -3px;
    width: 27px;
}

.fb-bg {
    background-color: #3d57a3;
}

.tw-bg {
    background-color: #00c3f3;
}

.email-bg {
    background-color: #666;
}

.reddit-bg {
    background-color: #03a8f2;
}

.stum-bg {
    background-color: #ff4500;
}

.twitter-small-icon-mobile {
    background: transparent url("/assets/images/social/ic_twt.png") no-repeat;
    height: 27px;
    position: relative;
    width: 27px;
    top: -3px;
}

.email-small-icon-mobile {
    background: transparent url("/assets/images/social/ic_em.png") no-repeat;
    height: 27px;
    position: relative;
    width: 27px;
    top: -3px;
}

.reddit-small-icon-mobile {
    background: transparent url("/assets/images/social/ic_rdit.png") no-repeat;
    height: 27px;
    position: relative;
    width: 27px;
    top: -3px;
}

.stumble-small-icon-mobile {
    background: transparent url("/assets/images/social/ic_stmb.png") no-repeat;
    height: 27px;
    position: relative;
    width: 27px;
    top: -3px;
}

.share-with-friend-box-mobile {
    background: #fff none repeat scroll 0 0;
    display: block;
}

.share-with-friend-box-mobile .g-recaptcha {
    display: table;
    margin: 0 auto;
}

iframe .rc-anchor-normal {
    height: 74px;
    width: 292px !important;
}

.share-with-friend-box-mobile .email-bottom-btns {
    display: table;
    margin: 12px auto;
    text-align: center;
}

[class*="close-"] {
    color: #777;
    font: 24px/100% arial, sans-serif;
    position: absolute;
    right: 14px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 25px;
    z-index: 500;
}

.close-thin:after {
    content: '×';
    /* UTF-8 symbol */
}

.close-thik:after {
    content: '✖';
    /* UTF-8 symbol */
}

.twitter-tweet {
    width: 100% !important;

}

.story-description {
    border-bottom: 1px dotted #ccc;
    font-size: 22px !important;
    font-weight: bold;
    padding-bottom: 12px;
}

.search-logo-desktop {
    left: 13px;
    position: relative;
    top: 13px;
    float: left;
}

.search-results-wrapper {
    width: 840px;
    display: table;
    margin: 40px auto 0;
    position: relative;
}

.search-result {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.search-result-story-row {
    width: 100%;
    float: left;
    max-height: 380px;
    overflow-y: scroll;
}

.search-result-story {
    color: #fff;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.search-result-story-pod {
    width: 540px;
    float: left;
}

.story-pod-image {
    display: inline-block;
    float: right;
}

.search-result-heading {
    font-size: 21px;
}

.search-result-small-text {
    font-size: 16px;
    font-weight: 300;
    margin: 8px 0 6px;
}

.story-result-category {
    color: #e00a12;
    font-size: 15px;
}

.flip-small-icon-mobile {
    background: rgba(0, 0, 0, 0) url("/assets/images/ic_flip.png") no-repeat scroll 0 0;
    height: 27px;
    position: relative;
    top: -3px;
    width: 27px;
}

.flip-bg {
    background-color: #c01c1b;
}

#searchLoader {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 24px;
    top: 30%;
}

#searchResultLoader {
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50px;
}

/**************** 3-11-2016 *************/

.one-tap-subscribe-container .one-tap-small-description {
    color: #b6b6b7;
    font-size: 13px;
    line-height: 16px;
    margin: 4px auto 0;
}

/******************************   Upload Video Page CSS *****************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.blue-color {
    color: #1aa3e2
}

.upload-video-container {
    margin: 45px auto 0;
    width: 100%;
}

.upload-video-left-box {
    display: inline-block;
    margin-top: 30px;
    width: 45%;
    float: left;
}

.upload-video-right-box {
    display: inline-block;
    margin-top: 30px;
    width: 45%;
    float: right;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}

.upload-video-top-image {
    background-attachment: fixed;
    background-image: url("/assets/images/upload-video.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 230px;
    width: 100%;
}

/***************** Interactive Form CSS ****************/

/* form starting stylings ------------------------------- */

.contact-form {
    display: table;
    margin: 0 auto;
    width: 70%;
    padding-top: 40px;
}

.submit-form-btn:hover {
    border: 1px solid #1fb0ef;
    cursor: pointer;
}

.submit-form-btn-active {
    border: 1px solid #1fb0ef;
    cursor: pointer;
}

.form-heading {
    font-size: 18px;
    margin-top: 24px;
}

.submit-button-row {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.submit-form-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 50px;
    color: #000;
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 35px;
    text-align: center;
    width: auto;
}

.form-field input {
    border: 1px solid #cccccc;
    height: 34px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
}

.form-heading-message {
    font-size: 14px;
}

.form-field textarea {
    border: 1px solid #cccccc;
    height: 30px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
    height: 205px;
    resize: none;
}

.form-field select {
    border: 1px solid #cccccc;
    height: 34px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
}

.submit-button-row {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.group {
    position: relative;
    margin-bottom: 45px;
}

.upload-video-container input {
    font-size: 18px;
    padding: 10px 10px 10px 56px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 2px solid #bfbfbf;
}

.upload-video-container input:focus {
    outline: none;
}

/* LABEL ======================================= */

.upload-video-container label {
    color: #b1b1b1;
    font-size: 16px;
    font-weight: normal;
    left: 5px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    text-transform: none;
    width: 100%;
}

/* active state */

.upload-video-container input:focus ~ label,
.upload-video-container input:valid ~ label {
    top: -20px;
    font-size: 16px;
    color: #b1b1b1;
}

/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 300px;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #1fb0ef;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */

.upload-video-container input:focus ~ .bar:before,
.upload-video-container input:focus ~ .bar:after {
    width: 100%;
}


.upload-video-container textarea:focus ~ .bar:before,
.upload-video-container textarea:focus ~ .bar:after {
    width: 100%;
}



.group input {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.group .bar {
    width: 100%;
}

/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */

.upload-video-container input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}



.upload-video-container textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}



/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #transparent;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.form-error-message {
    display: table;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.form-error-message span {
    border: 1px solid #c00;
    display: table;
    margin: 15px auto 0;
    padding: 5px 44px;
}

.group .error {
    border-bottom: 1px solid #C00;
    font-weight: bold !important;
}

.contact-col-1,
.contact-col-2 form {
}

.group select {
    background: rgba(0, 0, 0, 0) url("/assets/images/dropdown.png") no-repeat scroll right center;
    border: medium none;
    position: absolute;
    right: 0;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
    text-overflow: "";
    top: 10px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.group textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    overflow: auto;
    resize: none;
    vertical-align: top;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #bfbfbf;
}

.contact-form-comments {
    clear: both;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

/***************** Interactive Form CSS ****************/

.upload-video-input-images {
    display: inline-block;
    margin-right: 25px;
}

.upload-video-input-text {
    display: inline-block
}

.form-row {
    margin-bottom: 8px;
    display: block;
    float: left;
    width: 100%;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    border: 1px solid #e00a12;
    border-radius: 3px;
    color: #e00a12;
    display: inline-block;
    font-size: 14px;
    margin-left: 0;
    min-width: 60px;
    padding: 11px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.1s ease 0s;
    text-transform: uppercase;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.accept-files {
    color: #a6a6a6;
    font-size: 14px;
}

.upload-video-positions {
    float: left;
    margin-bottom: 20px;
    position: relative;
    /*    top: -30px;*/
    width: 100%;
}

.upload-form-bottom-10 {margin-bottom:10px !important}

.video-uplocd-checkbox {
    margin-top: 20px;
    position: relative;
}

.video-uplocd-checkbox input[type=checkbox] {
    width: auto;
    display: inline-block;
}

.i-agree {
    font-size: 17px;
    display: inline-block;
    margin-left: 10px;
}

.submit-policy {
    color: #e00a12;
    font-size: 18px;
    float: left;
    margin-top: 10px;
}

.upload-form-btn {
    background: #e00a12 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    margin-top: 30px;
    padding: 10px !important;
}

.terms-text {
    font-size: 17px;
    color: #000;
    display: inline-block;
}

.upload-video-terms-box {
    border: 1px solid #dedede;
    margin-top: 30px;
}

.upload-video-terms-text {
    color: #8d8d8d;
    font-size: 17px;
    height: 370px;
    overflow: hidden;
    padding: 10px;
}

.signature-field {
    margin-top: 40px;
    font-family: 'signature';
}

.marketing-box {
    border: 1px solid #bababa;
    padding: 270px 20px;
    text-align: center;
}

.signature-box {
    margin-top: 40px;
}

.signature-field-typing {
    left: 0;
    line-height: 39px;
    padding-bottom: 10px !important;
    position: absolute;
    top: -12px;
    width: 100%;
}

.create-signature {
    border-bottom: 0 none !important;
    font-family: "signature";
    font-size: 34px !important;
    line-height: 92px;
    padding-left: 0 !important;
    position: absolute;
    text-align: center;
    top: 76px;

}

.e-signature {
    font-family: "Open Sans", sans-serif;
    margin-top: 36px;
    position: relative;
}

/******************** Media Query **************/

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .source-copyright {
        position: absolute;
        z-index: 1;
        background: none;
        color: #9e9e9e;
        padding: 3px 5px;
        font-size: 12px;
        bottom: 40px;
        left: 12px;
        display: inline-block;
    }

    .create-signature {

        padding-left: 0 !important;

    }

    .hide-on-mobile-devices {
        display: none;
    }

    .show-on-mobile-devices {
        display: block;
    }

    .modal {
        display: table;
        left: 0 !important;
        margin: 0 auto !important;
        right: 0;
        width: 90% !important;
        top: 20% !important;
        height: 214px !important;
    }

    .upload-video-left-box {
        display: table;
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .upload-video-right-box {
        display: table;
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .upload-video-terms-text {
        color: #8d8d8d;
        font-size: 17px;
        height: 245px;
        overflow: hidden;
        padding: 7px;
    }

    .submit-policy {
        color: #e00a12;
        display: table;
        float: none;
        font-size: 18px;
        margin: 0px auto 0;
        width: 90%;
    }


    .upload-video-container input {
        font-size: 18px;
        padding: 10px 10px 10px 56px;
        display: block;
        width: 100% !important;
        border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 2px solid #bfbfbf;
        box-sizing: border-box;
    }





    .upload-form-btn {
        margin: 25px auto 0;
        padding: 10px !important;
    }

    .upload-video-top-image {
        background-attachment: inherit;
        background-image: url(/assets/images/upload-video.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100%;
        /* display: block; */
        /* height: 180px; */
        width: 100%;
        height: 65px;
    }

    .marketing-box-mobile {
        border: 1px solid #bababa;
        padding: 240px 20px;
        text-align: center;
        display: table;
        float: none;
        margin: 0 auto;
        width: 90%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 12800px) {





    .show-on-mobile-devices {
        display: none;
    }

    .desktop-hidden {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .desktop-hidden {
        display: none;
    }

    .upload-video-top-image {
        background-attachment: inherit;
        background-image: url(/assets/images/upload-video.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: block;
        height: 174px;
        width: 100%;
    }

    .about-us-wrapper p {
        font-size: 17px;
        padding: 0 25px;
    }

    .upload-video-container {
        margin: 45px auto 0;
        width: 90%;
    }

    .upload-video-left-box {
        display: table;
        float: left;
        margin: 0 auto;
        width: 45%;
    }

    .upload-video-right-box {
        display: table;
        float: right;
        margin: 0 auto;
        width: 45%;
    }

    .upload-video-terms-text {
        color: #8d8d8d;
        font-size: 17px;
        height: 300px;
        overflow: hidden;
        padding: 7px;
    }

    .submit-policy {
        color: #e00a12;
        display: table;
        float: none;
        font-size: 18px;
        margin: 0 auto;
        width: 90%;
    }

    .upload-form-btn {
        margin: 25px auto 0;
    }
}

.terms-modal-heading {
    font-size: 20px;
    position: relative;
    top: 15px;
}

.source-copyright-native {
    position: absolute;
    z-index: 1;
    background: rgba(76, 76, 76, 0.6);
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    top: 0;
    right: 0;
    display: inline-block;
}

/**************** Talha Updated 2 col css build ***************/

/************************************    Slick Video Media *****************/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }


    .feature-container {display:none;}
    .small-right-side-news-container {
        display: none;
    }

    /*.right-side-ad-second-with-space {*/
        /*display: none;*/
    /*}*/

    .right-side-ad-first {
        display: none;
    }

    #taboola-organic-right-rail-article-thumbnails {
        display: none;
    }

    #taboola-organic-below-article-thumbnails {
        display: none;
    }

    .sort-video li {
        background-color: rgba(0, 0, 0, 0.85);
        font-size: 15px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 16px !important;
        padding-top: 0;
        width: 125px;
        line-height: 30px;
    }

    .sort-video li:hover {
        background-color: rgba(203, 36, 27, 1);
    }

    .tab-wrap {
        margin-bottom: 15px !important;
    }

    .small-video-row {
        padding: 60px 0 0 !important;
    }

    .youtube-subscribe-container div {
        display: block !important;
    }

    .youtube-subscribe-container a {
        float: none !important;
    }

    .youtube-subscribe-container div span {
        display: block;
    }

    .youtube-subscribe-container div {
        display: inline-block;
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }

    .small-video-text {
        color: #fff;
        font-size: 16px !important;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        width: 96%;
    }

    .tab__content {
        padding: 0 !important;
    }

    dropdown label::after {
        content: "" !important;
        position: absolute;
        right: -25px;
    }

    dropdown label::before {
        content: url("/assets/images/tap-arrow-mobile.png");
        position: absolute;
        left: 0;
    }

    .sortby-text {
        display: none !important;
    }

    dropdown {
        display: inline-block;
        position: absolute;
        right: 160px !important;
        top: 60px;
        z-index: 2;
    }

    .tab + label {
        font-size: 12px !important;
        margin: 0 !important;
        padding: 10px !important;
        z-index: 3;
    }

    dropdown {
        left: 0 !important;
        position: absolute;
        top: 60px;
    }

    .sort-video {
        display: block;
        left: 0;
        margin: 50px auto;
        position: absolute;
        text-align: center;
        width: 300px;
    }

    .small-video-row .slick-slide img {
        display: block;
        width: 100%;
    }

    .small-video-row > div img {
        width: 100%;
    }

    .small-video-row .video-overlay {
        display: none;
    }

    .small-video-row > div {
        position: relative;
    }

    .video-spot-heading {
        font-size: 16px !important;
    }

    .single-video-wrapper {
        position: relative;
        top: 60px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .play-icon-mobile {
        background-image: url("/assets/images/slick-video-play-small.png");
        color: white;
        left: 50%;
        overflow: auto;
        padding: 34px;
        position: absolute;
        top: 35%;
        transform: translate(-50%, -60%);
        z-index: 3;
    }

    .single-video-wrapper {
        height: 335px !important;
        overflow: hidden;
        width: 100%;
    }

    .video-spotlight-video {
        height: 280px !important;
    }

    .video-spot-heading {
        font-size: 16px !important;
    }

    .single-video-wrapper .slick-slide::after {
        content: url("/assets/images/slick-video-play-small.png") !important;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 30% !important;
        width: 81px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tab + label {
        font-size: 14px !important;
        margin: 0 !important;
        padding: 20px !important;
    }

    .play-icon-mobile {
        background-image: url("/assets/images/slick-video-play-small.png");
        color: white;
        left: 50%;
        overflow: auto;
        padding: 34px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -60%);
        z-index: 3;
    }

    .single-video-wrapper {
        height: 350px !important;
        overflow: hidden;
        width: 100%;
    }

    .video-spotlight-video {
        height: 350px !important;
    }

    .video-spot-heading {
        font-size: 18px !important;
    }

    .single-video-wrapper .slick-slide::after {
        content: url("/assets/images/slick-video-play-big.png") !important;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 40% !important;
        width: 81px;
    }
}

.read-more-row {
    background-color: #f4f5f8;
    padding: 24px 50px;
    margin-bottom: 30px;
    float: left;
    color: initial !important;
    display: flex;
}

.read-more-txt {
    display: inline-block;
    float: left;

    margin-right: 40px;
    font-size: 24px;
    /*    font-family: 'ProximaNova-Semibold';*/
}

.read-more-img {
    display: inline-block;
    vertical-align: middle;
    float: left;
    height: 125px;
    width: 200px;
    margin-right: 15px;
}

.category {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.read-more-time-posted {
    padding-top: 15px;
    font-size: 13px;
}

.spot-location {
    display: inline-block;
}

.spot-location div {
    display: inline-block;
}

.read-more-heading {
    display: inline-block;
    width: 240px;
    font-size: 18px;
    padding-top: 13px;
}

.read-more-time-posted img {
    width: 13px;
    position: relative;
    top: 4px;
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
    .small-video-row .slick-slide img {
        width: 100%;
    }

    .tab__content {
        padding: 0 !important;
    }
}

header::after {
    background-image: url(/assets/images/story-image-top-overlay-half.png);
    display: block;
    content: "";

    position: absolute;
    top: 0;
    width: 100%;

    background-repeat: no-repeat;
    z-index: -1;
    left: 0px;
}

.morestory {
    background: #353535;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0px;
    line-height: 35px;
    float: left;
    width: 100%;
}

.logo-desktop img {
    /*! width: 214px; */
}

.spot-heading-social-row-category {
    width: auto !important;
}

.two-col-container {
    width: 1060px;
    margin: 0 auto;
}

.story-col-right {
    width: 300px;
    float: right;
}

.story-content {
}

.subscribe-box {
    display: flex;
    /*! margin-top: 40px; */
    clear: both;
}

.subscribe-box-btn {
    background: #e41720;
    padding: 10px 14px;
    color: #fff;
    border: 0px;
}

.subscribe-img {
}

.subscribe-box-field {
    padding: 8px 10px;
    /*! height: 40px; */
    width: 140px !important;
    float: left;
}

.trc_rbox_outer {
    margin-top: 9px;
}

.subscribe-box-input-field {
}

.subscribe-box-right-col {
    height: 110px;
    /*! width: 100%; */
    /*! flex-basis: auto; */
    order: 1;
    flex: auto;
}

.subscribe-box-left-col {
    padding: 15px 25px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    -moz-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    width: 100%;
    order: 2;
    flex: 1;
    box-sizing: border-box;
    text-align: center;
}

.subscribe-box-heading {
    font-size: 22px;

}

.subscribe-box-text {
    font-size: 16px;

    margin-bottom: 22px;
    margin-top: 15px;
}

.right-side-twitter {
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
}

.recommended-news-pod {
    display: flex;
    border-top: 1px solid #3a3a3a;
    padding-top: 15px;
    padding-bottom: 15px;
}

.recommended-news-pod a {
    display: flex;
    line-height: 19px;
    color: #000;
}

.recommended-news-pod-thumb {
    padding-right: 15px;
    position: relative;
    -webkit-flex: 1 0 auto;
}

.recommended-news-pod-thumb img {
    width: 95px;
    background-position: center center;
    background-size: cover;
}

.recommended-news-pod-details {
    flex: 1;
}

.recommended-news-pod-text {
}

.recommended-news-detail-row {
    display: flex;
    margin-top: 15px;
}

.recommended-news-pod-category {
    font-size: 12px;
    display: flex;
    line-height: 11px !important;
}

.recommended-news-pod-location img {
    width: 10px;
    position: absolute;
    top: -2px;
    left: -15px;
}

.recommended-news-pod-location {
    font-size: 12px;
    margin-left: 40px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .subscribe-box {
        display: flex;
        flex-direction: column;
    }

    .subscribe-box-left-col {
        flex: 1;
        width: auto;
        order: 2;
        padding: 15px 25px;
        -webkit-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
        -moz-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
        box-shadow: inset 0px 0px 0px 1px #e6e6e6;
        width: 100%;
        order: 2;
        flex: 1;
        box-sizing: border-box;
        text-align: center;
    }

    .subscribe-box-right-col {
        height: 190px;
        width: auto;
        flex: auto;
    }

    .subscribe-center-box .subscribe-box-field {
        float: none;
    }

    .two-col-container {
        width: 96%;
        margin: 0 auto;
    }

    .story-col-right {
        width: 92.5%;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {


    .footer-menu ul {
    list-style: none;
    display: flex;
    width: inherit;
    /*! border: 1px solid; */
    flex-wrap: wrap;
    justify-content: center;
}



    .read-more-img {
        padding: 0px;
        width: 40%;
        height: 95px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .footer-menu ul li {
    display: inline-block;
    float: f;
    padding: 10px;
    position: relative;
}


    .footer-menu ul li a::after {
    content: "|";
    position: absolute;
    display: block;
    width: 1px;
    height: 10px;
    top: 10px;
    right: 0px;
}


.footer-menu ul li:last-child a::after {

     content: '';


    }

    .read-more-heading {
        display: inline-block;
        width: 48%;
        font-size: 15px;
        padding-top: 0px;
    }

    .read-more-row {
        background-color: #f4f5f8;
        padding: 24px 0px;
        margin-bottom: 30px;
        float: left;
        color: #000;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .read-more-img img {
        padding: 0px;
        width: 90%;
    }

    .spot-time {
        display: inline-block;
        margin-right: 10px;
    }

    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
    }

    .social-share-top-row {
        margin-bottom: 0px;
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .read-more-txt {
        display: block;
        float: left;
        padding-top: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        font-size: 25px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .more-time-posted img {
        width: 10px !important;
    }

    .read-more-img {
        padding: 0px;
        width: 40%;
        height: 95px;
        margin-right: 10px;
        margin-left: 20px;
    }

    .read-more-heading {
        display: inline-block;
        width: 48%;
        font-size: 15px;
        padding-top: 0px;
    }

    .read-more-row {
        background-color: #f4f5f8;
        padding: 24px 0px;
        margin-bottom: 30px;
        float: left;
        color: #000;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .read-more-img img {
        padding: 0px;
        width: 90%;
    }

    .spot-time {
        display: inline-block;
        margin-right: 10px;
    }

    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
    }

    .social-share-top-row {
        margin-bottom: 0px;
        display: none;
        width: 100%;
        margin: 0 auto;
    }

    .read-more-txt {
        display: block;
        float: left;
        padding-top: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        font-size: 25px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .right-side-twitter {
        display: none;
    }

    .sub-box-right {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {



    .native-video {
        padding:0px 20px;}

    .trc_related_container {
        clear: both;
        width: 95%;
        margin: 0 auto;
    }



    .full-width-story-content iframe.instagram-media {
        max-width: none !important;
        width: 95% !important;
        margin: 0 auto !important;
        display: table;
    }


    .facebook-comments {
        width: 95%;
        box-sizing: border-box;
    }

    #taboola-organic-below-article-thumbnails {
        width: 95%;
        margin: 0 auto;
    }

    .OUTBRAIN {
        padding: 0px;
        position: relative;
        float: none;
        margin-top: 45px;
        margin-bottom: 40px;
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .social-share-top-row span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        line-height: 20px;
        display: table;
        width: 100%;
    }

    .fb-share-btn {
        background-color: #2d5fac;
        padding: 10px 0px;
        color: #fff;
        width: 180px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }

    .twitter-share-btn {
        background-color: #26c4f1;
        padding: 10px 0px;
        color: #fff;
        width: 180px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }

    .comments-share-btn {
        background-color: #b5b5b5;
        padding: 10px 0px;
        color: #fff;
        width: 180px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }

    .social-share-top-row {
        margin-bottom: 0px;
        /*! display: flex; */
    }

    .email-btn {
        background-color: #666;
        padding: 10px 0px;
        color: #fff;
        width: 180px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }

    .social-share-top-row a span {
        display: none;
    }

    .more-share-btn {
        background-color: #dadada;
        display: inline-block;
        /*! padding: 10px; */
    }

    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
        width: 95%;
        margin: 0 auto;
    }

    .social-share-top-row a {
        position: relative;
        height: 20px;
        float: left;
        flex-basis: 0 0 auto;
        width: auto;
        flex: 1;
        text-align: center;
        margin-right: 0px;
    }

    .social-share-icon {
        float: none;
        vertical-align: middle;
    }

    .more-share-btn {
        flex: 1;
        text-align: center;
    }

    #imgplus {
        height: 18px;
        width: 15px;
        padding: 11px;
        display: inline-block;
        vertical-align: middle;
    }

    .read-more-img {
        /*! padding: 0px; */
        /*! width: 40%; */
        /*! height: 95px; */
        /*! margin-right: 10px; */
        /*! margin-left: 20px; */
    }

    .read-more-heading {
        /*! display: inline-block; */
        width: 290px;
        /*! font-size: 15px; */
        /*! padding-top: 0px; */
    }

    .read-more-row {
        background-color: #f4f5f8;
        padding: 24px 50px;
        margin-bottom: 30px;
        float: left;
        color: #000;
        display: block;
        width: 100%;
        /*! overflow: hidden; */
        box-sizing: border-box;
    }

    .read-more-img img {
        padding: 0px;
        width: 90%;
    }

    .spot-time {
        display: inline-block;
        margin-right: 10px;
    }

    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
    }

    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
        width: 95%;
        margin: 0 auto;
    }

    .read-more-txt {
        /*! display: block; */
        float: left;
        /*! padding-top: 0px; */
        /*! margin-right: 0px; */
        /*! width: 100%; */
        /*! text-align: center; */
        /*! font-size: 25px; */
        /*! margin-left: 0px; */
        /*! margin-bottom: 10px; */
    }

    .two-col-container {
        width: 100%;
        margin: 0 auto;
    }

    .subscribe-box {
        display: flex;
        flex-direction: row;
        width: 95%;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .subscribe-box-left-col {
        flex: 1;
        width: auto;
        width: 50%;
    }

    .subscribe-box-right-col {
        height: 185px;
        flex: initial;
    }

    .subscribe-center-box .subscribe-box-field {
        float: none;
    }

    .subscribe-box-field {
        width: 186px !important;
        float: left;
    }

    .two-col-container {
        width: 100%;
        margin: 0 auto;
    }

    .two-col-container p {
        padding: 0px 20px;
    }

    .editor-social-row {
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .highlighted-heading {
        padding: 16px 20px !important;

    }

    em { {
    padding: 0px 20px;
}
}

.story-col-right {
    width: 95%;
    float: none;
    margin: 0 auto;
}

.tags-row {
    width: auto;
    float: left;
    margin-bottom: 20px;
    padding: 0px 20px;
}

.OUTBRAIN {
    padding: 0px 20px;
    float: none !important;
    clear: both;
}

.story-col-right {
    display: none;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1320px) {


    .story-col-right h2 {

        margin-top:5px ;
    }


    .connect-with-us {
    position: relative;
    left: -11px !important;
}





    .footer-social-icons  a img {width:36px}
    .subscribe-box {
        display: flex;
        margin-top: 40px;
        clear: both;
        flex-direction: column;
    }

    /*

   .ipad-bottom-social-icon-row {width: 92.5%;
margin: 0 auto;float: none;}
*/
    .ipad-bottom-social-icon-row .bottom-widget-wrapper {
        display: table;
        height: 28px;
        margin: 0 auto;
        position: relative;
        top: 4px;
        width: auto;
    }

    .read-more-img {
        /*! padding: 0px; */
        /*! width: 40%; */
        /*! height: 95px; */
        /*! margin-right: 10px; */
        /*! margin-left: 20px; */
    }

    .read-more-heading {
        /*! display: inline-block; */
        width: 213px;
        /*! font-size: 15px; */
        /*! padding-top: 0px; */
    }

    .read-more-row {
        background-color: #f4f5f8;
        padding: 24px 30px;
        margin-bottom: 30px;
        float: left;
        color: #000;
        display: block;
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }

    .read-more-img img {
        padding: 0px;
        width: 90%;
    }

    .spot-time {
        display: inline-block;
        margin-right: 10px;
    }
}

/******************************* Ad CSS **************************8/


/*******************   ADS CSS **********************/

.story-col-right h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.right-side-story-container-heading {
    font-size: 24px;
    font-weight: 400;
}

.right-side-story-container-heading {
    font-size: 24px;
    font-weight: 400
}

.TF_6.ob-strip-layout .ob-dynamic-rec-container {
    max-width: 23.275% !important
}

.TF_6.ob-strip-layout .ob-rec-text {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
    font-size: 17px !important;
    font-weight: 700;
    color: #000;
    padding: 3px 0 0px;
    text-align: left;
    line-height: 22px !important;
}

.TF_6.ob-strip-layout .ob-rec-source {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;

}

.thumbnails-d .syndicatedItem .video-title {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;

}

.right-side-ad-second-with-space {
    margin: 30px 0px;
}

.organic-thumbnails-d .trc_rbox_header {
    padding-bottom: 15px !important;
}

.organic-thumbnails-rr1 .videoCube .video-label-box .video-title {
    font-size: 17px !important;
    font-weight: 300 !important;

}

.thumbnails-rr1 .videoCube .video-label-box .video-title {
    font-size: 17px !important;
    font-weight: 300 !important;
}

.TF_6.ob-widget .ob-rec-text {
    font-size: 17px !important;
    font-weight: 300 !important;
}

.organic-thumbnails-d .videoCube .video-label-box .video-title {
    font-size: 17px !important;
    font-weight: 300 !important;
}

.thumbnails-d .syndicatedItem .branding {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;

}

.TF_6.ob-strip-layout .ob-widget-header {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;

    text-align: left;
}

.trc_rbox_header_span {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
    text-align: left;
}

.right-side-ad-second-with-space h2 {
    float: left;
    margin-top: 30px;
}

#taboola-below-article-thumbnails,
#taboola-organic-below-article-thumbnails {
    padding: 0px;
    margin-top: 30px;
}

.organic-thumbnails-d .video-title {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
    /* font-size:18px !important;*/
    font-size: 17px !important;

}

.organic-thumbnails-rr1 .video-title {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
    /* font-size:18px !important;*/
    font-size: 17px !important;
}

.OUTBRAIN {
    padding: 0px;
    position: relative;
    float: left;
    margin-top: 45px;
    margin-bottom: 40px;
}

.thumbnails-rr1 .syndicatedItem .video-title {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
}

.thumbnails-rr1 .syndicatedItem {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
}

.sub-box-right {
    margin-top: 30px;
}

.right-side-ad-second {
    float: left;
    clear: both;
}

.TF_6.ob-widget .ob_what {
    direction: ltr;
    clear: both;
    padding: 5px 10px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.sub-box-right {
    margin-bottom: 40px;
}

.TF_6.ob-strip-layout .ob-widget-header {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.trc_rbox_header_span {
    font-size: 24px !important;
    font-weight: 400 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 80000px) {
    .ipad-bottom-social-icon-row {
        display: none;
    }
}

.ad-in-story {
    padding: 15px;
    background: #f9f9f9;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    float: left;
    width: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 80000px) {

    .sub-box-bottom {
        display: none;
    }

}





input.subscribe-box-field::-webkit-input-placeholder {  font-size: 10px; }
input.subscribe-box-field::-moz-placeholder{  font-size: 10px; }
input.subscribe-box-field:-ms-input-placeholder {  font-size: 10px; }
input.subscribe-box-field:-moz-placeholder {  font-size: 10px; }


input.footer-subscribe::-webkit-input-placeholder {  font-size: 11px; }
input.footer-subscribe::-moz-placeholder{  font-size: 11px; }
input.footer-subscribe:-ms-input-placeholder {  font-size: 11px; }
input.footer-subscribe:-moz-placeholder {  font-size: 11px; }

.tags-row {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 460px) {

    .subscribe-box-field {

        width: 175px !important;
        margin-bottom: 15px;

    }

}

@media only screen and (min-width: 320px) and (max-width: 1024px) {

    .featured-pod {
        display: none;
    }

}

.thumbnails-rr1 .logoDiv a span {
    display: none !important;

}

.featured-pod h2 {
    margin-bottom: 8px;
}

.feature-news-pod {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

.feature-news-pod a {
    display: flex;
    line-height: 24px;
    color: #000;
    /*font-weight: 300;*/
}

.mobile-social-half-row {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}





/************************************    Slick Video Media *****************/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .right-side-ad-second-with-space  .ad-in-story {display:none;}

    .hide-on-small {display:none;}
    .hide-on-mobile {
        display: none;
    }
    .small-right-side-news-container {
        display: none;
    }

    .right-side-ad-first {
        display: none;
    }
    #taboola-organic-right-rail-article-thumbnails {
        display: none;
    }
    #taboola-organic-below-article-thumbnails {
        display: none;
    }
    .sort-video li {
        background-color: rgba(0, 0, 0, 0.85);
        font-size: 15px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 16px !important;
        padding-top: 0;
        width: 125px;
        line-height: 30px;
    }
    .sort-video li:hover {
        background-color: rgba(203, 36, 27, 1);
    }
    .tab-wrap {
        margin-bottom: 15px !important;
    }
    .small-video-row {
        padding: 60px 0 0 !important;
    }
    .youtube-subscribe-container div {
        display: block !important;
    }
    .youtube-subscribe-container a {
        float: none !important;
    }
    .youtube-subscribe-container div span {
        display: block;
    }
    .youtube-subscribe-container div {
        display: inline-block;
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }
    .small-video-text {
        color: #fff;
        font-size: 16px !important;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        width: 96%;
    }
    .tab__content {
        padding: 0 !important;
    }
    dropdown label::after {
        content: "" !important;
        position: absolute;
        right: -25px;
    }
    dropdown label::before {
        content: url("/assets/images/tap-arrow-mobile.png");
        position: absolute;
        left: 0;
    }
    .sortby-text {
        display: none !important;
    }
    dropdown {
        display: inline-block;
        position: absolute;
        right: 160px !important;
        top: 60px;
        z-index: 2;
    }
    .tab+label {
        font-size: 12px !important;
        margin: 0 !important;
        padding: 10px !important;
        z-index: 3;
    }
    dropdown {
        left: 0 !important;
        position: absolute;
        top: 60px;
    }
    .sort-video {
        display: block;
        left: 0;
        margin: 50px auto;
        position: absolute;
        text-align: center;
        width: 300px;
    }
    .small-video-row .slick-slide img {
        display: block;
        width: 100%;
    }
    .small-video-row>div img {
        width: 100%;
    }
    .small-video-row .video-overlay {
        display: none;
    }
    .small-video-row>div {
        position: relative;
    }
    .video-spot-heading {
        font-size: 16px !important;
    }
    .single-video-wrapper {
        position: relative;
        top: 60px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .play-icon-mobile {
        background-image: url("/assets/images/slick-video-play-small.png");
        color: white;
        left: 50%;
        overflow: auto;
        padding: 34px;
        position: absolute;
        top: 35%;
        transform: translate(-50%, -60%);
        z-index: 3;
    }
    .single-video-wrapper {
        height: 335px !important;
        overflow: hidden;
        width: 100%;
    }
    .video-spotlight-video {
        height: 280px !important;
    }
    .video-spot-heading {
        font-size: 16px !important;
    }
    .single-video-wrapper .slick-slide::after {
        content: url("/assets/images/slick-video-play-small.png") !important;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 30% !important;
        width: 81px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tab+label {
        font-size: 14px !important;
        margin: 0 !important;
        padding: 20px !important;
    }
    .play-icon-mobile {
        background-image: url("/assets/images/slick-video-play-small.png");
        color: white;
        left: 50%;
        overflow: auto;
        padding: 34px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -60%);
        z-index: 3;
    }
    .single-video-wrapper {
        height: 350px !important;
        overflow: hidden;
        width: 100%;
    }
    .video-spotlight-video {
        height: 350px !important;
    }
    .video-spot-heading {
        font-size: 18px !important;
    }
    .single-video-wrapper .slick-slide::after {
        content: url("/assets/images/slick-video-play-big.png") !important;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 40% !important;
        width: 81px;
    }
}

.read-more-row {
    background-color: #f4f5f8;
    padding:24px 30px;
    margin-bottom: 30px;
    float: left;
    color: initial !important;
    display: flex;
    margin-top: 10px;
}

.read-more-txt {
    display: inline-block;
    float: left;

    margin-right: 40px;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
    width:100%;
    /*    font-family: 'ProximaNova-Semibold';*/
}

.read-more-img {
    display: inline-block;
    vertical-align: middle;
    float: left;
    height: 80px;
    width: 150px;
    margin-right: 15px;
}

.category {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.read-more-time-posted {
    padding-top: 15px;
    font-size: 13px;
}

.spot-location {
    display: inline-block;
}

.spot-location div {
    display: inline-block;
}

.read-more-heading {
    display: inline-block;
    width: 73%;
    font-size: 22px;
    padding-top: 0px;


}



.read-more-heading  a  {
    color: #6194ef !important;

}



.read-more-time-posted img {
    width: 13px;
    position: relative;
    top: 4px;
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {

    .twitter-tweet {
        width: auto;
        /* float: left; */
        padding: 0px 20px !important;
    }


    .small-video-row .slick-slide img {
        width: 100%;
    }
    .tab__content {
        padding: 0 !important;
    }
}

header::after {
    background-image: url("/assets/images/story-image-top-overlay-half.png");
    background-repeat: repeat;
    content: "";
    display: block;
    height: 68px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.morestory {
    background: #353535;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0px;
    line-height: 35px;
    float: left;
    width: 100%;
}

.logo-desktop img {
    /*! width: 214px; */
}

.spot-heading-social-row-category {
    width: auto !important;
}

.two-col-container {
    width: 1060px;
    margin: 0 auto;
}

.story-col-right {
    width: 300px;
    float: right;
}

.story-content {}

.subscribe-box {
    display: flex;
    /*! margin-top: 40px; */
    clear: both;
}

.subscribe-box-btn {
    background: #e41720;
    padding: 10px 14px;
    color: #fff;
    border: 0px;
}

.subscribe-img {}

.subscribe-box-field {
    padding: 8px 10px;
    /*! height: 40px; */
    width: 140px !important;
    float: left;
}

.trc_rbox_outer {margin-top: 9px;}

.subscribe-box-input-field {}

.subscribe-box-right-col {
    height: 110px;
    /*! width: 100%; */
    /*! flex-basis: auto; */
    order: 1;
    flex: auto;
}

.subscribe-box-left-col {
    padding: 15px 25px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    -moz-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    box-shadow: inset 0px 0px 0px 1px #e6e6e6;
    width: 100%;
    order: 2;
    flex: 1;
    box-sizing: border-box;
    text-align: center;
}

.subscribe-box-heading {
    font-size: 22px;

}

.subscribe-box-text {
    font-size: 16px;

    margin-bottom: 22px;
    margin-top: 15px;
}

.right-side-twitter {
    margin-top: 20px;
    margin-bottom: 30px;
    float: left;
}

.recommended-news-pod {
    display: flex;
    border-top: 1px solid #3a3a3a;
    padding-top: 15px;
    padding-bottom: 15px;
}

.recommended-news-pod a {
    display: flex;
    line-height: 19px;
    color: #000;
}

.recommended-news-pod-thumb {
    padding-right: 15px;
    position: relative;
    -webkit-flex: 1 0 auto;
}

.recommended-news-pod-thumb img {
    width: 95px;
    background-position: center center;
    background-size: cover;
}

.recommended-news-pod-details {
    flex: 1;
}

.recommended-news-pod-text {}

.recommended-news-detail-row {
    display: flex;
    margin-top: 15px;
}

.recommended-news-pod-category {
    font-size: 12px;
    display: flex;
    line-height: 11px !important;
}

.recommended-news-pod-location img {
    width: 10px;
    position: absolute;
    top: -2px;
    left: -15px;
}

.recommended-news-pod-location {
    font-size: 12px;
    margin-left: 40px;
    position: relative;
    top: -3px;
}

@media screen and (max-width: 767px) {
    .subscribe-box {
        display: flex;
        flex-direction: column;
    }
    .subscribe-box-left-col {
        flex: 1;
        width: auto;
        order: 2;
        padding: 15px 25px;
        -webkit-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
        -moz-box-shadow: inset 0px 0px 0px 1px #e6e6e6;
        box-shadow: inset 0px 0px 0px 1px #e6e6e6;
        width: 100%;
        order: 2;
        flex: 1;
        box-sizing: border-box;
        text-align: center;
    }
    .subscribe-box-right-col {
        height: 190px;
        width: auto;
        flex: auto;
    }
    .subscribe-center-box .subscribe-box-field {
        float: none;
    }
    .two-col-container {
        width: 96%;
        margin: 0 auto;
    }
    .story-col-right {
        width: 96%;
        float: none;
        margin: 0 auto;
    }


    .right-side-ad-second-with-space {
        margin: 0px 0px 10px 0px;
        display: none;
        /* margin-top: 0px; */
        /* padding: 0px; */
    }

    .adsright{
        display: none;
    }

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .read-more-img {
        padding: 0px;
        width: 40%;
        height: 95px;
        margin-right: 10px;
        margin-left: 20px;
    }
    .read-more-heading {
        display: inline-block;
        width: 48%;
        font-size: 15px;
        padding-top: 0px;
    }
    .read-more-row {
        background-color: #f4f5f8;
        padding: 24px 0px;
        margin-bottom: 30px;
        float: left;
        color: #000;
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .read-more-img img {
        padding: 0px;
        width: 90%;
    }
    .spot-time {
        display: inline-block;
        margin-right: 10px;
    }
    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
    }
    .social-share-top-row {
        margin-bottom: 0px;
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    .read-more-txt {
        display: block;
        float: left;
        padding-top: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
        font-size: 25px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .more-time-posted img {
        width: 10px !important;
    }
    .read-more-img {
        padding: 0px;
        width: 40%;
        height: 63px;
        margin-right: 10px;
        margin-left: 0px;
        width: 90px;

    }
    .read-more-heading {
        display: inline-block;
        width: 60%;
        font-size: 15px;
        padding-top: 0px;
    }
    .read-more-row {
        background-color: #f4f5f8;
        padding: 15px;
        margin-bottom: 30px;
        float: left;
        color: #000;
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .read-more-img img {
        padding: 0px;
        width: 90%;
    }
    .spot-time {
        display: inline-block;
        margin-right: 10px;
    }
    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
    }
    .social-share-top-row {
        margin-bottom: 0px;
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    .read-more-txt {
        display: block;
        float: left;
        padding-top: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: left;
        font-size: 13px;
        margin-left: 0px;
        margin-bottom: 4px;
        padding-bottom: 0px;

    }
    .right-side-twitter {
        display: none;
    }
    .sub-box-right {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {


    .native-video {width: 95%;margin:0 auto;display:table;}

    .ctvEmbedCode {    margin: 0 auto;
        display: table;
        padding: 0px 20px;
        width: 95%;}

    .facebook-comments {
        width: 95%;
        box-sizing: border-box;
    }



    #taboola-organic-below-article-thumbnails {
        width: 95%;
        margin: 0 auto;
    }
    .OUTBRAIN {
        padding: 0px;
        position: relative;
        float: none;
        margin-top: 45px;
        margin-bottom: 40px;
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .social-share-top-row span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        line-height: 20px;
        display: table;
        width: 100%;
    }
    .fb-share-btn {
        background-color: #2d5fac;
        padding: 10px 0px;
        color: #fff;
        width: 180px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }
    .twitter-share-btn {
        background-color: #26c4f1;
        padding: 10px 0px;
        color: #fff;
        width: 180px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }
    .comments-share-btn {
        background-color: #b5b5b5;
        padding: 10px 0px;
        color: #fff;
        width: 180px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }
    .social-share-top-row {
        margin-bottom: 0px;
        /*! display: flex; */
    }
    .email-btn {
        background-color: #666;
        padding: 10px 0px;
        color: #fff;
        width: 180px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
    }
    .social-share-top-row a span {
        display: none;
    }
    .more-share-btn {
        background-color: #dadada;
        display: inline-block;
        /*! padding: 10px; */
    }
    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
        width: 95%;
        margin: 0 auto;
    }
    .social-share-top-row a {
        position: relative;
        height: 20px;
        float: left;
        flex-basis: 0 0 auto;
        width: auto;
        flex: 1;
        text-align: center;
        margin-right: 0px;
    }
    .social-share-icon {
        float: none;
        vertical-align: middle;
    }
    .more-share-btn {
        flex: 1;
        text-align: center;
    }
    #imgplus {
        height: 18px;
        width: 15px;
        padding: 11px;
        display: inline-block;
        vertical-align: middle;
    }
    .read-more-img {
        /*! padding: 0px; */
        /*! width: 40%; */
        /*! height: 95px; */
        /*! margin-right: 10px; */
        /*! margin-left: 20px; */
    }
    .read-more-heading {
        /*! display: inline-block; */
        width: 67%;
        /*! font-size: 15px; */
        /*! padding-top: 0px; */
    }
    .read-more-row {
        background-color: #f4f5f8;
        padding: 17px 50px 24px;
        margin-bottom: 30px;
        float: left;
        color: #000;
        display: block;
        width: 100%;
        /*! overflow: hidden; */
        box-sizing: border-box;
    }
    .read-more-img img {
        padding: 0px;
        width: 90%;
    }
    .spot-time {
        display: inline-block;
        margin-right: 10px;
    }
    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
    }
    .social-share-top-row {
        margin-bottom: 0px;
        display: flex;
        width: 95%;
        margin: 0 auto;
    }
    .read-more-txt {
        /*! display: block; */
        float: left;
        /*! padding-top: 0px; */
        /*! margin-right: 0px; */
        /*! width: 100%; */
        /*! text-align: center; */
        /*! font-size: 25px; */
        /*! margin-left: 0px; */
        /*! margin-bottom: 10px; */
    }
    .two-col-container {
        width: 100%;
        margin: 0 auto;
    }
    .subscribe-box {
        display: flex;
        flex-direction: row;
        width: 95%;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .subscribe-box-left-col {
        flex: 1;
        width: auto;
        width: 50%;
    }
    .subscribe-box-right-col {
        height: 185px;
        flex: initial;
    }
    .subscribe-center-box .subscribe-box-field {
        float: none;
    }
    .subscribe-box-field {
        width: 186px !important;
        float: left;
    }
    .two-col-container {
        width: 100%;
        margin: 0 auto;
    }
    .two-col-container p {
        padding: 0px 20px;
    }
    .editor-social-row {
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .highlighted-heading {
        padding: 16px 20px !important;

    }


    em {
{
    padding: 0px 20px;
}
}
.story-col-right {
    width: 95%;
    float: none;
    margin: 0 auto;
}
.tags-row {
    width: auto;
    float: left;
    margin-bottom: 20px;
    padding: 0px 20px;
}
.OUTBRAIN {
    padding: 0px 20px;
    float: none !important;
    clear: both;
}
.story-col-right {
    display: none;
}


em {
{
    padding: 0px 20px;
}
}
.story-col-right {
    width: 95%;
    float: none;
    margin: 0 auto;
}
.tags-row {
    width: auto;
    float: left;
    margin-bottom: 20px;
    padding: 0px 20px;
}
.OUTBRAIN {
    padding: 0px 20px;
    float: none !important;
    clear: both;
}
.story-col-right {
    display: none;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1320px) {

  .footer-logo-ipad-desktop {
    display: table;
    text-align: center;
    margin: 0 auto;
}



    .footer-logo-ipad-desktop {width: 92%;}


     .text-footer-heading {
    text-align: left !important;
}



.footer-menu ul li {
    flex: 0 0 auto;

    padding: 0px 10px;
    position: relative;
}



.copyright {

    text-align: center;
    margin-top: 30px;
}



    .copyright-menu {flex-direction:column; }


    .footer-subscribe-box {
        position: relative;
        width: 250px;
        margin: 0 auto;
        margin-top: 5px;
        float: left;
    }


.footer-subscribe-box .subscribe-btn {
    background-color: #e00a12;
    padding: 4px 4px !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    right: 5px !important;
    border-radius: 6px;
    top: 7px !important;
    margin-top: 6px;
    font-size: 14px;


}



    .footer-col:nth-child(3) {

        flex: 1 !important;
        align-content: center;
        justify-content: center;
        text-align: left;
}


.footer-subscribe {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #848484;
    color: #949494;
    font-size: 14px;
    padding: 10px 10px;
    width: 250px;
    float: left;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 0px;

}

    .footer-col:nth-child(1) img {

    width: 210px;
    }

    .footer-col:nth-child(1) {
        flex: 1 !important;
        align-content: center;
        justify-content: center;
        text-align: center;

    /*! margin-right: 25px; */
}


    .footer-col:nth-child(2) {
        flex: 1 !important;
        align-content: center;
        justify-content: center;
        text-align: center;
}


    .footer-col:nth-child(3) img {width: 40%;}
.footer-col:nth-child(4) {
    flex: 1 !important;
    margin-top: 0px;
    text-align: left;
    margin-bottom: 30px;

}

    .footer-container {
        display: flex;
        margin: 0 auto;

        padding: 10px 0;
        width: 96%;
        flex-direction: row;
        margin-top: 30px;
        justify-content: center;
        align-content: space-evenly;
    }

  .footer-menu ul {
    list-style: none;
    display: flex;
    width: inherit;
    /*! border: 1px solid; */
    flex-wrap: wrap;
    justify-content: center;
}



    .subscribe-box {
        display: flex;
        margin-top: 40px;
        clear: both;
        flex-direction: column;
    }
    /*

   .ipad-bottom-social-icon-row {width: 92.5%;
margin: 0 auto;float: none;}
*/
    .ipad-bottom-social-icon-row .bottom-widget-wrapper {
        display: table;
        height: 28px;
        margin: 0 auto;
        position: relative;
        top: 4px;
        width: auto;
    }
    .read-more-img {
        /*! padding: 0px; */
        /*! width: 40%; */
        /*! height: 95px; */
        /*! margin-right: 10px; */
        /*! margin-left: 20px; */
    }
    .read-more-heading {
        /*! display: inline-block; */
        width: 70%;
        /*! font-size: 15px; */
        /*! padding-top: 0px; */
    }
    .read-more-row {
        background-color: #f4f5f8;
        padding: 17px 50px 24px;
        margin-bottom: 30px;
        float: left;
        color: #000;
        display: block;
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .read-more-img img {
        padding: 0px;
        width: 90%;
    }
    .spot-time {
        display: inline-block;
        margin-right: 10px;
    }
}


/******************************* Ad CSS **************************8/


/*******************   ADS CSS **********************/


.story-col-right h2 {font-size: 24px;font-weight: 400;margin-bottom: 10px;}
.right-side-story-container-heading  {font-size: 24px;font-weight: 400;}

.right-side-story-container-heading {font-size: 24px;font-weight: 400}
.TF_6.ob-strip-layout .ob-dynamic-rec-container {
    max-width: 23.275% !important
}

.TF_6.ob-strip-layout .ob-rec-text {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
    font-size: 17px !important;
    font-weight: 700;
    color: #000;
    padding: 3px 0 0px;
    text-align: left;
    line-height: 22px !important;
}

.TF_6.ob-strip-layout .ob-rec-source {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;

}

.thumbnails-d .syndicatedItem .video-title {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;

}


.right-side-ad-second-with-space {margin: 30px 0px;margin-bottom: 60px;}

.organic-thumbnails-d .trc_rbox_header {padding-bottom: 15px !important;}
.organic-thumbnails-rr1 .videoCube .video-label-box .video-title {
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 20px;

}

.trc_elastic_trc_83938 .videoCube {

    margin: 0 !important;
}

.thumbnails-rr1 .videoCube .video-label-box .video-title {
    font-size: 17px !important;
    font-weight: 300 !important;
}


.TF_6.ob-widget .ob-rec-text {
    font-size: 17px !important;
    font-weight: 300 !important;
}

.organic-thumbnails-d .videoCube .video-label-box .video-title {
    font-size:17px !important;
    font-weight: 300 !important;
}


.thumbnails-d .syndicatedItem .branding {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;

}

.TF_6.ob-strip-layout .ob-widget-header {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;

    text-align: left;
}

.trc_rbox_header_span {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
    text-align: left;
}

.right-side-ad-second-with-space h2 {
    float: left;
    margin-top: 30px;
}

#taboola-below-article-thumbnails,
#taboola-organic-below-article-thumbnails {
    padding: 0px;
    margin-top: 30px;
}

.organic-thumbnails-d .video-title {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
    /* font-size:18px !important;*/
    font-size:17px !important;

}

.organic-thumbnails-rr1 .video-title {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
    /* font-size:18px !important;*/
    font-size:17px !important;
}

.OUTBRAIN {
    padding: 0px;
    position: relative;
    float: left;
    margin-top: 45px;
    margin-bottom: 40px;
}

.thumbnails-rr1 .syndicatedItem .video-title {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
}

.thumbnails-rr1 .syndicatedItem {
    /*    font-family: 'ProximaNova-Light' !important;*/
    font-family: 'Roboto Slab', serif !important;
}

.sub-box-right {
    margin-top: 30px;
}

.right-side-ad-second {
    float: left;
    clear: both;
}

.TF_6.ob-widget .ob_what {
    direction: ltr;
    clear: both;
    padding: 5px 10px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.sub-box-right {
    margin-bottom: 40px;
}

.TF_6.ob-strip-layout .ob-widget-header {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.trc_rbox_header_span {
    font-size: 24px !important;
    font-weight: 400 !important;
}

@media only screen and (min-width: 1200px) and (max-width: 80000px) {
    .ipad-bottom-social-icon-row {
        display: none;
    }
}

.ad-in-story {
    padding: 15px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
    float: left;
    width: 100%;
}


@media only screen and (min-width: 1024px) and (max-width: 80000px) {

    .sub-box-bottom {display: none;}

}




.tags-row {display: none;}





@media only screen and (min-width: 320px) and (max-width: 460px) {


    .subscribe-box-field {

        width: 175px !important;
        margin-bottom: 15px;

    }


}


@media only screen and (min-width: 320px) and (max-width: 1024px) {

    .featured-pod {display: none;}


}

.thumbnails-rr1 .logoDiv a span {
    display: none !important;

}



.featured-pod h2 {margin-bottom: 8px;}

.feature-news-pod {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}


.feature-news-pod a {
    display: flex;
    line-height: 24px;
    color: #000;
    /*font-weight: 300;*/
}


.mobile-social-half-row {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;}


.featured-pod {display: flex;
    flex-direction: column;}

.feature-container {
    float: left;}



.view-comments {
    background-color: #3b5998;

    color: #fff;

    float: left;

    font-size: 18px;

    margin-top: 15px;

    padding: 10px;

    text-align: center;

    width: 100%;
}


.comment-icon {


    display: inline-block;

    vertical-align: middle;

    margin-right: 10px;

}


.comment-icon img {
    width: 17px;
}

/*********************************** Updated Footer **********************/
.footer-subscribe-box {position: relative;}
.footer-social-heading {font-size: 15px;text-transform: uppercase;color: #fff;margin-bottom: 0px;text-align: center;}
.footer-social-icons a {margin-right: 10px;}

.copyright-menu {/*! float: left; */background: #090909;width: 100%;color: #fff;padding: 0px 40px;box-sizing: border-box;display: flex;padding-top: 20px;padding-bottom: 40px;border-top: 1px solid #292929;justify-content: space-between;}
.footer-menu ul {list-style: none;display: flex;width: inherit;padding: 0px;margin: 0px;/*! width: 422px; *//*! border: 1px solid; */}
.footer-menu ul li {display: inline-block;float: left;padding: 0px 10px;position: relative;}
.footer-menu ul li a {}


.footer-col:nth-child(1) {flex: 0 0 270px;}
.footer-col:nth-child(2) {flex: 0 0 315px;align-content: left;justify-content: left;text-align: center;}
.footer-col:nth-child(3) {flex: 0 0 360px;order: 1;}
.footer-col:nth-child(4) {order: 4;flex: 0 0 315px;}

.footer-menu ul li a:after {
    content: "|";
    position: absolute;
    display: block;
    width: 1px;
    height: 10px;

    top: 0px;
    right: 0px;
}

.pod-send-email {float:left;}


.connect-with-us {position: relative;left: -40px;}


.footer-subscribe-box .subscribe-btn {
    background-color: #e00a12;
    padding: 6px 13px;
    color: #fff;
    border: none;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    border-radius: 6px;
    top: 10px;
    margin-top: 0px;
}


.text-footer-heading {text-align: left;}








.footer-menu ul li:last-child a::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 10px;
    top: 0px;
    right: 0px;
}



.header-bg::after {
    display: block;
    content: "";
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 68px;
    background-repeat: no-repeat;
    z-index: -1;
    left: 0px;
    background-image: none;
    background: rgba(0, 0, 0, 0.8);
}


.trc_related_container {

    margin-bottom: 60px;
}

.share-with-friend-box  .pod-send-email {float: none;}
.share-with-friend-box-mobile .pod-send-email {float: none;}




@media only screen and (min-width: 1024px) and (max-width: 1024px) {
    /************************** About Page CSS ****************/
    .footer-subscribe {

        margin-top: 6px;
    }

    .footer-subscribe-box .subscribe-btn {

        top: 12px !important;

    }



}

.story-page-spotlight-full-width-main > img{
    display: none;
}


.footer-social-icons a img { transition: all 0.2s ease;position: relative;top: 0px;}
.footer-social-icons a img:hover {position: relative;top: -3px;transition: all 0.2s ease;}
.footer-subscribe-box .subscribe-btn:hover {padding: 6px 22px;}
.footer-subscribe-box .subscribe-btn { transition: all 0.5s ease;}


blockquote.twitter-tweet{
    /*max-width: none !important;*/
    /*padding-right: 50px;*/
}

blockquote{
    margin: 0px;
    padding: 0px;
}




/******************************   Upload Video Page CSS *****************/


@font-face {
    font-family: 'signature';
    src: url('fonts/signature-font.eot');
    src: url('fonts/signature-font.woff2') format('woff2'),
    url('fonts/signature-font.woff') format('woff'),
    url('fonts/signature-font.ttf') format('truetype'),
    url('fonts/signature-font.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}






@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.blue-color {
    color: #1aa3e2
}

.upload-video-container {
    margin: 45px auto 0;
    width: 70%;
}

.upload-video-left-box {
    display: inline-block;
    margin-top: 30px;
    width: 45%;
    float: left;
}

.upload-video-right-box {
    display: inline-block;
    margin-top: 30px;
    width: 45%;
    float: right;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}


textarea:required {
    box-shadow: none;
}

textarea:invalid {
    box-shadow: none;
}
.upload-video-top-image {
    background-attachment: scroll;
    background-image: url("/assets/images/upload-video.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 230px;
    width: 100%;
}


/***************** Interactive Form CSS ****************/


/* form starting stylings ------------------------------- */



.upload-video-box {

    display: table;
    margin: 0 auto;
    width: 100%;
    padding-top: 30px;

}

.contact-form {
    display: table;
    margin: 0 auto;
    width: 60%;
    padding-top: 40px;
}

.submit-form-btn:hover {
    border: 1px solid #1fb0ef;
    cursor: pointer;
}

.submit-form-btn-active {
    border: 1px solid #1fb0ef;
    cursor: pointer;
}

.form-heading {
    font-size: 18px;
    margin-top: 24px;
}

.submit-button-row {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.submit-form-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 50px;
    color: #000;
    font-size: 21px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 35px;
    text-align: center;
    width: auto;
}

.form-field input {
    border: 1px solid #cccccc;
    height: 34px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
}

.form-heading-message {
    font-size: 14px;
}

.form-field textarea {
    border: 1px solid #cccccc;
    height: 30px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
    height: 205px;
    resize: none;
}

.form-field select {
    border: 1px solid #cccccc;
    height: 34px;
    margin-top: 12px;
    padding: 5px;
    width: 100%;
}

.submit-button-row {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.group {
    position: relative;
    margin-bottom: 45px;
}

.upload-video-container input {
    font-size: 18px;
    padding: 10px 10px 10px 56px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 2px solid #bfbfbf;
}

.upload-video-container input:focus {
    outline: none;
}


.upload-video-container textarea:focus {
    outline: none;
}

/* LABEL ======================================= */

.upload-video-container label {
    color: #b1b1b1;
    font-size: 16px;
    font-weight: normal;
    left: 5px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    text-transform: none;
    width: 100%;
}


/* active state */

.upload-video-container input:focus ~ label,
.upload-video-container input:valid ~ label {
    top: -20px;
    font-size: 16px;
    color: #b1b1b1;
}


.upload-video-container textarea:focus ~ label
{
    top: -30px;
    font-size: 16px;
    color: #b1b1b1;
}


.upload-video-container textarea ~ label {
    top: 300px;
    font-size: 16px;
    color: #b1b1b1;
}

/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 300px;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #1fb0ef;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.upload-video-container input:focus ~ .bar:before,
.upload-video-container input:focus ~ .bar:after {
    width: 100%;
}

.upload-video-container textarea:focus ~ .bar:before,
.upload-video-container textarea:focus ~ .bar:after {
    width: 100%;
}


.group input {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.group .bar {
    width: 100%;
}


/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.upload-video-container input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


.upload-video-container textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #transparent;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.form-error-message {
    display: table;
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.form-error-message span {
    border: 1px solid #c00;
    display: table;
    margin: 15px auto 0;
    padding: 5px 44px;
}

.group .error {
    border-bottom: 1px solid #C00;
    font-weight: bold !important;
}

.contact-col-1,
.contact-col-2 form {}

.group select {
    background: rgba(0, 0, 0, 0) url("/assets/images/dropdown.png") no-repeat scroll right center;
    border: medium none;
    position: absolute;
    right: 0;
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 10px;
    text-overflow: "";
    top: 10px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.group textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    overflow: auto;
    resize: none;
    vertical-align: top;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 100;
    padding: 10px;
    border-bottom: 2px solid #bfbfbf;
}

.contact-form-comments {
    clear: both;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}


/***************** Interactive Form CSS ****************/

.upload-video-input-images {
    display: inline-block;
    margin-right: 25px;
}

.upload-video-input-text {
    display: inline-block
}

.form-row {
    margin-bottom: 8px;
    display: block;
    float: left;
    width: 100%;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    border: 1px solid #e00a12;
    border-radius: 3px;
    color: #e00a12;
    display: inline-block;
    font-size: 14px;
    margin-left: 0;
    min-width: 60px;
    padding: 11px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 0.1s ease 0s;
    text-transform: uppercase;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.accept-files {
    color: #a6a6a6;
    font-size: 14px;
    margin-top: 5px;
}

.upload-video-positions {
    position: relative;
    /*    top: -30px;*/
    float: left;
}

.video-uplocd-checkbox {
    margin-top: 20px;
    position: relative;
}

.video-uplocd-checkbox input[type=checkbox] {
    width: auto;
    display: inline-block;
}

.i-agree {
    font-size: 17px;
    display: inline-block;
    margin-left: 10px;
}

.submit-policy {
    color: #e00a12;
    font-size: 18px;
    float: left;
}

.upload-form-btn {
    background: #e00a12 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    margin-top: 30px;
}

.terms-text {
    font-size: 17px;
    color: #000;
    display: inline-block;
}

.upload-video-terms-box {
    border: 1px solid #dedede;
    margin-top: 30px;
}

.upload-video-terms-text {
    color: #8d8d8d;
    font-size: 17px;
    height: 370px;
    overflow: hidden;
    padding: 10px;
}

.signature-field {
    margin-top: 40px;
    font-family: 'signature';
}

.marketing-box {
    border: 1px solid #bababa;
    padding: 270px 20px;
    text-align: center;
}

.signature-box { margin-top: 10px;}

.signature-field-typing {
    left: 0;
    line-height: 39px;
    padding-bottom: 10px !important;
    position: absolute;
    top: -12px;
    width: 100%;
}

.create-signature {
    border-bottom: 0 none !important;
    font-family: 'signature';
    font-size: 34px !important;
    line-height: 92px;
    padding-left: 0 !important;
    position: absolute;
    text-align: left;
    top: 56px;

}


.e-signature { font-family: "Open Sans",sans-serif;
    margin-top: 36px;
    position: relative;}

.group textarea {height: 150px;border: 1px solid #bababa;}


.group textarea::-webkit-input-placeholder { color: #b1b1b1;}
.group textarea::-moz-placeholder{  color: #b1b1b1;}
.group textarea:-ms-input-placeholder {  color: #b1b1b1; }
.group textarea:-moz-placeholder {   color: #b1b1b1;}



.upload-video-container p {
    /* margin: 0 !important; */
    /* padding: 0 !important; */
    line-height: 20px;
}


.margin-bottom-10 {margin-bottom: 10px !important;}

.terms-new-spacing {padding-top: 80px;}

margin-top-10 {margin-top: 10px;}


.terms-digits {
    list-style-image: url(/assets/images/red-bullet.png) !important;
    padding-left: 15px;
}

.terms-digits li {}


.terms-new-spacing strong {    margin-right: 10px;}
.marginbold10 {    margin: 20px 0px;
    display: block;}



.b-nav .watch-history-menu {
    background: #e00a12;
    font-size: 14px;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #fff;
}



.upload-image {
    background-attachment: fixed;
    background-image: url(/assets/images/upload-video.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    padding-top: 20%;
    width: 100%;
}


.upload-image-overlaytxt {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    font-size: 39px;
    font-weight: normal;
    left: 0;
    margin: 0 auto;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 100px;
    width: 425px;
    text-align: center;
}




/* Terms of use css */
.terms-us-new-spacing strong { margin-right:5px;}
.terms-digits-num {
    margin:0 0 1em;
    padding:0;
    counter-reset:item;
}

.terms-digits-num>li {
    margin:0;
    padding:0 0 0 1em;
    text-indent:-2em;
    list-style-type:none;
    counter-increment:item;
    list-style-image: none !important;
}

.terms-digits-num>li:before {
    color:#494949;
    font-size:1.2em;
    padding-right:0.5em;
    font-weight:bold;
    text-align:right;
    content:counter(item) ".";
}
.terms-digits-num-roman {
    margin:1em 0 0 0em;
    padding:0em 0em 0em 10em;
    counter-reset: roman ;
}
.terms-digits-num-roman li {
    margin:0 0em 0em 3em;
    padding:0 0 0 0em;
    text-indent:-2.9em;
    list-style-type:none;
    list-style-image: none !important;
}
.terms-digits-num-roman> li:before {
    color:#494949;
    /* font-size:1.2em;*/
    padding-right:2em;
    font-weight:bold;
    text-align:right !important;
    counter-increment: roman;
    content: counter(roman, lower-roman)".";
}
.terms-digits-num ol { padding-left:1.3em;}
.terms-digits-num ol li {
    color:#494949;
    list-style-type:lower-roman;
    text-indent:0 !important;
    margin:1em 1em 0 1em;
    padding:0 0 0 .5em;
    font-weight:bold;
    list-style-position:outside;
    list-style-image: none !important;
}
.terms-digits-num ol li span { font-weight:300 !important;}
.terms-digits-num ol li:before {

}
