@import 'Brandon.css';
/*------------------
 Fonts!
------------------*/
@font-face {
  font-family: 'Blokk';
  src: url('/Fonts/BLOKK/BLOKKNeue-Regular.eot');
  src: url('/Fonts/BLOKK/BLOKKNeue-Regular.eot?#iefix') format('embedded-opentype'), url('/Fonts/BLOKK/BLOKKNeue-Regular.woff') format('woff'), url('/Fonts/BLOKK/BLOKKNeue-Regular.svg#BLOKKNeue-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/Fonts/Lato-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRound';
  src: url('/Fonts/Gotham/GothamRnd-Light.otf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRound';
  src: url('/Fonts/Gotham/GothamRnd-Book.otf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRound';
  src: url('/Fonts/Gotham/GothamRnd-Medium.otf');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRound';
  src: url('/Fonts/Gotham/GothamRnd-Bold.otf');
  font-weight: 700;
  font-style: normal;
}
/*------------------
  General !
------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.noCSS3 *,
.noCSS3 *:before,
.noCSS3 *:after {
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: GothamRound, 'Gotham Rounded A', 'Gotham Rounded B';
  width: 100%;
  height: 100%;
  font-size: 12px;
}
body.print {
  font-family: GothamRound;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {
  border: none;
  vertical-align: inherit;
}
span {
  vertical-align: inherit;
}
input,
textarea,
keygen,
select,
button,
isindex {
  font-family: inherit;
}
table {
  border-spacing: 0;
}
td {
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
form {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.contentCentered {
  text-align: center;
  white-space: nowrap;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.contentCentered > * {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: normal;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.contentCentered:before {
  content: '';
  height: 100%;
  margin: 0 -0.1em;
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#ultraWrapper {
  background: #F2F2F2;
}
/* Used to disable scrolling on the whole page for dialogs */
#ultraWrapper.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#contentSection {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#mainWrapper {
  margin-left: 48px;
  padding-bottom: 50px;
}
#singleColContent {
  overflow: hidden;
  position: relative;
  padding-top: 22px;
}
#singleColContent .textContentPage {
  width: 90%;
  max-width: 900px;
  margin: 12px auto;
  text-align: left;
  font-family: Brandon;
  font-size: 14px;
}
#singleColContent .textContentPage table {
  table-layout: fixed;
  width: 100%;
}
#singleColContent .textContentPage td {
  text-indent: 0;
  padding: 6px;
}
#singleColContent .textContentPage u {
  text-decoration: underline;
}
.modalBackground {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999999;
}
/*----------------------
  Colors
  ---------------------*/
.s0 {
  background-color: #5ba7ce;
}
.s2 {
  background-color: #73b3d5;
}
.s4 {
  background-color: #92c4de;
}
.s6 {
  background-color: #b2d5e8;
}
.s8 {
  background-color: #bedeef;
}
.s10 {
  background-color: white;
}
.s12 {
  background-color: #fda0a2;
}
.s14 {
  background-color: #fb7676;
}
.s16 {
  background-color: #fc5f6b;
}
.s18 {
  background-color: #fb4b6b;
}
.s20 {
  background-color: #fc366b;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner {
  -webkit-animation: spin 0.75s 0 linear;
  -moz-animation: spin 0.75s 0 linear;
  -ms-animation: spin 0.75s 0 linear;
  -o-animation: spin 0.75s 0 linear;
  animation: spin 0.75s 0 linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 20px;
  height: 20px;
  border: 2px solid #f8377b;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}
@media print {
  html,
  body {
    font-family: GothamRound, 'Gotham Rounded A', 'Gotham Rounded B';
    zoom: 0.86608;
    /*workaround for phantomJS2 rendering pages too large*/
  }
}
.A4page {
  height: 297mm;
  width: 210mm;
  padding: 0.8cm 0.2cm;
}
