h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 24px;
}

p {
    font-size: 18px;
}

.deck-wrapper .section-navigation .navbar-default {
    background: linear-gradient(to right, #ff8900 100%, #ff8900 100%);
}

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

.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:hover,
.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:active,
.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:focus {
    color: #000 !important;
}

.product-page .deck-wrapper .section-navigation .navbar-brand h2,
.solution-page .deck-wrapper .section-navigation .navbar-brand h2 {
    color: #fff;
}

.product-page .deck-wrapper h1.page-title {
    color: #000;
}

.mg_105_108-banner {
    position: relative;
    overflow: hidden;
    height: 45vw;
    background: url('/library/assets/products/mg_105_108/banner_MG-105_MG-108_1920x800.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% top;
}

.mg_105_108-banner .content {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 90%;
    margin: 4%;
}

.mg_105_108-banner .content h1{
	margin: 20px 0px!important;
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.mg_105_108-banner .content .title {
    color: #ff8900;
}

.mg_105_108-banner .content .subtitle {
    color: #000;
}

@media only screen and (max-width: 1440px){
.mg_105_108-banner .content .subtitle {
	width: 30%;
    text-align: end;
}
}

@media only screen and (max-width: 1025px){
.mg_105_108-banner .content .subtitle {
	width: 40%;
}
}

@media only screen and (max-width: 991px){
.mg_105_108-banner .content .subtitle {
	width: 50%;
}
.mg_105_108-banner .content h1{
	margin: 0px!important;
	font-size: 20px;
}
.mg_105_108-banner .content h6{
	font-size: 12px;
}
}


/* Upgrade Network to Multi-Gig */

.UpgradeNetworkBG {
    background-color: #f7f7f7;
}

.UpgradeNetwork {
    display: flex;
    flex-direction: column;
}

.UpgradeNetwork .text {
    align-items: center;
    justify-content: center;
    padding: 5%;
    width: 100%;
}

@media (min-width:1020px) {
    .UpgradeNetwork {
        flex-direction: row-reverse;
    }

    .UpgradeNetwork .text {
        width: 60%;
        padding: 5%;
    }
}

@media (min-width:1200px) {
    .UpgradeNetwork {
        flex-direction: row-reverse;
    }

    .UpgradeNetwork .text {
        width: 80%;
        padding: 8%;
    }
}

/* Plug-n-Play, Enjoy High Speed Network */

.PlugBG {
    background-color: #f4f4f4;
}


.Plug-Speed {
    display: flex;
    flex-direction: column;
    padding: 5%;
}

.Plug-Speed .content {
    padding-bottom: 10px;
}

@media (min-width:1020px) {
    .Plug-Speed {
        flex-direction: row;
    }

    .Plug-Speed .content {
        width: 90%;
        margin-top: -5%;
        margin-right: 5%;
    }

    .Plug-Speed .image {
        margin-top: -15%;
    }
}

@media (min-width:1400px) {
    .Plug-Speed .content {
        width: 60%;
        margin-top: 2%;
    }
}

.Plug-Network .image {
    height: 35vh;
    background: url(/library/assets/products/mg_105_108/plug-n-play-device.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100vw;
}

@media (min-width:1020px) {
    .Plug-Network .image {
        height: 70vh;
    }
}

@media (min-width:1300px) {
    .Plug-Network .image {
        height: 100vh;
    }
}


/* Use your existing cables */


.CableBG {
    position: relative;
    overflow: hidden;
}

.cables-table .panel-body {
    background-color: #fff;
    padding-bottom: 0;
    border: transparent;
    padding: 0 !important;
}

.cables-table .panel.panel-default {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
}

.cables-table .panel {
    background-color: #fff;
}

.table>thead>tr>th {
    vertical-align: middle;
    padding-right: 0;
}

.table-hover>tbody>tr:hover {
    background-color: #fff;
}

.cables-table .table>tbody>tr>td:first-child {
    padding-left: 0;
}

.cables-table .table>thead>tr>th:first-child {
    padding-left: 0 !important;
}

.cables-table .table>thead>tr>th {
    padding: 10px 0 4px;
    color: black;
}

.cables-table .table>thead {
    border: 2px solid #ff8900;
    border-top: 0 !important;
    border-right: 0;
    border-left: 0;
}


.cables {
    display: flex;
    width: 100%;
    flex-direction: column;
}


.common {
    width: 20%;
}

.lightgray {
    background: linear-gradient(to right, #fff 10%, #ffe7cd 10%);
}

.darkgray {
    background: linear-gradient(to right, #fff 10%, #fef0e5 10%);
}


@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: #f4f4f4;
    }
}

@media (min-width: 991px) {
    .cables {
        flex-direction: row;
    }

    .cables .content {
        width: 50%;
        padding-left: 5%;
        padding-top: 10px;
    }

    .cables-table {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .table>thead>tr>th {
        padding: 10px 20px;
    }
}

/* Fanless Design For True Silent Operation */

.FanlessBG {
    background: linear-gradient(to bottom, #fff 10%, #fff8ee 50%, #fff3e5 70%, #feecd6 100%);
}

.Fanless {
    display: flex;
    flex-direction: column;
    padding: 2%;
    margin-bottom: 5%;
}

.Fanless .content {
    padding-bottom: 10px;
}


@media (min-width:1020px) {
    .Fanless {
        flex-direction: row-reverse;
        padding: 5%;
    }

    .Fanless .content {
        padding-left: 5%;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .Fanless img {
        width: 50% !important;
    }
}

/* Application Diagram */


.diagram {
    position: relative;
    overflow: hidden;
    height: 50vw;
    background: url(/library/assets/products/mg_105_108/application_diagram.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.diagramText {
    padding: 50px 0% 0%;
}

.Flexible ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0px;
}

.Flexible li {
    margin: 10px;
}


@media (min-width:1020px) {
    .Flexible ul {
        flex-direction: row;
    }

    .Flexible li {
        margin: 15px;
    }
}

/* Product Specs Bullets */
#specifications .panel-default ul {
    padding-left: 40px;
}

#specifications .panel-default li {
    list-style-type: disc;
}

#specifications .panel-default ul li ul li {
    list-style-type: circle;
}

/* Additions */
.maxwid {
    max-width: 1320px;
}

#specifications a:focus,
#specifications a:hover {
    color: #000000 !important;
    text-decoration: none !important;
}