﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, Helvetica, "sans-serif";
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6{
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Arial
}

/* fix for IE auto hiding scrollbar */
/* http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that-might-be-bootstrap */
@-ms-viewport{ 
    width: auto !important; 
} 

.hiddenSlickColumn {
    display: none !important;
}