﻿/* BASE */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: Dax Condensed Regular, Sans-Serif;
  font-size: 13px;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
  border: 0;
  background-color: #f9f9f9;
  background-image: none;
  background-position: top left;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  color: #4d4d4d;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  font-family: inherit;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 26px;
  color: #253a84;
}

h2 {
  font-size: 20px;
  color: #253a84;
}

h3 {
  font-size: 12px;
  color: #253a84;
}

h5 {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

hr {
  color: #c4c2c2; /* IE */
  background-color: #c4c2c2; /* modern browsers */
  height: 1px;
  border: none;
  margin: 5px 0;
}

a {
  text-decoration: none;
  color: inherit;
}

nav a {
  cursor: pointer;
}

ul li {
  list-style-type: none;
}

.listing-type-one {
  padding: 0 10px 0 0;
}

.outer-wrapper {
  background-color: #fff;
  padding: 0;
  position: relative;
  margin: 0 auto;
  max-width: 80em;
}

.site-drop-shadow .outer-wrapper {
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1) 0 8px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,.1) 0 8px rgba(0,0,0,.4);
  box-shadow: 0 0 8px rgba(0,0,0,.1);
}

#siteContent {
  padding-top: 160px;
}

/* HEADER */
#header {
  position: fixed;
  left: auto;
  height: 50px;
  background-color: #fff;
  margin: 0 auto;
  max-width: 80em;
  padding: 40px 0;
  width: 100%;
  z-index: 1800;
}

  #header h1, .home-link-mobile {
    color: #343434;
  }

.home-link-mobile {
  display: none;
  letter-spacing: 0.15em;
}

.home-link .logo {
  max-height: 20px;
  max-width: 100%;
  display: inline-block;
}

.logo {
  min-width: 10em;
}

.top-row {
  display: table;
  width: 100%;
  padding: 0 10%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header h1 {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

/* header hidden */
#header.header-hidden {
  padding: 10px 0 0;
  border-top-width: 0;
  -webkit-transition: padding .4s ease,border-color .4s ease;
  -moz-transition: padding .4s ease,border-color .4s ease;
  -o-transition: padding .4s ease,border-color .4s ease;
  transition: padding .4s ease,border-color .4s ease;
}

  #header.header-hidden section.top-row {
    margin-bottom: 10px;
  }

  #header.header-hidden .home-link {
    display: none;
  }

  #header.header-hidden .home-link-mobile {
    display: block;
  }

/* MENU */
.menu {
  margin: 0 auto;
  text-align: center;
  background-color: #fafafa;
  padding: 15px 75px 30px;
  max-height: 8em;
  overflow: visible;
  color: #343434;
}

  .menu a {
    padding: 0 10px;
    font-size: 14px;
  }

    .menu a:hover {
      color: #818181;
    }

.menu .folder {
  box-sizing: border-box;
  position: relative;
}

.menu ul li {
  display: inline-block;
}

.menu .folder .folder-parent > a:first-child::before {
  content: '+';
  margin-right: .25em;
  font-size: 16.8px;
}

