@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Chivo');
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');

/*Hide category list for everyone, enable for roles that need it in script.js*/
div.categories {
  display: none;
}

/*Hide section name for everyone, enable for roles that need it in script.js
div.section-name {
  display: none;
}*/

html {
  font-family: sans-serif;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

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: border-box !important;
}

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;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

.recent-activity-item-meta {
  font-size: 14px;
  color: #999;
}

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

html, body {
  height: 100%;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #333330;
  background-color: #f4f9ff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #4a89dc;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2363b6;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p,
ul,
ol {
  margin-bottom: 24px;
}

ul li,
ol li {
  margin-bottom: 12px;
}

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

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

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

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

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

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

b, strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

ul,
ol {
  margin-top: 0;
}

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

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

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

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  border-left: 5px solid #eceeef;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

.clearfix:before, .clearfix:after {
  display: table;

  content: "";
}

.clearfix:after {
  clear: both;
}

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

.hidden {
  display: none !important;
}

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

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

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: normal;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.nesty-input:focus {
  border-color: #64B8CC;
  outline: 0;
  box-shadow: 0 0 2px #64B8CC;
}

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 12px;
  font-weight: 600;
}

input[type="search"] {
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
}

textarea {
  resize: vertical;
  height: 126px;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 42px;
  }
}

.form-field {
  margin-bottom: 24px;
}

.form-field.required>label:after {
  content: "*";
  color: #d9534f;
  margin-left: 2px;
}

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

.form-field.boolean input[type="checkbox"] {
  position: absolute;
  left: 0;
}

.form-field.boolean label {
  min-height: 24px;
  margin-bottom: 0;
  cursor: pointer;
}

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;
}

.help-block, .form-field p {
  font-size: 90%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #75756e;
}

.request-form .searchbox {
  margin-top: 24px;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% center;
}

select::-ms-expand {
  display: none;
}

.btn,
#user #user-password #password-submit, input[type="submit"], [role="button"], .topbar .login, .community-recent-activity .recent-activity-controls a {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:focus,
#user #user-password #password-submit:focus, input[type="submit"]:focus, [role="button"]:focus, .topbar .login:focus, .community-recent-activity .recent-activity-controls a:focus, .btn:active:focus,
#user #user-password #password-submit:active:focus, input[type="submit"]:active:focus, [role="button"]:active:focus, .topbar .login:active:focus, .community-recent-activity .recent-activity-controls a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
#user #user-password #password-submit:hover, input[type="submit"]:hover, [role="button"]:hover, .topbar .login:hover, .community-recent-activity .recent-activity-controls a:hover, .btn:focus,
#user #user-password #password-submit:focus, input[type="submit"]:focus, [role="button"]:focus, .topbar .login:focus, .community-recent-activity .recent-activity-controls a:focus {
  color: #337ab7;
  text-decoration: none;
}

.btn:active,
#user #user-password #password-submit:active, input[type="submit"]:active, [role="button"]:active, .topbar .login:active, .community-recent-activity .recent-activity-controls a:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.contact-us-collapsible {
  color: #1d252c;
  background-color: #3bbfad;
  border-radius: 6px;
  padding: 8px 16px;
  border-color: #3bbfad;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  text-align: center;
  width: 220px;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}

.contact-us-collapsible:hover, .contact-us-collapsible:focus, .contact-us-collapsible:active {
  background-color: #f4ba42;
  border-color: #f4ba42;
  color: #1d252c;
}

.contact-us-collapsible:active {
  background-image: none;
}

.hiddenButtons {
  color: #1d252c;
  background-color: #3bbfad;
  padding: 8px 16px;
  display: block;
  margin: 3px auto;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  text-align: center;
  width: 220px;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  display: none;
  overflow: hidden;
}

.hiddenButtons:hover, .hiddenButtons:focus, .hiddenButtons:active {
  background-color: #f4ba42;
  border-color: #f4ba42;
  color: #1d252c;
}

.btn--default {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7;
}

.btn--default:hover, .btn--default:focus, .btn--default:active {
  color: #265a88;
  background-color: transparent;
  border-color: #265a88;
}

.btn--default:active {
  background-image: none;
}

.btn--primary {
  color: #1d252c;
  width: 95px;
  background-color: #3bbfad;
  margin: 10px 5px;
  border-color: #3bbfad;
}

.btn--primary:hover, .btn--primary:focus, .btn--primary:active {
  background-color: #f4ba42;
  border-color: #f4ba42;
  color: #1d252c;
}

.btn--primary:active {
  background-image: none;
}

.btn--expandedWidth {
  color: #1d252c;
  width: 220px;
  background-color: #3bbfad;
  margin: 10px 5px;
  border-color: #3bbfad;
}

.btn--expandedWidth:hover, .btn--expandedWidth:focus, .btn--expandedWidth:active {
  background-color: #f4ba42;
  border-color: #f4ba42;
  color: #1d252c;
}

.btn--expandedWidth:active {
  background-image: none;
}


.btn--success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn--success:hover, .btn--success:focus, .btn--success:active {
  color: #e0e0e0;
  background-color: #449d44;
  border-color: #419641;
}

.btn--success:active {
  background-image: none;
}

.btn--warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #eea236;
}

.btn--warning:hover, .btn--warning:focus, .btn--warning:active {
  color: #eb9316;
  background-color: transparent;
  border-color: #d58512;
}

.btn--warning:active {
  background-image: none;
}

.btn--danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn--danger:hover, .btn--danger:focus, .btn--danger:active {
  color: #e0e0e0;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn--danger:active {
  background-image: none;
}

.btn--topbar {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn--topbar:hover, .btn--topbar:focus, .btn--topbar:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: #e0e0e0;
}

.btn--topbar:active {
  background-image: none;
}

.btn--secondary {
  color: #333330;
  background-color: #eceeef;
  border-color: #eceeef;
}

.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active {
  color: #131312;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.btn--secondary:active {
  background-image: none;
}

input[type="submit"] {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  color: #e0e0e0;
  background-color: #449d44;
  border-color: #419641;
}

input[type="submit"]:active {
  background-image: none;
}

[role="button"] {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7;
}

[role="button"]:hover, [role="button"]:focus, [role="button"]:active {
  color: #265a88;
  background-color: transparent;
  border-color: #265a88;
}

[role="button"]:active {
  background-image: none;
}

.meta {
  font-size: 14px;
  color: #999;
}

.meta__item {
  display: inline-block;
  margin-right: 8px;
}

.meta__item+.meta__item:before {
  margin-right: 8px;
  font-size: 10px;
  content: "\2022";
}

.meta--profile {
  margin-bottom: 0;
}

.logo {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
  max-height: 40px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  .column--sm-pull-0 {
    right: auto;
  }

  .column--sm-pull-1 {
    right: 8.33333%;
  }

  .column--sm-pull-2 {
    right: 16.66667%;
  }

  .column--sm-pull-3 {
    right: 25%;
  }

  .column--sm-pull-4 {
    right: 33.33333%;
  }

  .column--sm-pull-5 {
    right: 41.66667%;
  }

  .column--sm-pull-6 {
    right: 50%;
  }

  .column--sm-pull-7 {
    right: 58.33333%;
  }

  .column--sm-pull-8 {
    right: 66.66667%;
  }

  .column--sm-pull-9 {
    right: 75%;
  }

  .column--sm-pull-10 {
    right: 83.33333%;
  }

  .column--sm-pull-11 {
    right: 91.66667%;
  }

  .column--sm-pull-12 {
    right: 100%;
  }

  .column--sm-push-0 {
    left: auto;
  }

  .column--sm-push-1 {
    left: 8.33333%;
  }

  .column--sm-push-2 {
    left: 16.66667%;
  }

  .column--sm-push-3 {
    left: 25%;
  }

  .column--sm-push-4 {
    left: 33.33333%;
  }

  .column--sm-push-5 {
    left: 41.66667%;
  }

  .column--sm-push-6 {
    left: 50%;
  }

  .column--sm-push-7 {
    left: 58.33333%;
  }

  .column--sm-push-8 {
    left: 66.66667%;
  }

  .column--sm-push-9 {
    left: 75%;
  }

  .column--sm-push-10 {
    left: 83.33333%;
  }

  .column--sm-push-11 {
    left: 91.66667%;
  }

  .column--sm-push-12 {
    left: 100%;
  }

  .column--sm-offset-0 {
    margin-left: 0%;
  }

  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  .column--sm-offset-3 {
    margin-left: 25%;
  }

  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  .column--sm-offset-6 {
    margin-left: 50%;
  }

  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  .column--sm-offset-9 {
    margin-left: 75%;
  }

  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }

  .column--md-4 {
    width: 33.33333%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  .column--md-pull-0 {
    right: auto;
  }

  .column--md-pull-1 {
    right: 8.33333%;
  }

  .column--md-pull-2 {
    right: 16.66667%;
  }

  .column--md-pull-3 {
    right: 25%;
  }

  .column--md-pull-4 {
    right: 33.33333%;
  }

  .column--md-pull-5 {
    right: 41.66667%;
  }

  .column--md-pull-6 {
    right: 50%;
  }

  .column--md-pull-7 {
    right: 58.33333%;
  }

  .column--md-pull-8 {
    right: 66.66667%;
  }

  .column--md-pull-9 {
    right: 75%;
  }

  .column--md-pull-10 {
    right: 83.33333%;
  }

  .column--md-pull-11 {
    right: 91.66667%;
  }

  .column--md-pull-12 {
    right: 100%;
  }

  .column--md-push-0 {
    left: auto;
  }

  .column--md-push-1 {
    left: 8.33333%;
  }

  .column--md-push-2 {
    left: 16.66667%;
  }

  .column--md-push-3 {
    left: 25%;
  }

  .column--md-push-4 {
    left: 33.33333%;
  }

  .column--md-push-5 {
    left: 41.66667%;
  }

  .column--md-push-6 {
    left: 50%;
  }

  .column--md-push-7 {
    left: 58.33333%;
  }

  .column--md-push-8 {
    left: 66.66667%;
  }

  .column--md-push-9 {
    left: 75%;
  }

  .column--md-push-10 {
    left: 83.33333%;
  }

  .column--md-push-11 {
    left: 91.66667%;
  }

  .column--md-push-12 {
    left: 100%;
  }

  .column--md-offset-0 {
    margin-left: 0%;
  }

  .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  .column--md-offset-3 {
    margin-left: 25%;
  }

  .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  .column--md-offset-6 {
    margin-left: 50%;
  }

  .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  .column--md-offset-9 {
    margin-left: 75%;
  }

  .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

  .column--lg-offset-0 {
    margin-left: 0%;
  }

  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  .column--lg-offset-3 {
    margin-left: 25%;
  }

  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  .column--lg-offset-6 {
    margin-left: 50%;
  }

  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  .column--lg-offset-9 {
    margin-left: 75%;
  }

  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

.topbar {
  z-index: 10;
  margin: 0 0 48px 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #272e3a;
}

.topbar .login {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.topbar .login:hover, .topbar .login:focus, .topbar .login:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: #e0e0e0;
}

.topbar .login:active {
  background-image: none;
}

.topbar__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.topbar__col {
  position: relative;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .topbar__controls>* {
    display: block;
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .topbar__controls>* {
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle;
  }
}

.topbar__menu.is-active {
  display: block;
}

@media (max-width: 767px) {
  .topbar__menu {
    display: none;
    padding-top: 0;
  }
}

.topbar a:not([role="button"]) {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .topbar__head {
    display: table;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .topbar .logo {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .topbar__button {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {

  .topbar a:not([role="button"]):not([role="menuitem"]):hover,
  .topbar .btn.with-image.dropdown-toggle:hover {
    color: #e0e0e0;
  }

  .topbar__inner {
    display: table;
  }

  .topbar__col {
    display: table-cell;
    vertical-align: middle;
  }

  .topbar__controls {
    float: right;
  }

  .topbar__menu {
    display: table-cell !important;
  }
}

.topbar .language-selector .dropdown-toggle {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .topbar .language-selector .dropdown-menu {
    position: static;
    margin: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .topbar .language-selector .dropdown-menu [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }
}

a#top {
  margin-top: 80px;
}

:root {
  --nav-height: 100%;
  --nav-height-small: 100%;
  --banner-bg-color: #FFBA2A;
  --banner-text-color: #000;
}

.with-banner #banner-container {
  display: flex;
}

#banner-container {
  display: none;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--banner-bg-color);
  padding: 10px 8px;
  box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0px 0px 24px 24px;
  font-weight: bold;
}

#banner-container .banner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--banner-text-color);
  cursor: default;
}

#banner-container .banner .banner-phone-line {
  display: inline-flex;

}

#banner-container .banner-close-button {
  display: block;
  position: relative;
  margin: 0 30px;
  width: 40px;
  height: 40px;
  color: transparent;
  font-size: 0;
}

#banner-container .banner-close-button::before,
#banner-container .banner-close-button::after {
  content: '';
  background-color: var(--banner-text-color);
  display: block;
  height: 27px;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

#banner-container .banner-close-button::before {
  transform: rotate(-45deg) translateY(19px) translateX(9px);
}

#banner-container .banner-close-button::after {
  transform: rotate(45deg) translateY(-9px) translateX(19px);
}

#navigation-container {
  width: 100%;
  background-color: #fff;
  padding: 0;
  position: sticky;
  top: 0px;
  z-index: 99;
  box-shadow: 0 1px 3px -3px rgba(0, 0, 0, 0.4);
}

#navigation-container>* {
  height: var(--nav-height);
}

#navigation-container+.container {
  padding-top: 20px;
}


#navigation-container .navigation {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
  padding: 16px 0;
}

#navigation-container .navigation .navigation-links {
  width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #000;
}

#navigation-container .navigation .navigation-links img {
  height: 28px;
}

#navigation-container .navigation .navigation-links a {
  margin-top: 3px;
}

#navigation-container .navigation .navigation-links a p {
  margin-bottom: 0;
}

#navigation-container .navigation .navigation-links a:first-of-type {
  margin-top: 0;
}

#navigation-container .navigation .navigation-links .nav-link p {
  transition: color 250ms ease-in-out;
  border-bottom: 2px #fff solid;
  color: #1d252c;
  font-size: 16px;
}

#navigation-container .navigation .navigation-links .nav-link {
  padding: 0;
}

#navigation-container .navigation .navigation-links .nav-link p:hover {
  color: #3bbfad;
}

#navigation-container .navigation .mobile-navigation-logo {
  display: none;
}

#navigation-container .navigation .phone-number-signup {
  display: flex;
  align-items: center;
  margin: 0;
}

#navigation-container .navigation .phone-number-signup .collapse .error-msg {
  padding-left: 0;
}

#navigation-container .navigation .webreg-phone-number-signup {
  display: none;
}

#navigation-container .navigation .mobile-sign-up-button {
  display: block;
  background-color: #035C67 !important;
  width: 130px;
  height: 42px;
  border-radius: 22px;
  border: none !important;
  font-size: 16px;
  color: #ffffff !important;
  font-family: Gotham, sans-serif;
  font-weight: 600;
  margin-right: 30px;
  -webkit-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

#navigation-container .navigation .mobile-sign-up-button:hover {
  background-color: #3BBFAD !important;
  color: #1D252C !important;
}

#navigation-container .navigation .mobile-sign-up-button:focus {
  outline: none;
}

#navigation-container .navigation .navigation-open-button {
  display: block;
  width: 28px;
}

#navigation-container .navigation .navigation-open-button {
  display: none;
}

#navigation-container .mobile-navigation {
  display: none;
  background-color: #035c67;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#navigation-container .mobile-navigation .navigation-close-button {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
}

#navigation-container .mobile-navigation .mobile-navigation-links {
  margin: 70px 50px;
  display: inline-block;
  font-family: "Gotham SSm A", "Gotham SSm B", Oxygen, sans-serif;
}

#navigation-container .mobile-navigation .mobile-navigation-links p {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 34px;
}

#navigation-container .mobile-navigation .mobile-navigation-links .current-mobile-link p {
  border-bottom: 3px black solid;
}

@media screen and (max-width: 1550px) {
  #navigation-container .navigation {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {

  #navigation-container .navigation .navigation-links {
    display: none;
  }

  #navigation-container .navigation .mobile-navigation-logo {
    display: block;
    width: 180px;
  }

  #navigation-container .navigation .navigation-open-button {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  #navigation-container .navigation {
    width: 85%;
  }
}

@media screen and (max-width: 550px) {
  #navigation-container>* {
    height: var(--nav-height-small);
  }

  #navigation-container+.container {
    padding-top: 20px;
  }
  
  #banner-container .banner-close-button {
    transform: scale(.7);
    margin: 0 15px 0 0;
  }

  #banner-container .banner-close-button::before,
  #banner-container .banner-close-button::after {
    width: 3px;
  }

  #banner-container .banner {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  
  #banner-container .banner .banner-text {
    display: block;
    width: 100%;
  }
  
  #banner-container .banner .banner-phone-line {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    width: 100%;
    gap: 0;
    white-space: nowrap;
    text-align: center !important;
    margin: 0 auto;
    padding: 0;
  }
  
  #banner-container .banner .banner-phone-link {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
  }
  
  #banner-container .banner .banner-phone-line .banner-text {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
    line-height: 1;
    letter-spacing: 0;
    flex-shrink: 0;
  }
  
  #banner-container .banner .banner-phone-line > * {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
  }
  #navigation-container .navigation .mobile-navigation-logo {
    width: 170px;
  }

  #navigation-container .navigation .phone-number-signup {
    width: 45%;
    justify-content: space-between;
  }

  #navigation-container .navigation .phone-number-signup .mobile-sign-up-button {
    width: 105px;
    height: 34px;
    font-size: 14px;
    margin-right: 0;
  }

  #navigation-container .navigation .navigation-open-button {
    width: 22px;
  }

  #navigation-container .mobile-navigation .navigation-close-button {
    width: 30px;
    right: 20px;
    top: 20px;
  }

  #navigation-container .mobile-navigation .mobile-navigation-links {
    margin: 70px 20px;
  }
}

@media screen and (max-width: 420px) {
  #navigation-container .navigation .mobile-navigation-logo {
    width: 145px;
  }

  #navigation-container .navigation .phone-number-signup .mobile-sign-up-button {
    width: 90px;
    height: 30px;
    font-size: 12px;
  }
}

@media screen and (max-width: 360px) {
  #navigation-container .navigation .mobile-navigation-logo {
    width: 135px;
  }
}

.dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  overflow: hidden;
}

.dropdown-menu [role="menuitem"] {
  padding: 8px 16px;
}

.dropdown-menu [role="menuitem"][aria-selected=true]:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  content: '\f00c';
}

.dropdown-menu [role=separator] {
  font-size: 16px;
  color: #ccc;
  margin: 0;
  padding: 0;
  border-color: #eceeef;
}

@media (min-width: 768px) {
  .topbar .dropdown-menu [role="menuitem"] {
    color: #333330;
  }
}

.topbar .dropdown-toggle:after {
  color: inherit;
}

@media (max-width: 767px) {
  .section-subscribe .dropdown-menu {
    left: 0;
    right: auto;
  }
}

.comment-actions .dropdown-menu {
  left: auto;
  right: 0;
}

