:root{--windowHeight: 100vh;}
@font-face {
    font-family: 'GE Inspira';
    src: url('https://www.geaerospace.com/themes/custom/aero_sub_theme/assets/ge-energy/fonts/GEInspira-Bold.woff2') format('woff2'),
        url('https://www.geaerospace.com/themes/custom/aero_sub_theme/assets/ge-energy/fonts/GEInspira-Bold.woff') format('woff'),
        url('https://www.geaerospace.com/themes/custom/aero_sub_theme/assets/ge-energy/fonts/GEInspira-Bold.ttf') format('truetype'),
        url('https://www.geaerospace.com/themes/custom/aero_sub_theme/assets/ge-energy/fonts/GEInspira-Bold.svg#GEInspira-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE Inspira';
    src: url('https://www.geaerospace.com/themes/custom/aero_sub_theme/assets/ge-energy/fonts/GEInspira.woff2') format('woff2'),
        url('https://www.geaerospace.com/themes/custom/aero_sub_theme/assets/ge-energy/fonts/GEInspira.woff') format('woff'),
        url('https://www.geaerospace.com/themes/custom/aero_sub_theme/assets/ge-energy/fonts/GEInspira.ttf') format('truetype'),
        url('https://www.geaerospace.com/themes/custom/aero_sub_theme/assets/ge-energy/fonts/GEInspira.svg#GEInspira') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

section.map-container *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main {
    float: left;
    width: 100vw;
    height: 100%;
     max-height: 100vh; 
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
    background-color: #F1F3F7;
}
*/

/*#region General Start*/

/* width */
section.map-container ::-webkit-scrollbar {
    width: 8px;
}

/* Track */
section.map-container ::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
section.map-container ::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

/* Handle on hover */
section.map-container ::-webkit-scrollbar-thumb:hover {
    background: #d3d3d3;
}

section.map-container .container{
    width: 100%;
    max-width: 1670px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
section.map-container .sectionsHolder{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex:1 1 100%;
    width: 100%;
}
section.map-container .readMoreBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 15px 25px;
    background-color: #005EB8;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 35px;
    cursor: pointer;
    text-decoration: none;
}
section.map-container .readMoreBtn .readMoreBtnText{
    display: inline-block;
    margin-right:5px;
    text-transform: uppercase;
}

/*#region ShareBtns Start */
section.map-container .shareBtns{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: start;
}
section.map-container .shareBtns ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
section.map-container .shareBtns ul li{
    display: flex;
}
section.map-container .shareBtns ul li a{
    display: flex;
    padding: 0 13px;
}
section.map-container .shareBtns ul li:first-child a{
    padding-left: 0px;
}
section.map-container .shareBtns ul li:last-child a{
    padding-right: 0px;
}
/*#endregion ShareBtns End */

/*#region Select Start */
section.map-container .select{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #969696;
    min-width: 173px;
    height: 92px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #969696;
    cursor: pointer;
    transition: all 1s cubic-bezier(1,-0.67,0,1.67);
}
section.map-container .select.active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
section.map-container .selectHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 100%;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    position: relative;
}
section.map-container .selectedOption{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 40px;
}
section.map-container .selectedOption .icon {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
}
section.map-container .selectedOption .icon svg{
    display: inline-block;
    width: 100%;
    height: 100%;
    fill: #ffffff;
}
section.map-container .selectedOption .value{
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}
section.map-container .selectArrow{
    display: flex;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 27px;
    right: 30px;
}
section.map-container .selectArrow svg{
    display: flex;
    width: 100%;
    height: 100%;
    transition:  all 1s cubic-bezier(1,-0.67,0,1.67);
}
section.map-container .select.active .selectArrow svg{
    transform: rotate(180deg);
}
section.map-container .selectList{
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 100;
    transform: translateX(0);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    background-color: inherit;
    border: 1px solid #202121;
    border-right: 1px solid #202121;
    border-bottom: 1px solid #202121;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: calc(100% + 2px);
    height: 0px;
    opacity: 0;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 1s cubic-bezier(1,-0.67,0,1.67);
}
section.map-container .select.active .selectList{
    opacity: 1;
    height: 197px;
    pointer-events: all;
}
section.map-container .selectList ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.map-container .selectList ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 100%;
    width: 100%;
    color: #ffffff;
    padding: 10px 24px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}
