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

@font-face {
  font-family: 'Visby CF';
  font-style : normal;
  font-weight: 400;
  src        : url('webfont/VisbyCF-Medium.woff') format('woff'),
    url("webfont/VisbyCF-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Visby CF';
  font-style : normal;
  font-weight: 700;
  src        : url('webfont/VisbyCF-Bold.woff') format('woff'),
    url("webfont/VisbyCF-Bold.otf") format("opentype");
}

html, body {
    font-size: 16px;
}

/**
 * [start] CSS HELPERS
 */

.visible-xs-flex,
.visible-sm-flex,
.visible-md-flex,
.visible-lg-flex {
  display: none;
}

.divider__right.black-3 {
    border-right: 1px solid #2a2a2a;
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp__4 {
    -webkit-line-clamp: 4;
}

@media (max-width: 767px) {
    .visible-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .visible-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (min-width: 1400px) {
    .visible-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.screen-to-screen {
    margin-right: calc(-50vw + 50% + 8px);
    margin-left: calc(-50vw + 50% + 8px);
    position: relative;
}

.titlecase {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.no__margin__all {
    margin: 0 !important;
}

.no__margin__top {
    margin-top: 0 !important;
}

.no__margin__bottom {
    margin-bottom: 0 !important;
}

.no__margin__left {
    margin-left: 0 !important;
}

.no__margin__right {
    margin-right: 0 !important;
}

.no__padding__all {
    padding: 0 !important;
}

.no__padding__top {
    padding-top: 0 !important;
}

.no__padding__right {
    padding-right: 0 !important;
}

.no__padding__bottom {
    padding-bottom: 0 !important;
}

.no__padding__left {
    padding-left: 0 !important;
}

.img-responsive.fluid {
    width: 100%;
}

a.no__hover__color:hover {
    color: initial;
}

img {
    max-width: 100%;
}

.wash {
    background-color: #f1f1f1;
}

.ad:not(.screen-to-screen) {
    max-width: 100%;
    overflow: hidden;
}

.ad__expanded {
  margin-top: 10px;
}

.ad.header {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px;
}

.padded {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padded--all,
.padded__all {
    padding: 10px !important;
}

.padded--all--medium,
.padded__all__medium {
    padding: 20px !important;
}

.padded--all--big,
.padded__all__big {
    padding: 40px !important;
}

.less--padded,
.less__padded {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.widget.blue {
    background-color: #F1F7F7 !important;
}

.widget.yellow {
    background-color: #F5F5F5 !important;
    color: #9E9E9E;
}

.widget.black {
    background-color: #000000 !important;
}

.widget.gray {
    background-color: #f1f1f1 !important;
}

.montserrat *:not(.glyphicon):not(.fa):not([class^='vjs']) {
    font-family: 'Visby CF', sans-serif !important;
}


.overlay.icon.right {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    color: #2c3e50;
    background-color: #ffec00;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.overlay.icon.right {
    right: 0;
}

.overlay.icon.visible {
    opacity: 1;
}

.ui.card:hover .overlay.icon,
.ui.cards > .card:hover .overlay.icon {
    opacity: 1;
}

/**
 * [end] CSS HELPERS
 */


/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */
/**
 * KRUMO
 */

ul.krumo-node {
    margin: 0px;
    padding: 0px;
    }
ul.krumo-node ul {
    margin-left: 20px;
    }
* html ul.krumo-node ul {
    margin-left: 24px;
    }
div.krumo-root {
    border: solid 1px black;
    margin: 1em 0em;
    }
ul.krumo-first {
    font: normal 12px arial;
    border: solid 2px white;
    border-top-width:1px;
    background: url(/sites/all/modules/devel/krumo/skins/default/bg.gif);
    }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

li.krumo-child {
    display:block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow:hidden;
    }
div.krumo-element {
    cursor:default;

    line-height: 24px;
    display:block;

    clear:both;
    white-space:nowrap;

    border-top: solid 1px white;
    background: #E8E8E8;
    padding-left: 10px;
    }
* html div.krumo-element {
    padding-bottom: 3px;
    }
a.krumo-name {
    color:#2C5858;
    font: bold 13px Arial;
    }
a.krumo-name big {
    font: bold 20pt Georgia;
    line-height: 14px;
    position:relative;
    top:2px;
    left:-2px;
    }
* html a.krumo-name big {
    font: bold 19pt Georgia;
    top: 5px;
    left: 0px;
    line-height: 9px;
    height: 12px;
    padding: 0px;
    margin: 0px;
    }
div.krumo-expand {
    background: #CCCCCC;
    cursor:pointer;
    }
div.krumo-hover {
    background: #B7DBDB;
    }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

div.krumo-preview {
    font: normal 13px courier new;
    padding: 5px 5px 14px 5px;
    background: white;
    border-top: 0px;
    overflow:auto;
    white-space: pre;
    }
* html div.krumo-preview {
    padding-top: 2px;
    }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

li.krumo-footnote {
    background:white;
    padding: 2px 5px;
    list-style:none;
    border-top: solid 1px #bebebe;
    margin-top:2px;
    cursor:default;
    }
* html li.krumo-footnote {
    line-height: 13px;
    }
div.krumo-version {
    float:right;
    }
li.krumo-footnote h6 {
    font: bold 11px verdana;
    margin: 0px;
    padding: 0px;
    color:#366D6D;
    display:inline;
    }
* html li.krumo-footnote h6 {
    margin-right: 3px;
    }
li.krumo-footnote a {
    font: bold 10px arial;
    color: #434343;
    text-decoration:none;
    }
li.krumo-footnote a:hover {
    color:black;
    }

li.krumo-footnote span.krumo-call {
    font:normal 11px verdana;
    position: relative;
    top: 1px;
    }
li.krumo-footnote span.krumo-call code {
    font-weight:bold;
    }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

div.krumo-title {
    font: normal 11px verdana ;
    position:relative;
    top:9px;
    cursor:default;
    line-height:2px;
    }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

strong.krumo-array-length,
strong.krumo-string-length {
    font-weight: normal;
    }

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */




/*** Works on common browsers ***/
::selection {
    background-color: #FFEC00;
    color: #000;
}

/*** Mozilla based browsers ***/
::-moz-selection {
    background-color: #FFEC00;
    color: #000;
}

/***For Other Browsers ***/
::-o-selection {
    background-color: #FFEC00;
    color: #000;
}

::-ms-selection {
    background-color: #FFEC00;
    color: #000;
}

/*** For Webkit ***/
::-webkit-selection {
    background-color: #FFEC00;
    color: #000;
}

.not-logged-in.page-user {
    background: #F7971E; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F7971E , #FFD200); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F7971E , #FFD200); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.form-control {
    height: auto !important;
}

.form-group:last-child {
    margin-bottom: 0;
}

#user-login {
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

#user-login .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

#user-login .form-submit {
    margin: 0;
    padding: 10px 20px;
    display: block;
    width: 100%;
    border-radius: 0;
}

#user-login .form-actions {
    margin: 0;
}

#user-login .form-item label {
    max-width: 36px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10px 20px;
    border: 1px solid #c8d1d3;
    margin: 0;
}

#user-login .form-item label > .form-required {
    display: none;
}

#user-login .form-item-name label {
    background-image: url(../images/user-alt-16.png);
}

#user-login .form-item-pass label {
    background-image: url(../images/lock-16.png);
}

#user-login .form-item label + input {
    border: 1px solid #c8d1d3;
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 0;
    border-left: 0;
}

