body{
    background-color: #eaeaea !important;
}
#buttonMobile{
    display: none;
}
#mobileVideoButton{
    display: none;
}

.logo-header{
    position: absolute;
    z-index:1;
    margin-top: -92px;
    left: 20.1%;


}

a{
    color: #232323;
}
span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    /*left: 0;*/
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
span.round-tabs:hover{
    transform: scale(1.2);
    box-shadow: 6px 6px 12px #cfcfcf,
    -6px -6px 12px #ffffff;
}

span.round-tabs.one{
    color: #2d6b92;
    border: 3px solid #2d6b92;
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #8f8f8f;
    color: rgb(196, 197, 210);
    transform: scale(1.1);
    -webkit-transition: all .35s ease-in-out;
}

span.round-tabs.two{
    color: #419ad2;
    border: 3px solid #419ad2;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #8f8f8f;
    color: rgb(196, 197, 210);
    transform: scale(1.1);
    -webkit-transition: all .35s ease-in-out;
}

span.round-tabs.three{
    color: #419ad2;
    border: 3px solid #419ad2;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #8f8f8f;
    color: rgb(196, 197, 210);
    transform: scale(1.1);
    -webkit-transition: all .35s ease-in-out;
}

span.round-tabs.four{
    color: #419ad2;
    border: 3px solid #419ad2;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #8f8f8f;
    color: rgb(196, 197, 210);
    transform: scale(1.1);
    -webkit-transition: all .35s ease-in-out;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #8f8f8f;
    color: rgb(196, 197, 210);
    transform: scale(1.1);
    -webkit-transition: all .35s ease-in-out;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.definition{
    /*visibility: hidden;*/
    z-index: 3000;
    position: absolute;
    top: 100px;
    left: 250px;
    background: #286090;
    color: white;
    font-size: 1.375em;
    border-radius: 5px;
    padding: 3px;
}

/* all the acronyms are tagged with a specific class if you want to make them separate colors
and a general class if you just want them all to be the same color uncomment whichever one you want
 */

.acroColor{color: #0062cc}

/*
.STDDtxtColor{color: #a45dd8;}
.ATOPtxtColor{color: #82ed28;}
.ATCtxtColor{color: #c1c71a;}
.FAAtxtColor{color: #0c0ea2;}
.NextGentxtColor{color: #bb9f1d;}
.NAStxtColor{color: #3a56f8;}
.SWIMtxtColor{color: #3024c3;}
.ASTtxtColor{color: #47c2dd;}
.HOSTtxtColor{color: #078211;}
.GUItxtColor{color: #b755b2;}
.TRACONtxtColor{color: #2b5483;}
.IDSRtxtColor{color: #20bdb7;}
.NWStxtColor{color: #8b1473;}
.ADS-BtxtColor{color: #1d4411;}
.NAVAIDstxtColor{color: #874da8;}
.VHFtxtColor{color: #6b0559;}
.VORtxtColor{color: #e35026;}
.DMEtxtColor{color: #45f61a;}
.ILStxtColor{color: #cfc11c;}
.GStxtColor{color: #e6ec4e;}
.LOCtxtColor{color: #2dbad6;}
.ARTCCtxtColor{color: #9fc782;}
.OCCtxtColor{color: #41850f;}
.SOCtxtColor{color: #fb23cf;}
.RMMtxtColor{color: #9e8fdc;}
.RMLStxtColor{color: #eb600c;}
.TRAMtxtColor{color: #8912b5;}
.STARStxtColor{color: #ca97e0;}
.DoDtxtColor{color: #1db7ec;}
.STDDStxtColor{color: #462caa;}
.SFDPStxtColor{color: #de4fa6;}
.TBFMtxtColor{color: #2f7110;}
.TMAtxtColor{color: #1c3380;}
.TSAStxtColor{color: #e50d87;}
.IDACtxtColor{color: #61fc20;}
.TFDMtxtColor{color: #ab347f;}
.CDMtxtColor{color: #611ecf;}
.UAStxtColor{color: #bb2f9b;}
.SDItxtColor{color: #f9ba5b;}
.IMtxtColor{color: #20B2AA;}
.TAMRtxtColor{color: #3c763d;}
.TFMStxtColor{color: #5cb85c;}
*/


div.ext-header-wrapper .ext-header .devkit-ext-toolbar-wrapper{
    z-index: 0 !important;
}

video {
    width: 100% !important;
    height: auto !important;
}
.primary{
    border-radius: 9px;
}
/*new*/
#main {
    margin-left: 50%;
    transform: translate(-50%,-11px);
    background-color: white;
    height: 100%;
    z-index: -2;
    display: flex;
    padding-left: 34px;
    box-shadow: #3d3d3d8c 0px 6px 17px -2px;
    border-radius: 0 0 4px 4px;
    padding-bottom: 10rem;
}
.devkit-tab-wrapper {
    margin-right: -207px;
    transform: translate(-17px, 104px);
    width: 100%;
}
.icon-style-wrapper {
    border-bottom: 1px #9c9898 solid;
    height: 111px !important;
    margin-bottom: -50px !important;
    margin-left: 50px !important;
}

/*new*/

.devkit-tab-wrapper ul.devkit-tabs{
    width: 1000px;
    display: flex;
    margin-left: 50%;

    transform: translate(-150px, 18px);
}

.devkit-tab-wrapper .devkit-tab-content {
    border: none !important;
    margin-top:55px;
    height: auto;
    padding-bottom: 100px;
}
.devkit-tab-wrapper ul.devkit-tabs li {
    display: inline;
    padding: 0 68px 32px 22px;
    cursor: default !important;}

.devkit-tab-wrapper ul.devkit-tabs li.active {
    border: 1px solid #ffffff;

}
.devkit-tab-wrapper ul.devkit-tabs li {

    background: #ffffff00;

}

#mainContent{
    position: relative;

}
.topSectionMain{
    padding: 49px 0px;
    top:-12px;
    z-index: -5;
    position: relative;
    text-align: center;
}
.topSectionMain h1{
    font-size: 3.5em;
    margin-bottom: 20px;
}
.topSectionMain h2{
    margin-bottom: 25px;
}

