html.no-scroll {
  height: 100vh;
  overflow: hidden; 
}

/* parsys component */

div.par,
div.rightpar {
    clear: both;
}

div.parsys-column {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.section {

    zoom: 1;
}

div.parsys_column .section {
    overflow: hidden;
    width: 100%;
}

/* column control layouts */

div.cq-colctrl-cols {
    width: 100%;
    float: left;
}

div.cq-colctrl-default {
    width: 100%;
}

/* layout 0 : 50% 50% ( grid6 + grid6 ) */

div.cq-colctrl-lt0-c0,
div.cq-colctrl-lt0-c1 {
    width: 49%;
}

@media only screen and (max-width: 767px) {
    div.cq-colctrl-lt0-c0,
    div.cq-colctrl-lt0-c1 {
        width: 100%;
    }
}

/* layout 1 : 33% 33% 33%( grid4 + grid4 + grid4 ) */

div.cq-colctrl-lt1-c0,
div.cq-colctrl-lt1-c1,
div.cq-colctrl-lt1-c2 {
    width: 32%;
}

@media only screen and (max-width: 1024px) {
    div.cq-colctrl-lt1-c0,
    div.cq-colctrl-lt1-c1,
    div.cq-colctrl-lt1-c2 {
        width: 49%;
    }
}

@media only screen and (max-width: 767px) {
    div.cq-colctrl-lt1-c0,
    div.cq-colctrl-lt1-c1,
    div.cq-colctrl-lt1-c2 {
        width: 100%;
    }
}

/* layout 2: 16% 16% 16% 33% ( grid2.6 + grid2.6 + grid2.6 + grid4 ) */

div.cq-colctrl-lt2-c0 {
    width: 140px;
    margin-right: 10px;
}

div.cq-colctrl-lt2-c1 {
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt2-c2 {
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt2-c3 {
    width: 220px;
    margin-left: 10px;
}

/* layout 3: 4 x 25% ( grid3 + grid3 + grid3 + grid3 ) */

div.cq-colctrl-lt3-c0 {
    width: 160px;
    margin-right: 10px;
}

div.cq-colctrl-lt3-c1 {
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt3-c2 {
    width: 160px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt3-c3 {
    width: 160px;
    margin-left: 10px;
}

/* layout 4: 5 x 20% ( grid2.5 + grid2.5 + grid2.5 + grid2.5 + grid2.5 ) */

div.cq-colctrl-lt4-c0 {
    width: 124px;
    margin-right: 10px;
}

div.cq-colctrl-lt4-c1 {
    width: 124px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt4-c2 {
    width: 124px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt4-c3 {
    width: 124px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt4-c4 {
    width: 124px;
    margin-left: 10px;
}

/* widepage layouts */

/* layout 5 : 50% 50% ( grid8 + grid8 ) */

div.cq-colctrl-lt5-c0 {
    width: 460px;
    margin-right: 10px;
}

div.cq-colctrl-lt5-c1 {
    width: 460px;
    margin-left: 10px;
}

/* layout 6 : 25% 25% ( grid4 + grid4 + grid4 + grid4) */

div.cq-colctrl-lt6-c0 {
    width: 220px;
    margin-right: 10px;
}

div.cq-colctrl-lt6-c1 {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt6-c2 {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
}

div.cq-colctrl-lt6-c3 {
    width: 220px;
    margin-left: 10px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.title.decorative {
    margin-bottom: 46px;
}

.title.decorative:after {
    content: '';
    display: table;
    width: 5%;
    margin: 25px auto 0;
    border-bottom: 4px double #e5e5e5;
}

@media only screen and (max-width: 767px) {
    .title.decorative:after {
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .title.decorative {
        margin-bottom: 0; 
    }
}

.title h1 {
    margin: 11.5px 0 23px;
    
}

.title h1:before {
    content: '';
    display: table;
    border-top: 1px solid #e5e5e5;
    width: 20%;
    position: relative;
    top: 14px;
}

.title h1:after {
    content: '';
    display: table;
    border-top: 1px solid #e5e5e5;
    width: 20%;
    position: relative;
    top: -14px;
    left: calc(934px - 20%);
}

.title h1:before,
.title h1:after {
    border-top: none;
    content: none;
}

li .featured-product {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    .title h1 {
        text-align: left;
        margin: 0 0 17.5px;
    }
    .title h1:before,
    .title h1:after {
        content: none;
    }
    .u-align-center .title h1{
        text-align:center;
    }
}

.title h2 {
    margin: 0 0 5.8px 0;
}

.title h3 {
    margin-bottom: 5.8px;
}

.title h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    color: #87212e;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e9ed;
}

.title > h4{
    font-size: 17px;
}

.title + .left-nav {
    padding-left: 11.5px;
    padding-top:12px;
}

@media only screen and (max-width: 767px) {
    .grid_3 .title {
        display: none;
    }
}

div.image {
    margin-bottom: 1em !important;
}

.image img {
    max-width: 100%;
}

.textimage .image img {
    float: left;
    width: 250px;
    height: auto;
    margin-right: 11.5px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .textimage .image img {
        width: 100%;
        display: block;
        margin-right: 0;
        float: none;
    }
}

.text + .left-nav {
    padding-left: 11.5px;
}

.grid_3 .text h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e9ed;
}

.grid_3 .text h4 a {
    color: #87212e;
}

@media only screen and (max-width: 767px) {
    .grid_3 .text {
        display: none;
    }
}

.text a {
    color: #408cc9;
}

.text a .fa {
    margin-left: 5.8px;
}

.text img {
    max-width: 100%;
}

.text table {
    margin: 11.5px 0;
}

.text table.multicolumn{
    width: 100% !important;
    font-size: 14px !important;
}

.text table.no-decoration th {
    background-color: #fff;
}

.text table.no-decoration td:first-child {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .text table {
        display: block;
        height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
    .text table {
        display: block;
        height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .text table tbody {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .text table tr {
        display: block;
    }
    .text table tr.hidden-row {
        display: none;
    }
}

.text table th {
    background-color: #87212e;
    color: #fff;
    padding: 5.8px 11.5px;
    font-weight:300;
}

@media only screen and (max-width: 767px) {
    .text table th {
         /* display: block; */
    }
    .text table th:last-of-type {
        margin-bottom: 23px;
    }
}

.text table td {
    padding: 5.8px 11.5px;
    border-bottom: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
}

.text table:not(.table-gray-white-rows):not(.table-gray-first-column):not(.big-table-gray-white-rows):not(.big-table-gray-first-column)
    td:first-child {
        background-color: #e6e9ed;
}

@media only screen and (max-width: 767px) {
    .text table td {
        display: block;
        width: 100% !important;
    }
    .text table td.attr-header:before {
        content: attr(data-header);
        margin-right: 11.5px;
        display: inline-block;
        font-weight: bold;
    }
    .text table td:last-of-type {
        margin-bottom: 23px;
    }
}

.text table sub {
    display: inline;
}

.grid_11 .text img {
    max-width: 631px;
}

.grid_11 .textimage .image {
    margin: 1em 0;
}

.grid_11 .textimage .image img {
    width: 100%;
    float: none;
    max-width: 631px;
}

.external {
    line-height: 0;
}

.external iframe {
    border: 0;
}

/*
    Products
*/

.product-blocks {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.product-blocks.two-column {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .product-blocks.two-column {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.product-blocks.two-column .product-block {
    width: calc(50% - 11.5px);
}

@media only screen and (max-width: 767px) {
    .product-blocks.two-column .product-block {
        width: 100%;
    }
}

.product-block {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
    .product-block {
        max-width: none;
        width: 100%;
    }
}

.product-block .pb-header {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 5.8px 11.5px 5.8px 0;
    color: #3d464d;
    border-bottom: 1px solid #e6e9ed;
}

.product-block .pb-header:after {
    content: '\f107';
    color: #47525d;
    margin-left: auto;
    padding-left: 5.8px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-block .pb-content {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.product-block i {
    margin-left: 5.8px;
}

.product-block .pb-img {
    width: 100%;
    max-width: 125px;
    min-width: 125px;
}

.product-block .pb-img img {
    width: 100%;
    height: auto;
}

.product-block .pb-desc {
    width: 100%;
    padding-left: 0;
    padding-right: 11.5px;
}

.product-block .pb-img ~ .pb-desc {
    padding: 0 11.5px;
}

.product-block .pb-desc h4 {
    padding: 0 0 5.8px 0;
    color: #3d464d;
    border-bottom: 1px solid #e6e9ed;
}

.product-block .pb-desc p {
    margin-top: 0;
    padding-left: 0px;
}
.product-block .pb-img ~ .pb-desc p {
    margin-top: 0;
    padding-left: 46px;
}
.product-block .pb-desc p.hidden {
    display: none;
}

.product-block .pb-desc ul {
    font-size: 16px;
    font-weight: 400;
    padding: 0 23px 0 46px;
    margin: 0;
}

.product-block .pb-desc ul.download {
    list-style: none;
}

.product-block .pb-desc ul.download li {
    position: relative;
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11.5px;
}

.product-block .pb-desc ul.download li:before {
    content: '';
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADmklEQVRYhc2VSWgTURjHgycFPVsEtQdRXE96UFDxZHtRXFDRClrxICoIIl7EhWo9eFDEi+jFBRFxqRUFccEusY11abSKjSa2WZqmbZaZzGRt+/d9r5nxzSSpk9iCD34Mb/Le/P7vmy+Jzfafj6l+vx+Ez+fT0e4FAgH09fUhGAyiv7+fEwqFMDAwgMHBQY7T6VzPnjOl3AAVotzr9eoBSG4OQHIxwNDQELq7u4lzRQ3RShsmAwpEAXp6enhQj8dzpmCAMFssr5g5odAzqVIUgK7xeJxXjVXwdF6A0FwbzGRZWZOtLYgcOzI2D/Yh9dmJcG0Nnw+zMqe+OKE8fpS3V4NOHg6HeYBUKgVJkngl2H1jJYJssZm0x43Q5mok3znG5r88CK5cAvX1yz/zAvtEtABut1vvIbrncrnoeldvTP8cG8xkWRMpTW8QOrCfz0lI19TPH2Ofs9ImqSKXL+bt1SBZJBJBNBpFLBbjUBVkWeYw9XQeoJctNpNiFTDMWQDfupVQP37Q54X2GejtLSqnnmDqWTyAe7YNZhLfvhrmadYDSucneGu28Xmy+3veHjP0lS0mVxSFAlTyAC62eDKgd15MbgjwnS2eDOhrV0iuqipHD8DGbMb8Iqxrbm5GU1OTTktLC6e1tRV2ux1tbW1ob2/nOBwOdHR0oKuri/8iamKzPJFIGAJMY8wowmJqJjP0fjUK/UeQnBpQLLkoTyaThgDjjUp6kBmtuQj51VPED22HfP2SodyFTq3JSwogysSu1ohfqYfs+gZ5d7VBXExOv4qE5QCiTGwq/bQNdxB/cBvyvi3jijV5Op3mWA6QJ8ydUj9tMABp7ULEr14cVyzKM5mM9QAGWe6EIiSU1iyC2vnBkpjIZrPWA5hlIiRTO99D2rAa8uljlsTE8PCw9QBmoQjJ5JNHody8BrXxPpR7t/8qJkZGRqwHMJfVQMCHyPJ5SLx3QLlxDbH9NYju2Aj5Qj2ks6cgn6/LExOjo6PWA5jLqqG+eIZo9WrE9m6D+vwpMqrCT6s2PoR04jiUO7cwsHSBQU5igoblAGJJiZTfC+lgLeIX6hBetQxpWTKUmZ+YQr+1I+PtNYg1eUkBtPeoEavdyUNENlUhaW/Oe7/mUotScVgOIJ6MiB09jOiurUg8aRhXWkxccgBRUkhYirSsAKKokLAUaVkBzLJyhWUHmBDbPwSoYFQx9kwwVbln/3VMzS2snGAqcs+2/QZXZB6MU7ZPlQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    top: 0;
    margin-left: -23px;
}

.product-block .pb-desc ul.two-column {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 23px;
}

.product-block .pb-desc ul.two-column li {
    width: calc(50% - 23px);
    margin: 0 11.5px;
}

/*
    Markets
*/

.market-block {
    margin-bottom: 23px;
    padding-bottom: 11.5px;
    border-bottom: 1px solid #e6e9ed;
}

.market-block:first-of-type {
    margin-top: 5.8px;
}

.market-block:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.market-block .mb-img img {
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .market-block .mb-img img {
        width: 100%;
        height: auto;
    }
}

.market-block i {
    margin-left: 5.8px;
}

/*
    List items
*/

.list-items .li-list {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    max-width: 980px;
}

.list-items .li-list.two-column .li-item {
    width: calc(50% - 11.5px);
}

.list-items .li-list.three-column .li-item {
    width: calc(33% - 11.5px);
}

.list-items .li-list.four-column .li-item {
    width: calc(25% - 11.5px);
}

@media only screen and (max-width: 767px) {
    .list-items .li-list {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.list-items .li-item {
    width: 100%;
    list-style: none;
    margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
    .list-items .li-item {
        width: 100% !important;
        padding: 0;
    }
}

.list-items .li-item > .li-submenu > .sm-item > .sm-link {
    color: #6688a3;
}

.list-items .li-link {
    display: block;
    color: #87212e !important;
    padding-bottom: 3px;
    border-bottom: 1px solid #e6e9ed;
}

@media only screen and (max-width: 767px) {
    .list-items .li-link {
        line-height: 44px;
        font-size: 1.17em;
    }
}

.list-items .sm-item {
    margin-bottom: 5px;
    list-style-type: circle;
}

@media only screen and (max-width: 767px) {
    .list-items .sm-item {
        line-height: 44px;
    }
}

.list-items .sm-link {
    color: #6688a3;
}

/*
    Isotope
*/

.isotope {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: auto !important;
}

.isotope .filters {
    margin: 11.5px auto;
}

.isotope .filters select {
    -webkit-appearance: none;
    background-color: #fcfcfc;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAaCAYAAAGcDg/PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWRJREFUeNpimD179n8GPIAJXQBdAxMDIUDICoAAIh4RtBuoQIEokwACiKCjgPIBNPEREwFbFYD4PS55gACiHSI5HaAHFPViGQ0w4rEZFFACIHZqaioj1f1MEQAIIBqbjhuwUODg80DKgNzwZKIglAyQ+VCHDO+gRnbwBGBwF9LNx0C9/eTqBQigAQtqJoYBAkwUhFQAzSoKAmA9Un5moGc+hgEDvPUntSzG4cP1o6ma6iUXtGV1H034A7DkEqSpj4EWPAAVkWhignQJami5/AHKVaR7kTkky2qAAINV4v8ZRggYsGwMSh4UJRF6N3wo8Cio+DkPa+8D+QlAyhBaOgyvGIbG6H2YZ6EAxL5Pr9hmGYhYxQEK6BHbdPEw1AOCDIMAMDGMMECvJH0euT9LAFwApgjDIR3DUA8EEqE0kJaepWu1BPTIBiDFiCO2L9DaowOWh7HEdiC9PDsgDQ/k2B4tpekAAIJFpTaDhaFlAAAAAElFTkSuQmCC);
    background-size: 30px 13px;
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    padding: 5px 35px 5px 5px;
    margin-right: 5px;
    color: #475159;
}

.isotope .isotope-content {
    width: calc(33.3333333% - 23px);
    margin: 11.5px;
}

@media only screen and (max-width: 900px) {
    .isotope .isotope-content {
        width: calc(50% - 23px);
    }
}

@media only screen and (max-width: 767px) {
    .isotope .isotope-content {
        width: 100%;
        margin: 11.5px 0;
    }
}

.isotope .isotope-content h3 {
    color: #3d464d;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.isotope .isotope-content img {
    width: 100%;
    height: auto;
}

.isotope .isotope-content a {
    color: #6688a3;
}

.isotope .isotope-content a i {
    margin-left: 5.8px;
}

/*
    Accordion
*/

.accordion h3 {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 0;
    color: #b26665;
    font-size: 13px;
    border: 1px solid #e6e9ed;
    background: #fff;
    padding: 11.5px;
    margin: 0 0 -1px;
}

.accordion h3:first-of-type {
    border-top: 1px solid #e6e9ed;
}

.accordion h3:last-of-type {
    border-bottom: 1px solid #e6e9ed;
}

.accordion h3.ui-state-active i {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.accordion h3 span {
    display: none;
}

.accordion h3 i {
    color: #666;
    -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.accordion > div {
    padding: 11.5px;
    border-radius: 0;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    border-bottom: none;
}

.accordion > div:last-of-type {
    border-bottom: 1px solid #e6e9ed;
}

.accordion > div .facility:last-of-type {
    border: none;
}

.accordion h4 {
    color: #635850;
    font-size: 13px;
    margin: 23px 0 5.8px;
}

.accordion h4:first-child {
    margin-top: 0;
}

.accordion .facility {
    border-bottom: 1px solid #e6e9ed;
}


/*
    Video Library
*/

.video-library {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 5.8px;
}

.video-library .video {
    min-width: 225px;
    width: 100%;
}

@media only screen and (max-width: 890px) {
    .video-library .video {
        width: calc(50% - 11.5px);
    }
}

@media only screen and (max-width: 767px) {
    .video-library .video {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .video-library .video {
        width: calc(50% - 11.5px);
    }
}

.video-library iframe {
    width: 100%;
}

/*
    Clauses
*/

#provisions {
    width: 100%;
    color: #494949;
}

#provisions td {
    text-align: center;
}

#provisions td span a {
    color: #146eaa;
    border-bottom: 1px dotted #146eaa;
    text-decoration: none;
}

#provisions td.request-form a {
    width: 15px;
    height: 11px;
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    background: url(../images/mail.gif) 0 0 no-repeat;
}

.contact-moog {
    opacity: 0;
    display: none;
    position: fixed;
    z-index: 1050;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    width: 450px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
}

.close {
    color: #bbb;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
}

.close:hover {
    text-decoration: none;
}

.controls {
    text-align: left !important;
    margin: 0 0 1em 0;
    padding-top: 1em;
}

.btn {
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
    border-radius: 4px;
    text-indent: 0;
    display: inline-block;
    font: normal 12px Arial;
    padding: 7px 14px;
    cursor: pointer;
    text-align: center;
    outline: none;
    margin-left: 4px;
}

.btn.default {
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 4px;
}

.btn.default:hover,
.btn.default:active {
    border-color: #adadad;
    background-color: #e6e6e6;
}

.btn.download {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    margin-left: 0;
}

.btn.download:hover,
.btn.download:active {
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn.inquiry {
    color: #fff;
    background-color: #5bc0de;
    border: 1px solid #46b8da;
    margin-left: 4px;
}

.btn.inquiry:hover,
.btn.inquiry:active {
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn.search {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
}

.controls input[name="filter"] {
    outline: 0;
    font: normal 12px Arial;
    border: solid 1px #ccc;
    box-sizing: border-box;
    font-weight: normal !important;
    color: #494949 !important;
    border-radius: 4px 0 0 4px;
    background: #fff;
    padding: 7px;
    margin-right: 0;
    margin-left: auto;
}

.btn.clear {
    visibility: visible;
    overflow: visible;
    margin-right: 0;
    width: auto;
    height: auto;
}

.tip {
    color: #428bca;
    font-size: 13px;
    position: relative;
    left: 3px;
    float: none;
}

.hidden {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 23px;
}

/*
    Reveal Modals
*/

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 110px !important;
    left: 50%;
    width: 700px;
    max-height: 600px;
    overflow-y: scroll;
    position: fixed;
    z-index: 101;
    border-radius: 4px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal .container {
    padding: 20px 40px 40px;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 4px 4px;
}

.reveal-modal h2 {
    margin: 0 0 1em;
    color: #428bca;
    font: 400 15pt "Open Sans";
}

.reveal-modal p,
.reveal-modal ol,
.reveal-modal ul {
    font: 400 10pt "Open Sans";
    color: #494949;
    margin: 1em 0 0;
}

.reveal-modal ul ol,
.reveal-modal ol ul {
    margin-bottom: 1em;
}

.reveal-modal p.attributes {
    color: #428bca;
    margin: 0;
    line-height: 18px;
    padding-bottom: 1em;
    border-bottom: 1px solid #e5e5e5;
}

.reveal-modal p.attributes:before,
.reveal-modal p.attributes:after {
    content: "";
    display: table;
    clear: both;
}

.reveal-modal span {
    float: left;
    margin-right: 25px;
}

.reveal-modal p.attributes i {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.reveal-modal .actions {
    background: #428bca;
    padding: 10px 20px;
    border-radius: 4px 4px 0 0;
}

.reveal-modal .actions:before,
.reveal-modal .actions:after {
    content: "";
    display: table;
    clear: both;
}

.reveal-modal .actions p {
    color: #fff;
    margin: 0 0 0 20px;
    float: right;
}

.reveal-modal .actions p.add-to-list {
    float: left;
    margin: 0;
}

.reveal-modal .actions a {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
}

.reveal-modal .actions a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.reveal-modal .actions i {
    font-size: 14px;
    margin-right: 2px;
    line-height: 18px;
}

/*
    News Component
*/

.news .list-group {
    margin-top: 0;
}

/*
    Social Widets
*/

.twitter-timeline-wrapper {
    margin-bottom: -12px;
    overflow-y: scroll;
    height: 250px;
}

.social-widgets {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 285px;
    line-height: 1px;
    width: 100%;
    margin: 0 auto;
}

.social-widgets .widget {
    margin: 0 auto 5.8px;
    height: 20px;
}

/*
    Tabs
*/

.tab-group {
    position: relative;
    border: 1px solid #e6e9ed;
    margin-top: 46px;
    border-radius: 0 0 10px 10px;
}

.tab-group section {
    opacity: 0;
    height: 0;
    padding: 0 1em;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease, height 0.4s ease;
    transition: opacity 0.4s ease, height 0.4s ease;
}

.tab-group section.active {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.tab-group section > div {
    padding: 11.5px;
}

.tab-group section a {
    color: #408cc9;
}

.tab-nav {
    list-style: none;
    margin: -2.5em -1px 0 0;
    padding: 0;
    height: 2.5em;
    overflow: hidden;
}

.tab-nav li {
    display: inline;
}

.tab-nav li a {
    top: 1px;
    position: relative;
    display: block;
    float: left;
    border-radius: 10px 10px 0 0;
    background: #e6e9ed;
    line-height: 2em;
    padding: 0 1em;
    text-decoration: none;
    color: grey;
    margin-top: .5em;
    margin-right: 1px;
    -webkit-transition: background 0.2s ease, line-height 0.2s ease, margin 0.2s ease;
    transition: background 0.2s ease, line-height 0.2s ease, margin 0.2s ease;
}

.tab-nav li.active a {
    background: #6EB590;
    color: white;
    line-height: 2.5em;
    margin-top: 0;
}

/* 
    Top links
*/

#top-links {
    background-color: #3d464d;
}

@media only screen and (max-width: 767px) {
    #top-links {
        height: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
    }
    .filter-on #top-links {
        height: 44px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#top-links .tl-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 23px;
}

@media only screen and (max-width: 767px) {
    #top-links .tl-content {
        overflow-x: scroll;
        width: 100%;
    }
}

#top-links .tl-list {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 23px;
}

@media only screen and (max-width: 767px) {
    #top-links .tl-list {
        -webkit-justify-content: inherit;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        white-space: nowrap;
        height: 44px;
    }
}

#top-links .tl-item {
    height: 23px;
}

#top-links .tl-item:last-child .tl-link {
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    #top-links .tl-item:last-child {
        padding-right: 23px;
    }
}

#top-links .tl-link {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 8px;
    font-weight: 600;
    font-size: 11px;
    color: #fff;
    line-height: 23px;
}

#top-links .tl-link-text:before {
    content: '\f105';
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
    Left navigation
*/

.left-nav {
    -webkit-filter: blur(0px);
    filter: none;
}

.left-nav .ln-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-nav .ln-item,
.left-nav .sm-item {
    position: relative;
    margin-bottom: 5px;
}

.left-nav .sm-item {
    margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .left-nav .ln-item,
    .left-nav .sm-item {
        line-height: 44px;
    }
}

.left-nav .ln-link {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-right: 11.5px;
    text-decoration: none;
    color: #000000;
    font-size: 1em;
}

.left-nav .ln-link.active {
    border-bottom: 1px solid #e6e9ed;
    padding-bottom: 5px;
    color: #87212e;
    cursor: pointer;
    margin-bottom: 5px;
}


.left-nav .ln-link.active + .ln-submenu {
    display: block;
}

.left-nav .ln-link.active i {
    opacity: 1;
    margin-left: 5.8px;
    padding-top: 5.8px;
    -webkit-transform: translateX(0) rotate(-90deg);
    -ms-transform: translateX(0) rotate(-90deg);
    transform: translateX(0) rotate(-90deg);
}

.left-nav .ln-link i {
    color: #999;
    opacity: 0;
}

.left-nav .ln-submenu {
    display: none;
    padding-left: 11.5px;
    padding-top: 12px;
    padding-bottom: 12px;
    list-style: none;

}

.left-nav .sm-link {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    font-size: 14px;
    color: #3d464d;
    line-height:20px;

}



.left-nav .sm-link:hover i {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.left-nav .sm-link.active {
    color: #87212e;
}

.left-nav .sm-link.active + .ln-submenu {
    display: block;
}

.left-nav .sm-link i {
    display: none;
    color: #999;
    opacity: 0;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

html.no-scroll .left-nav.active .ln-link{
    color:#ffffff;
}
html.no-scroll .left-nav.active .sm-link{
    color:#ffffff;
}
html.no-scroll .left-nav.active .sm-link.active{
    color:#ffffff;
    font-weight:500;
}

@media only screen and (max-width: 767px) {
    .tout .tout-content ul li + li {
        padding-top: 8mm;
    }
}

.Flex_Grid--tiles .Flex_Grid--Column .touts {
    height: 100%;
}

.touts:last-child .tout {
    margin-bottom: 0px;
}

.tout {
    height: 100%;
    margin-bottom: 23px;
    /*
        MCG Driving Directions
    */
}

.tout .tout-header {
    background-color: #87212e;
    padding: 11.5px 23px;
}


.tout .tout-header .th-title {
    color: #fff;
    margin: 0;
}

.tout .tout-header.transparent {
    background-color: transparent;
}

.tout .tout-header.burgundy {
    background-color: #9A323C;
}

.tout .tout-header.white {
    background-color: #ffffff;
}

.tout .tout-header.white > .th-title {
    color: #000000;
}

.tout .tout-header.concrete {
    background-color: #f2f2f2;
}

.tout .tout-header.concrete > .th-title {
    color: #000000;
}

.tout .tout-header.aqua {
    background-color: #6688a3;
}

.tout .tout-header.maroon {
    background-color: #87212e;
}

.tout .tout-header.grey {
    background-color: #635850;
}

.tout .tout-header.green {
    background-color: #998a42;
}
.tout .tout-header.navy{
    background:#f7f7f7;
}
.tout .tout-header.navy h3.th-title{
    color:#2a3a49 !important;
    font-size:36px !important;
}
.tout .tout-header.navy + .tout-content p a{
    font-size:18px !important;
    color:#2a3a49 !important;
}
.tout .tout-header.navy + .tout-content p a::after{
    content: ">";
    padding-left: 4px;
}
.tout .tout-header.navy + .tout-content{
    border:0 !important;
    background:#f7f7f7;
    height:auto;
}

.tout .tout-content {
    border-bottom: 1px solid #e6e9ed;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    padding: 11.5px 0;
    height: calc(100% - 48px);
}

.tout .tout-content.no-padding {
    border: none;
    padding: 0;
}

.tout .tout-content.no-padding-top {
    padding-top: 0;
}

.tout .tout-content .wistia_responsive_padding {
    margin-bottom: -11.5px;
}

.tout .tout-content p {
    padding: 0 23px;
    margin-top: 0;
}

.tout .tout-content ul {
    font-size: 16px;
    font-weight: 400;
    padding: 0 23px 0 46px;
    margin: 0;
}

.tout .tout-content ul.download {
    list-style: none;
}

.tout .tout-content ul.download li {
    position: relative;
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 11.5px;
}

.tout .tout-content ul.download li:before {
    content: '';
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADmklEQVRYhc2VSWgTURjHgycFPVsEtQdRXE96UFDxZHtRXFDRClrxICoIIl7EhWo9eFDEi+jFBRFxqRUFccEusY11abSKjSa2WZqmbZaZzGRt+/d9r5nxzSSpk9iCD34Mb/Le/P7vmy+Jzfafj6l+vx+Ez+fT0e4FAgH09fUhGAyiv7+fEwqFMDAwgMHBQY7T6VzPnjOl3AAVotzr9eoBSG4OQHIxwNDQELq7u4lzRQ3RShsmAwpEAXp6enhQj8dzpmCAMFssr5g5odAzqVIUgK7xeJxXjVXwdF6A0FwbzGRZWZOtLYgcOzI2D/Yh9dmJcG0Nnw+zMqe+OKE8fpS3V4NOHg6HeYBUKgVJkngl2H1jJYJssZm0x43Q5mok3znG5r88CK5cAvX1yz/zAvtEtABut1vvIbrncrnoeldvTP8cG8xkWRMpTW8QOrCfz0lI19TPH2Ofs9ImqSKXL+bt1SBZJBJBNBpFLBbjUBVkWeYw9XQeoJctNpNiFTDMWQDfupVQP37Q54X2GejtLSqnnmDqWTyAe7YNZhLfvhrmadYDSucneGu28Xmy+3veHjP0lS0mVxSFAlTyAC62eDKgd15MbgjwnS2eDOhrV0iuqipHD8DGbMb8Iqxrbm5GU1OTTktLC6e1tRV2ux1tbW1ob2/nOBwOdHR0oKuri/8iamKzPJFIGAJMY8wowmJqJjP0fjUK/UeQnBpQLLkoTyaThgDjjUp6kBmtuQj51VPED22HfP2SodyFTq3JSwogysSu1ohfqYfs+gZ5d7VBXExOv4qE5QCiTGwq/bQNdxB/cBvyvi3jijV5Op3mWA6QJ8ydUj9tMABp7ULEr14cVyzKM5mM9QAGWe6EIiSU1iyC2vnBkpjIZrPWA5hlIiRTO99D2rAa8uljlsTE8PCw9QBmoQjJ5JNHody8BrXxPpR7t/8qJkZGRqwHMJfVQMCHyPJ5SLx3QLlxDbH9NYju2Aj5Qj2ks6cgn6/LExOjo6PWA5jLqqG+eIZo9WrE9m6D+vwpMqrCT6s2PoR04jiUO7cwsHSBQU5igoblAGJJiZTfC+lgLeIX6hBetQxpWTKUmZ+YQr+1I+PtNYg1eUkBtPeoEavdyUNENlUhaW/Oe7/mUotScVgOIJ6MiB09jOiurUg8aRhXWkxccgBRUkhYirSsAKKokLAUaVkBzLJyhWUHmBDbPwSoYFQx9kwwVbln/3VMzS2snGAqcs+2/QZXZB6MU7ZPlQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    top: 0;
    margin-left: -23px;
}

.tout .tout-content ul ul {
    padding: 0 23px;
}

.tout .tout-content img {
    width: 100%;
    line-height: 0;
    margin-bottom: 11.5px;
}

.tout .tout-content img.no-margin {
    margin: 0;
    display: block;
}

.tout .tout-content a {
    color: #408cc9;
}

.tout .tout-content i {
    margin-left: 5.8px;
}

.tout #directions form {
    padding: 0 23px;
}

.tout #directions form p {
    padding: 0;
}

.tout #directions form input[type="text"] {
    border: 1px solid #e6e9ed;
    width: 100%;
    padding: 7px 5px;
    margin-bottom: 11.5px;
}

.tout #directions form select {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 11.5px;
    border: 1px solid #e6e9ed;
    border-radius: 3px;
    padding: 7px 5px;
}

.tout #directions form .btn {
    border: 1px solid #e6e9ed;
    background: #fff;
    color: #666;
    border-radius: 4px;
    text-indent: 0;
    display: inline-block;
    font: normal 12px 'Open Sans';
    padding: 7px 14px;
    cursor: pointer;
    text-align: center;
    outline: none;
}

.tout #directions form .btn.blue {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    margin-left: 0;
}

.grid_16.bottom-section {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 46px;
    border-top: 1px solid #e6e9ed;
}

.grid_16.bottom-section .touts {
    -webkit-flex: 1 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    margin: 0 11.5px;
}

.grid_16.bottom-section .touts:first-of-type {
    margin-left: 0;
}

.grid_16.bottom-section .touts:last-of-type {
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .grid_16.bottom-section {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-top: 0;
        border-top: none;
    }
    .grid_16.bottom-section .touts {
        margin: 0 !important;
        width: 100%;
    }
}

.japan-tout {
    margin: 0 0 23px;
}

.japan-tout img {
    display: block;
}

.japan-tout a {
    display: block;
    margin-bottom: -4px;
}

.italy-tout {
    margin: 0 0 23px;
}

.italy-tout img {
    display: block;
}

.italy-tout a {
    display: block;
}

/*
    News
*/

.news {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.grid_8 .news {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.grid_8 .news .news-item {
    border: none;
    border-bottom: 1px solid #e6e9ed;
    padding: 23px 11.5px;
}

.grid_8 .news .news-item:first-of-type {
    border-left: none;
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .grid_8 .news .news-item:first-of-type {
        border-top: none;
    }
}

.grid_8 .news .news-item:last-child {
    border-bottom: none;
}

.grid_11 .news {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.grid_11 .news .news-item {
    border: none;
    border-bottom: 1px solid #e6e9ed;
    padding: 23px 11.5px;
}

.grid_11 .news .news-item:first-of-type {
    border-left: none;
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .grid_11 .news .news-item:first-of-type {
        border-top: none;
    }
}

.grid_11 .news .news-item:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    .news {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.news .news-item {
    -ms-flex: 1 0;
    -webkit-flex: 1 0;
    -webkit-box-flex: 1;
    flex: 1 0;
    border-top: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
    padding: 34.5px;
}

.news .news-item:first-child {
    border-left: 1px solid #e6e9ed;
}

@media only screen and (max-width: 767px) {
    .news .news-item {
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #e6e9ed;
        padding: 23px 11.5px;
    }
    .news .news-item:first-child {
        border-top: 1px solid #e6e9ed;
        border-left: none;
    }
    .news .news-item:last-child {
        border-bottom: none;
    }
}

.news .release-date {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #3d464d;
}

.news .release-date span {
    color: #47525d;
}

.news .article-title {
    color: #3d464d;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news .article-desc {
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news .read-more {
    margin: 0;
    font-size: 12px;
    color: #08c;
    text-decoration: none;
}

.news .read-more i {
    margin-left: 5.8px;
}

.homepage-banner {
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .homepage-banner {
        margin-top: 0;
    }
}

.homepage-banner .hb-content {
    overflow: hidden;
    position: relative;
    height: 276px;
}

.homepage-banner .hb-content .hb-slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.homepage-banner .hb-content .hb-slide:first-of-type {
    display: block;
}

.homepage-banner .hb-content .hb-slide header {
    position: absolute;
    left: 23px;
    color: #fff;
    max-width: 531px;
}

@media only screen and (max-width: 767px) {
    .homepage-banner .hb-content .hb-slide header {
        left: 0;
        height: 100%;
        width: 100%;
        max-width: none;
        padding: 0 23px;
        background-color: rgba(0, 0, 0, 0.2);
    }
}

.homepage-banner .hb-content .hb-slide header h1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 23px 0 0;
    font-weight: 400;
    font-size: 36px;
    padding-bottom: 5.8px;
    color:#fff;
}

@media only screen and (max-width: 767px) {
    .homepage-banner .hb-content .hb-slide header h1 {
        font-size: 21px;
    }
}

.homepage-banner .hb-content .hb-slide header h3 {
    font-weight: 400;
    color:#ffffff;
}

.homepage-banner .hb-content .hb-slide header{
    text-shadow: 1px 1px 3px #575757;
}

@media only screen and (max-width: 767px) {
    .homepage-banner .hb-content .hb-slide header h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.homepage-banner .hb-content .hb-slide figure {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    line-height: 0;
    height: 276px;
}

.homepage-banner .hb-content .hb-slide figure img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: 276px;
    object-fit: cover;
}

.homepage-banner .hb-content .hb-slide figure picture {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.homepage-banner .hb-content .hb-slide a {
    position: absolute;
    bottom: 23px;
    left: 23px;
    text-decoration: none;
    color: #fff;
    background-color: #5887C6;
    padding: 0 5.5px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
}

.homepage-banner .hb-content .hb-slide a:hover {
    background-color: #87212e;
}

.homepage-banner .hb-content .hb-thumbnails {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 23px;
    right: 23px;
}

@media only screen and (max-width: 767px) {
    .homepage-banner .hb-content .hb-thumbnails {
        display: none;
    }
}

.homepage-banner .hb-content .hb-thumbnails .hb-thumbnail {
    outline: 2px solid #fff;
    margin-left: 11.5px;
    cursor: pointer;
    line-height: 0;
    -webkit-transition: outline-width 0.2s ease 0s;
    transition: outline-width 0.2s ease 0s;
}

.homepage-banner .hb-content .hb-thumbnails .hb-thumbnail:hover {
    outline-width: 4px;
}

.homepage-banner .hb-content .hb-thumbnails .hb-thumbnail img {
    width: 66px;
    height: 53px;
}

input,
textarea {
    font-family: 'Open Sans' !important;
    font-size: 12px !important;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

form {
    margin-bottom: 11.5px;
}

form.modal-reveal {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background: #fff;
    width: 500px;
    -webkit-transform: translate(-50%, -50%) translateZ(0px);
    -ms-transform: translate(-50%, -50%) translateZ(0px);
    transform: translate(-50%, -50%) translateZ(0px);
}

@media only screen and (max-width: 767px) {
    form.modal-reveal {
        width: calc(100% - 30px);
    }
}

form .form_row_description + .form_row {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

form .form_row_description + .form_row .form_leftcol {
    display: none;
}

form .form_row_description + .form_row .form_error {
    color: #87212e;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    font-weight: 400;
    font-size: 12px;
    padding: 11.5px 15px;
}

form .form_row_description + .form_row .form_error:before {
    content: '*';
    margin-right: 5.8px;
    font-weight: 600;
}

form .radio .form_row_description + .form_row .form_error {
    width: calc(100% + 2px);
}

form .checkbox .form_row_description + .form_row .form_error {
    width: calc(100% + 2px);
}

form .image .form_row_description + .form_row .form_error {
    width: calc(100% + 2px);
}

form .dropdown .form_row_description + .form_row .form_error {
    width: calc(100% + 2px);
}

form .text {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    border: 1px solid #E6E9ED;
    border-bottom: none;
}

form .text .form_row {
    -webkit-transition: background-color 0.3s ease-in-out 0s;
    transition: background-color 0.3s ease-in-out 0s;
}

form .text .form_row.active {
    background-color: rgba(79, 165, 195, 0.09);
}

form .text .form_field_text,
form .text .form_field_textarea {
    width: 100% !important;
    border: none !important;
    background: none !important;
    outline: none;
    color: #8d9aa5;
}

form .text .form_leftcolmark {
    display: none;
}

form .text .form_leftcol {
    padding: 11.5px 11.5px;
}

form .text .form_rightcol {
    padding: 5.8px 11.5px 11.5px;
}

form .text .form_leftcollabel {
    pointer-events: none;
    position: relative;
    top: 30px;
    font-weight: 400;
    font-size: 12px;
    opacity: 0;
    padding-left: 2px;
    color: #635850;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

form .text .form_leftcollabel.active {
    top: 0;
    opacity: 1;
}

form .radio {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 11.5px;
    border-bottom: 1px solid #E6E9ED;
}

@media only screen and (max-width: 767px) {
    form .radio {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

form .radio .form_row:nth-child(1) {
    width: 100%;
}

form .radio .form_leftcol {
    padding: 11.5px 13px 34.5px;
}

form .radio .form_leftcollabel {
    font-weight: 400;
    color: #635850;
}

form .radio .form_leftcolmark {
    display: none;
}

form .radio .form_rightcol {
    padding: 5.8px 11.5px 11.5px;
}

form .checkbox {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 11.5px;
    border-bottom: 1px solid #E6E9ED;
}

@media only screen and (max-width: 767px) {
    form .checkbox {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

form .checkbox .form_row:nth-child(1) {
    width: 100%;
}

form .checkbox .form_leftcol {
    padding: 11.5px 13px 34.5px;
}

form .checkbox .form_leftcollabel {
    font-weight: 400;
    color: #635850;
}

form .checkbox .form_leftcolmark {
    display: none;
}

form .checkbox .form_rightcol {
    padding: 5.8px 11.5px 11.5px;
}

form .image {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 11.5px;
    border-bottom: 1px solid #E6E9ED;
}

form .image .form_row:nth-child(1) {
    width: 100%;
}

form .image .form_leftcol {
    padding: 11.5px 13px 34.5px;
}

form .image .form_leftcollabel {
    font-weight: 400;
    color: #635850;
}

form .image .form_leftcolmark {
    display: none;
}

form .image .form_rightcol {
    padding: 10.5px 11.5px 11.5px;
}

form .dropdown {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 11.5px;
    border-bottom: 1px solid #E6E9ED;
}

form .dropdown .form_row:nth-child(1) {
    width: 100%;
}

form .dropdown .form_leftcol {
    padding: 11.5px 13px 34.5px;
}

form .dropdown .form_leftcollabel {
    font-weight: 400;
    color: #635850;
}

form .dropdown .form_leftcolmark {
    display: none;
}

form .dropdown .form_rightcol {
    position: relative;
    padding: 5.8px 11.5px 11.5px;
}

form .dropdown .form_rightcol:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 23px;
    top: 18px;
}

form .dropdown .form_field_select {
    width: 100%;
    padding: 8px 11.5px;
    color: #635850;
    border: 1px solid #E6E9ED;
    -webkit-appearance: none;
}

form .end .form_rightcol {
    text-align: center;
}

form .end .form_button_submit {
    -webkit-appearance: none;
    width: 100%;
    color: #6688a3;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 17.5px;
    outline: none;
    font-size: 12px;
    margin: 0;
    cursor: pointer;
}

form .form > .form_error {
    display: none;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    d cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
}

#searchForm {
    margin: 0;
    border: none;
}

.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM0MTQ0NDg7fQ0KPC9zdHlsZT4NCjxnIGlkPSJGUE8iPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfSWNvbnMiPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfMV8iPg0KPC9nPg0KPGcgaWQ9IkJhZyI+DQo8L2c+DQo8ZyBpZD0iR2xvYmFsX05hdl9MYXJnZV9JY29ucyI+DQoJPHBhdGggaWQ9IlNlYXJjaF8xXyIgY2xhc3M9InN0MCIgZD0iTTE4LDE4LjNsLTQuNC00LjRjMC45LTEsMS40LTIuNCwxLjQtMy45YzAtMy4zLTIuNy02LTYtNnMtNiwyLjctNiw2czIuNyw2LDYsNg0KCQljMS41LDAsMi44LTAuNSwzLjktMS40bDQuNCw0LjRMMTgsMTguM3ogTTksMTVjLTIuOCwwLTUtMi4yLTUtNXMyLjItNSw1LTVzNSwyLjIsNSw1UzExLjgsMTUsOSwxNXoiLz4NCjwvZz4NCjxnIGlkPSJHbG9iYWxfTmF2X0xhcmdlXzFfIj4NCjwvZz4NCjxnIGlkPSJHdWlkZXMiPg0KPC9nPg0KPGcgaWQ9Ik5PVEVTIj4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: 12px 5px;
    background-repeat: no-repeat;
    background-size: 20px 22px;
    margin: 0 0 23px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e6e9ed;
    padding: 5.8px 11.5px 5.8px 40px;
    line-height: 22px;
    color: #3d464d;
    -webkit-transition: box-shadow 0.5s ease-in-out 0s;
    transition: box-shadow 0.5s ease-in-out 0s;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: 0 0 16px rgba(0, 136, 204, 0.5);
}

.list-group {
    margin: 23px 0 0;
    padding: 0;
    list-style: none;
}

.list-group .list-group-item-heading {
    color: #3d464d;
}

.list-group .list-group-item {
    margin-bottom: 23px;
}

.list-group .list-group-item:last-child {
    margin-bottom: 46px;
}

.list-group .list-group-item .path a {
    color: #408cc9;
    word-break: break-word;
}

.promoted-pages .panel-heading {
    background-color: #D7B051;
    color: #fff;
    padding: 11.5px 23px;
}

.promoted-pages .list-group {
    border-bottom: 1px solid #e6e9ed;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    margin: 0 0 23px;
    padding: 11.5px 0;
}

.promoted-pages .panel-title {
    margin: 0;
}

.promoted-pages .list-group-item {
    padding: 0 46px;
    position: relative;
}

.promoted-pages .list-group-item:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
    margin-left: -23px;
    color: #D7B051;
    position: absolute;
    top: 3px;
}

.panel-footer {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-top: 1px solid #e6e9ed;
    text-align: center;
    padding-top: 23px;
}

.panel-footer #paging-results {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border: none;
}

.panel-footer #paging-results input[type="text"] {
    text-align: center;
    border: 1px solid #e6e9ed;
    width: 40px;
    border-radius: 3px;
    margin-right: 5.8px;
}

.panel-footer #paging-results + span {
    line-height: 35px;
    margin-left: 5.8px;
}

.panel-footer .prev,
.panel-footer .next {
    color: #635850;
    background-color: #f7f7f7;
    padding: 11.5px 5.8px;
    margin: 0 11.5px;
}

.panel-footer a {
    color: #6688a3;
}

#upgrade-browser {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    overflow: hidden;
    background-color: #fff;
}

#upgrade-browser .upgrade-browser {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 760px;
    height: 100%;
    max-height: 280px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lt9 #upgrade-browser .upgrade-browser {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

#upgrade-browser .ub-header {
    background-color: #635850;
    padding: 11.5px 23px 10.5px;
}

#upgrade-browser .ub-header .ub-title {
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

#upgrade-browser .ub-content {
    border-bottom: 1px solid #e6e9ed;
    border-left: 1px solid #e6e9ed;
    border-right: 1px solid #e6e9ed;
    padding: 44px 0;
}

#upgrade-browser .ub-content .ub-caption {
    text-align: center;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 34.5px;
}

#upgrade-browser .ub-content .ub-list {
    list-style: none;
    white-space: nowrap;
    text-align: center;
}

#upgrade-browser .ub-content .ub-list .ub-item {
    display: inline-block;
    width: 70px;
    margin: 0 35px;
}

#upgrade-browser .ub-content .ub-list .figure {
    margin: 0;
}

#upgrade-browser .ub-content .ub-list .figure img {
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 23px;
    border: 0;
}

#upgrade-browser .ub-content .ub-list .figure a {
    display: block;
    position: relative;
    font-size: 14px;
    color: #47525d;
    font-weight: 300;
}

#upgrade-browser .ub-content .ub-list .figure a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e6e9ed;
    bottom: -11px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.lt9 #upgrade-browser .ub-content .ub-list .figure a:after {
    visibility: hidden;
}

#upgrade-browser .ub-content .ub-list .figure a:hover:after {
    bottom: -8px;
    opacity: 1;
}

.lt9 #upgrade-browser .ub-content .ub-list .figure a:hover:after {
    visibility: visible;
}

.ie-old #top-links {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

.ie-old #top-links .tl-content {
    width: 980px;
}

.ie-old #top-links .tl-list {
    text-align: right;
    line-height: 22px;
}

