/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button, html, input, select, textarea {
  color: #222; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, img, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  /* ie 6/7 */ }

* {
  outline: none; }

@media (min-width: 768px) {
  .mobile-only {
    display: none; } }

.hide-mobile {
  display: none !important; }
  @media (min-width: 768px) {
    .hide-mobile {
      display: block !important; } }

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.alignCenter {
  text-align: center; }

.margin-bottom {
  margin-bottom: 20px !important;
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc); }

.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

.row {
  padding-bottom: 0em; }

.col {
  display: block;
  float: left;
  width: 100%; }

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%; }
  .gutters .col:first-child {
    margin-left: 0; } }

@media (min-width: 768px) {
  .span_1 {
    width: 8.33333333333%; }
  .span_2 {
    width: 16.6666666667%; }
  .span_3 {
    width: 25%; }
  .span_4 {
    width: 33.3333333333%; }
  .span_5 {
    width: 41.6666666667%; }
  .span_6 {
    width: 50%; }
  .span_7 {
    width: 58.3333333333%; }
  .span_8 {
    width: 66.6666666667%; }
  .span_9 {
    width: 75%; }
  .span_10 {
    width: 83.3333333333%; }
  .span_11 {
    width: 91.6666666667%; }
  .span_12 {
    width: 100%; }
  .gutters .span_1 {
    width: 6.5%; }
  .gutters .span_2 {
    width: 15.0%; }
  .gutters .span_3 {
    width: 23.5%; }
  .gutters .span_4 {
    width: 32.0%; }
  .gutters .span_5 {
    width: 40.5%; }
  .gutters .span_6 {
    width: 49.0%; }
  .gutters .span_7 {
    width: 57.5%; }
  .gutters .span_8 {
    width: 66.0%; }
  .gutters .span_9 {
    width: 74.5%; }
  .gutters .span_10 {
    width: 83.0%; }
  .gutters .span_11 {
    width: 91.5%; }
  .gutters .span_12 {
    width: 100%; } }

.wrapper {
  text-align: center; }
  .wrapper.grey {
    background: #f2f2f2; }

.container {
  max-width: 1000px;
  padding: 30px;
  position: relative;
  margin: 0 auto; }
  .container.table-container {
    padding: 0 0 30px 0;
    overflow: scroll; }

@media (min-width: 768px) {
  .container.table-container {
    padding: 0 30px 30px 30px; }
  .col-left {
    padding-right: 15px; }
  .col-right {
    padding-left: 15px; } }

.img-responsive {
  max-width: 100%; }

img.cards {
  margin-top: 20px;
  display: block; }

form {
  box-sizing: border-box; }
  form label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px; }
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="password"],
  form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #efefef;
    font-size: 16px;
    background: #efefef;
    transition: all .5s;
    margin-bottom: 15px;
    -webkit-appearance: none;
    border-radius: 0; }
    @media (min-width: 768px) {
      form input[type="text"],
      form input[type="email"],
      form input[type="tel"],
      form input[type="password"],
      form textarea {
        width: 100%; } }
    form input[type="text"]:focus,
    form input[type="email"]:focus,
    form input[type="tel"]:focus,
    form input[type="password"]:focus,
    form textarea:focus {
      outline: none;
      background: white; }
    form input[type="text"]::placeholder,
    form input[type="email"]::placeholder,
    form input[type="tel"]::placeholder,
    form input[type="password"]::placeholder,
    form textarea::placeholder {
      text-transform: uppercase;
      color: #454348; }
  form p {
    width: 100%;
    overflow: visible;
    clear: both;
    padding: 10px 0;
    margin: 0; }
  form input[type="submit"],
  form button {
    color: white;
    background: #c1912e;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0px solid #454348;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-appearance: none;
    border-radius: 0; }
    form input[type="submit"]:focus,
    form button:focus {
      outline: none;
      opacity: 0.5; }

.input-group {
  position: relative; }
  .input-group .input-group-addon {
    position: absolute;
    top: 0px;
    left: 15px;
    line-height: 46px;
    font-size: 16px;
    opacity: 1; }
  .input-group #form_amount {
    padding-left: 28px; }

.select-form {
  display: block;
  border: 0px solid #e5e5e5;
  height: 36px;
  padding: 0 30px 0 10px;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  font-size: 16px;
  background: white url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSI5NyAxMDQgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0Q4RDhEOCIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDMuMDAwMDAwLCAxMTAuMDAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAzLjAwMDAwMCwgLTExMC4wMDAwMDApICIgcG9pbnRzPSIxMDcgMTA2IDEwNyAxMTQgOTkgMTE0Ij48L3BvbHlnb24+PC9zdmc+) no-repeat right 10px top 9px; }
  .select-form.float-left {
    float: left; }
  @media (min-width: 768px) {
    .select-form {
      margin-left: 0; } }

