/* MASTER.CSS - This file should be included with all HTML pages. */

/* ESSENTIALS */

html, body { height: 100%; margin: 0; padding: 0; }
body { font-size: 0; -webkit-font-smoothing: antialiased; }
ul { list-style-type: none; float:right; }
body, ul, li { margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; padding: 0; }

a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

::selection { background: #34a0d8; color: #ffffff; }
::-moz-selection { background: #34a0d8; color: #ffffff; }

div.column1 { background: inherit; display: inline-block; font-size: 1rem; width:100%; }
div.column2 { background: inherit; display: inline-block; font-size: 1rem; width:50%; }
div.column3 { background: inherit; display: inline-block; font-size: 1rem; width:33.33%; }
div.column4 { background: inherit; display: inline-block; font-size: 1rem; width:25%; }
div.column5 { background: inherit; display: inline-block; font-size: 1rem; width:20%; }
div.column6 { background: inherit; display: inline-block; font-size: 1rem; width:16.6%; }
div.column7 { background: inherit; display: inline-block; font-size: 1rem; width:14.28%; }

.fs12 {font-size: 12px;} .fs14 {font-size: 14px;} .fs16 {font-size: 16px;} 
.fs18 {font-size: 18px;} .fs20 {font-size: 20px;} .fs22 {font-size: 22px;}
.fs24 {font-size: 24px;} .fs26 {font-size: 26px;} .fs28 {font-size: 28px;} 
.fs30 {font-size: 30px;} .fs32 {font-size: 32px;} .fs34 {font-size: 34px;}
.fs36 {font-size: 36px;} .fs38 {font-size: 38px;} .fs40 {font-size: 40px;} 
.fs42 {font-size: 42px;} .fs44 {font-size: 44px;} .fs46 {font-size: 46px;}
.fs48 {font-size: 48px;} .fs50 {font-size: 50px;} .fs52 {font-size: 52px;}
.fs70 {font-size: 70px;} .fs80 {font-size: 80px;} .fs90 {font-size: 90px;}

.bold {font-weight: bold;} .lighter {font-weight: lighter;} .italic {font-style: italic;}
.lowercase {text-transform: lowercase;} .uppercase {text-transform: uppercase;}
.underline {text-decoration: underline;}

.padbottom10 {padding-bottom: 10px;} .padbottom20 {padding-bottom: 20px;}
.padbottom30 {padding-bottom: 30px;} .padbottom40 {padding-bottom: 40px;}
.padbottom50 {padding-bottom: 50px;} .padbottom60 {padding-bottom: 60px;}
.padleft5 {padding-left: 5px;} .padleft10 {padding-left: 10px;} 
.padleft15 {padding-left: 15px;} .padleft20 {padding-left: 20px;} 
.padleft25 {padding-left: 25px;} .padleft25 {padding-left: 30px;}
.padright5 {padding-right: 5px;} .padright10 {padding-right: 10px;} 
.padright15 {padding-right: 15px;} .padright20 {padding-right: 20px;} 
.padright25 {padding-right: 25px;} .padright30 {padding-right: 30px;}
.padtop6 {padding-top: 6px;} .padtop10 {padding-top: 10px;}
.padtop14 {padding-top: 14px;} .padtop20 {padding-top: 20px;}
.padtop30 {padding-top: 30px;} .padtop40 {padding-top: 40px;}
.padtop50 {padding-top: 50px;} .padtop60 {padding-top: 60px;}

/* CUSTOM FONTS */

@font-face {
    font-family: ProximaNova-Light;
    src: url('../fonts/ProximaNova-light.otf'); /* IE9-IE11 */
    src: url('../fonts/ProximaNova-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ProximaNova-light.woff') format('woff'), /* Most Browsers */
         url('../fonts/ProximaNova-light.ttf')  format('truetype'), /* Most Except IE */
         url('../fonts/ProximaNova-light.svg#svgFontName') format('svg'); /* Chrome, iOS, Opera */
}
@font-face {
    font-family: ProximaNova-Regular;
    src: url('../fonts/ProximaNova-regular'); /* IE9-IE11 */
    src: url('../fonts/ProximaNova-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ProximaNova-regular.woff') format('woff'), /* Most Browsers */
         url('../fonts/ProximaNova-regular.ttf')  format('truetype'), /* Most Except IE */
         url('../fonts/ProximaNova-regular.svg#svgFontName') format('svg'); /* Chrome, iOS, Opera */
}
@font-face {
    font-family: ProximaNova-Semibold;
    src: url('../fonts/ProximaNova-semibold.otf'); /* IE9-IE11 */
    src: url('../fonts/ProximaNova-semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/ProximaNova-semibold.woff') format('woff'), /* Most Browsers */
         url('../fonts/ProximaNova-semibold.ttf')  format('truetype'), /* Most Except IE */
         url('../fonts/ProximaNova-semibold.svg#svgFontName') format('svg'); /* Chrome, iOS, Opera */
}
@font-face {
    font-family: RockwellStd-Bold;
    src: url('../fonts/RockwellStd-Bold.otf'); /* IE9-IE11 */
    src: url('../fonts/RockwellStd-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/RockwellStd-Bold.woff') format('woff'), /* Most Browsers */
         url('../fonts/RockwellStd-Bold.ttf')  format('truetype'), /* Most Except IE */
         url('../fonts/RockwellStd-Bold.svg#svgFontName') format('svg'); /* Chrome, iOS, Opera */
}
@font-face {
    font-family: RockwellStd-Regular;
    src: url('../fonts/RockwellStd-Regular.otf'); /* IE9-IE11 */
    src: url('../fonts/RockwellStd-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/RockwellStd-Regular.woff') format('woff'), /* Most Browsers */
         url('../fonts/RockwellStd-Regular.ttf')  format('truetype'), /* Most Except IE */
         url('../fonts/RockwellStd-Regular.svg#svgFontName') format('svg'); /* Chrome, iOS, Opera */
}

.proximanova {font-family: ProximaNova-Regular, Arial, sans-serif;}
.proximanovalight {font-family: ProximaNova-Light, Arial, sans-serif;}
.proximanovasemibold {font-family: ProximaNova-Semibold, Arial, sans-serif;}

/* SIDEBAR RESPONSIVE */

#sidebar {
    background-color: #212121;
    float: left;
    height: 100%;
    overflow: hidden;
    width: 370px;
}
#sidebarinner {
    color: #dde0df;
    font-size: 14px;
    line-height: 30px;
    height: 100%;
    text-align: right;
    text-transform: uppercase;
    width: calc(100% - 60px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
}
#sidebarlogo {
    height: 186px;
    width: 310px;
    margin-top: 25px;
    margin-bottom: 55px;
    background-image: url(../images/hexagon-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#sidebarnav {height: 340px; width: 100%;}
#sidebarnav ul {width: 100%;}
#sidebarnav a:link {color: inherit; text-decoration: none;}
#sidebarnav a:visited {color: inherit; text-decoration: none;}
#sidebarnav a:hover {color: #155c9c; text-decoration: none;}
#sidebarnav a:active {color: #155c9c; text-decoration: none;}
#sidebar li {font-size: 18px; line-height: 70px;}
.borderbot {border-bottom: solid 0.13em #dde0df;}
.bordertop {border-top: solid 0.13em #dde0df;}
#copyright {
    bottom: 0;
    font-size: 16px;
    height: 42px;
    position: absolute;
    text-align: center;
    text-transform: none;
    width: calc(370px - 60px);
}

@media screen and (max-height: 630px) { 
    #sidebar {
        overflow: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #sidebar::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
    #sidebarinner {
        height: 650px;
        overflow: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    #sidebarinner::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
    #copyright { position: static; }
}
@media screen and (max-width: 1650px) { 
    #sidebar { width: 350px; }
    #sidebarlogo { height: 174px; width: 290px; }
    #copyright { width: calc(350px - 60px); padding-top: 10px; }
}
@media screen and (max-width: 1550px) { 
    #sidebar { width: 330px; }
    #sidebarlogo { height: 162px; width: 270px; }
    #copyright { width: calc(330px - 60px); font-size: 14px; padding-top: 20px; }
}
@media screen and (max-width: 1450px) { 
    #sidebar { width: 310px; }
    #sidebarlogo { height: 150px; width: 250px; }
    #copyright { width: calc(310px - 60px); padding-top: 34px; }
    .borderbot { border-bottom: solid 0.1em #dde0df; }
    .bordertop { border-top: solid 0.1em #dde0df; }
}
@media screen and (max-width: 1350px) { 
    #sidebar { width: 280px; }
    #sidebarlogo { height: 132px; width: 220px; }
    #copyright { width: calc(280px - 60px); padding-top: 56px; }
    .copyright { display: none; }
}
@media screen and (max-width: 1250px) { 
    #sidebar { width: 260px; }
    #sidebarlogo { height: 120px; width: 200px; }
    #copyright { width: calc(260px - 60px); padding-top: 66px; }
    .borderbot { border-bottom: solid 0.09em #dde0df; }
    .bordertop { border-top: solid 0.09em #dde0df; }
}
@media screen and (max-width: 1160px) { 
    #sidebar { width: 240px; }
    #sidebarinner { width: calc(100% - 50px); }
    #sidebar li { font-size: 16px; line-height: 60px; }
    #sidebarlogo { height: 114px; width: 190px; }
    #copyright { width: calc(240px - 60px); padding-top: 76px; }
}
@media screen and (max-width: 1000px) { 
    #bodycontainer { height: 700px; width: 1000px; }
    #sidebar { width: 220px; }
    #sidebarinner { width: calc(100% - 50px); }
    #sidebar li { font-size: 16px; line-height: 60px; }
    #sidebarlogo { height: 102px; width: 170px; }
    #copyright { bottom: auto; width: calc(220px - 50px); font-size: 12px; margin-top: 16px; padding-top: 120px; position: static; }
    .copyright { display: none; }
    .borderbot { border-bottom: solid 0.08em #dde0df; }
    .bordertop { border-top: solid 0.08em #dde0df; }
}