.menu .folder .folder-child-wrapper {
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -100px;
}

  .menu .folder .folder-child-wrapper ul.folder-child, .menu .folder .folder-child-wrapper ul.folder-child li {
    border-color: #eeeded;
  }

    .menu .folder .folder-child-wrapper ul.folder-child::before {
      border-color: #eeeded;
      border-right-color: rgb(238, 237, 237);
      border-left-color: rgb(238, 237, 237);
      border-width: 0 0 10px;
      border-right-width: 0;
      border-left-width: 0;
      border-style: solid;
      border-right-style: solid;
      border-left-style: solid;
      border-right: solid 10px transparent;
      border-left: solid 10px transparent;
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: -10px;
      left: 50%;
      margin-left: -10px;
    }

  .menu .folder .folder-child-wrapper ul.folder-child {
    display: none;
    padding: 0;
    margin: 5px 0 0 0;
    box-sizing: border-box;
    border-width: 2px 0 0;
    border-style: solid;
    width: 200px;
    position: relative;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
  }

  .menu .folder:hover ul.folder-child, .menu .folder .folder-child-wrapper:hover ul.folder-child {
    display: block;
  }

  .menu .folder .folder-child-wrapper ul.folder-child {
    background-color: #fafafa;
  }

    .menu .folder .folder-child-wrapper ul.folder-child li {
      display: block;
      width: 100%;
      line-height: 1.3em;
      margin: 0;
      padding: 0;
      border-width: 0 0 1px;
      border-style: solid;
    }

      .menu .folder .folder-child-wrapper ul.folder-child li a {
        text-align: center;
        display: block;
        padding: 1.5em 1em;
        -webkit-transition: background-color .14s ease,color .14s ease;
        -moz-transition: background-color .14s ease,color .14s ease;
        -o-transition: background-color .14s ease,color .14s ease;
        transition: background-color .14s ease,color .14s ease;
      }

/* MAIN CONTENT */
#splash {
  top: 0;
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

#splash img {
  width: 100%;
}

#content {
  margin-bottom: 30px;
  padding: 1em 2em 0.3em 2em;
  font-size: 9px;
  color: #000;
}

#content .footer {
  margin-top: 1.6em;
  text-align: left;
}

#treeWrapper {
  margin: 20px 0;
}