.communication-Theme{
    background-color: #131f28;
    opacity: .9;
    color: #f1f1f1;
}
.navigation-Theme{
    background-color: #24647b;
    opacity: .9;
    color: #f1f1f1;

}
.surveillance-Theme{
    background-color: #4facc6;
    opacity: .9;
}
.automation-Theme{
    background-color: #b3deca;
    opacity: .9;
}
.gateways-Theme{
    background-color: #75e3ff94;
    opacity: .9;
}
.weather-Theme{
    background-color: #a9d057;
    opacity: .9;

}
.monitoring-Theme{
    background-color: #589040;
    opacity: .9;
    color: #f1f1f1;

}
.newEntrants-Theme{
    background-color: #3c5728;
    opacity: .9;
    color: #f1f1f1;
}
.capabilities-Theme{
    background-color: #f9a822;
    opacity: .9;
}
.labs-Theme{
    background-color: #399d76;
    opacity: .9;
    color: #f1f1f1;
}
.humanFactors-Theme{
    background-color: #818285;
    opacity: .9;
}
.tite-Theme {
    background-color: #ebc73d;
    opacity: .9;
}

.pages-Theme {
    background-color: #2b7da1;
    color: #f1f1f1;
    opacity: .9;
}
.whatsNew-theme{
    text-shadow: 1px 2px 3px #494949bf;
    background-size: cover;
    background-position-y: 17.5%;
    background-repeat: no-repeat;
    background-image: url('https://www.faa.gov/about/office_org/headquarters_offices/ang/offices/tc/library/Storyboard/img/thumb/systemviewMobile.svg');
}




.systemCatButtons{
    text-align: center;
    margin-top: 20px;
}
#systemCatPrograms{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    margin-right: 74px;
}
#titeCatBody{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    margin-right: 120px;
    justify-content:center;
}
#labsCatBody{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 20px;
    margin-right: 120px;
    justify-content: center;
}
.tile {
    width: 349px;
    margin-right: -112px;
}
.modal{
    max-width: 1107px !important;
    text-align: center !important;
}

button{
    color: #fff;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #afaeae;
  cursor: not-allowed;
}

.closeModal{

    background-color: #a94442;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #747474;
    border-radius: 4px;
}
.closeModal:hover{
    background-color: #8a3837;
}
a.closeModal {
    color: white !important;
}
.mainButton{
    background-color: #24647b;
}
.mainButton:hover{
    background-color: #2f96b4;
}
#allBtn{
    background-color: #434343 !important;
}

#comBtn, .comBtn{
    background-color: #131f28 !important;
}
#comBtn:hover, .comBtn:hover{
    background-color: #18434b !important;
}

#navBtn, .navBtn {
    background-color: #24647b;
}
#navBtn:hover, .navBtn:hover{
    background-color: #2f96b4;
}

#survBtn, .survBtn{
    background-color: #4facc6;
}
#survBtn:hover, .survBtn:hover{
    background-color: #59dcf8;
}

#autoBtn, .autoBtn{
    background-color: #b3deca;
}
#autoBtn:hover, .autoBtn:hover {
    background-color: #a8ccba;
}

#weathBtn, .weatherBtn{
    background-color: #a9d057;
}
#weathBtn:hover, .weatherBtn:hover{
    background-color: #819938;
}

#moniBtn, .moniBtn{
    background-color: #589040;
}
#moniBtn:hover, .moniBtn:hover{
    background-color: #59be59;
}

