/* Overview */
.justconnect-features,
#Multi-layer-area{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.atp-multi-layer-features {
    padding: 0 20px;
}

.atp-multi-layer-features .panel-default {
    border-bottom: none;
    border-top: 2px solid;
}

.justconnect-area {
    width: 100%;
    padding: 5%;
}

.justconnect-title {
    padding-top: 60px;
}

.justconnect-title h3 {
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}

.justconnect-features .box {
    width: 90%;
    position: relative;
}

.justconnect-features .image {
    padding-left: 40px;
    position: relative;
}

.justconnect-features .panel-heading {
    padding: 0;
    position: relative;
    cursor: pointer;
    background-color: #fff !important;
}

.justconnect-features .panel-title {
    color: #000;
    font-size: 18px;
    padding-right: 60px !important;
}

.justconnect-features a.panel-title.collapsed {
    padding-right: 60px !important;
}

.justconnect-features .panel-body p {
    width: 95%;
}

.justconnect-features div.panel-body {
    padding: 30px !important;
}
.justconnect-features .panel {
    border-top: 1px solid #6CBE45 !important;
    padding: 10px 0;
    border-bottom: 0;
}

#justconnect-section #accordion .panel-title:after {
    border-color: #6CBE45;
}

@media screen and (max-width: 1025px) {
    .justconnect-features .box {
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .justconnect-features {
        flex-direction: column;
    }
}


/* Intelligence */
.accordion .panel-heading [data-toggle=collapse]:after {
    content: "";
    border: none;
}

.accordion .panel-heading [data-toggle=collapse].collapsed:after {
    content: "";
	padding: 5px 8px;
}

.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:hover{
    color: #6CBE45;
}

.atpBannerText .btn-call-to-action {
    background-color: #6CBE45;
}

.button .btn-call-to-action {
    background-color: #6CBE45;
}

.Machine-Learning-section .nav-tabs>li.active>a, 
.Machine-Learning-section .nav-tabs>li.active>a:focus, 
.Machine-Learning-section .nav-tabs>li.active>a:hover{
    background-color: #6CBE45;
}

.Machine-Learning-section .nav-tabs>li>a:hover{
	background-color:#6CBE45;
}

.Multi-layer-area .panel {
    border-bottom: none;
    border-top: 2px solid;
}

.Reporting-Analytics-area .box .text .btn-call-to-action {
    background-color: #6CBE45;
}

.atp-multi-layer-features {
    width: 70%;
}

/* License & Specs */
.specCanvas .btn {
    min-width: auto;
}

#Compatibility-List .panel.panel-default,
#transceiver-accessories .panel.panel-default {
    border: 0 !important;
}

#Compatibility-List .table,
#transceiver-accessories .table {
    border-bottom: 2px solid #c6e6b6;
}

.specCanvas .specifications-container .table.table-specifications .Indent,
.specCanvas .specifications-container .table.table-specifications .Specificationspadding {
    padding-left: 60px !important;
}

.specCanvas .specifications-container .table.table-specifications .Indent-2 {
    padding-left: 80px !important;
}

/* Additions */

.container.maxwid {
    max-width: 1320px !important;
}
.text-color {
    color: #6CBE45 !important;
}

@media screen and (max-width: 768px) {
    #Multi-layer-area {
        flex-direction: column ;
    }
    .atp-multi-layer-features {
        width: 100%
    }
}