.ie-old #global-nav {
    position: fixed;
    top: 22px;
    z-index: 9999;
    width: 100%;
}

.ie-old #global-nav .gn-link-moog {
    background-image: url(../content/dam/logo.png);
}

.lt9 .ie-old #global-nav .gn-link-moog {
    background-image: none;
}

.lt9 .ie-old #global-nav .gn-link-moog img {
    display: inline-block;
}

.ie-old #global-nav .gn-content {
    width: 980px;
}

.ie-old #global-nav .gn-list {
    display: block;
    zoom: 1;
    display: inline-block;
}

.ie-old #global-nav .gn-list:before,
.ie-old #global-nav .gn-list:after {
    content: "";
    display: table;
}

.ie-old #global-nav .gn-list:after {
    clear: both;
}

.ie-old #global-nav .gn-list:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.ie-old #global-nav .gn-list .gn-item {
    float: left;
}

.ie-old #global-nav .gn-list .gn-item.gn-item-flag {
    display: inline-block;
    height: 89px;
    text-align: right;
    float: right;
    line-height: 89px;
}

.ie-old #global-nav .gn-list .gn-item.gn-item-flag .gn-link-text,
.ie-old #global-nav .gn-list .gn-item.gn-item-flag img {
    vertical-align: middle;
}

