@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/_variables.scss
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary > .caret,
.dropup > .btn > .caret,
body.page-ngp-multistep .ngp-form.at.multistep-layout .dropup > .btn-at-primary > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #334455;
  background-color: #C9CFD6;
}

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

a {
  color: #0033A0;
  text-decoration: none;
}
a:hover, a:focus {
  color: #DD0000;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, span.img-responsive img, .card.image-card img, figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #F1F3F4;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #778899;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #C9CFD6;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 12px;
}

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

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

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

.text-left, .footer-lower-left, .navbar-header-left {
  text-align: left;
}

.text-right, .footer-lower-right, .navbar-header-right {
  text-align: right;
}

.text-center, .footer-bottom-center, .footer-center-center, .footer-top-center, .navbar-collapse-right, .navbar-collapse-left, #block-footerlogo {
  text-align: center;
}

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

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

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

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

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

.text-muted {
  color: #C9CFD6;
}

.text-primary {
  color: #0033A0;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #00236d;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0033A0;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00236d;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #F1F3F4;
}

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

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

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

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

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 4800px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #F1F3F4;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #C9CFD6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F1F3F4;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #334455;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .panel .text-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .panel .text-wrap:before, .container:after, .panel .text-wrap:after {
  content: " ";
  display: table;
}
.container:after, .panel .text-wrap:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .panel .text-wrap {
    width: 640px;
  }
}
@media (min-width: 992px) {
  .container, .panel .text-wrap {
    width: 830px;
  }
}
@media (min-width: 1200px) {
  .container, .panel .text-wrap {
    width: 930px;
  }
}

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