.form-filter select, .form-filter .btn {
  width: 100%; }

@media (min-width: 768px) {
  .form-filter select, .form-filter .btn {
    width: auto; } }

.background-white {
  background-color: white !important; }

.background-red {
  background-color: #c1912e !important; }

.background-lightgrey {
  background-color: #f5f5f5 !important; }

.background-darkgrey {
  background-color: #e1e1e1 !important; }

.background-grey {
  background-color: #454348 !important; }

.background-darkestgrey {
  background-color: #454348 !important; }

.text-white {
  color: white !important; }

.text-red {
  color: #e4361d !important; }

.text-gold {
  color: #c1912e !important;
}

.text-lightgrey {
  color: #f5f5f5 !important; }

.text-darkgrey {
  color: #e1e1e1 !important; }

.text-grey {
  color: #454348 !important; }

body, p, ul, li, input, textarea {
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #454348; }

body {
  background-color: #e1e1e1; }

a, a:visited {
  transition: all .5s;
  color: #211f20;
  text-decoration: none; }

a:active, a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

h1, h2, h3, h4, h5 {
  font-family: "museo-sans-rounded", Helvetica, Arial, sans-serif;
  color: #211f20;
  font-weight: normal;
  letter-spacing: 1px; }

h1 {
  font-size: 46px;
  color: #454348;
  font-weight: 300;
  line-height: normal; }
  h1 strong {
    color: #211f20; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 18px;
  font-weight: bold; }

h6 {
  font-size: 12px; }

article ul {
  padding-left: 20px;
  margin-left: 0; }
  article ul li {
    margin-bottom: 1em; }

#masthead {
  width: 100%;
  overflow: auto;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    #masthead .container {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    #masthead article {
      position: absolute;
      top: 60px;
      left: 30px;
      width: 56%; } }
  #masthead article h1 {
    margin: 0;
    font-size: 8vw;
    padding-top: 10px; }
    @media (min-width: 768px) {
      #masthead article h1 {
        font-size: 3vw; } }
  #masthead article p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 2em 0 0 0; }
    @media (max-width: 768px) {
      #masthead article p br {
        display: none; } }
  #masthead article img {
    float: none;
    position: static;
    margin: 0; }
  #masthead img {
    max-width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      #masthead img {
        width: 50%;
        height: auto;
        float: right;
        margin-top: 0px; } }

.news-post {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .news-post:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.intro-box {
  padding-top: 10px; }
  .intro-box h1 {
    margin: 0;
    font-size: 8vw; }
  .intro-box p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 2em 0 0 0; }
  @media (min-width: 768px) {
    .intro-box {
      padding-top: 30px; }
      .intro-box h1 {
        font-size: 3vw; } }

.center-align {
  text-align: center; }

.bank-statements {
  margin-bottom: 30px; }
  .bank-statements .container {
    padding-bottom: 5px !important; }
  .bank-statements .account {
    background: #57555A;
    text-align: center;
    padding: 20px 15px 25px 15px;
    margin-bottom: 25px; }
  .bank-statements span {
    display: block; }
  .bank-statements .name {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #9E9E9E;
    font-weight: bold;
    margin-bottom: 6px; }
  .bank-statements .balence {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold; }

.document {
  margin-top: 30px;
  padding: 20px;
  position: relative; }
  .document h3, .document p, .document small {
    padding: 0;
    margin: 0;
    display: block; }
  .document small {
    padding-top: 3px;
    color: #999; }
  @media (min-width: 768px) {
    .document {
      padding: 20px 180px 20px 20px; }
      .document .btn {
        position: absolute;
        top: 0;
        right: 20px; } }

button,
a.btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase; }
  button.ghost,
  a.btn.ghost {
    background: none;
    border-color: white;
    color: white; }
  button.red,
  a.btn.red {
    background: #c1912e;
    color: white; }
  button.btn-center,
  a.btn.btn-center {
    margin: 0 auto !important; }
  button.btn-download,
  a.btn.btn-download {
    margin-top: 20px !important; }

.modal {
  background: white;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .modal.active {
    top: 50%;
    opacity: 1;
    display: block; }
  .modal p, .modal h3 {
    margin: 0; }
  .modal .close-modal {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    line-height: 40px;
    text-align: center; }
  .modal .modal-body {
    padding: 25px; }
  .modal .modal-footer {
    background: #efefef;
    padding: 10px; }
  .modal .btn-danger {
    float: right;
    background: #c1912e; }
  .modal .btn-default {
    color: #555; }

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute; }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: black;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #c1912e;
    box-shadow: inset 0 1px 3px none;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #c1912e;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

/* ==========================================================================
   Header
   ========================================================================== */
header .container {
  max-width: 1080px;
  position: static;
  z-index: 1;
  min-height: 75px;
  padding: 0; }
  @media (min-width: 768px) {
    header .container {
      position: relative; } }
  header .container .logo {
    padding: 15px 30px 0 30px;
    width: 220px; }
  @media (min-width: 768px) {
    header .container {
      position: relative;
      min-height: 72px; }
      header .container .logo {
        padding: 15px 30px 15px 30px; } }

/* ==========================================================================
   Navigation
   ========================================================================== */
@media (min-width: 980px) {
  nav.menu-container {
    position: absolute;
    right: 0;
    top: 0; }
    nav.menu-container ul.nav {
      margin: auto;
      padding: 0; }
      nav.menu-container ul.nav li {
        display: inline-block;
        position: relative;
        padding: 0 15px; }
        nav.menu-container ul.nav li a {
          display: block;
          padding: 25px 0;
          color: #454348; }
          nav.menu-container ul.nav li a:hover {
            color: #c1912e; }
        nav.menu-container ul.nav li:last-child a {
          background: #c1912e;
          color: white;
          text-transform: uppercase;
          padding: 25px;
          height: 72px; }
        nav.menu-container ul.nav li:last-child span {
          display: none; }
        nav.menu-container ul.nav li span {
          width: 0;
          height: 1px;
          background: #c1912e;
          display: block;
          transition: all .25s; }
        nav.menu-container ul.nav li:hover span {
          width: 100%; } }

@media screen and (max-width: 979px) {
  .hamburger {
    text-align: right; }
    .hamburger .burger {
      position: absolute;
      top: 15px;
      right: 10px;
      z-index: 2;
      padding: 10px; }
    .hamburger .bun {
      display: inline-block;
      padding: 0;
      width: auto; }
      .hamburger .bun > span {
        display: block;
        height: 5px;
        width: 30px;
        margin: 3px 0;
        background: #c1912e; }
    .hamburger.open .bun span {
      position: relative;
      margin: 0; }
      .hamburger.open .bun span:nth-child(2) {
        opacity: 0; }
      .hamburger.open .bun span:nth-child(1) {
        transform: rotate(405deg);
        top: 10px; }
      .hamburger.open .bun span:nth-child(3) {
        transform: rotate(315deg);
        top: 0px; }
    .hamburger .helper {
      display: inline-block;
      margin: 0;
      position: relative;
      top: -14px;
      color: #333;
      font-size: 0.8em; }
    .hamburger.open .helper {
      top: -100px; }
    .hamburger ul {
      list-style: none;
      margin: 0;
      margin-top: 0.5em;
      padding: 0;
      background: #d9d9d9; }
      .hamburger ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .hamburger ul li:last-child {
          border-bottom: none; }
        .hamburger ul li a {
          display: block;
          padding: 12px 30px;
          text-decoration: none;
          text-align: left;
          font-size: 18px;
          color: #454348; }
        .hamburger ul li:last-child > a {
          border: 0;
          background: #c1912e;
          color: white; }
        .hamburger ul li.login a {
          color: #c1912e; }
        .hamburger ul li ul {
          border: 0;
          margin: 0; }
          .hamburger ul li ul li {
            border-bottom: none; }
            .hamburger ul li ul li a {
              font-size: 14px; }
            .hamburger ul li ul li > ul li a {
              padding-left: 30px; }
        .hamburger ul li > ul {
          background: #cfcfcf; }
        .hamburger ul li > ul > li > ul {
          background: #c5c5c5; }
        .hamburger ul li > ul > li > ul > li > ul {
          background: #bababa; }
        .hamburger ul li.parent {
          position: relative; }
          .hamburger ul li.parent .dropper {
            position: absolute;
            right: 0;
            padding: 20px 30px;
            cursor: pointer;
            color: #454348;
            font-family: "FontAwesome"; }
          .hamburger ul li.parent.open > .dropper {
            transform: rotateX(180deg); } }

.sub-nav-container {
  padding: 10px;
  max-width: 1080px; }
  @media (min-width: 768px) {
    .sub-nav-container {
      padding: 0; } }

.desktop-sub-nav {
  display: none;
  margin: 0;
  padding-left: 30px;
  float: right; }
  .desktop-sub-nav li {
    display: inline-block;
    position: relative;
    padding: 0 15px; }
    .desktop-sub-nav li a {
      display: block;
      padding: 25px 0;
      color: #454348; }
      .desktop-sub-nav li a:hover {
        color: #c1912e; }
    .desktop-sub-nav li ul {
      display: none; }
    .desktop-sub-nav li.active a {
      color: #c1912e; }
  .desktop-sub-nav .dropdown-toggle {
    position: relative;
    cursor: pointer; }
    .desktop-sub-nav .dropdown-toggle span {
      padding: 25px 0;
      display: block; }
    .desktop-sub-nav .dropdown-toggle:hover ul {
      display: block; }
    .desktop-sub-nav .dropdown-toggle:hover {
      background: #c1912e;
      color: white; }
  .desktop-sub-nav .dropdown-menu {
    z-index: 99;
    position: absolute;
    top: 71px;
    left: 0;
    width: 200px;
    background: #c1912e;
    margin: 0;
    padding: 15px; }
    .desktop-sub-nav .dropdown-menu li, .desktop-sub-nav .dropdown-menu a {
      display: block;
      padding: 0;
      color: white; }
    .desktop-sub-nav .dropdown-menu a {
      line-height: 24px; }
      .desktop-sub-nav .dropdown-menu a:hover {
        color: rgba(255, 255, 255, 0.8); }
    .desktop-sub-nav .dropdown-menu .active a {
      color: white; }
  @media (min-width: 768px) {
    .desktop-sub-nav {
      display: block; } }

.mobile-sub-nav {
  display: block;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  font-size: 16px;
  background: white url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSI5NyAxMDQgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0Q4RDhEOCIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDMuMDAwMDAwLCAxMTAuMDAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAzLjAwMDAwMCwgLTExMC4wMDAwMDApICIgcG9pbnRzPSIxMDcgMTA2IDEwNyAxMTQgOTkgMTE0Ij48L3BvbHlnb24+PC9zdmc+) no-repeat right 10px top 11px; }
  @media (min-width: 768px) {
    .mobile-sub-nav {
      display: none; } }

footer {
  background: #454348;
  padding: 30px 0;
  text-align: left; }
  footer p {
    color: #f2f2f2;
    padding: 0 0 2em 0; }
    footer p.credit {
      font-size: 10px;
      color: #ccc; }
    footer p.address {
      font-weight: 300;
      color: #f2f2f2;
      letter-spacing: 1px; }
  footer h3 {
    color: white;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased; }
  footer a, footer a:visited {
    color: #fff; }
    footer a .fa, footer a:visited .fa {
      margin-right: 15px; }
  footer form {
    padding-bottom: 80px; }
    footer form input[type=text] {
      width: 70%;
      font-size: 14px;
      padding: 5px 10px;
      height: 40px;
      box-sizing: border-box;
      background: #939395;
      border-color: #939395;
      color: white;
      border: none;
      display: inline-block; }
      footer form input[type=text]::placeholder {
        color: white; }
    footer form button {
      background: #5e5c62;
      height: 41px;
      border: none; }

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 5px 10px 20px;
  border-bottom: 1px solid #ddd;
  text-align: left; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #ddd; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center left; }

table.dataTable thead .sorting {
  background-image: url("../img/tables/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../img/tables/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../img/tables/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../img/tables/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../img/tables/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #ddd; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: right;
  margin-bottom: 10px; }
  .dataTables_wrapper .dataTables_length select {
    border: 1px solid #ddd;
    height: 40px;
    margin: 0 4px;
    padding: 0 20px 0 10px;
    border-radius: 0;
    -webkit-appearance: none;
    outline: 0;
    font-size: 16px;
    background: white url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSI5NyAxMDQgMTIgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxwb2x5Z29uIGlkPSJSZWN0YW5nbGUiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI0Q4RDhEOCIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDMuMDAwMDAwLCAxMTAuMDAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAzLjAwMDAwMCwgLTExMC4wMDAwMDApICIgcG9pbnRzPSIxMDcgMTA2IDEwNyAxMTQgOTkgMTE0Ij48L3BvbHlnb24+PC9zdmc+) no-repeat right 10px top 11px; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  padding-top: 20px; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #ddd;
  background-color: white;
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #c1912e;
  background-color: #c1912e;
  /* W3C */ }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #ddd; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white; }

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0; }

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white; }

@media print {
  table.fixedHeader-floating {
    display: none; } }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white; }

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0; }

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white; }

@media print {
  table.fixedHeader-floating {
    display: none; } }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }
