@font-face {
    font-family: "Lato";
    src: url('Lato-Regular.ttf') format("truetype");
}

#content {
  flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
}

html,
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;

    height: 100%;
    flex-direction: column;
}

a {
    color: #119ae4;
    text-decoration: none;
    transition: all .15s;
}

a:hover {
  color: #119ae4;
}

p, span, div, pre, code, button, input {
    color: #2C3138;
    font-size: 1em;
    letter-spacing: 0;
}

h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.32em;
}

h1, h3, h4, h5 {
    display: inline-block;
    color: #2C3138;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lato;
}

div {
    display: block;
}

body {
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 200;
    background: #F7F7F7;
}

/* CONTENT ================================================================================= */
.page-header-layer {
    background: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}

.page-header-layer .page-header-left h2 {
  margin: 0;
}

.section {
    background: #F7F7F7;
}

.section .section-boundary+h3, .section+.section, .page-header-layer+.section {
    margin-top: 28px;
}

.section .section-boundary {
    background: #fff;
    padding: 30px;
    margin-top: 30px;
}

.page-header-layer .page-header-boundary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    min-width: 0px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.page-header-layer .page-header-left, .page-header-layer .page-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    min-width: 0px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

/* HEADER =================================================================================== */
#head {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  z-index: 10000;
  flex-shrink: 0;
}

header #logo {
    height: 19px;
    padding-top: 4px;
}

header, header * {
  background: #2C3138;
  box-sizing: content-box;
  color: #fff;
  font-size: .8rem;
  z-index: 1000;
}

#header-inner {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-pack: space-between;
  -webkit-box-align: center;
  -webkit-box-pack: justify;

  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  min-height: 0px;
  min-height: 50px;
  min-width: 0px;
}

#head .section-boundary, #header-inner, #sub-header .tabs-container, .page-header-layer .page-header-boundary, .section, .action-banner>.boundary, .action-banner>.boundary.center {
  margin: 0 auto;
  width: 100vw;
  padding: 0 30px;
  min-width: 900px !important;
  max-width: 2000px !important;
  box-sizing: border-box;
}

#head,section {
  display: block;
}

/* FOOTER =======================================================================================*/

#footer-inner {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: #ccc;
}


footer {
  padding-top: 10px;
  padding-bottom: 55px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}

.footer {
  display: flex;
}

@media (min-width: 768px){
  #footer-nav > .row{
    width: 80%;
  }

  #footer-nav > #copyright{
    margin-top: 0px;
    width: 38%;
    text-align: right;
  }

  #footer-nav{
    display: flex;
  }
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer-item {
    width: 20%;
    float: left;
}

footer a{
  color: #77777a;
  text-transform: uppercase;
}

hr.shaded {
  height: 1px;
  border: 0;
  background: #eee;
  width: 100%;
  margin-bottom: 24px;
}

/* TABLES ========================================================================================*/

table.table {
    width: 100%;
    table-layout: fixed;
}

tbody > tr:hover {
    background: #F7F7F7;
}

table.table > thead > tr > th:first-child:not(.checkbox-col):not(.medallion-col), table.table > tbody > tr > td:first-child:not(.checkbox-col):not(.medallion-col) {
    padding-left: 14px;
}

table.table, th, td {
    height: 34px;
    border: 0px;
    border-collapse: collapse;
}

.fade-anim {
    list-style: none;
    box-sizing: border-box;
}

table.table > thead > tr > th {
    height: 14px;
    text-align: left;
    text-transform: uppercase;
    color: #787878;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 1px;
    padding-bottom: 14px;
}

.table td > div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #119ae4;
}
