﻿@import url(gibson.css);

* {
    color: #768089;
    font-family: canada-type-gibson;
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    background-color: #fff;
    opacity: 0;
    transition: opacity linear 0.25s;
}

body.ready {
    opacity: 1;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0px;
    margin: 0px;
}

a {
    border: 0px;
    font-weight: 600;
    text-decoration: none;
}

a.black {
    color: #000;
}

a.black:hover {
    color: rgba(0, 0, 0, 0.6);
}

a.black:active, a.black:focus {
    color :rgba(0, 0, 0, 0.8);
}

a.white {
    color: #fff;
}

a.white:hover {
    color: rgba(255, 255, 255, 0.8);
}

a.white:active, a.white:focus {
    color: rgba(255, 255, 255, 0.6);
}

a.underlined {
    display: inline-block;
    padding-bottom: 3px;
}

a.underlined.white {
    border-bottom: 1px solid #fff;
}

a.underlined.white:hover {
    border-bottom-color: rgba(255, 255, 255, 0.8);
}

a.underlined.white:active, a.underlined.white:focus {
    border-bottom-color: rgba(255, 255, 255, 0.6);
}

a.underlined.black {
    border-bottom: 1px solid #000;
}

a.underlined.black:hover {
    border-bottom-color: rgba(0, 0, 0, 0.6);
}

a.underlined.black:active, a.black:focus {
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

button {
    background-color: transparent;
    border: 0px;
}

.section {
    height: 100%;
    position: relative;
    width: 100%;
}

.section-auto {
    height: auto;
}

.section-content {
    border-color: #fff;
    border-style: solid;
    border-width: 30px 30px 30px 30px;
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    width: 100%;
}

.section-content-first {
    border-top-width: 20px;
}

.section-auto .section-content {
    position: relative;
}

.section-content-50-left {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 50%;
}

.section-content-50-right {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0px;
    width: 50%;
}

.section-content-center {
    //left: 50%;
    //position: absolute;
    //top: 50%;
    //transform: translateX(-50%) translateY(-50%);

//       -moz-transform: translateX(-50%) translateY(-50%);
//        -ms-transform: translateX(-50%) translateY(-50%);
//    -webkit-transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 600px) {
    .section-content {
        border: 30px solid #fff;
    }

    .section {
        height: 150%;
    }

    .section-content-50-left {
        width: 100%;
    }

    .section-content-50-right {
        left: 0px;
        width: 100%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 600px) {
    .section-content-center {
        //left: 25%;
    }
}

.center-v {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.center-h {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);

       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.center-both {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);

       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

#header {
    box-sizing: border-box;
    position: relative;
    top: 22px;
    width: 100%;
}

#header-logo {
    cursor: pointer;
    left: 22px;
    position: absolute;
    top: 0px;
}

#header-logo-chiclet {
    display: inline-block;
    height: 54px;
    vertical-align: top;
    width: 54px;
}

#header-logo-chiclet img {
    height: 54px;
    width: 54px;
}

#header-logo-name {
    display: inline-block;
    margin-left: 6px;
    margin-top: 2px;
    vertical-align: top;
}

#header-logo-name img {
    height: 54px;
    width: 112px;
}

#header-menu {
    /* cursor: pointer; */
    position: absolute;
    right: 22px;
    top: 0px;
}

#header-menu-name {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-right: 6px;
    margin-top: 7px;
    letter-spacing: 1.1px;
    vertical-align: top;
}

#header-menu-icon {
    display: inline-block;
    height: 32px;
    vertical-align: top;
    width: 32px;
}

#header-menu-icon img {
    height: 32px;
    width: 32px;
}

#header-menu a {
    display: inline-block;
    font-size: 22px;
    margin: 3px 0px 0px 30px;
}

#header-menu a:last-child {
    margin-right: 10px;
}

@media screen and (max-width: 600px) {
    #header-logo-name {
        display: none;
    }

    #header-menu-name {
        display: none;
    }

    #header-menu a {
        font-size: 16px;
        margin: 10px 0px 0px 15px;
    }
}

@media screen and (max-width: 320px) {
    #header-menu a {
        margin: 10px 0px 0px 10px;
    }
}

#footer {
    background-color: #403668;
    height: 250px;
}

#footer-content {
    height: 100%;
    position: relative;
}

#footer-logo {
    height: 48px;
    left: 170px;
    position: absolute;
    top: 55px;
    width: 156px;
}

#footer-nav {
    position: absolute;
    top: 64px;
}

#footer-nav a {
    display: inline-block;
    font-size: 16px;
    margin: 0px 10px 20px 10px;
}

#footer-social {
    position: absolute;
    right: 170px;
    top: 56px;
}

#footer-social a {
    display: inline-block;
    margin-left: 15px;
}

#footer-social a img {
    height: 34px;
    width: 34px;
}

#footer-copyright {
    bottom: 55px;
    color: #d2c9f4;
    font-size: 14px;
    left: 170px;
    position: absolute;
}

#footer-subsidiary {
    bottom: 55px;
    color: #d2c9f4;
    font-size: 14px;
    position: absolute;
    right: 170px;
}

@media screen and (max-width: 1100px) {
    #footer {
        padding: 40px 20px;
        height: auto;
    }

    #footer-logo {
        position: static;
    }

    #footer-nav {
        margin: 40px 0px;
        position: static;
        transform: none;

           -moz-transform: none;
            -ms-transform: none;
        -webkit-transform: none;
    }

    #footer-nav a {
        display: block;
        font-size: 14px;
        margin: 3px 0px;
    }

    #footer-copyright {
        font-size: 10px;
        margin-bottom: 10px;
        position: static;
        width: 50%;
    }

    #footer-subsidiary {
        font-size: 10px;
        position: static;
        width: 50%;
    }

    #footer-social {
        bottom: 0px;
        left: auto;
        right: 20px;
        top: auto;
    }

    #footer-social a {
        display: inline-block;
        margin-left: 10px;
    }

    #footer-social a img {
        height: 20px;
        width: 20px;
    }
}

.phone-frame {
    filter: drop-shadow(0px 30px 100px rgba(77, 83, 90, 0.3));

       -moz-filter: drop-shadow(0px 30px 100px rgba(77, 83, 90, 0.3));
        -ms-filter: drop-shadow(0px 30px 100px rgba(77, 83, 90, 0.3));
    -webkit-filter: drop-shadow(0px 30px 100px rgba(77, 83, 90, 0.3));
}

#shutdown-notice-list {
    margin-block-end: auto;
    margin-inline-end: auto;
    padding-inline-start: 10px;
    padding-inline-end: 20px;
    margin-block-start: auto;
    word-wrap: break-word;
    list-style-type: none;
}

.shutdown-notice-content {
    padding: 10px;
}

li {
    margin-top: 10px;
}