#user-pass {
    background-color: #fff;
    padding: 20px;
}

#user-pass .form-item {
    margin-bottom: 20px;
}

#user-pass .form-item input {
    border: 1px solid #c8d1d3;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
}

#user-pass .form-actions {
    margin-bottom: 0;
}

#user-pass .form-submit {
    padding: 10px 20px;
    width: 100%;
}
main.container{
    margin-bottom: 1em;
}
.page-user main.container,
.page-user main.container > .row {
    min-height: 100vh;
}

.page-user main.container {
    min-width: 95vw;
}

.newsbuzz {
    min-height: 799px;
}

.not-logged-in.page-user main.container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.all-recent-content .views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0 !important;
}

.video-js .vjs-dock-text {
  display: none;
}

.view .progress-disabled {
     float: left !important;
}

picture img.lazyload {
    -webkit-filter: blur(20px);
    filter: blur(20px);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease; transition: all 300ms ease;
}

picture img.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}

@media (max-width: 767px) {
    .panels-flexible-10 .panels-flexible-region-inside {
        padding-left: 0;
        padding-right: 0;
    }
}

table>tbody>tr.unpub {
    border-left: 3px solid #e74c3c;
}

.panel-flexible .panel-separator {
    display: none;
}

.pane-title {
    margin: 30px 0 5px;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

h2.pane-title a:hover {
    color: #000;
    text-decoration: underline;
}

@media( max-width: 991px ) {
    .pane-title {
        font-size: 1.75em;
    }
}

.pane-title > .by {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    bottom: 4px;
    left: calc( 100% + 10px );
    min-width: 100%;
    text-transform: none;
}
@media (max-width: 767px) {
    .pane-title > .by {
        float: left;
        position: relative;
        left: 0;
        margin-top: 12px;
    }
}
.pane-title:after {
    content: '';
    margin-left: 8px;
    width: 19px;
    height: 19px;
    background: #FFEC00;
    display: inline-block;

}

.mob.pane-title:after {
    height: 11px;
    width: 11px;
}

.pane-title.orange:after {
    background: #ff5500;
}

.panels-flexible-6 .panels-flexible-region {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.panels-flexible-6 .panels-flexible-region-inside {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.panels-flexible-6 .panels-flexible-row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.ctools-modal-dialog .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100% !important;
}

.panels-flexible-8 .panels-flexible-row {
    padding: 0 !important;
}

.panels-add-content-modal {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fbfbfb;
    padding-bottom: 0 !important;
    background-image: none;
    margin: 0;
}

.panels-section-column-categories {
    background-color: #EEEEEE;
    width: 300px !important;
}

.panels-section-columns {
    padding: 10px 10px 20px 0;
    background-color: #fff;
    display: block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.panels-section-column-categories .panels-categories-box {
    margin: 0;
    border: 0;
}

.panels-add-content-modal .panels-modal-add-category {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 5px 10px;
}

.panels-add-content-modal .panels-modal-add-category:last-child {
    border-bottom: 1px solid #ccc;
}

.panels-section-columns-quickfilter {
    background-color: #fff;
    padding-top: 0;
    margin: 0;
}

.panels-section-columns-quickfilter > label,
.panels-section-columns-quickfilter > input {
    display: block !important;
}

.panels-section-columns-quickfilter > label {
    font-size: 1.5rem;
}

.panels-section-columns-quickfilter > input {
    width: 100%;
    padding: 5px 10px;
}

.panels-add-content-modal .panels-modal-add-category.active {
    background-color: #fff !important;
    margin-right: -1px;
}

.modal-content .description {
    margin-bottom: 10px;
    font-size: 12px;
    font-style: italic;
}

.content-type-button a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
}

.content-type-button img {
    margin-right: 5px;
}

.content-type-button div,
.content-type-button span {
    top: initial;
    left: initial;
}

.content-type-button > a:hover > img {
    border: 2px solid blue;
}

.ctools-modal-dialog .modal-body > * {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#edit-field-content-und-0-format {
    border: 1px solid #b6b6b6;
    border-top: 0;
    padding: 0 15px 15px;
}

.cke-chrome {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.field-name-field-content #switch_edit-field-content-und-0-value {
    display: none !important;
}

.cke_toolgroup,
a.cke_combo_button {
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}

.cke_top,
.cke_bottom {
    background: #eee !important;
}

#fieldable-panels-panes-fieldable-panels-pane-content-type-edit-form .tabbable {
    display: none !important;
}

form.ctools-use-modal-processed > div {
    padding-bottom: 15px !important;
}

body:not(.page-user) main.container {
    padding-top: 0px;
}

@media ( min-width: 992px ) {
    body:not(.page-user) main.container {
        padding-top: 45px;
    }
}

.region-header {
    background-color: rgb(50,55,64);
    -webkit-transition: margin-top 200ms ease;
    transition: margin-top 200ms ease;
    z-index: 10;
    position: relative;
}
@media ( min-width: 992px ) {
    body > header{
        padding-top: 45px;
    }

    .is-sticky .region-header {
        margin-top: 45px;
    }
}

@media ( max-width: 1024px ) {
    .is-sticky .region-header {
        margin-top: 45px;
    }

    .logged-in .is-sticky .region-header {
        margin-top: 16px;
    }
}

.region-header .main-menu .menu.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 145px;
    position: relative;
    max-height: 45px;
    -webkit-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;
}