.row, .slideshow-panel-wrap .img-text-wrap, .panel .menu.nav, .article-header .region-section-bar, footer.main-footer .footer-upper-right .footer-nav .menu.nav {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .slideshow-panel-wrap .img-text-wrap:before, .panel .menu.nav:before, .article-header .region-section-bar:before, footer.main-footer .footer-upper-right .footer-nav .menu.nav:before, .row:after, .slideshow-panel-wrap .img-text-wrap:after, .panel .menu.nav:after, .article-header .region-section-bar:after, footer.main-footer .footer-upper-right .footer-nav .menu.nav:after {
  content: " ";
  display: table;
}
.row:after, .slideshow-panel-wrap .img-text-wrap:after, .panel .menu.nav:after, .article-header .region-section-bar:after, footer.main-footer .footer-upper-right .footer-nav .menu.nav:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .navbar-header-left, .col-lg-2, .col-xs-3, .col-sm-3, .panel .menu.nav > li:first-child:nth-last-child(4), .panel .menu.nav > li:first-child:nth-last-child(4) ~ li, .panel .menu.nav > li:first-child:nth-last-child(8), .panel .menu.nav > li:first-child:nth-last-child(8) ~ li, .footer-upper-left, footer.main-footer .footer-upper-right .footer-nav .menu.nav > li, .region-home-jumbotron .at-form .at-form-submit, .region-footer-action .at-form .at-form-submit, .issue-wrap .at-form .at-form-submit, .col-md-3, .col-lg-3, .col-xs-4, .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .col-sm-4, .panel .menu.nav > li:first-child:nth-last-child(3), .panel .menu.nav > li:first-child:nth-last-child(3) ~ li, .panel .menu.nav > li:first-child:nth-last-child(6), .panel .menu.nav > li:first-child:nth-last-child(6) ~ li, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .slideshow-panel-wrap .img-text-wrap .text-wrap, .slideshow-panel-wrap .img-text-wrap .img-wrap, .accordian-panel-wrap .accordian-panels .accordian-content-wrap, .accordian-panel-wrap .accordian-panels .accordian-images, .panel .menu.nav > li:first-child:nth-last-child(2), .panel .menu.nav > li:first-child:nth-last-child(2) ~ li, .footer-lower-right, .footer-lower-left, .article-header #block-pagesectionshareheader, .article-header #block-views-block-issues-issues-select-2, .col-md-6, .col-lg-6, .col-xs-7, .navbar-header-right, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .col-sm-8, .card-wrap.item-1, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .footer-upper-right, .region-home-jumbotron .at-form .at-fieldset.ContactInformation, .region-footer-action .at-form .at-fieldset.ContactInformation, .issue-wrap .at-form .at-fieldset.ContactInformation, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .navbar-collapse-right, .navbar-collapse-left, figure, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .col-xs-5, .navbar-header-left, .col-xs-6, .col-xs-7, .navbar-header-right, .col-xs-8, .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

.col-xs-4, .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode {
  width: 33.3333333333%;
}

.col-xs-5, .navbar-header-left {
  width: 41.6666666667%;
}

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

.col-xs-7, .navbar-header-right {
  width: 58.3333333333%;
}

.col-xs-8, .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress {
  width: 66.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .panel .menu.nav > li:first-child:nth-last-child(4), .panel .menu.nav > li:first-child:nth-last-child(4) ~ li, .panel .menu.nav > li:first-child:nth-last-child(8), .panel .menu.nav > li:first-child:nth-last-child(8) ~ li, .footer-upper-left, .navbar-header-left, footer.main-footer .footer-upper-right .footer-nav .menu.nav > li, .region-home-jumbotron .at-form .at-form-submit, .region-footer-action .at-form .at-form-submit, .issue-wrap .at-form .at-form-submit, .col-sm-4, .panel .menu.nav > li:first-child:nth-last-child(3), .panel .menu.nav > li:first-child:nth-last-child(3) ~ li, .panel .menu.nav > li:first-child:nth-last-child(6), .panel .menu.nav > li:first-child:nth-last-child(6) ~ li, .col-sm-5, .col-sm-6, .slideshow-panel-wrap .img-text-wrap .text-wrap, .slideshow-panel-wrap .img-text-wrap .img-wrap, .accordian-panel-wrap .accordian-panels .accordian-content-wrap, .accordian-panel-wrap .accordian-panels .accordian-images, .panel .menu.nav > li:first-child:nth-last-child(2), .panel .menu.nav > li:first-child:nth-last-child(2) ~ li, .footer-lower-right, .footer-lower-left, .article-header #block-pagesectionshareheader, .article-header #block-views-block-issues-issues-select-2, .col-sm-7, .col-sm-8, .card-wrap.item-1, .col-sm-9, .footer-upper-right, .navbar-header-right, .region-home-jumbotron .at-form .at-fieldset.ContactInformation, .region-footer-action .at-form .at-fieldset.ContactInformation, .issue-wrap .at-form .at-fieldset.ContactInformation, .col-sm-10, .col-sm-11, .col-sm-12, .navbar-collapse-right, .navbar-collapse-left, figure {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3, .panel .menu.nav > li:first-child:nth-last-child(4), .panel .menu.nav > li:first-child:nth-last-child(4) ~ li, .panel .menu.nav > li:first-child:nth-last-child(8), .panel .menu.nav > li:first-child:nth-last-child(8) ~ li, .footer-upper-left, .navbar-header-left, footer.main-footer .footer-upper-right .footer-nav .menu.nav > li, .region-home-jumbotron .at-form .at-form-submit, .region-footer-action .at-form .at-form-submit, .issue-wrap .at-form .at-form-submit {
    width: 25%;
  }

  .col-sm-4, .panel .menu.nav > li:first-child:nth-last-child(3), .panel .menu.nav > li:first-child:nth-last-child(3) ~ li, .panel .menu.nav > li:first-child:nth-last-child(6), .panel .menu.nav > li:first-child:nth-last-child(6) ~ li {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6, .slideshow-panel-wrap .img-text-wrap .text-wrap, .slideshow-panel-wrap .img-text-wrap .img-wrap, .accordian-panel-wrap .accordian-panels .accordian-content-wrap, .accordian-panel-wrap .accordian-panels .accordian-images, .panel .menu.nav > li:first-child:nth-last-child(2), .panel .menu.nav > li:first-child:nth-last-child(2) ~ li, .footer-lower-right, .footer-lower-left, .article-header #block-pagesectionshareheader, .article-header #block-views-block-issues-issues-select-2 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8, .card-wrap.item-1 {
    width: 66.6666666667%;
  }

  .col-sm-9, .footer-upper-right, .navbar-header-right, .region-home-jumbotron .at-form .at-fieldset.ContactInformation, .region-footer-action .at-form .at-fieldset.ContactInformation, .issue-wrap .at-form .at-fieldset.ContactInformation {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12, .navbar-collapse-right, .navbar-collapse-left, figure {
    width: 100%;
  }

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .navbar-header-left, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .navbar-header-right, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2, .navbar-header-left {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10, .navbar-header-right {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #C9CFD6;
  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: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #C9CFD6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 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;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control, .region-home-jumbotron .at-form label input, .region-footer-action .at-form label input, .issue-wrap .at-form label input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #778899;
  background-color: #F1F3F4;
  background-image: none;
  border: 1px solid #F1F3F4;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .region-home-jumbotron .at-form label input:focus, .region-footer-action .at-form label input:focus, .issue-wrap .at-form label input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, .region-home-jumbotron .at-form label input::-moz-placeholder, .region-footer-action .at-form label input::-moz-placeholder, .issue-wrap .at-form label input::-moz-placeholder {
  color: #C9CFD6;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .region-home-jumbotron .at-form label input:-ms-input-placeholder, .region-footer-action .at-form label input:-ms-input-placeholder, .issue-wrap .at-form label input:-ms-input-placeholder {
  color: #C9CFD6;
}
.form-control::-webkit-input-placeholder, .region-home-jumbotron .at-form label input::-webkit-input-placeholder, .region-footer-action .at-form label input::-webkit-input-placeholder, .issue-wrap .at-form label input::-webkit-input-placeholder {
  color: #C9CFD6;
}
.form-control::-ms-expand, .region-home-jumbotron .at-form label input::-ms-expand, .region-footer-action .at-form label input::-ms-expand, .issue-wrap .at-form label input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .region-home-jumbotron .at-form label input[disabled], .region-footer-action .at-form label input[disabled], .issue-wrap .at-form label input[disabled], .form-control[readonly], .region-home-jumbotron .at-form label input[readonly], .region-footer-action .at-form label input[readonly], .issue-wrap .at-form label input[readonly], fieldset[disabled] .form-control, fieldset[disabled] .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label fieldset[disabled] input, fieldset[disabled] .region-footer-action .at-form label input, .region-footer-action .at-form label fieldset[disabled] input, fieldset[disabled] .issue-wrap .at-form label input, .issue-wrap .at-form label fieldset[disabled] input {
  background-color: #C9CFD6;
  opacity: 1;
}
.form-control[disabled], .region-home-jumbotron .at-form label input[disabled], .region-footer-action .at-form label input[disabled], .issue-wrap .at-form label input[disabled], fieldset[disabled] .form-control, fieldset[disabled] .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label fieldset[disabled] input, fieldset[disabled] .region-footer-action .at-form label input, .region-footer-action .at-form label fieldset[disabled] input, fieldset[disabled] .issue-wrap .at-form label input, .issue-wrap .at-form label fieldset[disabled] input {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, .region-home-jumbotron .at-form label input[type=date], .region-footer-action .at-form label input[type=date], .issue-wrap .at-form label input[type=date],
input[type=time].form-control,
.region-home-jumbotron .at-form label input[type=time],
.region-footer-action .at-form label input[type=time],
.issue-wrap .at-form label input[type=time],
input[type=datetime-local].form-control,
.region-home-jumbotron .at-form label input[type=datetime-local],
.region-footer-action .at-form label input[type=datetime-local],
.issue-wrap .at-form label input[type=datetime-local],
input[type=month].form-control,
.region-home-jumbotron .at-form label input[type=month],
.region-footer-action .at-form label input[type=month],
.issue-wrap .at-form label input[type=month] {
    line-height: 42px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > input[type=date].btn-at-primary, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > input[type=time].btn-at-primary,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > input[type=datetime-local].btn-at-primary,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > input[type=month].btn-at-primary,
.input-group-sm input[type=month] {
    line-height: 28px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > input[type=date].btn-at-primary, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > input[type=time].btn-at-primary,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > input[type=datetime-local].btn-at-primary,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > input[type=month].btn-at-primary,
.input-group-lg input[type=month] {
    line-height: 62px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 40px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .region-home-jumbotron .at-form label .input-group-lg > input.form-control-static, .region-footer-action .at-form label .input-group-lg > input.form-control-static, .issue-wrap .at-form label .input-group-lg > input.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > .form-control-static.btn-at-primary, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .region-home-jumbotron .at-form label .input-group-sm > input.form-control-static, .region-footer-action .at-form label .input-group-sm > input.form-control-static, .issue-wrap .at-form label .input-group-sm > input.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > .form-control-static.btn-at-primary {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .region-home-jumbotron .at-form label .input-group-sm > input, .region-footer-action .at-form label .input-group-sm > input, .issue-wrap .at-form label .input-group-sm > input,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > .btn-at-primary {
  height: 28px;
  padding: 5px 5px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > select.btn-at-primary {
  height: 28px;
  line-height: 28px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > textarea.btn-at-primary,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > select[multiple].btn-at-primary {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label .form-group-sm input, .form-group-sm .region-footer-action .at-form label input, .region-footer-action .at-form label .form-group-sm input, .form-group-sm .issue-wrap .at-form label input, .issue-wrap .at-form label .form-group-sm input {
  height: 28px;
  padding: 5px 5px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 37px;
  padding: 6px 5px;
  font-size: 13px;
  line-height: 1.25;
}

.input-lg, .input-group-lg > .form-control, .region-home-jumbotron .at-form label .input-group-lg > input, .region-footer-action .at-form label .input-group-lg > input, .issue-wrap .at-form label .input-group-lg > input,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > .btn-at-primary {
  height: 62px;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > select.btn-at-primary {
  height: 62px;
  line-height: 62px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > textarea.btn-at-primary,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > select[multiple].btn-at-primary {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label .form-group-lg input, .form-group-lg .region-footer-action .at-form label input, .region-footer-action .at-form label .form-group-lg input, .form-group-lg .issue-wrap .at-form label input, .issue-wrap .at-form label .form-group-lg input {
  height: 62px;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 62px;
  line-height: 62px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 62px;
  min-height: 44px;
  padding: 16px 15px;
  font-size: 20px;
  line-height: 1.5;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label .has-feedback input, .has-feedback .region-footer-action .at-form label input, .region-footer-action .at-form label .has-feedback input, .has-feedback .issue-wrap .at-form label input, .issue-wrap .at-form label .has-feedback input {
  padding-right: 52.5px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .region-home-jumbotron .at-form label .input-group-lg > input + .form-control-feedback, .region-footer-action .at-form label .input-group-lg > input + .form-control-feedback, .issue-wrap .at-form label .input-group-lg > input + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > .btn-at-primary + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .region-home-jumbotron .at-form label input + .form-control-feedback,
.region-home-jumbotron .at-form label .form-group-lg input + .form-control-feedback,
.form-group-lg .region-footer-action .at-form label input + .form-control-feedback,
.region-footer-action .at-form label .form-group-lg input + .form-control-feedback,
.form-group-lg .issue-wrap .at-form label input + .form-control-feedback,
.issue-wrap .at-form label .form-group-lg input + .form-control-feedback {
  width: 62px;
  height: 62px;
  line-height: 62px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .region-home-jumbotron .at-form label .input-group-sm > input + .form-control-feedback, .region-footer-action .at-form label .input-group-sm > input + .form-control-feedback, .issue-wrap .at-form label .input-group-sm > input + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > .btn-at-primary + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .region-home-jumbotron .at-form label input + .form-control-feedback,
.region-home-jumbotron .at-form label .form-group-sm input + .form-control-feedback,
.form-group-sm .region-footer-action .at-form label input + .form-control-feedback,
.region-footer-action .at-form label .form-group-sm input + .form-control-feedback,
.form-group-sm .issue-wrap .at-form label input + .form-control-feedback,
.issue-wrap .at-form label .form-group-sm input + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control, .has-success .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label .has-success input, .has-success .region-footer-action .at-form label input, .region-footer-action .at-form label .has-success input, .has-success .issue-wrap .at-form label input, .issue-wrap .at-form label .has-success input {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .region-home-jumbotron .at-form label input:focus, .region-home-jumbotron .at-form label .has-success input:focus, .has-success .region-footer-action .at-form label input:focus, .region-footer-action .at-form label .has-success input:focus, .has-success .issue-wrap .at-form label input:focus, .issue-wrap .at-form label .has-success input:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control, .has-warning .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label .has-warning input, .has-warning .region-footer-action .at-form label input, .region-footer-action .at-form label .has-warning input, .has-warning .issue-wrap .at-form label input, .issue-wrap .at-form label .has-warning input {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .region-home-jumbotron .at-form label input:focus, .region-home-jumbotron .at-form label .has-warning input:focus, .has-warning .region-footer-action .at-form label input:focus, .region-footer-action .at-form label .has-warning input:focus, .has-warning .issue-wrap .at-form label input:focus, .issue-wrap .at-form label .has-warning input:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control, .has-error .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label .has-error input, .has-error .region-footer-action .at-form label input, .region-footer-action .at-form label .has-error input, .has-error .issue-wrap .at-form label input, .issue-wrap .at-form label .has-error input {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .region-home-jumbotron .at-form label input:focus, .region-home-jumbotron .at-form label .has-error input:focus, .has-error .region-footer-action .at-form label input:focus, .region-footer-action .at-form label .has-error input:focus, .has-error .issue-wrap .at-form label input:focus, .issue-wrap .at-form label .has-error input:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label#block-bys-breadcrumbs ~ .form-control-feedback {
  top: 0;
}

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

.btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 8px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary:focus, .btn.focus, body.page-ngp-multistep .ngp-form.at.multistep-layout .focus.btn-at-primary, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary:hover, .btn:focus, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary:focus, .btn.focus, body.page-ngp-multistep .ngp-form.at.multistep-layout .focus.btn-at-primary {
  color: #ffffff;
  text-decoration: none;
}
.btn:active, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary:active, .btn.active, body.page-ngp-multistep .ngp-form.at.multistep-layout .active.btn-at-primary {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, body.page-ngp-multistep .ngp-form.at.multistep-layout .disabled.btn-at-primary, .btn[disabled], body.page-ngp-multistep .ngp-form.at.multistep-layout [disabled].btn-at-primary, fieldset[disabled] .btn, fieldset[disabled] body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout fieldset[disabled] .btn-at-primary {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, body.page-ngp-multistep .ngp-form.at.multistep-layout a.disabled.btn-at-primary, fieldset[disabled] a.btn, fieldset[disabled] body.page-ngp-multistep .ngp-form.at.multistep-layout a.btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout fieldset[disabled] a.btn-at-primary {
  pointer-events: none;
}

.btn-default, .region-home-jumbotron .at-form .at-form-submit .at-submit, .region-footer-action .at-form .at-form-submit .at-submit, .issue-wrap .at-form .at-form-submit .at-submit {
  color: #ffffff;
  background-color: #DD0000;
  border-color: transparent;
}
.btn-default:focus, .region-home-jumbotron .at-form .at-form-submit .at-submit:focus, .region-footer-action .at-form .at-form-submit .at-submit:focus, .issue-wrap .at-form .at-form-submit .at-submit:focus, .btn-default.focus, .region-home-jumbotron .at-form .at-form-submit .focus.at-submit, .region-footer-action .at-form .at-form-submit .focus.at-submit, .issue-wrap .at-form .at-form-submit .focus.at-submit {
  color: #ffffff;
  background-color: #aa0000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover, .region-home-jumbotron .at-form .at-form-submit .at-submit:hover, .region-footer-action .at-form .at-form-submit .at-submit:hover, .issue-wrap .at-form .at-form-submit .at-submit:hover {
  color: #ffffff;
  background-color: #aa0000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active, .region-home-jumbotron .at-form .at-form-submit .at-submit:active, .region-footer-action .at-form .at-form-submit .at-submit:active, .issue-wrap .at-form .at-form-submit .at-submit:active, .btn-default.active, .region-home-jumbotron .at-form .at-form-submit .active.at-submit, .region-footer-action .at-form .at-form-submit .active.at-submit, .issue-wrap .at-form .at-form-submit .active.at-submit, .open > .btn-default.dropdown-toggle, .region-home-jumbotron .at-form .at-form-submit .open > .dropdown-toggle.at-submit, .region-footer-action .at-form .at-form-submit .open > .dropdown-toggle.at-submit, .issue-wrap .at-form .at-form-submit .open > .dropdown-toggle.at-submit {
  color: #ffffff;
  background-color: #aa0000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover, .region-home-jumbotron .at-form .at-form-submit .at-submit:active:hover, .region-footer-action .at-form .at-form-submit .at-submit:active:hover, .issue-wrap .at-form .at-form-submit .at-submit:active:hover, .btn-default:active:focus, .region-home-jumbotron .at-form .at-form-submit .at-submit:active:focus, .region-footer-action .at-form .at-form-submit .at-submit:active:focus, .issue-wrap .at-form .at-form-submit .at-submit:active:focus, .btn-default:active.focus, .region-home-jumbotron .at-form .at-form-submit .at-submit:active.focus, .region-footer-action .at-form .at-form-submit .at-submit:active.focus, .issue-wrap .at-form .at-form-submit .at-submit:active.focus, .btn-default.active:hover, .region-home-jumbotron .at-form .at-form-submit .active.at-submit:hover, .region-footer-action .at-form .at-form-submit .active.at-submit:hover, .issue-wrap .at-form .at-form-submit .active.at-submit:hover, .btn-default.active:focus, .region-home-jumbotron .at-form .at-form-submit .active.at-submit:focus, .region-footer-action .at-form .at-form-submit .active.at-submit:focus, .issue-wrap .at-form .at-form-submit .active.at-submit:focus, .btn-default.active.focus, .region-home-jumbotron .at-form .at-form-submit .active.focus.at-submit, .region-footer-action .at-form .at-form-submit .active.focus.at-submit, .issue-wrap .at-form .at-form-submit .active.focus.at-submit, .open > .btn-default.dropdown-toggle:hover, .region-home-jumbotron .at-form .at-form-submit .open > .dropdown-toggle.at-submit:hover, .region-footer-action .at-form .at-form-submit .open > .dropdown-toggle.at-submit:hover, .issue-wrap .at-form .at-form-submit .open > .dropdown-toggle.at-submit:hover, .open > .btn-default.dropdown-toggle:focus, .region-home-jumbotron .at-form .at-form-submit .open > .dropdown-toggle.at-submit:focus, .region-footer-action .at-form .at-form-submit .open > .dropdown-toggle.at-submit:focus, .issue-wrap .at-form .at-form-submit .open > .dropdown-toggle.at-submit:focus, .open > .btn-default.dropdown-toggle.focus, .region-home-jumbotron .at-form .at-form-submit .open > .dropdown-toggle.focus.at-submit, .region-footer-action .at-form .at-form-submit .open > .dropdown-toggle.focus.at-submit, .issue-wrap .at-form .at-form-submit .open > .dropdown-toggle.focus.at-submit {
  color: #ffffff;
  background-color: #860000;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active, .region-home-jumbotron .at-form .at-form-submit .at-submit:active, .region-footer-action .at-form .at-form-submit .at-submit:active, .issue-wrap .at-form .at-form-submit .at-submit:active, .btn-default.active, .region-home-jumbotron .at-form .at-form-submit .active.at-submit, .region-footer-action .at-form .at-form-submit .active.at-submit, .issue-wrap .at-form .at-form-submit .active.at-submit, .open > .btn-default.dropdown-toggle, .region-home-jumbotron .at-form .at-form-submit .open > .dropdown-toggle.at-submit, .region-footer-action .at-form .at-form-submit .open > .dropdown-toggle.at-submit, .issue-wrap .at-form .at-form-submit .open > .dropdown-toggle.at-submit {
  background-image: none;
}
.btn-default.disabled:hover, .region-home-jumbotron .at-form .at-form-submit .disabled.at-submit:hover, .region-footer-action .at-form .at-form-submit .disabled.at-submit:hover, .issue-wrap .at-form .at-form-submit .disabled.at-submit:hover, .btn-default.disabled:focus, .region-home-jumbotron .at-form .at-form-submit .disabled.at-submit:focus, .region-footer-action .at-form .at-form-submit .disabled.at-submit:focus, .issue-wrap .at-form .at-form-submit .disabled.at-submit:focus, .btn-default.disabled.focus, .region-home-jumbotron .at-form .at-form-submit .disabled.focus.at-submit, .region-footer-action .at-form .at-form-submit .disabled.focus.at-submit, .issue-wrap .at-form .at-form-submit .disabled.focus.at-submit, .btn-default[disabled]:hover, .region-home-jumbotron .at-form .at-form-submit [disabled].at-submit:hover, .region-footer-action .at-form .at-form-submit [disabled].at-submit:hover, .issue-wrap .at-form .at-form-submit [disabled].at-submit:hover, .btn-default[disabled]:focus, .region-home-jumbotron .at-form .at-form-submit [disabled].at-submit:focus, .region-footer-action .at-form .at-form-submit [disabled].at-submit:focus, .issue-wrap .at-form .at-form-submit [disabled].at-submit:focus, .btn-default[disabled].focus, .region-home-jumbotron .at-form .at-form-submit [disabled].focus.at-submit, .region-footer-action .at-form .at-form-submit [disabled].focus.at-submit, .issue-wrap .at-form .at-form-submit [disabled].focus.at-submit, fieldset[disabled] .btn-default:hover, fieldset[disabled] .region-home-jumbotron .at-form .at-form-submit .at-submit:hover, .region-home-jumbotron .at-form .at-form-submit fieldset[disabled] .at-submit:hover, fieldset[disabled] .region-footer-action .at-form .at-form-submit .at-submit:hover, .region-footer-action .at-form .at-form-submit fieldset[disabled] .at-submit:hover, fieldset[disabled] .issue-wrap .at-form .at-form-submit .at-submit:hover, .issue-wrap .at-form .at-form-submit fieldset[disabled] .at-submit:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .region-home-jumbotron .at-form .at-form-submit .at-submit:focus, .region-home-jumbotron .at-form .at-form-submit fieldset[disabled] .at-submit:focus, fieldset[disabled] .region-footer-action .at-form .at-form-submit .at-submit:focus, .region-footer-action .at-form .at-form-submit fieldset[disabled] .at-submit:focus, fieldset[disabled] .issue-wrap .at-form .at-form-submit .at-submit:focus, .issue-wrap .at-form .at-form-submit fieldset[disabled] .at-submit:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .region-home-jumbotron .at-form .at-form-submit .focus.at-submit, .region-home-jumbotron .at-form .at-form-submit fieldset[disabled] .focus.at-submit, fieldset[disabled] .region-footer-action .at-form .at-form-submit .focus.at-submit, .region-footer-action .at-form .at-form-submit fieldset[disabled] .focus.at-submit, fieldset[disabled] .issue-wrap .at-form .at-form-submit .focus.at-submit, .issue-wrap .at-form .at-form-submit fieldset[disabled] .focus.at-submit {
  background-color: #DD0000;
  border-color: transparent;
}
.btn-default .badge, .region-home-jumbotron .at-form .at-form-submit .at-submit .badge, .region-footer-action .at-form .at-form-submit .at-submit .badge, .issue-wrap .at-form .at-form-submit .at-submit .badge {
  color: #DD0000;
  background-color: #ffffff;
}

.btn-primary {
  color: #0033A0;
  background-color: #ffffff;
  border-color: #0033A0;
}
.btn-primary:focus, .btn-primary.focus {
  color: #0033A0;
  background-color: #e6e6e6;
  border-color: #000a21;
}
.btn-primary:hover {
  color: #0033A0;
  background-color: #e6e6e6;
  border-color: #001f63;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #0033A0;
  background-color: #e6e6e6;
  border-color: #001f63;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #0033A0;
  background-color: #d4d4d4;
  border-color: #000a21;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #ffffff;
  border-color: #0033A0;
}
.btn-primary .badge {
  color: #ffffff;
  background-color: #0033A0;
}

.btn-success {
  color: #ffffff;
  background-color: #4C9F00;
  border-color: transparent;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #346c00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
  color: #ffffff;
  background-color: #346c00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #346c00;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #234800;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #4C9F00;
  border-color: transparent;
}
.btn-success .badge {
  color: #4C9F00;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #778899;
  border-color: transparent;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #5f6f7e;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #5f6f7e;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #5f6f7e;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #4f5d6a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #778899;
  border-color: transparent;
}
.btn-info .badge {
  color: #778899;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-link {
  color: #0033A0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #DD0000;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #C9CFD6;
  text-decoration: none;
}

.btn-lg, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, .btn-group-lg > .btn {
  padding: 15px 15px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-sm > .btn-at-primary {
  padding: 5px 5px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-xs > .btn-at-primary {
  padding: 2px 2px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0px;
}

.btn-block, .region-home-jumbotron .at-form .at-form-submit .at-submit, .region-footer-action .at-form .at-form-submit .at-submit, .issue-wrap .at-form .at-form-submit .at-submit {
  display: block;
  width: 100%;
}

.btn-block + .btn-block, .region-home-jumbotron .at-form .at-form-submit .at-submit + .btn-block, .region-footer-action .at-form .at-form-submit .at-submit + .btn-block, .issue-wrap .at-form .at-form-submit .at-submit + .btn-block, .region-home-jumbotron .at-form .at-form-submit .btn-block + .at-submit, .region-home-jumbotron .at-form .at-form-submit .at-submit + .at-submit, .region-footer-action .at-form .at-form-submit .btn-block + .at-submit, .region-footer-action .at-form .at-form-submit .at-submit + .at-submit, .issue-wrap .at-form .at-form-submit .btn-block + .at-submit, .issue-wrap .at-form .at-form-submit .at-submit + .at-submit {
  margin-top: 5px;
}

input[type=submit].btn-block, .region-home-jumbotron .at-form .at-form-submit input[type=submit].at-submit, .region-footer-action .at-form .at-form-submit input[type=submit].at-submit, .issue-wrap .at-form .at-form-submit input[type=submit].at-submit,
input[type=reset].btn-block,
.region-home-jumbotron .at-form .at-form-submit input[type=reset].at-submit,
.region-footer-action .at-form .at-form-submit input[type=reset].at-submit,
.issue-wrap .at-form .at-form-submit input[type=reset].at-submit,
input[type=button].btn-block,
.region-home-jumbotron .at-form .at-form-submit input[type=button].at-submit,
.region-footer-action .at-form .at-form-submit input[type=button].at-submit,
.issue-wrap .at-form .at-form-submit input[type=button].at-submit {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #334455;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #DD0000;
  background-color: #ffffff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0033A0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #C9CFD6;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #C9CFD6;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 4800px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary,
.btn-group-vertical > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary:hover, .btn-group > .btn:focus, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary:focus, .btn-group > .btn:active, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary:active, .btn-group > .btn.active, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .active.btn-at-primary,
.btn-group-vertical > .btn:hover,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary:hover,
.btn-group-vertical > .btn:focus,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary:focus,
.btn-group-vertical > .btn:active,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary:active,
.btn-group-vertical > .btn.active,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .active.btn-at-primary {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary + .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group .btn-at-primary + .btn, .btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn + .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group .btn + .btn-at-primary, .btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary + .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group .btn-at-primary + .btn-at-primary,
.btn-group .btn + .btn-group,
.btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary + .btn-group,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group .btn-at-primary + .btn-group,
.btn-group .btn-group + .btn,
.btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group + .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group .btn-group + .btn-at-primary,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-toolbar .btn-at-primary,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-toolbar > .btn-at-primary,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-at-primary {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-group:first-child:not(:last-child) > .btn-at-primary:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-group:last-child:not(:first-child) > .btn-at-primary:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group > .btn-at-primary + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary .caret {
  margin-left: 0;
}

.btn-lg .caret, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary .caret, body.page-ngp-multistep .ngp-form.at.multistep-layout .dropup .btn-at-primary .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-group > .btn-at-primary {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-group > .btn-at-primary {
  float: none;
}
.btn-group-vertical > .btn + .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary + .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn + .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary + .btn-at-primary,
.btn-group-vertical > .btn + .btn-group,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary + .btn-group,
.btn-group-vertical > .btn-group + .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-group + .btn-at-primary,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-at-primary:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-at-primary {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-at-primary:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-at-primary:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-justified > .btn-at-primary,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-justified > .btn-group .btn-at-primary {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], body.page-ngp-multistep .ngp-form.at.multistep-layout [data-toggle=buttons] > .btn-at-primary input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
body.page-ngp-multistep .ngp-form.at.multistep-layout [data-toggle=buttons] > .btn-at-primary input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label .input-group input, .input-group .region-footer-action .at-form label input, .region-footer-action .at-form label .input-group input, .input-group .issue-wrap .at-form label input, .issue-wrap .at-form label .input-group input {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .region-home-jumbotron .at-form label input:focus, .region-home-jumbotron .at-form label .input-group input:focus, .input-group .region-footer-action .at-form label input:focus, .region-footer-action .at-form label .input-group input:focus, .input-group .issue-wrap .at-form label input:focus, .issue-wrap .at-form label .input-group input:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .region-home-jumbotron .at-form label input,
.region-home-jumbotron .at-form label .input-group input,
.input-group .region-footer-action .at-form label input,
.region-footer-action .at-form label .input-group input,
.input-group .issue-wrap .at-form label input,
.issue-wrap .at-form label .input-group input {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .region-home-jumbotron .at-form label input:not(:first-child):not(:last-child),
.region-home-jumbotron .at-form label .input-group input:not(:first-child):not(:last-child),
.input-group .region-footer-action .at-form label input:not(:first-child):not(:last-child),
.region-footer-action .at-form label .input-group input:not(:first-child):not(:last-child),
.input-group .issue-wrap .at-form label input:not(:first-child):not(:last-child),
.issue-wrap .at-form label .input-group input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #778899;
  text-align: center;
  background-color: #F1F3F4;
  border: 1px solid #F1F3F4;
  border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-sm > .input-group-btn > .input-group-addon.btn-at-primary {
  padding: 5px 5px;
  font-size: 13px;
  border-radius: 0px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > .input-group-addon.btn-at-primary {
  padding: 15px 15px;
  font-size: 20px;
  border-radius: 0px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .region-home-jumbotron .at-form label input:first-child, .region-home-jumbotron .at-form label .input-group input:first-child, .input-group .region-footer-action .at-form label input:first-child, .region-footer-action .at-form label .input-group input:first-child, .input-group .issue-wrap .at-form label input:first-child, .issue-wrap .at-form label .input-group input:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:first-child > .btn-at-primary,
.input-group-btn:first-child > .btn-group > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:first-child > .btn-group > .btn-at-primary,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:last-child > .btn-at-primary:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-at-primary {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .region-home-jumbotron .at-form label input:last-child, .region-home-jumbotron .at-form label .input-group input:last-child, .input-group .region-footer-action .at-form label input:last-child, .region-footer-action .at-form label .input-group input:last-child, .input-group .issue-wrap .at-form label input:last-child, .issue-wrap .at-form label .input-group input:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:last-child > .btn-at-primary,
.input-group-btn:last-child > .btn-group > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:last-child > .btn-group > .btn-at-primary,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:first-child > .btn-at-primary:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-at-primary {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn > .btn-at-primary {
  position: relative;
}
.input-group-btn > .btn + .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn > .btn-at-primary + .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn > .btn + .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn > .btn-at-primary + .btn-at-primary {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn > .btn-at-primary:hover, .input-group-btn > .btn:focus, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn > .btn-at-primary:focus, .input-group-btn > .btn:active, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn > .btn-at-primary:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:first-child > .btn-at-primary,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-btn:last-child > .btn-at-primary,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 4px 10px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #F1F3F4;
}
.nav > li.disabled > a {
  color: #C9CFD6;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #C9CFD6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #F1F3F4;
  border-color: #0033A0;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #F1F3F4 #F1F3F4 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #778899;
  background-color: #C9CFD6;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0033A0;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #C9CFD6;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 4800px) {
  .navbar {
    border-radius: 0px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 4800px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 4800px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .panel .text-wrap > .navbar-header,
.container > .navbar-collapse,
.panel .text-wrap > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 4800px) {
  .container > .navbar-header, .panel .text-wrap > .navbar-header,
.container > .navbar-collapse,
.panel .text-wrap > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 500;
  border-width: 0 0 1px;
}
@media (min-width: 4800px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 4800px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 4800px) {
  .navbar > .container .navbar-brand, .panel .navbar > .text-wrap .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 4800px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 4799px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 4800px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .region-home-jumbotron .at-form label input, .region-home-jumbotron .at-form label .navbar-form input, .navbar-form .region-footer-action .at-form label input, .region-footer-action .at-form label .navbar-form input, .navbar-form .issue-wrap .at-form label input, .issue-wrap .at-form label .navbar-form input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control,
.navbar-form .input-group .region-home-jumbotron .at-form label input,
.region-home-jumbotron .at-form label .navbar-form .input-group input,
.navbar-form .input-group .region-footer-action .at-form label input,
.region-footer-action .at-form label .navbar-form .input-group input,
.navbar-form .input-group .issue-wrap .at-form label input,
.issue-wrap .at-form label .navbar-form .input-group input {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .region-home-jumbotron .at-form label .input-group > input, .region-home-jumbotron .at-form label .navbar-form .input-group > input, .navbar-form .region-footer-action .at-form label .input-group > input, .region-footer-action .at-form label .navbar-form .input-group > input, .navbar-form .issue-wrap .at-form label .input-group > input, .issue-wrap .at-form label .navbar-form .input-group > input {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 4799px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 4800px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-sm > .navbar-btn.btn-at-primary {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-xs > .navbar-btn.btn-at-primary {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 4800px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 4800px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(238, 238, 238, 0.9);
}
.navbar-default .navbar-brand {
  color: #DD0000;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #aa0000;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #DD0000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #0033A0;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #282f35;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #C9CFD6;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0033A0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(238, 238, 238, 0.9);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #282f35;
}
@media (max-width: 4799px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #DD0000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0033A0;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #282f35;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #C9CFD6;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #DD0000;
}
.navbar-default .navbar-link:hover {
  color: #0033A0;
}
.navbar-default .btn-link {
  color: #DD0000;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #0033A0;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #C9CFD6;
}

.navbar-inverse {
  background-color: #0033A0;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #778899;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #778899;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #00287c;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
@media (max-width: 4799px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #778899;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #778899;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #C9CFD6;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 8px;
  line-height: 1.5;
  text-decoration: none;
  color: #0033A0;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #DD0000;
  background-color: #F1F3F4;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #0033A0;
  border-color: #0033A0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #C9CFD6;
  background-color: #ffffff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 15px 15px;
  font-size: 20px;
  line-height: 1.5;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 5px;
  font-size: 13px;
  line-height: 1.25;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #F1F3F4;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #C9CFD6;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #C9CFD6;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #acb5c0;
}

.label-primary {
  background-color: #0033A0;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #00236d;
}

.label-success {
  background-color: #4C9F00;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #346c00;
}

.label-info {
  background-color: #778899;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #5f6f7e;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #C9CFD6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-group-xs > .btn-at-primary .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #0033A0;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: inherit;
  background-color: #F1F3F4;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d4dbde;
}
.container .jumbotron, .panel .text-wrap .jumbotron, .container-fluid .jumbotron {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container, .jumbotron .panel .text-wrap, .panel .jumbotron .text-wrap {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container .jumbotron, .panel .text-wrap .jumbotron, .container-fluid .jumbotron {
    padding-left: 0;
    padding-right: 0;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #C9CFD6;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #334455;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0033A0;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #0033A0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4C9F00;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #778899;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #F1F3F4;
  color: #C9CFD6;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #C9CFD6;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0033A0;
  border-color: #0033A0;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #6d9cff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #334455;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #334455;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #0033A0;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0033A0;
  border-color: #0033A0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0033A0;
}
.panel-primary > .panel-heading .badge {
  color: #0033A0;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0033A0;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.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-16by9 {
  padding-bottom: 56.25%;
}

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

.well, .footer-action .at .content.thankYou {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote, .footer-action .at .content.thankYou blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #0033A0;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary + .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .modal-footer .btn-at-primary + .btn, .modal-footer body.page-ngp-multistep .ngp-form.at.multistep-layout .btn + .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .modal-footer .btn + .btn-at-primary, .modal-footer body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary + .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .modal-footer .btn-at-primary + .btn-at-primary {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary + .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .modal-footer .btn-group .btn-at-primary + .btn, .modal-footer .btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn + .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .modal-footer .btn-group .btn + .btn-at-primary, .modal-footer .btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary + .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .modal-footer .btn-group .btn-at-primary + .btn-at-primary {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block, .modal-footer .region-home-jumbotron .at-form .at-form-submit .at-submit + .btn-block, .region-home-jumbotron .at-form .at-form-submit .modal-footer .at-submit + .btn-block, .modal-footer .region-footer-action .at-form .at-form-submit .at-submit + .btn-block, .region-footer-action .at-form .at-form-submit .modal-footer .at-submit + .btn-block, .modal-footer .issue-wrap .at-form .at-form-submit .at-submit + .btn-block, .issue-wrap .at-form .at-form-submit .modal-footer .at-submit + .btn-block, .modal-footer .region-home-jumbotron .at-form .at-form-submit .btn-block + .at-submit, .region-home-jumbotron .at-form .at-form-submit .modal-footer .btn-block + .at-submit, .modal-footer .region-home-jumbotron .at-form .at-form-submit .at-submit + .at-submit, .region-home-jumbotron .at-form .at-form-submit .modal-footer .at-submit + .at-submit, .modal-footer .region-footer-action .at-form .at-form-submit .btn-block + .at-submit, .region-footer-action .at-form .at-form-submit .modal-footer .btn-block + .at-submit, .modal-footer .region-footer-action .at-form .at-form-submit .at-submit + .at-submit, .region-footer-action .at-form .at-form-submit .modal-footer .at-submit + .at-submit, .modal-footer .issue-wrap .at-form .at-form-submit .btn-block + .at-submit, .issue-wrap .at-form .at-form-submit .modal-footer .btn-block + .at-submit, .modal-footer .issue-wrap .at-form .at-form-submit .at-submit + .at-submit, .issue-wrap .at-form .at-form-submit .modal-footer .at-submit + .at-submit {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right, .article-header .tooltip#block-pagesectionshareheader {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left, .article-header .tooltip#block-views-block-issues-issues-select-2 {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow, .article-header .tooltip#block-pagesectionshareheader .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow, .article-header .tooltip#block-views-block-issues-issues-select-2 .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right, .article-header .popover#block-pagesectionshareheader {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left, .article-header .popover#block-views-block-issues-issues-select-2 {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow, .article-header .popover#block-pagesectionshareheader > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after, .article-header .popover#block-pagesectionshareheader > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow, .article-header .popover#block-views-block-issues-issues-select-2 > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after, .article-header .popover#block-views-block-issues-issues-select-2 > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right, .article-header .carousel-inner > .item.active#block-pagesectionshareheader {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left, .article-header .carousel-inner > .item.active#block-views-block-issues-issues-select-2 {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .article-header .carousel-inner > .item.next#block-views-block-issues-issues-select-2, .carousel-inner > .item.prev.right, .article-header .carousel-inner > .item.prev#block-pagesectionshareheader, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .article-header .carousel-inner > .next#block-views-block-issues-issues-select-2,
.carousel-inner > .prev.right,
.article-header .carousel-inner > .prev#block-pagesectionshareheader {
  left: 0;
}
.carousel-inner > .active.left, .article-header .carousel-inner > .active#block-views-block-issues-issues-select-2 {
  left: -100%;
}
.carousel-inner > .active.right, .article-header .carousel-inner > .active#block-pagesectionshareheader {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left, .article-header .carousel-control#block-views-block-issues-issues-select-2 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right, .article-header .carousel-control#block-pagesectionshareheader {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .carousel-caption .btn-at-primary {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  content: " ";
  display: table;
}
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

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

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

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

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

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

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

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

  tr.visible-xs {
    display: table-row !important;
  }

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

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

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

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

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

  tr.visible-sm {
    display: table-row !important;
  }

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

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

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

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

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

  tr.visible-md {
    display: table-row !important;
  }

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

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

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

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

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

  tr.visible-lg {
    display: table-row !important;
  }

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

  tr.visible-print {
    display: table-row !important;
  }

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Sass Document */
.row .row, .slideshow-panel-wrap .img-text-wrap .row, .row .slideshow-panel-wrap .img-text-wrap, .slideshow-panel-wrap .row .img-text-wrap, .slideshow-panel-wrap .img-text-wrap .img-text-wrap, .panel .menu.nav .row, .panel .menu.nav .slideshow-panel-wrap .img-text-wrap, .slideshow-panel-wrap .panel .menu.nav .img-text-wrap, .row .panel .menu.nav, .slideshow-panel-wrap .img-text-wrap .panel .menu.nav, .panel .row .menu.nav, .panel .slideshow-panel-wrap .img-text-wrap .menu.nav, .slideshow-panel-wrap .panel .img-text-wrap .menu.nav, .panel .menu.nav .menu.nav, .article-header .region-section-bar .row, .article-header .region-section-bar .slideshow-panel-wrap .img-text-wrap, .slideshow-panel-wrap .article-header .region-section-bar .img-text-wrap, .article-header .region-section-bar .panel .menu.nav, .panel .article-header .region-section-bar .menu.nav, .row .article-header .region-section-bar, .slideshow-panel-wrap .img-text-wrap .article-header .region-section-bar, .panel .menu.nav .article-header .region-section-bar, .article-header .row .region-section-bar, .article-header .slideshow-panel-wrap .img-text-wrap .region-section-bar, .slideshow-panel-wrap .article-header .img-text-wrap .region-section-bar, .article-header .panel .menu.nav .region-section-bar, .panel .article-header .menu.nav .region-section-bar, .article-header .region-section-bar .region-section-bar, footer.main-footer .footer-upper-right .footer-nav .menu.nav .row, footer.main-footer .footer-upper-right .footer-nav .menu.nav .slideshow-panel-wrap .img-text-wrap, .slideshow-panel-wrap footer.main-footer .footer-upper-right .footer-nav .menu.nav .img-text-wrap, footer.main-footer .footer-upper-right .footer-nav .menu.nav .article-header .region-section-bar, .article-header footer.main-footer .footer-upper-right .footer-nav .menu.nav .region-section-bar, .row footer.main-footer .footer-upper-right .footer-nav .menu.nav, .slideshow-panel-wrap .img-text-wrap footer.main-footer .footer-upper-right .footer-nav .menu.nav, .panel .menu.nav footer.main-footer .footer-upper-right .footer-nav .menu.nav, .article-header .region-section-bar footer.main-footer .footer-upper-right .footer-nav .menu.nav, footer.main-footer .footer-upper-right .footer-nav .row .menu.nav, footer.main-footer .footer-upper-right .footer-nav .slideshow-panel-wrap .img-text-wrap .menu.nav, .slideshow-panel-wrap footer.main-footer .footer-upper-right .footer-nav .img-text-wrap .menu.nav, footer.main-footer .footer-upper-right .footer-nav .article-header .region-section-bar .menu.nav, .article-header footer.main-footer .footer-upper-right .footer-nav .region-section-bar .menu.nav, footer.main-footer .footer-upper-right .footer-nav .menu.nav .menu.nav {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

/* INVERSE TEXT */
.text-inverse.fa, .slideshow-panel-wrap .img-text-wrap .fa.text-wrap, .fa.accordian-panel-wrap.blue, .fa.panel.blue, .panel.bgimg .fa.text-img-wrap, footer.fa.main-footer, .text-reverse.fa {
  color: #ffffff;
}
.text-inverse h1, .slideshow-panel-wrap .img-text-wrap .text-wrap h1, .accordian-panel-wrap.blue h1, .panel.blue h1, .panel.bgimg .text-img-wrap h1, footer.main-footer h1,
.text-inverse h2,
.slideshow-panel-wrap .img-text-wrap .text-wrap h2,
.accordian-panel-wrap.blue h2,
.panel.blue h2,
.panel.bgimg .text-img-wrap h2,
footer.main-footer h2,
.text-inverse h3,
.slideshow-panel-wrap .img-text-wrap .text-wrap h3,
.accordian-panel-wrap.blue h3,
.panel.blue h3,
.panel.bgimg .text-img-wrap h3,
footer.main-footer h3,
.text-inverse h4,
.slideshow-panel-wrap .img-text-wrap .text-wrap h4,
.accordian-panel-wrap.blue h4,
.panel.blue h4,
.panel.bgimg .text-img-wrap h4,
footer.main-footer h4,
.text-inverse h5,
.slideshow-panel-wrap .img-text-wrap .text-wrap h5,
.accordian-panel-wrap.blue h5,
.panel.blue h5,
.panel.bgimg .text-img-wrap h5,
footer.main-footer h5,
.text-inverse p,
.slideshow-panel-wrap .img-text-wrap .text-wrap p,
.accordian-panel-wrap.blue p,
.panel.blue p,
.panel.bgimg .text-img-wrap p,
footer.main-footer p,
.text-inverse li,
.slideshow-panel-wrap .img-text-wrap .text-wrap li,
.accordian-panel-wrap.blue li,
.panel.blue li,
.panel.bgimg .text-img-wrap li,
footer.main-footer li,
.text-inverse a,
.slideshow-panel-wrap .img-text-wrap .text-wrap a,
.accordian-panel-wrap.blue a,
.panel.blue a,
.panel.bgimg .text-img-wrap a,
footer.main-footer a, .text-reverse h1,
.text-reverse h2,
.text-reverse h3,
.text-reverse h4,
.text-reverse h5,
.text-reverse p,
.text-reverse li,
.text-reverse a {
  border-color: #ffffff;
  color: #ffffff;
}
.text-inverse h1 a, .slideshow-panel-wrap .img-text-wrap .text-wrap h1 a, .accordian-panel-wrap.blue h1 a, .panel.blue h1 a, .panel.bgimg .text-img-wrap h1 a, footer.main-footer h1 a, .text-inverse h1.active, .slideshow-panel-wrap .img-text-wrap .text-wrap h1.active, .accordian-panel-wrap.blue h1.active, .panel.blue h1.active, .panel.bgimg .text-img-wrap h1.active, footer.main-footer h1.active,
.text-inverse h2 a,
.slideshow-panel-wrap .img-text-wrap .text-wrap h2 a,
.accordian-panel-wrap.blue h2 a,
.panel.blue h2 a,
.panel.bgimg .text-img-wrap h2 a,
footer.main-footer h2 a,
.text-inverse h2.active,
.slideshow-panel-wrap .img-text-wrap .text-wrap h2.active,
.accordian-panel-wrap.blue h2.active,
.panel.blue h2.active,
.panel.bgimg .text-img-wrap h2.active,
footer.main-footer h2.active,
.text-inverse h3 a,
.slideshow-panel-wrap .img-text-wrap .text-wrap h3 a,
.accordian-panel-wrap.blue h3 a,
.panel.blue h3 a,
.panel.bgimg .text-img-wrap h3 a,
footer.main-footer h3 a,
.text-inverse h3.active,
.slideshow-panel-wrap .img-text-wrap .text-wrap h3.active,
.accordian-panel-wrap.blue h3.active,
.panel.blue h3.active,
.panel.bgimg .text-img-wrap h3.active,
footer.main-footer h3.active,
.text-inverse h4 a,
.slideshow-panel-wrap .img-text-wrap .text-wrap h4 a,
.accordian-panel-wrap.blue h4 a,
.panel.blue h4 a,
.panel.bgimg .text-img-wrap h4 a,
footer.main-footer h4 a,
.text-inverse h4.active,
.slideshow-panel-wrap .img-text-wrap .text-wrap h4.active,
.accordian-panel-wrap.blue h4.active,
.panel.blue h4.active,
.panel.bgimg .text-img-wrap h4.active,
footer.main-footer h4.active,
.text-inverse h5 a,
.slideshow-panel-wrap .img-text-wrap .text-wrap h5 a,
.accordian-panel-wrap.blue h5 a,
.panel.blue h5 a,
.panel.bgimg .text-img-wrap h5 a,
footer.main-footer h5 a,
.text-inverse h5.active,
.slideshow-panel-wrap .img-text-wrap .text-wrap h5.active,
.accordian-panel-wrap.blue h5.active,
.panel.blue h5.active,
.panel.bgimg .text-img-wrap h5.active,
footer.main-footer h5.active,
.text-inverse p a,
.slideshow-panel-wrap .img-text-wrap .text-wrap p a,
.accordian-panel-wrap.blue p a,
.panel.blue p a,
.panel.bgimg .text-img-wrap p a,
footer.main-footer p a,
.text-inverse p.active,
.slideshow-panel-wrap .img-text-wrap .text-wrap p.active,
.accordian-panel-wrap.blue p.active,
.panel.blue p.active,
.panel.bgimg .text-img-wrap p.active,
footer.main-footer p.active,
.text-inverse li a,
.slideshow-panel-wrap .img-text-wrap .text-wrap li a,
.accordian-panel-wrap.blue li a,
.panel.blue li a,
.panel.bgimg .text-img-wrap li a,
footer.main-footer li a,
.text-inverse li.active,
.slideshow-panel-wrap .img-text-wrap .text-wrap li.active,
.accordian-panel-wrap.blue li.active,
.panel.blue li.active,
.panel.bgimg .text-img-wrap li.active,
footer.main-footer li.active,
.text-inverse a a,
.slideshow-panel-wrap .img-text-wrap .text-wrap a a,
.accordian-panel-wrap.blue a a,
.panel.blue a a,
.panel.bgimg .text-img-wrap a a,
footer.main-footer a a,
.text-inverse a.active,
.slideshow-panel-wrap .img-text-wrap .text-wrap a.active,
.accordian-panel-wrap.blue a.active,
.panel.blue a.active,
.panel.bgimg .text-img-wrap a.active,
footer.main-footer a.active, .text-reverse h1 a, .text-reverse h1.active,
.text-reverse h2 a,
.text-reverse h2.active,
.text-reverse h3 a,
.text-reverse h3.active,
.text-reverse h4 a,
.text-reverse h4.active,
.text-reverse h5 a,
.text-reverse h5.active,
.text-reverse p a,
.text-reverse p.active,
.text-reverse li a,
.text-reverse li.active,
.text-reverse a a,
.text-reverse a.active {
  color: #ffffff;
  border-color: #ffffff;
}
.text-inverse h1 a:hover, .slideshow-panel-wrap .img-text-wrap .text-wrap h1 a:hover, .accordian-panel-wrap.blue h1 a:hover, .panel.blue h1 a:hover, .panel.bgimg .text-img-wrap h1 a:hover, footer.main-footer h1 a:hover, .text-inverse h1.active:hover, .slideshow-panel-wrap .img-text-wrap .text-wrap h1.active:hover, .accordian-panel-wrap.blue h1.active:hover, .panel.blue h1.active:hover, .panel.bgimg .text-img-wrap h1.active:hover, footer.main-footer h1.active:hover,
.text-inverse h2 a:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap h2 a:hover,
.accordian-panel-wrap.blue h2 a:hover,
.panel.blue h2 a:hover,
.panel.bgimg .text-img-wrap h2 a:hover,
footer.main-footer h2 a:hover,
.text-inverse h2.active:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap h2.active:hover,
.accordian-panel-wrap.blue h2.active:hover,
.panel.blue h2.active:hover,
.panel.bgimg .text-img-wrap h2.active:hover,
footer.main-footer h2.active:hover,
.text-inverse h3 a:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap h3 a:hover,
.accordian-panel-wrap.blue h3 a:hover,
.panel.blue h3 a:hover,
.panel.bgimg .text-img-wrap h3 a:hover,
footer.main-footer h3 a:hover,
.text-inverse h3.active:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap h3.active:hover,
.accordian-panel-wrap.blue h3.active:hover,
.panel.blue h3.active:hover,
.panel.bgimg .text-img-wrap h3.active:hover,
footer.main-footer h3.active:hover,
.text-inverse h4 a:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap h4 a:hover,
.accordian-panel-wrap.blue h4 a:hover,
.panel.blue h4 a:hover,
.panel.bgimg .text-img-wrap h4 a:hover,
footer.main-footer h4 a:hover,
.text-inverse h4.active:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap h4.active:hover,
.accordian-panel-wrap.blue h4.active:hover,
.panel.blue h4.active:hover,
.panel.bgimg .text-img-wrap h4.active:hover,
footer.main-footer h4.active:hover,
.text-inverse h5 a:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap h5 a:hover,
.accordian-panel-wrap.blue h5 a:hover,
.panel.blue h5 a:hover,
.panel.bgimg .text-img-wrap h5 a:hover,
footer.main-footer h5 a:hover,
.text-inverse h5.active:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap h5.active:hover,
.accordian-panel-wrap.blue h5.active:hover,
.panel.blue h5.active:hover,
.panel.bgimg .text-img-wrap h5.active:hover,
footer.main-footer h5.active:hover,
.text-inverse p a:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap p a:hover,
.accordian-panel-wrap.blue p a:hover,
.panel.blue p a:hover,
.panel.bgimg .text-img-wrap p a:hover,
footer.main-footer p a:hover,
.text-inverse p.active:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap p.active:hover,
.accordian-panel-wrap.blue p.active:hover,
.panel.blue p.active:hover,
.panel.bgimg .text-img-wrap p.active:hover,
footer.main-footer p.active:hover,
.text-inverse li a:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap li a:hover,
.accordian-panel-wrap.blue li a:hover,
.panel.blue li a:hover,
.panel.bgimg .text-img-wrap li a:hover,
footer.main-footer li a:hover,
.text-inverse li.active:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap li.active:hover,
.accordian-panel-wrap.blue li.active:hover,
.panel.blue li.active:hover,
.panel.bgimg .text-img-wrap li.active:hover,
footer.main-footer li.active:hover,
.text-inverse a a:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap a a:hover,
.accordian-panel-wrap.blue a a:hover,
.panel.blue a a:hover,
.panel.bgimg .text-img-wrap a a:hover,
footer.main-footer a a:hover,
.text-inverse a.active:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap a.active:hover,
.accordian-panel-wrap.blue a.active:hover,
.panel.blue a.active:hover,
.panel.bgimg .text-img-wrap a.active:hover,
footer.main-footer a.active:hover, .text-reverse h1 a:hover, .text-reverse h1.active:hover,
.text-reverse h2 a:hover,
.text-reverse h2.active:hover,
.text-reverse h3 a:hover,
.text-reverse h3.active:hover,
.text-reverse h4 a:hover,
.text-reverse h4.active:hover,
.text-reverse h5 a:hover,
.text-reverse h5.active:hover,
.text-reverse p a:hover,
.text-reverse p.active:hover,
.text-reverse li a:hover,
.text-reverse li.active:hover,
.text-reverse a a:hover,
.text-reverse a.active:hover {
  color: rgba(255, 255, 255, 0.75);
}
.text-inverse h2, .slideshow-panel-wrap .img-text-wrap .text-wrap h2, .accordian-panel-wrap.blue h2, .panel.blue h2, .panel.bgimg .text-img-wrap h2, footer.main-footer h2,
.text-inverse h3,
.slideshow-panel-wrap .img-text-wrap .text-wrap h3,
.accordian-panel-wrap.blue h3,
.panel.blue h3,
.panel.bgimg .text-img-wrap h3,
footer.main-footer h3,
.text-inverse h4,
.slideshow-panel-wrap .img-text-wrap .text-wrap h4,
.accordian-panel-wrap.blue h4,
.panel.blue h4,
.panel.bgimg .text-img-wrap h4,
footer.main-footer h4,
.text-inverse h5,
.slideshow-panel-wrap .img-text-wrap .text-wrap h5,
.accordian-panel-wrap.blue h5,
.panel.blue h5,
.panel.bgimg .text-img-wrap h5,
footer.main-footer h5,
.text-inverse .btn,
.slideshow-panel-wrap .img-text-wrap .text-wrap .btn,
.accordian-panel-wrap.blue .btn,
.panel.blue .btn,
.panel.bgimg .text-img-wrap .btn,
footer.main-footer .btn,
.text-inverse body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary,
.slideshow-panel-wrap .img-text-wrap .text-wrap body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary,
.accordian-panel-wrap.blue body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary,
.panel.blue body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary,
.panel.bgimg .text-img-wrap body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary,
footer.main-footer body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .text-inverse .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .slideshow-panel-wrap .img-text-wrap .text-wrap .btn-at-primary,
.slideshow-panel-wrap .img-text-wrap body.page-ngp-multistep .ngp-form.at.multistep-layout .text-wrap .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .accordian-panel-wrap.blue .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .panel.blue .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .panel.bgimg .text-img-wrap .btn-at-primary,
.panel.bgimg body.page-ngp-multistep .ngp-form.at.multistep-layout .text-img-wrap .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout footer.main-footer .btn-at-primary,
.text-inverse p,
.slideshow-panel-wrap .img-text-wrap .text-wrap p,
.accordian-panel-wrap.blue p,
.panel.blue p,
.panel.bgimg .text-img-wrap p,
footer.main-footer p,
.text-inverse li,
.slideshow-panel-wrap .img-text-wrap .text-wrap li,
.accordian-panel-wrap.blue li,
.panel.blue li,
.panel.bgimg .text-img-wrap li,
footer.main-footer li, .text-reverse h2,
.text-reverse h3,
.text-reverse h4,
.text-reverse h5,
.text-reverse .btn,
.text-reverse body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .text-reverse .btn-at-primary,
.text-reverse p,
.text-reverse li {
  -webkit-font-smoothing: antialiased;
}
.text-inverse .btn, .slideshow-panel-wrap .img-text-wrap .text-wrap .btn, .accordian-panel-wrap.blue .btn, .panel.blue .btn, .panel.bgimg .text-img-wrap .btn, footer.main-footer .btn, .text-inverse body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, .slideshow-panel-wrap .img-text-wrap .text-wrap body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, .accordian-panel-wrap.blue body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, .panel.blue body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, .panel.bgimg .text-img-wrap body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, footer.main-footer body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .text-inverse .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .slideshow-panel-wrap .img-text-wrap .text-wrap .btn-at-primary, .slideshow-panel-wrap .img-text-wrap body.page-ngp-multistep .ngp-form.at.multistep-layout .text-wrap .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .accordian-panel-wrap.blue .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .panel.blue .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .panel.bgimg .text-img-wrap .btn-at-primary, .panel.bgimg body.page-ngp-multistep .ngp-form.at.multistep-layout .text-img-wrap .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout footer.main-footer .btn-at-primary, .text-reverse .btn, .text-reverse body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .text-reverse .btn-at-primary {
  border-color: #ffffff !important;
  background-color: transparent !important;
  color: #ffffff !important;
}
.text-inverse .webform-submit, .slideshow-panel-wrap .img-text-wrap .text-wrap .webform-submit, .accordian-panel-wrap.blue .webform-submit, .panel.blue .webform-submit, .panel.bgimg .text-img-wrap .webform-submit, footer.main-footer .webform-submit,
.text-inverse input[type=submit],
.slideshow-panel-wrap .img-text-wrap .text-wrap input[type=submit],
.accordian-panel-wrap.blue input[type=submit],
.panel.blue input[type=submit],
.panel.bgimg .text-img-wrap input[type=submit],
footer.main-footer input[type=submit], .text-reverse .webform-submit,
.text-reverse input[type=submit] {
  transition: background-color 0.5s ease;
}
.text-inverse .webform-submit:hover, .slideshow-panel-wrap .img-text-wrap .text-wrap .webform-submit:hover, .accordian-panel-wrap.blue .webform-submit:hover, .panel.blue .webform-submit:hover, .panel.bgimg .text-img-wrap .webform-submit:hover, footer.main-footer .webform-submit:hover,
.text-inverse input[type=submit]:hover,
.slideshow-panel-wrap .img-text-wrap .text-wrap input[type=submit]:hover,
.accordian-panel-wrap.blue input[type=submit]:hover,
.panel.blue input[type=submit]:hover,
.panel.bgimg .text-img-wrap input[type=submit]:hover,
footer.main-footer input[type=submit]:hover, .text-reverse .webform-submit:hover,
.text-reverse input[type=submit]:hover {
  background-color: rgba(221, 0, 0, 0.5);
}
.text-inverse :-moz-placeholder, .slideshow-panel-wrap .img-text-wrap .text-wrap :-moz-placeholder, .accordian-panel-wrap.blue :-moz-placeholder, .panel.blue :-moz-placeholder, .panel.bgimg .text-img-wrap :-moz-placeholder, footer.main-footer :-moz-placeholder, .text-reverse :-moz-placeholder {
  /* Firefox 18- */
}
.text-inverse ::-moz-placeholder, .slideshow-panel-wrap .img-text-wrap .text-wrap ::-moz-placeholder, .accordian-panel-wrap.blue ::-moz-placeholder, .panel.blue ::-moz-placeholder, .panel.bgimg .text-img-wrap ::-moz-placeholder, footer.main-footer ::-moz-placeholder, .text-reverse ::-moz-placeholder {
  /* Firefox 19+ */
}
.text-shadow-bump {
  text-shadow: 0 2px 12px rgba(40, 47, 53, 0.67);
}

.text-shadow-bump-more {
  text-shadow: 0 2px 12px rgba(40, 47, 53, 0.9);
}

/* DRUPAL EDIT LINKS */
.contextual ul.contextual-links a {
  text-transform: none !important;
  font-weight: 400;
}

.text-inverse .contextual ul.contextual-links a, .slideshow-panel-wrap .img-text-wrap .text-wrap .contextual ul.contextual-links a, .accordian-panel-wrap.blue .contextual ul.contextual-links a, .panel.blue .contextual ul.contextual-links a, .panel.bgimg .text-img-wrap .contextual ul.contextual-links a, footer.main-footer .contextual ul.contextual-links a, .text-reverse .contextual ul.contextual-links a {
  color: #778899;
}
.text-inverse .contextual ul.contextual-links a:hover, .slideshow-panel-wrap .img-text-wrap .text-wrap .contextual ul.contextual-links a:hover, .accordian-panel-wrap.blue .contextual ul.contextual-links a:hover, .panel.blue .contextual ul.contextual-links a:hover, .panel.bgimg .text-img-wrap .contextual ul.contextual-links a:hover, footer.main-footer .contextual ul.contextual-links a:hover, .text-reverse .contextual ul.contextual-links a:hover {
  color: #000;
}

/* Utility Classes */
.no-bull {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.no-bull li {
  margin-left: 0;
  padding-left: 0;
}
.no-bull ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.no-bull ul li {
  margin-left: 0;
  padding-left: 0;
}

ul.horizontal-list {
  list-style: none;
  padding: 0;
}
ul.horizontal-list li {
  display: inline-block;
  padding: 0 10px;
  border-right: solid 1px;
}
ul.horizontal-list li:last-child {
  border-right: none;
}

img.pull-right {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  img.pull-right {
    max-width: 50%;
  }
}

img.pull-left {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  img.pull-left {
    max-width: 50%;
  }
}

/* TEXT ALIGNMENT */
.text-right, .footer-lower-right, .navbar-header-right {
  text-align: right;
}

.text-left, .footer-lower-left, .navbar-header-left {
  text-align: left;
}

.text-center, .footer-bottom-center, .footer-center-center, .footer-top-center, .navbar-collapse-right, .navbar-collapse-left, #block-footerlogo {
  text-align: center;
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-center, .footer-lower-right, .footer-lower-left, .footer-upper-right, .footer-upper-left {
    text-align: center;
  }

  .text-xs-justify {
    text-align: justify;
  }
}
@media (min-width: 768px) {
  .text-sm-left, .footer-upper-right {
    text-align: left;
  }

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

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

  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

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

  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

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

  .text-lg-justify {
    text-align: justify;
  }
}
.padtop {
  padding-top: 8px;
}

.padtop-more {
  padding-top: 15px;
}

.padtop-most {
  padding-top: 30px;
}

.padbottom {
  padding-bottom: 8px;
}

.padbottom-more {
  padding-bottom: 15px;
}

.padbottom-most {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .nopad-left {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .nopad-right {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .nopad-sides {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.margin-top {
  margin-top: 8px;
}

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

.margin-left {
  margin-left: 8px;
}

.flush-top {
  margin-top: 0 !important;
}

.flush-bottom {
  margin-bottom: 0 !important;
}

.row .row, .slideshow-panel-wrap .img-text-wrap .row, .row .slideshow-panel-wrap .img-text-wrap, .slideshow-panel-wrap .row .img-text-wrap, .slideshow-panel-wrap .img-text-wrap .img-text-wrap, .panel .menu.nav .row, .panel .menu.nav .slideshow-panel-wrap .img-text-wrap, .slideshow-panel-wrap .panel .menu.nav .img-text-wrap, .row .panel .menu.nav, .slideshow-panel-wrap .img-text-wrap .panel .menu.nav, .panel .row .menu.nav, .panel .slideshow-panel-wrap .img-text-wrap .menu.nav, .slideshow-panel-wrap .panel .img-text-wrap .menu.nav, .panel .menu.nav .menu.nav, .article-header .region-section-bar .row, .article-header .region-section-bar .slideshow-panel-wrap .img-text-wrap, .slideshow-panel-wrap .article-header .region-section-bar .img-text-wrap, .article-header .region-section-bar .panel .menu.nav, .panel .article-header .region-section-bar .menu.nav, .row .article-header .region-section-bar, .slideshow-panel-wrap .img-text-wrap .article-header .region-section-bar, .panel .menu.nav .article-header .region-section-bar, .article-header .row .region-section-bar, .article-header .slideshow-panel-wrap .img-text-wrap .region-section-bar, .slideshow-panel-wrap .article-header .img-text-wrap .region-section-bar, .article-header .panel .menu.nav .region-section-bar, .panel .article-header .menu.nav .region-section-bar, .article-header .region-section-bar .region-section-bar, footer.main-footer .footer-upper-right .footer-nav .menu.nav .row, footer.main-footer .footer-upper-right .footer-nav .menu.nav .slideshow-panel-wrap .img-text-wrap, .slideshow-panel-wrap footer.main-footer .footer-upper-right .footer-nav .menu.nav .img-text-wrap, footer.main-footer .footer-upper-right .footer-nav .menu.nav .article-header .region-section-bar, .article-header footer.main-footer .footer-upper-right .footer-nav .menu.nav .region-section-bar, .row footer.main-footer .footer-upper-right .footer-nav .menu.nav, .slideshow-panel-wrap .img-text-wrap footer.main-footer .footer-upper-right .footer-nav .menu.nav, .panel .menu.nav footer.main-footer .footer-upper-right .footer-nav .menu.nav, .article-header .region-section-bar footer.main-footer .footer-upper-right .footer-nav .menu.nav, footer.main-footer .footer-upper-right .footer-nav .row .menu.nav, footer.main-footer .footer-upper-right .footer-nav .slideshow-panel-wrap .img-text-wrap .menu.nav, .slideshow-panel-wrap footer.main-footer .footer-upper-right .footer-nav .img-text-wrap .menu.nav, footer.main-footer .footer-upper-right .footer-nav .article-header .region-section-bar .menu.nav, .article-header footer.main-footer .footer-upper-right .footer-nav .region-section-bar .menu.nav, footer.main-footer .footer-upper-right .footer-nav .menu.nav .menu.nav,
.row .row .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.bg-info {
  background-color: #F1F3F4 !important;
}

.pin-bottom, .panel.bgimg .text-wrap.bgimg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  [class^=col-sm] > .btn, body.page-ngp-multistep .ngp-form.at.multistep-layout [class^=col-sm] > .btn-at-primary,
[class^=col-md] > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout [class^=col-md] > .btn-at-primary,
[class^=col-lg] > .btn,
body.page-ngp-multistep .ngp-form.at.multistep-layout [class^=col-lg] > .btn-at-primary {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .view-content .col-xs-6:nth-of-type(2n+3),
.view-content .col-xs-4:nth-of-type(3n+4),
.view-content .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode:nth-of-type(3n+4),
.region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .view-content .at-row.PostalCode:nth-of-type(3n+4),
.view-content .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode:nth-of-type(3n+4),
.region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .view-content .at-row.PostalCode:nth-of-type(3n+4),
.view-content .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode:nth-of-type(3n+4),
.issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .view-content .at-row.PostalCode:nth-of-type(3n+4),
.view-content .col-xs-3:nth-of-type(4n+5) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .view-content .col-sm-6:nth-of-type(2n+3), .view-content .slideshow-panel-wrap .img-text-wrap .text-wrap:nth-of-type(2n+3), .slideshow-panel-wrap .img-text-wrap .view-content .text-wrap:nth-of-type(2n+3), .view-content .slideshow-panel-wrap .img-text-wrap .img-wrap:nth-of-type(2n+3), .slideshow-panel-wrap .img-text-wrap .view-content .img-wrap:nth-of-type(2n+3), .view-content .accordian-panel-wrap .accordian-panels .accordian-content-wrap:nth-of-type(2n+3), .accordian-panel-wrap .accordian-panels .view-content .accordian-content-wrap:nth-of-type(2n+3), .view-content .accordian-panel-wrap .accordian-panels .accordian-images:nth-of-type(2n+3), .accordian-panel-wrap .accordian-panels .view-content .accordian-images:nth-of-type(2n+3), .view-content .panel .menu.nav > li:nth-of-type(2n+3):first-child:nth-last-child(2), .panel .view-content .menu.nav > li:nth-of-type(2n+3):first-child:nth-last-child(2), .view-content .panel .menu.nav > li:first-child:nth-last-child(2) ~ li:nth-of-type(2n+3), .panel .view-content .menu.nav > li:first-child:nth-last-child(2) ~ li:nth-of-type(2n+3), .view-content .footer-lower-right:nth-of-type(2n+3), .view-content .footer-lower-left:nth-of-type(2n+3), .view-content .article-header #block-pagesectionshareheader:nth-of-type(2n+3), .article-header .view-content #block-pagesectionshareheader:nth-of-type(2n+3), .view-content .article-header #block-views-block-issues-issues-select-2:nth-of-type(2n+3), .article-header .view-content #block-views-block-issues-issues-select-2:nth-of-type(2n+3),
.view-content .col-sm-4:nth-of-type(3n+4),
.view-content .panel .menu.nav > li:nth-of-type(3n+4):first-child:nth-last-child(3),
.panel .view-content .menu.nav > li:nth-of-type(3n+4):first-child:nth-last-child(3),
.view-content .panel .menu.nav > li:first-child:nth-last-child(3) ~ li:nth-of-type(3n+4),
.panel .view-content .menu.nav > li:first-child:nth-last-child(3) ~ li:nth-of-type(3n+4),
.view-content .panel .menu.nav > li:nth-of-type(3n+4):first-child:nth-last-child(6),
.panel .view-content .menu.nav > li:nth-of-type(3n+4):first-child:nth-last-child(6),
.view-content .panel .menu.nav > li:first-child:nth-last-child(6) ~ li:nth-of-type(3n+4),
.panel .view-content .menu.nav > li:first-child:nth-last-child(6) ~ li:nth-of-type(3n+4),
.view-content .col-sm-3:nth-of-type(4n+5),
.view-content .panel .menu.nav > li:nth-of-type(4n+5):first-child:nth-last-child(4),
.panel .view-content .menu.nav > li:nth-of-type(4n+5):first-child:nth-last-child(4),
.view-content .panel .menu.nav > li:first-child:nth-last-child(4) ~ li:nth-of-type(4n+5),
.panel .view-content .menu.nav > li:first-child:nth-last-child(4) ~ li:nth-of-type(4n+5),
.view-content .panel .menu.nav > li:nth-of-type(4n+5):first-child:nth-last-child(8),
.panel .view-content .menu.nav > li:nth-of-type(4n+5):first-child:nth-last-child(8),
.view-content .panel .menu.nav > li:first-child:nth-last-child(8) ~ li:nth-of-type(4n+5),
.panel .view-content .menu.nav > li:first-child:nth-last-child(8) ~ li:nth-of-type(4n+5),
.view-content .footer-upper-left:nth-of-type(4n+5),
.view-content .navbar-header-left:nth-of-type(4n+5),
.view-content footer.main-footer .footer-upper-right .footer-nav .menu.nav > li:nth-of-type(4n+5),
footer.main-footer .footer-upper-right .footer-nav .view-content .menu.nav > li:nth-of-type(4n+5),
.view-content .region-home-jumbotron .at-form .at-form-submit:nth-of-type(4n+5),
.region-home-jumbotron .at-form .view-content .at-form-submit:nth-of-type(4n+5),
.view-content .region-footer-action .at-form .at-form-submit:nth-of-type(4n+5),
.region-footer-action .at-form .view-content .at-form-submit:nth-of-type(4n+5),
.view-content .issue-wrap .at-form .at-form-submit:nth-of-type(4n+5),
.issue-wrap .at-form .view-content .at-form-submit:nth-of-type(4n+5) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .col-md-6.col-sm-6:nth-of-type(2n+3), .slideshow-panel-wrap .img-text-wrap .col-md-6.text-wrap:nth-of-type(2n+3), .slideshow-panel-wrap .img-text-wrap .col-md-6.img-wrap:nth-of-type(2n+3), .accordian-panel-wrap .accordian-panels .col-md-6.accordian-content-wrap:nth-of-type(2n+3), .accordian-panel-wrap .accordian-panels .col-md-6.accordian-images:nth-of-type(2n+3), .panel .menu.nav > li.col-md-6:nth-of-type(2n+3):first-child:nth-last-child(2), .panel .menu.nav > li:first-child:nth-last-child(2) ~ li.col-md-6:nth-of-type(2n+3), .col-md-6.footer-lower-right:nth-of-type(2n+3), .col-md-6.footer-lower-left:nth-of-type(2n+3), .article-header .col-md-6#block-pagesectionshareheader:nth-of-type(2n+3), .article-header .col-md-6#block-views-block-issues-issues-select-2:nth-of-type(2n+3), .col-md-6.col-sm-4:nth-of-type(3n+4), .panel .menu.nav > li.col-md-6:nth-of-type(3n+4):first-child:nth-last-child(3), .panel .menu.nav > li:first-child:nth-last-child(3) ~ li.col-md-6:nth-of-type(3n+4), .panel .menu.nav > li.col-md-6:nth-of-type(3n+4):first-child:nth-last-child(6), .panel .menu.nav > li:first-child:nth-last-child(6) ~ li.col-md-6:nth-of-type(3n+4), .col-md-6.col-sm-3:nth-of-type(4n+5), .panel .menu.nav > li.col-md-6:nth-of-type(4n+5):first-child:nth-last-child(4), .panel .menu.nav > li:first-child:nth-last-child(4) ~ li.col-md-6:nth-of-type(4n+5), .panel .menu.nav > li.col-md-6:nth-of-type(4n+5):first-child:nth-last-child(8), .panel .menu.nav > li:first-child:nth-last-child(8) ~ li.col-md-6:nth-of-type(4n+5), .col-md-6.footer-upper-left:nth-of-type(4n+5), footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.col-md-6:nth-of-type(4n+5), .region-home-jumbotron .at-form .col-md-6.at-form-submit:nth-of-type(4n+5), .region-footer-action .at-form .col-md-6.at-form-submit:nth-of-type(4n+5), .issue-wrap .at-form .col-md-6.at-form-submit:nth-of-type(4n+5),
.col-md-4.col-sm-6:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-md-4.text-wrap:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-md-4.img-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-md-4.accordian-content-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-md-4.accordian-images:nth-of-type(2n+3),
.panel .menu.nav > li.col-md-4:nth-of-type(2n+3):first-child:nth-last-child(2),
.panel .menu.nav > li:first-child:nth-last-child(2) ~ li.col-md-4:nth-of-type(2n+3),
.col-md-4.footer-lower-right:nth-of-type(2n+3),
.col-md-4.footer-lower-left:nth-of-type(2n+3),
.article-header .col-md-4#block-pagesectionshareheader:nth-of-type(2n+3),
.article-header .col-md-4#block-views-block-issues-issues-select-2:nth-of-type(2n+3),
.col-md-4.col-sm-4:nth-of-type(3n+4),
.panel .menu.nav > li.col-md-4:nth-of-type(3n+4):first-child:nth-last-child(3),
.panel .menu.nav > li:first-child:nth-last-child(3) ~ li.col-md-4:nth-of-type(3n+4),
.panel .menu.nav > li.col-md-4:nth-of-type(3n+4):first-child:nth-last-child(6),
.panel .menu.nav > li:first-child:nth-last-child(6) ~ li.col-md-4:nth-of-type(3n+4),
.col-md-4.col-sm-3:nth-of-type(4n+5),
.panel .menu.nav > li.col-md-4:nth-of-type(4n+5):first-child:nth-last-child(4),
.panel .menu.nav > li:first-child:nth-last-child(4) ~ li.col-md-4:nth-of-type(4n+5),
.panel .menu.nav > li.col-md-4:nth-of-type(4n+5):first-child:nth-last-child(8),
.panel .menu.nav > li:first-child:nth-last-child(8) ~ li.col-md-4:nth-of-type(4n+5),
.col-md-4.footer-upper-left:nth-of-type(4n+5),
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.col-md-4:nth-of-type(4n+5),
.region-home-jumbotron .at-form .col-md-4.at-form-submit:nth-of-type(4n+5),
.region-footer-action .at-form .col-md-4.at-form-submit:nth-of-type(4n+5),
.issue-wrap .at-form .col-md-4.at-form-submit:nth-of-type(4n+5),
.col-md-3.col-sm-6:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-md-3.text-wrap:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-md-3.img-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-md-3.accordian-content-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-md-3.accordian-images:nth-of-type(2n+3),
.panel .menu.nav > li.col-md-3:nth-of-type(2n+3):first-child:nth-last-child(2),
.panel .menu.nav > li:first-child:nth-last-child(2) ~ li.col-md-3:nth-of-type(2n+3),
.col-md-3.footer-lower-right:nth-of-type(2n+3),
.col-md-3.footer-lower-left:nth-of-type(2n+3),
.article-header .col-md-3#block-pagesectionshareheader:nth-of-type(2n+3),
.article-header .col-md-3#block-views-block-issues-issues-select-2:nth-of-type(2n+3),
.col-md-3.col-sm-4:nth-of-type(3n+4),
.panel .menu.nav > li.col-md-3:nth-of-type(3n+4):first-child:nth-last-child(3),
.panel .menu.nav > li:first-child:nth-last-child(3) ~ li.col-md-3:nth-of-type(3n+4),
.panel .menu.nav > li.col-md-3:nth-of-type(3n+4):first-child:nth-last-child(6),
.panel .menu.nav > li:first-child:nth-last-child(6) ~ li.col-md-3:nth-of-type(3n+4),
.col-md-3.col-sm-3:nth-of-type(4n+5),
.panel .menu.nav > li.col-md-3:nth-of-type(4n+5):first-child:nth-last-child(4),
.panel .menu.nav > li:first-child:nth-last-child(4) ~ li.col-md-3:nth-of-type(4n+5),
.panel .menu.nav > li.col-md-3:nth-of-type(4n+5):first-child:nth-last-child(8),
.panel .menu.nav > li:first-child:nth-last-child(8) ~ li.col-md-3:nth-of-type(4n+5),
.col-md-3.footer-upper-left:nth-of-type(4n+5),
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.col-md-3:nth-of-type(4n+5),
.region-home-jumbotron .at-form .col-md-3.at-form-submit:nth-of-type(4n+5),
.region-footer-action .at-form .col-md-3.at-form-submit:nth-of-type(4n+5),
.issue-wrap .at-form .col-md-3.at-form-submit:nth-of-type(4n+5),
.col-md-2.col-sm-6:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-md-2.text-wrap:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-md-2.img-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-md-2.accordian-content-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-md-2.accordian-images:nth-of-type(2n+3),
.panel .menu.nav > li.col-md-2:nth-of-type(2n+3):first-child:nth-last-child(2),
.panel .menu.nav > li:first-child:nth-last-child(2) ~ li.col-md-2:nth-of-type(2n+3),
.col-md-2.footer-lower-right:nth-of-type(2n+3),
.col-md-2.footer-lower-left:nth-of-type(2n+3),
.col-sm-6.navbar-header-left:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .navbar-header-left.text-wrap:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .navbar-header-left.img-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .navbar-header-left.accordian-content-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .navbar-header-left.accordian-images:nth-of-type(2n+3),
.panel .menu.nav > li.navbar-header-left:nth-of-type(2n+3):first-child:nth-last-child(2),
.panel .menu.nav > li:first-child:nth-last-child(2) ~ li.navbar-header-left:nth-of-type(2n+3),
.navbar-header-left.footer-lower-right:nth-of-type(2n+3),
.navbar-header-left.footer-lower-left:nth-of-type(2n+3),
.article-header .col-md-2#block-pagesectionshareheader:nth-of-type(2n+3),
.article-header #block-pagesectionshareheader.navbar-header-left:nth-of-type(2n+3),
.article-header .col-md-2#block-views-block-issues-issues-select-2:nth-of-type(2n+3),
.article-header #block-views-block-issues-issues-select-2.navbar-header-left:nth-of-type(2n+3),
.col-md-2.col-sm-4:nth-of-type(3n+4),
.panel .menu.nav > li.col-md-2:nth-of-type(3n+4):first-child:nth-last-child(3),
.panel .menu.nav > li:first-child:nth-last-child(3) ~ li.col-md-2:nth-of-type(3n+4),
.panel .menu.nav > li.col-md-2:nth-of-type(3n+4):first-child:nth-last-child(6),
.panel .menu.nav > li:first-child:nth-last-child(6) ~ li.col-md-2:nth-of-type(3n+4),
.col-sm-4.navbar-header-left:nth-of-type(3n+4),
.panel .menu.nav > li.navbar-header-left:nth-of-type(3n+4):first-child:nth-last-child(3),
.panel .menu.nav > li:first-child:nth-last-child(3) ~ li.navbar-header-left:nth-of-type(3n+4),
.panel .menu.nav > li.navbar-header-left:nth-of-type(3n+4):first-child:nth-last-child(6),
.panel .menu.nav > li:first-child:nth-last-child(6) ~ li.navbar-header-left:nth-of-type(3n+4),
.col-md-2.col-sm-3:nth-of-type(4n+5),
.panel .menu.nav > li.col-md-2:nth-of-type(4n+5):first-child:nth-last-child(4),
.panel .menu.nav > li:first-child:nth-last-child(4) ~ li.col-md-2:nth-of-type(4n+5),
.panel .menu.nav > li.col-md-2:nth-of-type(4n+5):first-child:nth-last-child(8),
.panel .menu.nav > li:first-child:nth-last-child(8) ~ li.col-md-2:nth-of-type(4n+5),
.col-md-2.footer-upper-left:nth-of-type(4n+5),
.navbar-header-left:nth-of-type(4n+5),
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.col-md-2:nth-of-type(4n+5),
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.navbar-header-left:nth-of-type(4n+5),
.region-home-jumbotron .at-form .col-md-2.at-form-submit:nth-of-type(4n+5),
.region-home-jumbotron .at-form .at-form-submit.navbar-header-left:nth-of-type(4n+5),
.region-footer-action .at-form .col-md-2.at-form-submit:nth-of-type(4n+5),
.region-footer-action .at-form .at-form-submit.navbar-header-left:nth-of-type(4n+5),
.issue-wrap .at-form .col-md-2.at-form-submit:nth-of-type(4n+5),
.issue-wrap .at-form .at-form-submit.navbar-header-left:nth-of-type(4n+5) {
    clear: none;
  }

  .view-content .col-md-6:nth-of-type(2n+3),
.view-content .col-md-4:nth-of-type(3n+4),
.view-content .col-md-3:nth-of-type(4n+5),
.view-content .col-md-2:nth-of-type(6n+7),
.view-content .navbar-header-left:nth-of-type(6n+7) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-6.col-sm-6:nth-of-type(2n+3), .slideshow-panel-wrap .img-text-wrap .col-lg-6.text-wrap:nth-of-type(2n+3), .slideshow-panel-wrap .img-text-wrap .col-lg-6.img-wrap:nth-of-type(2n+3), .accordian-panel-wrap .accordian-panels .col-lg-6.accordian-content-wrap:nth-of-type(2n+3), .accordian-panel-wrap .accordian-panels .col-lg-6.accordian-images:nth-of-type(2n+3), .panel .menu.nav > li.col-lg-6:nth-of-type(2n+3):first-child:nth-last-child(2), .panel .menu.nav > li:first-child:nth-last-child(2) ~ li.col-lg-6:nth-of-type(2n+3), .col-lg-6.footer-lower-right:nth-of-type(2n+3), .col-lg-6.footer-lower-left:nth-of-type(2n+3), .article-header .col-lg-6#block-pagesectionshareheader:nth-of-type(2n+3), .article-header .col-lg-6#block-views-block-issues-issues-select-2:nth-of-type(2n+3), .col-lg-6.col-sm-4:nth-of-type(3n+4), .panel .menu.nav > li.col-lg-6:nth-of-type(3n+4):first-child:nth-last-child(3), .panel .menu.nav > li:first-child:nth-last-child(3) ~ li.col-lg-6:nth-of-type(3n+4), .panel .menu.nav > li.col-lg-6:nth-of-type(3n+4):first-child:nth-last-child(6), .panel .menu.nav > li:first-child:nth-last-child(6) ~ li.col-lg-6:nth-of-type(3n+4), .col-lg-6.col-sm-3:nth-of-type(4n+5), .panel .menu.nav > li.col-lg-6:nth-of-type(4n+5):first-child:nth-last-child(4), .panel .menu.nav > li:first-child:nth-last-child(4) ~ li.col-lg-6:nth-of-type(4n+5), .panel .menu.nav > li.col-lg-6:nth-of-type(4n+5):first-child:nth-last-child(8), .panel .menu.nav > li:first-child:nth-last-child(8) ~ li.col-lg-6:nth-of-type(4n+5), .col-lg-6.footer-upper-left:nth-of-type(4n+5), .col-lg-6.navbar-header-left:nth-of-type(4n+5), footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.col-lg-6:nth-of-type(4n+5), .region-home-jumbotron .at-form .col-lg-6.at-form-submit:nth-of-type(4n+5), .region-footer-action .at-form .col-lg-6.at-form-submit:nth-of-type(4n+5), .issue-wrap .at-form .col-lg-6.at-form-submit:nth-of-type(4n+5), .col-lg-6.col-md-6:nth-of-type(2n+3), .col-lg-6.col-md-4:nth-of-type(3n+4), .col-lg-6.col-md-3:nth-of-type(4n+5), .col-lg-6.col-md-2:nth-of-type(6n+7), .col-lg-6.navbar-header-left:nth-of-type(6n+7),
.col-lg-4.col-sm-6:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-lg-4.text-wrap:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-lg-4.img-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-lg-4.accordian-content-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-lg-4.accordian-images:nth-of-type(2n+3),
.panel .menu.nav > li.col-lg-4:nth-of-type(2n+3):first-child:nth-last-child(2),
.panel .menu.nav > li:first-child:nth-last-child(2) ~ li.col-lg-4:nth-of-type(2n+3),
.col-lg-4.footer-lower-right:nth-of-type(2n+3),
.col-lg-4.footer-lower-left:nth-of-type(2n+3),
.article-header .col-lg-4#block-pagesectionshareheader:nth-of-type(2n+3),
.article-header .col-lg-4#block-views-block-issues-issues-select-2:nth-of-type(2n+3),
.col-lg-4.col-sm-4:nth-of-type(3n+4),
.panel .menu.nav > li.col-lg-4:nth-of-type(3n+4):first-child:nth-last-child(3),
.panel .menu.nav > li:first-child:nth-last-child(3) ~ li.col-lg-4:nth-of-type(3n+4),
.panel .menu.nav > li.col-lg-4:nth-of-type(3n+4):first-child:nth-last-child(6),
.panel .menu.nav > li:first-child:nth-last-child(6) ~ li.col-lg-4:nth-of-type(3n+4),
.col-lg-4.col-sm-3:nth-of-type(4n+5),
.panel .menu.nav > li.col-lg-4:nth-of-type(4n+5):first-child:nth-last-child(4),
.panel .menu.nav > li:first-child:nth-last-child(4) ~ li.col-lg-4:nth-of-type(4n+5),
.panel .menu.nav > li.col-lg-4:nth-of-type(4n+5):first-child:nth-last-child(8),
.panel .menu.nav > li:first-child:nth-last-child(8) ~ li.col-lg-4:nth-of-type(4n+5),
.col-lg-4.footer-upper-left:nth-of-type(4n+5),
.col-lg-4.navbar-header-left:nth-of-type(4n+5),
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.col-lg-4:nth-of-type(4n+5),
.region-home-jumbotron .at-form .col-lg-4.at-form-submit:nth-of-type(4n+5),
.region-footer-action .at-form .col-lg-4.at-form-submit:nth-of-type(4n+5),
.issue-wrap .at-form .col-lg-4.at-form-submit:nth-of-type(4n+5),
.col-lg-4.col-md-6:nth-of-type(2n+3),
.col-lg-4.col-md-4:nth-of-type(3n+4),
.col-lg-4.col-md-3:nth-of-type(4n+5),
.col-lg-4.col-md-2:nth-of-type(6n+7),
.col-lg-4.navbar-header-left:nth-of-type(6n+7),
.col-lg-3.col-sm-6:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-lg-3.text-wrap:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-lg-3.img-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-lg-3.accordian-content-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-lg-3.accordian-images:nth-of-type(2n+3),
.panel .menu.nav > li.col-lg-3:nth-of-type(2n+3):first-child:nth-last-child(2),
.panel .menu.nav > li:first-child:nth-last-child(2) ~ li.col-lg-3:nth-of-type(2n+3),
.col-lg-3.footer-lower-right:nth-of-type(2n+3),
.col-lg-3.footer-lower-left:nth-of-type(2n+3),
.article-header .col-lg-3#block-pagesectionshareheader:nth-of-type(2n+3),
.article-header .col-lg-3#block-views-block-issues-issues-select-2:nth-of-type(2n+3),
.col-lg-3.col-sm-4:nth-of-type(3n+4),
.panel .menu.nav > li.col-lg-3:nth-of-type(3n+4):first-child:nth-last-child(3),
.panel .menu.nav > li:first-child:nth-last-child(3) ~ li.col-lg-3:nth-of-type(3n+4),
.panel .menu.nav > li.col-lg-3:nth-of-type(3n+4):first-child:nth-last-child(6),
.panel .menu.nav > li:first-child:nth-last-child(6) ~ li.col-lg-3:nth-of-type(3n+4),
.col-lg-3.col-sm-3:nth-of-type(4n+5),
.panel .menu.nav > li.col-lg-3:nth-of-type(4n+5):first-child:nth-last-child(4),
.panel .menu.nav > li:first-child:nth-last-child(4) ~ li.col-lg-3:nth-of-type(4n+5),
.panel .menu.nav > li.col-lg-3:nth-of-type(4n+5):first-child:nth-last-child(8),
.panel .menu.nav > li:first-child:nth-last-child(8) ~ li.col-lg-3:nth-of-type(4n+5),
.col-lg-3.footer-upper-left:nth-of-type(4n+5),
.col-lg-3.navbar-header-left:nth-of-type(4n+5),
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.col-lg-3:nth-of-type(4n+5),
.region-home-jumbotron .at-form .col-lg-3.at-form-submit:nth-of-type(4n+5),
.region-footer-action .at-form .col-lg-3.at-form-submit:nth-of-type(4n+5),
.issue-wrap .at-form .col-lg-3.at-form-submit:nth-of-type(4n+5),
.col-lg-3.col-md-6:nth-of-type(2n+3),
.col-lg-3.col-md-4:nth-of-type(3n+4),
.col-lg-3.col-md-3:nth-of-type(4n+5),
.col-lg-3.col-md-2:nth-of-type(6n+7),
.col-lg-3.navbar-header-left:nth-of-type(6n+7),
.col-lg-2.col-sm-6:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-lg-2.text-wrap:nth-of-type(2n+3),
.slideshow-panel-wrap .img-text-wrap .col-lg-2.img-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-lg-2.accordian-content-wrap:nth-of-type(2n+3),
.accordian-panel-wrap .accordian-panels .col-lg-2.accordian-images:nth-of-type(2n+3),
.panel .menu.nav > li.col-lg-2:nth-of-type(2n+3):first-child:nth-last-child(2),
.panel .menu.nav > li:first-child:nth-last-child(2) ~ li.col-lg-2:nth-of-type(2n+3),
.col-lg-2.footer-lower-right:nth-of-type(2n+3),
.col-lg-2.footer-lower-left:nth-of-type(2n+3),
.article-header .col-lg-2#block-pagesectionshareheader:nth-of-type(2n+3),
.article-header .col-lg-2#block-views-block-issues-issues-select-2:nth-of-type(2n+3),
.col-lg-2.col-sm-4:nth-of-type(3n+4),
.panel .menu.nav > li.col-lg-2:nth-of-type(3n+4):first-child:nth-last-child(3),
.panel .menu.nav > li:first-child:nth-last-child(3) ~ li.col-lg-2:nth-of-type(3n+4),
.panel .menu.nav > li.col-lg-2:nth-of-type(3n+4):first-child:nth-last-child(6),
.panel .menu.nav > li:first-child:nth-last-child(6) ~ li.col-lg-2:nth-of-type(3n+4),
.col-lg-2.col-sm-3:nth-of-type(4n+5),
.panel .menu.nav > li.col-lg-2:nth-of-type(4n+5):first-child:nth-last-child(4),
.panel .menu.nav > li:first-child:nth-last-child(4) ~ li.col-lg-2:nth-of-type(4n+5),
.panel .menu.nav > li.col-lg-2:nth-of-type(4n+5):first-child:nth-last-child(8),
.panel .menu.nav > li:first-child:nth-last-child(8) ~ li.col-lg-2:nth-of-type(4n+5),
.col-lg-2.footer-upper-left:nth-of-type(4n+5),
.col-lg-2.navbar-header-left:nth-of-type(4n+5),
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li.col-lg-2:nth-of-type(4n+5),
.region-home-jumbotron .at-form .col-lg-2.at-form-submit:nth-of-type(4n+5),
.region-footer-action .at-form .col-lg-2.at-form-submit:nth-of-type(4n+5),
.issue-wrap .at-form .col-lg-2.at-form-submit:nth-of-type(4n+5),
.col-lg-2.col-md-6:nth-of-type(2n+3),
.col-lg-2.col-md-4:nth-of-type(3n+4),
.col-lg-2.col-md-3:nth-of-type(4n+5),
.col-lg-2.col-md-2:nth-of-type(6n+7),
.col-lg-2.navbar-header-left:nth-of-type(6n+7) {
    clear: none;
  }

  .view-content .col-lg-6:nth-of-type(2n+3),
.view-content .col-lg-4:nth-of-type(3n+4),
.view-content .col-lg-3:nth-of-type(4n+5),
.view-content .col-lg-2:nth-of-type(6n+7) {
    clear: left;
  }
}
/* turn off number field spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Transform Mixins */
/* scoped mini signup ngp forms */
/* we should style rather than hide the remember me/auto-populate ngp stuff */
.at {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif !important;
}
.at h1, .at h2, .at h3, .at h4, .at h5, .at h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif !important;
  color: #334455;
}
.at p {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif !important;
  color: #000;
}

.ngp-form.at {
  margin: 0 auto;
}

/* Modal labels Tweak  fold in later */
/* THANKS MESSAGE: fold in more neatly later */
.at .content.thankYou {
  min-height: 20px;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #ffffff;
}
.at .content.thankYou p {
  color: #ffffff !important;
}

header.at-title {
  display: none;
}

.region-home-jumbotron .ngp-form.at .at-form header, .region-home-jumbotron .ngp-form.at .at-form legend,
#block-signupinterior .ngp-form.at .at-form header,
#block-signupinterior .ngp-form.at .at-form legend {
  display: none;
  padding: 0;
  margin: 0;
}
.region-home-jumbotron .ngp-form.at .at-form form,
#block-signupinterior .ngp-form.at .at-form form {
  margin: 0 -15px;
}
.region-home-jumbotron .ngp-form.at .at-form form .email-wrap label.EmailAddress,
#block-signupinterior .ngp-form.at .at-form form .email-wrap label.EmailAddress {
  margin-bottom: 2px;
}
.region-home-jumbotron .ngp-form.at .at-form form .email-wrap label.EmailAddress input,
#block-signupinterior .ngp-form.at .at-form form .email-wrap label.EmailAddress input {
  background-color: #ffffff;
  border-radius: 0;
  font-size: 20px;
  margin-bottom: 0;
  height: 40px;
}
.region-home-jumbotron .ngp-form.at .at-form form .zip-wrap,
#block-signupinterior .ngp-form.at .at-form form .zip-wrap {
  padding-right: 1px;
}
.region-home-jumbotron .ngp-form.at .at-form form .zip-wrap label.PostalCode input,
#block-signupinterior .ngp-form.at .at-form form .zip-wrap label.PostalCode input {
  background-color: #ffffff;
  border-radius: 0;
  font-size: 20px;
  margin-bottom: 10px;
  height: 40px;
}
.region-home-jumbotron .ngp-form.at .at-form form .submit-wrap,
#block-signupinterior .ngp-form.at .at-form form .submit-wrap {
  padding-left: 1px;
  clear: none;
}
.region-home-jumbotron .ngp-form.at .at-form form .submit-wrap input.btn-at-primary,
#block-signupinterior .ngp-form.at .at-form form .submit-wrap input.btn-at-primary {
  background-color: #0033A0 !important;
  border-radius: 0;
  font-size: 20px;
  padding: 5px 8px;
  height: 40px;
}
@media (max-width: 767px) {
  .region-home-jumbotron .ngp-form.at .at-form form .submit-wrap input.btn-at-primary,
#block-signupinterior .ngp-form.at .at-form form .submit-wrap input.btn-at-primary {
    padding: 4px 8px;
  }
}
.region-home-jumbotron .ngp-form.at .at-form form .submit-wrap input.btn-at-primary:hover,
#block-signupinterior .ngp-form.at .at-form form .submit-wrap input.btn-at-primary:hover {
  transform: scale(1);
  background-color: #DD0000;
  color: #0033A0;
}
.region-home-jumbotron .ngp-form.at .at-form form .at-text,
#block-signupinterior .ngp-form.at .at-form form .at-text {
  text-indent: -92000px;
  font-size: 0px !important;
}
.region-home-jumbotron .ngp-form.at .at-form .poweredby,
#block-signupinterior .ngp-form.at .at-form .poweredby {
  display: none;
}

#block-signupinterior {
  margin-bottom: 45px;
}
#block-signupinterior .ngp-form.at .at-form header {
  display: block;
}
#block-signupinterior .ngp-form.at .at-form header.at-title {
  display: none;
}
#block-signupinterior .ngp-form.at .at-form h1 {
  font-size: 27px;
  color: #ffffff;
}
@media (min-width: 768px) {
  #block-signupinterior .ngp-form.at .at-form form .email-wrap {
    padding-right: 1px;
  }
  #block-signupinterior .ngp-form.at .at-form form .email-wrap label.EmailAddress input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  #block-signupinterior .ngp-form.at .at-form form .zip-wrap {
    padding-left: 1px;
  }
  #block-signupinterior .ngp-form.at .at-form form .zip-wrap label.PostalCode input {
    border-radius: 0 0 0 0;
  }
}
#block-signupinterior .ngp-form.at .at-form form .submit-wrap input.btn-at-primary {
  padding: 1.5px 8px;
}
@media (min-width: 768px) {
  #block-signupinterior .ngp-form.at .at-form form .submit-wrap input.btn-at-primary {
    border-radius: 0;
  }
}

.region-home-jumbotron .at-form form, .region-footer-action .at-form form, .issue-wrap .at-form form {
  margin: 0 -15px;
}
.region-home-jumbotron .at-form .at-inner, .region-footer-action .at-form .at-inner, .issue-wrap .at-form .at-inner {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.region-home-jumbotron .at-form label input, .region-footer-action .at-form label input, .issue-wrap .at-form label input {
  display: block;
  font-size: 18px;
  border: none;
  background: #F1F3F4;
  border-radius: 0;
}
@media (max-width: 767px) {
  .region-home-jumbotron .at-form label input, .region-footer-action .at-form label input, .issue-wrap .at-form label input {
    height: 40px;
  }
}
.region-home-jumbotron .at-form .at-text, .region-footer-action .at-form .at-text, .issue-wrap .at-form .at-text {
  text-indent: -92000px;
}
.region-home-jumbotron .at-form .at-fieldset.ContactInformation, .region-footer-action .at-form .at-fieldset.ContactInformation, .issue-wrap .at-form .at-fieldset.ContactInformation {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields {
    padding: 0 !important;
  }
}
.region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress {
  padding-right: 2px;
}
@media (max-width: 767px) {
  .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.EmailAddress {
    padding-left: 0;
  }
}
.region-home-jumbotron .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .region-footer-action .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode, .issue-wrap .at-form .at-fieldset.ContactInformation .at-fields .at-row.PostalCode {
  padding-left: 0;
  padding-right: 0;
  float: right !important;
}
.region-home-jumbotron .at-form .at-row.YesSignMeUpForUpdatesForBinder, .region-footer-action .at-form .at-row.YesSignMeUpForUpdatesForBinder, .issue-wrap .at-form .at-row.YesSignMeUpForUpdatesForBinder {
  display: none;
}
@media (max-width: 767px) {
  .region-home-jumbotron .at-form .at-row, .region-footer-action .at-form .at-row, .issue-wrap .at-form .at-row {
    width: 100%;
  }
}
.region-home-jumbotron .at-form .at-form-submit, .region-footer-action .at-form .at-form-submit, .issue-wrap .at-form .at-form-submit {
  display: inline-block;
  clear: none;
  padding: 0 0 0 2px;
}
@media (max-width: 767px) {
  .region-home-jumbotron .at-form .at-form-submit, .region-footer-action .at-form .at-form-submit, .issue-wrap .at-form .at-form-submit {
    width: 100%;
    margin-left: 0;
  }
}
.region-home-jumbotron .at-form .at-form-submit .at-submit, .region-footer-action .at-form .at-form-submit .at-submit, .issue-wrap .at-form .at-form-submit .at-submit {
  margin: 0;
  border: none;
  border-radius: 0;
  font-family: "fairplex-narrow", serif;
}
@media (max-width: 767px) {
  .region-home-jumbotron .at-form .at-form-submit .at-submit, .region-footer-action .at-form .at-form-submit .at-submit, .issue-wrap .at-form .at-form-submit .at-submit {
    width: 100%;
    height: 40px;
    padding: 12px;
    line-height: 1;
  }
}
.region-home-jumbotron .at-form #MailingId_Value + div, .region-footer-action .at-form #MailingId_Value + div, .issue-wrap .at-form #MailingId_Value + div {
  display: none;
}
.region-home-jumbotron .at-form .at-row > [class^=at-], .region-footer-action .at-form .at-row > [class^=at-], .issue-wrap .at-form .at-row > [class^=at-] {
  min-width: 0;
  padding: 0;
  margin: 0;
}
.region-home-jumbotron .at-form .UpdateMyProfile .text, .region-footer-action .at-form .UpdateMyProfile .text, .issue-wrap .at-form .UpdateMyProfile .text {
  color: #F1F3F4;
}
@media (max-width: 767px) {
  .region-home-jumbotron .at-form .UpdateMyProfile .text, .region-footer-action .at-form .UpdateMyProfile .text, .issue-wrap .at-form .UpdateMyProfile .text {
    font-size: 3.5vw;
  }
}

body.page-ngp-multistep .ngp-form.at.multistep-layout {
  margin: 0 -0.625em;
}
body.page-ngp-multistep .ngp-form.at.multistep-layout .at-markup.HeaderHtml {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.page-ngp-multistep .ngp-form.at.multistep-layout .at-banner,
body.page-ngp-multistep .ngp-form.at.multistep-layout footer.multistep-footer {
  display: none;
}
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary {
  background-color: #0033A0;
}
body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary:hover {
  border: none;
  background-color: #DD0000;
  transform: scale(1.08);
}
body.page-ngp-multistep .ngp-form.at.multistep-layout .label-amount input[type=radio]:checked + a {
  border-color: #0033A0;
  background-color: #0033A0;
}
body.page-ngp-multistep .ngp-form.at.multistep-layout .label-amount > a {
  background-color: #4983ff;
}

header#navbar.navbar {
  min-height: 0;
  transition: all, ease-in, 0.35s;
  border-radius: 0;
  background: #ffffff;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 1680px;
  position: relative;
  z-index: 500;
}
header#navbar.navbar .container-fluid {
  padding: 0 !important;
}
header#navbar.navbar .container-fluid > .navbar-header {
  margin: 0 !important;
}
header#navbar.navbar #navbar-collapse {
  display: none;
  height: 0;
  overflow: hidden;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all ease 0.3s;
}
header#navbar.navbar.in #navbar-collapse {
  display: block;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
header#navbar.navbar.navbar-inverse h2, header#navbar.navbar.navbar-inverse h3, header#navbar.navbar.navbar-inverse h4, header#navbar.navbar.navbar-inverse p {
  color: #ffffff;
}

.navbar-header {
  float: none;
}
.navbar-header .navbar-header-right {
  padding-right: 0;
}

header.navbar .navbar-header-right .navbar-nav {
  margin: 0;
  padding: 0;
}
header.navbar .navbar-header-right .navbar-nav > li {
  display: block;
  float: left;
  margin: 0 0 0 10px;
}
header.navbar .navbar-header-right .navbar-nav > li a {
  display: block;
  float: left;
  color: #0033A0;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 10px;
  line-height: 63px;
}
header.navbar .navbar-header-right .navbar-nav > li.last > a {
  color: #ffffff;
  background: #DD0000;
}
header.navbar .navbar-header-right .navbar-nav .caret {
  display: none;
}
header.navbar .navbar-header-right .navbar-nav .dropdown-menu {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
header.navbar .navbar-header-right .navbar-nav > li.last .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar-toggle {
  display: block;
  margin: 10px 10px 0 10px;
  padding: 0;
}
.navbar-toggle .icon-bar {
  transition: all, ease, 0.5s;
  background-color: #0033A0;
  width: 30px;
  height: 5px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
header#navbar.navbar.in .navbar-toggle .icon-bar.first {
  top: 12px;
  position: absolute;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  header#navbar.navbar.in .navbar-toggle .icon-bar.first {
    top: 15px;
  }
}
header#navbar.navbar.in .navbar-toggle .icon-bar.second {
  background-color: transparent !important;
}
header#navbar.navbar.in .navbar-toggle .icon-bar.third {
  top: 5px;
  position: absolute;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  header#navbar.navbar.in .navbar-toggle .icon-bar.third {
    top: 8px;
  }
}

header.navbar .navbar-collapse-left .navbar-nav {
  float: none !important;
}
header.navbar .navbar-collapse-left .navbar-nav li {
  margin-bottom: 10px;
  float: none;
  font-size: 32px;
  font-weight: 700;
}
header.navbar .navbar-collapse-left .navbar-nav li a.open + .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  border: none;
  box-shadow: none;
}
header.navbar .navbar-collapse-left .navbar-nav li a.open + .dropdown-menu li {
  font-weight: 700;
}
header.navbar .navbar-collapse-left .navbar-nav li a.open + .dropdown-menu li a {
  font-size: 80%;
}

body.path-frontpage .page-container {
  padding-top: 0 !important;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
}

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

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

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

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

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber, html.js body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary .ajax-throbber, body.page-ngp-multistep .ngp-form.at.multistep-layout html.js .btn-at-primary .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #C9CFD6;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #0033A0;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #0033A0;
  border-bottom: 1px solid #F1F3F4;
  border-top: 1px solid #F1F3F4;
}
.file > span:first-child {
  border-left: 1px solid #F1F3F4;
}
.file > span:last-child {
  border-right: 1px solid #F1F3F4;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row, .slideshow-panel-wrap .image-widget.img-text-wrap, .panel .image-widget.menu.nav, .article-header .image-widget.region-section-bar, footer.main-footer .footer-upper-right .footer-nav .image-widget.menu.nav {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 0px 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper, .region-home-jumbotron .at-form label input .select-wrapper, .region-footer-action .at-form label input .select-wrapper, .issue-wrap .at-form label input .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child, .input-group .select-wrapper:first-child .region-home-jumbotron .at-form label input:first-child, .region-home-jumbotron .at-form label .input-group .select-wrapper:first-child input:first-child, .input-group .select-wrapper:first-child .region-footer-action .at-form label input:first-child, .region-footer-action .at-form label .input-group .select-wrapper:first-child input:first-child, .input-group .select-wrapper:first-child .issue-wrap .at-form label input:first-child, .issue-wrap .at-form label .input-group .select-wrapper:first-child input:first-child {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.input-group .select-wrapper:last-child .form-control:first-child, .input-group .select-wrapper:last-child .region-home-jumbotron .at-form label input:first-child, .region-home-jumbotron .at-form label .input-group .select-wrapper:last-child input:first-child, .input-group .select-wrapper:last-child .region-footer-action .at-form label input:first-child, .region-footer-action .at-form label .input-group .select-wrapper:last-child input:first-child, .input-group .select-wrapper:last-child .issue-wrap .at-form label input:first-child, .issue-wrap .at-form label .input-group .select-wrapper:last-child input:first-child {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #0033A0;
  content: "&#9660;";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .form-actions .btn-at-primary, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn, .form-actions .btn-group body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout .form-actions .btn-group .btn-at-primary {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon {
  margin-right: 0.25em;
}
a.icon-after .glyphicon {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, body.page-ngp-multistep .ngp-form.at.multistep-layout .icon-before.btn-at-primary .glyphicon {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, body.page-ngp-multistep .ngp-form.at.multistep-layout .icon-after.btn-at-primary .glyphicon {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container, .panel .navbar.text-wrap {
    max-width: 610px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container, .panel .navbar.text-wrap {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container, .panel .navbar.text-wrap {
    max-width: 900px;
  }
}

/**
 * Node styling.
 */
.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 13px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #C9CFD6;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #0033A0;
}

.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #C9CFD6;
  font-size: 13px;
}

.tab-pane > .panel-heading {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 0px 0px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 0px 0px 0px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 0px 0 0 0px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #F1F3F4 #ddd #F1F3F4 #F1F3F4;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 0px 0px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #F1F3F4 #F1F3F4 #F1F3F4 #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #ffffff;
  border-radius: 0px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #334455;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #ffffff;
  color: #DD0000;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #0033A0;
  color: #ffffff;
}

body {
  margin: 0;
}

.container .container, .panel .text-wrap .container, .container .panel .text-wrap, .panel .container .text-wrap, .panel .text-wrap .text-wrap {
  max-width: 100%;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.wow {
  visibility: hidden;
}

html {
  font-size: 16px;
  font-family: "fairplex-narrow", serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

h1, h2, h3 {
  text-transform: uppercase;
}

h1.page-header {
  border-bottom: 0;
  text-align: center;
  margin-top: 60px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}

h3.subhead.medium {
  text-transform: none;
  letter-spacing: -0.5px;
}

ol, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

p.lead, div.lead p {
  font-size: 20px;
  line-height: 150%;
}
@media (min-width: 992px) {
  p.lead, div.lead p {
    font-size: 22px;
  }
}
p.lead + p.lead, div.lead p + p.lead {
  margin-top: 20px;
}

p + p {
  margin-top: 20px;
}

p.pullquote, blockquote {
  margin: 24px 0;
  font-size: 20px;
  border-top: 2px #0033A0 solid;
  border-bottom: 2px #0033A0 solid;
  padding: 16px 0;
  font-weight: 700;
  color: #0033A0;
}

figcaption, .caption-text {
  font-style: italic;
  font-weight: 500;
  font-size: 13px;
  color: #334455;
}

.block-title {
  padding-top: 10px;
  border-top: solid 4px;
  text-align: center;
  font-weight: 700;
}

a {
  transition: all, ease 0.5s;
}
a:hover {
  text-decoration: none;
}

.region.region-navigation-right {
  display: block;
  float: right;
}

figure img {
  padding: 30px 0 8px;
}

.inline-img-wrapper {
  margin: 15px 0;
}

.eyebrow {
  padding: 5px 0 5px;
  width: 100%;
  margin: 0 !important;
  color: #778899;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4%;
  text-transform: uppercase;
}

.more-link {
  font-weight: 700;
}

.horizontal-list {
  font-weight: 700;
  color: brand-secondary;
}

hr {
  border-top: 4px solid #0033A0;
  margin: 30px 0;
}

.btn, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-at-primary {
  letter-spacing: 0;
  transition: all ease-in-out 0.5s;
  border-width: 1px;
}
.menu.nav.social {
  margin: 0;
}
.menu.nav.social li a.fa span {
  display: none;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
}
.menu.nav.social li a.fa span:before {
  display: inline-block;
  margin: 0;
}
.menu.nav.social li a.fa span:hover {
  text-decoration: none;
  background-color: transparent;
  color: #0033A0;
}
.menu.nav.social li a.fa span:focus {
  text-decoration: none;
  background-color: transparent;
  color: #770000;
}

.page-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.page-container::before {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 51, 160, 0.25) 0%, rgba(0, 51, 160, 0) 100%);
  position: absolute;
  top: 60px;
  width: 100%;
  max-width: 1680px;
  height: 240px;
  z-index: 0;
}
.page-container article + nav {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 5px solid #ffffff;
}

footer.main-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 400px;
  max-width: 1680px;
  margin: 0 auto;
  background-color: #0033A0;
}
footer.main-footer p, footer.main-footer li, footer.main-footer ol {
  font-weight: 400;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
}
footer.main-footer .menu.nav {
  margin: 0 0 40px 0;
}
footer.main-footer .menu.nav li {
  display: inline-block;
}
@media (max-width: 767px) {
  footer.main-footer .menu.nav li {
    display: block;
    text-align: center;
  }
}
footer.main-footer .menu.nav li a {
  display: inline-block;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}
footer.main-footer .menu.nav li a:hover {
  background-color: transparent;
}
footer.main-footer .menu.nav li a:focus {
  background-color: transparent;
}
footer.main-footer .menu.nav.social li {
  display: inline-block;
}
footer.main-footer .menu.nav.social li a {
  display: inline-block;
  padding: 5px;
}
footer.main-footer .menu.nav.social li a span {
  display: none;
}
footer.main-footer .menu.nav.social li a + a {
  margin-left: 15px;
}
footer.main-footer .menu.nav.social li .fa::before {
  line-height: 1.5;
  font-size: 20px;
}
footer.main-footer .footer-upper-left strong {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  footer.main-footer .footer-upper-left img.logo-footer {
    float: left;
  }
}
@media (max-width: 767px) {
  footer.main-footer .footer-upper-right {
    clear: both;
    padding-top: 45px;
  }
}
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li {
  padding-bottom: 15px;
}
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li .caret {
  display: none;
}
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li ul.dropdown-menu {
  display: block;
  float: none;
  min-width: 0;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
}
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li ul.dropdown-menu li {
  display: block;
}
footer.main-footer .footer-upper-right .footer-nav .menu.nav > li ul.dropdown-menu li a {
  color: #ffffff;
  text-transform: none;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  white-space: normal;
}
@media (max-width: 767px) {
  footer.main-footer #block-ngpsignupfooter {
    padding-top: 30px;
  }
}
footer.main-footer #block-ngpsignupfooter h2 {
  text-transform: none;
  margin: 0;
  font-size: 6vw;
}
@media (min-width: 768px) {
  footer.main-footer #block-ngpsignupfooter h2 {
    font-size: 3vw;
  }
}
@media (min-width: 1200px) {
  footer.main-footer #block-ngpsignupfooter h2 {
    font-size: 33px;
  }
}
footer.main-footer #block-ngpsignupfooter .ngp-form {
  margin: 0 !important;
}
footer.main-footer #block-ngpsignupfooter .at-inner {
  background: transparent !important;
}
footer.main-footer .region-footer-center-center {
  padding: 30px 0;
}
footer.main-footer .site_by {
  text-align: center;
}
footer.main-footer .site_by img {
  opacity: 0.25;
  transition: all ease-in-out 0.5s;
}
footer.main-footer .site_by img:hover {
  opacity: 1;
  transform: scale(1.2);
}

header a.logo img {
  height: 42px;
  margin: 10px 0;
  width: auto;
}
header a.logo img:hover {
  transform: scale(1.05);
}

footer .logo img:hover {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.logo img {
  display: block;
  margin: 0;
  height: 100px;
  max-width: 200px;
  width: auto;
  transition: all ease-in-out 0.5s;
}
#block-footersignup {
  overflow: hidden;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
#block-footersignup h2 {
  text-align: center;
}
#block-footersignup .field--name-body {
  z-index: 1;
  position: relative;
}
#block-footersignup .btn.btn-primary.webform-button--submit, #block-footersignup body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-primary.webform-button--submit.btn-at-primary, body.page-ngp-multistep .ngp-form.at.multistep-layout #block-footersignup .btn-primary.webform-button--submit.btn-at-primary {
  position: relative;
}
#block-footersignup .btn.btn-primary.webform-button--submit::after, #block-footersignup body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-primary.webform-button--submit.btn-at-primary::after, body.page-ngp-multistep .ngp-form.at.multistep-layout #block-footersignup .btn-primary.webform-button--submit.btn-at-primary::after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
}
#block-footersignup .btn.btn-primary.webform-button--submit:hover, #block-footersignup body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-primary.webform-button--submit.btn-at-primary:hover, body.page-ngp-multistep .ngp-form.at.multistep-layout #block-footersignup .btn-primary.webform-button--submit.btn-at-primary:hover {
  transform: scale(1.08);
}
#block-footersignup .btn.btn-primary.webform-button--submit span, #block-footersignup body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-primary.webform-button--submit.btn-at-primary span, body.page-ngp-multistep .ngp-form.at.multistep-layout #block-footersignup .btn-primary.webform-button--submit.btn-at-primary span {
  display: none;
}
@media (max-width: 992px) {
  #block-footersignup .btn.btn-primary.webform-button--submit span, #block-footersignup body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-primary.webform-button--submit.btn-at-primary span, body.page-ngp-multistep .ngp-form.at.multistep-layout #block-footersignup .btn-primary.webform-button--submit.btn-at-primary span {
    display: block;
  }
  #block-footersignup .btn.btn-primary.webform-button--submit::after, #block-footersignup body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-primary.webform-button--submit.btn-at-primary::after, body.page-ngp-multistep .ngp-form.at.multistep-layout #block-footersignup .btn-primary.webform-button--submit.btn-at-primary::after {
    margin-top: 0;
    display: none;
  }
}
#block-footersignup img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  opacity: 0.6;
}
@media (max-width: 767px) {
  #block-footersignup img {
    height: 100%;
    width: auto;
  }
}

.jumbotron {
  position: relative;
}
.jumbotron .block-img-wrap {
  overflow: hidden;
  position: relative;
}
.jumbotron .block-img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.jumbotron img {
  width: 100%;
  object-fit: cover;
}
.jumbotron .ngp-form {
  margin: 0 0 !important;
}

.path-frontpage h1 {
  margin-bottom: 0.25em;
  font-size: 10vw;
}
@media (min-width: 768px) {
  .path-frontpage h1 {
    font-size: 6vw;
  }
}
@media (min-width: 1200px) {
  .path-frontpage h1 {
    font-size: 69px;
  }
}

.home-what-we-do, .mission-what-we-do {
  text-align: center;
}
.home-what-we-do img, .mission-what-we-do img {
  width: 70px !important;
  height: auto !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}
.home-what-we-do h4, .mission-what-we-do h4 {
  font-size: 18px;
}

.breadcrumb {
  position: absolute;
  z-index: 100;
  background: transparent;
}

.main-container.container, .panel .main-container.text-wrap {
  position: relative;
}

article > .content > .field--name-body > p,
article > .content > .field--name-body > h2,
article > .content > .field--name-body > h3,
article > .content > .field--name-body > h4,
article > .content > .field--name-body > h5,
article > .content > .field--name-body > ul,
article > .content > .field--name-body > li {
  max-width: 48em;
}
article > .content > .field--name-field-image img {
  width: 48em;
  height: auto;
  max-width: 100%;
}

/* interior container needed top/bottom air */
body:not(.path-frontpage) .main-container {
  padding-top: 45px;
  padding-bottom: 45px;
}
body:not(.path-frontpage).page-node-type-issue .main-container, body:not(.path-frontpage).page-node-type-XXX .main-container {
  padding-top: 0;
}

.article-header {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
  background: #ffffff;
  color: #778899;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.article-header .region-section-bar {
  position: relative;
}
.article-header a i.fa {
  color: #778899;
  font-size: 28px;
  margin-left: 7px;
}
.article-header a i.fa:hover {
  color: #0033A0;
}
.article-header #block-views-block-issues-issues-select-2 .form-group {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .article-header #block-pagesectionshareheader {
    margin-top: 15px;
  }
}