.ie-old #global-nav .gn-list .gn-item.gn-item-flag img {
    border: 0;
}

.lt9 #global-nav .gn-link-moog {
    background-image: none;
    display: table-cell;
    height: 89px;
    vertical-align: middle;
}

.lt9 #global-nav .gn-link-moog img {
    display: inline-block;
    width: 170px;
    height: auto;
    border: 0;
}

/*
    Media queries

    @media only screen and (max-width: 1023px)
    @media only screen and (max-width: 767px)
    @media only screen and (max-width: 419px)

*/

.font-awesome {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}






ul,
ol {
    margin: 5.8px 0;
    padding: 0 23px;
}

li.popular {
    margin-bottom: 5.8px;
    list-style: none !important;
}

li.popular:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f006";
    color: #D7B051;
    margin-left: -18.75px;
    padding-right: 7.75px;
}

li.small-margin {
    margin-bottom: 5.8px !important;
}

li.circle {
    list-style-type: circle !important;
}

p.large {
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    p.large {
        font-size: 12px;
    }
}

a {
    cursor: pointer;
    text-decoration: none;
}

sub {
    font-size: 10px;
}

/*
    Global navigation
*/

#global-nav {
    position: relative;
}

@media only screen and (max-width: 767px) {
    #global-nav {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.no-scroll #global-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9997;
}

#global-nav .gn-content {
    max-width: 980px;
    padding: 0 23px;
    margin: 0 auto 11.5px;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-content {
        margin: 0;
        padding: 0;
    }
}

#global-nav .gn-header {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #e6e9ed;
    width: 100%;
    height: 48px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-header {
        display: block;
    }
}

#global-nav .gn-header .gn-item {
    line-height: 48px;
    height: 48px;
}

#global-nav .gn-header .gn-item.gn-menuicon {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 44px;
}

.filter-on #global-nav .gn-header .gn-item.gn-menuicon {
    pointer-events: none;
}

#global-nav .gn-header .gn-item.gn-moog {
    margin: auto;
    text-align: center;
}

#global-nav .gn-header .gn-item.gn-moog .gn-link-moog {
    width: 130px;
    height: 48px;
    margin: 0;
    background-size: 130px 48px;
}

#global-nav .gn-header .gn-item.gn-item-flag {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15px;
    width: 25px;
}

#global-nav .gn-header .gn-item.gn-item-flag img {
    width: 100%;
    height: auto;
}

#global-nav .gn-list {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-list {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: end;
        -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9998;
        background-color: #f5f7fa;
        padding: 0 15px 15px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
        transition: -webkit-transform 0.5s ease-in-out 0s;
        transition: transform 0.5s ease-in-out 0s;
        transition: transform 0.5s ease-in-out 0s, -webkit-transform 0.5s ease-in-out 0s;
    }
    .filter-on #global-nav .gn-list {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#global-nav .gn-list .gn-item {
    line-height: 23px;
    height: 23px;
}

#global-nav .gn-list .gn-item.gn-item-moog {
    width: 50%;
    height: auto;
}

#global-nav .gn-list .gn-item.gn-item-flag {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 50%;
    height: auto;
}

#global-nav .gn-list .gn-item.gn-item-flag img {
    width: 28px;
    height: auto;
}

#global-nav .gn-list .gn-item.gn-item-flag .gn-link-text {
    margin-left: 11.5px;
    font-size: 20px;
    color: #414448;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-list .gn-item.gn-item-search {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

#global-nav .gn-list .gn-item:nth-child(4) {
    margin-left: -17px;
}

#global-nav .gn-list .gn-item:hover .gn-link-dropdown + .gn-dropdown {
    display: block;
}