.sticky-header.is-sticky .region-header .main-menu .menu.nav {
    padding-left: 85px;
}

.region-header .main-menu .menu.nav > li.first {
    position: absolute;
    left: 0;
    top: calc(50% - 64px);
    /*background-image: url( ../images/a1logo.png );*/
    background-image: url( ../images/a1logo-yellow-1.png );
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    height: 128px;
    width: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    z-index: 12;
}

.sticky-header.is-sticky .region-header .main-menu .menu.nav > li.first {
    width: 70px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-color: #323740;
    border-radius: 0;
    background-image: url( ../images/a1logo-sticky-yellow.png );
    top: 0;
}

.region-header .main-menu .menu.nav > li > a {
    font-size: 1.2em;
    /*color: #000828;*/
    color: #ffec00;
    text-transform: uppercase;
    padding: 0;
    font-weight: 700;
}

.region-header .main-menu .menu.nav > li > a:not(.item) {
    background-color: transparent;
}

.region-header .main-menu .ui.menu .item {
    padding: 13px 10px;
}

.region-header .main-menu .ui.list > .item {
    color: #ffec00;
    font-size: 1em;
    text-transform: uppercase;
    padding: 8px 16px;
}

.region-header .main-menu .menu.nav > li.first > a {
    color: transparent;
}