#user-password [role=separator],
#user-profile [role=separator] {
  padding: 8px 16px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {

  #user-password,
  #user-profile {
    background-color: #fff;
    border-radius: 4px;
    min-width: 1px !important;
    border: 1px solid #ccc;
  }
}

#user-name {
  font-size: inherit;
  font-weight: inherit;
}

#user .dropdown-toggle {
  padding: 0;
  border: 0;
  color: inherit;
}

@media (max-width: 767px) {
  #user .dropdown-toggle:after {
    display: none;
  }
}

#user #user-dropdown {
  background: #fff;
}

@media (max-width: 767px) {
  #user #user-dropdown {
    display: block !important;
    background: transparent;
    position: static;
    box-shadow: none;
  }

  #user #user-dropdown:before, #user #user-dropdown:after {
    display: none;
  }
}

@media (max-width: 767px) {
  #user #user-dropdown [role="menuitem"] {
    padding-left: 0;
    padding-right: 0;
  }

  #user #user-dropdown [role="menuitem"]:hover {
    background-color: transparent;
  }
}

@media (max-width: 991px) {
  #user-menu [role=separator] {
    display: none;
  }
}

#user #user-profile {
  padding: 0 0 16px 0;
}

#user #user-profile dt {
  opacity: 1;
  text-align: left;
  padding: 4px 0 0 16px;
  font-size: 16px;
}

#user #user-profile label {
  font-weight: 400;
  margin-bottom: 0;
}

#user #user-profile dd {
  margin-left: 105px;
  padding: 2px;
}

#user #profile-photo-wrapper {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

#user #profile-photo img {
  max-height: 20px;
}

#user #user-password #password-form {
  padding: 0 16px 16px 16px;
}

#user #user-password #password-form,
#user #user-password #password-form label,
#user #user-password #password-form ul {
  font-size: 16px;
}

#user #user-password #password-form ul li {
  margin-bottom: 0;
}

#user #user-password #password-submit {
  float: none !important;
  margin: 0 !important;
}

.search-box {
  position: relative;
  max-width: 780px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.search-box:after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcuNjcgMTYuMDhsLTMuNDk1LTMuNDk1Yy45ODQtMS4zMTUgMS41NzQtMi45NDEgMS41NzQtNC43MSAwLTQuMzUtMy41MjUtNy44NzUtNy44NzUtNy44NzVzLTcuODc1IDMuNTI1LTcuODc1IDcuODc1IDMuNTI1IDcuODc1IDcuODc1IDcuODc1YzEuNzY5IDAgMy4zOTYtLjU5IDQuNzExLTEuNTc0bDMuNDk0IDMuNDk1Yy40MzkuNDM5IDEuMTUxLjQzOSAxLjU5MSAwIC40MzktLjQzOS40NC0xLjE1MSAwLTEuNTkxem0tOS43OTUtMi41OGMtMy4xMDcgMC01LjYyNS0yLjUxOC01LjYyNS01LjYyNXMyLjUxOC01LjYyNSA1LjYyNS01LjYyNSA1LjYyNSAyLjUxOCA1LjYyNSA1LjYyNS0yLjUxOCA1LjYyNS01LjYyNSA1LjYyNXoiIGZpbGw9IiMyMzFGMjAiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: contain;
}

.search-box #query {
  height: 75px;
  color: #333;
  border-radius: 4px;
}

.search-box #query::-moz-placeholder {
  color: #A5A1A1;
  opacity: 1;
}

.search-box #query:-ms-input-placeholder {
  color: #A5A1A1;
}

.search-box #query::-webkit-input-placeholder {
  color: #A5A1A1;
}

.search-box #query:focus {
  box-shadow: none;
}

.search-box input[type="submit"] {
  display: none;
}

.search-box--hero-unint #quesry {
  border-color: #fff;
}

@media (max-width: 767px) {
  .search-box--small {
    margin-bottom: 24px;
  }
}

.hero-unit {
  position: relative;
  margin: 0 0 48px 0;
}

.hero-unit--with-cover-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hero-unit {
  padding-top: 48px;
  padding-right: 16px;
  padding-bottom: 48px;
  padding-left: 16px;
  margin-top: -48px;
  margin-right: -16px;
  margin-left: -16px;
}

@media (min-width: 768px) {
  .hero-unit {
    padding-top: 72px;
    padding-bottom: 72px;
    margin-right: -32px;
    margin-left: -32px;
  }
}

@media (min-width: 992px) {
  .hero-unit {
    margin-right: -64px;
    margin-left: -64px;
  }
}

.hero-unit:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.hero-unit__content {
  position: relative;
  z-index: 2;
}

.category {
  margin-top: 20px;
  margin-bottom: 48px;
}

.category h2 a {
  color: inherit;
}

.category-list {
  margin-bottom: 12px;
}

.category-list__item {
  display: table;
  height: 100px;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .category-list__item {
    height: 140px;
  }
}

.category-list__item:nth-child(2n+1) {
  clear: left;
}

.category-list__link {
  position: relative;
  display: table-cell;
  padding: 36px 32px 0;
  color: #333330;
  vertical-align: middle;
  background-color: #eceeef;
  border-radius: 4px;
}

.category-list__link:active, .category-list__link:focus, .category-list__link:hover {
  color: #626567;
  text-decoration: none;
  background-color: #cbd0d3;
}

.sections .section:nth-child(2n+1) {
  clear: left;
}

.section {
  margin-bottom: 24px;
}

.section__title {
  margin-bottom: 12px;
}

.section__title a {
  color: inherit;
}

@media (min-width: 768px) {
  .section-header {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .section-header__col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .section-header__col--main {
    width: 100%;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .section-header__col--button {
    margin-bottom: 24px;
  }
}

.section-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

.article-list-item--is-promoted {
  position: relative;
  font-weight: 600;
  padding-right: 32px;
}

.article-list-item--is-promoted:after {
  position: absolute;
  right: 0;
  top: 4px;
  content: '★';
  color: #f0ad4e;
  font-size: 12px;
}

/* Footer Styles */

.app-badge-container {
  display: flex;
  width: 100%;
}

.app-badge-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: 3rem auto;
}

h2.app-link-text:not(.site-description) {
  font-weight: 600 !important;
}

h2.app-link-text {
  font-size: 18px;
  font-weight: 600 !important;
  color: #1d252c;
  margin-right: 1.5rem;
}

.app-badge-wrapper a:first-child {
  margin-right: 1rem;
}

.app-badge img {
  width: 200px;
}

.footer {
  padding: 4em 0 0;
  background-color: #1d252c;
  color: white;
  font-family: Gotham SSm A, Gotham SSm B, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footerContent {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  margin-bottom: 60px;
}

.footerContent svg {
  width: 100%;
  height: auto;
  fill: #f0f7f2;
  transition: fill 0.5s ease;
  cursor: pointer;
}

.footerContent svg:hover {
  fill: #3bbfad;
}

.footerLinkCol {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem 0;
  max-width: calc((100%/12) * 4);
}

.footerSocialCol {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem 0;
  max-width: calc((100%/12) * 2);
}

.footerDisclaimerCol {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem 0;
  max-width: calc((100%/12) * 4);
}

.footerDisclaimerCol p {
  margin-top: 0;
}

ul.footerLinkInline,
ul.footerLink {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.footerLinkInline {
  margin: 0 -0.5rem 1rem;
}

ul.footerLink {
  line-height: 2rem;
}

ul.footerLinkInline li,
ul.footerLink li {
  margin-bottom: 0;
}

.footerLinkInline li {
  display: inline-block;
  padding: 0 0.5rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
  line-height: 18px;
}

.footerLinkInline li:not(:last-child) {
  border-right: 1px solid #f0f7f2;
}

a.link {
  text-decoration: none;
  color: #f0f7f2;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.09px;
  transition: color 0.5s ease;
  -webkit-font-smoothing: antialiased;
}

a.link:hover {
  color: #3bbfad;
}

.socialLogos {
  display: flex;
  flex-direction: column;
}

.socialLogos ul {
  display: flex;
  flex-direction: row;
}

.socialLogos ul li {
  display: flex;
}

.socialLogos h2 {
  line-height: 1.5rem;
  font-size: 18px;
  margin: 0 0 0.75rem;
}

.socialLogos li a.footerLargeImg {
  margin: 0 0.5rem;
  width: 26px;
}

.socialLogos li a.footerLargeImg:first-child {
  margin-left: 0;
}

@media screen and (min-width: 1366px) {
  .footer .footerContent {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1366px) {
  .footer .footerContent {
    max-width: 900px;
    margin-bottom: 80px;
  }

  .footerLinkInline li {
    line-height: 16px;
  }

  a.link,
  .socialLogos h2,
  .footerDisclaimerCol p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .footer .footerContent {
    width: 85%;
    margin-bottom: 80px;
  }

  .footerLinkInline li {
    line-height: 14px;
  }

  a.link,
  .socialLogos h2,
  .footerDisclaimerCol p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {

  .footer .footerContent {
    flex-wrap: wrap;
    width: 85%;
  }

  .footerContent .footerLinkCol {
    width: calc((100%/12) * 7);
    max-width: 100%;
  }

  .footerContent .footerSocialCol {
    width: calc((100%/12) * 3);
    max-width: 100%;
  }

  .footerContent .footerDisclaimerCol {
    width: calc((100%/12) * 12);
    max-width: 100%;
  }

  .footerContent .footerLinkInline li {
    padding: 0 0.5rem;
  }

}

@media screen and (max-width: 480px) {
  .app-badge-box {
    flex-direction: column;
    margin: 1.5rem auto;
  }

  .app-link-wrapper {
    align-self: flex-start;
  }

  h2.app-link-text {
    font-size: 14px;
    font-weight: 600 !important;
    margin: 0 0 8px 0;
  }

  .app-badge-wrapper a:first-child {
    margin-right: 0;
  }

  .app-badge img {
    width: 112px;
  }

  .footer .footerContent {
    flex-direction: column;
    width: 85%;
    margin-bottom: 60px;
  }

  .footerContent ul.footerLinkInline {
    margin: 0 -0.5rem 1rem;
  }


  .footerContent .footerLinkCol,
  .footerContent .footerSocialCol,
  .footerContent .footerDisclaimerCol {
    width: calc((100%/12) * 12);
    max-width: 100%;
  }

}

/* End - Footer Styles */

.submit-ticket-footer {
  padding: 24px 16px;
  margin-right: -16px;
  margin-left: -16px;
  background-color: #035c67;
  border-top: 1px solid #035c67;
  border-bottom: 1px solid #035c67;
  color: white;
}

@media (min-width: 768px) {
  .submit-ticket-footer {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-right: -32px;
    margin-left: -32px;
  }
}

@media (min-width: 992px) {
  .submit-ticket-footer {
    margin-right: -64px;
    margin-left: -64px;
  }
}

.submit-ticket-footer__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .submit-ticket-footer__title {
    font-size: 28px;
  }
}

.submit-ticket-footer__footer {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 28px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .submit-ticket-footer__footer {
    font-size: 22px;
  }
}

.help-desk-hours {
  padding: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.help-desk-hours p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.breadcrumbs {
  list-style: none;
  background-color: transparent;
}

.breadcrumbs>li {
  display: inline;
}

.breadcrumbs>li+li:before {
  content: "/ ";
  padding: 0 0.5rem;
  color: #ccc;
}

@media (min-width: 768px) {
  .breadcrumbs-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.search-results-count {
  font-size: 20px;
}

.search-results {
  margin-bottom: 24px;
}

.search-results-subheading {
  margin-bottom: 24px;
}

.search-results-subheading__icon {
  position: relative;
  top: 2px;
  margin-right: 8px;
  vertical-align: top;
}

.search-results-subheading__icon g {
  stroke: #999;
}

.search-results-subheading__title {
  display: inline-block;
  vertical-align: middle;
}

.search-result {
  margin: 0 0 24px 0;
}

.search-result__title {
  margin-bottom: 12px;
}

.search-result__description {
  margin-bottom: 12px;
  font-size: 14px;
}

.search-result__description:empty {
  display: none;
}

.search-result__description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: #fff3ca;
  border-radius: 3px;
}

.search-result__meta {
  margin: 0 0 6px 0;
}

.search-result__meta a {
  color: #999;
}

.search-result-votes {
  color: #5cb85c;
}

.search-result-votes:before {
  margin-right: 2px;
}

.note {
  position: relative;
  padding: 0 16px;
  margin-bottom: 24px;
  color: #686861;
  border-left: 4px solid transparent;
}

.note p:last-child {
  margin-bottom: 0;
}

.note-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.note--default {
  border-color: #818a91;
}

.note--default .note-title {
  color: #818a91;
}

.note--info {
  border-color: #5bc0de;
}

.note--info .note-title {
  color: #5bc0de;
}

.note--warning {
  border-color: #f0ad4e;
}

.note--warning .note-title {
  color: #f0ad4e;
}

.note--success {
  border-color: #5cb85c;
}

.note--success .note-title {
  color: #5cb85c;
}

.note--danger {
  border-color: #d9534f;
}

.note--danger .note-title {
  color: #d9534f;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 24px 0;
}

.pagination ul>li {
  display: inline-block;
  margin-right: 6px;
}

.pagination ul>li>a,
.pagination ul>li>span {
  display: block;
  position: relative;
  padding: 8px 16px;
  line-height: 1.5;
  text-decoration: none;
  color: #4a89dc;
  background-color: #fff;
  border-radius: 4px;
}

.pagination ul>li>a:hover, .pagination ul>li>a:focus,
.pagination ul>li>span:hover,
.pagination ul>li>span:focus {
  color: #2363b6;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination ul>.pagination-current>span, .pagination ul>.pagination-current>span:hover, .pagination ul>.pagination-current>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 64px;
    padding-left: 64px;
  }
}

.container-inner {
  margin-left: auto;
  margin-right: auto;
}

.menu-button {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  border-radius: none;
  box-shadow: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.menu-button.is-active .menu-button__lines {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

.menu-button:focus {
  outline: none;
}

.menu-button__lines {
  position: absolute;
  top: 23px;
  right: 8px;
  left: 8px;
  display: block;
  height: 2px;
  background: white;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.menu-button__lines::before,
.menu-button__lines::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
}

.menu-button__lines::before {
  top: -10px;
}

.menu-button__lines::after {
  bottom: -10px;
}

.help-center-name {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

@media (min-width: 768px) {
  .help-center-name {
    font-size: 16px;
  }
}

.avatar {
  position: relative;
}

.avatar--agent:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -4px;
  margin-bottom: -4px;
  font-size: 14px;
  color: #337ab7;
  content: "\f19d";
}

.user-avatar {
  border-radius: 100%;
}

.user-avatar--default {
  width: 40px;
  height: 40px;
}

.user-avatar--article {
  width: 32px;
  height: 32px;
}

#user .user-avatar {
  width: 32px;
  height: 32px;
}

.intro-title {
  position: relative;
  color: inherit;
  margin: 0;
}

.intro-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 768px) {
  .intro-title {
    font-size: 34px;
  }
}

.scroll-to-top {
  width: 48px;
  height: 48px;
  font-size: 32px !important;
  color: #337ab7;
  text-align: center;
  border: 2px solid #337ab7;
  border-radius: 4px;
  line-height: 48px !important;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 3;
}

.scroll-to-top:focus, .scroll-to-top:active {
  outline: 0;
}

.scroll-to-top:hover {
  border-color: #1d4568;
  color: #1d4568;
}

.scroll-to-top--fixed {
  position: fixed;
  right: 48px;
  bottom: -192px;
}

.scroll-to-top--fixed.is-active {
  bottom: 48px;
}

.comments__callout {
  font-size: 14px;
  color: #999;
}

.comments__callout:empty {
  display: none;
}

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

.comment-list-header {
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 12px;
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.comment-sorter {
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .comment-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .comment-sorter__col--main {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col--main {
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col--filters {
    text-align: right;
  }
}

.comment-sorter__item.is-active {
  font-weight: 600;
}

.comment-sorter__item+.comment-sorter__item:before {
  margin: 0 8px;
  font-size: 10px;
  content: '\2022';
}

.comment {
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 24px;
}

.comment__inner {
  position: relative;
  padding-right: 56px;
}

.comments__content {
  position: relative;
  padding-right: 16px;
}

.comment__header {
  position: relative;
  margin-bottom: 24px;
}

.comment__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
}

.comment__voting-and-actions .dropdown-menu {
  right: 0;
  left: auto;
}

.comment__voting-and-actions .dropdown-toggle:after {
  margin-left: 0;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f013';
}

.comment__official-heading {
  position: absolute;
  right: 48px;
  top: 0;
  width: auto;
  padding: 1px 8px;
  font-size: 14px;
  color: #fff;
  background-color: #337ab7;
  border-radius: 0 0 4px 4px;
}

.comment--official .comment__inner {
  position: relative;
  border: 1px solid #337ab7;
  border-radius: 4px;
  background-color: white;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

.comment--request p:last-child {
  margin-bottom: 0;
}

.comment-form {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .comment-form {
    padding-left: 56px;
  }
}

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}

.comment-form__body {
  margin-bottom: 24px;
}

.comment-form__attachments {
  margin-bottom: 24px;
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-form__comment-ccs ul {
  margin-bottom: 0;
}

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

.satisfaction-box {
  background-color: #f7f7f9;
  border-radius: 4px;
  padding: 16px 16px;
  border: 1px solid #eceeef;
  margin: 0 0 24px 0;
}

.satisfaction-box h4 {
  font-weight: 600;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type=radio]~label {
  letter-spacing: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 0;
  border: inherit;
  border-radius: 4px;
  padding: 8px 16px;
}

.satisfaction-box input[type=radio][checked=checked][value=good]+label:not([class="disabled"]) {
  background: #5cb85c !important;
}

.satisfaction-box input[type=radio][checked=checked][value=bad]+label:not([class="disabled"]) {
  background: #d9534f !important;
}

.satisfaction-box input[type=radio][checked=checked]+label:not([class="disabled"]) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box label.disabled {
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: 24px !important;
  box-shadow: none !important;
  text-shadow: none;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #5cb85c !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #d9534f !important;
}

.satisfaction-comment {
  margin-top: 24px;
}

.satisfaction-box .satisfaction-submit {
  letter-spacing: 0;
  font-size: inherit !important;
  font-weight: inherit !important;
  border-radius: 4px;
  padding: 8px 16px;
  background: #5cb85c;
  border-color: #5cb85c;
  margin-left: 12px !important;
}

.community-recent-activity {
  padding-top: 48px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 48px;
  border-top: 1px solid #eceeef;
}

@media (min-width: 768px) {
  .community-recent-activity {
    padding-right: 32px;
    padding-left: 32px;
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media (min-width: 992px) {
  .community-recent-activity {
    padding-right: 64px;
    padding-left: 64px;
    margin-right: -48px;
    margin-left: -48px;
  }
}

.community-recent-activity .recent-activity-header {
  font-size: 16px;
}

.community-recent-activity .recent-activity-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .community-recent-activity .recent-activity-list {
    margin-right: -16px;
    margin-left: -16px;
  }
}

@media (min-width: 768px) {
  .community-recent-activity .recent-activity-item {
    display: inline-block;
    width: 33.3333%;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 24px;
    vertical-align: top;
  }
}

.community-recent-activity .recent-activity-item-meta {
  font-size: 14px;
  color: #999;
}

.community-recent-activity .recent-activity-item-comment span:before {
  margin-right: 4px;
  content: "\f0e5";
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.community-recent-activity .recent-activity-item-parent {
  font-weight: 600;
  color: #333330;
}

.community-recent-activity .recent-activity-controls a {
  color: #333330;
  background-color: #eceeef;
  border-color: #eceeef;
}

.community-recent-activity .recent-activity-controls a:hover, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active {
  color: #131312;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.community-recent-activity .recent-activity-controls a:active {
  background-image: none;
}

@media (max-width: 767px) {
  .my-activities-item {
    padding: 8px 16px;
    margin-bottom: 24px;
    border: 1px solid #eceeef;
    border-radius: 4px;
  }
}

.my-activities-item__meta {
  font-size: 14px;
  color: #999;
}

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: 8px;
  }

  .my-activities-item__meta+.my-activities-item__meta:before {
    margin-right: 8px;
    font-size: 10px;
    content: "\2022";
  }
}

.my-activities-item__title {
  font-weight: 600;
}

@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .my-activities-item__icon {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .my-activities-item__icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .my-activities__request-id {
    display: inline;
  }
}

@media (min-width: 768px) {
  .my-activities__request-id {
    display: none;
  }
}

.my-activities-header {
  margin-bottom: 24px;
}

.my-activities-menu {
  font-weight: 600;
}

.my-activities-menu__items {
  margin-bottom: 0;
}

.my-activities-menu__item {
  margin-bottom: 0;
}

.my-activities-menu__item a {
  display: block;
}

@media (min-width: 768px) {
  .my-activities-menu__item {
    float: left;
  }
}

@media (min-width: 768px) {
  .my-activities-menu__item+.my-activities-menu__item {
    margin-left: 16px;
  }
}

.my-activities-menu--main {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  color: #333330;
}

.my-activities-menu--sub {
  margin-bottom: 24px;
}

.request-table-toolbar {
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  margin-bottom: 24px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .request-table-toolbar {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}

.request-table-filters__item {
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 767px) {
  .request-table-filters__item {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .my-activities {
    display: table;
    width: 100%;
  }
}

.my-activities__head {
  display: none;
}

@media (min-width: 768px) {
  .my-activities__head {
    display: table-header-group;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .my-activities__body {
    display: table-row-group;
  }
}

@media (min-width: 768px) {
  .my-activities__row {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .my-activities__col {
    display: table-cell;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eceeef;
  }

  .my-activities__col+.my-activities__col {
    padding-left: 16px;
  }
}

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: 8px;
}

.request-table-organization__col--button [role="button"] {
  height: 42px;
  line-height: 1.5;
}

.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #999999;
  border-color: #999999;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}

.share a a:active,
.share a a:hover {
  background-color: #7a7a7a;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.share a:before {
  position: relative;
  text-align: center;
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-facebook:before {
  content: "\f09a";
}

.share-twitter:before {
  content: "\f099";
}

.share-linkedin:before {
  content: "\f0e1";
}

.share-googleplus:before {
  content: "\f0d5";
}

.request__subject {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .request__subject {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .request__subject {
    font-size: 34px;
  }
}

.request-sidebar {
  font-size: 14px;
}

.request-sidebar dd {
  margin-bottom: 12px;
}

.request-id {
  display: block;
  margin-bottom: 12px;
  color: #999;
}

.request-description {
  margin-bottom: 24px;
}

.request__content {
  margin-bottom: 48px;
}

.request-status {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  border-radius: 2px;
}

.request-status.request-solved, .request-status.request-closed {
  background-color: #5cb85c;
}

.request-status.request-new, .request-status.request-open {
  background-color: #f0ad4e;
}

.request-status.request-answered {
  background-color: #d9534f;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 16px 0 8px 16px;
  padding-bottom: 16px 0 8px 16px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

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: 16px 0 8px 16px;
  line-height: 1.5;
  vertical-align: top;
}

table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    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;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.article {
  position: relative;
}

.article-header {
  margin-bottom: 24px;
}

.article__title {
  margin-bottom: 24px;
}

.article-meta {
  display: table;
  margin-bottom: 24px;
  width: 100%;
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  padding-right: 16px;
  width: 100%;
}

.article-body {
  margin-bottom: 24px;
}

.article-body .wysiwyg-font-size-x-large {
  font-size: 28px;
}

.article-body .wysiwyg-font-size-large {
  font-size: 20px;
}

.article-body .wysiwyg-font-size-medium {
  font-size: 16px;
}

.article-body .wysiwyg-font-size-small {
  font-size: 14px;
}

.article-body ul,
.article-body ol {
  margin-left: 16px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ul ul {
  list-style-type: circle;
}

.article-body ol {
  list-style-type: decimal;
}

.article-footer {
  padding: 24px 0 0;
  border-top: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {
  .article-share {
    float: right;
  }
}

.article-vote {
  display: table;
  margin-bottom: 12px;
}

@media (max-width: 479px) {
  .article-vote {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .article-vote {
    float: left;
  }
}

.article-vote__col {
  display: table-cell;
  vertical-align: top;
}

.article-vote-up.article-voted {
  color: #5cb85c !important;
  border-color: #5cb85c !important;
}

.article-vote-down.article-voted {
  color: #d9534f !important;
  border-color: #d9534f !important;
}

.article-vote-controls {
  white-space: nowrap;
}

.article-vote-controls__item {
  color: #333330;
  background-color: #eceeef;
  border-color: #eceeef;
}

.article-vote-controls__item:hover, .article-vote-controls__item:focus, .article-vote-controls__item:active {
  color: #131312;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.article-vote-controls__item:active {
  background-image: none;
}

.article-vote-controls__item--voted {
  color: #191917;
  border-color: #191917;
}

.article-vote-count {
  color: #999;
}

.article-vote-question {
  display: block;
  margin-right: 16px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #999;
}

.article-footer,
.article-attachments {
  margin-bottom: 24px;
}

.article-comments {
  margin-bottom: 24px;
}

.article-more-questions {
  margin-bottom: 24px;
  clear: both;
}

.article-more-questions a {
  white-space: nowrap;
}

.article-subscribe,
.article-unsubscribe {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7;
}

.article-subscribe:hover, .article-subscribe:focus, .article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active {
  color: #265a88;
  background-color: transparent;
  border-color: #265a88;
}

.article-subscribe:active,
.article-unsubscribe:active {
  background-image: none;
}

@-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;
}

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: 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;
  }
}

.custom-blocks {
  margin-bottom: 24px;
}

.custom-blocks .category {
  width: 200px;
}

.custom-block {
  display: table;
}

.custom-block__icon,
.custom-block__title {
  display: table-cell;
  vertical-align: middle;
}

.custom-block__icon svg {
  width: 70px;
  height: 70px;
}

.custom-block__icon .st0 {
  fill: #03c03c;
  -webkit-transition: fill 200ms linear;
  -ms-transition: fill 200ms linear;
  transition: fill 200ms linear;
}

.custom-block__icon:hover .st0 {
  fill: #03a63f;
}

.custom-block__title {
  padding-left: 16px;
  color: #333330;
}

@media (max-width: 650px) {
  .custom-blocks .category {
    width: 150px;
  }

  h2.h5.custom-block__title {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .custom-blocks .category {
    width: 33%;
  }
}

@media (max-width: 400px) {
  h2.h5.custom-block__title {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .custom-block-item {
    width: 100%;
  }
}

.recent-activity-item-comment span:before {
  margin-right: 2px;
}

.recent-activity-item-parent {
  color: #333330;
}

.page-header {
  position: relative;
  margin: 0 0 24px;
}

.page-header--with-border {
  border-bottom: 1px solid #eceeef;
}

.page-description {
  margin: 0 0 0 0;
  color: inherit;
}

.page-description:empty {
  display: none;
}

.layout {
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0 0 1px 1px #e4f1fd;
}

.promoted-articles__title {
  padding-bottom: 12px;
  color: #767676;
  text-transform: uppercase;
  border-bottom: 1px solid #eceeef;
}

.promoted-articles-item {
  margin-bottom: 24px;
}

.promoted-articles-item__title {
  margin-bottom: 12px;
}

.promoted-articles-item__excerpt {
  font-size: 14px;
  line-height: 1.3;
}

.related-articles {
  margin-bottom: 24px;
}

.related-articles h3 {
  padding-bottom: 12px;
  margin-bottom: 24px;
  font-size: 16px;
  color: #767676;
  text-transform: uppercase;
  border-bottom: 1px solid #eceeef;
}

.box {
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.box--section {
  padding: 24px 32px 0;
}

.box--my-activity-item {
  padding: 24px 16px 0;
}

.box--articles {
  padding: 24px 32px;
  margin-bottom: 48px;
}

.box--topic {
  padding: 24px 32px;
  margin-bottom: 48px;
}

.box--request-details {
  padding: 24px 16px 0;
  margin-bottom: 24px;
  background-color: #f7f7f9;
}

@media (min-width: 768px) {
  .box--request-details {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.profile-header {
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #272e3a;
  padding: 24px 16px;
  text-align: center;
  color: #fff;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: 12px;
  font-size: 28px;
}

.profile-header__name a {
  color: #fff;
}

@media (min-width: 768px) {
  .profile-header__name {
    font-size: 34px;
    font-weight: 300;
  }
}

.profile-header__options [data-action="edit-profile"] {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.profile-header__options [data-action="edit-profile"]:hover, .profile-header__options [data-action="edit-profile"]:focus, .profile-header__options [data-action="edit-profile"]:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: #e0e0e0;
}

.profile-header__options [data-action="edit-profile"]:active {
  background-image: none;
}

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #337ab7;
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  color: #999;
}

.profile-stats__stat {
  margin-right: 16px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }

  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: 8px;
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #eceeef;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}

.profile-nav__items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav__item a {
  display: block;
  color: #333330;
}

.profile-nav__item.is-active {
  background-color: #337ab7;
  color: #fff;
}

.profile-nav__item.is-active,
.profile-nav__item a {
  padding: 16px 16px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 16px !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: 24px;
}

.profile-section__title {
  margin-bottom: 12px;
  font-size: 28px;
}

.profile-section__description {
  color: #999;
  font-size: 14px;
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  font-size: 14px;
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    border-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .profile-section-sorter__col--main {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--main {
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--btn {
    text-align: right;
  }
}

.profile-contribution {
  position: relative;
  border-radius: 4px;
  background-color: #f4f5f6;
  padding: 12px 16px;
  word-wrap: break-word;
}

.profile-contribution__header {
  margin-bottom: 6px;
}

.profile-contribution__status {
  margin-bottom: 6px;
}

.profile-contribution__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: 12px;
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-contribution__breadcrumbs {
  margin-bottom: 12px;
  padding: 0;
  font-size: 14px;
}

.profile__no-activity,
.profile__private-activity {
  text-align: center;
  color: #999;
}

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

.profile-activity {
  position: relative;
  margin-bottom: 36px;
}

.profile-activity__header {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.profile-activity__header:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: '\f0f6';
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: '\f0e6';
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: '\f0e5';
}

.user-subscribe {
  display: inline-block;
}

.status-label {
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.status-label--pending {
  background-color: #f0ad4e;
}

.status-label--with-ticket {
  background-color: #337ab7;
}

.status-label--with-ticket:hover, .status-label--with-ticket:focus, .status-label--with-ticket:active {
  color: #fff;
}

.status-label--solved,
.status-label--closed {
  background-color: #5cb85c;
}

.status-label--new,
.status-label--open {
  background-color: #d9534f;
}

.status-label--answered {
  background-color: #f0ad4e;
}

.status-label--official {
  background-color: #337ab7;
}

.status-label--completed,
.status-label--answered {
  background-color: #5cb85c;
}

.status-label--planned {
  background-color: #337ab7;
}

.status-label--not-planned {
  color: #333330;
  background-color: #eceeef;
}

.entry-info {
  font-size: 14px;
  overflow: hidden;
}

.entry-info:before, .entry-info:after {
  display: table;

  content: "";
}

.entry-info:after {
  clear: both;
}

.entry-info__avatar {
  float: left;
  padding-right: 16px;
}

.entry-info__content {
  display: table-cell;
  vertical-align: top;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 12px;
}

.attachment-list .meta {
  font-size: 12px;
}

.attachment-list__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
}

.attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.community-nav__items {
  padding-bottom: 24px;
  border-bottom: 1px solid #eceeef;
}

.community-nav__item {
  float: left;
}

.community-nav__item+.community-nav__item {
  margin-left: 16px;
}

.community-nav__item.is-active {
  font-weight: 600;
}

@media (min-width: 768px) {
  .community-nav__item {
    margin-bottom: 0;
  }
}

.community-nav__item--button {
  float: right;
}

.vote {
  width: 100%;
  max-width: 40px;
}

.vote [aria-selected=true] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: 4px 0 !important;
  font-size: 16px !important;
  color: #333330;
  border-color: #eceeef;
  line-height: 1.5 !important;
}

.vote-control:hover, .vote-control:active {
  z-index: 2;
}

.topic-list-item:nth-child(2n+1) {
  clear: left;
}

.topic-list-item__box {
  padding: 24px 16px;
  margin-bottom: 24px;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-bottom: 12px;
}

.topic {
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
  display: table;
  width: 100%;
}

.topic__col {
  display: table-cell;
  vertical-align: top;
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  font-size: 34px;
  margin-bottom: 12px;
}

.topic-filters__item {
  float: left;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .topic-filters__item {
    margin-bottom: 12px;
  }
}

.topic-controls {
  margin-bottom: 48px;
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: 8px;
}

@media (min-width: 768px) {
  .topic-controls__item--subscribe {
    float: right;
    white-space: nowrap;
  }
}

.topic-controls__item--subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.topic-controls__item--subscribe .dropdown-menu {
  left: initial;
  right: 0;
}

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7;
}

.topic-controls__item--subscribe .dropdown-toggle:hover, .topic-controls__item--subscribe .dropdown-toggle:focus, .topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:hover,
.topic-controls__item--subscribe .topic-unsubscribe:focus,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  color: #265a88;
  background-color: transparent;
  border-color: #265a88;
}

.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  background-image: none;
}

@media (min-width: 768px) {
  .post-page {
    margin-bottom: 48px;
  }
}

.post {
  position: relative;
  margin-bottom: 24px;
}

.post__title {
  font-size: 28px;
  padding-right: 24px;
}

@media (min-width: 768px) {
  .post__title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .post__title {
    font-size: 41px;
  }
}

.post-follow .post-subscribe,
.post-follow .post-unsubscribe {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7;
}

.post-follow .post-subscribe:hover, .post-follow .post-subscribe:focus, .post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:hover,
.post-follow .post-unsubscribe:focus,
.post-follow .post-unsubscribe:active {
  color: #265a88;
  background-color: transparent;
  border-color: #265a88;
}

.post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:active {
  background-image: none;
}

.post__meta {
  margin-bottom: 24px;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: 56px;
}

.post__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
}

.post__voting-and-actions .dropdown-menu {
  right: 0;
  left: auto;
}

.post__voting-and-actions .dropdown-toggle {
  font-size: 0;
}

.post__voting-and-actions .dropdown-toggle:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f013';
  margin-left: 0;
  font-size: 16px;
}

.post-callout {
  background-color: #eceeef;
  padding: 12px 16px;
}

.post-callout__title {
  font-size: 16px;
  font-weight: 600;
}

.post-list-item {
  border-bottom: 1px solid #eceeef;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

.post-list-item__title {
  font-size: 20px;
  margin-bottom: 12px;
}

.post-list-item__title .fa-star {
  position: relative;
  font-size: 50%;
  top: -4px;
}

@media (min-width: 768px) {
  .post-list-item__col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--main {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--side {
    width: 40%;
    text-align: right;
  }
}

.post-info {
  color: #999;
  font-size: 14px;
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 8px 16px;
  }
}

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    color: #333330;
    font-weight: 600;
  }
}

.post-info+.post-info {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .post-info+.post-info:before {
    margin-right: 8px;
    font-size: 10px;
    content: "\2022";
  }
}

.post-status {
  display: inline-block;
  padding: 1px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.post-status--completed,
.post-status--answered {
  background-color: #5cb85c;
}

.post-status--planned {
  background-color: #337ab7;
}

.post-status--not-planned {
  color: #333330;
  background-color: #eceeef;
}

.new-post-title {
  font-size: 28px;
}

@media (min-width: 768px) {
  .new-post-title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .new-post-title {
    font-size: 41px;
  }
}

.new-post-form {
  margin-bottom: 24px;
}

/* AOB ADDITIONS */

body {
  font-family: "Gotham SSm A", "Gotham SSm B", "Oxygen", sans-serif;
}

h1, h2:not(.site-description), h3, h4, h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", "Chivo", sans-serif;
  font-weight: normal !important;
}

/*----------- Styles Brought Over/Adapted -----------*/
a, button, input {
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

html {
  box-sizing: border-box;
  font-size: 112.5%;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake, .spin-cw, .spin-ccw, .wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/** Remove default margin. */
body {
  margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer#custom-aob-footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template {
  display: none;
}

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a {
  background-color: transparent;
}

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong {
  font-weight: bold;
}

/** Address styling not present in Safari and Chrome. */
dfn {
  font-style: italic;
}

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/** Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img {
  border: 0;
}

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure {
  margin: 1em 40px;
}

/** Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0;
}

/** Contain overflow in all browsers. */
pre {
  overflow: auto;
}

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
  overflow: visible;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: not-allowed;
}

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
  line-height: normal;
}

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width. 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Define consistent border, margin, and padding. [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling. */
/* fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } */
/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
  overflow: auto;
}

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold;
}

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&smallh=34.375em&medium=50em&large=75em&xlarge=87.5em";
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2e2e2e;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

#custom-aob-hero .row,
#custom-aob-footer .row {
  max-width: 66.6667rem;
  margin-left: auto;
  margin-right: auto;
}

#custom-aob-hero .row::before, #custom-aob-hero .row::after,
#custom-aob-footer .row::before,
#custom-aob-footer .row::after {
  content: ' ';
  display: table;
}

#custom-aob-hero .row::after,
#custom-aob-footer .row::after {
  clear: both;
}

#custom-aob-hero .row.collapse>.column, #custom-aob-hero .row.collapse>.columns,
#custom-aob-footer .row.collapse>.column,
#custom-aob-footer .row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

#custom-aob-hero .row .row,
#custom-aob-footer .row .row {
  margin-left: -0.5556rem;
  margin-right: -0.5556rem;
}

@media screen and (min-width: 50em) {

  #custom-aob-hero .row .row,
  #custom-aob-footer .row .row {
    margin-left: -0.8333rem;
    margin-right: -0.8333rem;
  }
}

#custom-aob-hero .row .row.collapse,
#custom-aob-footer .row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

#custom-aob-hero .row.expanded,
#custom-aob-footer .row.expanded {
  max-width: none;
}

#custom-aob-hero .row.expanded .row,
#custom-aob-footer .row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

#custom-aob-hero .column, #custom-aob-hero .columns,
#custom-aob-footer .column,
#custom-aob-footer .columns {
  width: 100%;
  float: left;
  padding-left: 0.5556rem;
  padding-right: 0.5556rem;
}

@media screen and (min-width: 50em) {

  #custom-aob-hero .column, #custom-aob-hero .columns,
  #custom-aob-footer .column,
  #custom-aob-footer .columns {
    padding-left: 0.8333rem;
    padding-right: 0.8333rem;
  }
}

#custom-aob-hero .column:last-child:not(:first-child), #custom-aob-hero .columns:last-child:not(:first-child),
#custom-aob-footer .column:last-child:not(:first-child),
#custom-aob-footer .columns:last-child:not(:first-child) {
  float: right;
}

#custom-aob-hero .column.end:last-child:last-child, #custom-aob-hero .end.columns:last-child:last-child,
#custom-aob-footer .column.end:last-child:last-child,
#custom-aob-footer .end.columns:last-child:last-child {
  float: left;
}