#global-nav .gn-list .gn-item:hover .gn-link-dropdown + .gn-dropdown .dd-content {
    opacity: 1;
    -webkit-transform: translateY(0px) translateZ(0) scale(1, 1);
    -ms-transform: translateY(0px) translateZ(0) scale(1, 1);
    transform: translateY(0px) translateZ(0) scale(1, 1);
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-list .gn-item:hover .gn-link-dropdown + .gn-dropdown {
        display: none !important;
    }
}

#global-nav .gn-list .gn-item:hover .gn-link-dropdown:after {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-list .gn-item {
        line-height: 44px;
        height: 44px;
        width: 100%;
        text-align: center;
    }
    #global-nav .gn-list .gn-item.gn-item-moog,
    #global-nav .gn-list .gn-item.gn-item-flag {
        display: none;
    }
    #global-nav .gn-list .gn-item:nth-child(4) {
        margin-left: 0;
    }
}

#global-nav .gn-link {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 16px;
    font-weight: 600;
    font-size: 11px;
    color: #414448;
}

#global-nav .gn-link-dropdown {
    position: relative;
}

#global-nav .gn-link-dropdown:before {
    content: '';
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-link-dropdown:before {
        content: none;
    }
}

#global-nav .gn-link-dropdown:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    left: 50%;
    opacity: 0;
    border-bottom: 10px solid #f7f7f7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-link-dropdown:after {
        content: none;
    }
}

#global-nav .gn-ld-icon {
    margin-left: 5.8px;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-ld-icon {
        display: none;
    }
}

#global-nav .gn-link-moog {
    width: 170px;
    height: 78px;
    padding: 0;
    margin-top: 8px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzODguNSA1NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg4LjUgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM4NzIxMkU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDUyLjZWNWgxMS43YzAsMCwzMy4zLDQwLjQsMzQuMiw0Mi4yQzQ2LjgsNDUuNSw3OS4yLDUsNzkuMiw1aDExLjd2NDcuNmgtOXYtMzZsLTI5LjcsMzZIMzkuNkw5LDE1Ljh2MzYuOQ0KCQlIMFY1Mi42eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNDUuOCwzLjNjLTI0LjMsMC00NC45LDEwLjgtNDQuOSwyNS4yYzAsMTMuNCwxOS43LDI1LjEsNDQuOSwyNS4xczQ0LjktMTAuOCw0NC45LTI1LjNTMTcwLjEsMy4zLDE0NS44LDMuM3oNCgkJIE0xNDUuOCw0OC4xYy0xOCwwLTMyLjQtOS0zMi40LTE5LjhzMTQuNC0xOS44LDMyLjQtMTkuOHMzMi40LDksMzIuNCwxOS44UzE2My44LDQ4LjEsMTQ1LjgsNDguMXoiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQ1LjYsMy4zYy0yNC4zLDAtNDQuOSwxMC44LTQ0LjksMjUuMmMwLDEzLjUsMTkuOCwyNS4yLDQ0LjksMjUuMnM0NC45LTEwLjgsNDQuOS0yNS4yUzI2OS44LDMuMywyNDUuNiwzLjN6DQoJCSBNMjQ1LjYsNDguMWMtMTgsMC0zMi40LTktMzIuNC0xOS44czE0LjQtMTkuOCwzMi40LTE5LjhzMzIuNCw5LDMyLjQsMTkuOFMyNjMuNiw0OC4xLDI0NS42LDQ4LjF6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM4OC41LDQwLjNjMCwwLjktMjAuNywxMy41LTQzLjEsMTMuNWMtMjUuMiwwLTQ0LjktMTEuNy00NC45LTI1LjJzMTkuOC0yNS4zLDQ0LjktMjUuMw0KCQljMjAuNywwLDM3LjgsOC4xLDQzLjEsMTguOWwtMTIuNiwyLjdjLTIuNy05LTE2LjItMTUuMy0zMS41LTE1LjNzLTMyLjQsOS0zMi40LDE5LjhzMTYuMiwxOC45LDMyLjQsMTguOXMyOS43LTksMzQuMi0xMS43di0xLjgNCgkJaC0yNy45di01LjRoMzcuOFY0MC4zeiIvPg0KPC9nPg0KPC9zdmc+DQo=);
    background-position: center center;
    background-size: 170px 78px;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-link-moog {
        width: 150px;
        height: 48px;
        margin-top: 0;
    }
}

#global-nav .gn-link-moog .gn-link-text {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

#global-nav .gn-link-moog img {
    display: none;
}

#global-nav .gn-menuanchor {
    display: block;
    position: relative;
    top: 22px;
    width: 12px;
    height: 2px;
    padding: 0;
    background-color: #8d9aa5;
}

#global-nav .gn-menuanchor:before,
#global-nav .gn-menuanchor:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    top: -4px;
    background-color: #8d9aa5;
}

#global-nav .gn-menuanchor:after {
    width: 8px;
    top: 4px;
}

#global-nav .gn-menuanchor .gn-link-text {
    position: absolute;
    top: -24px;
    left: -15px;
    height: 48px;
    width: 44px;
    text-indent: -9999px;
}

#global-nav .gn-link-text {
    display: inline-block;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

#global-nav .gn-link-search {
    display: inline-block;
    width: 20px;
    height: 22px;
    padding-left: 8px;
    box-sizing: content-box;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM0MTQ0NDg7fQ0KPC9zdHlsZT4NCjxnIGlkPSJGUE8iPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfSWNvbnMiPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfMV8iPg0KPC9nPg0KPGcgaWQ9IkJhZyI+DQo8L2c+DQo8ZyBpZD0iR2xvYmFsX05hdl9MYXJnZV9JY29ucyI+DQoJPHBhdGggaWQ9IlNlYXJjaF8xXyIgY2xhc3M9InN0MCIgZD0iTTE4LDE4LjNsLTQuNC00LjRjMC45LTEsMS40LTIuNCwxLjQtMy45YzAtMy4zLTIuNy02LTYtNnMtNiwyLjctNiw2czIuNyw2LDYsNg0KCQljMS41LDAsMi44LTAuNSwzLjktMS40bDQuNCw0LjRMMTgsMTguM3ogTTksMTVjLTIuOCwwLTUtMi4yLTUtNXMyLjItNSw1LTVzNSwyLjIsNSw1UzExLjgsMTUsOSwxNXoiLz4NCjwvZz4NCjxnIGlkPSJHbG9iYWxfTmF2X0xhcmdlXzFfIj4NCjwvZz4NCjxnIGlkPSJHdWlkZXMiPg0KPC9nPg0KPGcgaWQ9Ik5PVEVTIj4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: center center;
    background-size: 20px 22px;
    background-repeat: no-repeat;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-link-search {
        display: none;
    }
}

#global-nav .gn-link-worldwide {
    display: inline-block;
    width: 20px;
    height: 22px;
    padding-left: 8px;
    box-sizing: content-box;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM0MTQ0NDg7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCw0Yy00LjEsMC03LjUsMy40LTcuNSw3LjVTNS45LDE5LDEwLDE5czcuNS0zLjQsNy41LTcuNVMxNC4xLDQsMTAsNHogTTE2LjUsMTFoLTIuN2MwLTEuMS0wLjItMi4xLTAuNC0zDQoJYzAuNi0wLjIsMS4yLTAuMywxLjctMC42QzE1LjgsOC40LDE2LjQsOS42LDE2LjUsMTF6IE03LjksMTUuOGMwLjUtMC4xLDEtMC4xLDEuNi0wLjF2Mi4zQzguOSwxNy42LDguMywxNi45LDcuOSwxNS44eiBNNy44LDE3LjYNCgljLTAuOC0wLjMtMS41LTAuNy0yLjEtMS4zQzYuMSwxNi4yLDYuNSwxNiw3LDE1LjlDNy4yLDE2LjYsNy41LDE3LjEsNy44LDE3LjZ6IE0xMi4xLDcuMmMtMC41LDAuMS0xLDAuMS0xLjYsMC4xVjUuMQ0KCUMxMS4xLDUuNCwxMS43LDYuMSwxMi4xLDcuMnogTTEyLjIsNS40YzAuOCwwLjMsMS41LDAuNywyLjEsMS4zQzEzLjksNi44LDEzLjUsNywxMyw3LjFDMTIuOCw2LjQsMTIuNSw1LjksMTIuMiw1LjR6IE05LjUsNS4xdjIuMw0KCUM5LDcuNCw4LjQsNy4zLDcuOSw3LjJDOC4zLDYuMSw4LjksNS40LDkuNSw1LjF6IE03LDcuMUM2LjUsNyw2LjEsNi44LDUuNyw2LjdjMC42LTAuNiwxLjMtMSwyLjEtMS4zQzcuNSw1LjksNy4yLDYuNCw3LDcuMXoNCgkgTTkuNSw4LjRWMTFINy4zYzAtMSwwLjItMiwwLjQtMi44QzguMiw4LjMsOC45LDguNCw5LjUsOC40eiBNOS41LDEydjIuNmMtMC42LDAtMS4zLDAuMS0xLjksMC4yQzcuNCwxNCw3LjMsMTMsNy4zLDEySDkuNXoNCgkgTTEwLjUsMTcuOXYtMi4zYzAuNSwwLDEuMSwwLjEsMS42LDAuMUMxMS43LDE2LjgsMTEuMSwxNy42LDEwLjUsMTcuOXogTTEzLDE1LjljMC41LDAuMSwwLjksMC4yLDEuMywwLjRjLTAuNiwwLjYtMS4zLDEtMi4xLDEuMw0KCUMxMi41LDE3LjEsMTIuOCwxNi42LDEzLDE1Ljl6IE0xMC41LDE0LjZWMTJoMi4yYzAsMS0wLjIsMi0wLjQsMi44QzExLjgsMTQuNywxMS4xLDE0LjYsMTAuNSwxNC42eiBNMTAuNSwxMVY4LjQNCgljMC42LDAsMS4zLTAuMSwxLjktMC4yQzEyLjYsOSwxMi43LDEwLDEyLjcsMTFIMTAuNXogTTE0LjgsNy4xYy0wLjEtMC4xLTAuMi0wLjItMC4zLTAuM0MxNC42LDYuOSwxNC43LDcsMTQuOCw3LjF6IE01LjUsNi44DQoJQzUuNCw2LjksNS4zLDcsNS4yLDcuMUM1LjMsNyw1LjQsNi45LDUuNSw2Ljh6IE01LDcuNEM1LjUsNy42LDYuMSw3LjgsNi43LDhjLTAuMiwwLjktMC40LDEuOS0wLjQsM0gzLjVDMy42LDkuNiw0LjIsOC40LDUsNy40eg0KCSBNMy41LDEyaDIuN2MwLDEuMSwwLjIsMi4xLDAuNCwzYy0wLjYsMC4yLTEuMiwwLjMtMS43LDAuNkM0LjIsMTQuNiwzLjYsMTMuNCwzLjUsMTJ6IE01LjIsMTUuOWMwLjEsMC4xLDAuMiwwLjIsMC4zLDAuMw0KCUM1LjQsMTYuMSw1LjMsMTYsNS4yLDE1Ljl6IE0xNC41LDE2LjJjMC4xLTAuMSwwLjItMC4yLDAuMy0wLjNDMTQuNywxNiwxNC42LDE2LjEsMTQuNSwxNi4yeiBNMTUsMTUuNmMtMC41LTAuMi0xLjEtMC40LTEuNy0wLjYNCgljMC4yLTAuOSwwLjQtMS45LDAuNC0zaDIuN0MxNi40LDEzLjQsMTUuOCwxNC42LDE1LDE1LjZ6Ii8+DQo8L3N2Zz4NCg==);
    background-position: center center;
    background-size: 20px 22px;
    background-repeat: no-repeat;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-link-worldwide {
        width: auto;
        height: auto;
        background-position: center left;
    }
}

#global-nav .gn-search-placeholder {
    display: none;
}

#global-nav .gn-worldwide-placeholder {
    display: none;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-worldwide-placeholder {
        display: inline;
        margin-left: 23px;
    }
}

#global-nav .gn-dropdown {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9998;
    background-color: #f7f7f7;
    padding: 23px;
    margin-top: 11.5px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-dropdown {
        display: none;
    }
}

#global-nav .gn-dropdown .dd-content {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 23px;
    opacity: 0;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translateY(23px) translateZ(0) scale(1, 1);
    -ms-transform: translateY(23px) translateZ(0) scale(1, 1);
    transform: translateY(23px) translateZ(0) scale(1, 1);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

#global-nav .gn-dropdown .li-item {
    line-height: normal;
    font-size: 12px;
    margin-bottom: 5.8px;
}

#global-nav .gn-dropdown .li-item a {
    color: #6688a3;
}

#global-nav .gn-dropdown .sm-item {
    margin-bottom: 0;
    line-height: normal;
}

#global-nav .gn-dropdown .dd-list {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

#global-nav .gn-dropdown .dd-item {
    width: calc(934px / 4);
    word-break: break-word;
    text-align: center;
    margin: 23px 0;
}

#global-nav .gn-dropdown .dd-link {
    display: block;
}

#global-nav .gn-dropdown .dd-market-icon {
    background-image: url(http://images.apple.com/v/mac/home/s/home/images/familybrowser/mac_comp_large.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 54px;
    width: 100%;
    margin: 0 auto 11.5px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#global-nav .gn-dropdown .dd-productsearch {
    -ms-flex: 2 auto;
    -webkit-flex: 2 auto;
    -webkit-box-flex: 2;
    flex: 2 auto;
    padding-right: 92px;
}

#global-nav .gn-dropdown .dd-productsearch p {
    margin-bottom: 23px;
    font-size: 12px;
    color: #3d464d;
}

#global-nav .gn-dropdown .dd-productsearch .ps-searchform {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(141, 154, 165, 0.2);
}

#global-nav .gn-dropdown .dd-productsearch .ps-searchform-submit {
    display: inline-block;
    width: 20px;
    height: 22px;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMzMzMzM7fQ0KPC9zdHlsZT4NCjxnIGlkPSJGUE8iPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfSWNvbnMiPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfMV8iPg0KPC9nPg0KPGcgaWQ9IkJhZyI+DQo8L2c+DQo8ZyBpZD0iR2xvYmFsX05hdl9MYXJnZV9JY29ucyI+DQoJPHBhdGggaWQ9IlNlYXJjaF8xXyIgY2xhc3M9InN0MCIgZD0iTTE4LDE4LjNsLTQuNC00LjRjMC45LTEsMS40LTIuNCwxLjQtMy45YzAtMy4zLTIuNy02LTYtNnMtNiwyLjctNiw2YzAsMy4zLDIuNyw2LDYsNg0KCQljMS41LDAsMi44LTAuNSwzLjktMS40bDQuNCw0LjRMMTgsMTguM3ogTTksMTVjLTIuOCwwLTUtMi4yLTUtNWMwLTIuOCwyLjItNSw1LTVjMi44LDAsNSwyLjIsNSw1QzE0LDEyLjgsMTEuOCwxNSw5LDE1eiIvPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfTGFyZ2VfMV8iPg0KPC9nPg0KPGcgaWQ9Ikd1aWRlcyI+DQo8L2c+DQo8ZyBpZD0iTk9URVMiPg0KPC9nPg0KPC9zdmc+DQo=);
    background-position: center center;
    background-size: 20px 22px;
    background-repeat: no-repeat;
}

#global-nav .gn-dropdown .dd-productsearch .ps-searchform-input {
    border: none;
    outline: none;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    box-shadow: none;
    padding: 0;
    background: transparent;
}

#global-nav .gn-dropdown .dd-productsearch .ps-searchform-clear {
    position: absolute;
    display: inline-block;
    right: 0;
    width: 20px;
    height: 22px;
    border: none;
    cursor: pointer;
    outline: none;
    opacity: 0;
    pointer-events: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5OTk5OTk7fQ0KPC9zdHlsZT4NCjxnIGlkPSJGUE8iPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfSWNvbnMiPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfMV8iPg0KPC9nPg0KPGcgaWQ9IkJhZyI+DQo8L2c+DQo8ZyBpZD0iR2xvYmFsX05hdl9MYXJnZV8xXyI+DQo8L2c+DQo8ZyBpZD0iR3VpZGVzIj4NCjwvZz4NCjxnIGlkPSJOT1RFUyI+DQo8L2c+DQo8Zz4NCgk8cmVjdCB4PSI5LjUiIHk9IjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAtMC43MDcxIDAuNzA3MSAwLjcwNzEgLTQuODQ5MiAxMC4yOTI5KSIgY2xhc3M9InN0MCIgd2lkdGg9IjEiIGhlaWdodD0iMTYiLz4NCgk8cmVjdCB4PSI5LjUiIHk9IjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTAuNzA3MSAtMy44NDkyKSIgY2xhc3M9InN0MCIgd2lkdGg9IjEiIGhlaWdodD0iMTYiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: center center;
    background-size: 20px 22px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#global-nav .gn-dropdown .dd-productsearch .ps-searchform-clear.active {
    pointer-events: all;
    opacity: 1;
}

#global-nav .gn-dropdown .dd-productsearch .easy-autocomplete {
    width: 100% !important;
}

#global-nav .gn-dropdown .dd-productsearch .easy-autocomplete-container ul li div {
    word-break: normal;
    font-size: 12px;
}

#global-nav .gn-dropdown .dd-topresults {
    min-width: 230px;
}

#global-nav .gn-dropdown .tr-list {
    padding-left: 23px;
}

#global-nav .gn-dropdown .tr-item {
    margin-bottom: 7px;
}

#global-nav .gn-dropdown .tr-link {
    color: #3d464d;
    font-size: 12px;
}

#global-nav .gn-dropdown .tr-link:before {
    content: '-';
    margin-left: -9px;
    margin-right: 5px;
}