section.map-container .selectList ul li .icon{
    margin-right: 5px;
    fill: #ffffff;
}
section.map-container .selectList ul li.active{
    background-color: #ffffff;
    color: #0C2340;
}
section.map-container .selectList ul li.active .icon svg,
section.map-container .selectList ul li.active .icon svg path{
    fill: #005EB8;
}
/*#endregion Select End */


/*#region Breakthrough Section Start*/
section.map-container .breakthroughSection{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    height: auto;
    padding: 72px 0 56px 0;
    background-color: #F1F3F7;
}
section.map-container .breakthroughSectionHolder{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    max-width: 1020px;
}
section.map-container .breakthroughSectionHolder h1{
    font-size: 53px;
    line-height: 63px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px;
}
section.map-container .breakthroughSectionHolder p{
    font-size: 26px;
    line-height: 34px;
    font-style: normal;
    margin-bottom: 38px;
}
section.map-container .breakthroughSectionHolder p:last-child{
    margin-bottom: 0px;
}
/*#endregion Breakthrough Section End */

/*#region Map Section Start*/ 
section.map-container .mapSection{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    height: auto;
    background-color: #F1F3F7;
}
section.map-container .mapFilterOptions{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
/*#region Location Start  */
section.map-container .mapFilterOptions .location{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 27px;
}
section.map-container .mapFilterOptions .location>span{
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #1E1E1E;
    margin-bottom: 15px;
}
/*#endregion Location End  */

/*#region Categories Start */
section.map-container .mapFilterOptions .categories{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
section.map-container .mapFilterOptions .categories>span{
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    margin-bottom: 15px;
}
section.map-container .mapFilterOptions .categories ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    border:1px solid #DBDBDB;
    border-radius: 8px;
    overflow: hidden;
}
section.map-container .mapFilterOptions .categories ul li{
    display: flex;
    justify-content: flex-start;
    align-items:  flex-start;
}

section.map-container .mapFilterOptions .categories ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:  center;
    text-decoration: none;
    width: 145px;
    height: 92px;
    padding: 22px 0 15px 0;
    color: #000000;
    background-color: #ffffff;
    transition: .2s ease-in;
}
section.map-container .mapFilterOptions .categories ul li:nth-child(1) a{
    padding-top: 15px;
}
section.map-container .mapFilterOptions .categories ul li a:hover{
    background-color: #F0F0F0;
}
section.map-container .mapFilterOptions .categories ul li:nth-child(1) a.active{
    background-color: #969696;
    color: #ffffff;
}
section.map-container .mapFilterOptions .categories ul li:nth-child(2) a{
    border-right: 1px solid #DBDBDB;
}
section.map-container .mapFilterOptions .categories ul li:nth-child(2) a.active{
    background-color: #4181FF;
    color: #ffffff;
}
section.map-container .mapFilterOptions .categories ul li:nth-child(3) a.active{
    background-color: #ABABAB;
    color: #ffffff;
}
section.map-container .mapFilterOptions .categories ul li:nth-child(2) a.active{
    border-right: 1px solid #fff;
}
section.map-container .mapFilterOptions .categories ul li a svg{
    margin-bottom:15px;
    width: auto;
    height: 24px;
}
section.map-container .mapFilterOptions .categories ul li:first-child a svg{
    width: 31px;
    height: auto;
    margin-bottom: 10px;
}
section.map-container .mapFilterOptions .categories ul li:first-child a:not(.active) svg path{
    fill: #959595;
}
section.map-container .mapFilterOptions .categories ul li a.active svg circle,
section.map-container .mapFilterOptions .categories ul li a.active svg path{
    fill: #ffffff;
}
section.map-container .mapFilterOptions .categories ul li a span{
    font-size: 16px;
    font-style: normal;
}
/*#endregion Categories End */

/*#region Map Start */
section.map-container .map{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex:  1 1 100%;
    width: 100%;
}
section.map-container .mapHolder{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: #00003D;
    padding-bottom: 50px;
    padding-top: 50px;
}
section.map-container .amcharts-zoom-minus-button {
  fill: red;
}

/*Change the color of the plusButton*/
section.map-container .amcharts-zoom-plus-button {
  fill: blue;
}
/*#endregion Map End */

