/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*changes*/
.node-type-landing-page #block-diageolis-breadcrumbs a,
.visually-hidden {
    color: #000000;
}

.flw-icos a.ico-instagram span.element-invisible,
.flw-icos a.ico-twitter span.element-invisible{
    color: #000000; 
}
.subs-blk{
    background-color: #952FFC;
}
.whats-new-land {
    background-color: #F11F73;
}
.ban-ad .media--blazy{
    display: inline-block;
}

/* Header and logo replacement css */
@font-face {
    font-family: AmbiguityGenerous-Regular;
    src: url(../fonts/Ambiguity/AmbiguityGenerous-Regular.woff);
  }
  @font-face {
    font-family:AmbiguityGenerous-Black;
    src: url(../fonts/Ambiguity/AmbiguityGenerous-Black.woff);
  }
  .the-bar .main-menu__link {
    position: relative;
    font-family: AmbiguityGenerous-Black;
    font-size: 13px;
    font-style: normal;
    cursor: pointer;
}
.the-bar .main-menu__link.main-menu__link--active::after,
.the-bar .main-menu__link:hover::after
{
    opacity: 0;
}
.the-bar .expand-sub::after {
    border: 10px solid;
    border-bottom-color: transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: block;
    margin-top: -17px;
    position: absolute;
    right: -9px;
    top: 50%;
    width: 0;
}
.the-bar .expand-sub 
{
    display: block !important;
}
.the-bar .main-menu__link:hover {
color: #567aa8;
border-bottom: none;
}
.main-menu__item.main-menu__item--with-sub:hover a ,.the-bar .main-menu__item.main-menu__item--with-sub .main-menu a:hover
{
    color: #567aa8;
}
.the-bar .main-menu__link--active
{
    color: #567aa8;
}
.the-bar .block-system-branding-block ,
.the-bar .block-system-branding-block img
{
  width: 188px !important;
  height:auto;
}
.the-bar .header-top {
    color: #212121;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    align-items: center;
    background: #ece8e5;
    border-bottom: 1px solid #212121;
}
.the-bar .region-header-branding {
    flex: 2 1;
}
.the-bar .block-system-branding-block {
    width: 90px;
    margin: 0px;
}
.the-bar .main-menu--sub li a ,
.the-bar .main-menu__item.main-menu__item--with-sub .main-menu a
{
    color: #212121;
}



@media  screen and (min-width:1024px) {
    
    .the-bar .region-header {
        /*float: none;
        width: auto;*/
        text-align: center;
    }
    .the-bar .header-top-wrp {
        height: 75px;
        box-shadow: unset;
        padding-top: 0px; 
        padding-bottom: 0px; 
    }
    .the-bar .header-bot-wrp {
        top: 75px;
    }
    .the-bar .main-menu 
    {
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -moz-box-align: center;
        align-items: center;
        letter-spacing: .1rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .the-bar .main-menu--sub
    {
    position: absolute;
    width: 100vw;
    display: flex !important;
    background: #ece8e5;
    align-items: center;

    top: 53px;
    justify-content: center;
    }
    .the-bar .main-menu--sub::after
    {
        background: #ece8e5; 
    }
    .the-bar .main-menu__item--sub 
    {
        white-space: normal !important;
    }
    .the-bar .main-menu--sub::before 
    {
        content: none !important;
    }
}
@media screen and (min-width:1800px)
{
    .the-bar .main-menu--sub
    {
max-width: 1800px;
    width: 99vw;
    margin-left: -650px;
    }
}
@media screen and (min-width:1024px) and (max-width:1200px){
.the-bar .main-menu__link 
{
  font-size: 11px;  
}
.the-bar .main-menu--sub 
{
    left: -90px;
}
}
@media screen and (min-width:1201px) {
    .the-bar .main-menu--sub
    {
        left:-51px;
    }
}
.expand-sub--open
{
    background: #ece8e5;
    color:#212121;  
}
@media screen and (max-width:1023px) {
    .main-nav.main-nav--open {
        display: block;
        top: 0;
        -webkit-transform: translateX(330px);
        -ms-transform: translateX(330px);
        transform: translateX(330px);
        bottom: 0;
        left: -330px;
        overflow: auto;
        position: fixed;
        z-index: 9;
        overflow-x: hidden;
    }
    .main-nav {
        display: block;
        height: 100%;
        left: -330px;
        position: fixed;
        top: 0;
        transition: all 0.5s ease 0s;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
    }
    .header-top-wrp {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #ece8e5;
        height: 52px;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        z-index: 99;
    }
    .toggle-expand__open::after {
        content: url('../menu.svg');
        position: absolute;
        top: 11px;
        left:0;
    }
    .toggle-expand.toggle-expand--open .toggle-expand__open::after 
    {
        content: none;
    }
    .header-top-wrp
    {
        height: 52px;
    border-bottom: 1px solid #212121;
    box-shadow: unset;
    }
    .the-bar .header-top 
    {
        border-bottom: 0px;
    }
.the-bar .expand-sub::after
{
    right: 30px;
    top: 45px;
}
.toggle-expand.toggle-expand--open .bar:nth-of-type(2) {
    -webkit-transform: rotate(-45deg) translate(0,-1px);
    transform: rotate(-45deg) translate(0,-1px);
    width: 15px;
    top: 4px;
}
.toggle-expand .bar {
    background: transparent;
    display: block;
    width: 15px;
    height: 1px;
    margin: 5px 0;
}
.toggle-expand.toggle-expand--open .bar {
    background: black;
    position: relative;
    left: 15px;
}
.main-nav .logo-wrp .logo-img {
    width: 130px;
    margin: 0 auto;
}
#block-diageolis-branding 
{
    width: 150px !IMPORTANT;
    margin: 0 auto;
}
.main-nav--open 
{
    width: 310px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.main-menu__item {
    border-top: 1px solid #212121;
    border-left: 15px solid #567aa8;
    padding: 0px;
    background: #ece8e5;
}
.main-menu__item:hover 
{
    background: #ece8e5;
}
.main-nav .logo-wrp {
    border-bottom-color: #212121;
    background: #ece8e5;
    border-bottom: 1px;
}
.toggle-expand.toggle-expand--open 
{
    background: transparent;
    color: black;
    left: 0;
    width: 20px;
    height: 20px;
}
.main-menu__item.menu-item-open>.main-menu__link
{
    color:#567aa8;
}
.main-menu__item.main-menu__item--sub {
    border-left: 0px;
}
.main-menu__item.main-menu__item--sub  a {
    font-size: 13px;
    color: #567aa8 !important;
    padding: 1rem 1.5rem;
}
.the-bar .main-menu__link
{
    padding: 1.5rem 1.5rem;
    font-size: 19px;  
}

.the-bar .expand-sub::after{margin-top:-33px;}
}
/*Header
 and logog replacement css ends*/