#custom-aob-hero .column.row.row, #custom-aob-hero .row.row.columns,
#custom-aob-footer .column.row.row,
#custom-aob-footer .row.row.columns {
  float: none;
}

#custom-aob-hero .row .column.row.row, #custom-aob-hero .row .row.row.columns,
#custom-aob-footer .row .column.row.row,
#custom-aob-footer .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

#custom-aob-hero .small-1,
#custom-aob-footer .small-1 {
  width: 8.3333%;
}

#custom-aob-hero .small-push-1,
#custom-aob-footer .small-push-1 {
  position: relative;
  left: 8.3333%;
}

#custom-aob-hero .small-pull-1,
#custom-aob-footer .small-pull-1 {
  position: relative;
  left: -8.3333%;
}

#custom-aob-hero .small-offset-0,
#custom-aob-footer .small-offset-0 {
  margin-left: 0%;
}

#custom-aob-hero .small-2,
#custom-aob-footer .small-2 {
  width: 16.6667%;
}

#custom-aob-hero .small-push-2,
#custom-aob-footer .small-push-2 {
  position: relative;
  left: 16.6667%;
}

#custom-aob-hero .small-pull-2,
#custom-aob-footer .small-pull-2 {
  position: relative;
  left: -16.6667%;
}

#custom-aob-hero .small-offset-1,
#custom-aob-footer .small-offset-1 {
  margin-left: 8.3333%;
}

#custom-aob-hero .small-3,
#custom-aob-footer .small-3 {
  width: 25%;
}

#custom-aob-hero .small-push-3,
#custom-aob-footer .small-push-3 {
  position: relative;
  left: 25%;
}

#custom-aob-hero .small-pull-3,
#custom-aob-footer .small-pull-3 {
  position: relative;
  left: -25%;
}

#custom-aob-hero .small-offset-2,
#custom-aob-footer .small-offset-2 {
  margin-left: 16.6667%;
}

#custom-aob-hero .small-4,
#custom-aob-footer .small-4 {
  width: 33.3333%;
}

#custom-aob-hero .small-push-4,
#custom-aob-footer .small-push-4 {
  position: relative;
  left: 33.3333%;
}

#custom-aob-hero .small-pull-4,
#custom-aob-footer .small-pull-4 {
  position: relative;
  left: -33.3333%;
}

#custom-aob-hero .small-offset-3,
#custom-aob-footer .small-offset-3 {
  margin-left: 25%;
}

#custom-aob-hero .small-5,
#custom-aob-footer .small-5 {
  width: 41.6667%;
}

#custom-aob-hero .small-push-5,
#custom-aob-footer .small-push-5 {
  position: relative;
  left: 41.6667%;
}

#custom-aob-hero .small-pull-5,
#custom-aob-footer .small-pull-5 {
  position: relative;
  left: -41.6667%;
}

#custom-aob-hero .small-offset-4,
#custom-aob-footer .small-offset-4 {
  margin-left: 33.3333%;
}

#custom-aob-hero .small-6,
#custom-aob-footer .small-6 {
  width: 50%;
}

#custom-aob-hero .small-push-6,
#custom-aob-footer .small-push-6 {
  position: relative;
  left: 50%;
}

#custom-aob-hero .small-pull-6,
#custom-aob-footer .small-pull-6 {
  position: relative;
  left: -50%;
}

#custom-aob-hero .small-offset-5,
#custom-aob-footer .small-offset-5 {
  margin-left: 41.6667%;
}

#custom-aob-hero .small-7,
#custom-aob-footer .small-7 {
  width: 58.3333%;
}

#custom-aob-hero .small-push-7,
#custom-aob-footer .small-push-7 {
  position: relative;
  left: 58.3333%;
}

#custom-aob-hero .small-pull-7,
#custom-aob-footer .small-pull-7 {
  position: relative;
  left: -58.3333%;
}

#custom-aob-hero .small-offset-6,
#custom-aob-footer .small-offset-6 {
  margin-left: 50%;
}

#custom-aob-hero .small-8,
#custom-aob-footer .small-8 {
  width: 66.6667%;
}

#custom-aob-hero .small-push-8,
#custom-aob-footer .small-push-8 {
  position: relative;
  left: 66.6667%;
}

#custom-aob-hero .small-pull-8,
#custom-aob-footer .small-pull-8 {
  position: relative;
  left: -66.6667%;
}

#custom-aob-hero .small-offset-7,
#custom-aob-footer .small-offset-7 {
  margin-left: 58.3333%;
}

#custom-aob-hero .small-9,
#custom-aob-footer .small-9 {
  width: 75%;
}

#custom-aob-hero .small-push-9,
#custom-aob-footer .small-push-9 {
  position: relative;
  left: 75%;
}

#custom-aob-hero .small-pull-9,
#custom-aob-footer .small-pull-9 {
  position: relative;
  left: -75%;
}

#custom-aob-hero .small-offset-8,
#custom-aob-footer .small-offset-8 {
  margin-left: 66.6667%;
}

#custom-aob-hero .small-10,
#custom-aob-footer .small-10 {
  width: 83.3333%;
}

#custom-aob-hero .small-push-10,
#custom-aob-footer .small-push-10 {
  position: relative;
  left: 83.3333%;
}

#custom-aob-hero .small-pull-10,
#custom-aob-footer .small-pull-10 {
  position: relative;
  left: -83.3333%;
}

#custom-aob-hero .small-offset-9,
#custom-aob-footer .small-offset-9 {
  margin-left: 75%;
}

#custom-aob-hero .small-11,
#custom-aob-footer .small-11 {
  width: 91.6667%;
}

#custom-aob-hero .small-push-11,
#custom-aob-footer .small-push-11 {
  position: relative;
  left: 91.6667%;
}

#custom-aob-hero .small-pull-11,
#custom-aob-footer .small-pull-11 {
  position: relative;
  left: -91.6667%;
}

#custom-aob-hero .small-offset-10,
#custom-aob-footer .small-offset-10 {
  margin-left: 83.3333%;
}

#custom-aob-hero .small-12,
#custom-aob-footer .small-12 {
  width: 100%;
}

#custom-aob-hero .small-offset-11,
#custom-aob-footer .small-offset-11 {
  margin-left: 91.6667%;
}

#custom-aob-hero .small-up-1>.column, #custom-aob-hero .small-up-1>.columns,
#custom-aob-footer .small-up-1>.column,
#custom-aob-footer .small-up-1>.columns {
  width: 100%;
  float: left;
}

#custom-aob-hero .small-up-1>.column:nth-of-type(1n), #custom-aob-hero .small-up-1>.columns:nth-of-type(1n),
#custom-aob-footer .small-up-1>.column:nth-of-type(1n),
#custom-aob-footer .small-up-1>.columns:nth-of-type(1n) {
  clear: none;
}

#custom-aob-hero .small-up-1>.column:nth-of-type(1n+1), #custom-aob-hero .small-up-1>.columns:nth-of-type(1n+1),
#custom-aob-footer .small-up-1>.column:nth-of-type(1n+1),
#custom-aob-footer .small-up-1>.columns:nth-of-type(1n+1) {
  clear: both;
}

#custom-aob-hero .small-up-1>.column:last-child, #custom-aob-hero .small-up-1>.columns:last-child,
#custom-aob-footer .small-up-1>.column:last-child,
#custom-aob-footer .small-up-1>.columns:last-child {
  float: left;
}

#custom-aob-hero .small-up-2>.column, #custom-aob-hero .small-up-2>.columns,
#custom-aob-footer .small-up-2>.column,
#custom-aob-footer .small-up-2>.columns {
  width: 50%;
  float: left;
}

#custom-aob-hero .small-up-2>.column:nth-of-type(1n), #custom-aob-hero .small-up-2>.columns:nth-of-type(1n),
#custom-aob-footer .small-up-2>.column:nth-of-type(1n),
#custom-aob-footer .small-up-2>.columns:nth-of-type(1n) {
  clear: none;
}

#custom-aob-hero .small-up-2>.column:nth-of-type(2n+1), #custom-aob-hero .small-up-2>.columns:nth-of-type(2n+1),
#custom-aob-footer .small-up-2>.column:nth-of-type(2n+1),
#custom-aob-footer .small-up-2>.columns:nth-of-type(2n+1) {
  clear: both;
}

#custom-aob-hero .small-up-2>.column:last-child, #custom-aob-hero .small-up-2>.columns:last-child,
#custom-aob-footer .small-up-2>.column:last-child,
#custom-aob-footer .small-up-2>.columns:last-child {
  float: left;
}

#custom-aob-hero .small-up-3>.column, #custom-aob-hero .small-up-3>.columns,
#custom-aob-footer .small-up-3>.column,
#custom-aob-footer .small-up-3>.columns {
  width: 33.3333%;
  float: left;
}

#custom-aob-hero .small-up-3>.column:nth-of-type(1n), #custom-aob-hero .small-up-3>.columns:nth-of-type(1n),
#custom-aob-footer .small-up-3>.column:nth-of-type(1n),
#custom-aob-footer .small-up-3>.columns:nth-of-type(1n) {
  clear: none;
}

#custom-aob-hero .small-up-3>.column:nth-of-type(3n+1), #custom-aob-hero .small-up-3>.columns:nth-of-type(3n+1),
#custom-aob-footer .small-up-3>.column:nth-of-type(3n+1),
#custom-aob-footer .small-up-3>.columns:nth-of-type(3n+1) {
  clear: both;
}

#custom-aob-hero .small-up-3>.column:last-child, #custom-aob-hero .small-up-3>.columns:last-child,
#custom-aob-footer .small-up-3>.column:last-child,
#custom-aob-footer .small-up-3>.columns:last-child {
  float: left;
}

#custom-aob-hero .small-up-4>.column, #custom-aob-hero .small-up-4>.columns,
#custom-aob-footer .small-up-4>.column,
#custom-aob-footer .small-up-4>.columns {
  width: 25%;
  float: left;
}

#custom-aob-hero .small-up-4>.column:nth-of-type(1n), #custom-aob-hero .small-up-4>.columns:nth-of-type(1n),
#custom-aob-footer .small-up-4>.column:nth-of-type(1n),
#custom-aob-footer .small-up-4>.columns:nth-of-type(1n) {
  clear: none;
}

#custom-aob-hero .small-up-4>.column:nth-of-type(4n+1), #custom-aob-hero .small-up-4>.columns:nth-of-type(4n+1),
#custom-aob-footer .small-up-4>.column:nth-of-type(4n+1),
#custom-aob-footer .small-up-4>.columns:nth-of-type(4n+1) {
  clear: both;
}

#custom-aob-hero .small-up-4>.column:last-child, #custom-aob-hero .small-up-4>.columns:last-child,
#custom-aob-footer .small-up-4>.column:last-child,
#custom-aob-footer .small-up-4>.columns:last-child {
  float: left;
}

#custom-aob-hero .small-up-5>.column, #custom-aob-hero .small-up-5>.columns,
#custom-aob-footer .small-up-5>.column,
#custom-aob-footer .small-up-5>.columns {
  width: 20%;
  float: left;
}

#custom-aob-hero .small-up-5>.column:nth-of-type(1n), #custom-aob-hero .small-up-5>.columns:nth-of-type(1n),
#custom-aob-footer .small-up-5>.column:nth-of-type(1n),
#custom-aob-footer .small-up-5>.columns:nth-of-type(1n) {
  clear: none;
}

#custom-aob-hero .small-up-5>.column:nth-of-type(5n+1), #custom-aob-hero .small-up-5>.columns:nth-of-type(5n+1),
#custom-aob-footer .small-up-5>.column:nth-of-type(5n+1),
#custom-aob-footer .small-up-5>.columns:nth-of-type(5n+1) {
  clear: both;
}

#custom-aob-hero .small-up-5>.column:last-child, #custom-aob-hero .small-up-5>.columns:last-child,
#custom-aob-footer .small-up-5>.column:last-child,
#custom-aob-footer .small-up-5>.columns:last-child {
  float: left;
}

#custom-aob-hero .small-up-6>.column, #custom-aob-hero .small-up-6>.columns,
#custom-aob-footer .small-up-6>.column,
#custom-aob-footer .small-up-6>.columns {
  width: 16.6667%;
  float: left;
}

#custom-aob-hero .small-up-6>.column:nth-of-type(1n), #custom-aob-hero .small-up-6>.columns:nth-of-type(1n),
#custom-aob-footer .small-up-6>.column:nth-of-type(1n),
#custom-aob-footer .small-up-6>.columns:nth-of-type(1n) {
  clear: none;
}

#custom-aob-hero .small-up-6>.column:nth-of-type(6n+1), #custom-aob-hero .small-up-6>.columns:nth-of-type(6n+1),
#custom-aob-footer .small-up-6>.column:nth-of-type(6n+1),
#custom-aob-footer .small-up-6>.columns:nth-of-type(6n+1) {
  clear: both;
}

#custom-aob-hero .small-up-6>.column:last-child, #custom-aob-hero .small-up-6>.columns:last-child,
#custom-aob-footer .small-up-6>.column:last-child,
#custom-aob-footer .small-up-6>.columns:last-child {
  float: left;
}

#custom-aob-hero .small-up-7>.column, #custom-aob-hero .small-up-7>.columns,
#custom-aob-footer .small-up-7>.column,
#custom-aob-footer .small-up-7>.columns {
  width: 14.2857%;
  float: left;
}

#custom-aob-hero .small-up-7>.column:nth-of-type(1n), #custom-aob-hero .small-up-7>.columns:nth-of-type(1n),
#custom-aob-footer .small-up-7>.column:nth-of-type(1n),
#custom-aob-footer .small-up-7>.columns:nth-of-type(1n) {
  clear: none;
}

#custom-aob-hero .small-up-7>.column:nth-of-type(7n+1), #custom-aob-hero .small-up-7>.columns:nth-of-type(7n+1),
#custom-aob-footer .small-up-7>.column:nth-of-type(7n+1),
#custom-aob-footer .small-up-7>.columns:nth-of-type(7n+1) {
  clear: both;
}

#custom-aob-hero .small-up-7>.column:last-child, #custom-aob-hero .small-up-7>.columns:last-child,
#custom-aob-footer .small-up-7>.column:last-child,
#custom-aob-footer .small-up-7>.columns:last-child {
  float: left;
}

#custom-aob-hero .small-up-8>.column, #custom-aob-hero .small-up-8>.columns,
#custom-aob-footer .small-up-8>.column,
#custom-aob-footer .small-up-8>.columns {
  width: 12.5%;
  float: left;
}

#custom-aob-hero .small-up-8>.column:nth-of-type(1n), #custom-aob-hero .small-up-8>.columns:nth-of-type(1n),
#custom-aob-footer .small-up-8>.column:nth-of-type(1n),
#custom-aob-footer .small-up-8>.columns:nth-of-type(1n) {
  clear: none;
}

#custom-aob-hero .small-up-8>.column:nth-of-type(8n+1), #custom-aob-hero .small-up-8>.columns:nth-of-type(8n+1),
#custom-aob-footer .small-up-8>.column:nth-of-type(8n+1),
#custom-aob-footer .small-up-8>.columns:nth-of-type(8n+1) {
  clear: both;
}

#custom-aob-hero .small-up-8>.column:last-child, #custom-aob-hero .small-up-8>.columns:last-child,
#custom-aob-footer .small-up-8>.column:last-child,
#custom-aob-footer .small-up-8>.columns:last-child {
  float: left;
}

#custom-aob-hero .small-collapse>.column, #custom-aob-hero .small-collapse>.columns,
#custom-aob-footer .small-collapse>.column,
#custom-aob-footer .small-collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

#custom-aob-hero .small-collapse .row,
#custom-aob-footer .small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

#custom-aob-hero .expanded.row .small-collapse.row,
#custom-aob-footer .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

#custom-aob-hero .small-uncollapse>.column, #custom-aob-hero .small-uncollapse>.columns,
#custom-aob-footer .small-uncollapse>.column,
#custom-aob-footer .small-uncollapse>.columns {
  padding-left: 0.5556rem;
  padding-right: 0.5556rem;
}

#custom-aob-hero .small-centered,
#custom-aob-footer .small-centered {
  margin-left: auto;
  margin-right: auto;
}

#custom-aob-hero .small-centered, #custom-aob-hero .small-centered:last-child:not(:first-child),
#custom-aob-footer .small-centered,
#custom-aob-footer .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