/*#region Map ArticleBox Start */
section.map-container .article{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
section.map-container .articleWrapper{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    min-height: 100%;
}
section.map-container .articleBox{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex: 0 0 100%; */
    width: 100%;
    max-width: 630px;
    height: auto;
    max-height: 100%;
    background-color: #00003D;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s cubic-bezier(1,-0.67,0,1.67);
    overflow-y: auto;
    visibility: hidden;
    border-left: 1px solid #202121;
    border-right: 1px solid #202121;
}
section.map-container .articleBox.active{
    z-index: 1;
    pointer-events: all;
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
section.map-container .articleBoxHolder{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex: 0 0 100%; */
    width: 100%;
    height: auto;
    padding-top: 80px;
    overflow: hidden;
    transition: all .5s cubic-bezier(1,-0.10,0,1.10);
}
section.map-container .articleBoxHolder.articleFullActive{
    transform: translateX(0%);
}
section.map-container .articleBoxFullItems,
section.map-container .articleBoxItems{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
section.map-container .articleBoxFullItems{
    transition: height .5s ease .25s;
}
/*#region Article Item Start */
section.map-container .articleItem{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    height: auto;
    padding: 40px 30px;
    border-bottom: 1px solid rgba(209, 209, 209, .14);
    cursor: pointer;
}
section.map-container .articleItem:hover .articleItemContent h1{
    text-decoration: underline;
}
section.map-container .articleItem:first-child{
    padding-top: 0px;
}
section.map-container .articleItem::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 6px;
    height: 45px;
}

section.map-container .articleItem[item-category="aviation"]::before{
    background-color: #005EB8;
}
section.map-container .articleItem[item-category="coal"]::before{
    background-color: #0090FF;
}
section.map-container .articleItem[item-category="grid"]::before{
    background-color: #59CBE8;
}
section.map-container .articleItem[item-category="digital"]::before{
    background-color: #6C6DED;
}
section.map-container .articleItem[item-category="hydrogen"]::before{
    background-color: #FE5000;
}
section.map-container .articleItem[item-category="nuclear"]::before{
    background-color: #FFA200;
}
section.map-container .articleItem[item-category="wind"]::before{
    background-color: #FFC72C;
}

section.map-container .articleCategoryIcon{
    display: flex;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}
section.map-container .articleCategoryIcon svg{
    width: 28px;
    height: auto;
    max-height: 100%;
    display: block;
    fill: #fff;
}
section.map-container .articleCategoryIcon svg path{
    fill: #fff;
}
section.map-container .articleItemContent{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    height: auto;
    padding-left: 30px;
}
section.map-container .articleItemContent h1{
    font-family: 'GE Inspira';
    font-size: 30px;
    line-height: 36px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}
section.map-container .articleItemContent p{
    font-size: 24px;
    line-height: 30px;
    font-family: 'GE Inspira';
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
}
section.map-container .articleItemContent .readMoreBtn{
    margin-top: 20px;
}
/*#endregion Article Item End */

section.map-container .articleFullItem{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex!important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex: 1 1 100%; */
    width: 100%;
    height: 0;
    padding: 0 50px 50px 50px;
    /* display: none; */
    transition: all .5s linear;
    /* max-height: 100%; */
}
section.map-container .articleFullItem.active{
    /* display: block; */
    height: auto;
}
section.map-container .articleFullItem .articleFullItemHolder{
    pointer-events: all;
    display: block;
    transform: translateY(10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .2s linear .6s;
    width: 100%;
    height: auto;
}
section.map-container .articleFullItem.active .articleFullItemHolder{
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: all;
}
section.map-container .articeFullItemHeading{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(209,209,209,.2);
}
section.map-container .articeFullItemHeading h1{
    font-size: 30px;
    line-height: 38px;
    font-family: 'GE Inspira';
    font-weight: bold;
    font-style: normal;
    color: #ffffff;
    padding:0 28px;
}
section.map-container .articleFullItemSocial{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    height: auto;
}
section.map-container .articleFullItemSocial ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 18px 0;
    margin: 0;
    border-top: 1px solid rgba(209, 209, 209, .14);
    border-bottom: 1px solid rgba(209, 209, 209, .14);
}
section.map-container .articleFullItemSocial ul li{
    display: flex;
}
section.map-container .articleFullItemSocial ul li a{
    display: flex;
    padding: 0 16px;
}
section.map-container .articleFullItemInfo{
    display: block;
    /* flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%; */

    width: 100%;
    float: left;
    height: auto;
    padding: 40px 28px 30px 28px;
}
section.map-container .articleFullItemInfo .articleFullItemInfoItem{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
section.map-container .articleFullItemInfo .articleFullItemInfoItem:last-of-type{
    margin-bottom: 0;
}
section.map-container .articleFullItemInfo .articleFullItemInfoItem span{
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    /* max-width: 50%;
    width: 50%; */
    flex-shrink: 0;
    font-family: 'GE Inspira';
}
section.map-container .articleFullItemInfo .articleFullItemInfoItem span:first-child{
    display: inline-block;
    min-width: 172px;
    font-weight: bold;
    flex-shrink: 0;
    max-width: 44%;
    width: 44%;
}
section.map-container .articleFullItemInfo .articleFullItemInfoItem span:last-child{
    max-width: 56%;
    width: 56%;
}
section.map-container .articleFullItem img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

section.map-container .articleFullItemContent{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex: 1 1 100%; */
    width: 100%;
    height: auto;
    padding: 0 28px;
}
section.map-container .articleFullItemContent p{
    display: inline-block;
    font-family: 'GE Inspira';
    font-size: 21px;
    line-height: 26px;
    font-style: normal;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
}
section.map-container .articleFullItemContent p:last-of-type{
    margin-bottom: 0;
}
section.map-container .button-holder{
    width: 100%;
    display: flex;
}
/*#region Article Full Item Start */

/*#endregion Article Full Item End */
section.map-container .backToArticleList,
section.map-container .closeArticle{
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
section.map-container .backToArticleList{
    display: none;
}

section.map-container .backToArticleList svg,
section.map-container .closeArticle svg{
    display: inline-block;
    width: 100%;
    height: 100%;
}
section.map-container .backToArticleList{
    left: 30px;
    transform: rotate(180deg);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
}
section.map-container .backToArticleList.active{
    transform: rotate(0deg);
    opacity: 1;
    pointer-events: all;
}
/*#endregion Map ArticleBox End */

/*#endregion Map Section End */

/*#region Share Page Section Start*/
section.map-container .shareBtnSection{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 100%;
    width: 100%;
    background-color: #ffffff;
    padding: 45px 0;
}
section.map-container .shareBtnSection .shareBtns{
    justify-content: center;
}
/*#endregion Share Page Section End */

section.map-container #chartdiv,
section.map-container #chartdiv-line {
    width: 100%;
    height: 800px;
    float: left;
    /* margin-bottom: 50px; */
    transition: all .3s ease-in-out .3s;
    position: relative;
  }
  section.map-container #chartdiv.tr,
  section.map-container #chartdiv-line.tr{
      transform: translateX(-200px);
  }
  section.map-container .copyArticleUrl{
      cursor: pointer;
  }
section.map-container .copied-link{
    display: block;
    padding: 6px;
    background-color: #fff;
    color: #0C2340;
    font-size: 14px;
    line-height: 1;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
}
section.map-container .copied-link.active{
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}
section.map-container .footer-copy{
    position: relative;
}
section.map-container .footer-copy .copied-link{
    color: #fff;
    background-color: #0C2340;
    position: absolute;
    top: 0;
    left: 30px;
}
section.map-container .footer-copy .copied-link.active{
    transform: translateX(10px)
}
section.map-container .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}
section.map-container .overlay.active{
    opacity: 1;
    visibility: visible;
}
/* XX-Large devices (larger desktops, 1400px and down) */
@media (max-width: 1600px) {
    
    section.map-container #chartdiv,
    section.map-container #chartdiv-line {
        height:650px;   
    }
}
@media (max-width: 1400px) {
    /*#region Map Section Start*/
    section.map-container .mapFilterOptions {
        flex-direction: column;
        align-items: flex-start;
    }
    section.map-container .mapFilterOptions .location{
        margin-right: 0px;
        margin-bottom: 30px;
    }
    section.map-container #chartdiv,
    section.map-container #chartdiv-line {
        height:550px;   
    }
    /*#endregion Map Section End*/
}