.inside {
    padding: 0 !important;
}

.inside .panels-flexible-region {
    padding-left: 10px;
    padding-right: 10px;
}

.panels-flexible-row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.panels-flexible-region-6-center {
    width: 100%;
}

div.panels-ipe-placeholder h3 {
    width: auto;
}

.region.region-pre-footer {
    margin-top: 15px;
}

.region.region-footer {
    color: #fff;
}

.region-footer .pre.rationale {
    border-top: 10px solid #FFEC00;
}

.region-footer .rationale {
    background-color: #393939;
    padding: 15px 0;
}

.region-footer .rationale:not(.pre) {
    background-color: #14131E;
}

.newsletter {
    background-color: #F1F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.newsletter form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #ffec00;
    background-color: rgb(50,55,64);
    border: 1px solid #323740;
}

.newsletter form > div > #webform-component-name {
    order: 0;
}

.newsletter form > div > #webform-component-e-mail {
    order: 1;
}

.newsletter form > div > .form-actions {
    order: 2;
    padding-left: 10px;
    padding-right: 10px;
}

.newsletter form > div > #webform-component-outroduction {
    order: 3;
}

@media ( max-width: 767px ) {
    .newsletter form > div > .form-actions {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .newsletter form > div > .form-actions > .form-submit {
        width: 100%;
    }

    .newsletter form > div > .form-actions {
        order: 3;
    }

    .newsletter form > div > #webform-component-outroduction {
        order: 2;
    }
}

body.page-node-article-mode-x_featured main.container {
    padding-top: 0;
}

body.page-node-article-mode-x_featured .outbrain,
body.page-node-article-mode-xsponsored .outbrain,
body.page-node-article-mode-x_travelplanner .outbrain {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 992px) {
    body.page-node-article-mode-x_featured .outbrain,
    body.page-node-article-mode-xsponsored .outbrain,
    body.page-node-article-mode-x_travelplanner .outbrain {
        width: 66.66666667%;
        float: left;
        padding-right: 40px;
    }
}

@media (min-width: 1400px) {
    body.page-node-article-mode-x_featured .outbrain,
    body.page-node-article-mode-xsponsored .outbrain,
    body.page-node-article-mode-x_travelplanner .outbrain {
        width: 58.33333333%;
        margin-left: 8.33333333%;
    }
}

