/**
 * Masthead
 * -------------------------------------------------------------------------- */
html {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}
.masthead {
    position: relative;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #353535;
    opacity: 0.2;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}
h1 {
    position: absolute;
    width: 100%;
    font-weight: 100;
    font-size: 70px;
    text-align: center;
    height: 120px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.2em;
    top: 75px;
    z-index: 0;
}
h1 span {
    display: block;
    font-size: 28px;
    letter-spacing: 0.37em;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 15px;
    opacity: 0.5;
}
h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 28px;
    color: #353535;
}
p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 14px;
    color: #353535;
    letter-spacing: -0.02em;
    font-weight: 300;
    line-height: 1.6;
    padding-left: 75px;
}
p.question {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #353535;
    letter-spacing: 0.02em;
    font-weight: 300;
    line-height: 1.6;
    padding-left: 35px;
    cursor: pointer;
    text-indent: -1em;
}
p.question:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 7px;
    border-left-color: #353535;
}
p.question:hover {
    text-decoration: none;
}
p.answer {
    display: none;
    background: #fff;
}
.map { 
    text-align: center; 
}
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
ol li {
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    color: #353535;
    letter-spacing: -0.02em;
    font-weight: 300;
    line-height: 1.6;
    padding-left: 45px;
    padding-top: 5px;
}
ol li:after {
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    font-weight: 400;
    color: #353535;
    font-size: 22px;
    line-height: 60px;
    background-color: #353535;
}
ol li:nth-child(1):after {
    content: ' ';
}
ol li:nth-child(2):after {
    content: ' ';
}
ol li:nth-child(3):after {
    content: ' ';
}
ol li:nth-child(4):after {
    content: ' ';
}
ol li:nth-child(5):after {
    content: ' ';
}
ol li:nth-child(6):after {
    content: ' ';
}
ol li:nth-child(7):after {
    content: ' ';
}
ol li:nth-child(8):after {
    content: ' ';
}
ol li:nth-child(9):after {
    content: ' ';
}
ol li:nth-child(10):after {
    content: ' ';
}
ol li:nth-child(11):after {
    content: ' ';
}
ol li:nth-child(12):after {
    content: ' ';
}
.flex{
    display: flex;
    justify-content: left;

}
ul {
    text-align: center;
}
ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.content {
    padding-top: -100px;
    position: relative;
    z-index: 0;
}
.container {
    margin: auto;
    width: 720px;
}
footer {
    clear: both;
    margin-top: 30px;
    padding-bottom: 30px;
}
footer hr {
    margin: 0;
    border: none;
    border-top: 1px solid #353535;
    margin-bottom: 15px;
}
footer ul{
	text-align: center;
}
footer ul li{
	display: inline;
    font-size: 12px;
}
footer p {
    text-align: center;
}