#custom-aob-hero .small-uncentered, #custom-aob-hero .small-push-0, #custom-aob-hero .small-pull-0,
#custom-aob-footer .small-uncentered,
#custom-aob-footer .small-push-0,
#custom-aob-footer .small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 34.375em) {

  #custom-aob-hero .smallh-1,
  #custom-aob-footer .smallh-1 {
    width: 8.3333%;
  }

  #custom-aob-hero .smallh-push-1,
  #custom-aob-footer .smallh-push-1 {
    position: relative;
    left: 8.3333%;
  }

  #custom-aob-hero .smallh-pull-1,
  #custom-aob-footer .smallh-pull-1 {
    position: relative;
    left: -8.3333%;
  }

  #custom-aob-hero .smallh-offset-0,
  #custom-aob-footer .smallh-offset-0 {
    margin-left: 0%;
  }

  #custom-aob-hero .smallh-2,
  #custom-aob-footer .smallh-2 {
    width: 16.6667%;
  }

  #custom-aob-hero .smallh-push-2,
  #custom-aob-footer .smallh-push-2 {
    position: relative;
    left: 16.6667%;
  }

  #custom-aob-hero .smallh-pull-2,
  #custom-aob-footer .smallh-pull-2 {
    position: relative;
    left: -16.6667%;
  }

  #custom-aob-hero .smallh-offset-1,
  #custom-aob-footer .smallh-offset-1 {
    margin-left: 8.3333%;
  }

  #custom-aob-hero .smallh-3,
  #custom-aob-footer .smallh-3 {
    width: 25%;
  }

  #custom-aob-hero .smallh-push-3,
  #custom-aob-footer .smallh-push-3 {
    position: relative;
    left: 25%;
  }

  #custom-aob-hero .smallh-pull-3,
  #custom-aob-footer .smallh-pull-3 {
    position: relative;
    left: -25%;
  }

  #custom-aob-hero .smallh-offset-2,
  #custom-aob-footer .smallh-offset-2 {
    margin-left: 16.6667%;
  }

  #custom-aob-hero .smallh-4,
  #custom-aob-footer .smallh-4 {
    width: 33.3333%;
  }

  #custom-aob-hero .smallh-push-4,
  #custom-aob-footer .smallh-push-4 {
    position: relative;
    left: 33.3333%;
  }

  #custom-aob-hero .smallh-pull-4,
  #custom-aob-footer .smallh-pull-4 {
    position: relative;
    left: -33.3333%;
  }

  #custom-aob-hero .smallh-offset-3,
  #custom-aob-footer .smallh-offset-3 {
    margin-left: 25%;
  }

  #custom-aob-hero .smallh-5,
  #custom-aob-footer .smallh-5 {
    width: 41.6667%;
  }

  #custom-aob-hero .smallh-push-5,
  #custom-aob-footer .smallh-push-5 {
    position: relative;
    left: 41.6667%;
  }

  #custom-aob-hero .smallh-pull-5,
  #custom-aob-footer .smallh-pull-5 {
    position: relative;
    left: -41.6667%;
  }

  #custom-aob-hero .smallh-offset-4,
  #custom-aob-footer .smallh-offset-4 {
    margin-left: 33.3333%;
  }

  #custom-aob-hero .smallh-6,
  #custom-aob-footer .smallh-6 {
    width: 50%;
  }

  #custom-aob-hero .smallh-push-6,
  #custom-aob-footer .smallh-push-6 {
    position: relative;
    left: 50%;
  }

  #custom-aob-hero .smallh-pull-6,
  #custom-aob-footer .smallh-pull-6 {
    position: relative;
    left: -50%;
  }

  #custom-aob-hero .smallh-offset-5,
  #custom-aob-footer .smallh-offset-5 {
    margin-left: 41.6667%;
  }

  #custom-aob-hero .smallh-7,
  #custom-aob-footer .smallh-7 {
    width: 58.3333%;
  }

  #custom-aob-hero .smallh-push-7,
  #custom-aob-footer .smallh-push-7 {
    position: relative;
    left: 58.3333%;
  }

  #custom-aob-hero .smallh-pull-7,
  #custom-aob-footer .smallh-pull-7 {
    position: relative;
    left: -58.3333%;
  }

  #custom-aob-hero .smallh-offset-6,
  #custom-aob-footer .smallh-offset-6 {
    margin-left: 50%;
  }

  #custom-aob-hero .smallh-8,
  #custom-aob-footer .smallh-8 {
    width: 66.6667%;
  }

  #custom-aob-hero .smallh-push-8,
  #custom-aob-footer .smallh-push-8 {
    position: relative;
    left: 66.6667%;
  }

  #custom-aob-hero .smallh-pull-8,
  #custom-aob-footer .smallh-pull-8 {
    position: relative;
    left: -66.6667%;
  }

  #custom-aob-hero .smallh-offset-7,
  #custom-aob-footer .smallh-offset-7 {
    margin-left: 58.3333%;
  }

  #custom-aob-hero .smallh-9,
  #custom-aob-footer .smallh-9 {
    width: 75%;
  }

  #custom-aob-hero .smallh-push-9,
  #custom-aob-footer .smallh-push-9 {
    position: relative;
    left: 75%;
  }

  #custom-aob-hero .smallh-pull-9,
  #custom-aob-footer .smallh-pull-9 {
    position: relative;
    left: -75%;
  }

  #custom-aob-hero .smallh-offset-8,
  #custom-aob-footer .smallh-offset-8 {
    margin-left: 66.6667%;
  }

  #custom-aob-hero .smallh-10,
  #custom-aob-footer .smallh-10 {
    width: 83.3333%;
  }

  #custom-aob-hero .smallh-push-10,
  #custom-aob-footer .smallh-push-10 {
    position: relative;
    left: 83.3333%;
  }

  #custom-aob-hero .smallh-pull-10,
  #custom-aob-footer .smallh-pull-10 {
    position: relative;
    left: -83.3333%;
  }

  #custom-aob-hero .smallh-offset-9,
  #custom-aob-footer .smallh-offset-9 {
    margin-left: 75%;
  }

  #custom-aob-hero .smallh-11,
  #custom-aob-footer .smallh-11 {
    width: 91.6667%;
  }

  #custom-aob-hero .smallh-push-11,
  #custom-aob-footer .smallh-push-11 {
    position: relative;
    left: 91.6667%;
  }

  #custom-aob-hero .smallh-pull-11,
  #custom-aob-footer .smallh-pull-11 {
    position: relative;
    left: -91.6667%;
  }

  #custom-aob-hero .smallh-offset-10,
  #custom-aob-footer .smallh-offset-10 {
    margin-left: 83.3333%;
  }

  #custom-aob-hero .smallh-12,
  #custom-aob-footer .smallh-12 {
    width: 100%;
  }

  #custom-aob-hero .smallh-offset-11,
  #custom-aob-footer .smallh-offset-11 {
    margin-left: 91.6667%;
  }

  #custom-aob-hero .smallh-up-1>.column, #custom-aob-hero .smallh-up-1>.columns,
  #custom-aob-footer .smallh-up-1>.column,
  #custom-aob-footer .smallh-up-1>.columns {
    width: 100%;
    float: left;
  }

  #custom-aob-hero .smallh-up-1>.column:nth-of-type(1n), #custom-aob-hero .smallh-up-1>.columns:nth-of-type(1n),
  #custom-aob-footer .smallh-up-1>.column:nth-of-type(1n),
  #custom-aob-footer .smallh-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .smallh-up-1>.column:nth-of-type(1n+1), #custom-aob-hero .smallh-up-1>.columns:nth-of-type(1n+1),
  #custom-aob-footer .smallh-up-1>.column:nth-of-type(1n+1),
  #custom-aob-footer .smallh-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  #custom-aob-hero .smallh-up-1>.column:last-child, #custom-aob-hero .smallh-up-1>.columns:last-child,
  #custom-aob-footer .smallh-up-1>.column:last-child,
  #custom-aob-footer .smallh-up-1>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .smallh-up-2>.column, #custom-aob-hero .smallh-up-2>.columns,
  #custom-aob-footer .smallh-up-2>.column,
  #custom-aob-footer .smallh-up-2>.columns {
    width: 50%;
    float: left;
  }

  #custom-aob-hero .smallh-up-2>.column:nth-of-type(1n), #custom-aob-hero .smallh-up-2>.columns:nth-of-type(1n),
  #custom-aob-footer .smallh-up-2>.column:nth-of-type(1n),
  #custom-aob-footer .smallh-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .smallh-up-2>.column:nth-of-type(2n+1), #custom-aob-hero .smallh-up-2>.columns:nth-of-type(2n+1),
  #custom-aob-footer .smallh-up-2>.column:nth-of-type(2n+1),
  #custom-aob-footer .smallh-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  #custom-aob-hero .smallh-up-2>.column:last-child, #custom-aob-hero .smallh-up-2>.columns:last-child,
  #custom-aob-footer .smallh-up-2>.column:last-child,
  #custom-aob-footer .smallh-up-2>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .smallh-up-3>.column, #custom-aob-hero .smallh-up-3>.columns,
  #custom-aob-footer .smallh-up-3>.column,
  #custom-aob-footer .smallh-up-3>.columns {
    width: 33.3333%;
    float: left;
  }

  #custom-aob-hero .smallh-up-3>.column:nth-of-type(1n), #custom-aob-hero .smallh-up-3>.columns:nth-of-type(1n),
  #custom-aob-footer .smallh-up-3>.column:nth-of-type(1n),
  #custom-aob-footer .smallh-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .smallh-up-3>.column:nth-of-type(3n+1), #custom-aob-hero .smallh-up-3>.columns:nth-of-type(3n+1),
  #custom-aob-footer .smallh-up-3>.column:nth-of-type(3n+1),
  #custom-aob-footer .smallh-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  #custom-aob-hero .smallh-up-3>.column:last-child, #custom-aob-hero .smallh-up-3>.columns:last-child,
  #custom-aob-footer .smallh-up-3>.column:last-child,
  #custom-aob-footer .smallh-up-3>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .smallh-up-4>.column, #custom-aob-hero .smallh-up-4>.columns,
  #custom-aob-footer .smallh-up-4>.column,
  #custom-aob-footer .smallh-up-4>.columns {
    width: 25%;
    float: left;
  }

  #custom-aob-hero .smallh-up-4>.column:nth-of-type(1n), #custom-aob-hero .smallh-up-4>.columns:nth-of-type(1n),
  #custom-aob-footer .smallh-up-4>.column:nth-of-type(1n),
  #custom-aob-footer .smallh-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .smallh-up-4>.column:nth-of-type(4n+1), #custom-aob-hero .smallh-up-4>.columns:nth-of-type(4n+1),
  #custom-aob-footer .smallh-up-4>.column:nth-of-type(4n+1),
  #custom-aob-footer .smallh-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  #custom-aob-hero .smallh-up-4>.column:last-child, #custom-aob-hero .smallh-up-4>.columns:last-child,
  #custom-aob-footer .smallh-up-4>.column:last-child,
  #custom-aob-footer .smallh-up-4>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .smallh-up-5>.column, #custom-aob-hero .smallh-up-5>.columns,
  #custom-aob-footer .smallh-up-5>.column,
  #custom-aob-footer .smallh-up-5>.columns {
    width: 20%;
    float: left;
  }

  #custom-aob-hero .smallh-up-5>.column:nth-of-type(1n), #custom-aob-hero .smallh-up-5>.columns:nth-of-type(1n),
  #custom-aob-footer .smallh-up-5>.column:nth-of-type(1n),
  #custom-aob-footer .smallh-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .smallh-up-5>.column:nth-of-type(5n+1), #custom-aob-hero .smallh-up-5>.columns:nth-of-type(5n+1),
  #custom-aob-footer .smallh-up-5>.column:nth-of-type(5n+1),
  #custom-aob-footer .smallh-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  #custom-aob-hero .smallh-up-5>.column:last-child, #custom-aob-hero .smallh-up-5>.columns:last-child,
  #custom-aob-footer .smallh-up-5>.column:last-child,
  #custom-aob-footer .smallh-up-5>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .smallh-up-6>.column, #custom-aob-hero .smallh-up-6>.columns,
  #custom-aob-footer .smallh-up-6>.column,
  #custom-aob-footer .smallh-up-6>.columns {
    width: 16.6667%;
    float: left;
  }

  #custom-aob-hero .smallh-up-6>.column:nth-of-type(1n), #custom-aob-hero .smallh-up-6>.columns:nth-of-type(1n),
  #custom-aob-footer .smallh-up-6>.column:nth-of-type(1n),
  #custom-aob-footer .smallh-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .smallh-up-6>.column:nth-of-type(6n+1), #custom-aob-hero .smallh-up-6>.columns:nth-of-type(6n+1),
  #custom-aob-footer .smallh-up-6>.column:nth-of-type(6n+1),
  #custom-aob-footer .smallh-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  #custom-aob-hero .smallh-up-6>.column:last-child, #custom-aob-hero .smallh-up-6>.columns:last-child,
  #custom-aob-footer .smallh-up-6>.column:last-child,
  #custom-aob-footer .smallh-up-6>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .smallh-up-7>.column, #custom-aob-hero .smallh-up-7>.columns,
  #custom-aob-footer .smallh-up-7>.column,
  #custom-aob-footer .smallh-up-7>.columns {
    width: 14.2857%;
    float: left;
  }

  #custom-aob-hero .smallh-up-7>.column:nth-of-type(1n), #custom-aob-hero .smallh-up-7>.columns:nth-of-type(1n),
  #custom-aob-footer .smallh-up-7>.column:nth-of-type(1n),
  #custom-aob-footer .smallh-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .smallh-up-7>.column:nth-of-type(7n+1), #custom-aob-hero .smallh-up-7>.columns:nth-of-type(7n+1),
  #custom-aob-footer .smallh-up-7>.column:nth-of-type(7n+1),
  #custom-aob-footer .smallh-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  #custom-aob-hero .smallh-up-7>.column:last-child, #custom-aob-hero .smallh-up-7>.columns:last-child,
  #custom-aob-footer .smallh-up-7>.column:last-child,
  #custom-aob-footer .smallh-up-7>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .smallh-up-8>.column, #custom-aob-hero .smallh-up-8>.columns,
  #custom-aob-footer .smallh-up-8>.column,
  #custom-aob-footer .smallh-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  #custom-aob-hero .smallh-up-8>.column:nth-of-type(1n), #custom-aob-hero .smallh-up-8>.columns:nth-of-type(1n),
  #custom-aob-footer .smallh-up-8>.column:nth-of-type(1n),
  #custom-aob-footer .smallh-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .smallh-up-8>.column:nth-of-type(8n+1), #custom-aob-hero .smallh-up-8>.columns:nth-of-type(8n+1),
  #custom-aob-footer .smallh-up-8>.column:nth-of-type(8n+1),
  #custom-aob-footer .smallh-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  #custom-aob-hero .smallh-up-8>.column:last-child, #custom-aob-hero .smallh-up-8>.columns:last-child,
  #custom-aob-footer .smallh-up-8>.column:last-child,
  #custom-aob-footer .smallh-up-8>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .smallh-collapse>.column, #custom-aob-hero .smallh-collapse>.columns,
  #custom-aob-footer .smallh-collapse>.column,
  #custom-aob-footer .smallh-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  #custom-aob-hero .smallh-collapse .row,
  #custom-aob-footer .smallh-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  #custom-aob-hero .expanded.row .smallh-collapse.row,
  #custom-aob-footer .expanded.row .smallh-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  #custom-aob-hero .smallh-uncollapse>.column, #custom-aob-hero .smallh-uncollapse>.columns,
  #custom-aob-footer .smallh-uncollapse>.column,
  #custom-aob-footer .smallh-uncollapse>.columns {
    padding-left: 0.5556rem;
    padding-right: 0.5556rem;
  }

  #custom-aob-hero .smallh-centered,
  #custom-aob-footer .smallh-centered {
    margin-left: auto;
    margin-right: auto;
  }

  #custom-aob-hero .smallh-centered, #custom-aob-hero .smallh-centered:last-child:not(:first-child),
  #custom-aob-footer .smallh-centered,
  #custom-aob-footer .smallh-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  #custom-aob-hero .smallh-uncentered, #custom-aob-hero .smallh-push-0, #custom-aob-hero .smallh-pull-0,
  #custom-aob-footer .smallh-uncentered,
  #custom-aob-footer .smallh-push-0,
  #custom-aob-footer .smallh-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 50em) {

  #custom-aob-hero .medium-1,
  #custom-aob-footer .medium-1 {
    width: 8.3333%;
  }

  #custom-aob-hero .medium-push-1,
  #custom-aob-footer .medium-push-1 {
    position: relative;
    left: 8.3333%;
  }

  #custom-aob-hero .medium-pull-1,
  #custom-aob-footer .medium-pull-1 {
    position: relative;
    left: -8.3333%;
  }

  #custom-aob-hero .medium-offset-0,
  #custom-aob-footer .medium-offset-0 {
    margin-left: 0%;
  }

  #custom-aob-hero .medium-2,
  #custom-aob-footer .medium-2 {
    width: 16.6667%;
  }

  #custom-aob-hero .medium-push-2,
  #custom-aob-footer .medium-push-2 {
    position: relative;
    left: 16.6667%;
  }

  #custom-aob-hero .medium-pull-2,
  #custom-aob-footer .medium-pull-2 {
    position: relative;
    left: -16.6667%;
  }

  #custom-aob-hero .medium-offset-1,
  #custom-aob-footer .medium-offset-1 {
    margin-left: 8.3333%;
  }

  #custom-aob-hero .medium-3,
  #custom-aob-footer .medium-3 {
    width: 25%;
  }

  #custom-aob-hero .medium-push-3,
  #custom-aob-footer .medium-push-3 {
    position: relative;
    left: 25%;
  }

  #custom-aob-hero .medium-pull-3,
  #custom-aob-footer .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  #custom-aob-hero .medium-offset-2,
  #custom-aob-footer .medium-offset-2 {
    margin-left: 16.6667%;
  }

  #custom-aob-hero .medium-4,
  #custom-aob-footer .medium-4 {
    width: 33.3333%;
  }

  #custom-aob-hero .medium-push-4,
  #custom-aob-footer .medium-push-4 {
    position: relative;
    left: 33.3333%;
  }

  #custom-aob-hero .medium-pull-4,
  #custom-aob-footer .medium-pull-4 {
    position: relative;
    left: -33.3333%;
  }

  #custom-aob-hero .medium-offset-3,
  #custom-aob-footer .medium-offset-3 {
    margin-left: 25%;
  }

  #custom-aob-hero .medium-5,
  #custom-aob-footer .medium-5 {
    width: 41.6667%;
  }

  #custom-aob-hero .medium-push-5,
  #custom-aob-footer .medium-push-5 {
    position: relative;
    left: 41.6667%;
  }

  #custom-aob-hero .medium-pull-5,
  #custom-aob-footer .medium-pull-5 {
    position: relative;
    left: -41.6667%;
  }

  #custom-aob-hero .medium-offset-4,
  #custom-aob-footer .medium-offset-4 {
    margin-left: 33.3333%;
  }

  #custom-aob-hero .medium-6,
  #custom-aob-footer .medium-6 {
    width: 50%;
  }

  #custom-aob-hero .medium-push-6,
  #custom-aob-footer .medium-push-6 {
    position: relative;
    left: 50%;
  }

  #custom-aob-hero .medium-pull-6,
  #custom-aob-footer .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  #custom-aob-hero .medium-offset-5,
  #custom-aob-footer .medium-offset-5 {
    margin-left: 41.6667%;
  }

  #custom-aob-hero .medium-7,
  #custom-aob-footer .medium-7 {
    width: 58.3333%;
  }

  #custom-aob-hero .medium-push-7,
  #custom-aob-footer .medium-push-7 {
    position: relative;
    left: 58.3333%;
  }

  #custom-aob-hero .medium-pull-7,
  #custom-aob-footer .medium-pull-7 {
    position: relative;
    left: -58.3333%;
  }

  #custom-aob-hero .medium-offset-6,
  #custom-aob-footer .medium-offset-6 {
    margin-left: 50%;
  }

  #custom-aob-hero .medium-8,
  #custom-aob-footer .medium-8 {
    width: 66.6667%;
  }

  #custom-aob-hero .medium-push-8,
  #custom-aob-footer .medium-push-8 {
    position: relative;
    left: 66.6667%;
  }

  #custom-aob-hero .medium-pull-8,
  #custom-aob-footer .medium-pull-8 {
    position: relative;
    left: -66.6667%;
  }

  #custom-aob-hero .medium-offset-7,
  #custom-aob-footer .medium-offset-7 {
    margin-left: 58.3333%;
  }

  #custom-aob-hero .medium-9,
  #custom-aob-footer .medium-9 {
    width: 75%;
  }

  #custom-aob-hero .medium-push-9,
  #custom-aob-footer .medium-push-9 {
    position: relative;
    left: 75%;
  }

  #custom-aob-hero .medium-pull-9,
  #custom-aob-footer .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  #custom-aob-hero .medium-offset-8,
  #custom-aob-footer .medium-offset-8 {
    margin-left: 66.6667%;
  }

  #custom-aob-hero .medium-10,
  #custom-aob-footer .medium-10 {
    width: 83.3333%;
  }

  #custom-aob-hero .medium-push-10,
  #custom-aob-footer .medium-push-10 {
    position: relative;
    left: 83.3333%;
  }

  #custom-aob-hero .medium-pull-10,
  #custom-aob-footer .medium-pull-10 {
    position: relative;
    left: -83.3333%;
  }

  #custom-aob-hero .medium-offset-9,
  #custom-aob-footer .medium-offset-9 {
    margin-left: 75%;
  }

  #custom-aob-hero .medium-11,
  #custom-aob-footer .medium-11 {
    width: 91.6667%;
  }

  #custom-aob-hero .medium-push-11,
  #custom-aob-footer .medium-push-11 {
    position: relative;
    left: 91.6667%;
  }

  #custom-aob-hero .medium-pull-11,
  #custom-aob-footer .medium-pull-11 {
    position: relative;
    left: -91.6667%;
  }

  #custom-aob-hero .medium-offset-10,
  #custom-aob-footer .medium-offset-10 {
    margin-left: 83.3333%;
  }

  #custom-aob-hero .medium-12,
  #custom-aob-footer .medium-12 {
    width: 100%;
  }

  #custom-aob-hero .medium-offset-11,
  #custom-aob-footer .medium-offset-11 {
    margin-left: 91.6667%;
  }

  #custom-aob-hero .medium-up-1>.column, #custom-aob-hero .medium-up-1>.columns,
  #custom-aob-footer .medium-up-1>.column,
  #custom-aob-footer .medium-up-1>.columns {
    width: 100%;
    float: left;
  }

  #custom-aob-hero .medium-up-1>.column:nth-of-type(1n), #custom-aob-hero .medium-up-1>.columns:nth-of-type(1n),
  #custom-aob-footer .medium-up-1>.column:nth-of-type(1n),
  #custom-aob-footer .medium-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .medium-up-1>.column:nth-of-type(1n+1), #custom-aob-hero .medium-up-1>.columns:nth-of-type(1n+1),
  #custom-aob-footer .medium-up-1>.column:nth-of-type(1n+1),
  #custom-aob-footer .medium-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  #custom-aob-hero .medium-up-1>.column:last-child, #custom-aob-hero .medium-up-1>.columns:last-child,
  #custom-aob-footer .medium-up-1>.column:last-child,
  #custom-aob-footer .medium-up-1>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .medium-up-2>.column, #custom-aob-hero .medium-up-2>.columns,
  #custom-aob-footer .medium-up-2>.column,
  #custom-aob-footer .medium-up-2>.columns {
    width: 50%;
    float: left;
  }

  #custom-aob-hero .medium-up-2>.column:nth-of-type(1n), #custom-aob-hero .medium-up-2>.columns:nth-of-type(1n),
  #custom-aob-footer .medium-up-2>.column:nth-of-type(1n),
  #custom-aob-footer .medium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .medium-up-2>.column:nth-of-type(2n+1), #custom-aob-hero .medium-up-2>.columns:nth-of-type(2n+1),
  #custom-aob-footer .medium-up-2>.column:nth-of-type(2n+1),
  #custom-aob-footer .medium-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  #custom-aob-hero .medium-up-2>.column:last-child, #custom-aob-hero .medium-up-2>.columns:last-child,
  #custom-aob-footer .medium-up-2>.column:last-child,
  #custom-aob-footer .medium-up-2>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .medium-up-3>.column, #custom-aob-hero .medium-up-3>.columns,
  #custom-aob-footer .medium-up-3>.column,
  #custom-aob-footer .medium-up-3>.columns {
    width: 33.3333%;
    float: left;
  }

  #custom-aob-hero .medium-up-3>.column:nth-of-type(1n), #custom-aob-hero .medium-up-3>.columns:nth-of-type(1n),
  #custom-aob-footer .medium-up-3>.column:nth-of-type(1n),
  #custom-aob-footer .medium-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .medium-up-3>.column:nth-of-type(3n+1), #custom-aob-hero .medium-up-3>.columns:nth-of-type(3n+1),
  #custom-aob-footer .medium-up-3>.column:nth-of-type(3n+1),
  #custom-aob-footer .medium-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  #custom-aob-hero .medium-up-3>.column:last-child, #custom-aob-hero .medium-up-3>.columns:last-child,
  #custom-aob-footer .medium-up-3>.column:last-child,
  #custom-aob-footer .medium-up-3>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .medium-up-4>.column, #custom-aob-hero .medium-up-4>.columns,
  #custom-aob-footer .medium-up-4>.column,
  #custom-aob-footer .medium-up-4>.columns {
    width: 25%;
    float: left;
  }

  #custom-aob-hero .medium-up-4>.column:nth-of-type(1n), #custom-aob-hero .medium-up-4>.columns:nth-of-type(1n),
  #custom-aob-footer .medium-up-4>.column:nth-of-type(1n),
  #custom-aob-footer .medium-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .medium-up-4>.column:nth-of-type(4n+1), #custom-aob-hero .medium-up-4>.columns:nth-of-type(4n+1),
  #custom-aob-footer .medium-up-4>.column:nth-of-type(4n+1),
  #custom-aob-footer .medium-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  #custom-aob-hero .medium-up-4>.column:last-child, #custom-aob-hero .medium-up-4>.columns:last-child,
  #custom-aob-footer .medium-up-4>.column:last-child,
  #custom-aob-footer .medium-up-4>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .medium-up-5>.column, #custom-aob-hero .medium-up-5>.columns,
  #custom-aob-footer .medium-up-5>.column,
  #custom-aob-footer .medium-up-5>.columns {
    width: 20%;
    float: left;
  }

  #custom-aob-hero .medium-up-5>.column:nth-of-type(1n), #custom-aob-hero .medium-up-5>.columns:nth-of-type(1n),
  #custom-aob-footer .medium-up-5>.column:nth-of-type(1n),
  #custom-aob-footer .medium-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .medium-up-5>.column:nth-of-type(5n+1), #custom-aob-hero .medium-up-5>.columns:nth-of-type(5n+1),
  #custom-aob-footer .medium-up-5>.column:nth-of-type(5n+1),
  #custom-aob-footer .medium-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  #custom-aob-hero .medium-up-5>.column:last-child, #custom-aob-hero .medium-up-5>.columns:last-child,
  #custom-aob-footer .medium-up-5>.column:last-child,
  #custom-aob-footer .medium-up-5>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .medium-up-6>.column, #custom-aob-hero .medium-up-6>.columns,
  #custom-aob-footer .medium-up-6>.column,
  #custom-aob-footer .medium-up-6>.columns {
    width: 16.6667%;
    float: left;
  }

  #custom-aob-hero .medium-up-6>.column:nth-of-type(1n), #custom-aob-hero .medium-up-6>.columns:nth-of-type(1n),
  #custom-aob-footer .medium-up-6>.column:nth-of-type(1n),
  #custom-aob-footer .medium-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .medium-up-6>.column:nth-of-type(6n+1), #custom-aob-hero .medium-up-6>.columns:nth-of-type(6n+1),
  #custom-aob-footer .medium-up-6>.column:nth-of-type(6n+1),
  #custom-aob-footer .medium-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  #custom-aob-hero .medium-up-6>.column:last-child, #custom-aob-hero .medium-up-6>.columns:last-child,
  #custom-aob-footer .medium-up-6>.column:last-child,
  #custom-aob-footer .medium-up-6>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .medium-up-7>.column, #custom-aob-hero .medium-up-7>.columns,
  #custom-aob-footer .medium-up-7>.column,
  #custom-aob-footer .medium-up-7>.columns {
    width: 14.2857%;
    float: left;
  }

  #custom-aob-hero .medium-up-7>.column:nth-of-type(1n), #custom-aob-hero .medium-up-7>.columns:nth-of-type(1n),
  #custom-aob-footer .medium-up-7>.column:nth-of-type(1n),
  #custom-aob-footer .medium-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .medium-up-7>.column:nth-of-type(7n+1), #custom-aob-hero .medium-up-7>.columns:nth-of-type(7n+1),
  #custom-aob-footer .medium-up-7>.column:nth-of-type(7n+1),
  #custom-aob-footer .medium-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  #custom-aob-hero .medium-up-7>.column:last-child, #custom-aob-hero .medium-up-7>.columns:last-child,
  #custom-aob-footer .medium-up-7>.column:last-child,
  #custom-aob-footer .medium-up-7>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .medium-up-8>.column, #custom-aob-hero .medium-up-8>.columns,
  #custom-aob-footer .medium-up-8>.column,
  #custom-aob-footer .medium-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  #custom-aob-hero .medium-up-8>.column:nth-of-type(1n), #custom-aob-hero .medium-up-8>.columns:nth-of-type(1n),
  #custom-aob-footer .medium-up-8>.column:nth-of-type(1n),
  #custom-aob-footer .medium-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .medium-up-8>.column:nth-of-type(8n+1), #custom-aob-hero .medium-up-8>.columns:nth-of-type(8n+1),
  #custom-aob-footer .medium-up-8>.column:nth-of-type(8n+1),
  #custom-aob-footer .medium-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  #custom-aob-hero .medium-up-8>.column:last-child, #custom-aob-hero .medium-up-8>.columns:last-child,
  #custom-aob-footer .medium-up-8>.column:last-child,
  #custom-aob-footer .medium-up-8>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .medium-collapse>.column, #custom-aob-hero .medium-collapse>.columns,
  #custom-aob-footer .medium-collapse>.column,
  #custom-aob-footer .medium-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  #custom-aob-hero .medium-collapse .row,
  #custom-aob-footer .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  #custom-aob-hero .expanded.row .medium-collapse.row,
  #custom-aob-footer .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  #custom-aob-hero .medium-uncollapse>.column, #custom-aob-hero .medium-uncollapse>.columns,
  #custom-aob-footer .medium-uncollapse>.column,
  #custom-aob-footer .medium-uncollapse>.columns {
    padding-left: 0.8333rem;
    padding-right: 0.8333rem;
  }

  #custom-aob-hero .medium-centered,
  #custom-aob-footer .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }

  #custom-aob-hero .medium-centered, #custom-aob-hero .medium-centered:last-child:not(:first-child),
  #custom-aob-footer .medium-centered,
  #custom-aob-footer .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  #custom-aob-hero .medium-uncentered, #custom-aob-hero .medium-push-0, #custom-aob-hero .medium-pull-0,
  #custom-aob-footer .medium-uncentered,
  #custom-aob-footer .medium-push-0,
  #custom-aob-footer .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 75em) {

  #custom-aob-hero .large-1,
  #custom-aob-footer .large-1 {
    width: 8.3333%;
  }

  #custom-aob-hero .large-push-1,
  #custom-aob-footer .large-push-1 {
    position: relative;
    left: 8.3333%;
  }

  #custom-aob-hero .large-pull-1,
  #custom-aob-footer .large-pull-1 {
    position: relative;
    left: -8.3333%;
  }

  #custom-aob-hero .large-offset-0,
  #custom-aob-footer .large-offset-0 {
    margin-left: 0%;
  }

  #custom-aob-hero .large-2,
  #custom-aob-footer .large-2 {
    width: 16.6667%;
  }

  #custom-aob-hero .large-push-2,
  #custom-aob-footer .large-push-2 {
    position: relative;
    left: 16.6667%;
  }

  #custom-aob-hero .large-pull-2,
  #custom-aob-footer .large-pull-2 {
    position: relative;
    left: -16.6667%;
  }

  #custom-aob-hero .large-offset-1,
  #custom-aob-footer .large-offset-1 {
    margin-left: 8.3333%;
  }

  #custom-aob-hero .large-3,
  #custom-aob-footer .large-3 {
    width: 25%;
  }

  #custom-aob-hero .large-push-3,
  #custom-aob-footer .large-push-3 {
    position: relative;
    left: 25%;
  }

  #custom-aob-hero .large-pull-3,
  #custom-aob-footer .large-pull-3 {
    position: relative;
    left: -25%;
  }

  #custom-aob-hero .large-offset-2,
  #custom-aob-footer .large-offset-2 {
    margin-left: 16.6667%;
  }

  #custom-aob-hero .large-4,
  #custom-aob-footer .large-4 {
    width: 33.3333%;
  }

  #custom-aob-hero .large-push-4,
  #custom-aob-footer .large-push-4 {
    position: relative;
    left: 33.3333%;
  }

  #custom-aob-hero .large-pull-4,
  #custom-aob-footer .large-pull-4 {
    position: relative;
    left: -33.3333%;
  }

  #custom-aob-hero .large-offset-3,
  #custom-aob-footer .large-offset-3 {
    margin-left: 25%;
  }

  #custom-aob-hero .large-5,
  #custom-aob-footer .large-5 {
    width: 41.6667%;
  }

  #custom-aob-hero .large-push-5,
  #custom-aob-footer .large-push-5 {
    position: relative;
    left: 41.6667%;
  }

  #custom-aob-hero .large-pull-5,
  #custom-aob-footer .large-pull-5 {
    position: relative;
    left: -41.6667%;
  }

  #custom-aob-hero .large-offset-4,
  #custom-aob-footer .large-offset-4 {
    margin-left: 33.3333%;
  }

  #custom-aob-hero .large-6,
  #custom-aob-footer .large-6 {
    width: 50%;
  }

  #custom-aob-hero .large-push-6,
  #custom-aob-footer .large-push-6 {
    position: relative;
    left: 50%;
  }

  #custom-aob-hero .large-pull-6,
  #custom-aob-footer .large-pull-6 {
    position: relative;
    left: -50%;
  }

  #custom-aob-hero .large-offset-5,
  #custom-aob-footer .large-offset-5 {
    margin-left: 41.6667%;
  }

  #custom-aob-hero .large-7,
  #custom-aob-footer .large-7 {
    width: 58.3333%;
  }

  #custom-aob-hero .large-push-7,
  #custom-aob-footer .large-push-7 {
    position: relative;
    left: 58.3333%;
  }

  #custom-aob-hero .large-pull-7,
  #custom-aob-footer .large-pull-7 {
    position: relative;
    left: -58.3333%;
  }

  #custom-aob-hero .large-offset-6,
  #custom-aob-footer .large-offset-6 {
    margin-left: 50%;
  }

  #custom-aob-hero .large-8,
  #custom-aob-footer .large-8 {
    width: 66.6667%;
  }

  #custom-aob-hero .large-push-8,
  #custom-aob-footer .large-push-8 {
    position: relative;
    left: 66.6667%;
  }

  #custom-aob-hero .large-pull-8,
  #custom-aob-footer .large-pull-8 {
    position: relative;
    left: -66.6667%;
  }

  #custom-aob-hero .large-offset-7,
  #custom-aob-footer .large-offset-7 {
    margin-left: 58.3333%;
  }

  #custom-aob-hero .large-9,
  #custom-aob-footer .large-9 {
    width: 75%;
  }

  #custom-aob-hero .large-push-9,
  #custom-aob-footer .large-push-9 {
    position: relative;
    left: 75%;
  }

  #custom-aob-hero .large-pull-9,
  #custom-aob-footer .large-pull-9 {
    position: relative;
    left: -75%;
  }

  #custom-aob-hero .large-offset-8,
  #custom-aob-footer .large-offset-8 {
    margin-left: 66.6667%;
  }

  #custom-aob-hero .large-10,
  #custom-aob-footer .large-10 {
    width: 83.3333%;
  }

  #custom-aob-hero .large-push-10,
  #custom-aob-footer .large-push-10 {
    position: relative;
    left: 83.3333%;
  }

  #custom-aob-hero .large-pull-10,
  #custom-aob-footer .large-pull-10 {
    position: relative;
    left: -83.3333%;
  }

  #custom-aob-hero .large-offset-9,
  #custom-aob-footer .large-offset-9 {
    margin-left: 75%;
  }

  #custom-aob-hero .large-11,
  #custom-aob-footer .large-11 {
    width: 91.6667%;
  }

  #custom-aob-hero .large-push-11,
  #custom-aob-footer .large-push-11 {
    position: relative;
    left: 91.6667%;
  }

  #custom-aob-hero .large-pull-11,
  #custom-aob-footer .large-pull-11 {
    position: relative;
    left: -91.6667%;
  }

  #custom-aob-hero .large-offset-10,
  #custom-aob-footer .large-offset-10 {
    margin-left: 83.3333%;
  }

  #custom-aob-hero .large-12,
  #custom-aob-footer .large-12 {
    width: 100%;
  }

  #custom-aob-hero .large-offset-11,
  #custom-aob-footer .large-offset-11 {
    margin-left: 91.6667%;
  }

  #custom-aob-hero .large-up-1>.column, #custom-aob-hero .large-up-1>.columns,
  #custom-aob-footer .large-up-1>.column,
  #custom-aob-footer .large-up-1>.columns {
    width: 100%;
    float: left;
  }

  #custom-aob-hero .large-up-1>.column:nth-of-type(1n), #custom-aob-hero .large-up-1>.columns:nth-of-type(1n),
  #custom-aob-footer .large-up-1>.column:nth-of-type(1n),
  #custom-aob-footer .large-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .large-up-1>.column:nth-of-type(1n+1), #custom-aob-hero .large-up-1>.columns:nth-of-type(1n+1),
  #custom-aob-footer .large-up-1>.column:nth-of-type(1n+1),
  #custom-aob-footer .large-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }

  #custom-aob-hero .large-up-1>.column:last-child, #custom-aob-hero .large-up-1>.columns:last-child,
  #custom-aob-footer .large-up-1>.column:last-child,
  #custom-aob-footer .large-up-1>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .large-up-2>.column, #custom-aob-hero .large-up-2>.columns,
  #custom-aob-footer .large-up-2>.column,
  #custom-aob-footer .large-up-2>.columns {
    width: 50%;
    float: left;
  }

  #custom-aob-hero .large-up-2>.column:nth-of-type(1n), #custom-aob-hero .large-up-2>.columns:nth-of-type(1n),
  #custom-aob-footer .large-up-2>.column:nth-of-type(1n),
  #custom-aob-footer .large-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .large-up-2>.column:nth-of-type(2n+1), #custom-aob-hero .large-up-2>.columns:nth-of-type(2n+1),
  #custom-aob-footer .large-up-2>.column:nth-of-type(2n+1),
  #custom-aob-footer .large-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }

  #custom-aob-hero .large-up-2>.column:last-child, #custom-aob-hero .large-up-2>.columns:last-child,
  #custom-aob-footer .large-up-2>.column:last-child,
  #custom-aob-footer .large-up-2>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .large-up-3>.column, #custom-aob-hero .large-up-3>.columns,
  #custom-aob-footer .large-up-3>.column,
  #custom-aob-footer .large-up-3>.columns {
    width: 33.3333%;
    float: left;
  }

  #custom-aob-hero .large-up-3>.column:nth-of-type(1n), #custom-aob-hero .large-up-3>.columns:nth-of-type(1n),
  #custom-aob-footer .large-up-3>.column:nth-of-type(1n),
  #custom-aob-footer .large-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .large-up-3>.column:nth-of-type(3n+1), #custom-aob-hero .large-up-3>.columns:nth-of-type(3n+1),
  #custom-aob-footer .large-up-3>.column:nth-of-type(3n+1),
  #custom-aob-footer .large-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }

  #custom-aob-hero .large-up-3>.column:last-child, #custom-aob-hero .large-up-3>.columns:last-child,
  #custom-aob-footer .large-up-3>.column:last-child,
  #custom-aob-footer .large-up-3>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .large-up-4>.column, #custom-aob-hero .large-up-4>.columns,
  #custom-aob-footer .large-up-4>.column,
  #custom-aob-footer .large-up-4>.columns {
    width: 25%;
    float: left;
  }

  #custom-aob-hero .large-up-4>.column:nth-of-type(1n), #custom-aob-hero .large-up-4>.columns:nth-of-type(1n),
  #custom-aob-footer .large-up-4>.column:nth-of-type(1n),
  #custom-aob-footer .large-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .large-up-4>.column:nth-of-type(4n+1), #custom-aob-hero .large-up-4>.columns:nth-of-type(4n+1),
  #custom-aob-footer .large-up-4>.column:nth-of-type(4n+1),
  #custom-aob-footer .large-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }

  #custom-aob-hero .large-up-4>.column:last-child, #custom-aob-hero .large-up-4>.columns:last-child,
  #custom-aob-footer .large-up-4>.column:last-child,
  #custom-aob-footer .large-up-4>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .large-up-5>.column, #custom-aob-hero .large-up-5>.columns,
  #custom-aob-footer .large-up-5>.column,
  #custom-aob-footer .large-up-5>.columns {
    width: 20%;
    float: left;
  }

  #custom-aob-hero .large-up-5>.column:nth-of-type(1n), #custom-aob-hero .large-up-5>.columns:nth-of-type(1n),
  #custom-aob-footer .large-up-5>.column:nth-of-type(1n),
  #custom-aob-footer .large-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .large-up-5>.column:nth-of-type(5n+1), #custom-aob-hero .large-up-5>.columns:nth-of-type(5n+1),
  #custom-aob-footer .large-up-5>.column:nth-of-type(5n+1),
  #custom-aob-footer .large-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }

  #custom-aob-hero .large-up-5>.column:last-child, #custom-aob-hero .large-up-5>.columns:last-child,
  #custom-aob-footer .large-up-5>.column:last-child,
  #custom-aob-footer .large-up-5>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .large-up-6>.column, #custom-aob-hero .large-up-6>.columns,
  #custom-aob-footer .large-up-6>.column,
  #custom-aob-footer .large-up-6>.columns {
    width: 16.6667%;
    float: left;
  }

  #custom-aob-hero .large-up-6>.column:nth-of-type(1n), #custom-aob-hero .large-up-6>.columns:nth-of-type(1n),
  #custom-aob-footer .large-up-6>.column:nth-of-type(1n),
  #custom-aob-footer .large-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .large-up-6>.column:nth-of-type(6n+1), #custom-aob-hero .large-up-6>.columns:nth-of-type(6n+1),
  #custom-aob-footer .large-up-6>.column:nth-of-type(6n+1),
  #custom-aob-footer .large-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }

  #custom-aob-hero .large-up-6>.column:last-child, #custom-aob-hero .large-up-6>.columns:last-child,
  #custom-aob-footer .large-up-6>.column:last-child,
  #custom-aob-footer .large-up-6>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .large-up-7>.column, #custom-aob-hero .large-up-7>.columns,
  #custom-aob-footer .large-up-7>.column,
  #custom-aob-footer .large-up-7>.columns {
    width: 14.2857%;
    float: left;
  }

  #custom-aob-hero .large-up-7>.column:nth-of-type(1n), #custom-aob-hero .large-up-7>.columns:nth-of-type(1n),
  #custom-aob-footer .large-up-7>.column:nth-of-type(1n),
  #custom-aob-footer .large-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .large-up-7>.column:nth-of-type(7n+1), #custom-aob-hero .large-up-7>.columns:nth-of-type(7n+1),
  #custom-aob-footer .large-up-7>.column:nth-of-type(7n+1),
  #custom-aob-footer .large-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }

  #custom-aob-hero .large-up-7>.column:last-child, #custom-aob-hero .large-up-7>.columns:last-child,
  #custom-aob-footer .large-up-7>.column:last-child,
  #custom-aob-footer .large-up-7>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .large-up-8>.column, #custom-aob-hero .large-up-8>.columns,
  #custom-aob-footer .large-up-8>.column,
  #custom-aob-footer .large-up-8>.columns {
    width: 12.5%;
    float: left;
  }

  #custom-aob-hero .large-up-8>.column:nth-of-type(1n), #custom-aob-hero .large-up-8>.columns:nth-of-type(1n),
  #custom-aob-footer .large-up-8>.column:nth-of-type(1n),
  #custom-aob-footer .large-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }

  #custom-aob-hero .large-up-8>.column:nth-of-type(8n+1), #custom-aob-hero .large-up-8>.columns:nth-of-type(8n+1),
  #custom-aob-footer .large-up-8>.column:nth-of-type(8n+1),
  #custom-aob-footer .large-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }

  #custom-aob-hero .large-up-8>.column:last-child, #custom-aob-hero .large-up-8>.columns:last-child,
  #custom-aob-footer .large-up-8>.column:last-child,
  #custom-aob-footer .large-up-8>.columns:last-child {
    float: left;
  }

  #custom-aob-hero .large-collapse>.column, #custom-aob-hero .large-collapse>.columns,
  #custom-aob-footer .large-collapse>.column,
  #custom-aob-footer .large-collapse>.columns {
    padding-left: 0;
    padding-right: 0;
  }

  #custom-aob-hero .large-collapse .row,
  #custom-aob-footer .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  #custom-aob-hero .expanded.row .large-collapse.row,
  #custom-aob-footer .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  #custom-aob-hero .large-uncollapse>.column, #custom-aob-hero .large-uncollapse>.columns,
  #custom-aob-footer .large-uncollapse>.column,
  #custom-aob-footer .large-uncollapse>.columns {
    padding-left: 0.8333rem;
    padding-right: 0.8333rem;
  }

  #custom-aob-hero .large-centered,
  #custom-aob-footer .large-centered {
    margin-left: auto;
    margin-right: auto;
  }

  #custom-aob-hero .large-centered, #custom-aob-hero .large-centered:last-child:not(:first-child),
  #custom-aob-footer .large-centered,
  #custom-aob-footer .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  #custom-aob-hero .large-uncentered, #custom-aob-hero .large-push-0, #custom-aob-hero .large-pull-0,
  #custom-aob-footer .large-uncentered,
  #custom-aob-footer .large-push-0,
  #custom-aob-footer .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