/**
 * [start] NODE COMPONENT STYLES
 */

    .field.field__caption {
        padding: 2px 10px;
        margin: 0 !important;
    }

    .field.field__headline {
        padding: 0px 10px 5px;
    }

    .field.field__photo-credit {
        padding: 2px 10px 0px;
        margin: 0 !important;
    }

    .ui.header.page__title {
        margin: 20px 0 10px 0;
        color: #000;
    }

    @media ( max-width: 991px ) {
        .ui.header.page__title {
            font-size: 2em;
            line-height: 1.2;
        }
    }

    .node .field {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .node .field.field-name-field-image {
        margin-bottom: 35px;
        margin-top: 0;
    }

    .node.node--article--x_featured .field.field-name-field-image {
        margin-bottom: 20px;
        max-height: 100vh;
        overflow: hidden;
        margin-top: -10px;
    }

    @media ( min-width: 768px ) {
        .node.node--article--x_featured .field.field-name-field-image {
            margin-top: -92px;
        }
    }

    .node.node--article--x_featured .field.field-name-field-image > .overlay.title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 100px 71px rgba(0, 0, 0, 0.15);
        text-shadow: 0 1px 0 black;
    }

    @media ( min-width: 768px ) {
        .node.node--article--x_featured .field.field-name-field-image > .overlay.title {
            bottom: 2em;
        }
    }

    .node .field.field-name-field-image .img-responsive {
        width: 100%;
    }

    .node .field.field-name-field-byline {
        font-weight: 700;
        text-transform: uppercase;
        margin: 0px;
        font-size: 1.125em;
    }

    .node .field.field-name-field-byline .field-item {
        display: inline-block;
    }
    .node .field.field-name-field-byline .single-field-item:before {
        content: "by ";
        text-transform: none;
        font-weight: normal;
    }
    /* .node .field.field-name-field-byline .single-field-item:after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #ffec00;
        display: inline-block;
        margin-left: 8px;
    } */
    .node .field.field-name-field-byline .field-item:first-child:before {
        content: "by ";
        text-transform: none;
        font-weight: normal;
    }
    .node .field.field-name-field-byline .field-item:before {
        content: ", ";
        font-weight: normal;
    }
    .node .field.field-name-field-byline .field-item:last-child:before {
        content: " and";
        text-transform: none;
        font-weight: normal;
    }
    .node .field.field-name-field-byline .field-item:last-child:after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #ffec00;
        display: inline-block;
        margin-left: 8px;
    }
    .node .field.field-name-field-byline span.byline-normal{
        font-weight: normal;
        text-transform: lowercase;
    }

    .node .field.field-name-field-source,
    .node .field.field-name-field-moments-source {
        display: inline-block;
        margin: 0;
        text-transform: uppercase;
        font-size: 1.125em;
    }

    .node .field.field-name-field-publication-date {
        display: inline-block;
        margin: 0;
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #000;
        font-size: 1.125em;
    }

    @media ( min-width: 992px ) {
        body.node-type-article:not(.page-node-article-mode-x_featured):not(.page-node-article-mode-xsponsored) .region-content {
            padding-right: 30px;
        }
    }

    .node .field.field-name-body {
        font-size: 1.3em;
        color: #000;
        line-height: 1.65;
    }
    @media ( max-width: 480px) {
        /* for vidy tooltip */
        .node .field.field-name-body {
            padding-top: 17px;
            font-size: 1.2em;
        }
    }
    .node .field.field-name-body:before {
        content: " ";
        display: table;
    }

    .node .field.field-name-body:after {
        content: ".";
        display: table;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .node .field.field-name-body > *:first-child {
        margin-top: 13px;
    }

    .node .field.field-name-body > p,
    .node .field.field-name-body > div,
    .node .field.field-name-body > figure,
    .node .field.field-name-body .embed,
    .node .field.field-name-body .node-moments {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .node .field.field-name-body > *:last-child {
        margin-bottom: 0;
    }

    .node .field.field-name-body a {
        color: #FF6D00;
        text-decoration: underline;
    }

    .node .field.field-name-body a:hover {
        text-decoration: underline;
        color: #000;
    }

    .node .field.field-name-body .image,
    .node .field.field-name-body .image > img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        background-color: #f1f7f8;
        border-radius: 3px;
    }

    .node .field.field-name-body .image {
        display: table;
    }

    .node .field.field-name-body .image > figcaption:not(:empty) {
        padding: 15px;
        font-size: 0.9em;
        background-color: #F5F5F5;
        color: #9E9E9E;
        line-height: 1.5;
    }

    .node .field.field-name-body .image > figcaption > em {
        display: block;
        /* font-style: normal; */
    }

    .node .field.field-name-body .image > figcaption > br {
        /* display: none; */
    }

    .block-title,
    .smaller-title .pane-title {
        font-family: "Muli", sans-serif !important;
        font-size: 1.2em;
        text-transform: uppercase;
        margin: 20px 0 0 !important;
        font-weight: bold;
        display: block;
    }

    .smaller-title .pane-title:after,
    .block-title:after {
        content: '';
        margin-left: 8px;
        width: 15px;
        height: 15px;
        background: #FFEC00;
        display: inline-block;
    }

    .block.orange-title .block-title:after {
        background: #ff5500;
    }

    .region-sidebar-first .block-title {
        border-bottom: 3px solid #ffec00;
        padding-bottom: 5px;
    }

    .node .fb-comments {
        border-top: 3px solid #000;
        margin: 2em 0;
    }

    .newspost {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        width: 250px;
        color: #000;
        margin: 20px 0 10px;
    }

    .newspost > .logo {
        background: #006DB8;
        color: #fff;
        padding: 0.5em;
        border-radius: 10px 10px 10px 0px;
        font-weight: 700;
        font-size: 1em;
        width: 3.7em;
        display: inline-block;
        line-height: 1;
        font-family: tahoma;
    }

    .newspost > .text {
        padding-left: 7px;
        font-size: 0.7em;
    }

    .node-gallery,
    .node-moments {
        position: relative;
        overflow: hidden;
    }

    .node-gallery .lightgallery,
    .node-moments .lightgallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .node-gallery .lightgallery > li,
    .node-moments .lightgallery > li {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }

    .node-gallery .lightgallery > li > a,
    .node-moments .lightgallery > li > a {
        display: block;
    }

    .node-gallery > header,
    .node-moments > header {
        position: absolute;
        z-index: 1;
        bottom: 10px;
        padding: 20px;
        /*background: rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.4);
        -ms-box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.4);
        -o-box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.4);
        text-shadow: 0 1px 0 black;*/
    }

    .node-gallery .field-collection-container {
        border: none;
        margin: 0;
    }

    .node .field-name-body blockquote {
        margin: 20px 0;
        font-weight: bold;
        border: none;
        font-size: 1.5em;
    }

    .node .field-name-body blockquote:before {
        display: inline-block;
        font-size: 2.375em;
        position: relative;
    }

    .node .field-name-body blockquote > p:first-child:after {
        content: close-quote;
        margin-top: 261px;
        padding-left: 10px;
        top: 21px;
        background-color: #fff;
        font-size: 2.375em;
        position: relative;
        line-height: .4;
    }

    .node.node-unpublished .field-name-body blockquote > p:first-child:after {
        background-color: #fff4f4;
    }

    .node .field-name-body blockquote:before {
        content: open-quote;
        top: 30px;
        margin-top: -70px;
        margin-bottom: -27px;
    }

    .node .field-name-body blockquote > div {
        font-size: 0.6em;
        font-weight: 400;
        font-style: italic;
        display: block;
        background-color: transparent;
        z-index: 1;
        position: relative;
    }

    .node .field-name-body blockquote > p {
        background: #ffec00;
        display: inline;
        line-height: 1;
        font-size: 100%;
    }

    .pagination {
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }


    .node-article > .content,
    .node-article > .sidebar {
        margin-top: 20px;
    }

    .node-moments ul.lightgallery li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        background-color: #000;
    }
    @media ( min-width: 992px ) {
        .node-article > .content {
            padding-right: 40px;
        }
    }

    .sponsored-logo .field {
        margin: 0 !important;
    }

    .node.node--article--node-embed {
      display: block;
      width: 100%;
    }

    @media ( min-width: 768px ) {
      .node.node--article--node-embed {
          float: left;
          width: 300px;
          margin-right: 35px;
      }
    }

    #mobile-social {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: #fff;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        box-shadow: 0 0 20px -2px #000;
    }

    #mobile-social a {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        padding: 0;
    }

    #mobile-social .a2a_svg {
      width: 100%;
      border-radius: 0;
    }

    #mobile-social.a2a_kit_size_32 .a2a_svg > svg {
      width: 32px;
    }

    .region.region-sidebar-first > .block {
        margin-bottom: 20px;
    }

    .node .field.field-name-field-tldr {
        border: 2px #FFE600 solid;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-justify-content: space-around;
        justify-content: space-around;
        margin: 20px 0 40px;
    }

    .node .field-name-field-tldr > .flag {
        background-color: #FFE600;
        margin-left: 10px;
        padding: 18px 20px;
        text-align: center;
        position: relative;
        min-width: 120px;
    }

    .node .field-name-field-tldr > .content {
        padding: 10px 20px;
    }

    .node .field-name-field-tldr > .flag:before,
    .node .field-name-field-tldr > .flag:after {
        content: '';
        position: absolute;
        top: calc(100% - 60px);
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 40px solid transparent;
    }

    .node .field-name-field-tldr > .flag:before {
        left: 0;
        border-left: 60px solid #FFE600;
    }

    .node .field-name-field-tldr > .flag:after {
        right: 0;
        border-right: 60px solid #FFE600;
    }

    .node .field-name-field-tldr > .flag > .acronym {
        font-weight: 700;
        font-size: 24px;
    }

    .node .field-name-field-tldr > .flag > .meaning {
        font-size: 14px;
    }

    .node .article-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 0 0 16px;

    }

    .node .article-info > .photo-byline {
      margin-right: 10px;
      width: 54px;
    }

    .node .article-info > .social-icons {
        margin-left: auto;
    }
