body {
    color: #3d3c3f;
    font-size: 16px;
    font-family: Roboto,sans-serif;
}

p,
ul li,
ol li {
    line-height: 1.618;
    font-family: Roboto,sans-serif;
}

/** justify **/
.align-left,
.text-left {
    text-align: left;
}
.align-center,
.text-center {
    text-align: center;
}
.align-right,
.text-right {
    text-align: right;
}
.align-justify,
.text-justify {
    text-align: justify;
}

a.standard-button {
    display: inline-block;
    background-color:#006fb7;
    color:white;
    font-weight: bold;
    padding: 10px 30px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none !important;
}

a.standard-button:hover,
a.standard-button:focus,
a.standard-button:active {
    background-color:#7898ca;
    color:white !important;
}

body .homePage .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin-top: 0;
}

body .homePage .videoWrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