h1 {
  font-family: "Gotham SSm A", "Gotham SSm B", Chivo, Oxygen, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.4em;
  line-height: 1.15;
  font-size: 1.8889rem;
}

@media screen and (min-width: 50em) {
  h1 {
    font-size: 3.5556rem;
  }
}

/*
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

p { font-size: inherit; line-height: 1.4; margin-bottom: 1rem; text-rendering: optimizeLegibility; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

h1, h2, h3, h4, h5, h6 { font-family: "Gotham SSm A", "Gotham SSm B", Chivo, Oxygen, sans-serif; font-weight: normal; font-style: normal; color: inherit; text-rendering: optimizeLegibility; margin-top: 0; margin-bottom: 0.4em; line-height: 1.15; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #666; line-height: 0; }

h1 { font-size: 1.8889rem; }

h2 { font-size: 1.5556rem; }

h3 { font-size: 1.2222rem; }

h4 { font-size: 1.1111rem; }

h5 { font-size: 1rem; }

h6 { font-size: 0.8889rem; }

@media screen and (min-width: 50em) { h1 { font-size: 3.5556rem; }
  h2 { font-size: 2.2222rem; }
  h3 { font-size: 1.8333rem; }
  h4 { font-size: 1.3889rem; }
  h5 { font-size: 1.1111rem; }
  h6 { font-size: 0.8889rem; } }

a { color: #00b256; text-decoration: none; line-height: inherit; cursor: pointer; }

a:hover, a:focus { color: #00994a; }

a img { border: 0; }

hr { max-width: 66.6667rem; height: 0; border-right: 0; border-top: 0; border-bottom: 1px solid #666; border-left: 0; margin: 1.1111rem auto; clear: both; }

ul, ol, dl { line-height: 1.4; margin-bottom: 1rem; list-style-position: outside; }

li { font-size: inherit; }

ul { list-style-type: disc; margin-left: 1.25rem; }

ol { margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol { margin-left: 1.25rem; margin-bottom: 0; }

dl { margin-bottom: 1rem; }

dl dt { margin-bottom: 0.3rem; font-weight: bold; }

blockquote { margin: 0 0 1rem; padding: 2em 4em; border-left: 0; }

blockquote, blockquote p { line-height: 1.4; color: #333; }

cite { display: block; font-size: 0.7222rem; color: #333; }

cite:before { content: '\2014 \0020'; }

abbr { color: #2e2e2e; cursor: help; border-bottom: 1px dotted #2e2e2e; }

code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #2e2e2e; background-color: #eee; border: 1px solid #666; padding: 0.1111rem 0.2778rem 0.0556rem; }

kbd { padding: 0.1111rem 0.2222rem 0; margin: 0; background-color: #eee; color: #2e2e2e; font-family: Consolas, "Liberation Mono", Courier, monospace; }
*/
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
}