/* X-Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) { 
/*#region Map Section Start*/
    /*#region Categories Start */
    section.map-container .categories{
        max-width: 608px;
    }
    section.map-container .mapFilterOptions .categories ul{
        border: none;
        border-radius: 0;
    }
    section.map-container .mapFilterOptions .categories ul li a{
        width: 152px;
        border: 1px solid #F5F5F5;
    }
    section.map-container #chartdiv,
    section.map-container #chartdiv-line {
        height:550px;   
    }
    /*#endregion Categories End */
/*#endregion Map Section End*/
}

/* Large devices (desktops, 992px and down) */
@media (max-width: 992px) {
    /*#region Breakthrough Section Start*/
    section.map-container .breakthroughSection{
        padding: 34px 0 47px 0;
    }
    section.map-container .breakthroughSectionHolder h1{
        font-size: 34px;
        line-height: 44px;
    }
    section.map-container .breakthroughSectionHolder p{
        font-size: 22px;
        line-height: 30px;
    }
    /*#endregion Breakthrough Section End*/
    
}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {
    /*#region Map ArticleBox Start*/
    section.map-container .article .container{
        padding: 0;
    }
    section.map-container .articleBox{
        left: 0;
        max-width:768px;
    }
    section.map-container .articleFullItemInfo .articleFullItemInfoItem span{
        font-size: 16px;
    }
    section.map-container .articleFullItemInfo .articleFullItemInfoItem span:first-child{
        min-width: 230px;
    }
    /*#endregion Map ArticleBox End*/
    section.map-container #chartdiv{
        height: 550px;
    }
    section.map-container #chartdiv.tr{
        transform: none!important;
    }
}
@media (max-width: 767px) {
    section.map-container .article{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    section.map-container .article .container{
        padding: 0;
    }
    section.map-container #chartdiv{
        height: 350px;
    }
    section.map-container #chartdiv.tr{
        transform: none!important;
    }
    /* target ios */
    
}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
    section.map-container .select{
        height: 62px;
    }
    section.map-container .articleBoxFullItems{
        height: calc(var(--windowHeight) - 80px)!important;
        max-height: calc(var(--windowHeight) - 80px)!important;
        min-height: calc(var(--windowHeight) - 80px)!important;
        overflow-y: auto;
    }
    /* .articleFullItem.active{
        height: 100%!important;
    } */
    section.map-container .mapFilterOptions .categories,
    section.map-container .mapFilterOptions .categories ul{
        width: 100%;
    }
    /*#region General Start*/
    section.map-container .select .selectedOption{
        flex-direction: row;
        align-items: center;
    }
    section.map-container .select .selectedOption .icon{
        margin-right: 18px;
        margin-bottom: 0px;
    }
    /*#endregion General End*/
    