body.page-node-type-article .article-header .left, body.page-node-type-article .article-header #block-views-block-issues-issues-select-2 {
  padding-top: 3px;
}

body.page-node-type-issue .article-header #block-pagesectionshareheader {
  padding-top: 6px;
}

/* NEWS Pages */
body.page-node-type-article .page-header,
body.page-node-type-post .page-header,
body.page-node-type-action .page-header,
body.page-node-type-page .page-header {
  margin-bottom: 0;
}
body.page-node-type-article article,
body.page-node-type-post article,
body.page-node-type-action article,
body.page-node-type-page article {
  padding-top: 30px;
}
body.page-node-type-article article footer,
body.page-node-type-post article footer,
body.page-node-type-action article footer,
body.page-node-type-page article footer {
  display: none;
}
body.page-node-type-article .content .img-responsive, body.page-node-type-article .content span.img-responsive img, span.img-responsive body.page-node-type-article .content img, body.page-node-type-article .content .card.image-card img, .card.image-card body.page-node-type-article .content img, body.page-node-type-article .content figure img, figure body.page-node-type-article .content img,
body.page-node-type-post .content .img-responsive,
body.page-node-type-post .content span.img-responsive img,
span.img-responsive body.page-node-type-post .content img,
body.page-node-type-post .content .card.image-card img,
.card.image-card body.page-node-type-post .content img,
body.page-node-type-post .content figure img,
figure body.page-node-type-post .content img,
body.page-node-type-action .content .img-responsive,
body.page-node-type-action .content span.img-responsive img,
span.img-responsive body.page-node-type-action .content img,
body.page-node-type-action .content .card.image-card img,
.card.image-card body.page-node-type-action .content img,
body.page-node-type-action .content figure img,
figure body.page-node-type-action .content img,
body.page-node-type-page .content .img-responsive,
body.page-node-type-page .content span.img-responsive img,
span.img-responsive body.page-node-type-page .content img,
body.page-node-type-page .content .card.image-card img,
.card.image-card body.page-node-type-page .content img,
body.page-node-type-page .content figure img,
figure body.page-node-type-page .content img {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* issues */
body.path-issues .issues-list.view-id-issues .view-header {
  margin: 0 0 30px;
}
body.path-issues .issues-list.view-id-issues .view-content {
  margin: -15px;
}

.issue-wrap h2 {
  text-align: center;
}
.issue-wrap #issue_signup {
  text-align: center;
}
.issue-wrap img, .issue-wrap .embed-responsive {
  width: 100%;
  height: auto;
  margin: 45px 0;
}