.lead {
  font-size: 140.625%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p+.stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media screen and (min-width: 34.375em) {
  .smallh-text-left {
    text-align: left;
  }

  .smallh-text-right {
    text-align: right;
  }

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

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

@media screen and (min-width: 50em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

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

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

@media screen and (min-width: 75em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

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

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

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
    content: '';
  }

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

  pre, blockquote {
    border: 1px solid #333;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 1em 2.75em;
  margin: 0 0 1rem 0;
  font-size: 0.88rem;
  background-color: #00b256;
  color: #fff;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #009749;
  color: #fff;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.7rem;
}

.button.large {
  font-size: 1rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #3bbfad;
  color: #fff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #008e45;
  color: #fff;
}

.button.secondary {
  background-color: #777;
  color: #fff;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #fff;
}

.button.success {
  background-color: #3adb76;
  color: #fff;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #fff;
}

.button.warning {
  background-color: #ffae00;
  color: #fff;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #fff;
}

.button.alert {
  background-color: #ec5840;
  color: #fff;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #fff;
}

.button.hollow {
  border: 1px solid #00b256;
  color: #00b256;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #00592b;
  color: #00592b;
}

.button.hollow.primary {
  border: 1px solid #00b256;
  color: #00b256;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #00592b;
  color: #00592b;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #00b256;
  color: #fff;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #00b256;
  color: #fff;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #777;
  color: #fff;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #fff;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fff;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #fff;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fff transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 2.75em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.callout {
  margin: 0 0 2em 0;
  padding: 5em;
  border: 1px solid rgba(46, 46, 46, 0.15);
  border-radius: 0;
  position: relative;
  color: #2e2e2e;
  background-color: white;
}

.callout> :first-child {
  margin-top: 0;
}

.callout> :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: white;
}

.callout.secondary {
  background-color: white;
}

.callout.success {
  background-color: white;
}

.callout.warning {
  background-color: white;
}

.callout.alert {
  background-color: white;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #333;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #2e2e2e;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu>li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu>li {
  outline: 0;
}

.menu>li>a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input, .menu a, .menu button {
  margin-bottom: 0;
}

.menu>li>a img, .menu>li>a i, .menu>li>a svg {
  vertical-align: middle;
}

.menu>li>a img+span, .menu>li>a i+span, .menu>li>a svg+span {
  vertical-align: middle;
}

.menu>li>a img, .menu>li>a i, .menu>li>a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu>li {
  display: table-cell;
}

.menu.vertical>li {
  display: block;
}

@media screen and (min-width: 34.375em) {
  .menu.smallh-horizontal>li {
    display: table-cell;
  }

  .menu.smallh-vertical>li {
    display: block;
  }
}

@media screen and (min-width: 50em) {
  .menu.medium-horizontal>li {
    display: table-cell;
  }

  .menu.medium-vertical>li {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  .menu.large-horizontal>li {
    display: table-cell;
  }

  .menu.large-vertical>li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right>li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded>li:first-child:last-child {
  width: 100%;
}

.menu.icon-top>li>a {
  text-align: center;
}

.menu.icon-top>li>a img, .menu.icon-top>li>a i, .menu.icon-top>li>a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active>a {
  color: #fff;
  background: #00b256;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

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

.menu-centered>.menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 24px;
  height: 20px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.8), 0 18px 0 rgba(255, 255, 255, 0.8);
}

.menu-icon:hover::after {
  background: #fff;
  box-shadow: 0 9px 0 #fff, 0 18px 0 #fff;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 24px;
  height: 20px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #2e2e2e;
  top: 0;
  left: 0;
  box-shadow: 0 9px 0 #2e2e2e, 0 18px 0 #2e2e2e;
}

.menu-icon.dark:hover::after {
  background: #333;
  box-shadow: 0 9px 0 #333, 0 18px 0 #333;
}

.dropdown-pane {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #00b256 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical>li>a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #00b256 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical>li.opens-right>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #00b256;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 34.375em) {
  .dropdown.menu.smallh-horizontal>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.smallh-horizontal>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.smallh-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.smallh-horizontal>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #00b256 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.smallh-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.smallh-vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.smallh-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.smallh-vertical>li>a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.smallh-vertical>li.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #00b256 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.smallh-vertical>li.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #00b256;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 50em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #00b256 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical>li>a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical>li.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #00b256 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.medium-vertical>li.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #00b256;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #00b256 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical>li>a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical>li.opens-left>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #00b256 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.large-vertical>li.opens-right>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #00b256;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fff;
  border: 1px solid #666;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #00b256 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #00b256;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu>li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 34.3125em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 2em;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 50%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 2em;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 2em;
}

.media-object-section> :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open, html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(46, 46, 46, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 50em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns, .reveal .columns {
  min-width: 0;
}

.reveal> :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 50em) {
  .reveal {
    width: 600px;
    max-width: 66.6667rem;
  }
}

@media screen and (min-width: 50em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 50em) {
  .reveal.tiny {
    width: 30%;
    max-width: 66.6667rem;
  }
}

@media screen and (min-width: 50em) {
  .reveal.small {
    width: 50%;
    max-width: 66.6667rem;
  }
}

@media screen and (min-width: 50em) {
  .reveal.large {
    width: 90%;
    max-width: 66.6667rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 34.3125em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table thead, table tbody, table tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

table caption {
  font-weight: bold;
  padding: 0.4444rem 0.5556rem 0.5556rem;
}

table thead {
  background: #f9f9f9;
  color: #2e2e2e;
}

table tfoot {
  background: #f2f2f2;
  color: #2e2e2e;
}

table thead tr, table tfoot tr {
  background: transparent;
}

table thead th, table thead td, table tfoot th, table tfoot td {
  padding: 0.4444rem 0.5556rem 0.5556rem;
  font-weight: bold;
  text-align: left;
}

table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

table tbody th, table tbody td {
  padding: 0.4444rem 0.5556rem 0.5556rem;
}

@media screen and (max-width: 74.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr, table.stack th, table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

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

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.thumbnail {
  border: solid 8px #fff;
  box-shadow: 0 0 0 1px #e6e6e6;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 0 1px #e6e6e6;
}

.title-bar {
  background: #2e2e2e;
  color: #fff;
  padding: 1rem;
}

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.top-bar {
  padding: 2rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar {
  background: #333 !important;
  position: relative;
}

.top-bar, .top-bar ul {
  background-color: #2e2e2e;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 50em) {
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 49.9375em) {
  .top-bar.stacked-for-smallh .top-bar-left, .top-bar.stacked-for-smallh .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 87.4375em) {
  .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 34.3125em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 34.375em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 34.375em) {
  .hide-for-smallh {
    display: none !important;
  }
}

@media screen and (max-width: 34.3125em) {
  .show-for-smallh {
    display: none !important;
  }
}

@media screen and (min-width: 34.375em) and (max-width: 49.9375em) {
  .hide-for-smallh-only {
    display: none !important;
  }
}

@media screen and (max-width: 34.3125em), screen and (min-width: 50em) {
  .show-for-smallh-only {
    display: none !important;
  }
}

@media screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 49.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 50em) and (max-width: 74.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.9375em), screen and (min-width: 75em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 87.4375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.9375em), screen and (min-width: 87.5em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape, .hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape, .show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

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

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake, .spin-cw, .spin-ccw, .wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*=============================================>>>>>
****************************************************
= Greenlight CSS =
Based on the foundation framework
****************************************************
===============================================>>>>>*/
/*=============================================>>>>>
= Mixins =
===============================================>>>>>*/
/*= End of Mixins =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= Typography =
===============================================>>>>>*/
@media screen and (max-width: 74.9375em) {
  html {
    font-size: 100% !important;
  }
}

@media screen and (max-width: 49.9375em) {
  html {
    font-size: 90%;
  }

  p {
    line-height: 1.3 !important;
  }
}

h1, h2 {
  letter-spacing: -.025em;
}

figcaption {
  font-size: 0.7em;
  color: #999999;
  text-transform: uppercase;
}

.pullquote {
  font-weight: bold;
  padding-left: 2em;
  border-left: 2px solid #333;
  padding: 0.5em 0 0.5em 1.25em;
}

.sectionheader {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 0 !important;
}

/*= End of Typography =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= Overrides =
===============================================>>>>>*/
.reveal-modal-bg {
  position: fixed;
}

.reveal.full {
  top: 0 !important;
}

/*----------- Top Bar -----------*/
.top-bar {
  transition: all 0.5s ease;
}

.top-bar a {
  color: white;
  position: relative;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.top-bar a:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: 0;
  left: 5%;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

@media screen and (max-width: 49.9375em) {
  .top-bar a:before {
    width: 80%;
    left: 10%;
  }
}

.top-bar a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -ms-transform: scaleX(1);
}

.top-bar .active a {
  background-color: transparent;
}

@media screen and (min-width: 50em) {
  .top-bar .active a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.top-bar-title {
  text-align: left;
}

.top-bar-title a:hover:before {
  visibility: hidden;
}

.menu-icon {
  display: block;
  float: right;
  margin-top: 0.15em;
  box-shadow: none;
  outline: none;
  background: none !important;
}

.menu-icon.close {
  margin-top: 0;
}

.menu-icon.close:after {
  font-family: "greenicons";
  content: "\e00b";
  box-shadow: none;
  background-color: transparent;
  font-size: 1.75em;
  line-height: 1;
}

.title-bar {
  position: absolute;
  z-index: 12;
  top: 0;
  width: 100%;
  background-color: transparent;
}

@media screen and (min-width: 799px) {
  .title-bar {
    display: none;
  }

  .title-bar+nav#main-menu {
    display: block !important;
  }
}

@media screen and (max-width: 799px) {
  .title-bar+nav#main-menu {
    display: none;
  }

  .title-bar.is-open+nav#main-menu {
    display: block;
  }
}

.widget-title a:hover, .widget a:hover {
  color: #56AC56 !important;
}

button:not(.menu-icon, .ot-close-icon), .button, input[type="reset"], input[type="submit"], input[type="button"] {
  border: none !important;
  background: #3bbfad !important;
  color: #fff !important;
  border-radius: 100px;
  text-transform: none !important;
}

button:not(.menu-icon):hover, .button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background: #f4ba42 !important;
  color: #1D252C !important;
}

.titlesymbol {
  display: none;
}

.is-open .titlesymbol {
  display: block;
}

.is-open .titlelogo {
  display: none;
}

.overlay-menu {
  transition: all 0.5s ease;
}

@media screen and (max-width: 49.9375em) {
  .overlay-menu {
    position: absolute;
    background-color: rgba(46, 46, 46, 0.95);
    left: 0;
    top: 0;
    padding: 0;
    height: 100vh;
    padding-top: 1.75em;
    z-index: 11;
    font-size: 2em;
  }

  .overlay-menu a {
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 34.3125em) {
  .overlay-menu a {
    margin-top: 6vh;
  }
}

@media screen and (min-width: 34.375em) and (max-width: 49.9375em) {
  .overlay-menu a {
    margin-top: 2vh;
  }
}

/*----------- footer#custom-aob-footer -----------*/
footer#custom-aob-footer {
  background-color: #333;
  color: #fff;
  padding: 3em 0 0;
}

footer#custom-aob-footer a {
  color: #9b9b9b;
}

footer#custom-aob-footer a:hover {
  color: #fff;
}

footer#custom-aob-footer .columns ul.menu li a {
  font-size: 18px;
}

#subfooter p {
  font-size: 12.6px;
}

