* {
    box-sizing: border-box;
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Assistant", sans-serif;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Font Name';
    src: url('./fonts/Path');
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix { 
    height: 1%;
}

.clearfix {
    display: block;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    display: block !important;
    width: 100%;
}

/* WAYPOINTS */
.fade-in-from-left {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-in-from-left.animated {
    animation-name: fade-from-left;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px);
        -moz-transform: translateX(-15px);
        -o-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    45% {
        opacity: 0.5;
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fade-in-from-bottom {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}

.fade-in-from-bottom.animated {
    animation-name: fade-from-bottom;
    animation-duration: 1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@keyframes fade-from-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }
    90% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fade-in-from-right {
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}

.fade-in-from-right.animated {
    animation-name: fade-from-right;
    animation-duration: 0.5s;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@keyframes fade-from-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -o-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    90% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

/* MAIN ----------------------------------------------------------------------*/
body {
    background-color: #FAF8F2;
}

.body-wrapper {
    display: flex;
    margin: 0;
}

.sidebar {
    width: 400px;
    background-color: #1E225E;
    padding: 100px 3%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
}

.body-right {
    margin-left: auto;
    padding: 100px 20px;
    text-align: right;
    width: calc(100% - 404px);
}

.sidebar h1,
.body-right h1 {
    color: #0100A2;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    /* font-family: "DM Serif Display", serif; */
    text-align: center;
    text-transform: uppercase;
}

.body-inner {
    padding: 20px;
}

.sidebar img {
    /* max-width: 200px; */
    width: 100%;
}

.body-right h1 {
    display: none;
}

.sidebar h1 {
    /* display: none; */
    color: #FFFFFF;
}

.sidebar p {
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 100px 0 15px;
    padding-left: 13px;
    text-transform: uppercase;
}

.sidebar p.updated {
    bottom: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    text-transform: none;
}

.sidebar .select-wrapper {
    margin: 20px 0;
}

.zipcode-types {
    color: #0100A2;
    text-align: center;
}

a.reset {
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-left: 13px;
    padding-bottom: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease 0.3s;
}

a.reset:hover {
    color: #949494;
}

.sidebar .select-wrapper select {
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #0052FC;
    color: #333333;
    font-weight: 700;
    font-size: 18px;
    padding: 9px 10px;
    max-width: 350px;
    width: 100%;

    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    background-image: url('../images/dropdown2.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 16px;
    background-size: 20px;
}

#zip_codes {
    display: block;
    list-style: none;
    margin: 20px auto;
    max-width: 100%;
    text-align: left;
    width: 600px;
}

#copyclip {
    cursor: pointer;
    color: #3478F4;
    display: inline-block;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    transition: all ease 0.3s;
    vertical-align: middle;
    text-decoration: none;
}

#copyclip svg {
    height: auto;
    transition: all ease 0.3s;
    vertical-align: middle;
    width: 22px;
}

#zip_codes li {
    border-bottom: 1px solid #E8E8E7;
    color: #3478F4;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
}

#zip_codes li:first-of-type {
    font-size: 17px;
    color: #0100A2;
    letter-spacing: 2px;
    font-weight: 700;
}

#zip_codes li:nth-of-type(even) {
    background-color: #F7F2E6;
}

#downloadBtn {
    color: #0052FC;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 50px 0 30px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all ease 0.3s;
}

#downloadBtn svg {
    display: inline-block;
    margin-right: 10px;
    transition: all ease 0.3s;
    vertical-align: middle;
}

#downloadBtn svg path,
#downloadBtn svg rect {
    transition: all ease 0.3s;
}

#downloadBtn:hover {
    color: #0052FC;
}

#downloadBtn:hover svg {
    transform: translateY(5px);
}

#copyclip.disabled,
#copyclip.disabled:hover,
#downloadBtn.disabled:hover,
#downloadBtn.disabled {
    color: #949494;
    cursor: not-allowed;
}

#downloadBtn.disabled:hover svg {
    transform: none;
}

#copyclip:hover path,
#downloadBtn:hover svg path,
#downloadBtn:hover svg rect {
    fill: #0100A2;
}

#copyclip.disabled path,
#downloadBtn.disabled svg path,
#downloadBtn.disabled svg rect,
#downloadBtn.disabled:hover svg path,
#downloadBtn.disabled:hover svg rect {
    fill: #949494;
}


/* MEDIA QUERIES ------------------------------------------------------------*/
@media screen and (max-width: 900px) {
    .body-wrapper{
        flex-wrap: wrap;
    }
    .sidebar {
        height: auto;
        padding: 30px 5%;
        position: relative;
        width: 100%;
    }
    .sidebar p.updated {
        right: 3%;
    }
    .sidebar p {
        margin: 15px auto;
    }
    .sidebar .select-wrapper {
        margin: 15px 0;
    }
    .body-right {
        padding: 30px 5%;
        width: 100%;
    }
    .sidebar h1 {
        display: block;
        font-size: 40px;
    }
    .body-right h1 {
        display: none;
    }
    .sidebar img {
        display: block;
        margin: 0 auto 20px;
        max-width: 200px;
    }
    #downloadBtn {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 500px) {
 
}