/*#region Map Section Start*/

    /*#region Location Start*/
    section.map-container .mapFilterOptions .location{
        flex: 1 1 100%;
        width: 100%;
    }
    section.map-container .select.locationSelect{
        width: 100%;
    }
    /*#endregion Location End */ 

    /*#region Categories Start*/
    /* .mapFilterOptions .categories{
        max-width: 366px;
    } */
    section.map-container .mapFilterOptions .categories ul li{
        flex: 0 0 33.333%;
        width: 33.333%;
        max-width: 33.333%;

    }
    section.map-container .mapFilterOptions .categories ul li a{
        width: 100%;
    }
    section.map-container .mapFilterOptions .categories ul li a span {
        font-size: 14px;
        font-style: normal;
        word-break: break-word;
    }
    /*#endregion Categories End */

    /*#region Map ArticleBox Start*/
    section.map-container .articleFullItemInfo .articleFullItemInfoItem span:first-child{
        min-width: auto;
        width: auto;
        flex-shrink: 0;
        margin-right: 10px;
    }
    section.map-container .articleFullItemInfo .articleFullItemInfoItem span:last-child{
        min-width: auto;
        width: auto;
        flex: 1;
    }
    section.map-container .articleFullItem{
        padding: 0 30px 30px 30px;
    }
    section.map-container .articeFullItemHeading h1{
        font-size: 21px;
        line-height: 29px;
        padding-left: 0;
        padding-right: 0;
    }
    section.map-container .articleFullItemContent{
        padding: 0;
    }
    section.map-container .articleFullItemContent p{
        font-size: 17px;
        line-height: 25px;
    }
    section.map-container .articleFullItemInfo{
        padding-left: 0;
        padding-right: 0;
    }
    /*#endregion Map ArticleBox End */

}