.page-node-type-issue article > .content {
  padding-top: 45px;
}
@media (min-width: 768px) {
  .page-node-type-issue article > .content h3, .page-node-type-issue article > .content h4, .page-node-type-issue article > .content h5, .page-node-type-issue article > .content p.body-text {
    padding-left: 25%;
  }
}

.region-help > .glyphicon {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #C9CFD6;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

/* news more link */
.more-link.form-group {
  display: block;
  clear: both;
  padding: 1em 0 0;
  text-align: center;
}
.more-link.form-group a {
  color: #778899;
  text-align: center;
  text-transform: uppercase;
}

/* post edit link */
.edit-link {
  text-align: center;
  padding: 0 0;
}
.edit-link a {
  font: normal normal normal 12px/1 "freight-sans-pro", Helvetica, Arial, sans-serif;
  color: #778899;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .footer-action input#edit-zip, .footer-action input#edit-zip--2 {
    width: 120px;
  }
}
.footer-action .js-form-item {
  padding-bottom: 15px;
}

/* PAGE SPECIFIC TWEAKS */
/* EA dressup */
.footer-action .at label {
  font-size: 1em !important;
  color: #778899 !important;
}
.footer-action .at legend, .footer-action .at fieldset legend {
  font-size: 1.25em !important;
  color: #778899 !important;
}
.form-type-search .btn-primary {
  color: #ffffff;
  background-color: #DD0000;
}
/*.footer-action {
  .at-fieldset.ContactInformation {
    .at-row {
      label { // label wraps field -- hide label text but not field
        line-height: 0;
      }
    }
  }
}*/
/* TILE DISPLAYS */
[class^=col-].views-row {
  margin-bottom: 20px;
}
[class^=col-].views-row h3 {
  font-size: 18px;
  margin-top: 12px;
}