/**
 * [end] NODE COMPONENT STYLES
 */


@media ( max-width: 767px ) {
    .col-xs-12:not(.exclude) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/**
 * [start] zoom overrides
 */

.zoom-overlay {
    z-index: 99999;
}

.zoom-img,
.zoom-img-wrap {
    z-index: 100000;
}

/**
 * [end] zoom overrides
 */


.pagination > .pager-ellipsis.disabled {
    display: none;
}

.ui.list.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.inverted {
  color: #ffec00;
}

a.inverted:hover,
a.inverted:focus {
  color: #000 !important;
}


/**
 * [start] video pages
 */


@media( min-width: 992px ) {
    .page-video .region-content {
        padding-right: 30px;
    }
}

/**
 * [end] video pages
 */



@media( min-width: 992px ) and ( max-width: 1279px ) {
    .hometrending > .ui.cards > .card:nth-child(1)  { order: 1; }
    .hometrending > .ui.cards > .card:nth-child(2)  { order: 2; }
    .hometrending > .ui.cards > .card:nth-child(3)  { order: 3; }
    .hometrending > .ui.cards > .card:nth-child(4)  { order: 4; }
    .hometrending > .ui.cards > .card:nth-child(5)  { order: 5; }
    .hometrending > .ui.cards > .card:nth-child(6)  { order: 6; }
    .hometrending > .ui.cards > .card:nth-child(7)  { order: 8; }
    .hometrending > .ui.cards > .card:nth-child(8)  { order: 9; }
    .hometrending > .ui.cards > .card:nth-child(9)  { order: 7; }
    .hometrending > .ui.cards > .card:nth-child(10) { order: 10; }
    .hometrending > .ui.cards > .card:nth-child(11) { order: 11; }
}

@media( min-width: 768px ) and ( max-width: 991px ) {
    .hometrending > .ui.cards > .card:nth-child(1)  { order: 1; }
    .hometrending > .ui.cards > .card:nth-child(2)  { order: 2; }
    .hometrending > .ui.cards > .card:nth-child(3)  { order: 3; }
    .hometrending > .ui.cards > .card:nth-child(4)  { order: 4; }
    .hometrending > .ui.cards > .card:nth-child(5)  { order: 5; }
    .hometrending > .ui.cards > .card:nth-child(6)  { order: 7; }
    .hometrending > .ui.cards > .card:nth-child(7)  { order: 6; }
    .hometrending > .ui.cards > .card:nth-child(8)  { order: 8; }
    .hometrending > .ui.cards > .card:nth-child(9)  { order: 9; }
    .hometrending > .ui.cards > .card:nth-child(10) { order: 10; }
    .hometrending > .ui.cards > .card:nth-child(11) { display: none; }
}

.ui.cards>.card.ad>.image {background: none}

/* ui cards acting strange on lates viewpage. */
.view-id-asiaone_x_latest .ui.cards {
    display: block;
}

.embed-responsive {
    clear: both;
}

.block-aggregator-plus .ui.items.attached > .item:first-child {
    height: 165px;
    overflow: hidden;
}

.block-aggregator-plus .ui.items > .item > .content.overlay {
    bottom: 0px;
}
@media only screen and (min-width: 992px){
    .node--moments--node_embed .overlaycaption {
        bottom: 0px !important;

    }
}
.node-moments .ui.dimmer {
    height: 100%;
}
.lSSlideWrapper {
    height: auto !important;
}

.node--moments--full .overlaycaption {
min-height : auto !important;
}
@media(max-width: 380px){
#imageGallery, ul.lightgallery li, ul.lightgallery li img {
height:207px !Important;
}
}
.node--moments--full .overlaycaption{
bottom:0px !Important;
/*margin-bottom:88px !important;*/
}
@media(max-width:1024px){
    .node--moments--full .overlaycaption{
    margin-bottom:0px !important;
    }
}
@media(max-width: 767px){
    .node--moments--full .overlaycaption{
    bottom:0px !Important;
    margin-bottom:0px !important;
    }
    .node-moments .ui.dimmer {
    height:auto !important;
    }
    .lSSlideOuter .lSPager.lSGallery li {

        height: 50px !important;
    }
}
@media( max-width: 767px ) {

    .xs-flex-center { -webkit-justify-content: center;-ms-justify-content: center;justify-content: center; }
    .xs-text-center { text-align: center; }
}

