/*******************************************
  SETUP | reusable variables and config
********************************************/
/*******************************************
            SETTINGS
********************************************/
/*******************************************
            PATHS
********************************************/
/*******************************************
            SPACING
********************************************/
/*******************************************
            SIZING
********************************************/
/*******************************************
            Z-INDEX
********************************************/
/*******************************************
            COLORS | variables
********************************************/
/*******************************************
            COLORS | classes
********************************************/
/*******************************************
            FONT FAMILY MIXINS
********************************************/
/*******************************************
            FONT FAMILY STARTUP
********************************************/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Georgia", Times, serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #FFF; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0253BC;
  text-decoration: none; }
  a:hover, a:focus {
    color: #013270;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ebebeb; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
  margin-bottom: 2rem; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 39px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 1em; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

.text-right, .header-block.pull-right, .rich-text img.header-block.alignright {
  text-align: right; }

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #0253BC; }

a.text-primary:hover,
a.text-primary:focus {
  color: #013d8a; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0253BC; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #013d8a; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 1em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #ebebeb; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ebebeb;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.container-flexy, .page-limit {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-flexy:before, .page-limit:before, .container-flexy:after, .page-limit:after {
    content: " ";
    display: table; }
  .container-flexy:after, .page-limit:after {
    clear: both; }
  @media (min-width: 768px) {
    .container-flexy, .page-limit {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container-flexy, .page-limit {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container-flexy, .page-limit {
      max-width: 1170px; } }
  @media (min-width: 1366px) {
    .container-flexy, .page-limit {
      max-width: 1336px; } }

.container-flexy-halvsies, .page-column-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-flexy-halvsies:before, .page-column-inner:before, .container-flexy-halvsies:after, .page-column-inner:after {
    content: " ";
    display: table; }
  .container-flexy-halvsies:after, .page-column-inner:after {
    clear: both; }
  @media (min-width: 768px) {
    .container-flexy-halvsies, .page-column-inner {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container-flexy-halvsies, .page-column-inner {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container-flexy-halvsies, .page-column-inner {
      max-width: 555px; } }
  @media (min-width: 1366px) {
    .container-flexy-halvsies, .page-column-inner {
      max-width: 638px; } }
  @media (min-width: 1920px) {
    .container-flexy-halvsies, .page-column-inner {
      max-width: 915px; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #FFF; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-weight: 400; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control, .hs-input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 12px 6px;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #0253BC;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .hs-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .hs-input::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .hs-input:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .hs-input::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .hs-input::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], [disabled].hs-input, .form-control[readonly], [readonly].hs-input,
  fieldset[disabled] .form-control,
  fieldset[disabled] .hs-input {
    background-color: #ebebeb;
    opacity: 1; }
  .form-control[disabled], [disabled].hs-input,
  fieldset[disabled] .form-control,
  fieldset[disabled] .hs-input {
    cursor: not-allowed; }

textarea.form-control, textarea.hs-input {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="date"].hs-input,
  input[type="time"].form-control,
  input[type="time"].hs-input,
  input[type="datetime-local"].form-control,
  input[type="datetime-local"].hs-input,
  input[type="month"].form-control,
  input[type="month"].hs-input {
    line-height: 36px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 49px; } }

.form-group, .input, .hs-form li {
  margin-bottom: 15px; }

.radio, .hs-form-radio,
.checkbox,
.hs-form-booleancheckbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label, .hs-form-radio label,
  .checkbox label, .hs-form-booleancheckbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"], .hs-form-radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .hs-form-booleancheckbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .hs-form-radio + .radio, .radio + .hs-form-radio, .hs-form-radio + .hs-form-radio,
.checkbox + .checkbox, .hs-form-booleancheckbox + .checkbox,
.checkbox + .hs-form-booleancheckbox, .hs-form-booleancheckbox + .hs-form-booleancheckbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .disabled.hs-form-radio label,
fieldset[disabled] .radio label,
fieldset[disabled] .hs-form-radio label,
.checkbox.disabled label, .disabled.hs-form-booleancheckbox label,
fieldset[disabled]
.checkbox label,
fieldset[disabled] .hs-form-booleancheckbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 33px;
  line-height: 33px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .hs-input {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select.hs-input {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control, .form-group-sm textarea.hs-input,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple].hs-input {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 49px;
  line-height: 49px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .hs-input {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg select.hs-input {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control, .form-group-lg textarea.hs-input,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple].hs-input {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .hs-input {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .hs-input + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .hs-input + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .hs-form-radio,
.has-success .checkbox,
.has-success .hs-form-booleancheckbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label, .has-success.hs-form-radio label,
.has-success.checkbox label, .has-success.hs-form-booleancheckbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .hs-input {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .hs-input:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .hs-form-radio,
.has-warning .checkbox,
.has-warning .hs-form-booleancheckbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label, .has-warning.hs-form-radio label,
.has-warning.checkbox label, .has-warning.hs-form-booleancheckbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control, .has-warning .hs-input {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .hs-input:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .hs-form-radio,
.has-error .checkbox,
.has-error .hs-form-booleancheckbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label, .has-error.hs-form-radio label,
.has-error.checkbox label, .has-error.hs-form-booleancheckbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control, .has-error .hs-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .hs-input:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .input, .form-inline .hs-form li, .hs-form .form-inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .hs-input {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .hs-input {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .hs-input {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .hs-form-radio,
  .form-inline .checkbox,
  .form-inline .hs-form-booleancheckbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .form-inline .hs-form-radio label,
    .form-inline .checkbox label,
    .form-inline .hs-form-booleancheckbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .hs-form-radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .hs-form-booleancheckbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio, .form-horizontal .hs-form-radio,
.form-horizontal .checkbox,
.form-horizontal .hs-form-booleancheckbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .hs-form-radio,
.form-horizontal .checkbox,
.form-horizontal .hs-form-booleancheckbox {
  min-height: 29px; }

.form-horizontal .form-group, .form-horizontal .input, .form-horizontal .hs-form li, .hs-form .form-horizontal li {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .input:before, .form-horizontal .hs-form li:before, .hs-form .form-horizontal li:before, .form-horizontal .form-group:after, .form-horizontal .input:after, .form-horizontal .hs-form li:after, .hs-form .form-horizontal li:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .input:after, .form-horizontal .hs-form li:after, .hs-form .form-horizontal li:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn, .hs-button {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 9px 24px 8px;
  font-size: 12px;
  line-height: normal;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1; }
  .btn > *, .hs-button > * {
    z-index: 1; }
  .btn:focus, .hs-button:focus, .btn.focus, .focus.hs-button, .btn:active:focus, .hs-button:active:focus, .btn:active.focus, .hs-button:active.focus, .btn.active:focus, .active.hs-button:focus, .btn.active.focus, .active.focus.hs-button {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .hs-button:hover, .btn:focus, .hs-button:focus, .btn.focus, .focus.hs-button {
    color: #0253BC;
    text-decoration: none; }
  .btn:active, .hs-button:active, .btn.active, .active.hs-button {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .disabled.hs-button, .btn[disabled], [disabled].hs-button,
  fieldset[disabled] .btn,
  fieldset[disabled] .hs-button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, a.disabled.hs-button,
fieldset[disabled] a.btn,
fieldset[disabled] a.hs-button {
  pointer-events: none; }

.btn-default {
  color: #0253BC;
  background-color: #FFF;
  border-color: #0253BC; }
  .btn-default:focus, .btn-default.focus {
    color: #FFF;
    background-color: #0253BC;
    border-color: #0253BC; }
  .btn-default:hover {
    color: #FFF;
    background-color: #0253BC;
    border-color: #0253BC; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #FFF;
    background-color: #0253BC;
    border-color: #0253BC; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #FFF;
      background-color: #0253BC;
      border-color: #0253BC; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default[disabled] {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-default .badge {
    color: #FFF;
    background-color: #0253BC; }
  .btn-default:hover {
    background-color: #0253BC; }

.btn-primary, .hs-button.primary {
  color: #FFF;
  background-color: #0253BC;
  border-color: #0248a3; }
  .btn-primary:focus, .hs-button.primary:focus, .btn-primary.focus, .focus.hs-button.primary {
    color: #0253BC;
    background-color: #FFF;
    border-color: #0248a3; }
  .btn-primary:hover, .hs-button.primary:hover {
    color: #0253BC;
    background-color: #FFF;
    border-color: #0248a3; }
  .btn-primary:active, .hs-button.primary:active, .btn-primary.active, .active.hs-button.primary,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.hs-button.primary {
    color: #0253BC;
    background-color: #FFF;
    border-color: #0248a3; }
    .btn-primary:active:hover, .hs-button.primary:active:hover, .btn-primary:active:focus, .hs-button.primary:active:focus, .btn-primary:active.focus, .hs-button.primary:active.focus, .btn-primary.active:hover, .active.hs-button.primary:hover, .btn-primary.active:focus, .active.hs-button.primary:focus, .btn-primary.active.focus, .active.focus.hs-button.primary,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .dropdown-toggle.hs-button.primary:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .dropdown-toggle.hs-button.primary:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.hs-button.primary {
      color: #0253BC;
      background-color: #FFF;
      border-color: #0248a3; }
  .btn-primary:active, .hs-button.primary:active, .btn-primary.active, .active.hs-button.primary,
  .open > .btn-primary.dropdown-toggle,
  .open > .dropdown-toggle.hs-button.primary {
    background-image: none; }
  .btn-primary.disabled, .disabled.hs-button.primary, .btn-primary[disabled], [disabled].hs-button.primary {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-primary.disabled:hover, .disabled.hs-button.primary:hover, .btn-primary.disabled:focus, .disabled.hs-button.primary:focus, .btn-primary.disabled.focus, .disabled.focus.hs-button.primary, .btn-primary[disabled]:hover, [disabled].hs-button.primary:hover, .btn-primary[disabled]:focus, [disabled].hs-button.primary:focus, .btn-primary[disabled].focus, [disabled].focus.hs-button.primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .hs-button.primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .hs-button.primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .focus.hs-button.primary {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-primary .badge, .hs-button.primary .badge {
    color: #0253BC;
    background-color: #FFF; }

.btn-success {
  color: #FFF;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #5cb85c;
    background-color: #FFF;
    border-color: #4cae4c; }
  .btn-success:hover {
    color: #5cb85c;
    background-color: #FFF;
    border-color: #4cae4c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #5cb85c;
    background-color: #FFF;
    border-color: #4cae4c; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #5cb85c;
      background-color: #FFF;
      border-color: #4cae4c; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success[disabled] {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #FFF; }

.btn-info {
  color: #FFF;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #5bc0de;
    background-color: #FFF;
    border-color: #46b8da; }
  .btn-info:hover {
    color: #5bc0de;
    background-color: #FFF;
    border-color: #46b8da; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #5bc0de;
    background-color: #FFF;
    border-color: #46b8da; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #5bc0de;
      background-color: #FFF;
      border-color: #46b8da; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info[disabled] {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #FFF; }

.btn-warning {
  color: #FFF;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #f0ad4e;
    background-color: #FFF;
    border-color: #eea236; }
  .btn-warning:hover {
    color: #f0ad4e;
    background-color: #FFF;
    border-color: #eea236; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #f0ad4e;
    background-color: #FFF;
    border-color: #eea236; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #f0ad4e;
      background-color: #FFF;
      border-color: #eea236; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning[disabled] {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #FFF; }

.btn-danger {
  color: #FFF;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #d9534f;
    background-color: #FFF;
    border-color: #d43f3a; }
  .btn-danger:hover {
    color: #d9534f;
    background-color: #FFF;
    border-color: #d43f3a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #d9534f;
    background-color: #FFF;
    border-color: #d43f3a; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #d9534f;
      background-color: #FFF;
      border-color: #d43f3a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger[disabled] {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    color: #777777;
    background-color: #f2f2f2;
    border-color: #777777; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #FFF; }

.btn-link {
  color: #0253BC;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #013270;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 18px 28px 17px;
  font-size: 12px;
  line-height: normal;
  border-radius: 30px; }

.btn-sm {
  padding: 6px 10px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 2px 5px 1px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.clearfix:before, .rich-text:before, .header .header-container:before, .footer:before, .footer .footer-block:before, .tabs:before,
.tab-pane:before, .clearfix:after, .rich-text:after, .header .header-container:after, .footer:after, .footer .footer-block:after, .tabs:after,
.tab-pane:after {
  content: " ";
  display: table; }

.clearfix:after, .rich-text:after, .header .header-container:after, .footer:after, .footer .footer-block:after, .tabs:after,
.tab-pane:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right, .rich-text img.alignright {
  float: right !important; }

.pull-left, .rich-text img.alignleft {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*******************************************
  VENDOR
********************************************/
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important; } }
  .ps.ps--active-x > .ps__scrollbar-x-rail,
  .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 15px; }
    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps__scrollbar-x */
      height: 6px; }
    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
      height: 11px; }
  .ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px; }
    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 6px; }
    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
      width: 11px; }
  .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps:hover > .ps__scrollbar-x-rail,
  .ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
      background-color: #999; }
  .ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-color: #999; }

/*******************************************
  LAYOUT
********************************************/
/*******************************************
  BASE | site specific defaults
********************************************/
.interactive, a, .tab-link, .custom-select li,
.custom-select h3 {
  cursor: pointer; }

.fullheight, .flexrow-container, .height-full,
.page-columns {
  min-height: 100%;
  height: 100%; }

.resetlist, .related-posts-list, .topics-inline-list, .posts-list, .custom-select .widget-module > ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.resetlist, .related-posts-list, .topics-inline-list, .posts-list, .custom-select .widget-module > ul {
  margin-left: 0;
  list-style: none; }

.block-link {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif; }

html, body {
  height: 100%; }

body {
  padding: 0; }

a {
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease; }
  a:hover {
    text-decoration: none; }

.title,
.author-name {
  text-transform: uppercase; }

.author-name {
  letter-spacing: .12em; }

.flexrow-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .flexrow-container .flex-row {
    flex: 1;
    flex-basis: 100%; }
    .flexrow-container .flex-row.row-start {
      align-self: flex-start; }
    .flexrow-container .flex-row.row-end {
      align-self: flex-end; }
    .flexrow-container .flex-row.row-fill {
      align-self: stretch; }

.flex-row-spacing {
  padding: 40px 0; }

.rich-text {
  line-height: 1.7; }
  .rich-text .firstletter {
    font-weight: 500;
    font-size: 36px;
    margin-right: .06em;
    position: relative;
    top: 0.25em; }
  .rich-text *:last-child {
    margin-bottom: 0; }
  .rich-text img {
    display: block; }
    .rich-text img.center {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1em; }
    .rich-text img.left {
      margin-left: 0;
      margin-right: auto;
      margin-bottom: 1em; }
    .rich-text img.right {
      margin-left: auto;
      margin-right: 0;
      margin-bottom: 1em; }
    .rich-text img.pull-left, .rich-text img.alignleft, .rich-text img.pull-right, .rich-text img.alignright, .rich-text img.alignright, .rich-text img.alignleft {
      margin: .7em; }
    .rich-text img.pull-left, .rich-text img.alignleft {
      margin-left: 0; }
    .rich-text img.pull-right, .rich-text img.alignright {
      margin-right: 0; }

.hs-form-booleancheckbox,
.hs-form-radio {
  padding-top: .25em;
  padding-bottom: .25em; }
  .hs-form-booleancheckbox .hs-input,
  .hs-form-radio .hs-input {
    height: auto; }
  .hs-form-booleancheckbox .hs-input + span,
  .hs-form-radio .hs-input + span {
    margin-left: .5em; }

.hs-error-msgs {
  padding: 0;
  list-style: none;
  color: #d9534f; }
  .hs-error-msgs label {
    margin-bottom: 0; }

.hs-form-required {
  margin-left: .5em;
  color: #d9534f; }

.inputs-list {
  list-style: none;
  padding-left: 0; }

.hs-form li:first-child {
  margin-top: 0; }

.hs-form li:last-child {
  margin-bottom: 0; }

.actions .hs-form-field {
  margin-bottom: 20px; }

.new-comments {
  margin-top: 40px; }
  .new-comments:first-child {
    margin-top: 0; }
  .new-comments .hs_submit {
    margin-top: 30px;
    text-align: center; }

/*******************************************
  LAYOUT | site/page shells (no color or fonts)
********************************************/
@media (min-width: 992px) {
  .page-column-left,
  .page-column-right,
  .page-column-inner {
    min-height: 100%;
    height: 100%; } }

.body-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .body-container:before, .body-container:after {
    content: " ";
    display: table; }
  .body-container:after {
    clear: both; }

.page-columns {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .page-columns:before, .page-columns:after {
    content: " ";
    display: table; }
  .page-columns:after {
    clear: both; }

.page-column-inner {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto; }

.page-column-footer {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .page-column-footer:before, .page-column-footer:after {
    content: " ";
    display: table; }
  .page-column-footer:after {
    clear: both; }
  @media (min-width: 992px) {
    .page-column-footer {
      margin-left: -15px;
      margin-right: -15px; } }
  .page-column-footer .footer {
    margin-left: -15px;
    margin-right: -15px; }
    .page-column-footer .footer:before, .page-column-footer .footer:after {
      content: " ";
      display: table; }
    .page-column-footer .footer:after {
      clear: both; }

.page-column-left,
.page-column-right {
  position: relative; }
  @media (min-width: 992px) {
    .page-column-left,
    .page-column-right {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .page-column-left,
    .page-column-right {
      float: left;
      width: 50%; } }

.page-column-left .page-column-inner {
  height: auto; }

@media (min-width: 992px) {
  .page-column-left {
    overflow: auto; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .page-column-left {
      right: 50%; } }

@media (min-width: 992px) and (min-width: 992px) {
  .page-column-right {
    left: 50%; } }

.body-page-wrapper {
  padding-top: 63px; }
  @media (min-width: 992px) {
    .body-page-wrapper {
      padding-top: 87px; } }

.section-title {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  font-size: 21px;
  text-align: center;
  margin: 0 auto 60px;
  text-transform: uppercase; }
  .section-title .section-title-label {
    color: #9B9B9B; }
  .section-title .section-title-text {
    display: inline-block;
    color: #FF6A38; }
  .section-title a {
    color: #FF6A38; }
    .section-title a:hover {
      color: #ff906b; }

.page-section {
  margin: 40px 0;
  display: block; }

.main-section {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 10px;
  padding-bottom: 50px; }
  .main-section:before, .main-section:after {
    content: " ";
    display: table; }
  .main-section:after {
    clear: both; }

.blog-pagination {
  text-align: center;
  padding: 20px 0 0;
  max-width: 60%;
  margin: 0 auto; }
  .blog-pagination .btn, .blog-pagination .hs-button {
    display: block; }
  .blog-pagination .which-page {
    display: block;
    margin: 1.5em;
    color: #3B3B3B;
    font-size: 14px;
    font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
    text-transform: uppercase; }
    .blog-pagination .which-page .sep {
      font-style: italic;
      font-family: "Georgia", Times, serif;
      text-transform: none; }
      .blog-pagination .which-page .sep > * {
        display: inline-block; }
  @media (min-width: 992px) {
    .blog-pagination {
      max-width: none; }
      .blog-pagination .btn, .blog-pagination .hs-button {
        display: inline-block; }
      .blog-pagination .which-page {
        display: inline-block;
        margin-left: 4%;
        margin-right: 4%; } }

.search-block {
  margin: 20px auto 60px; }
  .search-block .search-input-container {
    position: relative; }
  .search-block .search-submit {
    background: rgba(255, 255, 255, 0);
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    color: #0253BC; }
  .search-block .search-input {
    font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
    font-size: 20px;
    font-weight: 200;
    height: 4rem;
    width: 100%;
    border: none;
    border-bottom: 3px solid #0253BC; }
    .search-block .search-input::placeholder {
      color: #585858; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 63px;
  background-color: #000;
  color: #FFF; }
  .header a:not(.btn):not(.hs-button) {
    color: #FFF; }
    .header a:not(.btn):not(.hs-button):hover {
      color: rgba(255, 255, 255, 0.7); }
  .header .header-container {
    padding: 13.33333px 0; }
  .header .nav-social {
    position: relative;
    display: none; }
  @media (min-width: 992px) {
    .header {
      height: 87px; }
      .header .header-container {
        padding: 20px 10px; }
      .header .nav-social {
        margin-top: -5px;
        display: block; } }

.header-block {
  width: 50%; }
  .header-block.pull-left, .rich-text img.header-block.alignleft {
    padding-top: 5px; }
  .header-block.pull-right, .rich-text img.header-block.alignright {
    padding-top: 0; }
  .header-block .block-link {
    margin-top: .8em;
    font-size: 12px;
    color: #2879E3; }
    .header-block .block-link:hover {
      text-decoration: underline; }
    @media (min-width: 992px) {
      .header-block .block-link {
        margin-top: .5em; } }
  @media (min-width: 992px) {
    .header-block {
      width: auto; } }

.footer {
  padding: 40px 0;
  background-color: #000;
  color: #FFF; }
  .footer a:not(.btn):not(.hs-button) {
    color: #FFF; }
    .footer a:not(.btn):not(.hs-button):hover {
      color: rgba(255, 255, 255, 0.7); }
  .footer .footer-blocks {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-end; }
  .footer .footer-block {
    width: 50%; }
    @media (min-width: 992px) {
      .footer .footer-block {
        padding-left: 20px;
        padding-right: 20px; } }
  .footer .footer-inner-block {
    display: block; }
    .footer .footer-inner-block.right-inner {
      text-align: right; }
      .footer .footer-inner-block.right-inner:first-child {
        margin-bottom: 2.5rem; }
  .footer .subscribe.js-subscribe-slide .hs_cos_wrapper_type_blog_subscribe {
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.6s linear;
    -o-transition: max-height 0.6s linear;
    transition: max-height 0.6s linear; }
    .footer .subscribe.js-subscribe-slide .hs_cos_wrapper_type_blog_subscribe input[type="submit"] {
      display: none; }
  .footer .subscribe.js-subscribe-slide .open-trigger {
    display: inline-block; }
  .footer .subscribe.js-subscribe-slide .close-trigger {
    display: none;
    position: absolute;
    top: 0;
    right: 0; }
  .footer .subscribe.js-subscribe-slide.active .hs_cos_wrapper_type_blog_subscribe {
    max-height: 100%; }
    .footer .subscribe.js-subscribe-slide.active .hs_cos_wrapper_type_blog_subscribe input[type="submit"] {
      display: block; }
  .footer .subscribe.js-subscribe-slide.active .open-trigger {
    display: none; }
  .footer .subscribe.js-subscribe-slide.active .close-trigger {
    display: inline-block; }
  .footer .subscribe .description {
    font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
    font-weight: 200;
    margin-bottom: 2.5rem;
    line-height: 1.2; }
  .footer .contact-link {
    font-weight: 200;
    font-size: 14px; }
    .footer .contact-link:hover {
      text-decoration: underline; }
  .footer .hs-input {
    color: #e6e6e6;
    border-color: #555555;
    background-color: #555555; }
  .footer .hs_submit {
    margin-top: 4.5rem; }

/*******************************************
  COMPONENTS | functional parts
********************************************/
.nav-list {
  list-style: none;
  margin: 0 auto;
  padding: 0; }

.nav-item {
  display: inline-block;
  padding: .25rem .5rem; }

.social-sharing-wrapper {
  padding: 30px 20px 40px; }
  .social-sharing-wrapper .title {
    letter-spacing: .15em;
    margin-bottom: .5em;
    font-size: 13px;
    letter-spacing: .25em;
    font-weight: 400; }
    @media (min-width: 992px) {
      .social-sharing-wrapper .title {
        margin-bottom: .25em; } }

.tab-links {
  list-style: none;
  margin: 0;
  text-align: center;
  display: none; }
  @media (min-width: 992px) {
    .tab-links {
      display: block;
      padding-bottom: 10px; } }

.tab-content {
  display: flex;
  align-items: center;
  padding-top: 40px; }
  @media (min-width: 992px) {
    .tab-content {
      padding-top: 0; } }

.tab-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 .25em;
  border-radius: 100%;
  background-color: transparent;
  border: 2px solid #e0e0e0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear; }
  .tab-link:hover, .tab-link.active {
    background-color: #000; }
  .tab-link .tab-anchor {
    position: absolute;
    left: -9999px; }

.tab-pane {
  margin: 0 auto;
  display: none;
  width: 100%; }
  .tab-pane:first-child {
    display: block; }
  @media (min-width: 992px) {
    .tab-pane:not(.active) {
      display: none; } }
  @media (min-width: 992px) {
    .tab-pane.active {
      display: block; } }

.post-meta {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: .25em;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #FFF;
  font-size: 1rem; }
  .post-meta a {
    color: inherit; }
  .onwhite .post-meta {
    background-color: rgba(2, 83, 188, 0.2);
    color: #000; }

.post-meta-super {
  display: inline-block;
  padding: .45em .5em .4em;
  color: #FFF;
  background-color: #000;
  border-radius: 3px;
  vertical-align: middle;
  line-height: normal;
  font-size: 10px; }

.post-meta-static {
  display: inline-block;
  padding: 0 .5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 12px;
  line-height: normal;
  margin-top: -.1em; }
  .post-meta-static .topic-text {
    display: inline-block;
    vertical-align: middle; }

.page-column-left .related-posts {
  padding-top: 60px;
  padding-bottom: 20px; }

.related-title {
  margin-bottom: .25em;
  font-weight: normal; }
  .related-title:hover {
    color: #FF6A38; }
    .related-title:hover a {
      text-decoration: none; }

.related-author {
  font-size: 12px; }

.related-post:after {
  content: " ";
  display: block;
  clear: both;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  margin: 1.5em auto 1.5em 0; }

.related-post:last-child:after {
  content: none; }

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

.nomobile {
  display: none; }
  @media (min-width: 992px) {
    .nomobile {
      display: block; } }

.ps--theme_customscroll {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps--theme_customscroll {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps--theme_customscroll {
      overflow: auto !important; } }
  .ps--theme_customscroll.ps--active-x > .ps__scrollbar-x-rail,
  .ps--theme_customscroll.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps--theme_customscroll.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps--theme_customscroll.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps--theme_customscroll.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps--theme_customscroll.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps--theme_customscroll > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 10px; }
    .ps--theme_customscroll > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 0;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps__scrollbar-x */
      height: 10px; }
    .ps--theme_customscroll > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps--theme_customscroll > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
      height: 11px; }
  .ps--theme_customscroll > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 10px; }
    .ps--theme_customscroll > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 0;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 10px; }
    .ps--theme_customscroll > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps--theme_customscroll > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
      width: 11px; }
  .ps--theme_customscroll:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps--theme_customscroll:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps--theme_customscroll:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps--theme_customscroll:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps--theme_customscroll:hover > .ps__scrollbar-x-rail,
  .ps--theme_customscroll:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .ps--theme_customscroll:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps--theme_customscroll:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
      background-color: #999; }
  .ps--theme_customscroll:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps--theme_customscroll:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-color: #999; }
  .ps--theme_customscroll > .ps__scrollbar-y-rail {
    background: transparent; }
    .ps--theme_customscroll > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      min-height: 100%; }
    .ps--theme_customscroll > .ps__scrollbar-y-rail:hover, .ps--theme_customscroll > .ps__scrollbar-y-rail:active {
      background: transparent;
      width: 15px; }
      .ps--theme_customscroll > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps--theme_customscroll > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
        width: 10px; }

.topics-inline-list {
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif; }

.topics-inline-item {
  display: inline-block; }
  .topics-inline-item:before {
    content: "|";
    color: #000; }
  .topics-inline-item:first-child:before {
    content: ""; }
  .topics-inline-item .topic-link {
    padding: 0 .35em; }

.blog-author-block:after {
  content: " ";
  display: block;
  clear: both;
  border-bottom: 1px solid #9B9B9B;
  width: 40px;
  margin: 1.5em auto 1.5em 0; }

.author-info-block {
  color: #4A4A4A;
  margin-bottom: 2em; }

.author-info-block-inner {
  position: relative;
  display: inline-block;
  padding-right: 70px; }

.hs-author-avatar {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  overflow: hidden;
  margin-top: -20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .hs-author-avatar img {
    display: block;
    width: 100%;
    height: auto; }

.author-description-block {
  color: #9B9B9B; }

.jumbo-hero {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 120px;
  color: #FFF; }
  .jumbo-hero:before, .jumbo-hero:after {
    content: " ";
    display: table; }
  .jumbo-hero:after {
    clear: both; }
  @media (min-width: 992px) {
    .jumbo-hero {
      padding-bottom: 260px; } }
  .jumbo-hero .post-title {
    font-weight: normal; }
  .jumbo-hero .post-meta {
    margin-bottom: 30px; }
  .jumbo-hero .post-description {
    max-width: 100%; }
    @media (min-width: 992px) {
      .jumbo-hero .post-description {
        max-width: 60%;
        max-height: 4.25em;
        overflow: hidden; } }
  .jumbo-hero .buttons {
    margin-top: 30px; }

.jumbo-hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 60px; }
  @media (min-width: 992px) {
    .jumbo-hero-inner {
      padding-top: 120px; } }

.triangle-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 80px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%; }
  @media (min-width: 992px) {
    .triangle-decor {
      height: 300px; } }

/*******************************************
            POST LIST
********************************************/
.posts-list .post {
  position: relative;
  text-align: center;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;
  margin-bottom: 20px; }
  .posts-list .post .post-image {
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center; }
    .posts-list .post .post-image > *,
    .posts-list .post .post-image img {
      display: block;
      width: 100%;
      margin: 0 auto; }
    .posts-list .post .post-image:before {
      left: -100%;
      opacity: 0 !important;
      -webkit-transition: left 0.4s linear, opacity 0.4s linear;
      -o-transition: left 0.4s linear, opacity 0.4s linear;
      transition: left 0.4s linear, opacity 0.4s linear; }
    @media (min-width: 992px) {
      .posts-list .post .post-image {
        height: 215px; } }
    @media (min-width: 1200px) {
      .posts-list .post .post-image {
        height: 265px; } }
    @media (min-width: 1366px) {
      .posts-list .post .post-image {
        height: 306px; } }
  .posts-list .post a {
    display: block;
    color: inherit; }
    .posts-list .post a:hover {
      text-decoration: none; }
  .posts-list .post.primary .post-info {
    margin-top: -50px; }
  @media (min-width: 992px) {
    .posts-list .post.primary .post-image {
      height: 450px; } }
  @media (min-width: 1200px) {
    .posts-list .post.primary .post-image {
      height: 550px; } }
  @media (min-width: 1366px) {
    .posts-list .post.primary .post-image {
      height: 633px; } }
  .posts-list .post .post-info {
    position: relative;
    padding: 30px 2% 15px;
    margin: -100px auto 0;
    z-index: 2;
    max-width: 80%;
    height: 150px;
    background-color: #FFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media (min-width: 992px) {
      .posts-list .post .post-info {
        padding: 30px;
        margin-top: -100px; } }
    @media (min-width: 1200px) {
      .posts-list .post .post-info {
        margin-top: -100px; } }
  .posts-list .post:hover .post-image:before {
    left: 0;
    opacity: 0.7 !important; }
  .posts-list .post:hover .post-title {
    color: #FF6A38; }
  .posts-list .post:hover .post-info {
    box-shadow: 0 2px 25px rgba(2, 83, 188, 0.5); }
  .posts-list .post .post-topic {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 100%;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 12px; }
    .posts-list .post .post-topic .topic-text {
      position: relative;
      display: inline-block;
      top: -15px;
      height: 30px;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: .5em 1em;
      white-space: nowrap;
      background-color: rgba(2, 83, 188, 0.85); }
    .posts-list .post .post-topic a {
      color: inherit; }
  .posts-list .post .post-title {
    font-weight: 500;
    color: #000;
    height: 5em;
    font-size: 14px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .posts-list .post .post-title {
        height: 3em;
        font-size: 16px; } }
  .posts-list .post .post-meta-basic {
    font-size: 10px;
    margin-top: 1em; }
    @media (min-width: 992px) {
      .posts-list .post .post-meta-basic {
        margin-top: 20px; } }
  .posts-list .post .post-date,
  .posts-list .post .author {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

/*******************************************
          POST LIST > GRID
********************************************/
.post-grid-row {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-around;
  margin: 10px 0; }
  @media (min-width: 992px) {
    .post-grid-row {
      flex-flow: row nowrap; } }

.post-grid-column {
  margin: 0 auto;
  flex: 1;
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .post-grid-column {
      flex-flow: row wrap;
      width: calc(50% - 20px);
      flex: 0 1 auto; } }
  .post-grid-column .post {
    flex: 1 1 auto;
    width: 100%; }
    @media (min-width: 992px) {
      .post-grid-column .post {
        flex: 0 1 auto;
        justify-content: space-around;
        width: calc(50% - 10px); } }
    .post-grid-column .post.primary {
      flex: 1 1 auto;
      align-self: stretch; }

.filter-block {
  margin: 20px auto 60px;
  text-align: center; }
  @media (min-width: 992px) {
    .filter-block .form-group, .filter-block .input, .filter-block .hs-form li, .hs-form .filter-block li {
      width: auto;
      display: block; } }

.custom-select--drop {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 1px solid #FF6A38;
  width: 98%;
  max-width: 98%;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #FF6A38;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif;

  box-sizing: border-box;
}

.custom-select--drop > *:not(select) {
  display: none;
}

.custom-select--drop:after {
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 50%;
  font-weight: 200;
  content: "\f078";
  margin-left: .25em;
  font-family: FontAwesome;
  font-style: normal;
  font-size: inherit;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.custom-select--drop > select {
  position: relative;
  z-index: 2;
  display: block;
  color: inherit;
  font-size: inherit;
  text-align: left;
  font-family: inherit;
  text-transform: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
  .custom-select--drop > select {
    width: calc(100% + 32px);
  }
}

@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
   .custom-select--drop > select {
    width: calc(100% + 32px);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10 & IE11 CSS styles go here */
   .custom-select--drop > select {
    width: calc(100% + 32px);
  }
}

.custom-select--drop > select > option {
  color: black;
}

.custom-select--drop select:focus {
  outline: none;
}

.custom-select {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 98%;
  max-width: 98%;
  margin-top: 10px;
  color: #FF6A38;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  font-family: "Gotham A", "Gotham B", "Gotham", sans-serif; }
  .custom-select:first-child {
    margin-top: 0; }
  .custom-select a {
    display: block;
    color: inherit;
    text-decoration: none; }
  .custom-select li,
  .custom-select h3 {
    padding: .75em 1em .75em;
    text-transform: uppercase;
    font-weight: 500; }
  .custom-select li {
    display: block;
    color: #FF6A38;
    border-top: 1px solid #A7A7A7;
    max-height: 4.2em; }
  .custom-select h3 {
    position: relative;
    z-index: 3;
    border-radius: 30px 30px;
    margin: 0;
    font-size: inherit;
    border: 1px solid #FF6A38;
    height: 2.8em;
    color: #FF6A38;
    background-color: #FFF;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .custom-select h3:hover {
      color: #FFF;
      background-color: #FF6A38; }
    .custom-select h3:after {
      font-weight: 200;
      content: "\f078";
      display: inline-block;
      margin-left: .25em;
      font-family: FontAwesome;
      font-style: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .custom-select .widget-module {
    position: absolute;
    z-index: 0;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    max-height: 0;
    overflow: auto;
    background: #FFF;
    border-radius: 0 0 30px 30px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }
    .custom-select .widget-module::-webkit-scrollbar {
      display: none; }
  .custom-select .icon {
    position: relative;
    display: none;
    font-weight: 200; }
    .custom-select .icon.icon-up {
      display: none; }
    .custom-select .icon.icon-down {
      display: inline-block; }
  .custom-select.inactive .option-title {
    border-radius: 30px;
    border: 1px solid #FF6A38; }
  .custom-select.inactive .options-list {
    opacity: 0;
    border: 1px solid #FF6A38; }
  .custom-select.active {
    z-index: 3; }
    .custom-select.active h3 {
      position: relative;
      z-index: 3;
      border: 1px solid #FF6A38;
      border-bottom: 0;
      border-radius: 30px 30px 0 0; }
      .custom-select.active h3:after {
        font-weight: 200;
        content: "\f077";
        display: inline-block; }
    .custom-select.active .widget-module {
      max-height: none;
      border-top: 0;
      border-top: 0;
      border-radius: 0 0 30px 30px;
      border: 1px solid #FF6A38;
      border-top: 0; }
    .custom-select.active .icon.icon-up {
      display: inline-block; }
    .custom-select.active .icon.icon-down {
      display: none; }
  @media (min-width: 992px) {
    .custom-select--drop,
    .custom-select {
      width: 48%;
      margin: 0 5px; }
      .custom-select--drop:first-child,
      .custom-select:first-child {
        margin-left: 0; }
      .custom-select--drop:last-child,
      .custom-select:last-child {
        margin-right: 0; } }

.article-info-panel .post-meta {
  margin-bottom: 40px; }

.article-info-panel .article-name-line .post-title {
  font-weight: normal; }

.article-info-panel .article-name-line:after {
  content: " ";
  display: block;
  clear: both;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  margin: 1.5em auto 1.5em 0; }

.article-info-panel .article-name-line:after {
  margin-left: auto;
  margin-right: auto; }

.article-info-panel .author-line {
  margin-top: 0;
  margin-bottom: .5em; }

.comment-section {
  margin-top: 0; }
  .comment-section .comment-from {
    letter-spacing: .12em;
    text-transform: uppercase; }
    .comment-section .comment-from a {
      color: inherit; }
    .comment-section .comment-from h4 {
      font-weight: normal;
      font-size: inherit;
      font-family: "Georgia", Times, serif;
      margin-bottom: 10px; }
  .comment-section .hs-button.comment-reply-to {
    padding-top: 0;
    padding-bottom: 0; }
  .comment-section .comment {
    margin: 0; }
    .comment-section .comment.depth-0 {
      margin-top: 20px;
      padding-top: 20px; }
      .comment-section .comment.depth-0:first-child {
        border-top: none;
        padding-top: 0; }
  .comment-section .comment-body p:last-child {
    padding-bottom: 0; }

/*******************************************
  DECORATIONS | special appearance
********************************************/
.bg-overlay, .highlight-section, .posts-list .post .post-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.highlight-section, .posts-list .post .post-image {
  overflow: hidden;
  background-color: #218AFF;
  color: #FFF;
  position: relative;
  z-index: 1; }
  .highlight-section a:not(.btn):not(.hs-button), .posts-list .post .post-image a:not(.btn):not(.hs-button) {
    color: #FFF; }
    .highlight-section a:not(.btn):not(.hs-button):hover, .posts-list .post .post-image a:not(.btn):not(.hs-button):hover {
      color: rgba(255, 255, 255, 0.7); }
  .highlight-section.highlight-wide:before, .posts-list .post .highlight-wide.post-image:before {
    width: 120%;
    opacity: 1; }
  .highlight-section:before, .posts-list .post .post-image:before {
    display: block;
    width: 70%;
    height: 100%;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 0;
    background-image: -webkit-linear-gradient(left, rgba(33, 138, 255, 0.95) 0, rgba(33, 138, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(33, 138, 255, 0.95) 0, rgba(33, 138, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(33, 138, 255, 0.95) 0, rgba(33, 138, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2218AFF', endColorstr='#00218AFF', GradientType=1); }