#global-nav .gn-dropdown .tr-link-text {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#global-nav .gn-menu-controls {
    display: none;
    width: 100%;
    height: 69px;
    line-height: 23px;
    color: #414448;
    padding: 23px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-menu-controls {
        display: block;
        padding: 0;
        height: 69px !important;
        line-height: 69px !important;
    }
}

#global-nav .gn-menu-controls .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 22px;
    padding: 23px 15px;
    box-sizing: content-box;
    cursor: pointer;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5OTk5OTk7fQ0KPC9zdHlsZT4NCjxnIGlkPSJGUE8iPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfSWNvbnMiPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfMV8iPg0KPC9nPg0KPGcgaWQ9IkJhZyI+DQo8L2c+DQo8ZyBpZD0iR2xvYmFsX05hdl9MYXJnZV8xXyI+DQo8L2c+DQo8ZyBpZD0iR3VpZGVzIj4NCjwvZz4NCjxnIGlkPSJOT1RFUyI+DQo8L2c+DQo8Zz4NCgk8cmVjdCB4PSI5LjUiIHk9IjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAtMC43MDcxIDAuNzA3MSAwLjcwNzEgLTQuODQ5MiAxMC4yOTI5KSIgY2xhc3M9InN0MCIgd2lkdGg9IjEiIGhlaWdodD0iMTYiLz4NCgk8cmVjdCB4PSI5LjUiIHk9IjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTAuNzA3MSAtMy44NDkyKSIgY2xhc3M9InN0MCIgd2lkdGg9IjEiIGhlaWdodD0iMTYiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: center center;
    background-size: 20px 22px;
    background-repeat: no-repeat;
}

#global-nav.search-show .gn-link-text,
#global-nav.search-open .gn-link-text,
#global-nav.search-show .gn-link-search,
#global-nav.search-open .gn-link-search,
#global-nav.search-show .gn-link-worldwide,
#global-nav.search-open .gn-link-worldwide {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0.5) rotateY(90deg);
    -ms-transform: scale(0.5) rotateY(90deg);
    transform: scale(0.5) rotateY(90deg);
}

@media only screen and (max-width: 767px) {
    #global-nav.search-show .gn-link-text,
    #global-nav.search-open .gn-link-text {
        opacity: 1;
        pointer-events: all;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }
}

#global-nav.search-closing .gn-link-text,
#global-nav.search-closing .gn-link-search,
#global-nav.search-closing .gn-link-worldwide {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

#global-nav .gn-searchform {
    display: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-bottom: 1px solid #e6e9ed;
}

@media only screen and (max-width: 767px) {
    #global-nav .gn-searchform {
        display: -ms-flex;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }
}

#global-nav .gn-searchform-submit {
    display: inline-block;
    width: 20px;
    height: 33px;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMzMzMzM7fQ0KPC9zdHlsZT4NCjxnIGlkPSJGUE8iPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfSWNvbnMiPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfMV8iPg0KPC9nPg0KPGcgaWQ9IkJhZyI+DQo8L2c+DQo8ZyBpZD0iR2xvYmFsX05hdl9MYXJnZV9JY29ucyI+DQoJPHBhdGggaWQ9IlNlYXJjaF8xXyIgY2xhc3M9InN0MCIgZD0iTTE4LDE4LjNsLTQuNC00LjRjMC45LTEsMS40LTIuNCwxLjQtMy45YzAtMy4zLTIuNy02LTYtNnMtNiwyLjctNiw2YzAsMy4zLDIuNyw2LDYsNg0KCQljMS41LDAsMi44LTAuNSwzLjktMS40bDQuNCw0LjRMMTgsMTguM3ogTTksMTVjLTIuOCwwLTUtMi4yLTUtNWMwLTIuOCwyLjItNSw1LTVjMi44LDAsNSwyLjIsNSw1QzE0LDEyLjgsMTEuOCwxNSw5LDE1eiIvPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfTGFyZ2VfMV8iPg0KPC9nPg0KPGcgaWQ9Ikd1aWRlcyI+DQo8L2c+DQo8ZyBpZD0iTk9URVMiPg0KPC9nPg0KPC9zdmc+DQo=);
    background-position: center center;
    background-size: 20px 33px;
    background-repeat: no-repeat;
}

#global-nav .gn-searchform-input {
    background-color: transparent;
    border: none;
    outline: none;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*
    Global search - continued from navigation
*/

#global-search {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: -4px;
    background-color: #fff;
    padding: 0 23px;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

#global-search:after {
    content: '';
    position: absolute;
    left: 0;
    border: 0;
    width: 100%;
    height: 20px;
}

@media only screen and (max-width: 1024px) {
    #global-search {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #global-search {
        display: none;
    }
}

#global-search .gs-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 23px;
}

#global-search .gs-searchform {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 572px;
    padding: 0 0 5px;
    border: 0;
    border-bottom: 1px solid #e6e9ed;
}

#global-search .gs-searchform-input {
    border: none;
    outline: none;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.5s ease-in-out 0s;
    transition: opacity 0.5s ease-in-out 0s;
}

@media only screen and (max-width: 767px) {
    #global-search .gs-searchform-input {
        background-color: transparent;
        opacity: 1;
    }
}

#global-search .gs-searchform-submit {
    display: inline-block;
    width: 20px;
    height: 22px;
    border: none;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzMzMzMzM7fQ0KPC9zdHlsZT4NCjxnIGlkPSJGUE8iPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfSWNvbnMiPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfMV8iPg0KPC9nPg0KPGcgaWQ9IkJhZyI+DQo8L2c+DQo8ZyBpZD0iR2xvYmFsX05hdl9MYXJnZV9JY29ucyI+DQoJPHBhdGggaWQ9IlNlYXJjaF8xXyIgY2xhc3M9InN0MCIgZD0iTTE4LDE4LjNsLTQuNC00LjRjMC45LTEsMS40LTIuNCwxLjQtMy45YzAtMy4zLTIuNy02LTYtNnMtNiwyLjctNiw2YzAsMy4zLDIuNyw2LDYsNg0KCQljMS41LDAsMi44LTAuNSwzLjktMS40bDQuNCw0LjRMMTgsMTguM3ogTTksMTVjLTIuOCwwLTUtMi4yLTUtNWMwLTIuOCwyLjItNSw1LTVjMi44LDAsNSwyLjIsNSw1QzE0LDEyLjgsMTEuOCwxNSw5LDE1eiIvPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfTGFyZ2VfMV8iPg0KPC9nPg0KPGcgaWQ9Ikd1aWRlcyI+DQo8L2c+DQo8ZyBpZD0iTk9URVMiPg0KPC9nPg0KPC9zdmc+DQo=);
    background-position: center center;
    background-size: 20px 22px;
    background-repeat: no-repeat;
}

#global-search .gs-searchform-close {
    display: inline-block;
    width: 20px;
    height: 22px;
    border: none;
    cursor: pointer;
    outline: none;
    opacity: 0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM5OTk5OTk7fQ0KPC9zdHlsZT4NCjxnIGlkPSJGUE8iPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfSWNvbnMiPg0KPC9nPg0KPGcgaWQ9Ikdsb2JhbF9OYXZfU21hbGxfMV8iPg0KPC9nPg0KPGcgaWQ9IkJhZyI+DQo8L2c+DQo8ZyBpZD0iR2xvYmFsX05hdl9MYXJnZV8xXyI+DQo8L2c+DQo8ZyBpZD0iR3VpZGVzIj4NCjwvZz4NCjxnIGlkPSJOT1RFUyI+DQo8L2c+DQo8Zz4NCgk8cmVjdCB4PSI5LjUiIHk9IjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAtMC43MDcxIDAuNzA3MSAwLjcwNzEgLTQuODQ5MiAxMC4yOTI5KSIgY2xhc3M9InN0MCIgd2lkdGg9IjEiIGhlaWdodD0iMTYiLz4NCgk8cmVjdCB4PSI5LjUiIHk9IjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTAuNzA3MSAtMy44NDkyKSIgY2xhc3M9InN0MCIgd2lkdGg9IjEiIGhlaWdodD0iMTYiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: center center;
    background-size: 20px 22px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.5s ease-in-out 0s;
    transition: opacity 0.5s ease-in-out 0s;
}

.search-show #global-search,
.search-open #global-search {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.search-open #global-search .gs-searchform-input,
.search-open #global-search .gs-searchform-close {
    opacity: 1;
}

.search-closing #global-search .gs-searchform-input,
.search-closing #global-search .gs-searchform-close {
    opacity: 0;
}

/*
    Page components
*/


.notice {
    position: relative;
    border-radius: 4px;
    border: 1px solid #e6e9ed;
    line-height: 0;
}

.notice.notice-2 {
    border: none;
}

.notice img {
    width: 100%;
    height: auto;
    border-radius: inherit;
}

.notice .content {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: absolute;
    top: 11.5px;
    left: 11.5px;
    color: #fff;
    height: calc(100% - 23px);
}

.notice .content h3 {
    line-height: normal;
    margin: 0;
}

.notice .content p {
    margin: 0;
    line-height: normal;
    width: 125px;
}

.notice .content a {
    color: #fff;
    display: block;
    padding: 5px 0;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
}

.notice.notice-1 .content {
    color: #47525d;
}

.notice.notice-1 .content h3 {
    color: #408cc9;
}

.notice.notice-1 .content a {
    color: #408cc9;
    border: 1px solid #408cc9;
    background-color: rgba(255, 255, 255, 0.8);
}

.wl-list {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 11.5px;
    margin-bottom: 23px;
    list-style: none;
    border-top: 1px solid #e6e9ed;
}

.wl-list .wl-item {
    width: 25%;
    margin-bottom: 23px;
}

.wl-list .wl-item.span50 {
    width: 50%;
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .wl-list .wl-item {
        width: 33.3333333%;
    }
}

@media only screen and (max-width: 767px) {
    .wl-list .wl-item {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .wl-list .wl-item {
        width: 33.3333333%;
    }
}

.wl-list .wl-link {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #47525d;
}

.wl-list .wl-flag {
    line-height: 0;
    margin-right: 11.5px;
}

.wl-list .wl-flag img {
    width: 28px;
    height: 28px;
}

.wl-list .wl-link-text {
    line-height: 20px;
}

/*
    Global footer
*/

#global-footer {
    margin-top: auto;
    background-color: #87212e;
    border-top: 6px solid #3d464d;
    box-sizing: content-box;
}

#global-footer.blue {
    background-color: #1b417f;
}

#global-footer.blue .copyright {
    color: #ccc;
}

#global-footer ~ a,
#global-footer ~ br {
    display: none;
}

#global-footer .gf-content {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 23px;
}

#global-footer .gf-content:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 1px;
}

#global-footer .gf-list {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #global-footer .gf-list {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        text-align: center;
    }
}

#global-footer .gf-item:first-child .gf-link {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    #global-footer .gf-item {
        -ms-flex: 1 auto;
        -webkit-flex: 1 auto;
        -webkit-box-flex: 1;
        flex: 1 auto;
    }
}

#global-footer .gf-link {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 8px 8px 4px;
}

@media only screen and (max-width: 767px) {
    #global-footer .gf-link {
        padding: 11.5px 0 5.8px;
    }
}

#global-footer .copyright {
    margin: 0 0 46px;
    color: #cc9999;
}

@media only screen and (max-width: 767px) {
    #global-footer .copyright {
        margin: 8px 0 11.5px;
        text-align: center;
    }
}

/*
    Spacecraft
*/

@media only screen and (max-width: 767px) {
    .spacecraft-items {
        padding: 0;
    }
}

.spacecraft-items .sc-item {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 46px;
    padding-bottom: 46px;
    border-bottom: 1px solid #e6e9ed;
}

@media only screen and (max-width: 767px) {
    .spacecraft-items .sc-item {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-bottom: 23px;
        margin-bottom: 23px;
    }
}

.spacecraft-items .sc-item .sc-content {
    padding: 0 23px;
}

@media only screen and (max-width: 767px) {
    .spacecraft-items .sc-item .sc-content {
        padding: 0;
    }
}

.spacecraft-items .sc-item .sc-content h2 {
    color: #3d464d;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .spacecraft-items .sc-item .sc-content h2 {
        margin-top: 11.5px;
        font-size: 1.17em;
    }
}

.spacecraft-items .sc-item .sc-img {
    min-width: 250px;
}

@media only screen and (max-width: 767px) {
    .spacecraft-items .sc-item .sc-img {
        min-width: 100%;
    }
    .spacecraft-items .sc-item .sc-img img {
        width: 100%;
        height: auto;
    }
}

.spacecraft-items .sc-item:nth-child(even) {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .spacecraft-items .sc-item:nth-child(even) {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}

.spacecraft-items .sc-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.spacecraft-items .sc-item .sc-content a h3 {
    margin-top: -24px;
    font-size: 18px;
}

.spacecraft-items .sc-item .sc-content h3 {
    font-size: 18px;
}

/*
    Contact
*/

.market {
    width: calc(50% - 11.5px);
    display: inline-block;
    color: #3d464d;
}

.main-app {
    padding-right: 3px;
}

.sub {
    padding-right: 5px;
}

.main-app a,
.sub a {
    color: #3d464d;
}

.market p {
    padding: 8px 0;
    border-top: 1px dotted #e6e9ed;
    margin: 0 0 11.5px;
}

.product p {
    padding: 8px 0;
    border-top: 1px dotted #e6e9ed;
    margin: 0 0 0 10px;
}

.js-masonry {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 11.5px;
}

.product {
    width: calc(25% - 11.5px);
    margin-right: 11.5px;
}

@media only screen and (max-width: 1024px) {
    .product {
        width: 100%;
    }
}

.product:last-child {
    margin-right: auto;
}

.opportunities .op-content {
    display: none;
}

/*
 * ADOBE CONFIDENTIAL
 * ___________________
 *
 *  Copyright 2012 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 */

div.image {
    margin-bottom: 20px;
    overflow: hidden;
}

div.image img {
    display: block;
}

div.image small {
    display: block;
}

div.textimage div.image {
    float: left;
    margin-bottom: 8px !important;
}

div.textimage div.text .cq-placeholder {
    height: 1.875rem;
}

div.textimage div.clear {
    clear: both;
}

div.search {
    padding: 0 1px 0 0;
}

div.searchRight {
    border-left: 1px solid #dddddd;
    float: right;
    width: 150px;
    padding-left: 20px;
    padding-bottom: 20px;
}

div.searchTrends {
    text-align: justify;
}

div.searchRight p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

div.search span.icon img {
    width: 16px;
    height: 16px;
}

div.search span.icon {
    padding: 0 2px 8px 0;
    background: url(designs/default/images/icons/default.gif) no-repeat;
}

div.search span.icon.type_doc {
    background: url(designs/default/images/icons/doc.gif) no-repeat;
}

div.search span.icon.type_eps {
    background: url(designs/default/images/icons/eps.gif) no-repeat;
}

div.search span.icon.type_gif {
    background: url(designs/default/images/icons/zip.gif) no-repeat;
}

div.search span.icon.type_jpg {
    background: url(designs/default/images/icons/jpg.gif) no-repeat;
}

div.search span.icon.type_pdf {
    background: url(designs/default/images/icons/pdf.gif) no-repeat;
}

div.search span.icon.type_ppt {
    background: url(designs/default/images/icons/ppt.gif) no-repeat;
}

div.search span.icon.type_tif {
    background: url(designs/default/images/icons/tif.gif) no-repeat;
}

div.search span.icon.type_txt {
    background: url(designs/default/images/icons/txt.gif) no-repeat;
}

div.search span.icon.type_xls {
    background: url(designs/default/images/icons/xls.gif) no-repeat;
}

div.search span.icon.type_zip {
    background: url(designs/default/images/icons/zip.gif) no-repeat;
}

#profile_view .form_leftcol {
    float: left;
    width: 120px;
}

#profile_view .form_rightcol {
    float: left;
    clear: none;
}

#profile_view div.section {
    padding-bottom: 0 !important;
}

/*#profile .form_leftcollabel {*/

/*border-bottom: 1px solid #efefef;*/

/*text-transform: uppercase;*/

/*font-size: 13px;*/

/*line-height: 14px;*/

/*color: #006699;*/

/*margin-bottom: 2px;*/

/*padding-bottom: 5px;*/

/*padding-top: 10px;*/

/*display: block;*/

/*width: 100%;*/

/*}*/

ins.textAdded {
    color: #0c0;
}

del.textRemoved {
    color: #c00;
}

img.imageAdded {
    border: 2px solid #0c0;
}

img.imageRemoved {
    border: 2px solid #c00;
}

div.image {
    margin-bottom: 20px;
    overflow: hidden;
}

div.image img {
    display: block;
}

div.image small {
    display: block;
}

div.download div.item {
    clear: both;
    margin: 0 0 8px 0;
}

div.download span.icon img {
    width: 16px;
    height: 16px;
}

div.download span.icon {
    float: left;
    padding: 0 8px 8px 0;
    background: url(designs/default/images/icons/default.gif) no-repeat;
}

div.download span.icon.type_doc {
    background: url(designs/default/images/icons/doc.gif) no-repeat;
}

div.download span.icon.type_eps {
    background: url(designs/default/images/icons/eps.gif) no-repeat;
}

div.download span.icon.type_gif {
    background: url(designs/default/images/icons/zip.gif) no-repeat;
}

div.download span.icon.type_jpg {
    background: url(designs/default/images/icons/jpg.gif) no-repeat;
}

div.download span.icon.type_pdf {
    background: url(designs/default/images/icons/pdf.gif) no-repeat;
}

div.download span.icon.type_ppt {
    background: url(designs/default/images/icons/ppt.gif) no-repeat;
}

div.download span.icon.type_tif {
    background: url(designs/default/images/icons/tif.gif) no-repeat;
}

div.download span.icon.type_txt {
    background: url(designs/default/images/icons/txt.gif) no-repeat;
}

div.download span.icon.type_xls {
    background: url(designs/default/images/icons/xls.gif) no-repeat;
}

div.download span.icon.type_zip {
    background: url(designs/default/images/icons/zip.gif) no-repeat;
}

div.carousel {
    margin-top: 7px;
    margin-bottom: 7px;
}

.cq-carousel {
    position: relative;
    width: 940px;
    height: 270px;
    overflow: hidden;
}

.cq-carousel var {
    display: none;
}

.cq-carousel-banner-item {
    width: 940px;
    height: 270px;
    left: 1000px;
    position: absolute;
    top: 0;
    background-color: #eee;
    overflow: hidden;
}

.cq-carousel-banner-item img {
    width: 940px;
    height: 270px;
    background: no-repeat center center;
}

.par .cq-carousel-banner-item img {
    width: 700px;
    height: 245px;
    background: no-repeat center center;
}

.par .cq-carousel {
    width: 700px;
    height: 245px;
}

.par .cq-carousel-banner-item {
    width: 700px;
    height: 245px;
}

.cq-carousel-banner-item h3,
.cq-carousel-banner-item p {
    padding: 10px;
}

.cq-carousel-banner {
    position: absolute;
}

