@font-face {
    font-family: 'Roboto Regular';
    src: url("/static/fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.eot");
    src: url('/static/fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.eot') format('eot'),
        url('/static/fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.svg') format('svg'),
        url('/static/fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff'),
        url('/static/fonts/roboto/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url("/static/fonts/roboto/roboto_light_macroman/Roboto-Light-webfont.eot");
    src: url('/static/fonts/roboto/roboto_light_macroman/Roboto-Light-webfont.eot') format('eot'),
        url('/static/fonts/roboto/roboto_light_macroman/Roboto-Light-webfont.svg') format('svg'),
        url('/static/fonts/roboto/roboto_light_macroman/Roboto-Light-webfont.woff') format('woff'),
        url('/static/fonts/roboto/roboto_light_macroman/Roboto-Light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url("/static/fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.eot");
    src: url('/static/fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.eot') format('eot'),
        url('/static/fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.svg') format('svg'),
        url('/static/fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.woff') format('woff'),
        url('/static/fonts/roboto/roboto_bold_macroman/Roboto-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansita One';
    src: url("/static/fonts/sansita-one/SansitaOne.ttf");
}

@font-face {
    font-family: 'Bebas Neue';
    src: url("/static/fonts/bebas-neue/BebasNeue-webfont.eot");
    src: url('/static/fonts/bebas-neue/BebasNeue-webfont.eot') format('eot'),
        url('/static/fonts/bebas-neue/BebasNeue-webfont.svg') format('svg'),
        url('/static/fonts/bebas-neue/BebasNeue-webfont.woff') format('woff'),
        url('/static/fonts/bebas-neue/BebasNeue-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url("/static/fonts/roboto-slab/robotoslab_regular_macroman/RobotoSlab-Regular-webfont.eot");
    src: url('/static/fonts/roboto-slab/robotoslab_regular_macroman/RobotoSlab-Regular-webfont.eot') format('eot'),
        url('/static/fonts/roboto-slab/robotoslab_regular_macroman/RobotoSlab-Regular-webfont.svg') format('svg'),
        url('/static/fonts/roboto-slab/robotoslab_regular_macroman/RobotoSlab-Regular-webfont.woff') format('woff'),
        url('/static/fonts/roboto-slab/robotoslab_regular_macroman/RobotoSlab-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab Bold';
    src: url("/static/fonts/roboto-slab/robotoslab_bold_macroman/RobotoSlab-Bold-webfont.eot");
    src: url('/static/fonts/roboto-slab/robotoslab_bold_macroman/RobotoSlab-Bold-webfont.eot') format('eot'),
        url('/static/fonts/roboto-slab/robotoslab_bold_macroman/RobotoSlab-Bold-webfont.svg') format('svg'),
        url('/static/fonts/roboto-slab/robotoslab_bold_macroman/RobotoSlab-Bold-webfont.woff') format('woff'),
        url('/static/fonts/roboto-slab/robotoslab_bold_macroman/RobotoSlab-Bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ui-dialog-titlebar {
    display: none !important;
}

.mm-list a {
   font-family: 'Roboto Bold';
   color: #003042 !important;
}

.mm-ismenu {
    background: #DADADA !important;
}

body{
    height: 100%;
    width: 100%;
    background: #003042;
    margin: 0;
}
#page{
    text-align: center;
}

#container {
    min-height: 100%;
    display: block;
    height: auto !important;
    height: 100%;
    margin: 0 auto -322px;
}

#header{
    width: 100%;
    min-width: 1000px;
    margin: 0;
    background: #00202c;
    display: block;
}

#header-wrapper{
    width: 1000px;
    display: inline-block;
}

#logo{
    float: left;
    margin-top: 7px;
}

#menu {
    text-align: right;
}

#nav {
    list-style-type: none;
    display: block;
    height: 25px;
    line-height: 25px;
}
#nav li {
    display: inline-block;
    border-left: dotted #1e6a84 1px;
    padding: 0 15px;
    height: 25px;
}
#nav li:last-child{
    border-right: dotted #1e6a84 1px;
}

#nav li a {
    text-decoration: none;
    color: #abb6b9;
    font-family: 'Roboto Light';
    font-size: 16px;
}

#nav li a.active {
    padding-bottom: 5px;
    border-bottom: 3px solid #1e6a84; 
}

#nav li a:hover {
    padding-bottom: 5px;
    border-bottom: 3px solid #abb6b9 !important; 
}

.hamburger-menu, .mobile-logo {
    display: none;
}

#content{
    margin: 0;
    width: 100%;
    min-height: 800px;
    display: block;
}

.push {
    height: 320px;
}

#footer {
    width: 100%;
    min-width: 1000px;
    height: 320px;
    border-top: solid #156985 6px;
    text-align: center;
    display: block;
    background: #00202c;
}

#footer-columns {
    width: 1000px;
    display: inline-block;
}

.footer-column {
    margin: 15px 0;
    width: 33%;
    float: left;
    border-left: dotted #1e6a84 1px;
    height: 270px;
    position: relative;
}

.footer-column:last-child {
    border-right: dotted #1e6a84 1px;
}

.footer-column h3 {
    font-family: 'Roboto Light';
    font-size: 22px;
    color: #ffffff;
    margin: 10px 0;
}

.footer-column .line{
    display: block;
    margin: 10px 0;
    height: 1px;
    background: #00202c;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#00202c), to(#00202c), color-stop(50%, white));
}

.footer-column ul {
    list-style-type: none;
    text-align: left;
    padding-bottom: 50px;
}

.footer-column ul li {
    padding-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #667980;
}

.footer-column ul li a:hover {
    border-bottom: 1px solid #667980;
}

.footer-column a {
    text-decoration: none;
    font-family: 'Roboto Regular';
    font-size: 16px;
    color: #3493b7;
}

.footer-column a:hover {
    border-bottom: 2px solid #3493b7;
    margin-bottom: -2px;
}

#headquarters, #other-locations {
    float: left;
    width: 49%;
    height: 120px;
    padding-bottom: 50px;
}

#headquarters h3, #other-locations h3 {
    font-family: 'Roboto Bold';
    font-size: 14px;
    color: #667980; 
}

#headquarters p, #other-locations p {
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #667980;
    line-height: 200%;
}

#footer-bar {
    background: #003042;
    display: block;
}

#footer-bar-wrapper {
    display: inline-block;
    width: 1000px;
}

#policy {
    float: left;
    color: #3493b7;
    padding: 20px 0;
}

#policy  a {
    text-decoration: none;
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #3493b7;
}

#policy  a:hover {
    border-bottom: 1px solid #3493b7;
}

#social-media-links {
    float: right;
    padding: 20px 0;
}

#social-media a {
    text-decoration: none;
}

.link_bottom {
    position: absolute;
    bottom: 15px;
    left: 39px;
}

.mm-list a {
   font-family: 'Roboto Bold';
}