.region-sidebar-second section {
    margin-bottom: 20px;
}

form#user-login-form .error , input.error, .error {
    color: red !important;
}
@media( min-width: 767px ) {
    .pre-content-tabs-sticky {
    background:white;
    position:sticky !important;
    top:78px;
    z-index:10;
    }
}
div#dfp-ad-lb2 {
    margin: 20px 0;
}

.newtable table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ececf0;
}

.newtable th, td {
    text-align: left;
    padding: 8px;
}

.newtable tr:nth-child(even){
    background-color: #f0f0f0;
    border-bottom: 1px solid #ececf0;
}

.newtable th {
    color: black;
    border-bottom: 3px solid #ffee00;
}

#ob-readmore-button {
    color: white !important;
    background-color: #61B4D6 !important;
}
@media( min-width: 767px ) {
    .social-icons-wrapper {
        position: absolute !important;
        margin-left: -80px;
    }
    .social-icons-wrapper .is-affixed{
        height: 0 !important;
    }
    .social-icons-inner .a2a_default_style {
        display: flex;
        flex-direction: column;
    }
    .social-icons-inner .a2a_default_style a {
        padding-bottom: 10px;
    }
}


.article-video-page .region-content > article {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 25px;
}
/* .article-video-page .region-header .main-menu .menu.nav > li.first {
    width: 70px;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-color: #323740;
    border-radius: 0;
    background-image: url(../images/a1logo-sticky-yellow.png);
    top: 0;
} */
.region-pre-content {
    padding-bottom: 15px;
}
.region-pre-content nav {
    padding: 15px 0 0;
}

