@font-face {
    font-family: Swiss;
    src: url("/wp-content/themes/city/fonts/Swis721 BT Roman.ttf");
}

@font-face {
    font-family: HelveticaReg;
    src: url("/wp-content/themes/city/fonts/Monotype - Helvetica Now Micro.otf");
}

@font-face {
    font-family: HelveticaBold;
    src: url("/wp-content/themes/city/fonts/Monotype - Helvetica Now Micro Bold.otf");
}

* {
    box-sizing: border-box;
    font-family: "HelveticaReg";
}

p strong {
    font-family: "HelveticaBold";
}

body {
    float: left;
    width: 100%;
    background-color: #213038;
    overflow-x: hidden;
}

section {
    position: relative;
    float: left;
    width: 100%;
    transition: 0.5s ease-in;
    opacity: 0;
    overflow: hidden;
}

section .noBg {
    padding: 0 !important;
}

section img {
    float: left;
    width: 100%;
}

section video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

section.is-visible {
    opacity: 1;
}

section .image {
    float: left;
    width: 200%;
    padding-bottom: 28% !important;
}

section .image.topImage {
    margin-left: 0;
}

section .image.bottomImage {
    float: right;
    margin-left: -100%;
}

.noBg {
    padding-bottom: 0 !important;
}

.scroll {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 7%;
    height: 20%;
    width: 5%;
}

footer {
    float: left;
    width: 100%;
    padding: 300px 0 150px 0;
    background-color: #000;
    transition: .3s ease-in-out;
    opacity: 0;
}

footer.is-visible {
    opacity: 1;
}

footer .container {
    overflow: visible;
}

footer .container .col6-12 {
    overflow: visible;
}

footer .container .col6-12 .footerLogo {
    position: absolute;
    top: -200px;
    width: 100%;
    max-width: 225px;
}

footer .container .col6-12:first-of-type a {
    font-family: "Swiss";
}

footer .container h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-family: "Swiss";
}

footer .container h2:nth-of-type(2) {
    margin-bottom: 40px;
}

footer .container a {
    margin: 0;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
}

footer .container p {
    color: #fff;
    font-size: 12px;
}

footer .container p:first-of-type {
    margin-top: 0;
}

footer .container .bottomFooter {
    float: left;
    width: 100%;
    margin-top: 150px;
}

footer .container .bottomFooter p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

footer .container .bottomFooter li {
    display: inline-block;
    list-style-type: none;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}

footer .container .bottomFooter li:last-of-type {
    border-right: none !important;
}

footer .container .bottomFooter li a {
    font-size: 14px;
    text-decoration: none;
}

.container {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 50px;
    overflow: hidden;
}

.col1-12 {
    width: 8.333%;
    width: 8.3333333333%;
    width: -webkit-calc(100% / 12);
    width: -moz-calc(100% / 12);
    padding: 0 10px;
}

.col2-12 {
    width: 16.666%;
    width: 16.6666666667%;
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
    padding: 0 10px;
}

.col25-12 {
    width: 20%;
    width: 20%;
    width: -webkit-calc(100% / 12 * 2.4);
    width: -moz-calc(100% / 12 * 2.4);
    padding: 0 10px;
}

.col3-12 {
    width: 24.999%;
    width: 25%;
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
    padding: 0 10px;
}

.col4-12 {
    width: 33.333%;
    width: calc(33.3333333333% - .1px);
    width: -webkit-calc(100% / 12 * 4 - 0.1px);
    width: -moz-calc(100% / 12 * 4 - 0.1px);
    padding: 0 10px;
}

.col45-12 {
    width: 40%;
    width: 40%;
    width: -webkit-calc(100% / 12 * 4.8);
    width: -moz-calc(100% / 12 * 4.8);
    padding: 0 30px !important;
}

.col5-12 {
    width: 41.666%;
    width: 41.6666666667%;
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
    padding: 0 10px;
}

.col6-12 {
    width: 49.999%;
    width: 50%;
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
    padding: 0 10px;
}

.col7-12 {
    width: 58.333%;
    width: 58.3333333333%;
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
    padding: 0 10px;
}

.col8-12 {
    width: 66.666%;
    width: 66.6666666667%;
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
    padding: 0 10px;
}

.col9-12 {
    width: 74.999%;
    width: 75%;
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
    padding: 0 10px;
}

.col10-12 {
    width: 83.333%;
    width: 83.3333333333%;
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
    padding: 0 10px;
}

.col11-12 {
    width: 91.666%;
    width: 91.6666666667%;
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
    padding: 0 10px;
}

.col12-12 {
    width: 100%;
    padding: 10px 0;
}

.col {
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}

.col:first-of-type {
    padding-left: 0;
}

.col:last-of-type {
    padding-right: 0;
}

.image {
    float: left;
    width: 100%;
    padding-bottom: calc(100%* 0.56);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.image.smaller {
    padding-bottom: 22% !important;
}

.mob_hide {
    display: block;
}

.mob_show {
    display: none;
}

/* Set up multiformat video display */
.portrait {
display: none;
}
.landscape {
display: block;
}

@media (max-width: 767px) {
   .landscape {
      display: none;
   }
   .portrait {
      display: block;
   }
}

@media screen and (max-width: 1000px) {
    .mob_hide {
        display: none !important;
    }
    .mob_show {
        display: block !important;
    }
    .footerLogo {
        position: static !important;
        margin-bottom: 30px !important;
    }
    .bottomFooter {
        margin-top: 50px !important

;
    }
    .col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    footer {
        padding: 100px 0;
    }
    footer .col6-12:first-of-type {
        padding-bottom: 100px;
    }
    footer h2 {
        font-size: 25px !important;
    }
    footer li {
        border-right: none !important;
    }
    footer li a {
        font-size: 14px !important;
    }
    footer p {
        font-size: 14px !important;
    }
    footer a {
        font-size: 25px !important;
    }
    .bottomFooter li {
        font-size: 12px;
    }
}

/*# sourceMappingURL=main.css.map */
```