/* Cards */
.card {
  display: inline-block;
  padding-bottom: 15px;
  width: 100%;
  min-height: 270px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
  border: 1px solid #F1F3F4;
}
.card h3, .card h4 {
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.5s all;
  line-height: 1.25;
}
.card .summary {
  width: 100%;
  height: 100%;
  background: #DD0000;
  position: absolute;
  top: 100%;
  transition: all ease-in-out 0.4s;
  padding: 30px;
  color: #ffffff;
  font-weight: 500;
}
.card:hover:hover {
  transform: scale(1.03);
}
.card:hover .summary {
  top: 0;
}
.card:hover h3, .card:hover h4, .card:hover .more-link {
  color: #0033A0;
}
.card.image-card h3 {
  color: #F1F3F4 !important;
  font-size: 19px;
  font-weight: 300;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.card.image-card h3:hover {
  color: #ffffff;
}
.card.image-card img {
  width: 100%;
}
.card.text-card {
  background-color: rgba(40, 47, 53, 0.2);
}
.card.text-card h3 {
  color: #F1F3F4 !important;
  font-size: 26px;
  font-weight: 300;
}
.card.text-card h3:hover {
  color: #ffffff;
}

/* NEWS */
.card.news-wrapper {
  padding: 30px 30px;
  min-height: 0;
}
.card.news-wrapper h3 {
  font-size: 27px;
  padding: 0;
}
.card.news-wrapper p {
  transition: all 1s;
  color: #282f35;
}
.card.news-wrapper a {
  color: #282f35;
}

.region-content nav#block-mainnavigation {
  padding-bottom: 15px;
}
.region-content nav#block-mainnavigation .menu.nav {
  margin-left: 0;
  margin-right: 0;
}
.region-content nav#block-mainnavigation .menu.nav li {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  box-shadow: 2px 2px 10px rgba(51, 68, 85, 0.15);
}
.region-content nav#block-mainnavigation .menu.nav li a {
  background-color: #fff;
}
.region-content nav#block-mainnavigation .menu.nav li a:hover {
  background-color: #C9CFD6;
}