#subfooter .menu a i {
  font-size: 25.2px;
}

@media screen and (max-width: 1200px) {
  footer#custom-aob-footer .columns ul.menu li a {
    font-size: 16px;
  }

  #subfooter p {
    font-size: 11.2px;
  }

  #subfooter .menu a i {
    font-size: 22.4px;
  }
}

footer#custom-aob-footer .toplink {
  display: block;
  background-color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 1em;
}

@media screen and (min-width: 50em) {
  footer#custom-aob-footer .toplink {
    display: none;
  }
}

footer#custom-aob-footer .toplink i {
  font-size: 1.2em;
  display: block;
  /* Safari */
  -webkit-transform: rotate(-180deg);
  /* Firefox */
  -moz-transform: rotate(-180deg);
  /* IE */
  -ms-transform: rotate(-180deg);
  /* Opera */
  -o-transform: rotate(-180deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

footer#custom-aob-footer .logo {
  margin-top: 0.5em;
}

@media screen and (min-width: 50em) {
  .appstores img+img {
    margin-top: -30px;
  }
}

@media screen and (max-width: 34.3125em) {
  .appstores img+img {
    margin-top: -30px;
  }
}

.appstores img {
  position: relative;
  left: 10px;
}

#subfooter {
  color: #666;
  background-color: #2e2e2e;
  margin-top: 2em;
  padding: 2em 0;
  font-size: 0.7em;
}

#subfooter .menu a {
  padding: 0 0.5em;
}

#subfooter .menu a i {
  background-color: #666;
  color: #2e2e2e;
  line-height: 1;
  width: 1.3em;
  height: 1.3em;
  text-align: center;
  border-radius: 3em;
  padding: 0.15em;
  border: 1px solid transparent;
}

#subfooter .menu a i:hover {
  background-color: transparent;
  color: #666;
  border-color: #666;
}

/*----------- Buttons -----------*/
.button {
  text-transform: uppercase;
  border: 1px solid transparent;
  font-weight: bold;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 49.9375em) {
  .button {
    padding: 0.75em 1.5em;
  }
}

.button [class^="ic-"] {
  font-size: 1.4em;
  display: inline-block;
  margin-right: 0.1em;
  vertical-align: -.15em;
  line-height: 1;
}

.button [class^="ic-"]:last-child {
  margin-right: 0.5em;
}

.button-primary:hover {
  background-color: white;
  color: #00b256;
  border: 1px solid #00b256;
}

.button.hollow:hover {
  background-color: #00b256;
  color: #fff;
  border-color: #00b256;
}

.callout {
  box-shadow: 0.079em 0.114em 0.714em rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 49.9375em) {
  .callout {
    padding: 2.5em;
  }
}

/*= End of Overrides =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= Base classes =
===============================================>>>>>*/
section {
  padding: 4.5em 0;
}

p.cta {
  padding-top: 1em;
}

@media screen and (max-width: 34.3125em) {
  .featimg {
    max-width: 80%;
  }
}

/*= End of Base classes =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= Homepage =
===============================================>>>>>*/
/*----------- Hero -----------*/
#custom-aob-hero {
  padding-top: 12em;
  background-image: url("../img/bg_hero.jpg");
  position: relative;
  color: #fff;
  background-position: bottom right;
  background-size: cover;
  background-color: #333;
}

@media screen and (min-width: 75em) {
  #custom-aob-hero {
    background-position: right 60%;
  }
}

@media screen and (min-width: 100em) {
  #custom-aob-hero {
    background-position: right 40%;
    background-size: fit;
  }
}

@media screen and (max-width: 49.9375em) {
  #custom-aob-hero {
    text-align: center;
    padding-top: 5em;
    min-height: 70vh;
  }
}

@media screen and (max-width: 34.3125em) {
  #custom-aob-hero {
    padding-bottom: 1em;
    background-size: auto 110%;
    background-position: 70% 70%;
  }
}

@media screen and (min-width: 50em) {
  #custom-aob-hero {
    min-height: 36em;
  }
}

@media screen and (max-width: 34.3125em) {
  #custom-aob-hero {
    padding-top: 3em;
    min-height: 80vh;
    max-height: 100%;
  }

  #custom-aob-hero .columns {
    position: absolute;
    z-index: 2;
    bottom: 0.5em;
  }

  #custom-aob-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,333333+100&0.1+0,0.6+100 */
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a333333', endColorstr='#99333333', GradientType=0);
    /* IE6-9 */
  }
}

#custom-aob-hero .top-bar {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  z-index: 10;
}

@media screen and (max-width: 49.9375em) {
  #custom-aob-hero .top-bar {
    padding: 2em 0;
  }

  #custom-aob-hero .top-bar img {
    max-width: 75%;
  }
}

#custom-aob-hero .top-bar .menu {
  background-color: transparent;
}

@media screen and (min-width: 1200px) {
  #custom-aob-hero .top-bar {
    font-size: 14.4px;
  }
}

.scroll_link {
  position: relative;
  top: 1em;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.scroll_link a {
  color: #333;
}

.scroll_link a:hover {
  color: #00b256;
}

.scroll_link a span {
  display: block;
  padding-top: 0.25em;
}

/*----------- Feat1 -----------*/
#feat1 {
  padding: 2em 0 0;
}

#feat1 h2 {
  margin-top: 2em;
}

/*----------- Feat2 -----------*/
#feat2 {
  background-image: url("../img/bg_bill_l.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  ackground-position: bottom left;
  position: relative;
  overflow: hidden;
}

#feat2 img {
  margin-bottom: 2em;
}

@media screen and (max-width: 34.3125em) {
  #feat2 {
    background-image: none;
  }

  #feat2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 140%;
    top: -20%;
    z-index: -1;
    background-image: url("../img/bg_bill_l.jpg");
    background-size: cover;
    background-position: 30% bottom;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 49.9375em) {
  #feat2 .cta {
    display: block;
    padding-top: 1em;
  }
}

@media screen and (min-width: 50em) {
  #feat2 .cta {
    display: inline-block;
  }

  #feat2 .cta .button {
    font-size: 1em;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    margin: 0.5em;
    position: relative;
    top: -.15em;
    border: 0;
    line-height: inherit;
  }

  #feat2 .cta .button:hover {
    background-color: transparent;
    color: #00994a;
  }

  #feat2 .cta .button:after {
    content: " ›";
  }
}

/*----------- Feat 3 -----------*/
#feat3 h2 {
  padding-top: 0.5em;
}

@media screen and (max-width: 49.9375em) {
  #feat3 h2 {
    margin-top: 3em;
  }
}

#feat3 .mobimg img {
  max-height: 22.5em;
  margin-bottom: 2.5em;
}

.sideimg {
  text-align: left;
}

.sideimg img {
  position: relative;
}

@media screen and (min-width: 50em) {
  .sideimg img {
    left: -70px;
  }
}

@media screen and (min-width: 75em) {
  .sideimg img {
    left: -20px;
  }
}

/*----------- Testimonial -----------*/
#testimonial {
  background-color: #eeeeee;
}

#testimonial blockquote {
  background-color: #ffffff;
  position: relative;
  border-radius: 500px;
  margin: 2em 0;
}

@media screen and (max-width: 34.3125em) {
  #testimonial blockquote {
    padding: 2em;
  }
}

#testimonial blockquote:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 17em;
  bottom: -1em;
  border: 1em solid;
  border-color: #fff #fff transparent transparent;
}

@media screen and (max-width: 34.3125em) {
  #testimonial blockquote:after {
    right: 12em;
  }
}

#testimonial blockquote cite {
  position: absolute;
  bottom: -5em;
  right: 0;
  display: block;
  width: 15em;
  text-align: left;
  font-style: normal;
  font-size: 0.85em;
}

#testimonial blockquote cite:before {
  content: '';
}

#testimonial blockquote cite b {
  display: block;
  font-size: 1.2em;
}

/*----------- Press -----------*/
#press {
  padding: 2.5em 0;
}

/*----------- CTA -----------*/
#cta {
  background-image: url("../img/bg_ctaL.jpg");
  background-size: cover;
  color: white;
  position: relative;
}

@media screen and (max-width: 34.3125em) {
  #cta {
    padding-top: 18em;
    padding-bottom: 1em;
    background-size: auto 100%;
    background-position: 15% bottom;
  }

  #cta .columns {
    position: relative;
    z-index: 2;
  }

  #cta:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#333333+0,333333+100&0.1+0,0.6+100 */
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.1) 0%, rgba(51, 51, 51, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.1) 0%, rgba(51, 51, 51, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0.1) 0%, rgba(51, 51, 51, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a333333', endColorstr='#99333333', GradientType=0);
    /* IE6-9 */
  }
}

/*= End of Homepage =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= Details page =
===============================================>>>>>*/
#custom-aob-hero.details {
  background-image: url("../img/bg_hero_details.jpg");
  min-height: 90vh;
  background-position: 45% top;
}

#custom-aob-hero.interior:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0) 25%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0) 250%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.7) 0%, rgba(51, 51, 51, 0) 25%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a333333', endColorstr='#99333333', GradientType=0);
  /* IE6-9 */
}

#custom-aob-hero.interior h1 {
  position: absolute;
  bottom: 1em;
}

#det2, #safe1 {
  background-color: #eee;
  overflow: hidden;
}

@media screen and (min-width: 34.375em) {
  #det2, #safe1 {
    padding-bottom: 0;
  }

  #det2 .featimg, #safe1 .featimg {
    margin-bottom: -190px;
  }

  #det2 h2, #safe1 h2 {
    padding-top: 3em;
    padding-bottom: 0.25em;
  }
}

@media screen and (max-width: 34.3125em) {
  #det2 .featimg, #safe1 .featimg {
    max-width: 60%;
    margin-bottom: 2em;
  }
}

#det3 {
  background-image: url("../img/bg_det_3.jpg");
  background-size: cover;
}

.callout h3:after {
  content: '';
  display: block;
  border-bottom: 2px solid #333;
  width: 1.2em;
  margin: 0.5em auto;
}

.featicon {
  margin-bottom: 2em;
  min-height: 9em;
  position: relative;
}

.featicon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*= End of Details page =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= Safety page =
===============================================>>>>>*/
#custom-aob-hero.safety {
  background-image: url("../img/bg_hero_safety.jpg");
}

@media screen and (max-width: 34.3125em) {
  #custom-aob-hero.safety {
    padding-bottom: 1em;
    background-size: cover;
    background-position: 70% 70%;
  }
}

#safe1 {
  overflow: hidden;
  background-color: transparent;
}

#safe2 {
  background-color: #eee;
}

/*= End of Safety page =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= Company Page =
===============================================>>>>>*/
#custom-aob-hero.company {
  background-image: url("../img/bg_hero_company.jpg");
  background-position: left top !important;
}

@media screen and (max-width: 34.3125em) {
  #custom-aob-hero.company {
    background-position: 30% top;
  }
}

#team .column, #team .columns {
  margin-bottom: 2.25em;
}

#team .teampic {
  position: relative;
  line-height: 0;
  margin-bottom: 0.5em;
}

#team .teampic .thumbnail {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-in-out;
}

#team .teampic .thumbnail.has_roll:active, #team .teampic .thumbnail.has_roll:focus, #team .teampic .thumbnail.has_roll:hover {
  opacity: 0;
}

#team .teampic .rollover {
  margin-bottom: -90%;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  z-index: 1;
}

@media screen and (min-width: 50em) {
  #team .teampic .rollover {
    margin-bottom: -80%;
  }
}

#team h4 {
  font-weight: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", Oxygen;
}

#team p {
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-size: 0.85em;
}

#team .thumbcontainer {
  padding-top: 2em;
}

.reveal.inverse {
  background-color: rgba(51, 51, 51, 0.95);
  color: white;
}

.reveal.inverse .close-button {
  color: rgba(255, 255, 255, 0.8);
}

.reveal.inverse .close-button:hover {
  color: white;
}

@media screen and (min-width: 50em) {
  .modalcontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.modalcontent img {
  margin-bottom: 1.5em;
}

.modalcontent h6 {
  margin-bottom: 1.5em;
  font-family: 'Playfair Display', serif;
}

.modalcontent p {
  text-align: left;
}

#backs {
  background-color: #eee;
  text-align: center;
}

#backs h2 {
  margin-bottom: 1em;
}

.presslayout {
  margin-bottom: 4em;
}

@media screen and (max-width: 34.3125em) {
  .presslayout img {
    display: block;
    margin: 1em auto 0;
  }
}

.presslayout h4 {
  margin-bottom: 0.75em;
}

.presslayout h6 {
  margin-bottom: 1em;
}

@media screen and (min-width: 50em) {
  .presslayout .presstext {
    padding: 0 2em;
  }
}

#brandactions {
  padding: 2em 0;
  margin-top: -2em;
}

@media screen and (min-width: 34.375em) {
  #brandactions {
    border-top: 1px solid #eee;
  }
}

#brandactions .columns {
  border-right: 1px solid #eee;
}

@media screen and (max-width: 34.3125em) {
  #brandactions .columns {
    border-top: 1px solid #eee;
    border-right: 0;
    padding-top: 2em;
  }
}

#brandactions .columns:last-child {
  border-right: 0;
}

/*=============================================>>>>>
= Text pages =
===============================================>>>>>*/
#custom-aob-hero.textpage {
  background-image: none;
  height: auto !important;
  min-height: 6em;
  padding: 0;
}

#text {
  line-height: 1.5;
  font-weight: light;
}

#text p {
  padding-bottom: .5em;
}

/*= End of Text pages =*/
/*=============================================<<<<<*/
/*= End of Company Page =*/
/*=============================================<<<<<*/

@font-face {
  font-family: "greenicons";
  src: url("/hc/theming_assets/01J15VQWYHCB7NA8CX6YRWFVP0");
  src: url("//p5.zdassets.com/hc/theme_assets/931859/200217037/greenicons.eot?#iefix") format("embedded-opentype"), url("/hc/theming_assets/01J15VQXSP7NFQFRCME722NFKH") format("woff"), url("/hc/theming_assets/01J15VQWJSJP0Y2RZB2QVQGA73") format("truetype"), url("//p5.zdassets.com/hc/theme_assets/931859/200217037/greenicons.svg#greenicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "greenicons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ic-"]:before, [class*=" ic-"]:before {
  font-family: "greenicons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-facebook:before {
  content: "\e000";
}

.ic-pinterest:before {
  content: "\e001";
}

.ic-snapchat:before {
  content: "\e002";
}

.ic-instagram:before {
  content: "\e003";
}

.ic-twitter:before {
  content: "\e004";
}

.ic-apple:before {
  content: "\e005";
}

.ic-android:before {
  content: "\e006";
}

.ic-google-play:before {
  content: "\e007";
}

.ic-down-open:before {
  content: "\e008";
}

.ic-amazon:before {
  content: "\e009";
}

.ic-close:before {
  content: "\e00b";
}

/*# sourceMappingURL=derp.css.map */

/* MORE AOB ADDITIONS */

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

.custom-block-item {
  display: inline-block;
  float: none;
  text-align: left;
}

@media (max-width: 493px) {
  .custom-blocks {
    text-align: left;
  }
}

#contact-us-zen form label[for="request_custom_fields_34675548"], #contact-us-zen form label[for="request_custom_fields_33551727"] {
  text-transform: none;
}

#contact-us-zen form footer input {
  text-transform: uppercase;
}

.consent-modal-disable-background {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 600px) {
  .consent-modal {
    max-width: 300px;
    min-width: 300px;
    font-size: 16px;
    height: 650px;
  }
}

@media (min-width: 600px) {
  .consent-modal {
    max-width: 575px;
    min-width: 575px;
    height: 500px;
  }
}

.consent-modal {
  display: flex;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 0;
  margin: 0 auto;
  width: 40%;
  top: 5%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 2px 10px -3px #999;
}

.consent-modal-container {
  padding: 20px 0;
  flex: 1;
  overflow-y: hidden;
}

.consent-modal-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  outline: 0;
  color: #1d252c;
  font-size: 0.812em;
  line-height: 1.5;
}

.consent-modal-header {
  border-bottom: none;
  box-sizing: border-box;
  padding: 10px 30px 10px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.consent-modal-gl-logo {
  height: 24px;
  max-height: 24px;
}

.consent-modal-close-button {
  cursor: pointer;
  z-index: 1;
  padding: 0;
  background-color: transparent;
  border: none;
  background-size: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  width: 12px;
}

.consent-modal-sub-header {
  float: left;
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  font-weight: 600;
  color: #1d252c;
  padding-left: 30px;
}

.consent-modal-sub-header-small {
  float: left;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
  color: #1d252c;
}

.consent-modal-scroll-content {
  position: absolute;
  top: 60px;
  bottom: 80px;
}

.consent-modal-content {
  color: #1d252c;
  clear: both;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.consent-modal-always-active {
  font-weight: 700;
  color: #035c67;
}

.consent-modal-link {
  color: #035c67;

  &:hover {
    text-decoration: none;
  }
}

.consent-modal-button-wrapper {
  text-align: right;
  padding-bottom: 20px;
  padding-right: 20px;
}

button.consent-modal-close-save-button {
  background-color: #035c67 !important;
  border-radius: 30px;
  border: 0;
  outline: 0;
  padding: 0 10px;
  height: 36px;
  min-width: 146px;
  font-size: 14px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: 0.2s background-color ease;
}

button.consent-modal-close-save-button:hover {
  background-color: #3bbfad !important;
}

.toggle-switch-checkbox {
  height: 0;
  width: 0;
  visibility: hidden;
}

.toggle-switch-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 32px;
  height: 12px;
  border-radius: 100px;
  position: relative;
  background-color: #efefef;
  transition: all 0.2s;
}

.toggle-switch-button {
  content: '';
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.29);
  background-color: #757575;
  transition: all 0.2s;
}

.toggle-switch-button-active {
  background-color: #3bbfad;
  left: 100%;
  transform: translateX(-100%);
  transition: all 0.2s;
}

.toggle-switch-label-active {
  background-color: #abddd6;
}

.hc-outage-banner {
  width: 100%;
  height: var(--nav-height);
  background-color: #C83F38;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 18px 10px;
  box-shadow: 0 2px 8px -2px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  position: relative;
  letter-spacing: 0.02em;
}

.hc-outage-banner span,
.hc-outage-banner p {
  margin: 0;
  padding: 0;
  flex: 1;
  text-align: center;
}

@media (max-width: 600px) {
  .hc-outage-banner {
    font-size: 15px;
    padding: 12px 5px;
    border-radius: 0 0 12px 12px;
  }
}