﻿body {
    padding-top: 0px;
    padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100%;
}


header {
    width: 100%;
    height: 35px;
    max-height: 35px;
    font-size: 11px;
    color: #414245;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

}

header a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 5px 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
}

    header a:hover, a:focus {
    }

.header-option {
    width: 100%;
    max-width: 1322px;
    margin: 0px auto;
    height: 43px;
    text-align: right;
    line-height: 42px;
    font-family: Arial;
    padding-right: 15px;
}

    .header-option a {
        color: #414245;
        text-decoration: none;
    }

h2 {
    color: #00549e;
}


/*form input[type=submit] {
    background: url("~/Content/images/Search-icon.png") no-repeat center center;
    width: 18px;
    height: 45px;
    border: none;
    color: transparent;
}

form input[type=text] {
    border-radius: 15px;
    border: 1px solid #a0a0a2;
    width: 143px;
    height: 25px;
}*/


.tycologo {
    height: 70px;
    width: 100%;
    max-width: 439px;
    padding-left: 20px;
}

    .tycologo img {
        width: 100%;
        height: auto;
        max-width: 439px;
        max-height: 44px;
    }

.sub1col1 li ul.sub2col1 {
    z-index: 600;
    display: none;
    left: 100%;
    position: absolute;
}

    .sub1col1 li ul.sub2col1 li {
        position: relative;
    }

.sub1col1 li:hover .sub2col1 {
    display: block;
    width: 220px;
    position: absolute;
}

}

*/
/* Quicklink banner */
.quicklink {
    width: 100%;
}

.quicklink a {
    text-decoration: none;
    color: inherit;
}

    .quicklink a:hover {
        text-decoration: none;
        color: inherit;
    }

