@charset "UTF-8";
/* =============================================================================
Import - Framework
================================================================================ */
/* =============================================================================
Normalize
================================================================================ */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700");
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
ol,
pre,
code {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
p,
ol,
ul {
  font-weight: inherit;
}
ul,
li {
  border-width: 0;
  border-style: solid;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  text-transform: none;
  text-align: inherit;
  background-color: transparent;
  border: transparent;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}
input[type="file"]:-webkit-file-upload-button {
  text-transform: none;
  text-align: inherit;
  background-color: transparent;
  border: transparent;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}
hr {
  margin-top: 0;
}
iframe {
  border: 0;
  outline: 0;
}
/* =============================================================================
GLOBAL - GENERAL
================================================================================ */
html {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #373537;
}
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
html {
  font-size: 112.5%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
p {
  font-weight: 300;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-size: 0.83333333rem;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #2c80af;
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #eb6a00;
}
a a {
  color: #2c80af;
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a a:hover {
  color: #eb6a00;
}
hr {
  height: 0;
  border: 0;
  box-sizing: content-box;
  overflow: visible;
  margin-top: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #5e6062;
}
ul {
  list-style: none;
}
ol {
  margin-bottom: 25px;
  list-style: decimal outside;
}
ol li {
  margin-bottom: 20px;
  margin-left: 19px;
}
ol ol {
  margin: 20px 0 0 20px;
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}
table {
  border: 1px solid #e6e7e8;
  border-collapse: collapse;
  background-color: #f5f5f6;
  width: 100%;
  text-align: left;
  font-weight: normal;
}
table caption {
  background-color: transparent;
  padding: 10px 20px;
}
tr {
  border-bottom: 1px solid #e6e7e8;
}
td {
  padding: 10px 20px;
  border-left: 1px solid #e6e7e8;
}
thead {
  color: white;
}
thead th {
  text-align: left;
  padding: 10px 20px;
  background-color: #404041;
  border-left: 1px solid #e6e7e8;
}
thead th:first-of-type {
  border-left: none;
}
thead th img {
  display: inline;
  margin-left: 4px;
}
thead th h3,
thead th h4,
thead th h5,
thead th h6 {
  margin-bottom: 0;
}
thead th {
  font-weight: normal;
  border: none;
  text-align: left;
}
thead a,
thead button {
  color: white;
  width: 100%;
  text-align: left;
}
thead a:hover,
thead button:hover {
  color: white;
}
tfoot {
  background-color: #e6e7e8;
}
tbody tr:last-of-type {
  border-bottom: none;
}
td,
tbody th,
tfoot th {
  padding: 10px 20px;
  border-left: 1px solid #e6e7e8;
}
form {
  margin: 0;
  padding: 0;
}
fieldset,
form,
label,
legend,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
input,
textarea,
select,
.select-list,
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-bottom: 12.5px;
}
label.hide-v + input,
label.hide-v + textarea,
label.hide-v + select,
label.hide-v + .select-list,
label.hide-v + input[type="checkbox"] + label,
label.hide-v + input[type="radio"] + label {
  margin-top: 12.5px;
}
legend {
  width: 100%;
  border: 0;
  padding: 0;
  padding-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22.5px;
  font-size: 1.25rem;
  line-height: 1.6em;
}
label {
  margin-top: 12.5px;
}
input[type="button"],
input[type="submit"] {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 22px;
  background-color: #2c80af;
  color: white;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #27719b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
input[type="button"]:visited,
input[type="submit"]:visited {
  background-color: #2c80af;
  color: white;
  border-color: #27719b;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #266e97;
  color: white;
  border-color: #215f82;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 20px;
  vertical-align: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-size: 1.11111111rem;
  line-height: 1.6em;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-right: 20px;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
}
/*=============================================================================
Fonts
============================================================================ */
/* =============================================================================
 GRID
 ========================================================================== */
[class^="col-"],
[class^="spl-"] {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
}
[class^="col-"] {
  -moz-background-clip: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  width: 100%;
}
[class^="spl-"] {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
[class^="spl-"].float-right {
  float: right;
}
[class^="spl-"].center {
  float: none;
}
.spl-left,
.spl-center,
.spl-right {
  font-size: 0;
}
.spl-left > div,
.spl-left > li,
.spl-center > div,
.spl-center > li,
.spl-right > div,
.spl-right > li {
  display: inline-block;
  vertical-align: top;
  float: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
}
.spl-center {
  text-align: center;
}
.spl-right {
  text-align: right;
}
/*==========================================================================
Accordions
==========================================================================*/
.accordion-toggle {
  display: block;
  width: 100%;
  background-color: #e6e7e8;
  margin-top: 1em;
  padding: 0.5em;
  font-weight: bold;
}
.accordion-toggle.open {
  background-color: #d1d2d4;
}
.accordion-contents {
  display: none;
  border: 1px solid #d1d2d4;
  padding: 1em 0.5em;
}
.accordion-contents.open {
  display: block;
}
.no-js .accordion-contents {
  display: block;
}
.dropdown-contents {
  display: none;
}
.dropdown-contents.open {
  display: block;
}
/*==========================================================================
Dropdowns
==========================================================================*/
.dropdown-contents {
  display: none;
}
.dropdown-contents.open {
  display: block;
}
/*==========================================================================
Overlays
==========================================================================*/
.datatable {
  position: relative;
}
.datatable * {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .datatable {
    font-size: 80%;
    line-height: 1.2em;
  }
}
.datatable table {
  table-layout: fixed;
  background-color: white;
}
.datatable th {
  width: 100px;
  overflow: hidden;
  font-weight: normal;
  font-weight: bold;
  color: white;
  background-color: #2c80af;
  border: 1px solid #3f9bcf;
}
@media screen and (max-width: 480px) {
  .datatable th {
    width: 80px;
  }
}
.datatable th.datatable-sort-header {
  position: relative;
  padding-right: 20px;
}
.datatable th.datatable-sort-header:after {
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -0.5em;
  color: rgba(255, 255, 255, 0.4);
  content: '\EA0A';
}
.datatable th.asc:after {
  color: white;
}
.datatable th.desc:after {
  color: white;
  content: '\EA03';
}
.datatable th[colspan] {
  text-align: center;
}
.datatable thead tr:first-child th:first-child {
  width: 150px;
}
@media screen and (max-width: 480px) {
  .datatable thead tr:first-child th:first-child {
    width: 80px;
  }
}
.datatable tbody tr {
  border-right: none;
}
.datatable tbody td:first-child {
  font-weight: bold;
}
.datatable [colspan="2"] {
  width: 200px;
}
@media screen and (max-width: 480px) {
  .datatable [colspan="2"] {
    width: 160px;
  }
}
.datatable [colspan="3"] {
  width: 300px;
}
@media screen and (max-width: 480px) {
  .datatable [colspan="3"] {
    width: 240px;
  }
}
.datatable [colspan="4"] {
  width: 400px;
}
@media screen and (max-width: 480px) {
  .datatable [colspan="4"] {
    width: 320px;
  }
}
.datatable [colspan="5"] {
  width: 500px;
}
@media screen and (max-width: 480px) {
  .datatable [colspan="5"] {
    width: 400px;
  }
}
.datatable [colspan="6"] {
  width: 600px;
}
@media screen and (max-width: 480px) {
  .datatable [colspan="6"] {
    width: 480px;
  }
}
.datatable [colspan="7"] {
  width: 700px;
}
@media screen and (max-width: 480px) {
  .datatable [colspan="7"] {
    width: 560px;
  }
}
.datatable .tooltip-toggle {
  text-decoration: underline;
}
.datatable .tooltip-toggle.dt-i-positive {
  text-decoration: none;
}
.datatable.datatable-sortable th a {
  display: block;
}
.datatable-small th {
  width: 50px;
}
.datatable-small [colspan="2"] {
  width: 100px;
}
.datatable-small [colspan="3"] {
  width: 150px;
}
.datatable-small [colspan="4"] {
  width: 200px;
}
.datatable-small [colspan="5"] {
  width: 250px;
}
.datatable-small [colspan="6"] {
  width: 300px;
}
.datatable-small [colspan="7"] {
  width: 350px;
}
.datatable-head {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  z-index: 2;
}
.datatable-head-scroll {
  position: absolute;
}
.datatable-head-table {
  overflow: hidden;
  position: relative;
  border: 0px;
  width: 100%;
}
.datatable-scroll {
  overflow-x: auto;
  width: 100%;
  border-bottom: 1px solid #e6e7e8;
}
.datatable-overflow .datatable-scroll {
  border-right: 1px solid #e6e7e8;
}
.datatable-scroll td:last-child {
  border-right: none;
}
.datatable-scroll-table {
  width: 100%;
  border-bottom: none;
  box-sizing: content-box;
}
.datatable-firsthead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.datatable-firsthead-scroll {
  border-right: 1px solid #404041;
}
.datatable-firsthead-table {
  width: 100px;
  border-right-color: #404041;
}
.datatable-firsthead-table th {
  display: none;
}
.datatable-firsthead-table th:first-child {
  display: table-cell;
}
.datatable-firstcol {
  position: absolute;
  left: 0;
  z-index: 1;
  border-right: 1px solid #e6e7e8;
}
.datatable-firstcol-table {
  width: 100px;
}
.datatable-firstcol-table td {
  display: none;
}
.datatable-firstcol-table td:first-child {
  display: table-cell;
}
.datatable-overflow:after,
.datatable-overflow .datatable-firstcol:after,
.datatable-overflow .datatable-firsthead:after {
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  width: 7px;
  position: absolute;
  pointer-events: none;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.25)));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.25)', GradientType=1);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.25)', GradientType=1)";
  /* IE8+ */
}
.datatable-overflow .datatable-firstcol:after,
.datatable-overflow .datatable-firsthead:after {
  right: -7px;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  /* Konqueror */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
  /* the standard */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.25)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.25)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1)";
  /* IE8+ */
}
.datatable-overflow .datatable-firsthead:after {
  right: -6px;
}
.datatable-btn-prev,
.datatable-btn-next {
  width: 40px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease 0s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #2c80af;
  font-size: 30px;
  background-color: white;
  text-align: center;
}
.datatable-overflow .datatable-btn-prev,
.datatable-overflow .datatable-btn-next {
  display: block;
}
.datatable-btn-prev:hover,
.datatable-btn-next:hover {
  background-color: #e6e6e6;
}
.datatable-btn-prev {
  left: -40px;
  border-radius: 4px 0 0 4px;
}
.datatable-btn-next {
  right: -40px;
  border-radius: 0 4px 4px 0;
}
[class*="datatable-btn-inner-"] {
  position: absolute;
  top: 50vh;
  left: 0;
  right: 0;
}
.datatable-btn-inner-prev:after {
  content: '\EA0E';
}
.datatable-btn-inner-next:after {
  content: '\EA0F';
}
/*==========================================================================
Tabs to accordions
==========================================================================*/
.resp-tabs-list li {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tab-item {
  background-color: #e6e7e8;
  padding: 0.5em 1em;
  font-weight: bold;
}
.resp-tab-item.resp-tab-active {
  background-color: #d1d2d4;
}
.resp-tab-item:hover {
  -webkit-transition: all 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #d1d2d4;
}
.resp-tabs-container {
  clear: left;
}
.resp-tabs-container > div {
  border: 1px solid #d1d2d4;
  padding: 1em;
}
.resp-accordion {
  font-weight: normal;
  cursor: pointer;
  display: none;
  background-color: #e6e7e8;
  padding: 0.5em 1em;
  font-weight: bold;
  margin-top: 1em;
}
.resp-accordion:hover {
  -webkit-transition: all 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #d1d2d4;
}
.resp-accordion.resp-tab-active {
  background-color: #d1d2d4;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  display: none;
  min-height: 100px;
}
@media screen and (max-width: 1250px) {
  .resp-tab-content {
    min-height: 0;
  }
}
@media screen and (max-width: 1250px) {
  ul.resp-tabs-list {
    display: none;
  }
  .resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    min-height: 100px;
    clear: none;
    width: 100%;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
/*==========================================================================
Tabs
==========================================================================*/
.tab-list {
  *zoom: 1;
}
.tab-list:before,
.tab-list:after {
  content: "";
  display: table;
}
.tab-list:after {
  clear: both;
}
.tab-list li {
  display: inline-block;
  float: left;
}
.tab-toggle {
  background-color: #e6e7e8;
  padding: 0.5em 1em;
  font-weight: bold;
}
.tab-toggle.open {
  background-color: #d1d2d4;
}
.tab-contents {
  display: none;
  border: 1px solid #d1d2d4;
  padding: 1em;
}
.tab-contents.open {
  display: block;
}
/*==========================================================================
Tooltips
==========================================================================*/
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip-toggle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-size: 0.83333333rem;
  line-height: 1.6em;
  color: #2c80af;
  font-weight: normal;
}
.tooltip-contents {
  display: none;
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 250px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 4px;
}
.tooltip-contents.open {
  display: block;
}
.tooltip-contents:before {
  font-size: 20px;
  color: white;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -0.5em;
  z-index: 0;
}
.tooltip-contents.left {
  right: 100%;
  margin-right: 1em;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip-contents.left:before {
  content: '\EA06';
  text-shadow: 1.98px 0px 1.98px rgba(0, 0, 0, 0.5);
  filter: dropshadow(color=#80000000, offx=1.98px, offy=0px);
  right: -0.95em;
}
.tooltip-contents.right {
  left: 100%;
  margin-left: 1em;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip-contents.right:before {
  content: '\EA05';
  text-shadow: -1.98px 0px 1.98px rgba(0, 0, 0, 0.5);
  filter: dropshadow(color=#80000000, offx=-1.98px, offy=0px);
  left: -0.95em;
}
.tooltip-contents.fixed {
  position: fixed;
}
.tooltip-contents.fixed:before {
  position: absolute;
  pointer-events: none;
}
.tooltip-contents.fixed {
  top: auto;
  bottom: 100px;
  right: 100px;
  min-height: 50vh;
}
.tooltip-contents.fixed:before {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-size: 0.83333333rem;
  line-height: 1.6em;
  left: -24px;
  top: 40px;
  background-color: orange;
  color: white;
  text-align: center;
  width: 24px;
  height: 30px;
  content: '\EA18';
}
/*=============================================================================
ELEMENTS
============================================================================ */
.dotted,
.list-lines.dotted,
.b-top-no.dotted,
.b-btm-no.dotted,
.b-left-no.dotted,
.b-right-no.dotted,
.b-no.dotted,
.b-top.dotted,
.b-btm.dotted,
.b-left.dotted,
.b-right.dotted,
.b-all.dotted,
.b-top-large.dotted,
.b-btm-large.dotted,
.b-left-large.dotted,
.b-right-large.dotted,
.b-large.dotted {
  border-style: dotted;
}
.dashed,
.list-lines.dashed,
.b-top-no.dashed,
.b-btm-no.dashed,
.b-left-no.dashed,
.b-right-no.dashed,
.b-no.dashed,
.b-top.dashed,
.b-btm.dashed,
.b-left.dashed,
.b-right.dashed,
.b-all.dashed,
.b-top-large.dashed,
.b-btm-large.dashed,
.b-left-large.dashed,
.b-right-large.dashed,
.b-large.dashed {
  border-style: dashed;
}
.links a {
  color: #2c80af;
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.links a:hover {
  color: #eb6a00;
}
.list-bullet {
  list-style: none outside;
}
.list-bullet > li {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding-left: 1.5em;
  position: relative;
}
.list-bullet > li:before {
  display: block;
  position: absolute;
  background-color: transparent;
  top: -0.01em;
  left: 0;
  font-size: 1.5em;
  color: #2c80af;
  font-family: sans-serif;
}
.list-bullet > li:before {
  content: '\25A0';
}
.list-bullet ul {
  margin-left: 2em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  margin-left: 1.2em;
}
.list-bullet ul li {
  list-style: circle outside;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
.list-bullet ul li li {
  list-style-type: circle;
}
.list-bullet ul ul {
  margin-left: 2em;
}
.list-bullet ul li {
  padding-left: 0;
}
.list-bullet ul li:before {
  content: none;
}
.list-bullet-plain,
.list-lines ul {
  margin-left: 1.2em;
}
.list-bullet-plain li,
.list-lines ul li {
  list-style: circle outside;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
.list-bullet-plain li li,
.list-lines ul li li {
  list-style-type: circle;
}
.list-bullet-plain ul,
.list-lines ul ul {
  margin-left: 2em;
}
.list-lines {
  border-color: #d1d2d4;
  border-style: solid;
  border-left-width: 0;
  border-right-width: 0;
}
.list-lines > li {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom-width: 1px;
  border-color: inherit;
  border-style: inherit;
}
.list-lines ul {
  margin-left: 2em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.list-lines > li:last-child {
  border-bottom-width: 0;
  border-style: inherit;
}
.list-plain {
  list-style: none outside;
  background-image: none;
}
.list-plain li {
  background-image: none;
  padding: 0;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.list-plain ul {
  margin-left: 0;
  list-style: none outside;
}
.list-plain ul li {
  padding-left: 0;
  background-image: none;
  list-style-type: none;
}
.list-plain ul ul li {
  list-style-type: none;
}
.table-plain {
  border: none;
  border-collapse: collapse;
  background-color: transparent;
  text-align: left;
}
.table-plain th {
  background-color: transparent;
  padding: 10px 25px 10px 0;
  border: none;
}
.table-plain tr {
  border: none;
}
.table-plain td {
  padding: 10px 25px 10px 0;
  border: none;
}
.table-plain tfoot {
  background-color: transparent;
}
.table-plain tbody tr:nth-child(odd) {
  background-color: transparent;
}
.table-plain tbody tr:last-of-type {
  border-bottom: none;
}
.table-striped tbody tr:nth-child(even) {
  background-color: #f1f1f2;
}
.table-striped tbody tr:last-of-type {
  border-bottom: none;
}
.table-shade-first tr td:first-child {
  background-color: #f1f1f2;
}
.dividers-v {
  border-color: #dddddd;
}
.dividers-v > [class^="col-"] {
  border-right-width: 1px;
  border-color: inherit;
}
.dividers-v > [class^="col-"]:last-child {
  border-right: none;
}
.dividers-v > .eq-last {
  border-right: none;
}
/*==========================================================================
Modals
==========================================================================*/
.ismodal-contents {
  display: none;
}
.ismodal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}
.ismodal-wrapper {
  display: block;
  z-index: 9999;
  box-sizing: border-box;
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.ismodal-wrapper * {
  box-sizing: border-box;
}
.ismodal-wrapper.ismodal-start_none {
  display: none;
  opacity: 1;
}
.ismodal-wrapper.ismodal-start_fade {
  opacity: 0;
}
.ismodal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.ismodal-wrapper.ismodal-fullscreen {
  overflow: hidden;
}
.ismodal-outer-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.ismodal-fullscreen .ismodal-outer-wrapper {
  display: block;
}
.ismodal-inner-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
}
.ismodal-fullscreen .ismodal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.ismodal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: auto;
  overflow: auto;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.ismodal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.ismodal-fullscreen .ismodal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.ismodal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #2c80af;
  text-align: center;
}
.ismodal-close:after {
  content: '\EA18';
}
.ismodal-close:focus,
.ismodal-close:hover {
  outline: none;
  background: #27719b;
}
.ismodal-close span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ismodal-close span.focusable:active,
.ismodal-close span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.ismodal-content-container {
  padding: 20px;
}
/* =============================================================================
ELEMENTS
================================================================================ */
.b-top-no {
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
.b-btm-no {
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
.b-left-no {
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: #dddddd;
}
.b-right-no {
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #dddddd;
}
.b-no {
  border-width: 0px;
  border-style: solid;
  border-color: #dddddd;
}
.b-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
.b-btm {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
.b-left {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dddddd;
}
.b-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dddddd;
}
.b-all {
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}
.b-top-large {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
.b-btm-large {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
}
.b-left-large {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #dddddd;
}
.b-right-large {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #dddddd;
}
.b-large {
  border-width: 2px;
  border-style: solid;
  border-color: #dddddd;
}
.list-bullet.bullet-gray > li:before {
  color: #c9cacb;
  color: rgba(201, 202, 203, 0);
}
.list-bullet.bullet-gray-a-5 > li:before {
  color: #d7d7d8;
  color: rgba(201, 202, 203, 0.5);
}
.lines-custom > li {
  padding-top: 3em;
  padding-bottom: 3em;
  border-style: solid;
  border-bottom-width: 5px;
}
.lines-custom .list-lines > li:last-child {
  border-bottom-width: 0;
  border-style: inherit;
}
.list-i-caret-right > li {
  position: relative;
  padding-left: 1em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.list-i-caret-right > li:after {
  content: none;
}
.list-i-caret-right > li:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 1em;
  color: orange;
  vertical-align: -0.1em;
  content: '\EA09';
  display: block;
  position: absolute;
  height: 1em;
  line-height: 1em;
  left: -0.3em;
}
.list-i-caret-right > li:before {
  top: 0.25em;
}
.list-i-caret-right.list-lines > li:before {
  top: 1.5em;
  margin-top: 0.25em;
}
/*=============================================================================
LAYOUT
===========================================================================*/
.section {
  padding: 4% 100px 4% 100px;
  min-width: 0;
}
@media screen and (min-width: 1251px) {
  .section {
    margin-right: 240px;
    padding-right: 120px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 50px 35px;
  }
}
.section-np-ends {
  padding: 0 100px 0 100px;
  min-width: 0;
}
.section-np {
  padding: 0;
  min-width: 0;
}
.group {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.group-full .group,
.group .group {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.content-box {
  box-sizing: content-box;
}
.content-box div {
  box-sizing: inherit;
}
.valign-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.valign-tbl {
  display: table;
  width: 100%;
}
.valign-tbl .valign-tbl-row {
  display: table-row;
}
.valign-tbl .valign-tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.valign-inl {
  font-size: 0.001px;
}
.valign-inl:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.valign-inl-middle,
.valign-inl-btm {
  display: inline-block;
  max-width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
}
.valign-inl-middle {
  vertical-align: middle;
}
.valign-inl-btm {
  vertical-align: bottom;
}
/* =============================================================================
LAYOUT
================================================================================ */
@media screen {
  body:before,
  body:after {
    content: 'no-break';
  }
}
@media screen and (min-width: 1251px) {
  body:before {
    content: 'primary-up';
  }
}
@media screen and (max-width: 1250px) {
  body:after {
    content: 'primary';
  }
}
@media screen and (max-width: 768px) {
  body:after {
    content: 'secondary';
  }
}
.row-10 > .col-10 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-10 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-10 {
    margin-left: 100%;
  }
}
.row-10 > .col-9 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-9 {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-9 {
    margin-left: 90%;
  }
}
.row-10 > .col-8 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-8 {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-8 {
    margin-left: 80%;
  }
}
.row-10 > .col-7 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-7 {
    width: 70%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-7 {
    margin-left: 70%;
  }
}
.row-10 > .col-6 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-6 {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-6 {
    margin-left: 60%;
  }
}
.row-10 > .col-5 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-5 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-5 {
    margin-left: 50%;
  }
}
.row-10 > .col-4 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-4 {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-4 {
    margin-left: 40%;
  }
}
.row-10 > .col-3 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-3 {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-3 {
    margin-left: 30%;
  }
}
.row-10 > .col-2 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-2 {
    width: 20%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-2 {
    margin-left: 20%;
  }
}
.row-10 > .col-1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-10 > .col-1 {
    width: 10%;
  }
}
@media screen and (min-width: 769px) {
  .row-10 > .offset-1 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-10 {
    width: 100%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-10 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-9 {
    width: 90%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-9 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-8 {
    width: 80%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-8 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-7 {
    width: 70%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-7 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-6 {
    width: 60%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-6 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-5 {
    width: 50%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-5 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-4 {
    width: 40%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-4 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-3 {
    width: 30%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-3 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-2 {
    width: 20%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-2 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .col-l-1 {
    width: 10%;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-1 {
    margin-left: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-10 {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-10 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-9 {
    width: 90%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-9 {
    margin-left: 90%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-8 {
    width: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-8 {
    margin-left: 80%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-7 {
    width: 70%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-7 {
    margin-left: 70%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-6 {
    width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-6 {
    margin-left: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-5 {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-5 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-4 {
    width: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-4 {
    margin-left: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-3 {
    width: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-3 {
    margin-left: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-2 {
    width: 20%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-2 {
    margin-left: 20%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .col-d-1 {
    width: 10%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-1 {
    margin-left: 10%;
  }
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 1251px) {
  .row-10 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.row-10 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1251px) {
  .row-10 > [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > [class^="col-"] {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1251px) {
  .row-10 > .offset-l-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1600px) {
  .row-10 > .offset-d-0 {
    margin-left: 0%;
  }
}
.row-12 > .col-12 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-12 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-12 {
    margin-left: 100%;
  }
}
.row-12 > .col-11 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-11 {
    margin-left: 91.66666667%;
  }
}
.row-12 > .col-10 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-10 {
    margin-left: 83.33333333%;
  }
}
.row-12 > .col-9 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-9 {
    width: 75%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-9 {
    margin-left: 75%;
  }
}
.row-12 > .col-8 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-8 {
    margin-left: 66.66666667%;
  }
}
.row-12 > .col-7 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-7 {
    margin-left: 58.33333333%;
  }
}
.row-12 > .col-6 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-6 {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-6 {
    margin-left: 50%;
  }
}
.row-12 > .col-5 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-5 {
    margin-left: 41.66666667%;
  }
}
.row-12 > .col-4 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-4 {
    margin-left: 33.33333333%;
  }
}
.row-12 > .col-3 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-3 {
    width: 25%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-3 {
    margin-left: 25%;
  }
}
.row-12 > .col-2 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-2 {
    margin-left: 16.66666667%;
  }
}
.row-12 > .col-1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .row-12 > .col-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 769px) {
  .row-12 > .offset-1 {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-10 {
    margin-left: 83.33333333%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-8 {
    margin-left: 66.66666667%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-7 {
    margin-left: 58.33333333%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-5 {
    margin-left: 41.66666667%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-4 {
    margin-left: 33.33333333%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-2 {
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .col-l-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-1 {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-11 {
    width: 91.66666667%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-10 {
    width: 83.33333333%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-10 {
    margin-left: 83.33333333%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-9 {
    margin-left: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-8 {
    width: 66.66666667%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-8 {
    margin-left: 66.66666667%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-7 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-7 {
    margin-left: 58.33333333%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-6 {
    margin-left: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-5 {
    width: 41.66666667%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-5 {
    margin-left: 41.66666667%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-4 {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-4 {
    margin-left: 33.33333333%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-3 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-2 {
    width: 16.66666667%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-2 {
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .col-d-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-1 {
    margin-left: 8.33333333%;
  }
}
.row-12 {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 1251px) {
  .row-12 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.row-12 > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1251px) {
  .row-12 > [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > [class^="col-"] {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media screen and (min-width: 1251px) {
  .row-12 > .offset-l-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1600px) {
  .row-12 > .offset-d-0 {
    margin-left: 0%;
  }
}
.row-12.-small {
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (min-width: 481px) {
  .row-12.-small {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media screen and (min-width: 1251px) {
  .row-12.-small {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.row-12.-small > [class^="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 481px) {
  .row-12.-small > [class^="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (min-width: 1251px) {
  .row-12.-small > [class^="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.spl-6.span-6 {
  width: 100%;
}
.spl-6.span-5 {
  width: 83.33333333%;
}
.spl-6.span-4 {
  width: 66.66666667%;
}
.spl-6.span-3 {
  width: 50%;
}
.spl-6.span-2 {
  width: 33.33333333%;
}
.spl-6.span-1 {
  width: 16.66666667%;
}
@media screen and (max-width: 1250px) {
  .spl-snap .spl-6 {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .spl-t-4.span-t-4 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .spl-t-4.span-t-3 {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .spl-t-4.span-t-2 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .spl-t-4.span-t-1 {
    width: 25%;
  }
}
@media screen and (max-width: 1250px) {
  .spl-snap .spl-t-4 {
    width: 100%;
    float: none;
  }
}
.layer-4 {
  position: relative;
  z-index: 4;
}
.layer--4 {
  position: relative;
  z-index: -4;
}
.layer-a-4 {
  position: absolute;
  z-index: 4;
}
.layer-a--4 {
  position: absolute;
  z-index: -4;
}
.layer-3 {
  position: relative;
  z-index: 3;
}
.layer--3 {
  position: relative;
  z-index: -3;
}
.layer-a-3 {
  position: absolute;
  z-index: 3;
}
.layer-a--3 {
  position: absolute;
  z-index: -3;
}
.layer-2 {
  position: relative;
  z-index: 2;
}
.layer--2 {
  position: relative;
  z-index: -2;
}
.layer-a-2 {
  position: absolute;
  z-index: 2;
}
.layer-a--2 {
  position: absolute;
  z-index: -2;
}
.layer-1 {
  position: relative;
  z-index: 1;
}
.layer--1 {
  position: relative;
  z-index: -1;
}
.layer-a-1 {
  position: absolute;
  z-index: 1;
}
.layer-a--1 {
  position: absolute;
  z-index: -1;
}
.layer-0 {
  position: relative;
  z-index: 0;
}
.layer--0 {
  position: relative;
  z-index: 0;
}
.layer-a-0 {
  position: absolute;
  z-index: 0;
}
.layer-a--0 {
  position: absolute;
  z-index: 0;
}
/* =============================================================================
Framework - Icons
================================================================================ */
@font-face {
  font-family: "is-icons";
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.i-chevron-thin-right:before,
.i-chevron-thin-right:after {
  content: "\EA12";
}
.i-med:after {
  content: none;
}
.i-med:before {
  font-size: 100%;
  margin-right: 0.1em;
  vertical-align: -0.1em;
}
.i-after-med:before {
  content: none;
}
.i-after-med:after {
  font-size: 100%;
  margin-left: 0;
  vertical-align: -0.1em;
}
/*==========================================================================
ICONS
==========================================================================*/
.i-defaults,
.datatable th.datatable-sort-header:after,
.datatable th.desc:after,
.datatable-btn-inner-prev:after,
.datatable-btn-inner-next:after,
.tooltip-contents.left:before,
.tooltip-contents.right:before,
.tooltip-contents.fixed:before,
.tooltip-contents.fixed:before,
.ismodal-close:after,
.i-med:before,
.i-after-med:after,
.featured-photos-list--photo-wrap:after,
.shadowbox--close:after {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
/* =============================================================================
BUTTONS
================================================================================ */
.btn,
.btn-inside {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 22px;
  background-color: #2c80af;
  color: white;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #27719b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
.btn:visited,
.btn-inside:visited {
  background-color: #2c80af;
  color: white;
  border-color: #27719b;
}
.btn:hover,
.btn-inside:hover {
  background-color: #266e97;
  color: white;
  border-color: #215f82;
}
.btn-small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-size: 0.83333333rem;
  padding: 8px 17.6px;
}
.btn-large {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  padding: 18px 39.6px;
}
/*[CHECK]-JS  |  Fix this indenting*/
.btn-alt {
  background-color: white;
  border-color: #2c80af;
  border-width: 1px;
  color: #000000;
}
.btn-alt:visited {
  background-color: white;
  color: #000000;
  border-color: #2c80af;
}
.btn-alt:hover {
  background-color: #f0f0f0;
  color: #000000;
  border-color: #266e97;
}
.i-only-small {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 30px;
  width: 30px;
  position: relative;
  padding: 0;
  display: inline-block;
}
.i-only-small:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  line-height: 30px;
  text-indent: 0;
  white-space: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 120%;
  font-size: 6.66666667rem;
  display: block;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  top: 2px;
}
.i-only {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
  position: relative;
  padding: 0;
  display: inline-block;
}
.i-only:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  line-height: 50px;
  text-indent: 0;
  white-space: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 160%;
  font-size: 8.88888889rem;
  display: block;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  top: 2px;
}
.i-only-large {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 60px;
  width: 60px;
  position: relative;
  padding: 0;
  display: inline-block;
}
.i-only-large:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  line-height: 60px;
  text-indent: 0;
  white-space: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 180%;
  font-size: 10rem;
  display: block;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  top: 2px;
}
/*==========================================================================
BUTTONS 
==========================================================================*/
.btn-disabled {
  cursor: default;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.btn-disabled:hover,
.btn-disabled:visited {
  background-color: #2c80af;
  border-color: #27719b;
}
.btn-clear {
  background-color: transparent;
  background-image: none;
  border-width: 0;
  color: #2c80af;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-clear:hover,
.btn-clear:visited {
  background-color: transparent;
  background-image: none;
  border-width: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-clear:visited {
  color: #2c80af;
}
.btn-clear:hover {
  color: #eb6a00;
}
.btn-full {
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.btn-inside {
  padding: 0;
  position: relative;
}
.btn-inside input,
.btn-inside a,
.btn-inside button {
  display: block;
  padding: 10px 22px;
}
.btn-inside input,
.btn-inside button {
  padding-left: 1.7em;
}
.btn-inside:before {
  position: absolute;
  top: 50%;
  left: 22px;
  margin-top: -0.5em;
}
.btn-group-h {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.001px;
  white-space: nowrap;
}
.btn-group-h > .btn:hover,
.btn-group-h > .btn-inside:hover {
  position: relative;
  z-index: 2;
}
.btn-group-h > .btn:first-child,
.btn-group-h > .btn-inside:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-h > .btn:last-child,
.btn-group-h > .btn-inside:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-h > .btn:not(:first-child):not(:last-child),
.btn-group-h > .btn-inside:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-h > .btn:nth-child(n+2),
.btn-group-h > .btn-inside:nth-child(n+2) {
  margin-left: -1px;
}
.btn-group-v > .btn,
.btn-group-v > .btn-inside {
  display: block;
  margin-top: -1px;
}
.btn-group-v > .btn:first-child,
.btn-group-v > .btn-inside:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-v > .btn:last-child,
.btn-group-v > .btn-inside:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-v > .btn:not(:first-child):not(:last-child),
.btn-group-v > .btn-inside:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-v > .btn:hover,
.btn-group-v > .btn-inside:hover {
  z-index: 2;
  position: relative;
}
/* =============================================================================
Framework - Forms
================================================================================ */
.form-box {
  background-color: #ececec;
  border: 1px solid #d1d2d4;
  padding: 2em;
}
.label,
label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  font-size: 0.83333333rem;
  line-height: 1.6em;
  margin-bottom: 5px;
  color: #373537;
  display: inline-block;
  font-weight: bold;
}
.description {
  width: 40%;
  font-style: italic;
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-size: 0.72222222rem;
  line-height: 1.6em;
}
.form-textfield,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d2d4;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #373537;
  text-indent: 6px;
  outline: 0;
  text-overflow: ellipsis;
  line-height: 1.3em;
}
.textfield-large {
  max-width: 500px;
}
.textfield-med {
  max-width: 300px;
}
.textfield-small {
  max-width: 200px;
}
.textfield-smallest {
  max-width: 100px;
}
.form-textarea,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #d1d2d4;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #373537;
  text-indent: 6px;
  outline: 0;
  text-overflow: ellipsis;
  line-height: 1.3em;
}
.select-list {
  background: white;
  border-color: #d1d2d4;
  border-width: 1px;
  border-radius: 4px;
  border-style: solid;
  overflow: hidden;
  position: relative;
}
.select-list:after {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  color: #afb3b6;
  vertical-align: -0.1em;
  content: '\EA03';
  position: absolute;
  top: 0;
  right: 12px;
  display: block;
  z-index: 100;
  vertical-align: middle;
  line-height: 40px;
  pointer-events: none;
}
.select-list select {
  font-size: 18px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 103%;
  min-width: 200px;
  height: 40px;
  background: white;
  border-width: 0;
  line-height: 1.3em;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #373537;
  padding-left: 0;
  margin-bottom: 0;
}
.select-list select:focus {
  outline: 0;
  border: 0;
}
.select-list-simple,
select {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  height: 40px;
  background-color: white;
  border: 1px solid #d1d2d4;
  color: #939597;
  text-indent: 20px;
  min-width: 100%;
  max-width: 100%;
}
.form-search-text-wrapper {
  margin-right: -3px;
  float: left;
  width: 290px;
}
.form-search-text-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 34px;
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #afb3b6;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #373537;
  text-indent: 6px;
  outline: 0;
  text-overflow: ellipsis;
  line-height: 1.3em;
}
.search-btn {
  float: left;
  position: relative;
  height: 34px;
  width: 34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #939597;
  border-width: 0;
  border-style: solid;
  border-color: white;
  cursor: pointer;
}
.search-btn:hover {
  background-color: #797c7e;
  border-color: #bfbfbf;
}
.search-btn:before {
  position: absolute;
  display: block;
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 30px;
  color: white;
  vertical-align: -0.1em;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  margin-top: 2px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.search-btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border-width: 0;
  border-style: solid;
  border-color: white;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
}
.checked .checkbox,
.checked input[type="checkbox"] {
  position: absolute;
  left: -999em;
}
.checked .checkbox + label,
.checked input[type="checkbox"] + label {
  position: relative;
  margin-left: 40px;
  display: inline-block;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
}
.checked .checkbox + label:before,
.checked input[type="checkbox"] + label:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  content: '\EA25';
  color: #a7a9ab;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: -40px;
}
.checked .checkbox:checked + label:after,
.checked input[type="checkbox"]:checked + label:after {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  color: #2c80af;
  vertical-align: middle;
  content: '\EA0C';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: -37px;
}
.checked .radio,
.checked input[type="radio"] {
  position: absolute;
  left: -999em;
}
.checked .radio + label,
.checked input[type="radio"] + label {
  position: relative;
  margin-left: 40px;
  display: inline-block;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
}
.checked .radio + label:before,
.checked input[type="radio"] + label:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  color: white;
  vertical-align: middle;
  content: '\EA16';
  color: #a7a9ab;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: -40px;
}
.checked .radio:checked + label:after,
.checked input[type="radio"]:checked + label:after {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 16px;
  color: #2c80af;
  vertical-align: middle;
  content: '\EA17';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: -38px;
}
.form-field-contained,
html.js fieldset.collapsible .fieldset-wrapper {
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #d1d2d4;
  background-color: #f4f4f4;
  display: inline-block;
}
.form-field-contained .description {
  width: 98%;
}
.form-field-contained label {
  font-weight: bold;
}
.form-seperator {
  padding-bottom: 25px;
  border-bottom: 2px dotted #e3e3e3;
}
/*=============================================================================
Forms
============================================================================ */
@font-face {
  font-family: "bebasneue-bold";
  src: url("../fonts-import/bebasneue_bold-web.eot");
  src: url("../fonts-import/bebasneue_bold-web.eot?#iefix") format("embedded-opentype"), url("../fonts-import/bebasneue_bold-web.woff") format("woff"), url("../fonts-import/bebasneue_bold-web.ttf") format("truetype"), url("../fonts-import/bebasneue_bold-web.svg#bebasneue_bold-web") format("svg");
  font-weight: normal;
  font-style: normal;
}
.h1 {
  font-family: inherit;
  font-size: 28.125px;
  font-size: 1.5625rem;
  line-height: 1.1em;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 0.25em;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.h2 {
  font-family: inherit;
  font-size: 35.15625px;
  font-size: 1.953125rem;
  line-height: 1.6em;
  margin-bottom: 1em;
  padding-top: 0.1em;
  border-top: 5px solid currentColor;
  text-transform: uppercase;
}
.h3 {
  font-family: inherit;
  font-size: 28.125px;
  font-size: 1.5625rem;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .h3 {
    margin-bottom: 0;
  }
}
.h3--rule {
  border-top: 1px solid black;
  border-top-color: rgba(0, 0, 0, 0.25);
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.h4 {
  font-family: inherit;
  font-size: 22.5px;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .h4 {
    margin-bottom: 0;
  }
}
/* =============================================================================
TYPE
========================================================================== */
/* =============================================================================
COLORS 
============================================================================= */
/*=============================================================================
HELPERS
===========================================================================*/
.element-hidden,
.hide {
  display: none;
}
.show,
.block {
  display: block;
}
.hidden-visually,
.hide-v {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hidden-visually.focusable:active,
.hide-v.focusable:active,
.hidden-visually.focusable:focus,
.hide-v.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.unhide-text {
  text-indent: 0;
  white-space: normal;
}
.hidden-abs {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
.hidden-abs-no {
  position: static;
  left: auto;
  top: auto;
}
.cf,
.group-full,
.row-10,
.row-12,
.featured-videos-list--item,
.group {
  *zoom: 1;
}
.cf:before,
.cf:after,
.group-full:before,
.group-full:after,
.row-10:before,
.row-10:after,
.row-12:before,
.row-12:after,
.featured-videos-list--item:before,
.featured-videos-list--item:after,
.group:before,
.group:after {
  content: "";
  display: table;
}
.cf:after,
.group-full:after,
.row-10:after,
.row-12:after,
.featured-videos-list--item:after,
.group:after {
  clear: both;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
}
.breakwords {
  -ms-word-break: normal;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.breakwords-all {
  -ms-word-break: break-all;
  /* Non standard for webkit */
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.pos-s {
  position: static;
}
.pos-f {
  position: fixed;
}
/*=============================================================================
JAVASCRIPT
===========================================================================*/
body:before,
body:after {
  display: none;
}
.ajax-progress .throbber {
  display: none;
}
.ajax-progress-throbber .message {
  display: none;
}
.ajax-progress-throbber {
  background-color: #232323;
  background-image: url("/images/global/ajax-throbber.gif");
  background-position: center center;
  background-repeat: no-repeat;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  height: 48px;
  opacity: .9;
  padding: 4px;
  width: 48px;
  left: 48%;
  position: fixed;
  top: 40%;
  z-index: 1000;
}
/* =============================================================================
Framework: WYSIWYG
================================================================================ */
.wysiwyg a {
  color: #2c80af;
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.wysiwyg a:hover {
  color: #eb6a00;
}
.wysiwyg a a {
  color: #2c80af;
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.wysiwyg a a:hover {
  color: #eb6a00;
}
.wysiwyg a.wysiwyg-btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 22px;
  background-color: #2c80af;
  color: white;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #27719b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
.wysiwyg a.wysiwyg-btn:visited {
  background-color: #2c80af;
  color: white;
  border-color: #27719b;
}
.wysiwyg a.wysiwyg-btn:hover {
  background-color: #266e97;
  color: white;
  border-color: #215f82;
}
.wysiwyg h2 {
  font-family: inherit;
  font-size: 35.15625px;
  font-size: 1.953125rem;
  line-height: 1.6em;
  margin-bottom: 1em;
  padding-top: 0.1em;
  border-top: 5px solid currentColor;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.wysiwyg h3 {
  font-family: inherit;
  font-size: 22.5px;
  font-size: 1.25rem;
  line-height: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
  .wysiwyg h3 {
    margin-bottom: 0;
  }
}
.wysiwyg h4 {
  font-family: inherit;
  font-size: 28.125px;
  font-size: 1.5625rem;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: #5e6062;
}
@media screen and (max-width: 1250px) {
  .wysiwyg h4 {
    margin-bottom: 0;
  }
}
.wysiwyg h4--rule {
  border-top: 1px solid black;
  border-top-color: rgba(0, 0, 0, 0.25);
  padding-top: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.wysiwyg h6 {
  font-weight: bold;
}
.wysiwyg h2 + hr,
.wysiwyg h3 + hr {
  border-bottom-width: 2px;
  border-style: dotted;
}
.wysiwyg h2 + hr {
  margin-top: -10px;
  margin-bottom: 25px;
}
.wysiwyg p + h2 {
  margin-top: 60px;
}
.wysiwyg p + h3,
.wysiwyg p + h4,
.wysiwyg p + h5,
.wysiwyg p + h6 {
  margin-top: 25px;
}
.wysiwyg p .box-title {
  margin-bottom: -1.6em;
}
.wysiwyg ul {
  list-style: none outside;
  margin-bottom: 25px;
}
.wysiwyg ul > li {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding-left: 1.5em;
  position: relative;
}
.wysiwyg ul > li:before {
  display: block;
  position: absolute;
  background-color: transparent;
  top: -0.01em;
  left: 0;
  font-size: 1.5em;
  color: #2c80af;
  font-family: sans-serif;
}
.wysiwyg ul > li:before {
  content: '\25A0';
}
.wysiwyg ul ul {
  margin-left: 2em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  margin-left: 1.2em;
}
.wysiwyg ul ul li {
  list-style: circle outside;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
.wysiwyg ul ul li li {
  list-style-type: circle;
}
.wysiwyg ul ul ul {
  margin-left: 2em;
}
.wysiwyg ul ul li {
  padding-left: 0;
}
.wysiwyg ul ul li:before {
  content: none;
}
.wysiwyg ul.bullet-gray > li:before {
  color: #c9cacb;
  color: rgba(201, 202, 203, 0);
}
.wysiwyg ul.bullet-gray-a-5 > li:before {
  color: #d7d7d8;
  color: rgba(201, 202, 203, 0.5);
}
.wysiwyg ul ul {
  margin-bottom: 0;
}
.wysiwyg li h3,
.wysiwyg li h4,
.wysiwyg li h5,
.wysiwyg li h6 {
  display: inline;
}
.wysiwyg hr {
  border-bottom: 1px solid #c9cacb;
}
.wysiwyg table {
  -ms-word-break: normal;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  margin-bottom: 25px;
}
.wysiwyg table ul {
  list-style: disc inside;
}
.wysiwyg table li {
  background-image: none;
  padding: 0;
}
.wysiwyg .box {
  margin-bottom: 25px;
}
.wysiwyg .full {
  width: 100% !important;
  height: auto !important;
}
.wysiwyg .wysiwyg-circle-thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  height: 90px;
  width: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  color: inherit;
  border: 3px solid #d1d2d4;
}
.wysiwyg .wysiwyg-thumbs {
  display: block;
  margin-bottom: 25px;
}
.wysiwyg .wysiwyg-thumbs img {
  display: inline-block;
  margin: 0;
  height: 140px !important;
  width: auto !important;
  background-color: white;
  margin: 2px 4px;
}
.wysiwyg .wysiwyg-thumbs a img:hover {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.96);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.96);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.96);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.wysiwyg .callout + .callout {
  margin-top: -26px;
  border-top-style: dotted;
}
/* =============================================================================
Forms
=========================================================================== */
/* =============================================================================
GLOBAL - DRUPAL THEME - v1.1
=========================================================================== */
/* =============================================================================
DRUPAL THEME
=========================================================================== */
th.active img {
  display: inline;
}
td.active {
  background-color: #ddd;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
}
.more-link {
  text-align: right;
}
.more-help-link {
  text-align: right;
}
.more-help-link a {
  background: url("/images/drupal-misc/help.png") 0 50% no-repeat;
  /* LTR */
  padding: 1px 0 1px 20px;
  /* LTR */
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
html.js fieldset.collapsible {
  margin-bottom: 25px;
  height: auto;
}
html.js fieldset.collapsible legend {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d1d2d4;
  display: block;
  margin-bottom: -1px;
  width: 100%;
}
html.js fieldset.collapsible .fieldset-legend {
  background: url("/images/drupal-misc/menu-expanded.png") 13px 65% no-repeat;
  /* LTR */
  padding-left: 25px;
  /* LTR */
}
html.js fieldset.collapsible .fieldset-legend a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  color: #373537;
  font-weight: bold;
}
html.js fieldset.collapsible .fieldset-wrapper {
  display: block;
}
html.js fieldset.collapsed {
  background-color: transparent;
}
html.js fieldset.collapsed .fieldset-legend {
  background-image: url("/images/drupal-misc/menu-collapsed.png");
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
.tabledrag-toggle-weight {
  font-size: 0.9em;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}
tr.selected td {
  background: #ffc;
}
td.checkbox,
th.checkbox,
tdinput[type="checkbox"],
thinput[type="checkbox"] {
  text-align: center;
}
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.progress .filled {
  background: #0072b9 url("/images/drupal-misc/progress.gif");
}
.item-list .pager {
  clear: both;
  text-align: center;
  margin: 0;
  position: relative;
  margin: 20px 25px;
}
.item-list .pager li {
  background-image: none;
  list-style-type: none;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
.item-list .pager li:first-of-type {
  margin-left: 0;
}
.pager li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 22px;
  background-color: #2c80af;
  color: white;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  vertical-align: middle;
  border-style: solid;
  border-width: 1px;
  border-color: #27719b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bold;
}
.pager li a:visited {
  background-color: #2c80af;
  color: white;
  border-color: #27719b;
}
.pager li a:hover {
  background-color: #266e97;
  color: white;
  border-color: #215f82;
}
.pager li.pager-item {
  margin-top: 4px;
}
.pager li.pager-current {
  background-color: #d1d2d4;
  border: 1px solid #afb3b6;
  padding: 2px 8px;
  margin-top: 4px;
}
.pager li.pager-next,
.pager li.pager-previous {
  margin: 0;
  position: absolute;
  top: 0;
}
.pager li.pager-next a,
.pager li.pager-previous a {
  position: relative;
}
.pager li.pager-next a:hover,
.pager li.pager-previous a:hover {
  background-color: white;
}
.pager li.pager-previous {
  left: 0;
  margin-right: 20px;
}
.pager li.pager-previous a {
  padding-right: 10px;
}
.pager li.pager-previous a:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 100%;
  color: #939597;
  vertical-align: -0.1em;
  margin-right: 25px;
}
.pager li.pager-next {
  right: 0;
  margin-left: 20px;
}
.pager li.pager-next a {
  padding-left: 10px;
}
.pager li.pager-next a:after {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 100%;
  color: #939597;
  vertical-align: -0.1em;
  margin-left: 10px;
}
.node-unpublished {
  background-color: transparent;
}
#tabs {
  padding: 20px 25px;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
  background-color: #fcfdfd;
}
#tabs:before {
  display: block;
  display: inline-block;
  content: "Page Tasks:";
  font-weight: bold;
  color: #939597;
  margin-right: 20px;
  margin-top: 4px;
  vertical-align: top;
}
#tabs ul.tabs {
  display: inline-block;
  vertical-align: middle;
}
#tabs ul.tabs li {
  display: block;
  float: left;
  margin-left: 10px;
}
#tabs ul.tabs li:first-of-type {
  margin-left: 0;
}
#tabs ul.tabs li.active a {
  cursor: default;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  opacity: 0.4;
}
#tabs ul.tabs li.active a:hover,
#tabs ul.tabs li.active a:visited {
  background-color: #2c80af;
  border-color: #27719b;
}
/* =============================================================================
Drupal Messages
=========================================================================== */
div.messages {
  margin-bottom: 25px;
  padding: 20px 20px 20px 50px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}
div.messages:before {
  display: block;
  position: absolute;
  top: 23px;
  left: 20px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  filter: alpha(opacity=95);
  opacity: 0.95;
}
div.messages > ul {
  list-style: none outside;
  background-image: none;
}
div.messages > ul li {
  background-image: none;
  padding: 0;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
div.messages > ul ul {
  margin-left: 0;
  list-style: none outside;
}
div.messages > ul ul li {
  padding-left: 0;
  background-image: none;
  list-style-type: none;
}
div.messages > ul ul ul li {
  list-style-type: none;
}
div.messages a {
  text-decoration: underline;
}
div.status {
  background-color: green;
  border-color: #001a00;
}
div.status:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: -0.1em;
}
div.status,
.ok {
  font-weight: 600;
  color: #000000;
}
div.status a,
.ok a {
  color: #000000;
}
div.status a:hover,
.ok a:hover {
  color: #000000;
}
tr.ok {
  background-color: #4dff4d;
}
div.warning {
  background-color: yellow;
  border-color: #999900;
}
div.warning:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: -0.1em;
}
div.warning,
.warning {
  font-weight: 600;
  color: #000000;
}
div.warning a,
.warning a {
  color: #000000;
}
div.warning a:hover,
.warning a:hover {
  color: #000000;
}
tr.warning {
  background-color: #ffffff;
}
div.error {
  background-color: red;
  border-color: #990000;
}
div.error:before {
  text-rendering: geometricPrecision;
  font-family: 'is-icons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  vertical-align: -0.1em;
}
div.error p.error {
  color: white;
}
div.error,
.error {
  font-weight: 600;
  color: #000000;
}
div.error a,
.error a {
  color: #000000;
}
div.error a:hover,
.error a:hover {
  color: #000000;
}
tr.error {
  background-color: #ffffff;
}
.krumo-nest {
  padding-left: 10px;
}
/* =============================================================================
GLOBAL - ELEMENTS - Standard elements reused in site
=========================================================================== */
.feather {
  position: relative;
}
.feather--left-top:before,
.feather--left-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.feather--left-top:before {
  bottom: 0;
  width: 50px;
  background-image: url("/images/global/watercolor-feather-left.png");
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 50px 1400px;
}
@media screen and (max-width: 768px) {
  .feather--left-top:before {
    content: none;
  }
}
.feather--left-top:after {
  right: 0;
  height: 50px;
  background-image: url("/images/global/watercolor-feather-top.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 1400px 50px;
}
.feather--right-bottom:before,
.feather--right-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1250px) {
  .feather--right-bottom:before {
    top: 0;
    width: 50px;
    background-image: url("/images/global/watercolor-feather-right.png");
    background-repeat: repeat-y;
    background-position: left top;
    background-size: 50px 1400px;
  }
}
@media screen and (max-width: 768px) {
  .feather--right-bottom:before {
    content: none;
  }
}
.feather--right-bottom:after {
  left: 0;
  height: 50px;
  background-image: url("/images/global/watercolor-feather-bottom.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 1400px 50px;
}
.box-white {
  padding: 2em 2em;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.box-white.-small {
  padding: 0.5em;
}
.p-intro-seperator {
  border-right: 1px solid #eb6a00;
  padding-right: 0.5em;
  margin-right: 0.25em;
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =============================================================================
GLOBAL - Menus
=========================================================================== */
.main-nav {
  padding: 18px;
  text-rendering: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1250px) {
  .main-nav {
    padding: 15px 1em 10px 1em;
  }
}
@media screen and (max-width: 768px) {
  .main-nav {
    text-align: left;
    line-height: 0;
    padding: 15px 0.75em 10px 0.75em;
  }
}
.main-nav--item {
  position: relative;
  margin-bottom: 10px;
  display: block;
  color: white;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22.5px;
  font-size: 1.25rem;
  line-height: 1.1em;
  font-weight: 300;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 1250px) {
  .main-nav--item {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-size: 1rem;
  }
}
.main-nav--item:hover {
  color: #eb6a00;
}
@media screen and (max-width: 1250px) {
  .main-nav--item {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-nav--item {
    margin-right: 0.5em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .main-nav--item {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .main-nav--item:after {
    -webkit-transition: margin 0.2s;
    /* For Safari 3.1 to 6.0 */
    -moz-transition: margin 0.2s;
    -ms-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
  }
  .main-nav--item:before {
    -webkit-transition: background-color 0.2s;
    /* For Safari 3.1 to 6.0 */
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    content: '';
    position: absolute;
    left: -18px;
    top: -3px;
    bottom: 0;
    background-color: transparent;
    width: 5px;
  }
}
@media screen and (max-width: 1250px) {
  .main-nav--item:before {
    bottom: -15px;
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
  }
}
@media screen and (min-width: 769px) {
  .main-nav--item.scrollpoint-active {
    color: #eb6a00;
  }
  .main-nav--item.scrollpoint-active:before {
    background-color: #eb6a00;
  }
}
.main-nav--item_connect {
  color: #eb6a00;
}
@media screen and (min-width: 769px) {
  .main-nav--item_connect {
    float: right;
  }
  .main-nav--item_connect:after {
    text-rendering: geometricPrecision;
    font-family: 'is-icons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    font-size: 100%;
    color: inherit;
    vertical-align: -0.1em;
    content: '\EA12';
    -webkit-transition: margin 0.2s;
    /* For Safari 3.1 to 6.0 */
    -moz-transition: margin 0.2s;
    -ms-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
    font-size: 103%;
    margin-left: -0.3em;
  }
  .main-nav--item_connect:hover:after {
    margin-left: 0;
  }
  .main-nav--item_connect:before {
    content: none;
  }
}
@media screen and (min-width: 1251px) {
  .main-nav--item_connect {
    position: absolute;
    bottom: 38px;
    right: 18px;
    left: 18px;
    float: none;
  }
}
/* =============================================================================
GLOBAL - LAYOUT - Common Layout Styling
=========================================================================== */
body {
  background-color: #f9f9f5;
}
.page-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #231F20;
}
@media screen and (max-width: 1250px) {
  .page-header {
    left: 0;
  }
}
@media screen and (min-width: 1251px) {
  .page-header {
    width: 240px;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    position: static;
  }
}
.page-header--logo {
  background-repeat: no-repeat;
  -webkit-transition: margin-top 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: margin-top 0.2s;
  -ms-transition: margin-top 0.2s;
  -o-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}
@media screen and (min-width: 1251px) {
  .page-header--logo {
    background-image: url("/images/logo/blue-gators-logo-transparent.png");
    background-size: 100%;
    height: 240px;
    margin-left: -64px;
    margin-right: -6px;
    margin-top: 60px;
    position: relative;
  }
  .page-header--logo:before {
    display: block;
    position: absolute;
    height: 4px;
    bottom: 10px;
    left: 82px;
    right: 24px;
    content: '';
    opacity: 0.8;
    background-image: url("/images/global/bg-dots-repeat.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 30px 4px;
  }
}
@media screen and (max-width: 1250px) {
  .page-header--logo {
    background-image: url("/images/logo/blue-gators-logo-small.png");
    background-size: cover;
    margin: 1em 0.7em 0 1em;
    width: 300px;
    height: 50.52631579px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 769px) {
  .scrollpoints-page-is-scrolling .page-header--logo {
    margin-top: -50.52631579px;
  }
}
@media screen and (max-width: 768px) {
  .page-header--logo {
    margin: 0.75em;
  }
}
.page-header--nav {
  height: 100%;
}
@media screen and (max-width: 1250px) and (min-width: 769px) {
  .scrollpoints-page-is-scrolling .page-header--nav {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  }
}
@media screen and (max-width: 1250px) {
  main {
    padding-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0;
  }
}
.section-welcome {
  background-image: url("/images/global/background-tile.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-top: 0;
  padding-bottom: 60px;
  height: 640px;
  height: 100vh;
}
@media screen and (max-width: 1250px) {
  .section-welcome {
    height: calc(100vh - 110px);
  }
}
@media screen and (max-width: 768px) {
  .section-welcome {
    height: 640px;
    height: 50vh;
  }
}
.section-welcome--gators {
  background-image: url("/images/global/gators-layout.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-welcome--gators {
    background-size: cover;
    background-position: center bottom;
  }
}
.welcome-statement {
  position: relative;
  height: 100%;
  color: white;
}
.welcome-statement--inner {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 50%;
  background-color: #231F20;
  padding: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .welcome-statement--inner {
    width: auto;
    left: 0;
    right: 0;
    padding: 10px;
  }
  .welcome-statement--inner p {
    display: none;
  }
  .welcome-statement--inner h1 {
    text-align: center;
  }
}
.section-music {
  background-color: #f9f9f5;
}
.section-band {
  padding-top: 10%;
}
@media screen and (min-width: 769px) {
  .cssanimations .section-anim .group {
    opacity: 0;
  }
  .cssanimations .section-anim.scrollpoint-active .group {
    -webkit-animation: fadeindown 0.5s ease-out forwards;
    -moz-animation: fadeindown 0.5s ease-out forwards;
    -o-animation: fadeindown 0.5s ease-out forwards;
    animation: fadeindown 0.5s ease-out forwards;
  }
}
.section-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-footer .group {
  border-top: 2px solid #231F20;
}
@media screen and (max-width: 1250px) {
  [class^="col"] {
    margin-bottom: 1em;
  }
}
/* =============================================================================
GLOBAL - ELEMENTS - Standard elements reused in site
=========================================================================== */
.featured-show--iframe--outer {
  padding: 0.5em;
  background-color: white;
  border: 1px solid #e6e7e8;
}
.featured-show--iframe {
  overflow: hidden;
}
.featured-show--iframe--inner {
  margin-top: -30px;
  margin-bottom: -9px;
  position: relative;
}
.featured-show--iframe--inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  border: 2px solid white;
  pointer-events: none;
}
.featured-music--embed {
  margin-bottom: 2em;
}
@media screen and (min-width: 1251px) {
  .featured-videos-list--meta {
    float: right;
    width: 40%;
    padding-left: 20px;
  }
}
.featured-videos-list--video {
  margin-bottom: 40px;
}
@media screen and (min-width: 1251px) {
  .featured-videos-list--video {
    float: left;
    width: 60%;
  }
}
.featured-videos-list--title {
  padding-top: 1em;
}
@media screen and (min-width: 1251px) {
  .featured-videos-list--title {
    border-top: 2px solid #231F20;
  }
}
.featured-videos-list--caption {
  margin-bottom: 1em;
}
.featured-photos-list--caption {
  margin-bottom: 1em;
}
.featured-photos-list--photo-wrap {
  margin-bottom: 2em;
  position: relative;
  cursor: pointer;
}
.featured-photos-list--photo-wrap:hover:before,
.featured-photos-list--photo-wrap:hover:after {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.featured-photos-list--photo-wrap:after {
  display: block;
  content: '';
  opacity: 0;
  content: '\EA22';
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -13px;
  color: white;
}
.featured-photos-list--photo-wrap:before {
  display: block;
  content: '';
  opacity: 0;
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  background-color: rgba(44, 128, 175, 0.8);
}
.featured-photos-list--photo {
  width: 100%;
}
.featured-members-list {
  margin: 25px 0;
}
.featured-members-list--image-wrap {
  margin-bottom: 1em;
  max-width: 180px;
  position: relative;
}
.featured-members-list--image-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(235, 106, 0, 0.2);
}
.featured-members-list--image {
  width: 100%;
}
.featured-members-list--name {
  margin-bottom: 0.5em;
}
.shadowbox--outer {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #231F20;
  background-color: rgba(0, 0, 0, 0.9);
}
.shadowbox {
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.shadowbox--inner {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.shadowbox--inner:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.shadowbox--image {
  max-width: 100vw;
  max-height: 100vh;
  height: auto;
  width: auto;
}
.cssanimations .shadowbox--image {
  opacity: 0;
}
.cssanimations .shadowbox--image {
  -webkit-animation: fadein 0.5s ease-out forwards;
  -moz-animation: fadein 0.5s ease-out forwards;
  -o-animation: fadein 0.5s ease-out forwards;
  animation: fadein 0.5s ease-out forwards;
}
.shadowbox--caption {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1em;
  font-size: 13px;
  font-weight: normal;
  color: #e6e7e8;
}
.cssanimations .shadowbox--caption {
  opacity: 0;
}
.cssanimations .shadowbox--caption {
  -webkit-animation: fadein 0.5s ease-out 1s forwards;
  -moz-animation: fadein 0.5s ease-out 1s forwards;
  -o-animation: fadein 0.5s ease-out 1s forwards;
  animation: fadein 0.5s ease-out 1s forwards;
}
.shadowbox--close:after,
.shadowbox--close:before {
  position: absolute;
  z-index: 2;
  top: 1em;
  right: 1em;
  display: block;
}
.shadowbox--close:before {
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: white;
  color: inherit;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: background-color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: rgba(255, 255, 255, 0.9);
  content: '';
}
.shadowbox--close:after {
  content: '\EA18';
  -webkit-transition: color 0.2s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  font-size: 20px;
  margin-right: 8px;
  color: #6d6e70;
  margin-top: 6px;
}
.shadowbox--close:hover:before {
  background: #2c80af;
}
.shadowbox--close:hover:after {
  color: white;
}
.section-band__link {
  margin-bottom: 25px;
}
/* =============================================================================
LAYOUT - PARTIAL - TEST
=========================================================================== */
/*==========================================================================
Overrides (Items Added to Bottom, mix-bottom-stylesheet();)
==========================================================================*/
.m-bt-grid {
  margin-bottom: 10px;
}
.m-tp-grid {
  margin-top: 10px;
}
.inline-block,
.inline-block-child div,
.inline-block-child li,
.inline-block-child ul,
.inline-block-child span {
  display: inline-block;
}
.inline,
.inline-left,
.inline-right,
.inline-child div,
.inline-child li,
.inline-child ul,
.inline-child span {
  display: inline;
}
.inline-left {
  text-align: left;
}
.inline-right {
  text-align: right;
}
.float-left {
  float: left;
  max-width: 100%;
}
.float-right {
  float: right;
  max-width: 100%;
}
.clear {
  clear: both;
}
.center,
.imgs-center img {
  margin-left: auto;
  margin-right: auto;
}
.imgs-center img {
  display: block;
}
.full,
.imgs-full img {
  display: block;
  width: 100%;
  height: auto;
  clear: both;
}
.full-height {
  height: 100%;
}
.align-top {
  vertical-align: top;
}
.align-mid,
.spl-mid > div,
.spl-mid > li {
  vertical-align: middle;
}
.align-btm,
.spl-btm > div,
.spl-btm > li {
  vertical-align: bottom;
}
@media screen and (max-width: 480px) {
  .inline-mobile {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .inline-tablet {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .full-mobile,
  [class^="spl-"].full-mobile {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 1250px) {
  .full-mobile,
  [class^="spl-"].full-mobile {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .full-tablet,
  [class^="spl-"].full-tablet {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .hide-secondary {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hide-secondary-up {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .hide-primary {
    display: none;
  }
}
@media screen and (min-width: 1251px) {
  .hide-primary-up {
    display: none;
  }
}
.p-no {
  padding: 0;
}
.p-right-no {
  padding-right: 0;
}
.p-left-no {
  padding-left: 0;
}
.p-top-no {
  padding-top: 0;
}
.p-btm-no {
  padding-bottom: 0;
}
.p-sides-no {
  padding-left: 0;
  padding-right: 0;
}
.p-ends-no {
  padding-top: 0;
  padding-bottom: 0;
}
.p-small {
  padding: 20px;
}
.p-right-small {
  padding-right: 20px;
}
.p-left-small {
  padding-left: 20px;
}
.p-top-small {
  padding-top: 20px;
}
.p-btm-small {
  padding-bottom: 20px;
}
.p-sides-small {
  padding-left: 20px;
  padding-right: 20px;
}
.p-ends-small {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-all {
  padding: 25px;
}
.p-right {
  padding-right: 25px;
}
.p-left {
  padding-left: 25px;
}
.p-top {
  padding-top: 25px;
}
.p-btm {
  padding-bottom: 25px;
}
.p-sides {
  padding-left: 25px;
  padding-right: 25px;
}
.p-ends {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-large {
  padding: 60px;
}
.p-right-large {
  padding-right: 60px;
}
.p-left-large {
  padding-left: 60px;
}
.p-top-large {
  padding-top: 60px;
}
.p-btm-large {
  padding-bottom: 60px;
}
.p-sides-large {
  padding-left: 60px;
  padding-right: 60px;
}
.p-ends-large {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-flex-small-x {
  padding: 4%;
}
.p-right-flex-small-x {
  padding-right: 4%;
}
.p-left-flex-small-x {
  padding-left: 4%;
}
.p-top-flex-small-x {
  padding-top: 4%;
}
.p-btm-flex-small-x {
  padding-bottom: 4%;
}
.p-sides-flex-small-x {
  padding-left: 4%;
  padding-right: 4%;
}
.p-ends-flex-small-x {
  padding-top: 4%;
  padding-bottom: 4%;
}
.p-flex-small {
  padding: 4%;
}
.p-right-flex-small {
  padding-right: 4%;
}
.p-left-flex-small {
  padding-left: 4%;
}
.p-top-flex-small {
  padding-top: 4%;
}
.p-btm-flex-small {
  padding-bottom: 4%;
}
.p-sides-flex-small {
  padding-left: 4%;
  padding-right: 4%;
}
.p-ends-flex-small {
  padding-top: 4%;
  padding-bottom: 4%;
}
.p-flex {
  padding: 8%;
}
.p-right-flex {
  padding-right: 8%;
}
.p-left-flex {
  padding-left: 8%;
}
.p-top-flex {
  padding-top: 8%;
}
.p-btm-flex {
  padding-bottom: 8%;
}
.p-sides-flex {
  padding-left: 8%;
  padding-right: 8%;
}
.p-ends-flex {
  padding-top: 8%;
  padding-bottom: 8%;
}
.p-flex-large {
  padding: 16%;
}
.p-right-flex-large {
  padding-right: 16%;
}
.p-left-flex-large {
  padding-left: 16%;
}
.p-top-flex-large {
  padding-top: 16%;
}
.p-btm-flex-large {
  padding-bottom: 16%;
}
.p-sides-flex-large {
  padding-left: 16%;
  padding-right: 16%;
}
.p-ends-flex-large {
  padding-top: 16%;
  padding-bottom: 16%;
}
.m-no {
  margin: 0;
}
.m-right-no {
  margin-right: 0;
}
.m-left-no {
  margin-left: 0;
}
.m-top-no {
  margin-top: 0;
}
.m-btm-no {
  margin-bottom: 0;
}
.m-sides-no {
  margin-left: 0;
  margin-right: 0;
}
.m-ends-no {
  margin-top: 0;
  margin-bottom: 0;
}
.m-small {
  margin: 20px;
}
.m-right-small {
  margin-right: 20px;
}
.m-left-small {
  margin-left: 20px;
}
.m-top-small {
  margin-top: 20px;
}
.m-btm-small {
  margin-bottom: 20px;
}
.m-sides-small {
  margin-left: 20px;
  margin-right: 20px;
}
.m-ends-small {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-all {
  margin: 25px;
}
.m-right {
  margin-right: 25px;
}
.m-left {
  margin-left: 25px;
}
.m-top {
  margin-top: 25px;
}
.m-btm {
  margin-bottom: 25px;
}
.m-sides {
  margin-left: 25px;
  margin-right: 25px;
}
.m-ends {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-large {
  margin: 60px;
}
.m-right-large {
  margin-right: 60px;
}
.m-left-large {
  margin-left: 60px;
}
.m-top-large {
  margin-top: 60px;
}
.m-btm-large {
  margin-bottom: 60px;
}
.m-sides-large {
  margin-left: 60px;
  margin-right: 60px;
}
.m-ends-large {
  margin-top: 60px;
  margin-bottom: 60px;
}
.t-base {
  font-family: inherit;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
}
.t-base p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.t-par {
  font-family: inherit;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
}
.t-par p,
p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.t-large-xx {
  font-family: inherit;
  font-size: 35.15625px;
  font-size: 1.953125rem;
  line-height: 1.6em;
}
.t-large-xx p {
  font-size: 35.15625px;
  font-size: 1.953125rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.t-large-x {
  font-family: inherit;
  font-size: 28.125px;
  font-size: 1.5625rem;
  line-height: 1.6em;
}
.t-large-x p {
  font-size: 28.125px;
  font-size: 1.5625rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.t-large {
  font-family: inherit;
  font-size: 22.5px;
  font-size: 1.25rem;
  line-height: 1.6em;
}
.t-large p {
  font-size: 22.5px;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.t-small {
  font-family: inherit;
  font-size: 15px;
  font-size: 0.83333333rem;
  line-height: 1.6em;
}
.t-small p {
  font-size: 15px;
  font-size: 0.83333333rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.t-small-x {
  font-family: inherit;
  font-size: 13px;
  font-size: 0.72222222rem;
  line-height: 1.6em;
}
.t-small-x p {
  font-size: 13px;
  font-size: 0.72222222rem;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.t-dense {
  line-height: 1.2em;
}
.t-dense p {
  line-height: 1.2em;
}
.no-lh {
  line-height: 0.8em;
}
.t-light {
  font-weight: 300;
}
.t-normal {
  font-weight: normal;
}
.t-semibold {
  font-weight: 600;
}
.t-italic {
  font-style: italic;
}
.t-bold {
  font-weight: bold;
}
.t-detail {
  color: #939597;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-upper {
  text-transform: uppercase;
}
.t-lower {
  text-transform: lowercase;
}
.t-title {
  text-transform: capitalize;
}
.t-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.bg-black-70 {
  background-color: #6d6e70;
}
.b-black-70 {
  border-color: #6d6e70;
}
.t-black-70 {
  color: #6d6e70;
}
.i-black-70:before,
.i-black-70:after {
  color: #6d6e70;
}
.bg-black-20 {
  background-color: #d1d2d4;
}
.b-black-20 {
  border-color: #d1d2d4;
}
.t-black-20 {
  color: #d1d2d4;
}
.i-black-20:before,
.i-black-20:after {
  color: #d1d2d4;
}
.exit-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104;
}
/*==========================================================================
Print Styles
==========================================================================*/
/* =============================================================================
PRINT STYLES 
========================================================================== */
@media print {
  .no-print {
    display: none;
  }
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  /*a[href]:after {
      content: " (" attr(href) ")";
    }

    abbr[title]:after {
      content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
      content: "";
    }*/
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*thead {
    display: table-header-group;
  }*/
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  #print-btn {
    display: none;
  }
  img {
    max-width: 100% !important;
  }
  /*@page {
    margin: 0.5cm;
  }*/
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #header-top-two,
  #header,
  #page-footer {
    display: none !important;
  }
  .page-assessment-assessment-1 #sidebar-one {
    display: none !important;
  }
  .page-assessment-assessment-1 .domain-set .box,
  .page-assessment-assessment-1 .domain-set .collapsible-container {
    display: block !important;
  }
}
.test {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