.cq-carousel-banner-switches,
.cq-carousel-banner-switches-tl,
.cq-carousel-banner-switches-tc,
.cq-carousel-banner-switches-tr,
.cq-carousel-banner-switches-bl,
.cq-carousel-banner-switches-bc,
.cq-carousel-banner-switches-br {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cq-carousel-banner-switches {
    display: none;
}

.cq-carousel-banner-switches-tl {
    top: 0;
    left: 0;
}

.cq-carousel-banner-switches-tc {
    top: 0;
    left: 0;
    text-align: center;
}

.cq-carousel-banner-switches-tr {
    top: 0;
    left: 0;
    text-align: right;
}

.cq-carousel-banner-switches-bl {
    bottom: 0;
    left: 0;
}

.cq-carousel-banner-switches-bc {
    bottom: 0;
    left: 0;
    text-align: center;
}

.cq-carousel-banner-switches-br {
    bottom: 0;
    left: 0;
    text-align: right;
}

.cq-carousel-banner-switch {
    display: inline-block;
    margin: 8px;
    padding: 0;
}

.cq-carousel-banner-switch-br {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    right: 8px;
}

.cq-carousel-banner-switch-bl {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 8px;
}

.cq-carousel-controls a {
    position: absolute;
    width: 24px;
    height: 48px;
    top: 111px;
    /* 270/2 - 24 */
    background: url("designs/default/images/carousel/controls.png") no-repeat scroll 0 0 transparent;
    visibility: hidden;
}

.cq-carousel-controls a.cq-carousel-active {
    visibility: visible;
}

a.cq-carousel-control-prev {
    left: 0;
    background-position: -24px 0;
}

a.cq-carousel-control-prev:hover {
    left: 0;
    background-position: -72px 0;
}

a.cq-carousel-control-next {
    right: 0;
}

a.cq-carousel-control-next:hover {
    right: 0;
    background-position: -48px 0;
}

.cq-carousel-banner-switch a {
    display: inline-block;
    background: url("designs/default/images/carousel/switcher.png") no-repeat scroll 0 0 transparent;
}

.cq-carousel-banner-switch a img {
    width: 25px;
    height: 25px;
    vertical-align: top;
}

.cq-carousel-banner-switch a.cq-carousel-active,
.cq-carousel-banner-switch a:hover {
    background-position: -25px 0;
}

.cq-carousel-banner-switch li {
    background: none !important;
    display: inline-block;
    list-style: none;
    float: left;
}

.form_section {
    width: 300px;
    float: none;
}

.form_section form {
    float: left;
    width: 300px;
}

.form_section fieldset {
    width: 300px;
    float: left;
}

.form_section .input_box1 {
    background: url(designs/default/images/input_box.gif) no-repeat 0 0;
    width: 185px;
    height: 23px;
    float: left;
}

.form_section input {
    width: 175px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    background: none;
    padding-top: 4px;
    font-size: 11px;
    color: #999;
}

.form_section input.sign_up {
    background: url(designs/default/images/sign_up_btn.gif) no-repeat 0 0;
    width: 82px;
    height: 23px;
    float: left;
    margin-left: 5px;
    display: inline;
    cursor: pointer;
}

form .form_row {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #666;
    clear: both;
}

form .form_field_checkbox,
form .form_field_radio {
    margin-left: 20px;
}

form .form_field_text,
form .form_field_textarea {
    background: url("designs/default/images/social/fieldbg.gif") repeat-x scroll center top #FFFFFF;
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 2px;
}

form .form_field_textarea {
    width: 698px;
}

form .form_row_description {
    font-size: 11px;
    line-height: 12px;
    clear: both;
    color: #666666;
}

form .form_rightcol {
    clear: both;
}

form .form_rightcolnobr {
    clear: none;
    float: right;
    margin-bottom: 15px;
}

form .form_rightcolnooverflow {
    overflow: hidden;
}

form .form_rightcolmark {
    color: #f00;
    font-weight: bold;
}

form .title {
    padding-top: 10px;
}

form .form_leftcolmark {
    color: #f00;
}

form .form_leftcollabel {
    float: left;
    font-weight: bold;
}

form .form_leftcolmark {
    float: left;
    padding-left: 2px;
    font-weight: bold;
}

form .form_leftcolnobr {
    float: left;
    margin-bottom: 15px;
}

form .form_captcha_input {
    float: left;
    width: 170px;
}

form .form_captcha_input input {
    width: 170px;
}

form .form_captcha_img {
    float: left;
    padding-left: 16px;
}

form .form_captcha_refresh {
    float: right;
}

form .form_captchatimer {
    float: left;
    border: 1px solid #CCCCCC;
}

form .form_captchatimer_bar {
    float: left;
    background-color: #CCCCCC;
    height: 8px;
}

form .customer_survey_submit {
    float: right;
    margin-top: 28px;
}

form .form_field_text {
    width: 334px;
    margin-bottom: 4px;
}

form .form_field_text.form_field_multivalued {
    width: 314px;
}

form .form_field_select {
    width: 340px;
}

form .form_error {
    color: #f00;
    font-weight: bold;
}

form div.section {
    padding-bottom: 10px;
}

form div.colctrl.section {
    padding-bottom: 0 !important;
}

/* multiple resource checkbox */

form SPAN.mr_write {
    display: inline-block;
    width: 16px;
    text-align: right;
    vertical-align: top;
}

/*
 * address
 */

form div.address div.form_row {
    margin-bottom: 12px;
}

form div.form_address_state {
    display: inline-block;
}

form input.form_address_state {
    width: 204px;
}

form div.form_address_zip {
    display: inline-block;
    padding-left: 20px;
}

form input.form_address_zip {
    width: 80px;
}

/*
 * creditcard
 */

form div.creditcard div.form_row {
    margin-bottom: 12px;
}

form div.form_cc_expiry_month,
form div.form_cc_expiry_year,
form div.form_cc_security_code {
    display: inline-block;
}

form input.form_cc_expiry_month,
form input.form_cc_expiry_year {
    width: 40px;
}

form div.form_cc_expiry_separator {
    display: inline-block;
    font-size: 150%;
    padding-right: 6px;
}

form input.form_cc_ccv {
    width: 70px;
}


.horizontalMultiColumn .horizontalMultiColumnList .horizontalMultiColumnListItem .fullWidthCTA-link {
    margin: 0 !important;
}

.horizontalMultiColumn .horizontalMultiColumnList .horizontalMultiColumnListItem > div {
    padding: 10px !important;
}

.horizontalMultiColumn .horizontalMultiColumnList .horizontalMultiColumnListItem .fullWidthCTA-link {
    font-size: 13pt !important;
}

.video-library iframe {
    width: 100%;
    height: 100%;
}

.Section .video-library iframe {
    width: 100%;
    height: 100%;
}

.video-library .responsive_padding {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-library .responsive_wrapper iframe,
.video-library .responsive_wrapper object,
.video-library .responsive_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Modal-content--source {
    display: none;
}
@media (max-width: 959px) {
    .carousel-share .carousel-share-wrapper {
        padding-right: 0;
        padding-left: 20px;
    }
}

.carousel-share ul {
    padding-right: 0;
}

.grid_4 .CallToAction .CTA-text h2 {
    margin-top:0;
    font-size: 24px;
    line-height: 32px;
}

.grid_4 .CallToAction .CTA-text {
    padding-left: 0;
}

.grid_4 .tout .tout-content > .wistia_responsive_padding{
    margin:24px;
}

.Section.Flex_Grid.u-align-middle.u-align-left.Flex_Grid--tiles.Flex_Grid--four.u-background-transparent.u-linkstyle-plain .d-flex {
    display: inline-table;
}




html{
    overflow-x:hidden;
} 
body {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #6a7180;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #6a7180;
}

b {
    font-weight: normal;
}

label {
    cursor: pointer;
}

select {
    cursor: pointer;
}

option {
    cursor: pointer;
}

button {
    cursor: pointer;
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    &::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

[type="button"] {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    &::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
}

[type="submit"] {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    &::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
}

[type="reset"] {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    &::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
  font-family: "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
}
body a {
  color: #408cc9;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.h5,
h5,
h6,
.h6 {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  font-weight: 300;
  color: #25292b;
  /*&:first-child {
        margin: 0;
    }*/
}
h1,
.h1 {
  font-size: 48px;
  line-height: 57px;
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
h2,
.h2 {
  font-size: 38px;
  line-height: 48px;
}
@media only screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 32px;
  }
}
h4,
.h4 {
  font-size: 17px;
  line-height: 26px;
}
@media only screen and (max-width: 768px) {
  h4,
  .h4 {
    font-size: 15px;
    line-height: 24px;
  }
}
h5,
.h5 {
  font-size: 15px;
  line-height: 22px;
}
h6,
.h6 {
  font-size: 13px;
  line-height: 18px;
}
/**Typography Overrides**/
.Section {
  /**
    Some page titles are h1, others are h2. Overriding until content is migrated to new components.
    **/
}
.Section .grid_8 .title h1:first-child,
.Section .grid_3 .title h1:first-child,
.Section .grid_16 .title h1:first-child,
.Section .grid_5 .title h1:first-child,
.Section .grid_8 .title .h1:first-child,
.Section .grid_3 .title .h1:first-child,
.Section .grid_16 .title .h1:first-child,
.Section .grid_5 .title .h1:first-child,
.Section .grid_8 .title h2:first-child,
.Section .grid_3 .title h2:first-child,
.Section .grid_16 .title h2:first-child,
.Section .grid_5 .title h2:first-child,
.Section .grid_8 .title .h2:first-child,
.Section .grid_3 .title .h2:first-child,
.Section .grid_16 .title .h2:first-child,
.Section .grid_5 .title .h2:first-child,
.Section .grid_8 .title h3:first-child,
.Section .grid_3 .title h3:first-child,
.Section .grid_16 .title h3:first-child,
.Section .grid_5 .title h3:first-child,
.Section .grid_8 .title .h3:first-child,
.Section .grid_3 .title .h3:first-child,
.Section .grid_16 .title .h3:first-child,
.Section .grid_5 .title .h3:first-child,
.Section .grid_8 .title h4:first-child,
.Section .grid_3 .title h4:first-child,
.Section .grid_16 .title h4:first-child,
.Section .grid_5 .title h4:first-child,
.Section .grid_8 .title .h4:first-child,
.Section .grid_3 .title .h4:first-child,
.Section .grid_16 .title .h4:first-child,
.Section .grid_5 .title .h4:first-child,
.Section .grid_8 .title .h5:first-child,
.Section .grid_3 .title .h5:first-child,
.Section .grid_16 .title .h5:first-child,
.Section .grid_5 .title .h5:first-child,
.Section .grid_8 .title h5:first-child,
.Section .grid_3 .title h5:first-child,
.Section .grid_16 .title h5:first-child,
.Section .grid_5 .title h5:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.Section .grid_8 .title h1,
.Section .grid_3 .title h1,
.Section .grid_16 .title h1,
.Section .grid_5 .title h1 {
  font-size: 48px;
  line-height: 57px;
}
@media only screen and (max-width: 768px) {
  .Section .grid_8 .title h1,
  .Section .grid_3 .title h1,
  .Section .grid_16 .title h1,
  .Section .grid_5 .title h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
.Section .grid_8 .title h2,
.Section .grid_3 .title h2,
.Section .grid_16 .title h2,
.Section .grid_5 .title h2 {
  font-size: 38px;
  line-height: 48px;
}
@media only screen and (max-width: 768px) {
  .Section .grid_8 .title h2,
  .Section .grid_3 .title h2,
  .Section .grid_16 .title h2,
  .Section .grid_5 .title h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.container_16 .grid_1 {
    width: calc(6.25% - 11.5px);
}

.container_16 .grid_2 {
    width: calc(12.5% - 11.5px);
}

.container_16 .grid_3 {
    width: calc(18.75% - 11.5px);
}

.container_16 .grid_4 {
    width: calc(25% - 11.5px);
}

.container_16 .grid_5 {
    width: calc(31.25% - 11.5px);
}

.container_16 .grid_6 {
    width: calc(37.5% - 11.5px);
}

.container_16 .grid_7 {
    width: calc(43.75% - 11.5px);
}

.container_16 .grid_8 {
    width: calc(50% - 11.5px);
}

.container_16 .grid_9 {
    width: calc(56.25% - 11.5px);
}

.container_16 .grid_10 {
    width: calc(62.5% - 11.5px);
}

.container_16 .grid_11 {
    width: calc(68.75% - 11.5px);
}

.container_16 .grid_12 {
    width: calc(75% - 11.5px);
}

.container_16 .grid_13 {
    width: calc(81.25% - 11.5px);
}

.container_16 .grid_14 {
    width: calc(87.5% - 11.5px);
}

.container_16 .grid_15 {
    width: calc(93.75% - 11.5px);
}

.container_16 .grid_16 {
    width: 100%;
}

.container_16 .grid_1,
.container_16 .grid_2,
.container_16 .grid_3,
.container_16 .grid_4,
.container_16 .grid_5,
.container_16 .grid_6,
.container_16 .grid_7,
.container_16 .grid_8,
.container_16 .grid_9,
.container_16 .grid_10,
.container_16 .grid_11,
.container_16 .grid_12,
.container_16 .grid_13,
.container_16 .grid_14,
.container_16 .grid_15,
.container_16 .grid_16 {
    display: -ms-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
    .container_16 .grid_1,
    .container_16 .grid_2,
    .container_16 .grid_3,
    .container_16 .grid_4,
    .container_16 .grid_5,
    .container_16 .grid_6,
    .container_16 .grid_7,
    .container_16 .grid_8,
    .container_16 .grid_9,
    .container_16 .grid_10,
    .container_16 .grid_11,
    .container_16 .grid_12,
    .container_16 .grid_13,
    .container_16 .grid_14,
    .container_16 .grid_15,
    .container_16 .grid_16 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .container_16 .grid_1.md-8,
    .container_16 .grid_2.md-8,
    .container_16 .grid_3.md-8,
    .container_16 .grid_4.md-8,
    .container_16 .grid_5.md-8,
    .container_16 .grid_6.md-8,
    .container_16 .grid_7.md-8,
    .container_16 .grid_8.md-8,
    .container_16 .grid_9.md-8,
    .container_16 .grid_10.md-8,
    .container_16 .grid_11.md-8,
    .container_16 .grid_12.md-8,
    .container_16 .grid_13.md-8,
    .container_16 .grid_14.md-8,
    .container_16 .grid_15.md-8,
    .container_16 .grid_16.md-8 {
        width: calc(50% - 11.5px);
    }
}

@media only screen and (max-width: 415px) {
    .container_16 .grid_1.md-8,
    .container_16 .grid_2.md-8,
    .container_16 .grid_3.md-8,
    .container_16 .grid_4.md-8,
    .container_16 .grid_5.md-8,
    .container_16 .grid_6.md-8,
    .container_16 .grid_7.md-8,
    .container_16 .grid_8.md-8,
    .container_16 .grid_9.md-8,
    .container_16 .grid_10.md-8,
    .container_16 .grid_11.md-8,
    .container_16 .grid_12.md-8,
    .container_16 .grid_13.md-8,
    .container_16 .grid_14.md-8,
    .container_16 .grid_15.md-8,
    .container_16 .grid_16.md-8 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
    .container_16 .grid_1.md-8,
    .container_16 .grid_2.md-8,
    .container_16 .grid_3.md-8,
    .container_16 .grid_4.md-8,
    .container_16 .grid_5.md-8,
    .container_16 .grid_6.md-8,
    .container_16 .grid_7.md-8,
    .container_16 .grid_8.md-8,
    .container_16 .grid_9.md-8,
    .container_16 .grid_10.md-8,
    .container_16 .grid_11.md-8,
    .container_16 .grid_12.md-8,
    .container_16 .grid_13.md-8,
    .container_16 .grid_14.md-8,
    .container_16 .grid_15.md-8,
    .container_16 .grid_16.md-8 {
        width: calc(50% - 11.5px);
    }
}

.container_16 .grid_16.spacer {
    margin: 10px 0 23px;
    border-bottom: 1px solid #e6e9ed;
}

@media only screen and (max-width: 767px) {
    .container_16 .grid_16.spacer {
        margin: 0 0 8px;
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .container_16 .grid_3 {
        margin: 0;
    }
}

.container_16 > div:last-of-type {
    margin-bottom: 0;
}

/**Flex Grid**/

.Flex_Grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    margin-top: 0;
    margin-right: -16px;
    margin-left: -16px;
}

.Flex_Grid > div {
    margin: 12px 0;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-flex: 1 0 100%;
}

.Flex_Grid--align_left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width: 960px) {
    .Flex_Grid--60-40 > div {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
        -webkit-flex: 1 0 66%;
        max-width: 66%;
    }
}

@media (min-width: 960px) {
    .Flex_Grid--60-40 > div:nth-child(2n) {
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
        -webkit-flex: 1 0 34%;
        max-width: 34%;
    }
}

@media (min-width: 960px) {
    .Flex_Grid--two > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 640px) {
    .Flex_Grid--three > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-flex: 1 0 50%;
        max-width: 50%;
    }

    .Flex_Grid--four > div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 960px) {
    .Flex_Grid--three > div {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        -webkit-flex: 1 0 33%;
        max-width: 33%;
    }

    .Flex_Grid--four > div {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-flex: 1 0 25%;
        max-width: 25%;
    }
}


@media (min-width: 640px) and (max-width: 959px) {
    .Flex_Grid--three .Flex_Grid--Column:nth-child(odd) {
        padding-right: 10px;
    }
    .Flex_Grid--three .Flex_Grid--Column:nth-child(even) {
        padding-left: 10px;
    }

    .Flex_Grid--four .Flex_Grid--Column:nth-child(odd) {
        padding-right: 10px;
    }
    .Flex_Grid--four .Flex_Grid--Column:nth-child(even) {
        padding-left: 10px;
    }
}

.Section.Flex_Grid {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 960px) {
    .Flex_Grid--40-60 > div {
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
        -webkit-flex: 1 0 34%;
        max-width: 34%;
    }
}

@media (min-width: 960px) {
    .Flex_Grid--40-60 > div:nth-child(2n) {
        max-width: 66%;
    }
}
.u-show-xsmall {
    display: none;
}

@media (min-width: 480px) {
    .u-show-xsmall {
        display: block;
    }
}

.u-show-small {
    display: none;
}

@media (min-width: 640px) {
    .u-show-small {
        display: block;
    }
}

.u-show-medium {
    display: none;
}

@media (min-width: 768px) {
    .u-show-medium {
        display: block;
    }
}

.u-hide-xsmall {
    display: block;
}

@media (min-width: 480px) {
    .u-hide-xsmall {
        display: none;
    }
}

.u-hide-small {
    display: block;
}

@media (min-width: 640px) {
    .u-hide-small {
        display: none;
    }
}

.u-hide-medium {
    display: block;
}

@media (min-width: 768px) {
    .u-hide-medium {
        display: none;
    }
}
.icon {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
}

.icon::before {
    display: inline-block;
    margin-right: .5em;
    font: normal normal normal 14px/1 FontAwesome, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.icon:after {
    position: absolute;
    width: 32px;
    left: 50%;
    margin-left: -16px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.icon span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.icon--facebook:after,
.icon--twitter:after,
.icon--linkedin:after,
.icon--mail:after,
.icon--link:after,
.u-link-more:after,
.file-pdf a:after,
.file-pdf span:after,
.file-doc a:after,
.file-doc span:after,
.slider-prev:after,
.slider-next:after,
.Contact_Icon_List .icon-phone:after,
.Contact_Icon_List .icon-world:after,
.Contact_Icon_List .icon-form:after,
.Contact_Icon_List .icon-aircraft:after,
.Contact_Icon_List-list--flex span:after,
.Nav_Slideout-trigger:after,
.Search-link:after,
.Search-close:after,
.Search-search-button:after,
.Search_Form:after,
.Search_Products .search-button,
.Slide_Panel-toggle:after,
.Slide_Panel-toggle.selected:after {
    display: inline-block;
    background-color: transparent;
    background-image: url("../../../etc.clientlibs/moog-shared/clientlib/resources/images/sprites.svg");
    background-repeat: no-repeat;
    background-size: 32px 1056px;
    width: 32px;
    height: 32px;
}

.no-svg .icon--facebook:after,
.no-svg .icon--twitter:after,
.no-svg .icon--linkedin:after,
.no-svg .icon--mail:after,
.no-svg .icon--link:after,
.no-svg .u-link-more:after,
.no-svg .file-pdf a:after,
.file-pdf .no-svg a:after,
.no-svg .file-pdf span:after,
.file-pdf .no-svg span:after,
.no-svg .file-doc a:after,
.file-doc .no-svg a:after,
.no-svg .file-doc span:after,
.file-doc .no-svg span:after,
.no-svg .slider-prev:after,
.no-svg .slider-next:after,
.no-svg .Contact_Icon_List .icon-phone:after,
.Contact_Icon_List .no-svg .icon-phone:after,
.no-svg .Contact_Icon_List .icon-world:after,
.Contact_Icon_List .no-svg .icon-world:after,
.no-svg .Contact_Icon_List .icon-form:after,
.Contact_Icon_List .no-svg .icon-form:after,
.no-svg .Contact_Icon_List .icon-aircraft:after,
.Contact_Icon_List .no-svg .icon-aircraft:after,
.no-svg .Contact_Icon_List-list--flex span:after,
.Contact_Icon_List-list--flex .no-svg span:after,
.no-svg .Nav_Slideout-trigger:after,
.no-svg .Search-link:after,
.no-svg .Search-close:after,
.no-svg .Search-search-button:after,
.no-svg .Search_Form:after,
.no-svg .Search_Products .search-button,
.Search_Products .no-svg .search-button,
.no-svg .Slide_Panel-toggle:after {
    background-image: url("../../../etc.clientlibs/moog-shared/clientlib/resources/images/sprites.svg");
}

.icon--facebook:after {
    background-position: 0 -512px;
    content: "";
}

.icon--twitter:after {
    background-position: 0 -544px;
    content: "";
}

.icon--linkedin:after {
    background-position: 0 -640px;
    content: "";
}

.icon--mail:after {
    background-position: 0 -576px;
    content: "";
}

.icon--link:after {
    background-position: 0 -608px;
    content: "";
}

.input-reg {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    border: 1px solid #ccc;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px !important;
}

.input-reg:hover,
.input-reg:active,
.input-reg:focus {
    outline-color: #ccc;
}

@media (max-width: 639px) {
    .file a {
        position: relative;
        padding-left: 24px;
    }
    .file a:after {
        position: absolute;
        top: -6px;
        left: -6px;
        margin-top: 0;
        margin-left: 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media (min-width: 640px) {
    .file a {
        padding-left: 32px;
        position: relative;
    }
    .file a:after {
        position: absolute;
        top: -6px;
        left: -6px;
        margin-top: 0;
        margin-left: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 639px) {
    .file .List-excerpt {
        padding-left: 24px;
    }
}

@media (min-width: 640px) {
    .file .List-excerpt {
        padding-left: 32px;
    }
}

.file-pdf a:after {
    background-position: 0 -1024px;
    content: "";
}

.file-doc a:after {
    background-position: 0 -992px;
    content: "";
}

form + form {
    margin-top: 16px;
}

.is-hidden {
    display: none !important;
}

.is-invisible {
    visibility: hidden !important;
}

fieldset,
.fieldset {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
}

fieldset:first-child,
.fieldset:first-child {
    padding-top: 0;
}

fieldset:last-child,
.fieldset:last-child {
    padding-bottom: 0;
}

.form-container {
    margin-top: 16px;
}

.form-control {
    float: none !important;
}

.form-control-static {
    margin-right: 8px;
}

.form-group {
    position: relative;
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
    clear: left;
}

.form-group:first-child {
    margin-top: 0;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group + .form-group {
    margin-top: 0;
}

.input-container {
    max-width: 375px;
    width: 100%;
}

.input-container + .input-container {
    margin-top: 8px;
}

.input-container input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #7a818e;
}

.input-container input::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 300;
}

.input-container input:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 300;
}

.input-container input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 300;
}

.input-container input:focus {
    outline: none;
    border-bottom: 2px solid #518aba;
}

@media (max-width: 639px) {
    .form-group.u-align-right,
    .input-container.u-align-right {
        text-align: left;
    }
}

label {
    font-weight: 400;
    margin-bottom: 8px;
    clear: left;
    font-size: 16px;
    color: #518aba;
    display: none;
}

label:focus {
    visibility: visible;
}

fieldset.is-hidden,
.is-hidden.fieldset {
    display: none;
}

fieldset.buttons,
.buttons.fieldset {
    border-bottom: 0;
    margin-top: 0;
}

fieldset h4,
.fieldset h4 {
    display: inline-block;
    margin-bottom: 8px;
}

.form-group.has-error input {
    border-bottom: 2px solid red;
}

.form-group.has-error label {
    color: red;
}

fieldset.is-hidden,
.is-hidden.fieldset {
    display: none;
}

.form-errors p:first-child {
    margin-top: 16px;
}

.form-errors p:last-child {
    margin-bottom: 0;
}

.form-control[readonly] {
    box-shadow: 0px -20px 30px -10px #fff inset;
}

.form-control {
    height: 26px;
    font-size: 16px;
}

.error-message {
    margin-top: 8px;
    color: red;
    font-size: 12px;
    font-weight: 400;
}

.error-message p:first-of-type {
    margin-top: 0;
}

.error-message p:last-of-type {
    margin-bottom: 0;
}

.is-invalid > .error-message,
.is-invalid > validation-error .error-message {
    display: block;
}

.is-invalid + .error-message {
    display: block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    margin-top: -8px;
    margin-right: -8px;
    margin-bottom: -8px;
    margin-left: -8px;
    border: 0;
    border-radius: 4px;
}

.is-invalid + .error-message + .form-group {
    margin-top: 24px;
}

@-moz-document url-prefix() {
  .custom-select {
    overflow: hidden;
  }
  .custom-select::after {
    display: block;
  }
  .custom-select select {
    overflow: -moz-hidden-unscrollable;
    padding-right: .4em;
    background: none;
    border: 1px solid transparent;
    width: 130%;
    width: -moz-calc(102.4%);
    min-width: calc(0em);
    width: calc(102.4%);
  }
  @supports (mask-type: alpha) {
    .custom-select {
      overflow: visible;
    }
    .custom-select select {
      -moz-appearance: none;
      width: 100%;
      padding-right: 2em;
    }
  }
}
.custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select select:focus {
    border-color: #aaaaaa;
  }
  .custom-select select:focus::-ms-value {
    background: transparent;
    color: #222222;
  }
  .custom-select select {
    padding-right: 2em;
    background: none;
    border: 1px solid transparent;
  }
  .custom-select::after {
    display: block;
  }
}
.custom-select {
  position: relative;
  display: block;
}
.custom-select select {
  width: 100%;
  margin: 0;
  outline: none;
  padding: .6em .8em .5em .8em;
  box-sizing: border-box;
  font-size: 16px;
}
.custom-select::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 2;
  pointer-events: none;
  display: none;
}
@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or ((-moz-appearance: none) and (mask-type: alpha)) {
  .custom-select::after {
    display: block;
  }
  .custom-select select {
    padding-right: 2em;
    background: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-select select:focus {
    border-color: #aaaaaa;
  }
}

.u-align-left {
    text-align: left !important;
}

.u-align-right {
    text-align: right !important;
}

.u-align-center {
    text-align: center !important;
}

.u-weight-light {
    font-weight: 300;
}

.u-weight-heavy {
    font-weight: 600;
}

.u-nowrap {
    white-space: nowrap;
}

.u-zero-padding {
    padding: 0 !important;
}

.u-unstyled {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.u-float-right {
    float: right;
}

.u-link-more {
    background: none;
    padding-right: 32px;
    font-weight: 400;
    border: 0;
    position: relative;
    will-change: transition;
    transition-property: border-bottom-color;
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.u-link-more:after {
    position: absolute;
    right: 0;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    margin-left: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.u-link-more:after {
    background-position: 0 -32px;
    content: "";
    margin-top: -14px;
}

.u-link-more:hover,
.u-link-more:active,
.u-link-more:focus {
    border-bottom-color: currentColor;
}

.js-object-fit {
    height: 100%;
    width: 100%;
}

.js-compat-object-fit {
    background-size: cover;
    background-position: center;
}

.js-compat-object-fit img {
    display: none;
}

.u-background-transparent {
    background-color: transparent;
    color: #000000;
}

.u-background-burgundy {
    background-color: #87212e;
    color: #ffffff;
}

.u-background-concrete {
    background-color: #f2f2f2;
}

.u-background-white {
    background-color: #ffffff;
}

.u-background-blue {
    background-color: #4284d5;
    color: #ffffff;
}

.u-background-transparent-force {
    background-color: transparent !important;
    color: #000000 !important;
}

.u-background-burgundy-force {
    background-color: #87212e !important;
    color: #ffffff !important;
}

.u-background-concrete-force {
    background-color: #f2f2f2 !important;
}

.u-background-white-force {
    background-color: #ffffff !important;
}

.u-background-blue-force {
    background-color: #518aba !important;
    color: #ffffff !important;
}
.u-background-burgundy-force h1,
.u-background-burgundy-force h2,
.u-background-burgundy-force h3,
.u-background-burgundy-force h4,
.u-background-burgundy-force h5,
.u-background-blue-force h1,
.u-background-blue-force h2,
.u-background-blue-force h3,
.u-background-blue-force h4,
.u-background-blue-force h5{
    color: #ffffff !important;
}



.u-background-blue .u-linkstyle-plain a,
.u-background-blue a.u-linkstyle-plain {
    color: #ffffff;
}

.u-background-blue .u-linkstyle-plain a:hover,
.u-background-blue a.u-linkstyle-plain:hover {
    color: #ffffff;
}

.u-background-burgundy-force .u-linkstyle-plain a,
.u-background-burgundy-force a.u-linkstyle-plain {
    color: #ffffff;
}

.u-background-burgundy-force .u-linkstyle-plain a:hover,
.u-background-burgundy-force a.u-linkstyle-plain:hover {
    color: #ffffff;
}

.u-colorScheme-transparent h2,
.u-colorScheme-transparent a {
    color: #000000;
}

.u-linkstyle-plain a,
a.u-linkstyle-plain {
    padding: 0px;
    font-weight: 300;
    display: inline-block;
    background: none;
    background-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: transparent;
}

.u-linkstyle-plain a:hover,
a.u-linkstyle-plain:hover {
    background: none;
    background-color: transparent;
    will-change: transition;
    transition-property: border-bottom-color;
    transition-duration: 0.07s;
    transition-timing-function: ease-out;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.u-linkstyle-button a,
a.u-linkstyle-button {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    background-color: #87212e;
    color: #fff !important;
}

.u-linkstyle-button a:hover,
a.u-linkstyle-button:hover {
    background-color: #404040;
    color: #fff !important;
    border-color: #808080;
    border-style: solid;
    border-width: 3px;
}

.u-linkstyle-button--dark a,
a.u-linkstyle-button--dark {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    background-color: #87212e;
    color: #fff !important;
}

.u-linkstyle-button--dark a:hover,
a.u-linkstyle-button--dark:hover {
    background-color: #404040;
    color: #fff !important;
    border-color: #808080;
    border-style: solid;
    border-width: 3px;
}

.u-linkstyle-button--product-page a,
a.u-linkstyle-button--product-page {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    background-color: #87212e;
    color: #fff !important;
}

.u-linkstyle-button--product-page a:hover,
a.u-linkstyle-button--product-page:hover {
    background-color: #404040;
    color: #fff !important;
    border-color: #808080;
    border-style: solid;
    border-width: 3px;
}

.u-linkstyle-button--light a,
a.u-linkstyle-button--light {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    color: #000000 !important;
}

.u-linkstyle-button--light a:hover,
a.u-linkstyle-button--light:hover {
    background-color: #404040;
    color: #fff !important;
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
}

.u-limit-width {
    margin: 0 auto;
}

.u-limit-width.Flex_Grid--wrapper .Flex_Grid {
    margin: 0 auto;
}

.u-padding-thin {
    padding: 15px 0;
}

.u-padding-normal {
    padding: 60px 0;
}

.u-padding-thick {
    padding: 90px 0;
}

.u-padding-none {
    padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  body {
    margin-top: auto;
  }
}
body header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: white;
  will-change: transform;
  z-index: 1;
  width: 100%;
}
body main:not(.edit) {
  min-height: 80vh;
}
body main .contentPage {
  margin-top: 0px;
}
body main.main--FullWidth {
  margin: 0 !important;
  flex-grow: 1;
  max-width: 100% !important;
  padding: 0px !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
}
@media (min-width: 960px) {
  body main.is-sticky {
    padding-top: 70px;
  }
}
body main .xf-content-height {
  margin: unset;
}
body .u-limit-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 1280px;
  position: relative;
}
@media (min-width: 480px) {
  body .u-limit-width {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media (min-width: 960px) {
  body .u-limit-width {
    padding-left: 55px;
    padding-right: 55px;
  }
}
body * + .Video,
body * + .video {
  margin-top: 4px;
}
@media (min-width: 640px) {
  body * + .Video,
  body * + .video {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  body * + .Video,
  body * + .video {
    margin-top: 48px;
  }
}
body .Section {
  padding-top: 58px;
}
@media (min-width: 640px) {
  body .Section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 960px) {
  body .Section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body .btn {
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
}
body .btn:focus,
body .btn.is-focused {
  outline: none;
  box-shadow: 0px 0px 6px #9eaed7;
}
body .btn:active,
body .btn.is-active {
  outline: none !important;
  box-shadow: none;
}
body .btn.btn-primary {
  background-color: #a31a43;
  border: 0;
  border-radius: 0;
  height: 46px;
  line-height: normal;
  min-width: 165px;
  font-size: 16px;
  color: white;
  font-weight: 600;
  margin: 4px 0 0 0;
}
body .btn.btn-primary:hover,
body .btn.btn-primary:active,
body .btn.btn-primary:focus {
  background-color: #8d163a;
}
body .btn + .btn {
  margin-left: 16px;
}
body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body .Menu-list,
body .Menu-submenu {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
body .Section .Text {
  text-align: center;
}
body .Section .container_16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .Section .container_16 .grid_16.spacer {
  margin: 10px 0 23px;
  border-bottom: none;
}
body .Section--alter-bg:nth-child(even) {
  background: #f6f7f8;
}
body .Section--alter-bg:nth-child(odd) {
  background: #ffffff;
}
body .Section .video-library iframe {
  width: 100%;
  height: 100%;
}
body .Video,
body .video {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 100%;
  margin-bottom: 0;
}
body .fullWidthContainer {
  font-family: inherit;
}
body .fullWidthContainer .fullWidthContainer-content > div.columnControl {
  padding-left: 0;
  padding-right: 0;
}
body .fullWidthContainer .u-padding-none {
  padding: 0 !important;
}
body .List {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body .List--3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .List--3-col .List-item {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  -webkit-flex: 1 0 33%;
  max-width: 33%;
  margin: 4px auto;
}
body .List--3-col .List-item a {
  font-size: 14px;
  color: #5a90bc;
  font-weight: 400;
  text-decoration: none;
}
body .List--3-col .List-item a:hover {
  text-decoration: underline;
}
body #global-footer {
  border-top: 0;
  background-color: #353535;
}

.Logo {
  will-change: transition;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  line-height: 52px;
  height: 60px;
  float: left;
}
.Logo .Logo-link {
  display: inline-block;
}
@media (min-width: 814px) and (max-width: 916px) {
  .Logo .Logo-link {
    width: 134px;
  }
}
@media (min-width: 801px) and (max-width: 815px) {
  .Logo .Logo-link {
    width: 120px;
  }
}
@media (min-width: 791px) and (max-width: 800px) {
  .Logo .Logo-link {
    width: 110px;
  }
}
@media (max-width: 790px) {
  .Logo .Logo-link {
    width: 100px;
  }
}
.Logo img {
  vertical-align: middle;
  width: 155px;
}

.Nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 3;
  background-color: white;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 5px -3px #808080;
}
.Nav:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1025px) {
  .Nav {
    position: absolute;
    background-color: #f0f0f0;
    height: 90px;
    top: -90px;
    margin-top: 90px;
  }
}
.Nav.is-sticky {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .Nav.is-sticky {
    height: 63px;
    margin-top: 0;
    transition: top .5s;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
.Nav.is-sticky .Menu--top .Menu-list {
  display: none;
}
.Nav.is-open {
  -webkit-transform: translate(320px, 0);
  -ms-transform: translate(320px, 0);
  transform: translate(320px, 0);
}
.Nav .Nav-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
}
@media (min-width: 1025px) {
  .Nav .Nav-wrapper {
    height: auto;
  }
  .Nav .Nav-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
.Nav .Menu {
  display: none;
}
@media (min-width: 821px) {
  .Nav .Menu {
    display: block;
  }
}
.Nav .Menu .Menu-list .Menu-item {
  display: inline-block;
}
.Nav .Menu .Menu-list .Menu-item .Menu-link {
  display: inline-block;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  vertical-align: top;
  text-decoration: none;
  will-change: transition;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  font-size: 15px;
  font-weight: 400;
  color: #353535;
}
.Nav .Nav-top {
  background: #6e625a;
  text-align: right;
  display: none;
}
@media (min-width: 1025px) {
  .Nav .Nav-top {
    display: block;
  }
}
.Nav .Nav-top .Nav-wrapper .Menu--top {
  margin-right: 0;
  padding: 4px 0;
}
.Nav .Nav-top .Nav-wrapper .Menu--top .Menu-list {
  height: 27px;
}
.Nav .Nav-top .Nav-wrapper .Menu--top .Menu-list .Menu-item:before {
  content: '\2022';
  font-size: 15px;
  color: white;
}
.Nav .Nav-top .Nav-wrapper .Menu--top .Menu-list .Menu-item:first-child:before {
  opacity: 0;
}
.Nav .Nav-top .Nav-wrapper .Menu--top .Menu-list .Menu-item .Menu-link {
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
.Nav .Nav-top .Nav-wrapper .Menu--top .Menu-list .Menu-item .Menu-link.is-hovered,
.Nav .Nav-top .Nav-wrapper .Menu--top .Menu-list .Menu-item .Menu-link:hover,
.Nav .Nav-top .Nav-wrapper .Menu--top .Menu-list .Menu-item .Menu-link:focus {
  color: #dcdcdc;
}
.Nav .Nav-main .Nav-desktop {
  z-index: 2;
  display: none;
  background-color: white;
  text-align: right;
  margin-right: 88px;
}
@media (min-width: 1025px) {
  .Nav .Nav-main .Nav-desktop {
    display: block;
    background-color: #f0f0f0;
  }
}
.Nav .Nav-main .Nav-desktop .Menu--mega {
  margin-right: 18px;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item {
  transition: opacity 0.75s ease-in-out;
  opacity: 1;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link {
  height: 55px;
  line-height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 18px;
  margin-right: 18px;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link.is-hovered,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link.is-active,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link:hover,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link:focus,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link.Menu-link--current {
  color: #98002e;
  border-bottom: 5px solid #98002e;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link.is-hovered span,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link.is-active span,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link:hover span,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link:focus span,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu-link.Menu-link--current span {
  position: relative;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box {
  position: absolute;
  box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.3);
  background: white;
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 20px;
  padding-left: 24px;
  min-width: 275px;
  max-width: 425px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
  transition: all 0.25s;
  margin-left: -16px;
  text-align: left;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--flex span {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--flex .Menu_Box-link {
  width: 92px;
  padding: 0 0 24px 0;
  text-align: center;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--flex img {
  max-width: 36px;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--all .Menu_Box-link img {
  float: left;
  margin-right: 16px;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--all .Menu_Box-link span {
  line-height: 26px;
  color: #000000;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--all .Menu_Box-link span .is-hovered,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--all .Menu_Box-link span.is-active,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--all .Menu_Box-link span:hover,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list.Menu_Box-list--all .Menu_Box-link span:focus {
  color: #98002e;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-list + .Menu_Box-list {
  margin-top: 32px;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box > ul {
  margin: 8px 0;
  padding: 0;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box h3 {
  font-size: 19px !important;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-item .Menu_Box-link {
  display: block;
  border-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #666666;
  font-size: 15px;
  text-decoration: none;
  text-align: left;
}
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-item .Menu_Box-link.is-hovered,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-item .Menu_Box-link.is-active,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-item .Menu_Box-link:hover,
.Nav .Nav-main .Nav-desktop .Menu--mega .Menu-list .Menu-item .Menu_Box .Menu_Box-item .Menu_Box-link:focus {
  color: #98002e;
}
.Nav .Nav-main .Nav-slideout_trigger {
  display: none;
  width: 50px;
  position: relative;
  cursor: pointer;
  will-change: transition;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
@media (max-width: 1024px) {
  .Nav .Nav-main .Nav-slideout_trigger {
    display: block;
  }
}
.Nav .Nav-main .Nav-slideout_trigger.Nav-slideout_trigger--main_menu span {
  width: 28px;
  height: 2px;
  background-color: #353535;
  margin: 7px auto;
  display: block;
}
.Nav .Nav-main .Nav-slideout_trigger.Nav-slideout_trigger--main_menu a {
  position: absolute;
  top: 12px;
  width: 100%;
}
.Nav .Nav-main .Nav-slideout_trigger.Nav-slideout_trigger--right {
  float: right;
  margin-right: -10px;
}
.Nav.is-faded .Search {
  width: 100%;
}
.Nav.is-faded .Search .Search-link {
  opacity: 0;
}

.Nav_Slideout {
  -webkit-overflow-scrolling: touch;
  overflow-y: visible !important;
  left: 0;
  top: 60px;
  bottom: 0;
  right: 0;
  background-color: #6e625a;
  max-width: 320px;
  width: 100%;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  position: fixed;
  z-index: 101;
  display: none;
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .Nav_Slideout {
    top: 75px;
  }
}
.Nav_Slideout.slideout-menu {
  display: block;
}
.Nav_Slideout.Nav_Slideout--right {
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  transform: translateX(320px);
  left: inherit;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.Nav_Slideout .Nav_Slideout-header {
  background: white;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 9999;
}
.Nav_Slideout .Nav_Slideout-header .Logo {
  display: none;
}
.Nav_Slideout .Nav_Slideout-header .Logo .Logo-link {
  width: 100px;
}
.Nav_Slideout .Nav_Slideout-header .Nav_Slideout-trigger {
  will-change: transition;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  opacity: .85;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -52px;
  right: 12px;
  filter: brightness(0) invert(1);
}
@media (min-width: 1000px) and (max-width: 1024px) {
  .Nav_Slideout .Nav_Slideout-header .Nav_Slideout-trigger {
    top: -62px;
  }
}
.Nav_Slideout .Nav_Slideout-header .Nav_Slideout-trigger:after {
  position: absolute;
  top: 4px;
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-position: 0 -480px;
  content: "";
  display: none;
}
.Nav_Slideout .Nav_Slideout-list {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 16px;
  will-change: transition;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  font-size: 18px;
  padding-left: 0;
}
.Nav_Slideout .Nav_Slideout-list .Nav_Slideout-item {
  position: relative;
}
.Nav_Slideout .Nav_Slideout-list .Nav_Slideout-item hr {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 32px;
  margin-right: 32px;
}
.Nav_Slideout .Nav_Slideout-list .Nav_Slideout-item .Nav_Slideout-link {
  padding-top: 12px;
  padding-right: 48px;
  padding-bottom: 12px;
  padding-left: 20px;
  line-height: 1.28571;
  font-weight: 400;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  will-change: transition;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.Nav_Slideout .Nav_Slideout-list:hover,
.Nav_Slideout .Nav_Slideout-list:active,
.Nav_Slideout .Nav_Slideout-list:focus {
  color: #ffffff;
  outline: none;
}
.Nav_Slideout .Slide_Panel {
  background: #ffffff;
  overflow-y: auto;
  max-height: calc(80%);
  overflow-x: hidden !important;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list {
  padding: 0;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item {
  position: relative;
  display: block;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-link {
  padding-top: 20px;
  padding-right: 64px;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 1.28571;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-link:hover,
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-link:active,
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-link:focus {
  outline: none;
  background: #ebebeb;
  color: #518aba;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-toggle {
  width: 60px;
  max-height: 61px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-toggle:after {
  position: absolute;
  width: 32px;
  left: 50%;
  margin-left: -16px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-position: 0 -224px;
  content: "";
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-toggle.selected {
  background: #f6f7f8;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-toggle.selected:after {
  background-position: 0 -192px;
  content: "";
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav {
  display: none;
  background: #f6f7f8;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-header {
  font-size: 19px;
  font-weight: 400;
  color: #353535;
  padding: 8px 0;
  text-transform: uppercase;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-header a {
  text-transform: none;
  float: right;
  font-size: 16px;
  color: #98002e;
  margin-top: 3px;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-header > .link {
  z-index: 1000;
  position: relative;
  margin-top: -2px;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav.is-visible {
  display: block;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-list--all .Slide_Panel-link {
  color: #98002e;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-list--all .Slide_Panel-link:hover,
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-list--all .Slide_Panel-link:active,
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-list--all .Slide_Panel-link:focus {
  color: #518aba;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-link {
  color: #98002e;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-link:hover,
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-link:active,
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-link:focus {
  color: #518aba;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-link {
  padding: 12px 32px;
  border: 0;
  color: #353535;
  text-transform: none;
}
.Nav_Slideout .Slide_Panel .Slide_Panel-list .Slide_Panel-item .Slide_Panel-subnav .Slide_Panel-list {
  margin-left: -32px;
  margin-right: -32px;
}
.Nav_Slideout ul ul .Slide_Panel-item + .Slide_Panel-item {
  margin-top: 0;
}
.slideout-open {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.slideout-open.slideout-left .Nav {
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  transform: translateX(320px);
}
.slideout-open .Nav_Overlay.is-visible {
  opacity: 1;
}
.slideout-open.slideout-left .Nav_Overlay {
  left: 0;
}
.slideout-open.slideout-left .Nav_Slideout--right {
  display: none;
}
.slideout-open.slideout-right .Nav_Overlay {
  right: 0;
}
.slideout-open .Nav_Slideout {
  opacity: 1;
}
.slideout-open .Nav_Slideout.Nav_Slideout--right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slideout-open .Nav_Slideout-header .Nav_Slideout-trigger:after {
  display: block;
}
.Nav_Overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  z-index: 100;
  background-color: rgba(36, 36, 36, 0.75);
  will-change: transition;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  opacity: 0;
  visibility: hidden;
}
.Nav_Overlay.is-visible {
  visibility: visible;
}

.Search {
  will-change: transition;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  text-align: right;
  float: right;
}
@media (max-width: 1000px) {
  .Search {
    position: absolute;
    top: 0px;
    right: 0;
    background: white;
  }
}
@media (min-width: 1000px) {
  .Search {
    position: absolute;
    top: 0px;
    right: 60px;
  }
}
.Search .Search-link {
  padding-right: 32px;
  font-size: 15px;
  font-weight: 400;
  color: #353535;
  display: block;
  height: 50px;
  line-height: 55px;
  opacity: 1;
}
@media (max-width: 1000px) {
  .Search .Search-link {
    position: relative;
  }
  .Search .Search-link span {
    display: none;
  }
  .Search .Search-link:after {
    position: absolute;
    right: 5px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    margin-right: 5px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (max-width: 1000px) and (min-width: 768px) and (max-width: 916px) {
  .Search .Search-link:after {
    margin-right: -6px;
  }
}
@media (max-width: 768px) {
  .Search .Search-link {
    margin-right: 45px;
    padding-right: 44px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .Search .Search-link {
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1000px) {
  .Search .Search-link {
    position: relative;
    height: 45px;
  }
  .Search .Search-link:after {
    position: absolute;
    right: -4px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    margin-left: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.Search .Search-link:after {
  background-position: 0 -352px;
  content: "";
}
.Search .Search-slideout {
  z-index: 999;
  visibility: hidden;
  display: inline-block;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -45px;
  width: 100%;
}
.Search .Search-slideout span {
  font-size: 15px;
  font-weight: 400;
  color: #353535;
  display: inline-block;
}
.Search .Search-slideout .wrapper {
  height: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1000px) {
  .Search .Search-slideout .wrapper {
    float: left;
  }
}
@media (max-width: 767px) {
  .Search .Search-slideout .wrapper span {
    display: none;
  }
}
@media (max-width: 999px) {
  .Search .Search-slideout {
    background-color: white;
    right: 0;
  }
}
@media (min-width: 1000px) {
  .Search .Search-slideout {
    background-color: #f0f0f0;
    padding: 0;
  }
}
.Search .Search-slideout.is-visible {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  width: 100%;
}
@media (min-width: 1000px) {
  .Search .Search-slideout.is-visible {
    max-width: 760px;
  }
}
@media (min-width: 768px) and (max-width: 820px) {
  .Search .Search-slideout.is-visible {
    max-width: 674px;
  }
}
@media (min-width: 821px) and (max-width: 1000px) {
  .Search .Search-slideout.is-visible {
    max-width: 698px;
  }
}
.Search .Search-slideout.is-transitioning {
  opacity: 1;
}
.Search .Search-slideout:focus {
  box-shadow: none;
}
@media (min-width: 640px) {
  .Search .Search-slideout {
    margin-left: -24px;
  }
  .Search .Search-slideout .Search_Input {
    min-width: 400px;
  }
}
.Search .Search-slideout .Search-close {
  position: relative;
  height: 55px;
  width: 45px;
}
.Search .Search-slideout .Search-close:after {
  position: absolute;
  right: 0px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  margin-left: 0;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  background-position: 0 -480px;
  content: "";
}

.Footer {
  background: #353535;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  color: white;
}
@media (min-width: 960px) {
  .Footer {
    padding-bottom: 64px;
  }
}
.Footer a {
  color: white;
}
@media (min-width: 960px) {
  .Footer .Footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.Footer .Footer-list {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.Footer .Footer-list .Footer-item {
  display: none;
  text-align: center;
}
@media (min-width: 960px) {
  .Footer .Footer-list .Footer-item {
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 959px) {
  .Footer .Footer-list .Footer-item.Footer-item--mobile {
    display: block;
  }
}
.Footer .Footer-list .Footer-item .Footer-link {
  will-change: transition;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  display: inline-block;
  padding: 8px;
  vertical-align: top;
  font-size: 15px;
  font-weight: 400;
  color: white;
  text-decoration: none;
}
@media (min-width: 960px) {
  .Footer .Footer-list .Footer-item .Footer-link {
    padding: 16px 26px 16px 0;
  }
}
.Footer .Footer-list .Footer-item .Footer-link.is-hovered,
.Footer .Footer-list .Footer-item .Footer-link:hover,
.Footer .Footer-list .Footer-item .Footer-link:focus {
  color: white;
}
.Footer .Footer-list .Footer-item .Footer-link.Footer-link--current {
  text-align: center;
}
.Footer .Footer-list .Footer-item .Footer-link.Footer-link--current span {
  position: relative;
}
@media (min-width: 960px) {
  .Footer .Footer-list .Footer-item .Footer-link.Footer-link--current {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    text-align: left;
  }
}
.Footer .Footer-list > * {
  padding-right: 0px;
}
.Footer .Footer-copyright {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 960px) {
  .Footer .Footer-copyright {
    padding: 16px;
    text-align: right;
  }
}