#newBtn, .newEntBtn{
    background-color: #3c5728;
}

#newBtn:hover, .newEntBtn:hover{
    background-color: #51a251;
}

#tboBtn, .tboBtn{
    background-color: #f9a822;
}
#tboBtn:hover, .tboBtn:hover{
    background-color: #cd8122;
}
#labsBtn, .labsBtn{
    background-color: #399d76;
}
#labsBtn:hover, .labsBtn:hover{
    background-color: #48d7a9;
}
#cybBtn, .cybsBtn{
    background-color: #a44f49 ;
}
#cybBtn:hover, .cybBtn:hover{
    background-color: #5f2c29 ;
}
#titeBtn, .titeBtn{
    background-color: #ebc73d;
}
#titeBtn:hover, .titeBtn:hover{
    background-color: #deb517;
}

#allBtn:focus, #comBtn:focus, #navBtn:focus,
#comBtn:focus, #survBtn:focus, #autoBtn:focus,
#weathBtn:focus, #moniBtn:focus, #newBtn:focus,
#tboBtn:focus,#labsBtn:focus, .comBtn:focus, .navBtn:focus,
.comBtn:focus, .survBtn:focus, .autoBtn:focus, .weatherBtn:focus,
.moniBtn:focus, .newEntBtn:focus, .tboBtn:focus, .labsBtn:focus
{
    background-color: #a5a4a4 !important;
}

.tile h2 {
    margin-left: 0;
    text-align: center;
    height: 48px;
    overflow-y: hidden;
    cursor: pointer;
    color: #353535;
}

.whiteFont{
    color: white;
}
.blackFont{
    color: #232323;
    font-weight: 600;
}

.systemCatButtons button{
    padding: 9px 12px;
    width: 121px;
    margin-bottom: 7px;

}
.videoButtons{
    border-top: solid 1px #d0d0d0;
    text-align: center;
    padding-top: 7px;
    margin-top: 10px;
}
.videoButtons button{
    padding: 8px 13px;
    margin-bottom: 7px;
}

.keyCapabilities-benefits{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;

}
.capabilities{
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    margin: 5px;
    border-radius: 13px;
    border: solid 1px #d1d1d1 ;
}
.benefits{
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    margin: 5px;
    border-radius: 13px;
    border: solid 1px #d1d1d1 ;
}
a.mainButton.btn{
    padding: .5rem 1rem;
    display: inline-block;
    border-radius: 4px;
    transition-duration: .25s;
    border: none;
    font-size: 14px;
    color: white;
    text-decoration: none;

}
.content-benefits-capabilities{
    text-align: left !important;
    font-size: 1em;
    line-height: 1.375em;
    padding: 0 10px 0 0;
}
.mapOfDeployment-image{
transition: all .5s ease-in-out;
    border-radius: 9px;
}
.mapOfDeployment-image:hover{
    cursor: pointer;
    transform: scale(1.1);
    border-radius: 13px;
    box-shadow: rgba(54, 54, 54, 0.28) 12px 2px 25px;
    border: solid 1px #b0b0b0;
}

.devkit-ext-btmbar-wrapper{
    margin-top: 5rem !important;
}

.tableFont{
    font-size:1.2em !important;
}
.devkit-merge-cells-table-wrapper .devkit-table .devkit-table-title {
    padding: 32px 9px 41px 16px !important;
    text-align: center !important;
    font-size: 2rem !important;
    font-weight: 600;
    border-radius: 19px 19px 0 0;
    background-repeat: no-repeat;
    background-position-y: 33%;
    background-size: cover;
    background-image: url('https://www.faa.gov/about/office_org/headquarters_offices/ang/offices/tc/library/Storyboard/img/thumb/mapsofDeploymentMobile.svg');
}
.devkit-merge-cells-table-wrapper {
    margin-bottom: 24px;
    margin-top: 51px;
}
.devkit-merge-cells-table-wrapper tr.devkit-table-row:nth-child(even) {
    /* background: #f4f6f9; */
    background: #d6d5dd75 !important;
}
.devkit-merge-cells-table-wrapper .devkit-table {
    margin: auto;
}

@media screen and (max-width: 960px) {
    .logo-header {
        position: absolute;
        margin-top: -69px;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    #main {
        margin-left: 50%;
        transform: translate(-50%,-12px);
        width: 87vw;
    }
    .devkit-ext-btmbar-wrapper{
        margin-top: 85px;
    }
}

.tooltip-style {
    background: #333333;
    color: #ffffff;
    opacity: unset;
    font-family: inherit;
    font-size: inherit;
    border-color: #333;
    padding: 5px;
}

.tooltip-style:before {
    content: "";
    display: block;
    position: absolute;
    /*bottom: -15px;*/
    top: -15px;
    left: 15px;
    width: 0;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #333 transparent;
}