.ql-1 {
    order: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.quicklink-option {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 5px 20px 5px;
    text-decoration: none;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    opacity: 1;
    cursor: pointer;
}

    .quicklink-option:hover {
        text-decoration: none;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        opacity: .6;
    }



/*News and Events Banner*/
.newseventsbanner {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

    .newseventsbanner h2 {
        font-size: 36px;
        color: #00549e;
        line-height: 36px;
    }

.newseventscontent {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    max-width: 1322px;
    margin: 0px auto;
}

    .newseventscontent a {
        text-decoration: none;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s;
    }

        .newseventscontent a:hover, a:focus {
            background-size: 100% 2px;
        }

.latestnewsbox {
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    margin: 20px;
    display: flex;
    flex-flow: column wrap;
}

    .latestnewsbox .title {
        font-weight: bold;
        font-size: 24px;
        color: #00549e;
        display: flex;
    }

    .latestnewsbox .content {
        padding-left: 40px;
        padding-top: 20px;
        color: #5d5d5e;
        font-size: 20px;
    }

        .latestnewsbox .content .headline {
            color: #00549e;
            align-self: baseline;
        }

.eventsnewsbox {
    width: 100%;
    margin: 20px;
    display: flex;
    flex-flow: column wrap;
    max-width: 500px;
    min-width: 300px;
}

    .eventsnewsbox .title {
        font-weight: bold;
        font-size: 24px;
        color: #00549e;
        display: flex;
    }

    .eventsnewsbox .content {
        padding-left: 40px;
        padding-top: 20px;
        color: #5d5d5e;
        font-size: 20px;
        align-self: baseline;
    }

        .eventsnewsbox .content .headline {
            color: #00549e;
        }

/*Breadcrumb banner*/

.breadarea {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 30px;
    background-color: #f3f3f3;
    text-align: left;
}

.breadcrumbs {
    max-width: 1322px;
    width: 100%;
    /*margin: 0px auto;*/
    font-size: 12px;
    line-height: 30px;
    color: #00539E;
    padding-left: 10px;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    font-style: normal;
    font-size: 12px;
}

    .breadcrumbs a {
        color: #9B9B9B;
        text-decoration: none;
        padding: 0px 10px;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 5px 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s;
    }

        .breadcrumbs a:hover, a:focus {
            background-size: 85% 1px;
        }

        .breadcrumbs a.home {
            color: #00539E;
            padding-right: 10px;
            text-decoration: none;
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 5px 100%;
            background-repeat: no-repeat;
            background-size: 0% 1px;
            transition: background-size .3s;
        }

            .breadcrumbs a.home:hover, a.home:focus {
                background-size: 92% 1px;
            }

    .breadcrumbs span {
        color: #9B9B9B;
        text-decoration: none;
        padding: 0px 10px;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 5px 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s;
    }



@media only screen and (max-width:480px) {

    .breadcrumb {
        font-size: 8px;
    }
}

.section-banner {
    position: relative;
    max-width: 1322px;
    width: 100%;
    margin: 0px auto;
}

    .section-banner img {
        width: 100%;
    }

main {
    max-width: 1322px;
    width: 100%;
    margin: 0px auto;
}

/* Industry CSS */

.industry-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: space-around;
    max-width: 100%;
    width: 1322px;
    flex-shrink: 2;
}

.industry-section {
    justify-content: center;
    border: 1px #dfdfdf solid;
}


.industry-content .industry-section a {
    text-decoration: none;
    font-size: 16px;
    color: #00549e;
    line-height: 48px;
    margin: 0 auto;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
}

    .industry-content .industry-section a:hover a:focus {
        background-size: 100% 1px;
    }

.industrybanner {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: white;
    margin-top: 15px;
    padding-left: 20px;
}

    .industrybanner h2 {
        font-size: 36px;
        color: #00549e;
        line-height: 36px;
    }

.customer-speak {
    padding: 20px;
}

.map-area {
    visibility: visible;
}

.map-area-mobile {
    display: none;
    visibility: hidden;
}

.map-content-mobile {
    visibility: hidden;
}

.map-content {
    max-width: 100%;
    width: 1322px;
    position: relative;
}

    .map-content img {
        max-width: 100%;
        width: 1322px;
        height: auto;
    }

.redpin {
    position: absolute;
    max-width: 55px;
    width: 100%;
    max-height: 59px;
    height: auto;
    z-index: 10;
    left: 320px;
    top: 200px;
    display: block;
}

    .redpin a {
        display: block;
        margin: 0px;
        outline: none;
        background: url(/content/images/industries/Red-pin-north-america.png);
        width: 55px;
        height: 59px;
    }

.orangepin {
    position: absolute;
    max-width: 55px;
    width: auto;
    max-height: 59px;
    height: auto;
    z-index: 10;
    left: 420px;
    top: 360px;
}

    .orangepin a {
        display: block;
        margin: 0px;
        outline: none;
        background: url(../content/images/industries/orange-pin_south-america.png);
        width: 55px;
        height: 59px;
    }

.greenpin {
    position: absolute;
    max-width: 55px;
    width: auto;
    max-height: 59px;
    height: auto;
    z-index: 10;
    left: 630px;
    top: 225px;
}

    .greenpin a {
        display: block;
        margin: 0px;
        outline: none;
        background: url(../content/images/industries/green-pin_europe.png);
        width: 55px;
        height: 59px;
    }

.yellowpin {
    position: absolute;
    max-width: 55px;
    width: auto;
    max-height: 59px;
    height: auto;
    z-index: 10;
    left: 870px;
    top: 230px;
}

    .yellowpin a {
        display: block;
        margin: 0px;
        outline: none;
        background: url(../content/images/industries/yellow-pin_asia.png);
        width: 55px;
        height: 59px;
    }

a[data-tooltip] {
    display: inline-block; /*bug fix*/
    position: relative;
    text-decoration: none;
}

    a[data-tooltip]:after {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 200%;
        left: -50%;
        background: #ffcb66;
        padding: 5px 15px;
        color: black;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        white-space: nowrap;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    a[data-tooltip]:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 20px solid #ffcb66;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
        left: 15%;
        bottom: 90%;
    }

    a[data-tooltip]:hover:after {
        bottom: 130%;
    }

    a[data-tooltip]:hover:before {
        bottom: 100%;
    }

    a[data-tooltip]:hover:after,
    a[data-tooltip]:hover:before {
        opacity: 1;
    }

@media only screen and (max-width: 1280px) {
    .redpin {
        left: 310px;
        top: 190px;
        width: 90%;
    }

    .orangepin {
        left: 400px;
        top: 350px;
        width: 90%;
    }

    .greenpin {
        left: 588px;
        top: 208px;
        width: 90%;
    }

    .yellowpin {
        left: 810px;
        top: 210px;
        width: 90%;
    }
}

@media only screen and (max-width: 1150px) {
    .redpin {
        left: 265px;
        top: 165px;
        width: 80%;
    }

    .orangepin {
        left: 340px;
        top: 290px;
        width: 80%;
    }

    .greenpin {
        left: 525px;
        top: 180px;
        width: 80%;
    }

    .yellowpin {
        left: 720px;
        top: 185px;
        width: 80%;
    }
}

@media only screen and (max-width: 1024px) {
    .redpin {
        left: 230px;
        top: 140px;
        width: 70%;
    }

    .orangepin {
        left: 300px;
        top: 255px;
        width: 70%;
    }

    .greenpin {
        left: 465px;
        top: 155px;
        width: 70%;
    }

    .yellowpin {
        left: 630px;
        top: 157px;
        width: 70%;
    }
}

@media only screen and (max-width: 800px) {
    .redpin {
        left: 165px;
        top: 95px;
        width: 60%;
    }

    .orangepin {
        left: 220px;
        top: 180px;
        width: 70%;
    }

    .greenpin {
        left: 340px;
        top: 105px;
        width: 60%;
    }

    .yellowpin {
        left: 470px;
        top: 110px;
        width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .map-area {
        display: none;
        visibility: hidden;
    }

    .map-area-mobile {
        display: contents;
        visibility: visible;
    }

    .pin-area {
        display: flex;
        width: 95%;
        justify-content: space-between;
        align-content: space-between;
    }

    .pin-col-1 {
        display: flex;
        flex-flow: column;
        width: 50%;
    }

    .pin-col-2 {
        display: flex;
        flex-flow: column;
        width: 50%;
    }

    .pin-content {
        display: inline-flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0px;
    }

        .pin-content a {
            color: #00549e;
            margin: 0px;
            padding-left: 10px;
            text-decoration: none;
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 8px 100%;
            background-repeat: no-repeat;
            background-size: 0% 1px;
            transition: background-size .3s;
        }

            .pin-content a:hover, a:focus {
                background-size: 100% 1px;
            }
}

@media only screen and (max-width: 420px) {
    .map-area {
        display: none;
        visibility: hidden;
    }

    .map-area-mobile {
        display: contents;
        visibility: visible;
    }
}
/* Products CSS */
.productcontentalignment {
    max-width: 1322px;
    width: 100%;
    margin: 0px auto;
    display: flex;
}

aside .products {
    float: left;
    width: 300px;
    position: relative;
    border: 0px;
    height: 500px;
}


/*Footer CSS*/

footer {
    background-color: #f0f0ee;
    color: #2e2a25;
    font-size: 14px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    min-height: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.socialbox {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.contactbutton {
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 220px;
    align-self: center;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.contactusbut {
    background-color: #282828;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    border: 0px;
    clear: both;
    padding: 20px 16px;
    width: 190px;
    flex: none 0 1 auto;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
}

.socialbuttons {
    max-width: 240px;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.socialbutton .group1 {
    width: 50%;
    align-self: center;
    flex: none 0 1 auto;
}

.group1 img {
    padding: 5px 5px;
}

.group1 a img {
    text-decoration: none;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
}

.group1 a:hover img {
    text-decoration: none;
    opacity: .5;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
}

.socialbutton .group2 {
    width: 50%;
    align-self: center;
    flex: none 0 1 auto;
}

.group2 img {
    padding: 5px 5px;
}

.group2 a img {
    text-decoration: none;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.group2 a:hover img {
    text-decoration: none;
    opacity: .5;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.contactusbut:hover {
    background-color: #AFAFAF;
}

.relatedbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding-left: 5%;
}

    .relatedbox a {
        text-decoration: none;
        padding: 0px;
        color: #2e2a25;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s;
    }

        .relatedbox a:hover, a:focus {
            background-size: 100% 1px;
        }

.clear {
    display: block;
    width: 100%;
    height: 1px;
}

.relatedtitle {
    width: 100%;
    font-weight: bold;
    color: #2e2a25;
    height: 70px;
    line-height: 70px;
    order: 1;
    padding-left: 5px;
    padding-top: 10px
}

.related-nav-1 {
    width: 45%;
    min-width: 350px;
    order: 2;
    height: 150px;
    display: flex;
    flex-flow: row nowrap;
}

.related-nav-2 {
    width: 45%;
    min-width: 350px;
    order: 2;
    height: 150px;
    display: flex;
    flex-flow: row nowrap;
}

.video {
    padding: 0 5px 5px 5px;
    width: 50%;
}

.converged {
    padding: 0 5px 5px 5px;
    width: 50%;
}

.access {
    padding: 0 5px 5px 5px;
    width: 50%;
}

.intrusion {
    padding: 0 5px 5px 5px;
    width: 50%;
}

.relatedbox ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}

.relatedbox li {
    list-style: none;
}

#copyright-footer {
    width: 100%;
    min-height: 65px;
    background-color: #fff;
    color: #414245;
    font-size: 12px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    #copyright-footer a {
        color: #414245;
    }

.copyrightbox {
    max-width: 345px;
    line-height: 65px;
}

.copynavigation {
    max-width: 700px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    /*padding-left: 5%;*/
    line-height: 65px;
}

    .copynavigation a {
        text-decoration: none;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0% 60%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s;
    }

        .copynavigation a:hover, a:focus {
            background-size: 100% 1px;
        }

.copylogo {
    max-width: 240px;
    align-self: center;
}

    .copylogo a {
        text-decoration: none;
        -moz-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
        -webkit-transition: all .1s ease-in;
    }

        .copylogo a:hover {
            text-decoration: none;
            -moz-transition: all .1s ease-in;
            -o-transition: all .1s ease-in;
            -webkit-transition: all .1s ease-in;
            opacity: .5;
        }

/* lightbox css */
.backdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .0;
    filter: alpha(opacity=0);
    z-index: 50;
    display: none;
}

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin: -200px 0 0 -150px;
    background: #ffffff;
    z-index: 1000;
    padding: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 5px #444444;
    -webkit-box-shadow: 0px 0px 5px #444444;
    box-shadow: 0px 0px 5px #444444;
    display: none;
}

    .box a {
        color: #0057A6;
        text-decoration: none;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .box a:hover {
            opacity: .5;
            color: #414245;
            text-decoration: none;
        }

.close {
    float: right;
    margin-right: 6px;
    cursor: pointer;
}


/* Side menu */


aside .products {
    float: left;
}



/* -------------------------------- 

Accordion Components 

-------------------------------- */
.cd-accordion-menu {
    width: 90%;
    max-width: 600px;
    /* background: #4d5158; */
    margin: 4em auto;
    /* box-shadow: 0 4px 40px #70ac76; */
}

    .cd-accordion-menu ul {
        /* by default hide all sub menus */
        display: none;
        list-style-type: none;
    }

    .cd-accordion-menu li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .cd-accordion-menu input[type=checkbox] {
        /* hide native checkbox */
        position: absolute;
        opacity: 0;
    }

    .cd-accordion-menu label, .cd-accordion-menu a {
        position: relative;
        display: block;
        padding: 18px 18px 18px 18px;
        /* background: #4d5158; */
        /* box-shadow: inset 0 -1px #555960; */
        color: #6c7079;
        font-size: 16px;
    }

.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
    background: #E3E3E3;
}

.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
    /* icons */
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-accordion-menu label {
    cursor: pointer;
}

    .cd-accordion-menu label::before, .cd-accordion-menu label::after {
        background-image: url(../content/images/cd-icons.svg);
        background-repeat: no-repeat;
    }

    .cd-accordion-menu label::before {
        /* arrow icon */
        left: 18px;
        background-position: 0 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        -o-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .cd-accordion-menu label::after {
        /* folder icons */
        left: 41px;
        background-position: -16px 0;
    }

.cd-accordion-menu a::after {
    /* image icon 
  background: url(../img/cd-icons.svg) no-repeat -48px 0;*/
}

.cd-accordion-menu input[type=checkbox]:checked + label::before {
    /* rotate arrow */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-accordion-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    show children when item is checked display: block;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    /* background: #35383d; */
    /* box-shadow: inset 0 -1px #41444a; */
    padding-left: 82px;
}

.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
    background: #E3E3E3;
}

.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}

.cd-accordion-menu ul label::before {
    left: 36px;
}

.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
    left: 59px;
}

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    padding-left: 100px;
}

    .cd-accordion-menu ul ul label::before {
        left: 54px;
    }

    .cd-accordion-menu ul ul label::after,
    .cd-accordion-menu ul ul a::after {
        left: 77px;
    }

