body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #282828;
}
a{
    color: #555555;
}
div{
    box-sizing: border-box;
    float:left;
    font-size: 13px;
    line-height: 20px;
}
img{
    width: 100%;
}
ul{
    padding: 0 14px;
}
hr{
    clear: both;

    border:1px solid #c2c2c2;
    border-bottom: none;
    margin:2rem 0 ;
}
h1,h2,h4,h5{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-weight: normal;
}
h1{
    margin: 2rem 0;
}
h2,h4{
    margin: 2rem 0 1rem;
}
h3{
    font-size: 13px;
    margin: 0.5rem 0 0.1rem 0;
    font-weight: bold;
}
p{
    margin: 0 0 1rem 0;
}
.video-container{
    position: relative;
    padding-bottom: 56%;
    height: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}
.video-container iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9996;
}
/* Sizing */
.desktop-full,.full{
    width:100%;
}
.desktop-third,.third{
    width:33%;
}
.desktop-quarter,.quarter{
    width:25%;
}
.desktop-three-quarters,.three-quarters{
    width:75%;
}

.desktop-two-thirds,.two-thirds{
    width:66%;
}
.desktop-half,.half{
    width:50%;
}
@media (max-width:767px)
{
    .mobile-full{
        width:100%;
    }
}
@media (min-width:768px)
{
    .navigation{
        width:218px;
    }
    .content{
        margin-left: 218px;
    }
    .navigation{
        position:fixed;
    }
}

/* Specifics */
.images{
    padding-bottom:2rem;
}
.images img
{
    width:48%;
    display: inline;
}

.no-underline{
    text-decoration: none;
}

.navigation h2{
    margin-bottom: 0;
}
.navigation h3{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 10px;
}

.navigation ul{
    list-style: none;
    padding: 0 7px;
}