.home-news .card2 {
  display: block;
  position: relative;
}
.home-news .card2::before {
  content: "";
  display: block;
  background: linear-gradient(rgba(51, 17, 0, 0) 67%, rgba(51, 17, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 4;
}
.home-news .card2 img {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
}
.home-news .card2 h3, .home-news .card2 h4 {
  color: #ffffff;
}
.home-news .card2 h2, .home-news .card2 h3, .home-news .card2 h4 {
  width: 80%;
  color: #ffffff;
  position: absolute;
  right: 10%;
  bottom: 0;
  left: 10%;
  z-index: 5;
  padding: 4px 8px 0;
  border-top: solid 2px #ffffff;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.home-news .card2 h2 em, .home-news .card2 h3 em, .home-news .card2 h4 em {
  font-family: "fairplex-narrow", serif;
  font-weight: 500;
  font-style: italic;
}

/*.card.card-photo-wrapper {
  .photo-wrapper {
    padding: 0;
    img {
      @extend .img-responsive;
    }
  }
  .eyebrow {
    padding: $padding-large-vertical*2 $padding-large-horizontal*2 0 ;
    min-height: 0;
  }
  .summary-wrapper {
    padding: 0 $padding-large-vertical*2;
    min-height: 0;
    h3 {
      font-size: 27px; 
      padding: 0; 
    }
    p {
      transition: all 1s; 
      color: $gray-darker; 
    }
    a {
      color: $gray-darker; 
    }
  }
}*/
/* CLEANING CLASSES FROM MARKUP */
.footer-lower-left {
  margin-top: 45px;
}

.footer-lower-right {
  margin-top: 45px;
}

.footer-bottom-center {
  margin-top: 45px;
}

div#fastaction-signup-inner *, .contributions * {
  color: #DD0000 !important;
}

a.j-paginate.juicer-button {
  display: none;
}

#home_about_more {
  display: none;
}