.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
    padding-left: 118px;
}

    .cd-accordion-menu ul ul ul label::before {
        left: 72px;
    }

    .cd-accordion-menu ul ul ul label::after,
    .cd-accordion-menu ul ul ul a::after {
        left: 95px;
    }

@media only screen and (min-width: 600px) {
    .cd-accordion-menu label, .cd-accordion-menu a {
        padding: 24px 24px 24px 82px;
        font-size: 16px;
    }

        .cd-accordion-menu label::before {
            left: 24px;
        }

        .cd-accordion-menu label::after {
            left: 53px;
        }

    .cd-accordion-menu ul label,
    .cd-accordion-menu ul a {
        padding-left: 106px;
    }

        .cd-accordion-menu ul label::before {
            left: 48px;
        }

        .cd-accordion-menu ul label::after,
        .cd-accordion-menu ul a::after {
            left: 77px;
        }

    .cd-accordion-menu ul ul label,
    .cd-accordion-menu ul ul a {
        padding-left: 130px;
    }

        .cd-accordion-menu ul ul label::before {
            left: 72px;
        }

        .cd-accordion-menu ul ul label::after,
        .cd-accordion-menu ul ul a::after {
            left: 101px;
        }

    .cd-accordion-menu ul ul ul label,
    .cd-accordion-menu ul ul ul a {
        padding-left: 154px;
    }

        .cd-accordion-menu ul ul ul label::before {
            left: 96px;
        }

        .cd-accordion-menu ul ul ul label::after,
        .cd-accordion-menu ul ul ul a::after {
            left: 125px;
        }
}

