@charset "UTF-8";

@font-face {
  font-family: "swiss-bold";
  src: url("../fonts/ZurichSans-Light.eot?#iefix");
  src: url("../fonts/ZurichSans-Light.eot?#iefix") format("eot"), url("../fonts/ZurichSans-Light.woff") format("woff"), url("../fonts/ZurichSans-Light.svg#ZurichSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "swiss-swaroman";
  src: url("../fonts/ZurichSans-Light.eot?#iefix");
  src: url("../fonts/ZurichSans-Light.eot?#iefix") format("eot"), url("../fonts/ZurichSans-Light.woff") format("woff"), url("../fonts/ZurichSans-Light.svg#ZurichSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "swiss-light";
  src: url("../fonts/ZurichSans-Light.eot?#iefix");
  src: url("../fonts/ZurichSans-Light.eot?#iefix") format("eot"), url("../fonts/ZurichSans-Light.woff") format("woff"), url("../fonts/ZurichSans-Light.svg#ZurichSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'zurich-icons';
    src: url("../fonts/zurich-icons.eot?#iefix");
    src: url("../fonts/zurich-icons.eot?#iefix") format("eot"), url("../fonts/zurich-icons.woff") format("woff"), url("../fonts/zurich-icons.ttf") format("truetype"), url("../fonts/zurich-icons.svg#zurich-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icons';
    src: url("../fonts/icons_woff2.woff2") format("woff2"), url("../fonts/icons_woff.woff") format("woff"), url("../fonts/icons_ttf.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
    background-color: #2167ae;
}

/* Header CSS  */

.main-nav-mobile {
    transform: translateX(-100%);
    -webkit-transition: all, cubic-bezier(0.215, 0.610, 0.355, 0.5), 0.4s;
    -moz-transition: all, cubic-bezier(0.215, 0.610, 0.355, 0.5), 0.4s;
    -o-transition: all, cubic-bezier(0.215, 0.610, 0.355, 0.5), 0.4s;
    transition: all, cubic-bezier(0.215, 0.610, 0.355, 0.5), 0.4s;
}

#main-nav-mobile.overlay {
    transform: translateX(0);
    visibility: visible;
    left: 0;
    top: 75px;
}

#main-nav-mobile {
    width: 100vW;
    height: 100vH;
    position: fixed;
}

.zurichconnect {
    z-index: 99999;
    position: relative;
}

    .zurichconnect menu,
    .zurichconnect nav {
        display: block;
    }

    .zurichconnect a {
        background-color: transparent;
    }

        .zurichconnect a:active,
        .zurichconnect a:hover {
            outline: 0;
        }


    .zurichconnect strong {
        font-weight: bold;
    }

    .zurichconnect img {
        border: 0;
    }

    .zurichconnect svg:not(:root) {
        overflow: hidden;
    }

.page-header {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

    .page-header:before, .page-header:after {
        content: " ";
        display: table;
    }

    .page-header:after {
        clear: both;
    }

@media (min-width: 768px) {
    .page-header {
        width: 736px;
    }
}

@media (min-width: 992px) {
    .page-header {
        width: 956px;
    }
}

@media (min-width: 1200px) {
    .page-header {
        width: 1156px;
    }
}

.footer-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
}

    .footer-fluid:before, .footer-fluid:after {
        content: " ";
        display: table;
    }

    .footer-fluid:after {
        clear: both;
    }

.col-md-3, .col-sm-6, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-3 {
        float: left;
    }

    .col-md-3 {
        width: 25%;
    }
}

@-ms-viewport {
    width: device-width;
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.mm-panels {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.mm-panels {
    background: inherit;
    border-color: inherit;
}

.mm-navbar {
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .mm-navbar > * {
        display: block;
        padding: 10px 0;
    }

    .mm-navbar a,
    .mm-navbar a:hover {
        text-decoration: none;
    }

    .mm-navbar .mm-title {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font: inherit;
    font-size: 16px;
    line-height: 20px;
}

    .mm-listview a,
    .mm-listview a:hover {
        text-decoration: none;
    }

    .mm-listview > li {
        position: relative;
    }

        .mm-listview > li, .mm-listview > li:after {
            border-color: inherit;
        }

            .mm-listview > li > a,
            .mm-listview > li > span {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                color: inherit;
                display: block;
                padding: 10px 10px 10px 20px;
                margin: 0;
            }

            .mm-listview > li:not(.mm-divider):after {
                content: '';
                border-bottom-width: 1px;
                border-bottom-style: solid;
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
            }

            .mm-listview > li:not(.mm-divider):after {
                left: 20px;
            }


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Icons */
@font-face {
    font-family: "slick";
    src: url("../Plugins/slick-1.5.9/slick/../fonts/slick.eot");
    src: url("../Plugins/slick-1.5.9/slick/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../Plugins/slick-1.5.9/slick/../fonts/slick.woff") format("woff"), url("../Plugins/slick-1.5.9/slick/../fonts/slick.ttf") format("truetype"), url("../Plugins/slick-1.5.9/slick/../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

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

.icon-new::before {
    font-family: "icons";
    font-size: 24px;
    color: #23366f;
    margin-right: 10px;
}

.icon--new-home::before {
    content: '\E928';
}

.icon--new-contact::before {
    content: '\E97C';
}

.icon--new-user-logout::before {
    content: '\E602';
}

.icon--new-about-us::before {
    content: '\E9BE';
}

.icon--new--calculator::before {
    content: '\E651';
}

.icon--new-private-customer::before {
    content: '\E91B';
}

.icon--new-company-customer::before {
    content: '\E992';
}

.icon--new-services::before {
    content: '\E63D';
}

.icon--new-facebook::before {
    content: '\E605';
}

.icon--new-twitter::before {
    content: '\E606';
}

.icon--new-instagram::before {
    content: '\E609';
}

.icon--new-youtube::before {
    content: '\E608';
}

.icon--new--xing::before {
    content: '\e630';
}

.zurichconnect a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

a:hover, a:focus {
    text-decoration: underline;
}


.zurichconnect h2, .h2 {
    margin: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-weight: normal;
    font-family: "swiss-light", Helvetica, Arial, sans-serif;
}

.zurichconnect h2, .h2 {
    font-size: 22px;
    line-height: 1.2;
    color: #8e8e8e;
}

@media screen and (min-width: 480px) {
    h2, .h2 {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 768px) {
    h2, .h2 {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 992px) {
    h2, .h2 {
        font-size: 26px;
        line-height: 1.2;
    }
}

.zurichconnect ul {
    margin-top: 0;
    margin-bottom: 15px;
}

ul ul {
    margin-bottom: 0;
}


.page-header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 100;
    padding: 15px;
    display: flex;
    flex-direction: row-reverse;
}

.quicklinks-connect {
    flex-grow: 1;
    padding: 0 22px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .quicklinks-connect {
        display: none;
    }
}

.quicklinks-connect ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .quicklinks-connect ul li {
        display: inline-block;
        margin: 0 0 0 15px;
        text-transform: capitalize;
    }

        .quicklinks-connect ul li:hover:before {
            color: #1fb1e6;
        }

        .quicklinks-connect ul li a {
            font-size: 22px;
            text-decoration: none;
            color: #23366f;
        }

            .quicklinks-connect ul li a:hover {
                color: #1fb1e6;
            }

                .quicklinks-connect ul li a:hover:before {
                    color: #1fb1e6;
                }

@media (min-width: 992px) {
    .site-identifier {
        position: absolute;
        right: 7.5px;
        top: 13px;
    }
}

@media (max-width: 991px) {
    .site-identifier {
        display: none;
    }
}

.site-identifier-text {
    font-family: "swiss-light", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #8e8e8e;
}

.site-identifier-line {
    background-color: #cdcdcd;
    height: 1px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 36px;
}

.logo-wrapper {
    flex: 0 1 385px;
    margin-left: auto;
    text-align: right;
}

.logo-mobile {
    max-width: 100%;
    max-height: 30px;
    height: auto;
}

.main-nav-toggle {
    height: 26px;
    color: #4066b3;
    display: flex;
    font-size: 18px;
    text-transform: capitalize;
    align-items: center;
}

    .main-nav-toggle span {
        margin-left: 0;
        font-size: 18px;
        color: #23366f;
    }

@media (max-width: 991px) {
    .main-nav-toggle {
        flex-grow: 2;
        flex-direction: row;
        margin-right: 10px;
        margin-left: 0px;
    }

        .main-nav-toggle span {
            margin-left: 10px;
        }
}

.main-nav-toggle:hover, .main-nav-toggle:focus {
    text-decoration: none;
    color: #1fb1e6;
}

.main-nav-toggle:before {
    font-family: "zurich-icons";
    content: '\e619';
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .main-nav-toggle:before {
        margin-left: 0px;
    }
}

.main-nav-toggle.main-nav-toggle--close:before {
    content: '\2573';
}

.mm-listview > li:after {
    border: none !important;
    border-bottom-width: 0;
}

.mm-listview > li > a {
    outline: none;
    display: block;
    padding: 11px 19px;
    border: none;
    line-height: 20px;
    font-size: 16px;
    font-family: "swiss-light", Helvetica, Arial, sans-serif;
    color: #23366f;
}

    .mm-listview > li > a:hover {
        color: #1fb1e6;
    }

.navpanel {
    display: flex;
    flex-wrap: wrap;
    height: 100vH;
    background-color: #fff;
}

    .navpanel a {
        color: #23366f;
    }

        .navpanel a:hover {
            color: #1fb1e6;
        }

    .navpanel .mm-navbar {
        height: 100px;
    }

    .navpanel .col-title {
        font-size: 20px;
        font-family: "swiss-light", Helvetica, Arial, sans-serif;
        display: block;
        padding: 10px 20px;
    }

@media (min-width: 768px) {
    .navpanel .panel-gen {
        border-right: 1px solid #dce9f4;
    }
}

.navpanel .panel-gen a {
    text-decoration: none;
    font-size: 18px;
}

.navpanel .panel-gen .mm-listview {
    margin-left: 15px;
}

/* datepicker ie11 fix */

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media print {

    .zurichconnect img, .zurichconnect h2 {
        page-break-inside: avoid;
    }

    .logo:after {
        content: none !important;
    }

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        font-family: Helvetica !important;
    }

    .zurichconnect a,
    .zurichconnect a:visited {
        text-decoration: underline;
    }

        .zurichconnect a[href]:after {
            content: " (" attr(href) ")";
        }

    .zurichconnect img {
        max-width: 100% !important;
    }

    .zurichconnect h2 {
        orphans: 3;
        widows: 3;
    }

    .site-identifier,
    .main-nav-toggle {
        display: none !important;
    }

    body {
        padding: 0;
    }

    .page-header {
        padding: 0;
    }

    .page-header {
        padding: 10px 0;
        height: auto;
    }

    .logo img {
        width: 134px;
        height: auto;
    }
}



/* Footer CSS */

.zurichconnect {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.zurichconnect {
    margin: 0;
}


    .zurichconnect nav {
        display: block;
    }

    .zurichconnect a {
        background-color: transparent;
    }

        .zurichconnect a:active,
        .zurichconnect a:hover {
            outline: 0;
        }

.footer.zurichconnect {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    padding: 20px 0;
    z-index: 99;
    position: relative;
}

@media (min-width: 768px) {
    .footer.zurichconnect {
        width: 736px;
    }
}

@media (min-width: 992px) {
    .footer.zurichconnect {
        width: 956px;
    }
}

@media (min-width: 1200px) {
    .footer.zurichconnect {
        width: 1156px;
    }
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

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

    .row:after {
        clear: both;
    }

.col-md-3, .col-md-4, .col-md-5, .col-sm-6, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .col-md-3, .col-md-4, .col-md-5 {
        float: left;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 33.33333%;
    }
}

@-ms-viewport {
    width: device-width;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../Plugins/font-awesome-4.4.0/../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}


@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@font-face {
    font-family: "slick";
    src: url("../Plugins/slick-1.5.9/slick/../fonts/slick.eot");
    src: url("../Plugins/slick-1.5.9/slick/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../Plugins/slick-1.5.9/slick/../fonts/slick.woff") format("woff"), url("../Plugins/slick-1.5.9/slick/../fonts/slick.ttf") format("truetype"), url("../Plugins/slick-1.5.9/slick/../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

.icon-new::before {
    font-family: "icons";
    font-size: 24px;
    color: #23366f;
    margin-right: 10px;
}

.icon--new-facebook::before {
    content: '\E605';
}

.icon--new-twitter::before {
    content: '\E606';
}

.icon--new-instagram::before {
    content: '\E609';
}

.icon--new-youtube::before {
    content: '\E608';
}

.icon--new--xing::before {
    content: '\e630';
}

/* a {
        color: #4066B3;
        text-decoration: none;
        font-size: 14px; }
        a:hover, a:focus {
          text-decoration: underline; } */


h2, h3, .h2, .h3 {
    margin: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-weight: normal;
    font-family: "swiss-light", Helvetica, Arial, sans-serif;
}

h2, .h2 {
    font-size: 22px;
    line-height: 1.2;
    color: #8e8e8e;
}

@media screen and (min-width: 480px) {
    h2, .h2 {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 768px) {
    h2, .h2 {
        font-size: 22px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 992px) {
    h2, .h2 {
        font-size: 26px;
        line-height: 1.2;
    }
}

h3, .h3 {
    font-size: 18px;
    line-height: 1.2;
}

@media screen and (min-width: 480px) {
    h3, .h3 {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 768px) {
    h3, .h3 {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media screen and (min-width: 992px) {
    h3, .h3 {
        font-size: 20px;
        line-height: 1.2;
    }
}

ul {
    margin-top: 0;
    margin-bottom: 15px;
}

    ul ul {
        margin-bottom: 0;
    }

.meta-nav-wrapper {
    margin-bottom: 25px;
}

    .meta-nav-wrapper h3 {
        font-size: 24px;
        color: white;
        font-family: "swiss-bold", Helvetica, Arial, sans-serif;
    }

.meta-nav {
    padding: 0;
}

@media (min-width: 992px) {
    .meta-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .meta-nav {
        margin: 0 0 20px 0;
    }
}

.meta-nav li {
    list-style-type: none;
}

.meta-nav-link {
    margin: 0 20px 8 0;
    font-size: 18px;
    color: #23366f;
    display: block;
    line-height: 1.9;
    font-family: "swiss-light", Helvetica, Arial, sans-serif;
}

    .meta-nav-link:hover {
        text-decoration: none;
        color: white;
    }

@media (max-width: 991px) {
    .meta-nav-link {
        margin: 0 20px 5px 0;
    }
}

.social-channels-list {
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .social-channels-list {
        text-align: center;
    }
}

.social-channels-list li {
    display: inline-block;
    list-style-type: none;
}

.social-link {
    margin: 0 20px 0 0;
    display: block;
    width: 28px;
    font-size: 28px;
    height: 28px;
    line-height: 18px;
}

    .social-link:hover {
        text-decoration: none;
    }

    .social-link:before {
        color: white;
        vertical-align: middle;
        font-family: "zurich-icons";
        font-size: 25px;
    }

.copyright {
    color: #8e8e8e;
    margin: 0;
    font-size: 12px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    list-style-type: none;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .copyright {
        justify-content: center;
        align-items: center;
        padding: 0;
    }
}

.copyright li {
    color: white;
    margin-bottom: 10px;
    white-space: nowrap;
    padding: 0 20px;
}

    .copyright li a {
        text-decoration: none;
    }

        .copyright li a:hover {
            color: #1fb1e6;
            cursor: pointer;
        }

/* datepicker ie11 fix */

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media print {
    h2,
    h3 {
        page-break-inside: avoid;
    }

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
        font-family: Helvetica !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    .meta-nav-wrapper {
        display: none !important;
    }

    body {
        padding: 0;
    }

    .footer.zurichconnect {
        padding: 0;
    }
}