/* FORMS */
form.form-horizontal .control-group {
  margin-bottom: 10px;
  color: #233886;
}
form.form-horizontal .controls { *display: inline-block; *padding-left: 20px; margin-left: 250px; *margin-left: 0; height: 25px;}
form.form-horizontal .control-label {float: left;width: 100px;padding-top: 5px;text-align: right;color: #233886;}
form.form-horizontal .control-label-to-from{color:#233886;display:inline-block;vertical-align:top;padding-top:5px;}
form.form-horizontal input[type="text"], form.form-horizontal textarea {display: inline-block;margin-bottom:0px;margin-top: 0px;vertical-align:top;padding-left:5px;width:243px;}
form.form-horizontal input.input-text-small { width: 77px;  margin-right: 2px; }
form.form-horizontal select{display: inline-block;margin-bottom:0px;margin-top: 0px;vertical-align:top;padding-left:5px;width:248px;}
form.form-horizontal select.searchable, form.form-horizontal select.nonSearchable { width: 253px; }

.ui-textfield {
  font: inherit;
  color: inherit;
  background: none;
  text-align: inherit;
  outline: none;
  cursor: text;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #2f2386;
}

input[type="image"], input[type="submit"], input[type="reset"], input[type="button"] {
  width: auto;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #283086;
  background-image: -moz-linear-gradient(top, #233886, #2f2386);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#233886), to(#2f2386));
  background-image: -webkit-linear-gradient(top, #233886, #2f2386);
  background-image: -o-linear-gradient(top, #233886, #2f2386);
  background-image: linear-gradient(to bottom, #233886, #2f2386);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff233886', endColorstr='#ff2f2386', GradientType=0);
  border-color: #2f2386 #2f2386 #1a1349;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f2386;
}

input {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin-left: 0;
}



/* CRUMBS */
.crumbs {
  text-align: center;
  padding: 5px 0;
  background-color: #eee;
  margin-top: 10px;
}

.crumbs ul {
  z-index: 1;
  margin-top: 3px;
  margin-bottom: 3px;
  text-transform: uppercase;
  display: inline-block;
}

.crumbs ul li {
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.crumbs ul li a {
  color: #000;
}

.crumbs ul li::before {
  content: " > ";
  padding-left: 5px;
}

.crumbs ul li:first-child::before {
  content: none;
  padding-left: 0;
}

/* SITE FOOTER*/

#footer {
  padding-bottom: 18px;
  text-align: center;
}

#footer div, #footer div a {
  font-size: 14px;
}

.fab {
  font-size: 24px;
}

#social:hover #twitter:not(:hover) {
  color: #55acee66;
}

#social:hover #linkedin:not(:hover) {
  color: #0976b466;
}

.fa-twitter-square, .fa-twitter-square:hover {
  color: #55acee;
}

.fa-linkedin, .fa-linkedin:hover {
  color: #0976b4;
}

/* COLORS */
.yellow {
  color: #de951b;
}

.purple {
  color: #253a84;
}

/* TABLES */

table {
  width: 100%;
  border: 0;
}

td {
  vertical-align: top;
}

/* OTHER */
a.icon-pdf {
  color: #233886;
  background: url('../images/icon-pdf.png') no-repeat 0 center;
  padding-left: 20px;
  line-height: 1.4em;
}

  a.icon-pdf .date {
    color: #0f7cf2;
    display: inline-block;
  }

/* search */
#pnlSearchForm {
  margin: 0 auto;
  width: 450px;
}

#frmMain .controls {
  margin-left: 115px;
}

.input-level {
  display: inline;
  vertical-align: top;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

  .input-level label, span {
    display: inline;
    margin-left: 5px;
    margin-bottom: 0px;
  }

  .input-level input {
    margin-bottom: 6px;
  }

/* RESPONSIVE */
@media only screen and (max-width: 768px) {
  .outer-wrapper,
  .site-container {
    height: 100%;
  }

  .outer-wrapper {
    transition-duration: 0.3s;
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  #header {
    position: absolute;
    padding: 0;
  }

  .top-row {
    padding: 0 5% 0 0;
  }

 #siteContent {
    position: relative;
    top: 60px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-menu-icon {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 66px;
    cursor: pointer;
  }

  .mobile-menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 0;
    top: 16px;
    left: 30px;
    box-shadow: 0 10px 0 1px #343434, 0 15px 0 1px #343434, 0 20px 0 1px #343434;
  }

  #header h1 {
    display: block;
  }

  .home-link-mobile {
    display: inline-block;
    letter-spacing: .3em;
    text-align: center !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.3em;
    margin-top: 0;
  }

  .home-link .logo {
    display: none;
  }

  .menu {
    float: left;
    font-size: 14px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fafafa;
    width: 250px;
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    max-height: 100%;
  }

  .menu ul {
    margin: 0;
    padding: 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #eeeded;
  }

  .menu ul li {
    cursor: pointer;
    display: block;
    width: 100%;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #eeeded;
  }

  .menu a {
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #eeeded;
  }

  .menu .folder .folder-child-wrapper {
    position: unset;
    left: unset;
    z-index: unset;
    margin-left: unset;
  }

  .menu .folder .folder-child-wrapper ul.folder-child {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    border: none;
    width: 100%;
    position: relative;
    box-shadow: none;
    display: none;
  }

  .menu .folder .folder-child-wrapper ul.folder-child::before {
    border: none;
    content: none;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .menu .folder .folder-child-wrapper ul.folder-child li {
    display: block;
    width: 100%;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border: none;
  }

  .menu .folder .folder-child-wrapper ul.folder-child li a {
    text-align: center;
    display: block;
    padding: 0;
    -webkit-transition: background-color .14s ease,color .14s ease;
    -moz-transition: background-color .14s ease,color .14s ease;
    -o-transition: background-color .14s ease,color .14s ease;
    transition: background-color .14s ease,color .14s ease;
  }

  .with--sidebar .outer-wrapper {
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }

  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.6);*/
  }

  #container div {
    width: 98%;
  }

  #footer {
    margin-top: 10px;
  }
}


/* RESPONSIVE */
@media only screen and (max-width: 465px) {
  #header section.top-row h1 {
    font-size: 1px;
    margin-top: 20px;
    display: table-cell;
  }

  #header section.top-row h1 a.home-link-mobile {
    font-size: 15px;
  }

  form.form-horizontal .control-label {
    float: none;
  }

  #frmMain .controls {
    margin-left:0px;
  }
}