.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}




/*  Accordion componants end */


@media screen and (max-width: 1100px) {
    .product-copy-description {
        width: 100%;
    }
}
/* 1260 Max width dimensions*/
@media screen and (max-width: 1012px) {
    #copyright-footer {
        flex-flow: column wrap;
    }

    .copyrightbox {
        line-height: 20px;
        padding-top: 10px;
    }

    .copynavigation {
        line-height: 20px;
        align-self: center;
        width: 95%;
        text-align: center;
        padding-left: 0px;
    }
}

/* 760 Max width dimensions*/
@media screen and (max-width: 800px) {
    .relatedbox {
        flex-flow: column wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .relatedtitle {
        width: 45%;
        min-width: 350px;
    }

    .related-nav-1 {
        min-width: 350px;
    }

    .related-nav-2 {
        min-width: 350px;
    }

    .productcontent {
        width: 100%;
    }

    aside {
        width: 0px;
        height: 0px;
        display: none;
    }

    nav ul {
        display: none;
    }

    .productinfowrap {
        width: calc(100vw);
    }

    .product-image-container {
        width: 50%;
    }
}


/* 400 Max width dimensions*/
@media screen and (max-width: 400px) {
    .relatedtitle {
        padding-left: 5px;
        min-width: 300px;
        text-align: left;
    }

    .related-nav-1 {
        min-width: 300px;
    }

    .related-nav-2 {
        min-width: 300px;
    }

    .video {
        padding: 0 5px 5px 5px;
        width: 45%;
    }

    .converged {
        padding: 0 5px 5px 5px;
        width: 45%;
    }

    .access {
        padding: 0 5px 5px 5px;
        width: 45%;
    }

    .intrusion {
        padding: 0 5px 5px 5px;
        width: 45%;
    }

    .productmenu {
        display: none;
    }

    .productcontent {
        width: 100%;
    }

    aside {
        width: 0px;
        height: 0px;
        display: none;
    }

    nav ul {
        display: none;
    }

    .tycologo {
        padding-left: 10px;
        padding-right: 10px;
    }

    .customer-speak {
        padding: 20px 5px;
    }
}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-sub-item-padding {
    padding-left: 25px;
}


.landing-page-item {
    margin: 20px 10px;
    background-color: #fff;
    /*padding: 5px;*/
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .landing-page-item img {
        /*width: 100%;
        max-width: 200px;
        height: 100%;*/
        max-height: 186px;
        border: none;
        padding: 10px;
        display: block;
    }

        .landing-page-item img:hover {
            filter: opacity(.5);
            -webkit-filter: opacity(.5);
            -webkit-animation: 1s ease-in-out 0s 1 normal;
            -moz-animation: 1s ease-in-out 0s 1 normal;
            -ms-animation: 1s ease-in-out 0s 1 normal;
            animation: 1s ease-in-out 0s 1 normal;
        }

    .landing-page-item h4 a {
        text-decoration: none;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0px 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s;
        color: #00549e;
        font-size: 16px;
    }

        .landing-page-item h4 a:hover, a:focus {
            background-size: 100% 1px;
        }

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.PageTitle14 {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 15px;
    font-size: 14px;
    color: #00549e;
    line-height: 36px;
}

.PageTitle16 {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 15px;
    font-size: 16px;
    color: #00549e;
    line-height: 36px;
}

.PageTitle20 {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 15px;
    font-size: 20px;
    color: #00549e;
    line-height: 36px;
}

.SectionTitle20Left {
    width: 100%;
    display: flex;
    justify-content: left;
    font-size: 20px;
    color: #00549e;
}


.CMButtons {
    border: 1px solid blue;
    background-color: #E0FFFF;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    font-weight: bolder;
    color: #2773BA;
    white-space: nowrap;
}

.CMCellText {
    font: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2773BA;
    font-weight: bold;
    text-decoration: none;
}

.CMButtonsNotCurrent {
    border: 1px solid #D3D3D3;
    background-color: #FFFFFF;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    font-weight: bolder;
    color: #999999;
}

    .CMButtonsNotCurrent:hover {
        text-decoration: underline;
        text-decoration-color: #999999 !important;
    }


.CMButtonsNotCurrentNoBorders {
    background-color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    font-weight: bolder;
    color: #999999;
}


.Center-Texts {
    text-align: center;
}

.HeaderCell-Gray-Simple {
    color: black;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-color: #F0F0F0;
}



/*CHANGES IN TYCO MISSION PAGE */

h2.tycomission {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    text-wrap: normal;
}

.TycoMissionRow1Col {
    border-top: 2px solid #FFAF00;
    vertical-align: top;
}

.TycoMissionRow2Col {
    border-top: 2px solid #FFAF00;
    vertical-align: top;
}

    .TycoMissionRow2Col a, .TycoMissionRow1Col a {
        font: normal 13px Arial, Helvetica, sans-serif;
        color: #2773ba;
        font-weight: bold;
        text-decoration: none;
        border: none;
    }

        .TycoMissionRow2Col a:hover, .TycoMissionRow1Col a:hover {
            color: #FFAF00;
        }

    .TycoMissionRow2Col p {
        min-height: 160px;
    }

.TycoMissionRow1Col p {
    min-height: 90px;
}

.learnmorelink {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    margin-top: 20px;
    text-indent: -8px;
}


.SearchTextBox {
    border-radius: 15px;
    border: 1px solid #a0a0a2;
    width: 143px;
    height: 25px;
}




.sitecore-Landing-icon {
    margin: 20px 10px;
    background-color: #fff;
    min-height: 200px;
    /*padding: 5px;*/
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .sitecore-Landing-icon img {
        /*width: 100%;
        max-width: 200px;
        height: 100%;*/
        max-height: 186px;
        border: none;
        padding: 10px;
        display: block;
    }

        .sitecore-Landing-icon img:hover {
            filter: opacity(.5);
            -webkit-filter: opacity(.5);
            -webkit-animation: 1s ease-in-out 0s 1 normal;
            -moz-animation: 1s ease-in-out 0s 1 normal;
            -ms-animation: 1s ease-in-out 0s 1 normal;
            animation: 1s ease-in-out 0s 1 normal;
        }

    .sitecore-Landing-icon h4 a {
        text-decoration: none;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0px 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s;
        color: black;
        font-size: 16px;
    }

        .sitecore-Landing-icon h4 a:hover, a:focus {
            background-size: 100% 1px;
        }


.sitecoreBanner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitecoreSearchBox {
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sitecoreSearchBoxIcons {
    min-width: 100px;
    max-width: 100px;
}

.sitecoreSearchInput {
    outline: none !important;
    border: none !important;
    outline-style: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .sitecoreSearchInput:focus {
        outline: none !important;
        border: none !important;
        outline-style: none !important;
        border-color: inherit;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.sitecoreSectionBox {
    padding: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sitecoreSectionIcons {
    min-width: 100px;
    max-width: 100px;
}

.divSectionsNoPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}



.sitecore-Landing-page-item {
    margin: 20px 10px;
    background-color: #fff;
    min-height: 340px;
    /*padding: 5px;*/
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .sitecore-Landing-page-item img {
        /*width: 100%;
        max-width: 200px;
        height: 100%;*/
        max-height: 186px;
        border: 1px solid lightgray;
        padding: 10px;
        display: block;
    }

        .sitecore-Landing-page-item img:hover {
            filter: opacity(.5);
            -webkit-filter: opacity(.5);
            -webkit-animation: 1s ease-in-out 0s 1 normal;
            -moz-animation: 1s ease-in-out 0s 1 normal;
            -ms-animation: 1s ease-in-out 0s 1 normal;
            animation: 1s ease-in-out 0s 1 normal;
        }

    .sitecore-Landing-page-item h4 a {
        text-decoration: none;
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0px 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px;
        transition: background-size .3s;
        color: #00549e;
        font-size: 16px;
    }

        .sitecore-Landing-page-item h4 a:hover, a:focus {
            background-size: 100% 1px;
        }


.sitecorePartnerProductDescription {
    font-size: 12px;
    color: black;
}

.sitecorePartnerProductTitleCompatibleWith {
    color: #00549e;
    font-weight: bolder;
}

.sitecorePartnerProductTitleCompatibleWithtDescription {
    color: black;
    font-size: 12px;
}


.sitecoreBorderGray {
    height: 80px;
    margin-top: 20px !important;
    border: 1px solid lightgray;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sitecoreBorderBlue {
    padding: 10px;
    height: 60px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 1px solid #00549e;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.40);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.SitecoreProductImage {
    height: 160px;
}

.SitecoreProductName {
    height: 60px;
}



aSearch:link {
    text-decoration: none !important;
    background-image: none !important;
    background-size: 0% 0px !important;
}

aSearch:visited {
    text-decoration: none !important;
    background-image: none !important;
    background-size: 0% 0px !important;
}

aSearch:hover {
    text-decoration: none !important;
    background-image: none !important;
    background-size: 0% 0px !important;
}

aSearch:active {
    text-decoration: none !important;
    background-image: none !important;
    background-size: 0% 0px !important;
}


.header-option-a {
    color: #414245;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0px 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size .3s;
}

.header-option a:hover, a:focus {
    background-size: 100% 1px;
}


.TycoBackGroundBlueColor {
    background-color: #00539E;
}



/* Product Line CSS */

.pageTitle {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: left;
    background-color: white;
    margin-top: 1px;
}

    .pageTitle h2 {
        font-size: 36px;
        color: #00549e;
        line-height: 36px;
    }

.pagecontent {
    /*float: right;
    width: calc(100vw - 300px);*/
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
}