/* .article-video-page .region-header {
    position: fixed;
    width: 100%;
} */
/* .article-video-page header {
    padding-bottom: 60px;
} */
.article-video-page .tabs {
    background: white;
    max-width: 1024px;
    padding: 0;
    margin: 15px auto 0;
}
body.node-type-article:not(.page-node-article-mode-x_featured):not(.page-node-article-mode-xsponsored)  .article-video-page .region-content {
    padding: 0;
}

@media( max-width: 768px) {
    /* .article-video-page main{
        padding-top: 15px;
    } */
}
.video-wrapper{
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    /* .video-wrapper {
        width: 80%;
    } */
}

@media (min-width: 1024px) {
    .background-black {
        width: 80%;
        margin: 0 auto;
    }
    .video-content-wrapper {
        display: flex;
    }
    .video-content-wrapper > section {
        margin-left: 16px;
        min-width: 300px;
    }
    .article-video-page .region-content > article {
        max-width: 980px;
    }
}

.background-black {
    background: black;
}
.background-black blockquote {
    display: none;
}
@media (min-width: 992px) {
    body .article-video-page header {
        padding-top: 45px
    }

}

.node-moments.node--moments--node_embed.node-embed.clearfix {
    max-width: 658px;
    max-height: 666px;
}


#cookieConsent {
    background-color: #323740;
    /* text-align: center; */
    min-height: 50px;
    font-size: 14px;
    line-height: 26px;
    padding: 0px;
    font-family: Visby CF;
    display: none;
    z-index: 9999;
    color: #FF6D00;
    margin: 0 0 3px 0;
}
#cookieConsent a {
    color: #FF6D00;
    text-decoration: none;
}
#closeCookieConsent {

    display: inline-block;
    cursor: pointer;
    background: #474B54;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
    padding: 0px 10px;
    width: 16.66666667%;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
/*    background-color: #FF6D00;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
    font-weight: bold;*/
}
/* #cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
} */

@media (min-width: 1024px) {
    #cookieConsent{
        display: none !important;
    }

}


.cookieContent{
    display: inline-block;
    width: 82.333333%;
    padding: 0px 12px;
}

.cookieConsentbutton{
    margin: 0 0 0 8px;
    min-width: 15%;
    height: 24px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    background-color: #FF6D00;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    line-height: 1.8;
    padding: 0 15px;
}

.embed-article {
    padding: 20px;
    border: 1px solid;
}

.field__keywords {
    clear: both;
    display: flex;
    align-items: center;
    margin: 0 0 18px;
    overflow: hidden;
    text-transform: uppercase;
    font: 16px/22px Visby CF;
    text-decoration: underline;

}

.field__keywords a {
    color: #3F51B5;
}

.field__keywords a:not(:last-child):after {
    content: '|';
    padding: 0 5px;
    color: #9E9E9E;
}

.node-type-article .page__title {
    font-size: 36px;
    /* line-height: 40px; */
    padding-bottom: 20px;
}