@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.about-poster {
  -webkit-box-shadow: 0px 1px 5px #CCC;
  -moz-box-shadow: 0px 1px 5px #CCC;
  box-shadow: 0px 1px 5px #CCC; }

.acclaim-list {
  width: 100%; }
  .acclaim-list:after {
    content: "";
    display: table;
    clear: both; }

.acclaim-author img, .acclaim-author .acclaim-author-info {
  display: inline-block;
  vertical-align: middle; }
.acclaim-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }
.acclaim-author .acclaim-author-info {
  text-align: left;
  line-height: 1.2; }
  .acclaim-author .acclaim-author-info li:first-child {
    font-size: 14px;
    font-size: 0.875rem; }
  .acclaim-author .acclaim-author-info li:last-child {
    font-size: 12px;
    font-size: 0.75rem;
    color: #235ea5; }
@media only screen and (min-width: 960px) {
  .acclaim-author img {
    width: 50px;
    height: 50px; }
  .acclaim-author .acclaim-author-info {
    line-height: 1.4; }
    .acclaim-author .acclaim-author-info li:first-child {
      font-size: 16px;
      font-size: 1rem; }
    .acclaim-author .acclaim-author-info li:last-child {
      font-size: 14px;
      font-size: 0.875rem; } }

.acclaim-item {
  margin: 0 6% 2em; }
  .acclaim-item p {
    position: relative;
    background: #e31c3d;
    color: #ffffff;
    padding: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    border-radius: 0.25em;
    margin-bottom: 1em; }
    .acclaim-item p::after {
      /* creating the triangle in css */
      content: '';
      position: absolute;
      top: 100%;
      left: 2em;
      height: 0;
      width: 0;
      border: 8px solid transparent;
      border-top-color: #e31c3d; }
  .acclaim-item .acclaim-author {
    text-align: left;
    margin-left: 1.5em; }
    .acclaim-item .acclaim-author img {
      box-shadow: 0 0 0 transparent; }

@media only screen and (min-width: 960px) {
  .acclaim-item {
    width: 46%;
    margin: 0 2% 3em; }

  .acclaim-author {
    margin-left: 1em; } }
@media only screen and (min-width: 1024px) {
  .acclaim-item {
    width: 30%;
    margin: 0 1.6666% 3em; } }
.button,
.button-primary,
.button:visited,
.button-primary:visited,
[type="submit"],
[type="reset"],
[type="image"] {
  appearance: none;
  background-color: #0071bc;
  border: 0;
  border-radius: 0.1875rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1;
  margin-top: .5em;
  margin-bottom: .5em;
  margin-right: .5em;
  outline: none;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased; }
  .button:hover, .button.button-hover,
  .button-primary:hover,
  .button-primary.button-hover,
  .button:visited:hover,
  .button:visited.button-hover,
  .button-primary:visited:hover,
  .button-primary:visited.button-hover,
  [type="submit"]:hover,
  [type="submit"].button-hover,
  [type="reset"]:hover,
  [type="reset"].button-hover,
  [type="image"]:hover,
  [type="image"].button-hover {
    background-color: #205493;
    border-bottom: 0;
    color: #ffffff;
    text-decoration: none; }
  .button:focus, .button.button-focus,
  .button-primary:focus,
  .button-primary.button-focus,
  .button:visited:focus,
  .button:visited.button-focus,
  .button-primary:visited:focus,
  .button-primary:visited.button-focus,
  [type="submit"]:focus,
  [type="submit"].button-focus,
  [type="reset"]:focus,
  [type="reset"].button-focus,
  [type="image"]:focus,
  [type="image"].button-focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .button:active, .button.button-active,
  .button-primary:active,
  .button-primary.button-active,
  .button:visited:active,
  .button:visited.button-active,
  .button-primary:visited:active,
  .button-primary:visited.button-active,
  [type="submit"]:active,
  [type="submit"].button-active,
  [type="reset"]:active,
  [type="reset"].button-active,
  [type="image"]:active,
  [type="image"].button-active {
    background-color: #112e51; }
  @media (min-width: 481px) {
    .button,
    .button-primary,
    .button:visited,
    .button-primary:visited,
    [type="submit"],
    [type="reset"],
    [type="image"] {
      width: auto; } }
  .button.button-primary-alt,
  .button-primary.button-primary-alt,
  .button:visited.button-primary-alt,
  .button-primary:visited.button-primary-alt,
  [type="submit"].button-primary-alt,
  [type="reset"].button-primary-alt,
  [type="image"].button-primary-alt {
    background-color: #02bfe7;
    color: #212121; }
    .button.button-primary-alt:hover, .button.button-primary-alt.button-hover,
    .button-primary.button-primary-alt:hover,
    .button-primary.button-primary-alt.button-hover,
    .button:visited.button-primary-alt:hover,
    .button:visited.button-primary-alt.button-hover,
    .button-primary:visited.button-primary-alt:hover,
    .button-primary:visited.button-primary-alt.button-hover,
    [type="submit"].button-primary-alt:hover,
    [type="submit"].button-primary-alt.button-hover,
    [type="reset"].button-primary-alt:hover,
    [type="reset"].button-primary-alt.button-hover,
    [type="image"].button-primary-alt:hover,
    [type="image"].button-primary-alt.button-hover {
      background-color: #00a6d2; }
    .button.button-primary-alt:active, .button.button-primary-alt.button-active,
    .button-primary.button-primary-alt:active,
    .button-primary.button-primary-alt.button-active,
    .button:visited.button-primary-alt:active,
    .button:visited.button-primary-alt.button-active,
    .button-primary:visited.button-primary-alt:active,
    .button-primary:visited.button-primary-alt.button-active,
    [type="submit"].button-primary-alt:active,
    [type="submit"].button-primary-alt.button-active,
    [type="reset"].button-primary-alt:active,
    [type="reset"].button-primary-alt.button-active,
    [type="image"].button-primary-alt:active,
    [type="image"].button-primary-alt.button-active {
      background-color: #046b99;
      color: #ffffff; }
  .button.button-secondary,
  .button-primary.button-secondary,
  .button:visited.button-secondary,
  .button-primary:visited.button-secondary,
  [type="submit"].button-secondary,
  [type="reset"].button-secondary,
  [type="image"].button-secondary {
    background-color: #e31c3d; }
    .button.button-secondary:hover, .button.button-secondary.button-hover,
    .button-primary.button-secondary:hover,
    .button-primary.button-secondary.button-hover,
    .button:visited.button-secondary:hover,
    .button:visited.button-secondary.button-hover,
    .button-primary:visited.button-secondary:hover,
    .button-primary:visited.button-secondary.button-hover,
    [type="submit"].button-secondary:hover,
    [type="submit"].button-secondary.button-hover,
    [type="reset"].button-secondary:hover,
    [type="reset"].button-secondary.button-hover,
    [type="image"].button-secondary:hover,
    [type="image"].button-secondary.button-hover {
      background-color: #cd2026; }
    .button.button-secondary:active, .button.button-secondary.button-active,
    .button-primary.button-secondary:active,
    .button-primary.button-secondary.button-active,
    .button:visited.button-secondary:active,
    .button:visited.button-secondary.button-active,
    .button-primary:visited.button-secondary:active,
    .button-primary:visited.button-secondary.button-active,
    [type="submit"].button-secondary:active,
    [type="submit"].button-secondary.button-active,
    [type="reset"].button-secondary:active,
    [type="reset"].button-secondary.button-active,
    [type="image"].button-secondary:active,
    [type="image"].button-secondary.button-active {
      background-color: #981b1e; }
  .button.button-gray,
  .button-primary.button-gray,
  .button:visited.button-gray,
  .button-primary:visited.button-gray,
  [type="submit"].button-gray,
  [type="reset"].button-gray,
  [type="image"].button-gray {
    background-color: #5b616b; }
    .button.button-gray:hover, .button.button-gray.button-hover,
    .button-primary.button-gray:hover,
    .button-primary.button-gray.button-hover,
    .button:visited.button-gray:hover,
    .button:visited.button-gray.button-hover,
    .button-primary:visited.button-gray:hover,
    .button-primary:visited.button-gray.button-hover,
    [type="submit"].button-gray:hover,
    [type="submit"].button-gray.button-hover,
    [type="reset"].button-gray:hover,
    [type="reset"].button-gray.button-hover,
    [type="image"].button-gray:hover,
    [type="image"].button-gray.button-hover {
      background-color: #323a45; }
    .button.button-gray:active, .button.button-gray.button-active,
    .button-primary.button-gray:active,
    .button-primary.button-gray.button-active,
    .button:visited.button-gray:active,
    .button:visited.button-gray.button-active,
    .button-primary:visited.button-gray:active,
    .button-primary:visited.button-gray.button-active,
    [type="submit"].button-gray:active,
    [type="submit"].button-gray.button-active,
    [type="reset"].button-gray:active,
    [type="reset"].button-gray.button-active,
    [type="image"].button-gray:active,
    [type="image"].button-gray.button-active {
      background-color: #212121; }
  .button.button-outline,
  .button-primary.button-outline,
  .button:visited.button-outline,
  .button-primary:visited.button-outline,
  [type="submit"].button-outline,
  [type="reset"].button-outline,
  [type="image"].button-outline {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #0071bc;
    color: #0071bc; }
    .button.button-outline:hover, .button.button-outline.button-hover,
    .button-primary.button-outline:hover,
    .button-primary.button-outline.button-hover,
    .button:visited.button-outline:hover,
    .button:visited.button-outline.button-hover,
    .button-primary:visited.button-outline:hover,
    .button-primary:visited.button-outline.button-hover,
    [type="submit"].button-outline:hover,
    [type="submit"].button-outline.button-hover,
    [type="reset"].button-outline:hover,
    [type="reset"].button-outline.button-hover,
    [type="image"].button-outline:hover,
    [type="image"].button-outline.button-hover {
      box-shadow: inset 0 0 0 2px #205493;
      color: #205493; }
    .button.button-outline:active, .button.button-outline.button-active,
    .button-primary.button-outline:active,
    .button-primary.button-outline.button-active,
    .button:visited.button-outline:active,
    .button:visited.button-outline.button-active,
    .button-primary:visited.button-outline:active,
    .button-primary:visited.button-outline.button-active,
    [type="submit"].button-outline:active,
    [type="submit"].button-outline.button-active,
    [type="reset"].button-outline:active,
    [type="reset"].button-outline.button-active,
    [type="image"].button-outline:active,
    [type="image"].button-outline.button-active {
      box-shadow: inset 0 0 0 2px #112e51;
      color: #112e51; }
    .button.button-outline:focus, .button.button-outline.button-focus,
    .button-primary.button-outline:focus,
    .button-primary.button-outline.button-focus,
    .button:visited.button-outline:focus,
    .button:visited.button-outline.button-focus,
    .button-primary:visited.button-outline:focus,
    .button-primary:visited.button-outline.button-focus,
    [type="submit"].button-outline:focus,
    [type="submit"].button-outline.button-focus,
    [type="reset"].button-outline:focus,
    [type="reset"].button-outline.button-focus,
    [type="image"].button-outline:focus,
    [type="image"].button-outline.button-focus {
      box-shadow: inset 0 0 0 2px #112e51, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .button.button-outline-inverse,
  .button-primary.button-outline-inverse,
  .button:visited.button-outline-inverse,
  .button-primary:visited.button-outline-inverse,
  [type="submit"].button-outline-inverse,
  [type="reset"].button-outline-inverse,
  [type="image"].button-outline-inverse {
    background: transparent;
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff; }
    .button.button-outline-inverse:hover, .button.button-outline-inverse.button-hover,
    .button-primary.button-outline-inverse:hover,
    .button-primary.button-outline-inverse.button-hover,
    .button:visited.button-outline-inverse:hover,
    .button:visited.button-outline-inverse.button-hover,
    .button-primary:visited.button-outline-inverse:hover,
    .button-primary:visited.button-outline-inverse.button-hover,
    [type="submit"].button-outline-inverse:hover,
    [type="submit"].button-outline-inverse.button-hover,
    [type="reset"].button-outline-inverse:hover,
    [type="reset"].button-outline-inverse.button-hover,
    [type="image"].button-outline-inverse:hover,
    [type="image"].button-outline-inverse.button-hover {
      box-shadow: inset 0 0 0 2px #d6d7d9;
      color: #d6d7d9; }
    .button.button-outline-inverse:active, .button.button-outline-inverse.button-active,
    .button-primary.button-outline-inverse:active,
    .button-primary.button-outline-inverse.button-active,
    .button:visited.button-outline-inverse:active,
    .button:visited.button-outline-inverse.button-active,
    .button-primary:visited.button-outline-inverse:active,
    .button-primary:visited.button-outline-inverse.button-active,
    [type="submit"].button-outline-inverse:active,
    [type="submit"].button-outline-inverse.button-active,
    [type="reset"].button-outline-inverse:active,
    [type="reset"].button-outline-inverse.button-active,
    [type="image"].button-outline-inverse:active,
    [type="image"].button-outline-inverse.button-active {
      box-shadow: inset 0 0 0 2px #aeb0b5;
      color: #d6d7d9; }
    .button.button-outline-inverse:focus, .button.button-outline-inverse.button-focus,
    .button-primary.button-outline-inverse:focus,
    .button-primary.button-outline-inverse.button-focus,
    .button:visited.button-outline-inverse:focus,
    .button:visited.button-outline-inverse.button-focus,
    .button-primary:visited.button-outline-inverse:focus,
    .button-primary:visited.button-outline-inverse.button-focus,
    [type="submit"].button-outline-inverse:focus,
    [type="submit"].button-outline-inverse.button-focus,
    [type="reset"].button-outline-inverse:focus,
    [type="reset"].button-outline-inverse.button-focus,
    [type="image"].button-outline-inverse:focus,
    [type="image"].button-outline-inverse.button-focus {
      box-shadow: inset 0 0 0 2px #aeb0b5, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .button.button-small,
  .button-primary.button-small,
  .button:visited.button-small,
  .button-primary:visited.button-small,
  [type="submit"].button-small,
  [type="reset"].button-small,
  [type="image"].button-small {
    font-size: 0.875rem;
    padding: 0.3125rem 0.625rem;
    margin: 0; }
  .button.button-big,
  .button-primary.button-big,
  .button:visited.button-big,
  .button-primary:visited.button-big,
  [type="submit"].button-big,
  [type="reset"].button-big,
  [type="image"].button-big {
    font-size: 1.9rem;
    padding: 1.5rem 3rem; }

[type="submit"]:disabled,
.button-disabled {
  background-color: #d6d7d9;
  color: #323a45;
  cursor: default; }
  [type="submit"]:disabled:hover, [type="submit"]:disabled.button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.button-active, [type="submit"]:disabled:focus,
  .button-disabled:hover,
  .button-disabled.button-hover,
  .button-disabled:active,
  .button-disabled.button-active,
  .button-disabled:focus {
    background-color: #d6d7d9;
    border: 0;
    box-shadow: none;
    color: #323a45; }

.button-unstyled {
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  text-align: left; }
  .button-unstyled:focus, .button-unstyled:hover {
    box-shadow: initial; }

.footer .unstyled-list {
  display: block; }
.footer .footer-primary-link {
  color: #212121;
  display: block;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  @media only screen and (min-width: 960px) {
    .footer .footer-primary-link {
      border-top: none; } }
.footer a {
  font-weight: normal; }

.footer-return-to-top {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.footer-primary-section {
  background-color: #f1f1f1; }
  .footer-primary-section .footer-primary-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    .footer-primary-section .footer-primary-content li {
      margin-left: 1rem; }
      @media only screen and (min-width: 960px) {
        .footer-primary-section .footer-primary-content li {
          margin-left: 0; } }
    @media only screen and (min-width: 960px) {
      .footer-primary-section .footer-primary-content {
        padding-left: 0;
        padding-right: 0; } }
  @media only screen and (min-width: 960px) {
    .footer-primary-section .grid-full {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

@media only screen and (min-width: 960px) {
  .width-one-sixth {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .width-one-sixth:last-child {
      margin-right: 0; } }

.footer-medium .footer-primary-section {
  padding: 0; }
  @media only screen and (min-width: 960px) {
    .footer-medium .footer-primary-section {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
@media only screen and (min-width: 960px) {
  .footer-medium .footer-nav ul {
    align-items: center;
    display: flex; } }

.footer-slim .footer-nav a {
  display: block; }
.footer-slim .footer-primary-section {
  padding-bottom: 2rem; }
  @media only screen and (min-width: 960px) {
    .footer-slim .footer-primary-section {
      padding-bottom: 1rem;
      padding-top: 1rem; }
      .footer-slim .footer-primary-section .grid-full {
        align-items: center;
        display: flex; } }

ul.footer-primary-content,
li.footer-primary-content,
li.footer-primary-content {
  border-top: 1px solid #212121; }
  ul.footer-primary-content:last-child,
  li.footer-primary-content:last-child,
  li.footer-primary-content:last-child {
    border-bottom: 1px solid #212121; }
    @media only screen and (min-width: 960px) {
      ul.footer-primary-content:last-child,
      li.footer-primary-content:last-child,
      li.footer-primary-content:last-child {
        border-bottom: none; } }
  @media only screen and (min-width: 960px) {
    ul.footer-primary-content,
    li.footer-primary-content,
    li.footer-primary-content {
      border: none; } }

.sign_up-block {
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  .sign_up-block label:first-of-type {
    margin-top: 0; }
  .sign_up-block button {
    float: none;
    margin-right: 0;
    margin-top: 1.5rem; }
  .sign_up-block input {
    width: 100%; }
  @media only screen and (min-width: 960px) {
    .sign_up-block {
      float: right;
      padding: 0; } }

.footer-secondary_section {
  background-color: #d6d7d9;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .footer-secondary_section a {
    color: #212121; }

@media only screen and (min-width: 960px) {
  .footer-big-secondary-section {
    padding-top: 5rem; } }

@media only screen and (min-width: 960px) {
  .footer-contact-links {
    text-align: right; } }

@media only screen and (min-width: 960px) {
  .footer-big .footer-primary-section {
    padding-top: 3rem;
    padding-bottom: 4rem; } }
.footer-big ul {
  padding-bottom: 2.5rem; }
  .footer-big ul:last-child {
    border-bottom: 1px solid #212121; }
    @media only screen and (min-width: 960px) {
      .footer-big ul:last-child {
        border-bottom: none; } }
  .footer-big ul li {
    line-height: 2em; }
  @media only screen and (min-width: 960px) {
    .footer-big ul {
      padding-bottom: 0; } }
  .footer-big ul .footer-primary-link {
    background-image: url("../static/img/arrow-down.png");
    background-image: url("../static/img/arrow-down.svg");
    background-position: 1.5rem center;
    background-repeat: no-repeat;
    background-size: 1.3rem;
    padding-left: 3.5rem; }
    @media only screen and (min-width: 960px) {
      .footer-big ul .footer-primary-link {
        background: none;
        padding-bottom: 0;
        padding-left: 0; } }
  .footer-big ul.hidden {
    padding-bottom: 0; }
    .footer-big ul.hidden .footer-primary-link {
      background-image: url("../static/img/arrow-right.png");
      background-image: url("../static/img/arrow-right.svg");
      cursor: pointer;
      margin: 0; }
      @media only screen and (min-width: 960px) {
        .footer-big ul.hidden .footer-primary-link {
          background: none;
          padding-left: 0; } }
    .footer-big ul.hidden li {
      display: none; }

.footer-topic {
  margin: 0;
  padding: 2rem 0; }

@media only screen and (min-width: 960px) {
  .sign_up-header {
    margin: 0;
    padding: 2rem 0; } }

.footer-logo-img {
  max-width: 14rem; }

.footer-slim-logo-img {
  float: left;
  max-width: 10rem;
  border-radius: 50%; }

.footer-logo-heading {
  margin-top: 2rem; }

.footer-contact-heading {
  margin-top: 0; }
  @media only screen and (min-width: 960px) {
    .footer-contact-heading {
      margin-top: 1rem; } }

.footer-slim-logo-heading {
  display: block;
  padding-top: 1rem; }
  @media only screen and (min-width: 960px) {
    .footer-slim-logo-heading {
      display: inline-block;
      padding-left: 1em; } }

form {
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    form {
      max-width: 100%; } }
  form a {
    border-bottom: 0; }
  form button[type="submit"],
  form input[type="submit"] {
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 960px) {
      form button[type="submit"],
      form input[type="submit"] {
        padding-left: 2.7em;
        padding-right: 2.7em;
        width: auto; } }
  form input[name="password"] {
    margin-bottom: 1.1rem; }

.form-note {
  float: right;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 0.9375rem;
  margin: 0;
  margin-bottom: 1.5rem; }
  .form-note + * {
    clear: both; }

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

@media screen and (min-width: 960px) {
  .form-large {
    max-width: 46rem; } }

@media screen and (min-width: 960px) {
  input.input-tiny {
    max-width: 6rem; } }

@media screen and (min-width: 960px) {
  input.input-medium {
    max-width: 12rem; } }

@media screen and (min-width: 960px) {
  .input-grid {
    padding-right: 5%; } }

@media screen and (min-width: 960px) {
  .input-grid:last-of-type {
    padding-right: 0; } }

@media screen and (min-width: 960px) {
  .input-grid-small {
    float: left;
    width: 35%; } }
.input-grid-small input {
  margin-bottom: 3rem; }
.input-grid-small select {
  margin-bottom: 3rem; }

@media screen and (min-width: 960px) {
  .input-grid-medium {
    float: left;
    width: 65%; } }
.input-grid-medium input {
  margin-bottom: 3rem; }
.input-grid-medium select {
  margin-bottom: 3rem; }

@media screen and (min-width: 960px) {
  .input-grid-large {
    float: left;
    width: 100%; } }
.input-grid-large input {
  margin-bottom: 3rem; }
.input-grid-large select {
  margin-bottom: 3rem; }

.additional_text {
  float: right;
  font-style: italic;
  font-weight: normal; }

.input-buttons-inline button,
.input-buttons-inline button[type="submit"],
.input-buttons-inline input[type="submit"], .input-buttons-inline > * {
  display: inline;
  margin-right: 1.5em; }

.checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .checklist li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0em;
    margin-top: 0em;
    padding-left: 3em;
    text-indent: -2em; }
    .checklist li:before {
      content: ' ';
      display: inline-block;
      height: .8em;
      margin-right: .2em;
      width: 1.8em; }

.checklist-checked:before {
  background-image: url("../img/correct9.png");
  background-image: url("../img/correct9.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%; }

.form-inline {
  margin-bottom: 2em; }
  .form-inline label {
    margin-top: 0;
    margin-bottom: 1em;
    max-width: 100%;
    text-align: center; }
  .form-inline input {
    text-align: center;
    text-transform: uppercase; }
  .form-inline input[type="submit"] {
    margin: 0;
    width: 100%; }
    @media only screen and (min-width: 960px) {
      .form-inline input[type="submit"] {
        display: inline-block;
        height: 54px;
        width: auto; } }
  @media only screen and (min-width: 960px) {
    .form-inline input[type="text"] {
      display: inline-block;
      margin: 0;
      width: 50%; } }
  @media only screen and (min-width: 960px) {
    .form-inline {
      margin-bottom: 3em; } }

.additional_text {
  float: right;
  font-style: italic;
  font-weight: normal; }

.grid,
.grid-full {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px; }
  .grid:after,
  .grid-full:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 960px) {
    .grid .width-one-whole,
    .grid-full .width-one-whole {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 100%; }
      .grid .width-one-whole:last-child,
      .grid-full .width-one-whole:last-child {
        margin-right: 0; }
    .grid .width-one-half,
    .grid-full .width-one-half {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 47.5854210427%; }
      .grid .width-one-half:last-child,
      .grid-full .width-one-half:last-child {
        margin-right: 0; }
    .grid .width-one-third,
    .grid-full .width-one-third {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%; }
      .grid .width-one-third:last-child,
      .grid-full .width-one-third:last-child {
        margin-right: 0; }
    .grid .width-two-thirds,
    .grid-full .width-two-thirds {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 65.0569473618%; }
      .grid .width-two-thirds:last-child,
      .grid-full .width-two-thirds:last-child {
        margin-right: 0; }
    .grid .width-one-fourth,
    .grid-full .width-one-fourth {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 47.5854210427%; }
      .grid .width-one-fourth:last-child,
      .grid-full .width-one-fourth:last-child {
        margin-right: 0; }
      .grid .width-one-fourth:nth-child(2n),
      .grid-full .width-one-fourth:nth-child(2n) {
        margin-right: 0; }
    .grid .width-three-fourths,
    .grid-full .width-three-fourths {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 100%; }
      .grid .width-three-fourths:last-child,
      .grid-full .width-three-fourths:last-child {
        margin-right: 0; }
    .grid .width-one-sixth,
    .grid-full .width-one-sixth {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%; }
      .grid .width-one-sixth:last-child,
      .grid-full .width-one-sixth:last-child {
        margin-right: 0; }
      .grid .width-one-sixth:nth-child(3n),
      .grid-full .width-one-sixth:nth-child(3n) {
        margin-right: 0; }
    .grid .width-five-sixths,
    .grid-full .width-five-sixths {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 82.5284736809%; }
      .grid .width-five-sixths:last-child,
      .grid-full .width-five-sixths:last-child {
        margin-right: 0; }
    .grid .width-one-twelfth,
    .grid-full .width-one-twelfth {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%; }
      .grid .width-one-twelfth:last-child,
      .grid-full .width-one-twelfth:last-child {
        margin-right: 0; }
      .grid .width-one-twelfth:nth-child(3n),
      .grid-full .width-one-twelfth:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .grid .width-one-whole,
    .grid-full .width-one-whole {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .grid .width-one-whole:last-child,
      .grid-full .width-one-whole:last-child {
        margin-right: 0; }
    .grid .width-one-half,
    .grid-full .width-one-half {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .grid .width-one-half:last-child,
      .grid-full .width-one-half:last-child {
        margin-right: 0; }
    .grid .width-one-third,
    .grid-full .width-one-third {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .grid .width-one-third:last-child,
      .grid-full .width-one-third:last-child {
        margin-right: 0; }
    .grid .width-two-thirds,
    .grid-full .width-two-thirds {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .grid .width-two-thirds:last-child,
      .grid-full .width-two-thirds:last-child {
        margin-right: 0; }
    .grid .width-one-fourth,
    .grid-full .width-one-fourth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .grid .width-one-fourth:last-child,
      .grid-full .width-one-fourth:last-child {
        margin-right: 0; }
      .grid .width-one-fourth:nth-child(2n),
      .grid-full .width-one-fourth:nth-child(2n) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .grid .width-one-fourth:nth-child(2n):last-child,
        .grid-full .width-one-fourth:nth-child(2n):last-child {
          margin-right: 0; }
      .grid .width-one-fourth:nth-child(4n),
      .grid-full .width-one-fourth:nth-child(4n) {
        margin-right: 0; }
    .grid .width-three-fourths,
    .grid-full .width-three-fourths {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .grid .width-three-fourths:last-child,
      .grid-full .width-three-fourths:last-child {
        margin-right: 0; }
    .grid .width-one-sixth,
    .grid-full .width-one-sixth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .grid .width-one-sixth:last-child,
      .grid-full .width-one-sixth:last-child {
        margin-right: 0; }
      .grid .width-one-sixth:nth-child(3n),
      .grid-full .width-one-sixth:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%; }
        .grid .width-one-sixth:nth-child(3n):last-child,
        .grid-full .width-one-sixth:nth-child(3n):last-child {
          margin-right: 0; }
      .grid .width-one-sixth:nth-child(6n),
      .grid-full .width-one-sixth:nth-child(6n) {
        margin-right: 0; }
    .grid .width-five-sixths,
    .grid-full .width-five-sixths {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%; }
      .grid .width-five-sixths:last-child,
      .grid-full .width-five-sixths:last-child {
        margin-right: 0; }
    .grid .width-one-twelfth,
    .grid-full .width-one-twelfth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 6.1721527019%; }
      .grid .width-one-twelfth:last-child,
      .grid-full .width-one-twelfth:last-child {
        margin-right: 0; }
      .grid .width-one-twelfth:nth-child(3n),
      .grid-full .width-one-twelfth:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 6.1721527019%; }
        .grid .width-one-twelfth:nth-child(3n):last-child,
        .grid-full .width-one-twelfth:nth-child(3n):last-child {
          margin-right: 0; }
      .grid .width-one-twelfth:nth-child(12n),
      .grid-full .width-one-twelfth:nth-child(12n) {
        margin-right: 0; } }
  .grid .end-row,
  .grid-full .end-row {
    margin-right: 0; }

.grid--thin {
  max-width: 800px; }

.grid--text-center {
  max-width: 600px; }

.width-centered {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.grid {
  padding: 0 1.5625rem; }

.grid-full {
  padding: 0; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #112e51;
  z-index: 3; }
  @media only screen and (min-width: 960px) {
    .header {
      height: 70px;
      background-color: transparent;
      box-shadow: none; } }

#logo {
  float: left;
  margin: 15px 0 0 5%; }
  #logo img {
    display: block; }
  @media only screen and (min-width: 960px) {
    #logo {
      margin: 23px 0 0 5%; } }
  @media only screen and (min-width: 1024px) {
    #logo.is-hidden {
      /* assign a position fixed and move outside the viewport (on the left) */
      opacity: 0;
      position: fixed;
      left: -20%;
      margin-left: 0;
      -webkit-transition: left 0.3s, opacity 0.3s;
      -moz-transition: left 0.3s, opacity 0.3s;
      transition: left 0.3s, opacity 0.3s; }
      #logo.is-hidden.slide-in {
        /* slide in when the secondary navigation gets fixed */
        left: 5%;
        opacity: 1; } }

.primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../static/img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px; }
  .primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
    .primary-nav ul.is-visible {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); }
  .primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #0d223c;
    border-top: 1px solid #14355e;
    color: #aeb0b5; }
    .primary-nav a:hover {
      text-decoration: underline; }
  @media only screen and (min-width: 960px) {
    .primary-nav {
      /* reset navigation values */
      width: auto;
      height: auto;
      background: none; }
      .primary-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px; }
        .primary-nav ul.is-visible {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
      .primary-nav li {
        display: inline-block;
        margin-left: 1em; }
      .primary-nav a {
        display: inline-block;
        height: auto;
        line-height: normal;
        background: transparent;
        padding: .6em 1em;
        border-top: none;
        color: #d6d7d9; } }

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  border: 1px solid #5b616b;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 1.0625rem;
  margin: .2em 0;
  width: 100%;
  outline: none;
  padding: 1rem .7em;
  appearance: none; }
  input:focus, input.input-focus,
  input[type="text"]:focus,
  input[type="text"].input-focus,
  input[type="email"]:focus,
  input[type="email"].input-focus,
  input[type="password"]:focus,
  input[type="password"].input-focus,
  input[type="url"]:focus,
  input[type="url"].input-focus,
  input[type="tel"]:focus,
  input[type="tel"].input-focus,
  input[type="number"]:focus,
  input[type="number"].input-focus,
  input[type="search"]:focus,
  input[type="search"].input-focus,
  input[type="file"]:focus,
  input[type="file"].input-focus,
  input[type="date"]:focus,
  input[type="date"].input-focus,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"].input-focus,
  input[type="month"]:focus,
  input[type="month"].input-focus,
  input[type="time"]:focus,
  input[type="time"].input-focus,
  input[type="week"]:focus,
  input[type="week"].input-focus,
  textarea:focus,
  textarea.input-focus,
  select:focus,
  select.input-focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  input.input-success,
  input[type="text"].input-success,
  input[type="email"].input-success,
  input[type="password"].input-success,
  input[type="url"].input-success,
  input[type="tel"].input-success,
  input[type="number"].input-success,
  input[type="search"].input-success,
  input[type="file"].input-success,
  input[type="date"].input-success,
  input[type="datetime-local"].input-success,
  input[type="month"].input-success,
  input[type="time"].input-success,
  input[type="week"].input-success,
  textarea.input-success,
  select.input-success {
    border: 3px solid #4aa564; }

.input-error {
  border-left: 4px solid #cd2026;
  margin-top: 3rem;
  padding-bottom: .8rem;
  padding-left: 1.5rem;
  padding-top: .8rem;
  position: relative;
  right: 1.9rem; }
  .input-error input {
    border: 3px solid #cd2026;
    width: calc(100% + 1.5rem); }
  .input-error label {
    margin-top: 0; }

.input-error-label {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700; }

.input-error-message {
  color: #cd2026;
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px; }

label {
  display: block;
  margin-top: 3rem; }

textarea {
  height: 16rem; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("../img/arrow-down.png");
  background-image: url("../img/arrow-down.svg");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem; }

legend {
  font-size: 1.875rem;
  font-weight: 700; }

.fieldset-inputs label {
  margin-top: 0; }

.form-hint {
  color: #757575;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  margin-bottom: 0; }

/**
 * Custom checkboxes
 */
.lt-ie9 input[type="checkbox"], .lt-ie9
input[type="radio"] {
  border: 0;
  float: left;
  margin: .4em .4em 0 0;
  position: static;
  width: auto; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0.5em; }

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  background: white;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0 1px #757575;
  content: '\a0';
  display: inline-block;
  height: 1.8rem;
  line-height: .8;
  margin-right: .6em;
  text-indent: .15em;
  vertical-align: .2em;
  width: 1.8rem; }

input[type="radio"] + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #757575;
  height: 1.6rem;
  width: 1.6rem; }

input[type="radio"] + label::before {
  border-radius: 100%; }

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  background-color: #0071bc;
  box-shadow: 0 0 0 1px #0071bc; }

input[type="radio"]:checked + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc; }

input[type="radio"]:focus + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf; }

input[type="checkbox"]:checked + label::before {
  background-image: url("../img/correct8.png");
  background-image: url("../img/correct8.svg");
  background-position: 50%;
  background-repeat: no-repeat; }

input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0071bc; }

input[type="checkbox"]:disabled + label {
  color: #5b616b; }

input[type="checkbox"]:disabled + label::before,
input[type="radio"]:disabled + label::before {
  background: #d6d7d9;
  box-shadow: 0 0 0 1px #aeb0b5;
  cursor: not-allowed; }

input[type=range] {
  -webkit-appearance: none;
  border: none;
  padding-left: 0;
  width: 100%; }

input[type=range]:focus {
  box-shadow: none;
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  background: #bdbdbd;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-moz-range-track {
  background: #0071bc;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-ms-track {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #757575;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #eeeeee;
  cursor: pointer;
  margin-top: -.65rem;
  width: 2.2rem; }

input[type=range]::-moz-range-thumb {
  background: #eeeeee;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

input[type=range]::-ms-thumb {
  background: #eeeeee;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

input[type=range]::-ms-fill-lower {
  background: #bdbdbd;
  border: 1px solid #757575;
  border-radius: 2rem; }

input[type=range]::-ms-fill-upper {
  background: #bdbdbd;
  border: 1px solid #757575;
  border-radius: 2rem; }

input[type=range]:focus::-webkit-slider-thumb {
  border: 2px solid #3e94cf; }

input[type=range]:focus::-moz-range-thumb {
  border: 2px solid #3e94cf; }

input[type=range]:focus::-ms-thumb {
  border: 2px solid #3e94cf; }

.date-of-birth label {
  margin-top: 0; }
.date-of-birth input[type=number]::-webkit-inner-spin-button,
.date-of-birth input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }
.date-of-birth input[type=number] {
  -moz-appearance: textfield; }

.form-group-day,
.form-group-month,
.form-group-year {
  float: left;
  clear: none;
  margin-right: 1.5rem;
  width: 5rem; }

.form-group-year {
  width: 7rem; }

#intro {
  position: relative;
  height: 500px;
  background: url("../static/img/video-background.jpg") no-repeat center center;
  background-size: cover;
  z-index: 2; }
  #intro #intro-tagline {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    padding-top: 120px; }
  #intro blockquote {
    font-size: 24px;
    font-size: 1.5rem;
    clear: both;
    font-family: "Merriweather", "Georgia", "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0.625rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 960px) {
      #intro blockquote {
        font-size: 32px;
        font-size: 2rem; } }
  #intro blockquote p {
    margin-bottom: 0.625rem; }
  #intro blockquote footer {
    display: block;
    font-size: 50%;
    font-weight: 300;
    line-height: 1.4; }
  #intro blockquote cite {
    font-style: italic; }
  #intro h1 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 960px) {
    #intro {
      height: 500px; }
      #intro #intro-tagline {
        padding-top: 160px; }
      #intro h1 {
        font-size: 32px;
        font-size: 2rem; } }
  @media only screen and (min-width: 1024px) {
    #intro {
      height: 600px; }
      #intro #intro-tagline {
        padding-top: 250px; } }

.intro-screen {
  background-color: rgba(17, 46, 81, 0.6);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  transition: background-color 300ms ease;
  width: 100%; }

.intro-button-container {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 3.125rem; }

.intro-button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(227, 28, 61, 0.9);
  border-radius: 0.1875rem;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding: 1rem 2rem;
  margin-top: 1rem; }
  .no-touch .intro-button:hover {
    background-color: #e31c3d; }
  @media only screen and (min-width: 1024px) {
    .intro-button.is-hidden {
      /* assign a position fixed and move outside the viewport (on the right) */
      opacity: 0;
      position: fixed;
      right: -20%;
      top: 0;
      padding: .8em 1.2em;
      margin: 14px 0 0;
      -webkit-transition: right 0.3s, opacity 0.3s;
      -moz-transition: right 0.3s, opacity 0.3s;
      transition: right 0.3s, opacity 0.3s; }
      .intro-button.is-hidden.slide-in {
        /* slide in when the secondary nav gets fixed */
        right: 5%;
        opacity: 1; } }

.list-item {
  border-bottom: 1px solid #f1f1f1;
  display: block;
  margin-bottom: 1.875rem; }
  .list-item:after {
    content: "";
    display: table;
    clear: both; }

.list-block {
  text-align: center; }
  .list-block img {
    width: 124px; }
    @media only screen and (min-width: 960px) {
      .list-block img {
        float: left;
        margin-right: 2rem; } }

@media only screen and (min-width: 960px) {
  .list-heading {
    clear: none;
    margin-top: 0; } }

@media only screen and (min-width: 960px) {
  .list-text {
    overflow: hidden; } }

.list-link {
  float: right; }

.container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 960px;
  margin: 0 auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.has-top-margin {
  /* this class is given - using jQuery - to the .main-content following the .secondary-nav when it becomes fixed */ }
  @media only screen and (min-width: 1024px) {
    .has-top-margin {
      -webkit-animation: animate-margin-top 0.3s;
      -moz-animation: animate-margin-top 0.3s;
      animation: animate-margin-top 0.3s;
      margin-top: 70px; } }

@-webkit-keyframes animate-margin-top {
  0% {
    margin-top: 100px; }
  100% {
    margin-top: 70px; } }
@-moz-keyframes animate-margin-top {
  0% {
    margin-top: 100px; }
  100% {
    margin-top: 70px; } }
@keyframes animate-margin-top {
  0% {
    margin-top: 100px; }
  100% {
    margin-top: 70px; } }
.page-header {
  padding-top: 50px;
  position: relative;
  height: 500px;
  background-size: cover;
  z-index: 2; }
  @media only screen and (min-width: 960px) {
    .page-header {
      padding-top: 0; } }
  .page-header h1 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 960px) {
      .page-header h1 {
        font-size: 32px;
        font-size: 2rem; } }

.page-header--about {
  background: url("../static/img/about-bg.jpg") no-repeat center center;
  height: 250px; }
  @media only screen and (min-width: 960px) {
    .page-header--about {
      height: 500px; } }
  @media only screen and (min-width: 1024px) {
    .page-header--about {
      height: 600px; } }

.page-header--media {
  background: url("../static/img/page-bg.jpg") no-repeat center center; }

.page-header--hammer {
  background: url("../static/img/hammer-bg.jpg") no-repeat center center; }

.page-header--host {
  background: url("../static/img/host-bg.jpg") no-repeat top center;
  height: 250px; }

.page-title {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center; }

.page-screen {
  background-color: rgba(17, 46, 81, 0.6);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  transition: background-color 300ms ease;
  width: 100%; }

.page-loader {
  position: fixed;
  background: #e31c3d;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998; }

.loader {
  position: absolute;
  border-left: 2px solid #b2b2b2;
  border-top: 2px solid rgba(245, 245, 245, 0.8);
  border-right: 2px solid rgba(245, 245, 245, 0.8);
  border-bottom: 2px solid rgba(245, 245, 245, 0.8);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px; }

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold; }

table td, table th {
  padding: 9px 10px;
  text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    height: 100%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #d6d7d9;
    border-bottom: 1px solid #d6d7d9;
    border-left: 1px solid #d6d7d9; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

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

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  div.table-wrapper div.scrollable table {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }
/* -----------------------------------------
   Custom Styles
----------------------------------------- */
table {
  width: 100%;
  background: #ffffff; }

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d7d9; }

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #d6d7d9; }

table > tbody > tr:last-child {
  border-bottom: 1px solid #d6d7d9; }

thead th {
  border-top: 0; }

.secondary-nav {
  position: relative;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .secondary-nav ul {
    /* mobile first - secondary navigation hidden by default, triggered by tap/click on .secondary-nav-trigger*/
    position: fixed;
    width: 90%;
    max-width: 400px;
    right: 5%;
    bottom: 20px;
    border-radius: 0.25em;
    background: rgba(17, 46, 81, 0.96);
    visibility: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s; }
    .secondary-nav ul.is-visible {
      visibility: visible;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
      -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
      transition: transform 0.3s, visibility 0s 0s; }
  .secondary-nav li a {
    display: block;
    padding: 1.6em;
    border-bottom: 1px solid #1a467b;
    color: #f1f1f1; }
  .secondary-nav li:last-child a {
    border-bottom: none; }
  @media only screen and (min-width: 1024px) {
    .secondary-nav {
      z-index: 1;
      height: 100px;
      background-color: rgba(17, 46, 81, 0.96);
      -webkit-transition: height 0.3s;
      -moz-transition: height 0.3s;
      transition: height 0.3s; }
      .secondary-nav nav, .secondary-nav ul, .secondary-nav li, .secondary-nav a {
        height: 100%; }
      .secondary-nav ul {
        /* reset navigation values */
        position: static;
        width: auto;
        max-width: 100%;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: center;
        background-color: transparent; }
      .secondary-nav li {
        display: inline-block;
        margin-left: -4px; }
      .secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        padding: 60px 40px 0 40px;
        border-bottom: none;
        -webkit-transition: padding 0.2s;
        -moz-transition: padding 0.2s;
        transition: padding 0.2s; }
        .secondary-nav li a b {
          text-transform: uppercase;
          font-size: 13px;
          font-size: 0.8125rem;
          font-weight: 700;
          color: rgba(241, 241, 241, 0.3); }
        .secondary-nav li a span {
          position: absolute;
          display: inline-block;
          width: 40px;
          height: 40px;
          top: 18px;
          left: 50%;
          right: auto;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          background-repeat: no-repeat;
          background-image: url(../static/img/cd-nav-icons.svg);
          -webkit-transition: opacity 0.2s;
          -moz-transition: opacity 0.2s;
          transition: opacity 0.2s; }
        .secondary-nav li a:hover b, .secondary-nav li a.active b {
          color: #f1f1f1; }
      .secondary-nav li:nth-child(1) a span {
        background-position: 0 0; }
      .secondary-nav li:nth-child(2) a span {
        background-position: -40px 0; }
      .secondary-nav li:nth-child(3) a span {
        background-position: -80px 0; }
      .secondary-nav li:nth-child(4) a span {
        background-position: -120px 0; }
      .secondary-nav li:nth-child(5) a span {
        background-position: -160px 0; }
      .secondary-nav.is-fixed {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        position: fixed;
        left: 0;
        top: 0;
        height: 70px;
        width: 100%; }
      .secondary-nav.animate-children {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
        .secondary-nav.animate-children li a {
          padding: 26px 30px 0 30px; }
          .secondary-nav.animate-children li a span {
            opacity: 0; } }

.secondary-nav-trigger {
  position: fixed;
  bottom: 20px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: rgba(17, 46, 81, 0.96);
  border-radius: 0.25em;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2; }
  .secondary-nav-trigger span {
    /* the span element is used to create the menu icon */
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f1f1f1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s; }
    .secondary-nav-trigger span::before, .secondary-nav-trigger span::after {
      content: '';
      position: absolute;
      background: inherit;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .secondary-nav-trigger span::before {
      right: -10px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
    .secondary-nav-trigger span::after {
      left: -10px;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
  .secondary-nav-trigger.menu-is-open {
    background: transparent; }
  .secondary-nav-trigger.menu-is-open span {
    background: rgba(241, 241, 241, 0);
    width: 20px;
    height: 2px; }
    .secondary-nav-trigger.menu-is-open span::before, .secondary-nav-trigger.menu-is-open span::after {
      background: #f1f1f1;
      width: 100%;
      height: 100%;
      border-radius: 0;
      top: 0;
      left: 0; }
    .secondary-nav-trigger.menu-is-open span::before {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg); }
    .secondary-nav-trigger.menu-is-open span::after {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg); }
  @media only screen and (min-width: 1024px) {
    .secondary-nav-trigger {
      display: none; } }

.section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .section h2 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #205493;
    margin-bottom: 1.5em;
    font-weight: 700;
    text-align: center; }
    .section h2 small {
      font-size: 60%;
      font-weight: 300;
      line-height: 1.4; }
  .section h2.margin-bottom-small {
    margin-bottom: 0.5em; }
  @media only screen and (min-width: 960px) {
    .section {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  @media only screen and (min-width: 1024px) {
    .section h2 {
      font-size: 30px;
      font-size: 1.875rem; } }

.section-gray-lightest {
  background-color: #f1f1f1; }

.section-gray-dark {
  background-color: #323a45;
  color: white; }
  .section-gray-dark h2 {
    color: white; }

.section-bg {
  color: white;
  background-color: #222222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 960px) {
    .section-bg {
      background-attachment: fixed; } }

.section-bg-screen {
  background-color: rgba(17, 46, 81, 0.7);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  transition: background-color 300ms ease;
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media only screen and (min-width: 960px) {
    .section-bg-screen {
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }

.sidebar {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center; }
  .sidebar p {
    font-size: 15px;
    font-size: 0.9375rem; }
  @media only screen and (min-width: 960px) {
    .sidebar {
      float: left;
      margin-right: 1rem; } }

html {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  height: 100%; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 1.0625rem;
  height: 100%; }

p {
  line-height: 1.5;
  margin-bottom: 1em; }

a {
  color: #e31c3d;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  line-height: 1.3;
  margin-top: 1.5em;
  margin-bottom: .5em; }

h1 {
  font-size: 2.5rem;
  font-weight: 700; }

h2 {
  font-size: 1.875rem;
  font-weight: 700; }

h3 {
  font-size: 1.25rem;
  font-weight: 700; }

h4 {
  font-size: 1.0625rem;
  font-weight: 700; }

h5 {
  font-size: 0.9375rem;
  font-weight: 700; }

h6 {
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase; }

img {
  max-width: 100%; }

.lead {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.7; }
  .lead em {
    font-style: italic; }

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

.text-white {
  color: white; }

.img-circle {
  border-radius: 50%; }

#stats {
  color: #5b616b; }

.stats-number {
  color: #aeb0b5;
  font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
  font-size: 1.25rem;
  margin-top: .5em;
  line-height: 1.2; }
  @media only screen and (min-width: 960px) {
    .stats-number {
      font-size: 3.4375rem; } }

/*# sourceMappingURL=site.css.map */