/* fast styles for embedded interior body forms */
body.page-node-type-action .field--name-field-embed-snippet option, body.page-node-type-action .field--name-field-embed-snippet select, body.page-node-type-action .field--name-field-embed-snippet input[type=text], body.page-node-type-action .field--name-field-embed-snippet input[type=tel], body.page-node-type-action .field--name-field-embed-snippet input[type=number], body.page-node-type-action .field--name-field-embed-snippet input[type=email] {
  background-color: #ffffff !important;
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 2px !important;
  border: 1px solid #778899;
}

html .at input[type=text], html .at input[type=password], html .at input[type=date], html .at input[type=datetime], html .at input[type=datetime-local], html .at input[type=month], html .at input[type=week], html .at input[type=email], html .at input[type=number], html .at input[type=search], html .at input[type=tel], html .at input[type=time], html .at input[type=url], html .at input[type=color], html .at textarea {
  border-color: #005577;
  outline: none;
  background: #ffffff;
  box-shadow: 0 0 5px #ced4da;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #DD0000;
  background-color: transparent;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #005577;
  background-color: transparent;
}

.navbar-nav > li a:hover {
  color: #DD0000;
  background-color: transparent;
}

/* tags */
.field.field--name-field-tags .field--item {
  display: inline-block;
}
.field.field--name-field-tags .field--item a {
  display: inline-block;
  background: #ffffff;
  padding: 0.5em 0.75em;
}
.field.field--name-field-tags .field--item + .field--item {
  margin-left: 1em;
}

/*
  .modal-dialog {
    min-height: 100vh;
    width: auto;
    margin: 0 auto;
    max-width: 1600px;
  }
  .modal-body {
    @media (min-width: $screen-sm-min) { 
     padding: 60px 0 0 !important;  
    }

    .container {
      padding: 0 40px 40px; 
      @media (min-width: $screen-sm-min) { 
        background: #046; 
        box-shadow: 0 0 10px rgba(0,0,0,.33); 
      }

    }
  }
  .modal-content {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  p.modal-intro {
    font-size: 15px; 
    @media (min-width: $screen-sm-min) { 
      font-size: 18px; 
      padding-top: 30px; 
    }
  }
  .modal-content h2 {
    color: #fff;
  }
  .modal-content p {
    color: #fff;
  }
  .modal-content img {
    width: 100%;
    max-width: 120px; 
  }
  .modal-content .btn-primary {
    border-color: rgba(0, 188, 212, 0.27);
  }

  html .at input[type="email"],
  html .at input[type="tel"],
  html .at input[type="zip"] {
    padding: 8px;
    line-height: 32px;
    height: inherit;
  }
  html .at input[type="tel"], 
  html .at input[type="submit"] {
    width: 50% !important; 
    display: inline; 
  }
  .xmodal-content button.btn.btn-default {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    background: rgba(0, 188, 212, 0.27);
    ;
    color: #fff;
    border-color: rgba(0, 188, 212, 0.27);
  }

  .modal-body {
    padding: 0;
  }
  .narrow-right {
    padding-right: 7.5px; 
  }
  .narrow-left {
    padding-left: 7.5px; 
  }

  .modal.in .modal-dialog {
    // background: #005577;
	  @media (min-width: $screen-sm-min) { 
    }

  }
*/
.home-block, .int-block, .region-footer-action {
  position: relative;
}
.home-block h2, .int-block h2, .region-footer-action h2 {
  text-transform: uppercase;
}
.home-block .field--name-field-content, .int-block .field--name-field-content, .region-footer-action .field--name-field-content {
  position: absolute;
  z-index: 2;
}
.home-block .field--name-field-content .block-content-wrap, .int-block .field--name-field-content .block-content-wrap, .region-footer-action .field--name-field-content .block-content-wrap {
  position: relative;
}
.home-block .block-img-wrap, .int-block .block-img-wrap, .region-footer-action .block-img-wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home-block .block-img-wrap img, .int-block .block-img-wrap img, .region-footer-action .block-img-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .home-block .block-img-wrap img, .int-block .block-img-wrap img, .region-footer-action .block-img-wrap img {
    width: 260vw;
    margin-left: -80vw;
  }
}

