@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;
}

/**
 * [start] CSS HELPERS
 */

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

@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%;
}

img {
    max-width: 100%;
}

.ad {
    background-color: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.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;
}

.widget.yellow {
    background-color: #FFFC00;
}

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

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

.montserrat *:not(.glyphicon):not(.fa) {
    font-family:"Visby FC", sans-serif !important;
}

.overlay.icon.right {
    opacity: 0;
    position: absolute;
    top: 0;
    padding: 5px 10px;
    color: #2c3e50;
    background-color: #FF6D00;
    -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: #FF6D00;
    color: #000;
}

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

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

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

/*** For Webkit ***/
::-webkit-selection {
    background-color: #FF6D00;
    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%;
}

.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-striped>tbody>tr.unpub {
    border-left: 3px solid #e74c3c;
}

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

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

.pane-title > .by {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    bottom: 4px;
    left: calc( 100% + 10px );
    min-width: 100%;
}

.pane-title:after {
    content: '';
    margin-left: 8px;
    width: 19px;
    height: 19px;
    background: #FF6D00;
    display: inline-block;
}

.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;
}

@media ( min-width: 768px ) {
    body:not(.page-user):not(.not-logged-in) main.container {
        padding-top: 65px;
    }
}

.region-header {
    background-color: rgb(50, 55, 64);
    -webkit-transition: margin-top 200ms ease;
    transition: margin-top 200ms ease;
    z-index: 999;
    position: relative;
    /*border-bottom: 1px solid #ffd800; // Commented by Hema */ 
}
/*@media ( min-width: 992px ) { // Commented by Hema
    .region-header{
        margin-top: 46px
    }
}*/

@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; /* UnCommented by Hema */
    position: relative;
    /*top: -40px; //Commented by Hema */ 
    max-height: 45px;
    -webkit-transition: padding-left 200ms ease;
    transition: padding-left 200ms ease;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) // Commented by Hema
{ 
    .region-header .main-menu .menu.nav { top: 0; } 
}*/

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





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

.region-header .main-menu .menu.nav > li.first {
    position: absolute; /* Uncommented by Hema */
    left: 0;
    background-image: url(../images/a1logo_yellow1.png );
    background-position: center;
    border-radius: 100%;
    height: 124px;
    width: 124px;
    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;
    top: calc(50% - 64px); /* Added by Hema */
    z-index: 12;
}
.region-header .main-menu .menu.nav > li > a {
    font-size: 1.2em;
    color: #FF6D00;
    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 .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 #FF6D00;
}

.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;
}

.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 {
    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 {
        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 {
        width: 58.33333333%;
        margin-left: 8.33333333%;
    }
}

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

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

/**
 * [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;
    }

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

    .node .field.field-name-field-image {
        margin-bottom: 60px;
        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 .field-item:before {
        content: "by ";
        text-transform: none;
        font-weight: normal;
    }

    .node .field.field-name-field-byline .field-item:after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: #FF6D00;
        display: inline-block;
        margin-left: 8px;
    }

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

    .node .field.field-name-field-publication-date {
        display: inline-block;
        margin-top: 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__keywords {
        margin-top: 60px;
    }

    .node .field.field-name-body {
        font-size: 1.125em;
        color: #000;
        line-height: 1.65;
    }

    .node .field.field-name-body p,
    .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 a {
        color: #30499b;
    }

    .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: 1em;
        background-color: #FFFC00;
    }

    .node .field.field-name-body .image > figcaption > em {
        display: block;
    }

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

    .block-title {
        font-family: "Visby FC", sans-serif !important;
        font-size: 1.5em;
        text-transform: uppercase;
        margin: 0;
        font-weight: bold;
    }

    .block-title:after {
        content: '';
        margin-left: 8px;
        width: 19px;
        height: 19px;
        background: #FF6D00;
        display: inline-block;
    }

    .region-sidebar-first .block-title {
        border-bottom: 3px solid #FF6D00;
        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: "Visby FC", sans-serif;
    }

    .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.15);
        -webkit-box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 100px 41px rgba(0, 0, 0, 0.15);
    }

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

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

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

    .node .field-name-body blockquote:after {
        content: close-quote;
        margin-top: -70px;
        margin-bottom: -27px;
        top: 45px;
    }

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

    .node .field-name-body blockquote > p {
        background: #FF6D00;
        display: inline;
        line-height: 1;
    }

    .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;
    }

    @media ( min-width: 992px ) {
        .node-article > .content {
            padding-right: 40px;
        }
    }

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

    .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;
    }
/**
 * [end] NODE COMPONENT STYLES
 */


@media ( max-width: 767px ) {
    .col-xs-12 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.ui.visible.sidebar {
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}