

/* ==========================================================================
     DEFAULTS, HELPERS & COMPONENTS
   ========================================================================== */

nav ul{
    margin-bottom:0;
    padding-left: 0;
    list-style: none;
}

img{
    max-width: 100%;
    height: auto;
}


.mt-10{ margin-top: 10px; }
.mt-20{ margin-top: 20px; }
.mt-30{ margin-top: 30px; }
.mt-40{ margin-top: 30px; }
.mt-50{ margin-top: 40px; }
.mt-60{ margin-top: 50px; }

.mb-10{ margin-bottom: 10px; }
.mb-20{ margin-bottom: 20px; }
.mb-30{ margin-bottom: 30px; }
.mb-40{ margin-bottom: 30px; }
.mb-50{ margin-bottom: 40px; }
.mb-60{ margin-bottom: 50px; }


/* helpers */

.assist{
    position: absolute;
    left: -9999px;
}

.mouseover{
    cursor: pointer;
}


/* components */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}