.home-block .home-issue h1, .home-block .home-jumbo h1, .int-block .home-issue h1, .int-block .home-jumbo h1 {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .home-block .home-issue h1, .home-block .home-jumbo h1, .int-block .home-issue h1, .int-block .home-jumbo h1 {
    margin-bottom: 0;
  }
}
.home-block .home-issue h2, .home-block .home-jumbo h2, .int-block .home-issue h2, .int-block .home-jumbo h2 {
  color: #ffffff !important;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  font-size: 44px;
}
.home-block .home-issue::before, .home-block .home-jumbo::before, .int-block .home-issue::before, .int-block .home-jumbo::before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.home-block .home-issue .field--name-field-content, .home-block .home-jumbo .field--name-field-content, .int-block .home-issue .field--name-field-content, .int-block .home-jumbo .field--name-field-content {
  left: 0;
  right: 0;
  text-align: center;
  bottom: 30px;
}
@media (max-width: 767px) {
  .home-block .home-issue .field--name-field-content, .home-block .home-jumbo .field--name-field-content, .int-block .home-issue .field--name-field-content, .int-block .home-jumbo .field--name-field-content {
    bottom: 0;
  }
}
.home-block .home-issue .ngp-form, .home-block .home-jumbo .ngp-form, .int-block .home-issue .ngp-form, .int-block .home-jumbo .ngp-form {
  margin: 0 0 !important;
}

.footer-action #block-homedonate h2 {
  color: #ffffff !important;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
  font-size: 10vw;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .footer-action #block-homedonate h2 {
    font-size: 4.9vw;
  }
}
@media (min-width: 1200px) {
  .footer-action #block-homedonate h2 {
    font-size: 60px;
  }
}
.footer-action #block-homedonate::before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.footer-action #block-homedonate .field--name-field-content {
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}

/* 
.int-block, .footer-action {
  &.int-donate, &.int-issue, &.int-jumbo, #block-homedonate {
    &::before {
      content: "";
      display: block; 
      background: linear-gradient(transparentize($black, 1) 33%, transparentize($black, 0.3) 100%);
      position: absolute; 
      top: 0; 
      right: 0;
      bottom: -1px; // not aligning w/ 0?
      left: 0;
      z-index: 1;
    }
    .field--name-field-content {
      @extend .text-inverse;
      top: 0; 
      // bottom: $padding-large-vertical * 2;
      left: 0;
      right: 0;
      text-align: center;
    }
  }
}
*/
.btn.btn-outline, body.page-ngp-multistep .ngp-form.at.multistep-layout .btn-outline.btn-at-primary {
  border: 2px solid #ffffff !important;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.path-frontpage h2 {
  text-align: center;
}

/* card */
.card-wrap {
  min-height: 280px;
  margin-bottom: 30px;
}
.card-wrap .image-wrap {
  position: relative;
}
.card-wrap .image-wrap img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
.card-wrap .image-wrap img::before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.card-wrap .image-wrap .eyebrow {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.85);
}
.card-wrap .text-wrap a {
  display: block;
  padding-top: 10px;
  font-weight: 700;
  font-size: 18px;
}
.card-wrap .text-wrap a em {
  font-style: normal;
  color: #DD0000;
}
.card-wrap.item-1 .text-wrap a {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.25;
}

.home-signup input, .main-footer input {
  background: transparent !important;
  margin-right: 5px !important;
}
@media (max-width: 767px) {
  .home-signup .input-lg, .home-signup .input-group-lg > .form-control,
.home-signup .input-group-lg > .input-group-addon,
.home-signup .input-group-lg > .input-group-btn > .btn, .home-signup .region-home-jumbotron .at-form label .input-group-lg > input, .region-home-jumbotron .at-form label .home-signup .input-group-lg > input, .home-signup .region-footer-action .at-form label .input-group-lg > input, .region-footer-action .at-form label .home-signup .input-group-lg > input, .home-signup .issue-wrap .at-form label .input-group-lg > input, .issue-wrap .at-form label .home-signup .input-group-lg > input,
.home-signup body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .home-signup .input-group-lg > .input-group-btn > .btn-at-primary, .main-footer .input-lg, .main-footer .input-group-lg > .form-control,
.main-footer .input-group-lg > .input-group-addon,
.main-footer .input-group-lg > .input-group-btn > .btn, .main-footer .region-home-jumbotron .at-form label .input-group-lg > input, .region-home-jumbotron .at-form label .main-footer .input-group-lg > input, .main-footer .region-footer-action .at-form label .input-group-lg > input, .region-footer-action .at-form label .main-footer .input-group-lg > input, .main-footer .issue-wrap .at-form label .input-group-lg > input, .issue-wrap .at-form label .main-footer .input-group-lg > input,
.main-footer body.page-ngp-multistep .ngp-form.at.multistep-layout .input-group-lg > .input-group-btn > .btn-at-primary,
body.page-ngp-multistep .ngp-form.at.multistep-layout .main-footer .input-group-lg > .input-group-btn > .btn-at-primary {
    height: 42px;
  }
}
.home-signup input[type=submit], .main-footer input[type=submit] {
  background: #DD0000 !important;
  border-color: #DD0000 !important;
}
.home-signup input[type=submit]:hover, .main-footer input[type=submit]:hover {
  background: #f70000 !important;
  border-color: #f70000 !important;
}
@media (max-width: 767px) {
  .home-signup input[type=submit], .main-footer input[type=submit] {
    height: 42px;
    padding: 0;
  }
}
.home-signup .at-markup.UpdateMyProfile, .main-footer .at-markup.UpdateMyProfile {
  display: none !important;
}

.at-markup.HeaderHtml h1 {
  display: none;
}

ul.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
ul.pager li {
  display: inline;
}
ul.pager li > a, ul.pager li > span {
  display: inline-block;
  padding: 6px 12px 10px;
  font-size: 28px;
  line-height: 24px;
  font-weight: 700;
  color: #0033A0;
  background-color: #ffffff;
  border: 2px solid #0033A0;
  border-radius: 0;
}
ul.pager li > a:hover, ul.pager li > span:hover {
  color: #00123a;
  border-color: #00123a;
}
ul.pager .previous > a, ul.pager .previous > span {
  float: left;
}
ul.pager .next > a, ul.pager .next > span {
  float: right;
}

.logout-footer {
  display: none !important;
}

body.user-logged-in .login-footer {
  display: none !important;
}
body.user-logged-in .logout-footer {
  display: block !important;
}

a.open + .dropdown-menu {
  display: block;
}

/*backup before new field thing 
.panel {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: $padding-large-vertical * 2;
  padding-bottom: $padding-large-vertical * 2;
  border: none;
  box-shadow: none;
  position: relative;
  .text-wrap {
    @extend .container;
    position: relative;
    z-index: 1;
    h2 {
      margin-top: 0;
      text-align: center;
    }
  }
  // for embedded menu blocks
  .menu.nav {
    @extend .row;
    > li {
      // set width based on number of elements
       // 2 elements
      &:first-child:nth-last-child(2),
      &:first-child:nth-last-child(2) ~ li {
        @extend .col-sm-6;
      }
      // 3 or 6 elements
      &:first-child:nth-last-child(3), 
      &:first-child:nth-last-child(3) ~ li, 
      &:first-child:nth-last-child(6), 
      &:first-child:nth-last-child(6) ~ li {
        @extend .col-sm-4;
      }
      // 4 or 8 elements
      &:first-child:nth-last-child(4), 
      &:first-child:nth-last-child(4) ~ li, 
      &:first-child:nth-last-child(8), 
      &:first-child:nth-last-child(8) ~ li {
        @extend .col-sm-3;
      }
      a {
        font-size: $font-size-base;
        color: $brand-secondary;
        border: 1px solid $brand-primary;
        text-align: center;
        width: 100%;
        transition: all ease-in .3s;
        &:hover {
          color: $brand-primary;
          background-color: $white;
        }
      }
    }
  }
  // case for bg image
  &.bgimg {
    background-color: $brand-primary;
    padding: 0;
    @extend .text-inverse;
    .text-wrap {
      @extend .pin-bottom;
      padding-bottom: $padding-large-vertical * 2;
    }
    // for embedded menu blocks
    .menu.nav {
      > li {
          a {
            color: $white;
            border-color: $white;
            &:hover {
              background-color: (transparentize($brand-primary, .8));
            }
          }
        }
      }
    .img-wrap {
      z-index: 0;
      img {
        //position: absolute;
        //top: 0;
        //left: 0;
        //right: 0;
        object-fit: cover;
        width: 100%;   
        //opacity: .6; 
        @media (max-width: $screen-xs-max) {
          //height: 100%; 
          //width: auto; 
        }
      }
      &::before {
        display: block;
        content: '';
        width: 100%;
        height: 40%;
        background: linear-gradient(transparentize($black, 1) 33%, transparentize($black, 0.3) 100%);
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
      }
    }
  }
  // case for dark bg color
  &.blue {
    background-color: $brand-primary;
    @extend .text-inverse;
    .text-wrap {
    }
    // for embedded menu blocks
    .menu.nav {
      > li {
          a {
            color: $white;
            border-color: $white;
            &:hover {
              color: $brand-primary;
              background-color: $white;
            }
          }
        }
      }
  }
  //cases for bg color instead of bg image
  &.gray {
    background-color: $gray-lighter;
  }
  &.white {
    background-color: $white;
  }
  // spacing between panels
  +.panel {
    //margin-top: ?;
  }
}*/
/* new field thing */
body.page-node-type-special-page article .field--name-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

.panel {
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
  box-shadow: none;
  position: relative;
}
.panel .text-img-wrap {
  position: relative;
}
.panel .text-wrap {
  position: relative;
  z-index: 1;
}
.panel .text-wrap h2 {
  margin-top: 0;
  text-align: center;
}
.panel .menu.nav > li a {
  font-size: 16px;
  color: #DD0000;
  border: 1px solid #0033A0;
  text-align: center;
  width: 100%;
  transition: all ease-in 0.3s;
}
.panel .menu.nav > li a:hover {
  color: #0033A0;
  background-color: #ffffff;
}
.panel.bgimg {
  position: relative;
  background-color: #0033A0;
  padding: 0;
}
.panel.bgimg .text-wrap.bgimg {
  padding-bottom: 45px;
}
.panel.bgimg .menu.nav > li a {
  color: #ffffff;
  border-color: #ffffff;
}
.panel.bgimg .menu.nav > li a:hover {
  background-color: rgba(0, 51, 160, 0.2);
}
.panel.bgimg .img-wrap {
  z-index: 0;
}
.panel.bgimg .img-wrap img {
  object-fit: cover;
  width: 100%;
}
.panel.bgimg .img-wrap::before {
  display: block;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.panel .extra-text-wrap {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}
.panel .extra-text-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ffffff;
  clear: both;
  transform: translateX(-30px);
}
.panel.blue {
  background-color: #0033A0;
}
.panel.blue .extra-text-wrap::before {
  border-bottom-color: #0033A0;
}
.panel.blue .menu.nav > li a {
  color: #ffffff;
  border-color: #ffffff;
}
.panel.blue .menu.nav > li a:hover {
  color: #0033A0;
  background-color: #ffffff;
}
.panel.gray {
  background-color: #F1F3F4;
}
.panel.gray .extra-text-wrap::before {
  border-bottom-color: #F1F3F4;
}
.panel.white {
  background-color: #ffffff;
  color: #000;
}
.panel.white .text-wrap, .panel.white .extra-text-wrap {
  color: #000;
}
.panel.white .text-wrap .extra-text-wrap::before, .panel.white .extra-text-wrap .extra-text-wrap::before {
  border-bottom-color: #ffffff;
}
.panel.white .text-wrap .menu.nav > li a, .panel.white .extra-text-wrap .menu.nav > li a {
  color: #000;
  border-color: #000;
}
.panel.white .text-wrap .menu.nav > li a:hover, .panel.white .extra-text-wrap .menu.nav > li a:hover {
  color: #ffffff;
  background-color: #0033A0;
}
.view-display-id-block_2 nav {
  clear: both;
}
.view-display-id-block_2 .card-wrap {
  margin-bottom: 30px;
}

.accordian-panel-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  position: relative;
}
.accordian-panel-wrap .accordian-panels {
  position: relative;
  /*.accordian-panel {
    position: absolute;
    width: 100%;
    background: black;
    .img-wrap {
      //@extend .col-sm-6;
      width: 50%;
      position: relative;
      z-index: 1;
      img {
        width: 100%;
      }
    }

    // initially hide all but first image
    &:nth-child(n+2) {
      .img-wrap {
        display: none;
      }
    }
    // initially hide all but first content
    &:nth-child(n+1) {
      .content {
        display: none;
      }
    }
    // initially offset all but first h3
    // do this dynamically later
    &:nth-child(2) {
      .text-wrap {
        //top: 200px;
      }
    }
    &:nth-child(3) {
      .text-wrap {
        //top: 400px;
      }
    }
  }*/
}
.accordian-panel-wrap .accordian-panels .accordian-images {
  padding-left: 0;
}
.accordian-panel-wrap .accordian-panels .accordian-images .img-wrap {
  position: relative;
  z-index: 1;
  transition: all ease-in 0.25s;
  overflow: hidden;
  height: 50vw;
  background-position: 50% 50%;
  background-size: cover;
}
.accordian-panel-wrap .accordian-panels .accordian-images .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.accordian-panel-wrap .accordian-panels .accordian-images .img-wrap:nth-child(n+2) {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.accordian-panel-wrap .accordian-panels .accordian-images .img-wrap:nth-child(n+2) img {
  width: 100%;
  height: auto;
  max-width: none;
}
.accordian-panel-wrap .accordian-panels .accordian-content-wrap {
  padding: 30px 30px 30px 15px;
}
.accordian-panel-wrap .accordian-panels .accordian-content-wrap h2 {
  margin: 0;
  text-align: left;
  font-size: 32px;
  line-height: 110%;
}
.accordian-panel-wrap .accordian-panels .accordian-content-wrap .accordian-content .text-wrap {
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0 0 0;
  margin-top: 15px;
}
.accordian-panel-wrap .accordian-panels .accordian-content-wrap .accordian-content .text-wrap h3 {
  margin-top: 0;
  text-align: left;
  font-size: 18px;
  line-height: 120%;
}
.accordian-panel-wrap .accordian-panels .accordian-content-wrap .accordian-content .text-wrap h3 i.fa {
  font-size: 18px;
  line-height: 120%;
  margin-right: 10px;
}
.accordian-panel-wrap .accordian-panels .accordian-content-wrap .accordian-content .text-wrap .content {
  margin-top: 0;
  text-align: left;
}
.accordian-panel-wrap .accordian-panels .accordian-content-wrap .accordian-content .text-wrap:nth-child(n+2) .content {
  display: none;
}
.accordian-panel-wrap.blue {
  background-color: #0033A0;
}
.accordian-panel-wrap.gray {
  background-color: #F1F3F4;
}
.accordian-panel-wrap.white {
  background-color: #ffffff;
}

.slideshow-panel-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  position: relative;
  background-color: #0033A0;
}
.slideshow-panel-wrap .img-text-wrap .img-wrap {
  overflow: hidden;
}
.slideshow-panel-wrap .img-text-wrap .img-wrap img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .slideshow-panel-wrap .img-text-wrap .img-wrap img {
    height: auto;
    max-width: none;
    width: 160%;
    margin-left: -27%;
  }
}
@media (min-width: 992px) {
  .slideshow-panel-wrap .img-text-wrap .img-wrap img {
    width: 120%;
    margin-left: -10%;
  }
}
@media (min-width: 1200px) {
  .slideshow-panel-wrap .img-text-wrap .img-wrap img {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .slideshow-panel-wrap .img-text-wrap .text-wrap {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .slideshow-panel-wrap .img-text-wrap .text-wrap {
    padding-right: 60px;
  }
}
.slideshow-panel-wrap .img-text-wrap .text-wrap h2 {
  font-size: 6.5vw;
}
@media (min-width: 768px) {
  .slideshow-panel-wrap .img-text-wrap .text-wrap h2 {
    font-size: 2vw;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .slideshow-panel-wrap .img-text-wrap .text-wrap h2 {
    font-size: 28px;
    margin-top: 50px;
  }
}
.slideshow-panel-wrap .img-text-wrap .text-wrap h3 {
  font-size: 6.5vw;
  text-transform: none;
}
@media (min-width: 768px) {
  .slideshow-panel-wrap .img-text-wrap .text-wrap h3 {
    font-size: 3.7vw;
    text-align: left;
    letter-spacing: -1px;
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .slideshow-panel-wrap .img-text-wrap .text-wrap h3 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-panel-wrap .img-text-wrap .text-wrap p {
    font-size: 18px;
  }
}
.slideshow-panel-wrap #slideshow_nav {
  position: absolute;
  color: white;
  z-index: 500;
  top: 55vw;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .slideshow-panel-wrap #slideshow_nav {
    left: 20px;
    top: 86%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .slideshow-panel-wrap #slideshow_nav {
    left: 50%;
  }
}
.slideshow-panel-wrap #slideshow_nav span {
  cursor: pointer;
  margin: 0 10px 0 10px;
  opacity: 0.5;
  font-size: 30px;
}
.slideshow-panel-wrap #slideshow_nav span.cycle-next {
  float: right;
  padding-right: 20px;
}
.slideshow-panel-wrap #slideshow_nav span.cycle-pager-active {
  opacity: 1 !important;
}
.slideshow-panel-wrap #slideshow_nav span:hover {
  color: #DD0000;
  opacity: 1 !important;
}

span.left.img-wrapper, .article-header span.img-wrapper#block-views-block-issues-issues-select-2, span.right.img-wrapper, .article-header span.img-wrapper#block-pagesectionshareheader {
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}
span.left.img-wrapper img, .article-header span.img-wrapper#block-views-block-issues-issues-select-2 img, span.right.img-wrapper img, .article-header span.img-wrapper#block-pagesectionshareheader img {
  width: 100%;
  height: auto;
}

span.left.img-wrapper, .article-header span.img-wrapper#block-views-block-issues-issues-select-2 {
  float: left;
  margin-right: 20px;
}

span.right.img-wrapper, .article-header span.img-wrapper#block-pagesectionshareheader {
  margin-left: 20px;
  float: right;
}

span.img-responsive img {
  margin: 20px 0;
  width: 100%;
}

.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
}