@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900");
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: "Source Sans Pro", Arial, Sans-Serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #555;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #003591;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #001945;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: auto \9;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #c7c7c7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.unhstyle--heading--block--h2,
.unhstyle--heading--block--h3,
.unhstyle--heading--block--h4,
.unhstyle--heading--block--h5,
.unhstyle--heading--block--h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a3a9ac;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
.unhstyle--heading--block--h2,
.unhstyle--heading--block--h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6,
.unhstyle--heading--block--h4,
.unhstyle--heading--block--h5,
.unhstyle--heading--block--h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2,
.unhstyle--heading--block--h2 {
  font-size: 34px;
}
h3,
.h3,
.unhstyle--heading--block--h3 {
  font-size: 28px;
}
h4,
.h4,
.unhstyle--heading--block--h4 {
  font-size: 20px;
}
h5,
.h5,
.unhstyle--heading--block--h5 {
  font-size: 19px;
}
h6,
.h6,
.unhstyle--heading--block--h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead,
.lead__smaller {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead,
  .lead__smaller {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #a3a9ac;
}
.text-primary {
  color: #003591;
}
a.text-primary:hover {
  color: #00225e;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #003591;
}
a.bg-primary:hover {
  background-color: #00225e;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #c7c7c7;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a3a9ac;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #c7c7c7;
}
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.42857143;
  color: #a3a9ac;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #c7c7c7;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container,
.unh7-container,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region,
.fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region,
.fullwidth-content.no-sidebars .unh7-container .tabs--primary,
.fullwidth-content.no-sidebars .unh7-container .page-header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .unh7-container,
  .fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap,
  .fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region,
  .fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region,
  .fullwidth-content.no-sidebars .unh7-container .tabs--primary,
  .fullwidth-content.no-sidebars .unh7-container .page-header {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .unh7-container,
  .fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap,
  .fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region,
  .fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region,
  .fullwidth-content.no-sidebars .unh7-container .tabs--primary,
  .fullwidth-content.no-sidebars .unh7-container .page-header {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .unh7-container,
  .fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap,
  .fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region,
  .fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region,
  .fullwidth-content.no-sidebars .unh7-container .tabs--primary,
  .fullwidth-content.no-sidebars .unh7-container .page-header {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #555;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #a3a9ac;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a3a9ac;
}
.form-control::-webkit-input-placeholder {
  color: #a3a9ac;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #c7c7c7;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 36px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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 {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control: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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control: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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control: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.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #003591;
  border-color: #002c78;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00225e;
  border-color: #00153a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #003591;
  border-color: #002c78;
}
.btn-primary .badge {
  color: #003591;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f77a05;
  border-color: #de6e04;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c56104;
  border-color: #a25003;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f77a05;
  border-color: #de6e04;
}
.btn-warning .badge {
  color: #f77a05;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #003591;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #001945;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #a3a9ac;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  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;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/sites/all/themes/custom/unh7_2b/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/sites/all/themes/custom/unh7_2b/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/sites/all/themes/custom/unh7_2b/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/sites/all/themes/custom/unh7_2b/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/sites/all/themes/custom/unh7_2b/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #003591;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a3a9ac;
}
.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: 14px;
  line-height: 1.42857143;
  color: #a3a9ac;
  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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn: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),
.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 {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn: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 {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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 {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn: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 {
  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,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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 {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #c7c7c7;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #c7c7c7;
}
.nav > li.disabled > a {
  color: #a3a9ac;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #a3a9ac;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #c7c7c7;
  border-color: #003591;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #c7c7c7 #c7c7c7 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #555;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #fff;
  background-color: #003591;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-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 {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #555;
  }
}
.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: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .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: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .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: 4px;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .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 {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #737373;
  border-color: #626262;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #003591;
  background-color: #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #003591;
  background-color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #626262;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #003591;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #003591;
    background-color: #fff;
  }
  .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: #003591;
    background-color: #fff;
  }
  .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: #fff;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #003591;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #003591;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #fff;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #a3a9ac;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #a3a9ac;
}
.navbar-inverse .navbar-nav > li > a {
  color: #a3a9ac;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #a3a9ac;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    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: #fff;
    background-color: #080808;
  }
  .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: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #a3a9ac;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #a3a9ac;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #a3a9ac;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #003591;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #001945;
  background-color: #c7c7c7;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #003591;
  border-color: #003591;
  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: #a3a9ac;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #c7c7c7;
}
.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: #a3a9ac;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #a3a9ac;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #889094;
}
.label-primary {
  background-color: #003591;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00225e;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f77a05;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c56104;
}
.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: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #a3a9ac;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #003591;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #003591;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #c7c7c7;
  color: #a3a9ac;
}
.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: #a3a9ac;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #003591;
  border-color: #003591;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #5e99ff;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.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 {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.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 {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.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 {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.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 {
  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: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.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:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333333;
  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: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #003591;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #003591;
  border-color: #003591;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #003591;
}
.panel-primary > .panel-heading .badge {
  color: #003591;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #003591;
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  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 {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  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: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  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 {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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 {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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: #fff;
  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%;
  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;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.full-width-panel-region > .inside:before,
.full-width-panel-region > .inside:after,
.panels-bootstrap-tabs .display_feed__media:before,
.panels-bootstrap-tabs .display_feed__media:after,
.panels-bootstrap-tabs .media-list:before,
.panels-bootstrap-tabs .media-list:after,
section.block-unh-site-message.container .site-wide-message > .inside:before,
section.block-unh-site-message.container .site-wide-message > .inside:after,
div.container .site-wide-message > .inside:before,
div.container .site-wide-message > .inside:after,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption:before,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption:after,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption:before,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption:after,
.unh7-container:before,
.unh7-container:after,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap:before,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap:after,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region:before,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region:after,
.fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region:before,
.fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region:after,
.fullwidth-content.no-sidebars .unh7-container .tabs--primary:before,
.fullwidth-content.no-sidebars .unh7-container .tabs--primary:after,
.fullwidth-content.no-sidebars .unh7-container .page-header:before,
.fullwidth-content.no-sidebars .unh7-container .page-header:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.full-width-panel-region > .inside:after,
.panels-bootstrap-tabs .display_feed__media:after,
.panels-bootstrap-tabs .media-list:after,
section.block-unh-site-message.container .site-wide-message > .inside:after,
div.container .site-wide-message > .inside:after,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption:after,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption:after,
.unh7-container:after,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap:after,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region:after,
.fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region:after,
.fullwidth-content.no-sidebars .unh7-container .tabs--primary:after,
.fullwidth-content.no-sidebars .unh7-container .page-header: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
body.cke_editable,
.cke_panel_container body {
  background: #fff !important;
}
body.cke_editable {
  padding: 10px;
}
.panels-add-content-modal img {
  display: inline;
}
html {
  -webkit-font-smoothing: antialiased !important;
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}
.modal-backdrop {
  z-index: 1610;
}
.region-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 20px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
  display: inherit;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
}
.help-block,
.control-group .help-inline {
  color: #a3a9ac;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #a94442;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #ccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #9ea4a7;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #a3a9ac;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #a3a9ac;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #003591;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
  border-radius: 0;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * 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: #a3a9ac;
  font-size: 14px;
}
.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 4px 4px;
}
.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 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #c7c7c7 #ddd #c7c7c7 #c7c7c7;
}
.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 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #c7c7c7 #c7c7c7 #c7c7c7 #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;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #2b542c;
}
.alert-info a {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger a {
  color: #843534;
}
div.image-style-new,
div.image-style-new div {
  display: block;
}
div.image-style-new div.input-group {
  display: table;
}
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #ddd;
  font-weight: 700;
}
.book-toc > .dropdown-menu {
  overflow: hidden;
}
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
.book-toc > .dropdown-menu .dropdown-menu {
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}
fieldset.features-export-component {
  font-size: 14px;
}
html.js #features-export-form fieldset.features-export-component,
fieldset.features-export-component {
  margin: 0 0 11px;
}
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 14px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px!important;
}
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}
.panels-layouts-checkboxes .form-checkboxes .option input,
#panels-choose-layout .form-type-radio input,
.panels-choose-layout .form-type-radio input {
  width: auto;
}
header.branding-wrapper {
  background-color: #fff;
  padding-top: 1em;
}
header.branding-wrapper .region-branding-logo-wrapper img {
  width: 306px;
  height: 80px;
}
header .site-name-wrapper {
  background-color: #CB4D0B;
  margin-top: 1em;
}
header .site-name-wrapper h1.site-name {
  display: inline-block;
  margin: 7px 20px 7px 0;
  font-size: 28px;
}
header .site-name-wrapper h1.site-name a {
  color: #fff;
}
@media (max-width: 991px) {
  header .site-name-wrapper h1.site-name {
    max-width: calc(45%);
  }
}
header .site-name-wrapper .site-slogan {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin: 7px 50px 7px 0;
  text-transform: uppercase;
  border-left: 2px solid #CB4D0B;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .branding-wrapper .container img {
    max-width: 80%;
  }
}
#skip-link {
  margin-top: 0;
  position: absolute;
  left: 50%;
  margin-left: -5.25em;
  width: auto;
  z-index: 1000;
  line-height: 1.5;
}
#skip-link a {
  background-color: #263645;
  font-size: 19px;
  padding: 5px 20px 5px 20px;
  border: 1px solid #102436;
  border-top: 0;
  color: #fff;
  text-decoration: none;
}
.region-branding-search-wrapper {
  margin-top: -5px;
}
header .unhbar-toggle {
  /* for mobile */
  margin-right: -10px;
}
header .unhbar-toggle .icon-bar {
  background-color: #003591;
}
.block-search,
.block-unh-google-cse-bootstrap {
  float: right;
}
.block-search .input-group,
.block-unh-google-cse-bootstrap .input-group {
  margin-bottom: .5em;
}
.block-search .form-text,
.block-unh-google-cse-bootstrap .form-text {
  height: 27px;
}
.block-search .btn,
.block-unh-google-cse-bootstrap .btn {
  padding: 0 5px;
  font-size: 22px;
  background-color: transparent;
  color: #a3a9ac !important;
  border: none;
}
@media (min-width: 768px) {
  .block-search,
  .block-unh-google-cse-bootstrap {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .block-search,
  .block-unh-google-cse-bootstrap {
    max-width: 100%;
  }
}
.block-unh-addthis-unhhome {
  clear: right;
}
.block-unh-addthis-unhhome .fa {
  display: inline;
}
.block-unh-addthis-unhhome a:hover,
.block-unh-addthis-unhhome a:active {
  text-decoration: none;
}
.main-menu {
  background-color: #737373;
  color: #fff;
}
.main-menu .container {
  padding-left: 5px;
  padding-right: 5px;
}
.main-menu a {
  color: #fff;
}
header .main-menu-toggle {
  margin-right: -10px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
header .main-menu-toggle .icon-bar {
  background-color: #fff;
}
.sidr-open .main-menu-toggle {
  background-color: #fff;
}
.sidr-open .main-menu-toggle .icon-bar {
  background-color: #CB4D0B;
}
ul.sf-menu ul {
  overflow: visible !important;
}
.sf-menu.sf-style-white a {
  border: 0;
  padding: 10px 12px;
}
.sf-menu-audience-menu {
  float: right !important;
  margin-right: 10px !important;
  text-align: center;
}
@media (max-width: 991px) {
  .sf-menu-audience-menu {
    display: none;
  }
}
.sf-menu-audience-menu ul {
  top: 26px !important;
  width: 9em !important;
}
.sf-menu-audience-menu li {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.sf-menu-audience-menu .sf-depth-1 ul {
  position: absolute;
  margin-left: 0 !important;
  background: #222222 !important;
  padding: 8px 0;
}
.sf-menu-audience-menu .sf-depth-1 ul:hover {
  background: #555555;
}
.sf-menu-audience-menu a {
  font: 600 11px/1.42857143 "Source Sans Pro", Arial, Sans-Serif !important;
  text-shadow: none !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.sf-menu-audience-menu a:hover {
  background: #555555;
  color: #F4F4F4;
}
.sf-menu-audience-menu .sf-sub-indicator {
  background: none !important;
}
a.brand-hightlight,
a:hover.brand-hightlight {
  color: #f77a05 !important;
}
.sf-menu-audience-menu li.sf-depth-1:last-child::after {
  font: normal 7px FontAwesome;
  color: #fff;
  content: "\f054";
  position: absolute;
  top: 1.25em;
  right: 3em;
}
.sf-menu-audience-menu li.sf-depth-1:last-child:hover::after {
  font: normal 7px FontAwesome;
  color: #fff;
  content: "\f078";
  position: absolute;
  top: 1.25em;
  right: 3em;
}
.main-menu .sf-menu.sf-style-simple.sf-horizontal li,
.main-menu .sf-menu.sf-style-simple.sf-navbar li {
  border: 0;
  border-radius: 0!important;
  background: none;
}
.main-menu .sf-menu.sf-style-simple a:link,
.main-menu .sf-menu.sf-style-simple a:visited,
.main-menu .sf-menu.sf-style-simple span.nolink {
  color: #fff;
  background-color: #737373;
  font-family: "Source Sans Pro", Arial, Sans-Serif;
  text-shadow: none;
  padding: 8px 12px;
  font-size: 16px;
}
.main-menu .sf-menu.sf-style-simple a:hover,
.main-menu .sf-menu.sf-style-simple a:active,
.main-menu .sf-menu.sf-style-simple .sfHover a,
.main-menu .sf-menu.sf-style-simple .sfHover span.nolink {
  background-color: #fff !important;
  color: #003591;
}
.main-menu .sf-menu.sf-style-simple a.sf-depth-1:hover {
  background: #a3a9ac !important;
}
.main-menu .sf-menu.sf-style-simple a > .sf-sub-indicator,
.main-menu .sf-menu.sf-style-simple span.nolink > .sf-sub-indicator {
  background-image: url('../../../../all/themes/custom/unh7_2b/images/simple-arrows.png') !important;
  display: none;
}
.main-menu .sf-menu.sf-style-simple li li a > .sf-sub-indicator .main-menu .sf-menu.sf-style-simple li li span.nolink > .sf-sub-indicator {
  display: block;
}
.main-menu .sf-menu.sf-style-simple .sf-depth-1 ul {
  box-shadow: 0 3px 3px #a3a9ac;
  z-index: 1000;
  border: 0;
}
.main-menu .sf-menu.sf-style-simple .sfHover.sf-depth-1 > a:link,
.main-menu .sf-menu.sf-style-simple .sfHover.sf-depth-1 > a:visited,
.main-menu .sf-menu.sf-style-simple li li a:link,
.main-menu .sf-menu.sf-style-simple li li a:visited {
  background-color: #fff;
}
.main-menu .sf-menu.sf-style-simple .sf-depth-2 a:hover,
.main-menu .sf-menu.sf-style-simple .sf-depth-2 a:active,
.main-menu .sf-menu.sf-style-simple .sf-depth-2.sfHover a,
.main-menu .sf-menu.sf-style-simple .sf-depth-2.sfHover span.nolink {
  background-color: #a3a9ac !important;
  /*color:@navbar-default-dropdown-link-hover-color;*/
}
.main-menu .sf-menu.sf-style-simple.sf-horizontal > li:hover > ul,
.main-menu .sf-menu.sf-style-simple.sf-horizontal > li.sfHover > ul {
  top: 34px;
}
.main-menu .sf-menu.sf-style-simple.sf-horizontal > li.first:hover > ul,
.main-menu .sf-menu.sf-style-simple.sf-horizontal > li.first.sfHover > ul {
  left: 0;
}
.main-menu .sf-menu.sf-style-simple .sf-depth-2 a,
.main-menu .sf-menu.sf-style-simple .sf-depth-2 a:visited,
.main-menu .sf-menu.sf-style-simple .sf-depth-2 span.nolink {
  padding: 8px 15px;
}
.main-menu .sf-menu.sf-style-simple .sf-depth-2 ul {
  box-shadow: 3px 3px 3px #a3a9ac;
}
.main-menu .sf-menu.sf-style-simple li li li a:link,
.main-menu .sf-menu.sf-style-simple li li li a:visited {
  background-color: #a3a9ac;
}
.main-menu .sf-menu.sf-style-simple .sf-depth-3 a:hover,
.main-menu .sf-menu.sf-style-simple .sf-depth-3 a:active {
  background-color: #fff !important;
  color: #003591;
}
.main-menu .sf-menu.sf-style-simple .active-trail.sf-depth-1 > a,
.main-menu .sf-menu.sf-style-simple .sfHover.active-trail.sf-depth-1 > a,
.main-menu .sf-menu.sf-style-simple .active-trail.sf-depth-1 > span.nolink,
.main-menu .sf-menu.sf-style-simple .sfHover.active-trail.sf-depth-1 > span.nolink {
  padding-top: 8px;
  background-color: #fff;
  color: #003591;
}
.main-menu .sf-menu.sf-style-simple li li a:link.active,
.main-menu .sf-menu.sf-style-simple li li a:visited.active,
.main-menu .sf-menu.sf-style-simple li li a:link.active-trail,
.main-menu .sf-menu.sf-style-simple li li a:visited.active-trail {
  background-color: #003591 !important;
  color: #fff !important;
}
.mobile-nav {
  background-color: #c7c7c7;
  box-shadow: 0 0 5px #333333;
  border-left: 1px solid #a3a9ac;
  /*padding: .25em .5em;*/
  padding: 16px;
  font-size: 19px;
}
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}
.navbar-nav {
  margin: inherit;
}
.mobile-nav .start-collapsed.collapsed ul {
  display: none;
}
.mobile-nav li ul {
  margin-left: 1em;
  border-left: 1px solid #a3a9ac;
}
.mobile-nav span.nolink {
  color: #000;
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
.mobile-nav li.active-trail > a,
.mobile-nav li.active-trail > span.nolink {
  font-weight: bold;
}
.mobile-nav ul ul li.active > a,
.mobile-nav ul ul li.active > span.nolink {
  border-left: 5px solid;
}
.mobile-nav .block-menu-block:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #a3a9ac;
  margin-bottom: 10px;
}
.expandCollapseLink {
  right: 0;
  float: right;
  z-index: 10;
  font-weight: normal !important;
  border-left: none !important;
}
.mobile-nav .expanded .icon,
.mobile-nav .collapsed.expanded .icon {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Opera, Chrome, and Safari */
}
.mobile-nav .collapsed .icon,
.mobile-nav .collapsed.expanded .collapsed .icon {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Opera, Chrome, and Safari */
}
.mobile-nav.sidr {
  display: block;
  width: 80%;
  max-width: 90%;
  margin-left: 0px;
}
.mobile-nav.sidr.right {
  right: -80%;
}
body.mobile-nav-open.sidr-open {
  right: 80% !important;
}
.og-context .content-headers {
  background-color: #fff;
}
.og-context .content-headers .social-links {
  line-height: 1.0em;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .og-context header.branding-wrapper {
    padding-bottom: 0;
  }
  .department-branding h2 {
    font-size: 1.6em;
  }
}
.department-branding {
  text-shadow: none;
  background-color: transparent;
}
.department-branding h2 {
  font-weight: 300;
  font-size: 24px;
  margin: 25px 0 0 0;
}
.department-branding a:link,
.department-branding a:visited {
  color: #001d52;
  text-decoration: none;
}
.department-branding a:hover,
.department-branding a:active {
  color: #003591;
  text-decoration: none;
}
.department-branding .social-links {
  letter-spacing: 0;
}
.unh_og_menu_wrapper {
  margin-left: -1em;
  margin-right: -1em;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
/** transitions **/
* {
  /* Firefox 4 */
  -webkit-transition: color 0.25s, border 0.25s, background-color 0.25s;
  /* Safari and Chrome */
  /* Opera */
  -webkit-transition: color 0.35, border 0.25s, background-color 0.25s;
  transition: color 0.35, border 0.25s, background-color 0.25s;
  -webkit-font-smoothing: antialiased !important;
}
.main-container {
  background-color: #fff;
  padding: 1em 0 2em 0;
}
.node-unpublished {
  background-color: #fbebea;
  color: #333333;
}
h1,
.h1,
h1 a {
  color: #003591;
}
h2,
.h2,
h2 a,
.unhstyle--heading--block--h2 {
  color: #CB4D0B;
}
h3,
.h3,
h3 a,
.unhstyle--heading--block--h3 {
  color: #003591;
}
h4,
.h4,
h4 a,
.unhstyle--heading--block--h4 {
  color: #263645;
}
h5,
.h5,
h5 a,
.unhstyle--heading--block--h5 {
  color: #a3a9ac;
}
h6,
.h6,
h6 a,
.unhstyle--heading--block--h6 {
  color: #222222;
  font-weight: 600;
}
/*
.main-content {h1, h2, h3, h4, h5, h6 {
	a:link, a:visited {text-decoration:underline;}
	a:hover, a:active {text-decoration:none;}
}}
*/
td {
  vertical-align: top;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  font-size: 15px;
}
.sidemenu {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 20px;
}
.sidemenu h2 {
  color: #fff;
  font-size: 1.3em;
  font-weight: 600;
  margin: 0px;
  padding: 8px 10px;
  background-color: #CB4D0B;
}
.sidemenu h2 a:link,
.sidemenu h2 a:visited {
  color: #fff;
  text-decoration: none;
}
.sidemenu h2 a:hover,
.sidemenu h2 a:active {
  color: #fff;
  text-decoration: underline;
}
.sidemenu .nav li {
  list-style-image: none;
  list-style-type: none;
  padding: 8px 0 8px 1.2em;
  background-color: #fff;
  text-indent: 0 /*-1.2em*/;
  line-height: 1.2em;
}
.sidemenu .nav li a {
  color: #333333;
  padding: 0 0.2em 0 0 /*1.2em*/;
}
.sidemenu .nav li a:hover,
.sidemenu .nav li a:active {
  background-color: transparent;
}
.sidemenu .nav li a.active {
  color: #003591 !important;
  text-shadow: 1px 1px #eeeeee;
}
.sidemenu .nav li.expanded {
  padding: 8px 0 0 1.2em;
}
.sidemenu .nav li.expanded.active {
  padding-bottom: 8px;
}
/*.sidemenu .nav li.collapsed > a { background: url('../images/simple-arrows_single-collapsed.png') no-repeat top right;}
.sidemenu .nav li.expanded > a { background: url('../images/simple-arrows_single-expanded.png') no-repeat top right;}*/
.sidemenu .nav li .nav li {
  padding-right: 0;
}
.sidemenu .nav li.expanded > a {
  background-image: none;
}
.sidemenu .nav li.collapsed > a {
  background-image: none;
}
.sidemenu .nav li.expanded {
  background-image: url('../../../../all/themes/custom/unh7_2b/images/simple-arrows_single-expanded.png');
  background-repeat: no-repeat;
  background-position: right 10px;
}
.sidemenu .nav li.collapsed {
  background-image: url('../../../../all/themes/custom/unh7_2b/images/simple-arrows_single-collapsed.png');
  background-repeat: no-repeat;
  background-position: right 10px;
}
.sidemenu .nav li:hover,
.sidemenu .nav li:active,
.sidemenu .item-list ul li:hover,
.sidemenu .item-list ul li:active {
  text-decoration: none;
  background-color: #deeaff !important;
}
.sidemenu .nav li.active:hover,
.sidemenu .item-list ul li.active:hover {
  background-color: #deeaff !important;
}
/* second-level links */
.sidemenu .nav ul {
  padding-top: .2em;
  margin-top: 5px !important;
  margin-left: -1.2em !important;
  border: 0;
}
.sidemenu .nav li .nav li {
  text-indent: 0;
  border: 0;
  padding-left: 0;
  padding-right: .5em;
}
.sidemenu .nav li .nav li a {
  padding: 0 0 0 2em;
}
.sidemenu .nav li li:hover,
.sidemenu .nav li li:active {
  text-decoration: none;
  background-color: #ffffff!important;
}
.sidemenu .nav li li:hover a,
.sidemenu .nav li li:active a {
  background: url("../../../../all/themes/custom/unh7_2b/images/bullet_arrow-red.gif") no-repeat top left;
}
.sidemenu ul.menu li li.active:hover {
  background-color: #ffffff!important;
}
/* third-level links */
.sidemenu li li.active-trail.expanded {
  background-color: #fff;
}
.sidemenu .nav li .nav li li {
  padding-left: 2.5em;
}
.sidemenu .nav li li li:hover,
.sidemenu .nav li li.active li {
  text-decoration: none;
  background-color: #ffffff;
}
.sidemenu .nav li li:hover li a,
.sidemenu .nav li li.active li a {
  background-image: none;
  color: #222222 !important;
}
.sidemenu .nav li li li:hover a,
.sidemenu .nav li li li.active a {
  color: #003591 !important;
  background: url("../../../../all/themes/custom/unh7_2b/images/bullet_arrow-red.gif") no-repeat top left;
}
/* fourth-level links */
.sidemenu .nav li li li:hover li a,
.sidemenu .nav li li li.active li a {
  background-image: none;
  color: #222222;
}
.sidemenu .nav li li li li:hover a,
.sidemenu .nav li li li li.active a {
  color: #003591;
  background: url("../../../../all/themes/custom/unh7_2b/images/bullet_arrow-red.gif") no-repeat top left;
}
/* fifth-level links */
.sidemenu .nav li li li li:hover li a,
.sidemenu .nav li li li li.active li a {
  background-image: none;
  color: #222222;
}
.sidemenu .nav li li li li li:hover a,
.sidemenu .nav li li li li li.active a {
  color: #003591;
  background: url("../../../../all/themes/custom/unh7_2b/images/bullet_arrow-red.gif") no-repeat top left;
}
.page-search {
  /* Hide breadcrumbs, bc they're not necessary on this page. */
}
.page-search .breadcrumb {
  display: none;
}
.search-results {
  padding-left: 0;
}
.search-results li.search-result {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 35px;
  list-style-type: none;
  line-height: 30px;
}
.search-results li.search-result h3.title {
  font-size: 21px;
  margin-top: 35px;
}
.search-results li.search-result .search-snippet-info {
  margin-left: 20px;
}
.search-results li.search-result .search-snippet-info .search-snippet {
  font-weight: 300;
  color: #000;
}
.search-results li.search-result .search-snippet-info .search-url {
  font-size: 13px;
}
/* we changed the containing div to be unh7-container so we could extend it for full-width content */
.fullwidth-content.no-sidebars .unh7-container {
  width: 100% !important;
  /* mini panels become panels inside of other panels. we don't want them to get extra padding */
  /* Full-Width Content */
}
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region,
.fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region,
.fullwidth-content.no-sidebars .unh7-container .tabs--primary,
.fullwidth-content.no-sidebars .unh7-container .page-header {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-wrap:before,
.fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region:before,
.fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region:before,
.fullwidth-content.no-sidebars .unh7-container .tabs--primary:before,
.fullwidth-content.no-sidebars .unh7-container .page-header:before {
  left: 0;
  width: 100%;
}
.fullwidth-content.no-sidebars .unh7-container .panel-display .panel-display > .col-sm-12 > .inside > .region,
.fullwidth-content.no-sidebars .unh7-container .pane-content > .page-header {
  width: auto;
}
@media (max-width: 767px) {
  .fullwidth-content.no-sidebars .unh7-container .panel-display .col-sm-12 > .inside > .region {
    padding-left: 0;
    padding-right: 0;
  }
}
.fullwidth-content.no-sidebars .unh7-container .panel-pane .panel-pane {
  padding: 0 !important;
  /* TODO: this is going to override classy panel padding styles */
  margin-bottom: 1em !important;
  /* TODO: this is going to override classy panel padding styles */
  width: auto !important;
}
.fullwidth-content.no-sidebars .unh7-container .panel-display > .col-wrap {
  padding-left: 0;
  padding-right: 0;
}
.fullwidth-content.no-sidebars .unh7-container .panels-ipe-display-container .panel-display .panel-display,
.fullwidth-content.no-sidebars .unh7-container body .panel-display {
  padding-right: 0;
}
.fullwidth-content.no-sidebars .unh7-container .unh7-grid > .col-sm-12 .region.row-vw-100-content,
.fullwidth-content.no-sidebars .unh7-container .panel-display > .col-sm-12 .panels-ipe-region.row-vw-100-content {
  width: auto !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.nospacing {
  margin: 0!important;
  padding: 0!important;
}
.no-bottom-spacing {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.no-top-spacing {
  margin-top: 0!important;
  padding-top: 0!important;
}
.hide-page-title h1.page-header {
  display: none;
}
.page-header {
  border-bottom: 0;
}
.linkit-wrapper {
  z-index: 2001;
}
.not-logged-in .authonly {
  display: none;
}
/**
 * CPA Emphasize Styles
 */
.emphasize {
  font-size: 26px;
  color: #737373;
  line-height: 1.5;
}
a.emphasize {
  font-size: 26px !important;
}
/**
 * Button Styles
 */
.btn-block {
  margin: 8px 0;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}
/**
 * Well Styles
 */
.well {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  font-size: 16px;
  padding: 25px;
}
/**
 * Image Float Styles
 */
.imageleft {
  float: left;
  margin: 0 12px 12px 0;
}
.imageright {
  float: right;
  margin: 0 0 12px 12px;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: auto \9;
}
img.full,
.imagefull,
.imagefull img {
  width: 100% !important;
  height: auto !important;
  margin: 0;
}
.styled_box {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  padding: 25px;
  font-size: 16px;
  padding: 1em;
  font-size: 14px;
}
.styled_box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.styled_box h2:first-child,
.styled_box h3:first-child {
  margin-top: 0;
}
/**
 * Image Template Styles
 */
table.image-template-left,
table.image-template-right {
  max-width: 50%;
  width: auto;
  table-layout: fixed;
  display: block;
}
table.image-template-left img,
table.image-template-right img {
  width: 100% !important;
  height: auto !important;
}
table.image-template-left {
  float: left;
  margin: 0 1em 1em 0;
}
table.image-template-right {
  float: right;
  margin: 0 0 1em 1em;
}
/**
 * Colorbox Image Styles
 */
#cboxWrapper {
  border-radius: 0;
}
#cboxWrapper button {
  border: none;
}
/**
 * Figure Template Styles
 */
figure.figure img {
  height: auto!important;
}
figure.figure.figure--left {
  float: left;
  max-width: 50%;
  margin: 0 1em 1em 0;
}
figure.figure.figure--right {
  float: right;
  max-width: 50%;
  margin: 0 0 1em 1em;
}
figure.figure.figure--full {
  margin: .5em 0;
}
figure.figure figcaption {
  font-size: 14.5px;
  color: #737373;
}
/**
 * Table styles
 */
.table-basic,
.table-zebra {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.table-basic thead th,
.table-zebra thead th,
.table-basic thead td,
.table-zebra thead td {
  background-color: #a3a9ac;
  font-weight: bold;
  border-bottom: 1px solid #c7c7c7;
}
.table-basic tr td,
.table-zebra tr td {
  padding: 5px 5px 10px 5px;
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #eeeeee;
}
.table-basic img,
.table-zebra img {
  width: 100%;
  height: auto;
}
.table-basic h3,
.table-zebra h3 {
  border: 0;
}
.table-zebra tr:nth-child(2n+1) {
  background-color: #eeeeee;
}
/**
 * Link styles.  Show icons for links to some file formats.
 */
.link-icon {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  padding-left: 2px;
}
.region-content a[href$='.pdf']::after,
.region-content a[href*='.pdf#page=']::after {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  padding-left: 2px;
  content: "\f1c1";
}
.region-content a[href$='.doc']::after,
.region-content a[href$='.docx']::after,
.region-content a[href$='.rtf']::after {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  padding-left: 2px;
  content: "\f1c2";
}
.region-content a[href$='.xls']::after,
.region-content a[href$='.xlsx']::after {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  padding-left: 2px;
  content: "\f1c3";
}
.region-content a[href$='.pps']::after,
.region-content a[href$='.ppt']::after,
.region-content a[href$='.pptx']::after {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  padding-left: 2px;
  content: "\f1c4";
}
.region-content a[href$='.zip']::after,
.region-content a[href$='.rar']::after,
.region-content a[href$='.gzip']::after,
.region-content a[href$='.bzip']::after,
.region-content a[href$='.ace']::after,
.region-content a[href$='.7z']::after {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  padding-left: 2px;
  content: "\f1c6";
}
.region-content .flexslider a::after {
  display: none !important;
}
/**
 * Show/Hide styles
 */
a.showdetails.collapsed:before {
  content: '+ EXPAND';
  display: block;
  margin-bottom: -22px;
}
a.showdetails:before {
  content: '- COLLAPSE';
  display: block;
  margin-bottom: -22px;
}
/**
 * Media Gallery Styles
 */
.media-wrapper.ui-dialog {
  z-index: 1001;
}
.thumbnail .media-title {
  font-size: 19px;
  color: #555555;
}
@media (max-width: 767px) {
  .mg-col > .field-items > .field-item {
    width: 50% !important;
  }
}
.meta-wrapper.hover {
  bottom: 0;
  top: auto;
  padding: .5em 1em;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 1px #333333;
}
.meta-wrapper.hover .caption {
  padding: 0;
}
.meta-wrapper.hover .caption .media-title,
.meta-wrapper.hover .caption a {
  color: #fff;
}
.gallery-settings.hidden,
.presentation-settings.hidden {
  display: block !important;
  visibility: visible !important;
}
/**
 * Color Swatch Styles.  Mostly just for style guides within a site.
 */
.color-swatches {
  margin: 0 -5px;
  overflow: hidden;
}
.color-swatches .color-swatch {
  width: 100px;
  height: 100px;
  margin: 5px;
  float: left;
}
.color-swatches .color-swatch.brand-primary {
  background-color: #003591;
  color: white;
}
.color-swatches .color-swatch.brand-primary-hov1 {
  background-color: #0044bb;
  color: white;
}
.color-swatches .color-swatch.brand-primary-hov2 {
  background-color: #001a6d;
  color: white;
}
.color-swatches .color-swatch.brand-primary-light {
  background-color: #b8cddc;
  color: black;
}
.color-swatches .color-swatch.brand-primary-med {
  background-color: #345998;
  color: white;
}
.color-swatches .color-swatch.brand-primary-dark {
  background-color: #001d52;
  color: white;
}
.color-swatches .color-swatch.brand-secondary {
  background-color: #263645;
  color: white;
}
.color-swatches .color-swatch.brand-secondary-hov {
  background-color: #092844;
  color: white;
}
.color-swatches .color-swatch.brand-secondary-light {
  background-color: #d4dde4;
  color: black;
}
.color-swatches .color-swatch.brand-secondary-dark {
  background-color: #102436;
  color: white;
}
.color-swatches .color-swatch.brand-tertiary {
  background-color: #d7d1c4;
  color: black;
}
.color-swatches .color-swatch.brand-highlight {
  background-color: #f77a05;
  color: white;
}
.color-swatches .color-swatch.brand-highlight-hov {
  background-color: #CB4D0B;
  color: white;
}
.color-swatches .color-swatch.gray-darker {
  background-color: #222222;
  color: white;
}
.color-swatches .color-swatch.gray-dark {
  background-color: #333333;
  color: white;
}
.color-swatches .color-swatch.gray {
  background-color: #555555;
  color: white;
}
.color-swatches .color-swatch.gray-medium {
  background-color: #737373;
  color: white;
}
.color-swatches .color-swatch.gray-light {
  background-color: #a3a9ac;
  color: black;
}
.color-swatches .color-swatch.gray-lighter {
  background-color: #c7c7c7;
  color: black;
}
.color-swatches .color-swatch.gray-lightest {
  background-color: #eeeeee;
  color: black;
}
.color-swatches .color-swatch.brand-success {
  background-color: #5cb85c;
  color: black;
}
.color-swatches .color-swatch.brand-info {
  background-color: #5bc0de;
  color: black;
}
.color-swatches .color-swatch.brand-warning {
  background-color: #f77a05;
  color: white;
}
.color-swatches .color-swatch.brand-danger {
  background-color: #d9534f;
  color: black;
}
.full-width-panel-region {
  min-width: 300%;
  position: relative;
  left: -500px;
  padding-left: 500px;
}
@media (max-width: 767px) {
  .full-width-panel-region {
    min-width: inherit !important;
    position: relative!important;
    left: inherit!important;
    padding-left: inherit!important;
  }
}
.full-width-panel-region > .inside {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 1em;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .full-width-panel-region > .inside {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .full-width-panel-region > .inside {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .full-width-panel-region > .inside {
    width: 1170px;
  }
}
.full-width-panel-region > .inside > .navbar-header,
.full-width-panel-region > .inside > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .full-width-panel-region > .inside > .navbar-header,
  .full-width-panel-region > .inside > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.postscript {
  background-color: #c7c7c7;
  padding: 10px 0;
}
footer.footer {
  padding: 2em;
  color: #fff;
  background-color: #555555;
  font-size: 14px;
}
footer.footer a,
footer.footer a:visited {
  color: #f77a05;
}
footer.footer a:hover,
footer.footer a:active {
  color: #fff;
}
@media (max-width: 768px) {
  footer.footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-unh-og-settings-group-footer {
  text-align: right;
  font-size: 16px;
}
@media print {
  .branding-wrapper a[href]:after,
  .main-menu a[href]:after {
    content: "";
  }
  .main-menu,
  .region-branding-search-wrapper {
    display: none;
  }
}
/**
 * Styles Associated with Administrative tasks such as node editing. 
 */
.form-autocomplete .dropdown ul.dropdown-menu {
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  border-radius: 0;
}
.form-autocomplete .dropdown ul.dropdown-menu li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.form-autocomplete .dropdown ul.dropdown-menu li:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.form-autocomplete .dropdown ul.dropdown-menu li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-autocomplete .dropdown ul.dropdown-menu li > .badge {
  float: right;
}
.form-autocomplete .dropdown ul.dropdown-menu li > .badge + .badge {
  margin-right: 5px;
}
.form-autocomplete .dropdown ul.dropdown-menu li.disabled,
.form-autocomplete .dropdown ul.dropdown-menu li.disabled:hover,
.form-autocomplete .dropdown ul.dropdown-menu li.disabled:focus {
  background-color: #c7c7c7;
  color: #a3a9ac;
}
.form-autocomplete .dropdown ul.dropdown-menu li.disabled .list-group-item-heading,
.form-autocomplete .dropdown ul.dropdown-menu li.disabled:hover .list-group-item-heading,
.form-autocomplete .dropdown ul.dropdown-menu li.disabled:focus .list-group-item-heading {
  color: inherit;
}
.form-autocomplete .dropdown ul.dropdown-menu li.disabled .list-group-item-text,
.form-autocomplete .dropdown ul.dropdown-menu li.disabled:hover .list-group-item-text,
.form-autocomplete .dropdown ul.dropdown-menu li.disabled:focus .list-group-item-text {
  color: #a3a9ac;
}
.form-autocomplete .dropdown ul.dropdown-menu li.active,
.form-autocomplete .dropdown ul.dropdown-menu li.active:hover,
.form-autocomplete .dropdown ul.dropdown-menu li.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #003591;
  border-color: #003591;
}
.form-autocomplete .dropdown ul.dropdown-menu li.active .list-group-item-heading,
.form-autocomplete .dropdown ul.dropdown-menu li.active:hover .list-group-item-heading,
.form-autocomplete .dropdown ul.dropdown-menu li.active:focus .list-group-item-heading,
.form-autocomplete .dropdown ul.dropdown-menu li.active .list-group-item-heading > small,
.form-autocomplete .dropdown ul.dropdown-menu li.active:hover .list-group-item-heading > small,
.form-autocomplete .dropdown ul.dropdown-menu li.active:focus .list-group-item-heading > small,
.form-autocomplete .dropdown ul.dropdown-menu li.active .list-group-item-heading > .small,
.form-autocomplete .dropdown ul.dropdown-menu li.active:hover .list-group-item-heading > .small,
.form-autocomplete .dropdown ul.dropdown-menu li.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.form-autocomplete .dropdown ul.dropdown-menu li.active .list-group-item-text,
.form-autocomplete .dropdown ul.dropdown-menu li.active:hover .list-group-item-text,
.form-autocomplete .dropdown ul.dropdown-menu li.active:focus .list-group-item-text {
  color: #5e99ff;
}
.form-autocomplete .dropdown ul.dropdown-menu li:hover a,
.form-autocomplete .dropdown ul.dropdown-menu li:active a,
.form-autocomplete .dropdown ul.dropdown-menu li.active a {
  color: #fff !important;
}
.form-autocomplete .dropdown ul.dropdown-menu li a {
  color: #333333;
}
.form-autocomplete .dropdown ul.dropdown-menu li a:hover,
.form-autocomplete .dropdown ul.dropdown-menu li a:active,
.form-autocomplete .dropdown ul.dropdown-menu li a.active {
  color: #fff !important;
}
.entityconnect-add,
.entityconnect-edit {
  width: auto;
  height: auto;
  margin-top: -5px;
}
.entityconnect-add button,
.entityconnect-edit button {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
button.field-add-more-submit {
  float: right !important;
}
.field-widget-text-textarea .filter-wrapper,
.field-widget-text-textarea-with-summary .filter-wrapper {
  color: #a3a9ac;
  font-size: 87%;
  font-size: 14px important;
}
@media (min-width: 768px) {
  .block-masquerade form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .block-masquerade form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .block-masquerade form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .block-masquerade form .input-group .input-group-addon,
  .block-masquerade form .input-group .input-group-btn,
  .block-masquerade form .input-group .form-control {
    width: auto;
  }
  .block-masquerade form .input-group > .form-control {
    width: 100%;
  }
  .block-masquerade form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .block-masquerade form .radio,
  .block-masquerade form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .block-masquerade form .radio label,
  .block-masquerade form .checkbox label {
    padding-left: 0;
  }
  .block-masquerade form .radio input[type="radio"],
  .block-masquerade form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .block-masquerade form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.tabledrag-toggle-weight-wrapper {
  margin-bottom: -30px;
}
/** Radio Image Labels */
div.radio--images {
  background-color: ;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  -webkit-column-gap: .75em;
  /* Chrome, Safari, Opera */
  -moz-column-gap: .75em;
  /* Firefox */
  column-gap: .75em;
}
div.radio--images input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.radio--images input:active + label,
div.radio--images input:checked + label {
  background-color: #f77a05;
  padding: .1em;
  -webkit-filter: grayscale(0) opacity(0.9);
  -moz-filter: grayscale(0) opacity(0.9);
  filter: grayscale(0) opacity(0.9);
}
div.radio--images label {
  padding: .5em !important;
  background-color: #eeeeee;
  -webkit-filter: grayscale(0.5) opacity(0.9);
  -moz-filter: grayscale(0.5) opacity(0.9);
  filter: grayscale(0.5) opacity(0.9);
}
div.radio--images label:hover {
  padding: .1em;
  background-color: #c7c7c7;
  -webkit-filter: grayscale(0) opacity(1);
  -moz-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1);
}
@media (max-width: 767px) {
  div.radio--images {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  div.radio--images {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
  }
}
.page-node-edit .bootstrap-nav-wrapper,
.page-node-add .bootstrap-nav-wrapper {
  margin-bottom: 1em;
  padding: .4em;
  background-color: #f5f5f5;
  border: 1px solid #eee;
}
.page-node-edit .bootstrap-nav-wrapper .nav.nav-tabs,
.page-node-add .bootstrap-nav-wrapper .nav.nav-tabs {
  font-size: 1.1em;
  margin-bottom: 0;
}
.page-node-edit .bootstrap-nav-wrapper .nav.nav-tabs li.active a,
.page-node-add .bootstrap-nav-wrapper .nav.nav-tabs li.active a {
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.05);
}
.page-node-edit .bootstrap-nav-wrapper .tab-content,
.page-node-add .bootstrap-nav-wrapper .tab-content {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.page-node-edit .field-type-entityreference .form-type-textfield input[type=text],
.page-node-add .field-type-entityreference .form-type-textfield input[type=text] {
  width: 100%;
}
/* WYSIWYG Styles */
.cke_editable .collapse {
  display: block;
  border: 1px dashed #f77a05;
  background-color: #fffdfc;
  padding: .5em;
}
.cke_editable .collapse:before {
  display: block;
  content: 'Collapsed Content';
  color: #f77a05;
  font-weight: bold;
  font-size: 75%;
}
/* Panels In-Place-Editor buttons */
.unh_panels_panes .panels-section-column .content-type-button {
  padding-top: 5px;
}
.unh_panels_panes .panels-section-column .content-type-button img {
  float: left;
  margin-top: 0;
  padding-top: 0;
}
#accordion .panel-default {
  border: 0px;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
  box-shadow: 0 0 0;
}
#accordion .panel-default .panel-heading {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
#accordion .panel-default .panel-body {
  border-top: 0;
}
/* Bootstrap Accordion */
.views-bootstrap-accordion-plugin-style .panel-default {
  border: 1px solid #eeeeee;
  margin: 0.5em 0;
  padding: 0 !important;
}
.views-bootstrap-accordion-plugin-style .panel-default > .panel-heading {
  background-color: transparent;
  padding: 0 !important;
}
.views-bootstrap-accordion-plugin-style .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding-top: 15px;
}
.views-bootstrap-accordion-plugin-style .panel-title {
  font-weight: 600;
  font-size: 20px;
  font-weight: 400;
}
.views-bootstrap-accordion-plugin-style .panel-title a {
  display: block;
  color: #003591;
  padding: 15px;
  padding-right: 30px;
  position: relative;
}
.views-bootstrap-accordion-plugin-style .panel-title a:after {
  content: '+';
  float: right;
  color: #CB4D0B;
  top: 50%;
  position: absolute;
  right: 15px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.views-bootstrap-accordion-plugin-style .panel-title a:hover,
.views-bootstrap-accordion-plugin-style .panel-title a:active {
  text-decoration: none;
  background-color: #F4F4F4;
}
.views-bootstrap-accordion-plugin-style .panel-title a:focus {
  outline: none;
  text-decoration: none;
}
.views-bootstrap-accordion-plugin-style .panel-title a.accordion-toggle {
  background-color: #F4F4F4;
}
.views-bootstrap-accordion-plugin-style .panel-title a.accordion-toggle.collapsed {
  background-color: #ffffff;
}
/**
 * Set Default Styles for Flexslider slideshows on UNH site.
 */
/* Default */
.flex-nav-container {
  position: relative;
}
.flexslider {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider li {
  padding-bottom: 0 !important;
}
.flexslider .slides {
  background-color: #555555;
}
.flexslider .flex-caption {
  color: #222222;
  padding: 12px 12px 40px 12px;
}
.flexslider .flex-control-nav.flex-control-paging {
  bottom: 10px;
  z-index: 200;
}
.flexslider .flex-control-nav.flex-control-paging li {
  padding-bottom: 0px;
}
.flexslider .flex-control-nav.flex-control-paging li a {
  background-color: #fff;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 5px #333333;
}
.flexslider .flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #f77a05;
}
.flexslider .flex-direction-nav a {
  width: 55px;
  height: 60px;
  padding-top: 10px;
}
.flex-direction-nav a {
  width: 55px;
  height: 60px;
  padding-top: 10px;
}
/* slideshow bundle in panels */
.pane-bundle-slideshow .flexslider {
  margin-bottom: 5px;
}
.pane-bundle-slideshow .flexslider .slides {
  background-color: #eeeeee;
}
/*------------------------------------  CAPTION STYLES */
/* Default style: On top of photo, anchored in bottom left corner. Single transparent background color behind title and body. */
.slider--caption-default {
  /* end .caption */
}
.slider--caption-default .flex-nav-container {
  position: relative;
}
.slider--caption-default .flexslider {
  margin-bottom: 0;
}
.slider--caption-default .caption {
  background-color: transparent;
  opacity: 1;
  padding: 0;
  color: #fff;
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
}
.slider--caption-default .caption a:link,
.slider--caption-default .caption a:visited {
  color: #fff;
  text-decoration: underline;
}
.slider--caption-default .caption a:hover,
.slider--caption-default .caption a:active {
  color: #fff;
  text-decoration: none;
}
.slider--caption-default .caption .caption-title {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 5px 20px;
  font-size: 28px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
}
.slider--caption-default .caption .caption-title a:link,
.slider--caption-default .caption .caption-title a:visited {
  color: #fff;
  text-decoration: none;
}
.slider--caption-default .caption .caption-title a:hover,
.slider--caption-default .caption .caption-title a:active {
  color: #a3a9ac;
  text-decoration: none;
}
.slider--caption-default .caption .caption-body {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 20px 20px 20px;
  font-size: 16px;
}
.slider--caption-default .caption.no-caption {
  display: none !important;
}
.slider--caption-default .caption.bottomleft {
  bottom: 0;
  left: 0;
}
.slider--caption-default .caption.bottomright {
  bottom: 0;
  right: 0;
  left: initial;
}
.slider--caption-default .caption.topleft {
  top: 0;
  left: 0;
  bottom: initial;
}
.slider--caption-default .caption.topright {
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
}
@media (max-width: 992px) {
  .slider--caption-default .caption {
    position: relative;
    width: 100%;
  }
  .slider--caption-default .caption .caption-title {
    background-color: transparent;
  }
  .slider--caption-default .caption .caption-body {
    background-color: transparent;
  }
}
/* User Specified Caption Styles.  Use the fields on the homepage_image content type. */
.slideshow.slide--caption-selected .flex-nav-container {
  position: relative;
}
.slideshow.slide--caption-selected .flexslider {
  margin-bottom: 0;
}
.slideshow.slide--caption-selected .flexslider .slide-container {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.slideshow.slide--caption-selected .flexslider .flex-control-nav.flex-control-paging {
  width: 100%;
  text-align: center;
  margin: 0;
  left: 0;
}
.slideshow.slide--caption-selected .flexslider .flex-control-nav.flex-control-paging li a {
  width: 15px;
  height: 15px;
}
.slideshow.slide--caption-selected .flexslider .flex-direction-nav {
  display: none;
}
.slideshow.slide--caption-selected .flexslider .caption {
  background-color: transparent !important;
  padding: 0;
  position: relative;
  width: 100%;
}
.slideshow.slide--caption-selected .flexslider .caption .caption-title {
  color: #fff;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
}
.slideshow.slide--caption-selected .flexslider .caption .caption-title a:link,
.slideshow.slide--caption-selected .flexslider .caption .caption-title a:visited {
  color: #fff;
  text-decoration: none;
}
.slideshow.slide--caption-selected .flexslider .caption .caption-title a:hover,
.slideshow.slide--caption-selected .flexslider .caption .caption-title a:active {
  color: #eeeeee;
  text-decoration: none;
}
.slideshow.slide--caption-selected .flexslider .caption .caption-body {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px 40px 20px;
  font-size: 16px;
}
.slideshow.slide--caption-selected .flexslider .caption .caption-body a:link,
.slideshow.slide--caption-selected .flexslider .caption .caption-body a:visited {
  color: #000;
  text-decoration: underline;
}
.slideshow.slide--caption-selected .flexslider .caption .caption-body a:hover,
.slideshow.slide--caption-selected .flexslider .caption .caption-body a:active {
  color: #000;
  text-decoration: none;
}
.slideshow.slide--caption-selected .flexslider .caption .loc-upper-left,
.slideshow.slide--caption-selected .flexslider .caption .loc-upper-right,
.slideshow.slide--caption-selected .flexslider .caption .loc-lower-left,
.slideshow.slide--caption-selected .flexslider .caption .loc-lower-right {
  bottom: 0px;
}
@media (min-width: 768px) {
  .slideshow.slide--caption-selected .flexslider .caption {
    position: absolute;
    width: 400px !important;
    padding: 20px;
  }
  .slideshow.slide--caption-selected .flexslider .caption .caption-body {
    width: 90%;
    padding-bottom: 20px;
  }
  .slideshow.slide--caption-selected .flexslider .caption.loc-upper-left {
    top: 10px;
    left: 10px;
    margin: 0;
  }
  .slideshow.slide--caption-selected .flexslider .caption.loc-upper-right {
    top: 10px;
    right: 10px;
    margin: 0;
  }
  .slideshow.slide--caption-selected .flexslider .caption.loc-lower-left {
    bottom: 20px;
    left: 10px;
    margin: 0;
  }
  .slideshow.slide--caption-selected .flexslider .caption.loc-lower-right {
    bottom: 20px;
    right: 10px;
    margin: 0;
  }
  .slideshow.slide--caption-selected .flexslider .caption.loc-center {
    width: 80% !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .slideshow.slide--caption-selected .flexslider .caption.loc-center .caption-body {
    width: 100%;
  }
  .slideshow.slide--caption-selected .flexslider .caption .caption-title {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .slideshow.slide--caption-selected .flexslider .caption {
    width: 500px !important;
  }
}
.slideshow.slide--caption-selected .col-highlight .caption-title {
  background-color: #f77a05;
}
.slideshow.slide--caption-selected .col-primary .caption-title {
  background-color: #003591;
}
.slideshow.slide--caption-selected .col-secondary .caption-title {
  background-color: #263645;
}
.slideshow.slide--caption-selected .col-tertiary .caption-title {
  background-color: #d7d1c4;
}
.slideshow.slide--caption-selected .col-tertiary .caption-title a {
  color: #000 !important;
}
.slideshow.slide--caption-selected .col-tertiary .caption-title a:hover,
.slideshow.slide--caption-selected .col-tertiary .caption-title a:active {
  color: #111 !important;
}
.slideshow.slide--caption-selected .col-gray .caption-title {
  background-color: #555555;
}
/* Make this work for full width slideshows */
@media (min-width: 768px) {
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption {
    width: 400px !important;
  }
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption .caption-body {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption {
    width: 500px !important;
  }
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption.loc-lower-left {
    bottom: 0;
    left: 50%;
    margin-left: -496px;
  }
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption.loc-lower-right {
    bottom: 0;
    right: 50%;
    margin-right: -555px;
  }
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption.loc-upper-left {
    top: 0;
    left: 50%;
    margin-left: -496px;
  }
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption.loc-upper-right {
    top: 0;
    right: 50%;
    margin-right: -555px;
  }
}
@media (min-width: 1200px) {
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption.loc-lower-left {
    bottom: 0;
    left: 50%;
    margin-left: -600px;
  }
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption.loc-lower-right {
    bottom: 0;
    margin-right: -659px;
    right: 50%;
  }
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption.loc-upper-left {
    top: 0;
    left: 50%;
    margin-left: -600px;
  }
  .slideshow.slide--full-width.slide--caption-selected .flexslider .caption.loc-upper-right {
    top: 0;
    margin-right: -659px;
    right: 50%;
  }
}
.slideshow.slide--caption-color .flexslider .caption .caption-body {
  padding: 0;
}
.slideshow.slide--caption-color .flexslider .caption-bg--blue .caption,
.slideshow.slide--caption-color .flexslider .caption-bg--blue .background-overlay {
  background-color: rgba(0, 29, 82, 0.5) !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--blue .caption a:link,
.slideshow.slide--caption-color .flexslider .caption-bg--blue .background-overlay a:link,
.slideshow.slide--caption-color .flexslider .caption-bg--blue .caption a:visited,
.slideshow.slide--caption-color .flexslider .caption-bg--blue .background-overlay a:visited {
  color: #f77a05 !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--blue .caption a:hover,
.slideshow.slide--caption-color .flexslider .caption-bg--blue .background-overlay a:hover,
.slideshow.slide--caption-color .flexslider .caption-bg--blue .caption a:active,
.slideshow.slide--caption-color .flexslider .caption-bg--blue .background-overlay a:active {
  color: #fff !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--gray .caption,
.slideshow.slide--caption-color .flexslider .caption-bg--gray .background-overlay {
  background-color: rgba(51, 51, 51, 0.7) !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--gray .caption a:link,
.slideshow.slide--caption-color .flexslider .caption-bg--gray .background-overlay a:link,
.slideshow.slide--caption-color .flexslider .caption-bg--gray .caption a:visited,
.slideshow.slide--caption-color .flexslider .caption-bg--gray .background-overlay a:visited {
  color: #f77a05 !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--gray .caption a:hover,
.slideshow.slide--caption-color .flexslider .caption-bg--gray .background-overlay a:hover,
.slideshow.slide--caption-color .flexslider .caption-bg--gray .caption a:active,
.slideshow.slide--caption-color .flexslider .caption-bg--gray .background-overlay a:active {
  color: #fff !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--white .caption,
.slideshow.slide--caption-color .flexslider .caption-bg--white .background-overlay {
  background: rgba(153, 153, 153, 0.7) !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--white .caption a:link,
.slideshow.slide--caption-color .flexslider .caption-bg--white .background-overlay a:link,
.slideshow.slide--caption-color .flexslider .caption-bg--white .caption a:visited,
.slideshow.slide--caption-color .flexslider .caption-bg--white .background-overlay a:visited {
  color: #001d52 !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--white .caption a:hover,
.slideshow.slide--caption-color .flexslider .caption-bg--white .background-overlay a:hover,
.slideshow.slide--caption-color .flexslider .caption-bg--white .caption a:active,
.slideshow.slide--caption-color .flexslider .caption-bg--white .background-overlay a:active {
  color: #003591 !important;
}
.slideshow.slide--caption-color .flexslider .caption-bg--blue .caption,
.slideshow.slide--caption-color .flexslider .caption-bg--gray .caption,
.slideshow.slide--caption-color .flexslider .caption-bg--white .caption {
  padding: 40px;
}
@media (max-width: 767px) {
  .slideshow.slide--caption-color .flexslider .caption-bg--blue .caption,
  .slideshow.slide--caption-color .flexslider .caption-bg--gray .caption,
  .slideshow.slide--caption-color .flexslider .caption-bg--white .caption {
    background-color: transparent !important;
    padding: 10px;
  }
  .slideshow.slide--caption-color .flexslider .caption-bg--blue .background-overlay,
  .slideshow.slide--caption-color .flexslider .caption-bg--gray .background-overlay,
  .slideshow.slide--caption-color .flexslider .caption-bg--white .background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
/*------------------------------------  CIRCLES PAGER STYLES */
/* Default style: On top of photo, anchored in bottom right corner. Active/hover links are brand-highlight. */
.slider--pager-default .flex-control-nav.flex-control-paging {
  position: absolute;
  bottom: 20px;
  width: 50%;
  right: 0;
  z-index: 200;
  padding-right: 20px;
  text-align: right;
}
.slider--pager-default .flex-control-nav.flex-control-paging li {
  padding-bottom: 0px;
}
.slider--pager-default .flex-control-nav.flex-control-paging li a {
  background-color: #fff;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 5px #333333;
  color: transparent;
}
.slider--pager-default .flex-control-nav.flex-control-paging li a.flex-active {
  background-color: #f77a05;
}
@media (max-width: 992px) {
  .slider--pager-default .flex-control-nav.flex-control-paging {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 5px 10px;
  }
  .slider--pager-default .flex-control-nav.flex-control-paging li {
    float: none;
  }
}
/*------------------------------------  PREV/NEXT PAGER STYLES */
/* Block style moves the previous and next buttons to a fixed location and adds a background color */
.slider--prevnext-block .flex-direction-nav {
  text-align: left;
  position: absolute;
  left: 50%;
  z-index: 200;
}
.slider--prevnext-block .flex-direction-nav li a {
  top: auto!important;
  bottom: 0 !important;
  background: #f77a05;
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 4px;
}
.slider--prevnext-block .flex-direction-nav li a:hover,
.slider--prevnext-block .flex-direction-nav li a:active {
  background: #c56104;
  text-decoration: none;
}
.slider--prevnext-block .flex-direction-nav a:before {
  font-size: 20px;
  text-align: center;
  display: block;
}
.slider--prevnext-block .flex-direction-nav .flex-prev {
  left: auto !important;
  right: -60px;
  opacity: 1 !important;
}
.slider--prevnext-block .flex-direction-nav .flex-next {
  right: -20px !important;
  opacity: 1 !important;
}
.slider--prevnext-block .flex-direction-nav .flex-disabled {
  display: none !important;
}
/* Block style moves the previous and next buttons to a fixed location and adds a background color */
.slider--prevnext-centered .flex-direction-nav li a {
  top: 50%!important;
  background: #f77a05;
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 0px;
}
.slider--prevnext-centered .flex-direction-nav li a:hover,
.slider--prevnext-centered .flex-direction-nav li a:active,
.slider--prevnext-centered .flex-direction-nav li a:focus {
  background: #c56104;
  text-decoration: none;
}
.slider--prevnext-centered .flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 30px;
  text-align: center;
  display: block;
  line-height: 1;
}
.slider--prevnext-centered .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.slider--prevnext-centered .flex-direction-nav .flex-prev {
  opacity: 1 !important;
  left: 0;
}
.slider--prevnext-centered .flex-direction-nav .flex-next {
  opacity: 1 !important;
  right: 0;
}
.slider--prevnext-centered .flex-direction-nav .flex-disabled {
  display: none !important;
}
/* Block style moves the previous and next buttons to a fixed location and adds a background color */
.slider--prevnext-topright .flex-direction-nav,
.unh-slideshow .flex-direction-nav {
  width: 61px;
  top: 0;
  right: 0;
  position: absolute;
}
.slider--prevnext-topright .flex-direction-nav li a,
.unh-slideshow .flex-direction-nav li a {
  top: 0!important;
  background: #CB4D0B;
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  margin-top: 0;
}
.slider--prevnext-topright .flex-direction-nav li a:link,
.slider--prevnext-topright .flex-direction-nav li a:hover,
.unh-slideshow .flex-direction-nav li a:link,
.unh-slideshow .flex-direction-nav li a:hover {
  text-decoration: none !important;
}
.slider--prevnext-topright .flex-direction-nav li a:active,
.slider--prevnext-topright .flex-direction-nav li a:focus,
.unh-slideshow .flex-direction-nav li a:active,
.unh-slideshow .flex-direction-nav li a:focus {
  background: #9b3b08;
  text-decoration: none !important;
}
.slider--prevnext-topright .flex-direction-nav a:before,
.unh-slideshow .flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 1;
  color: #fff;
}
.slider--prevnext-topright .flex-direction-nav a.flex-next:before,
.unh-slideshow .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.slider--prevnext-topright .flex-direction-nav .flex-prev,
.unh-slideshow .flex-direction-nav .flex-prev {
  opacity: 1 !important;
  left: 0 !important;
}
.slider--prevnext-topright .flex-direction-nav .flex-next,
.unh-slideshow .flex-direction-nav .flex-next {
  opacity: 1 !important;
  right: 0 !important;
}
.slider--prevnext-topright .flex-direction-nav .flex-disabled,
.unh-slideshow .flex-direction-nav .flex-disabled {
  display: none !important;
}
/*------------------------------------ OLD STYLE: Caption over bottom-left of image (OLD STYLE, sets background on entire caption, rather than on title/body) */
.caption-over-left .flex-nav-container {
  position: relative;
}
.caption-over-left .flexslider {
  margin-bottom: 0;
}
.caption-over-left .flexslider .caption {
  background-color: rgba(85, 85, 85, 0.9);
  padding: 20px 20px 40px 20px;
  color: #fff;
  bottom: 0;
}
.caption-over-left .flexslider .caption a:link,
.caption-over-left .flexslider .caption a:visited {
  color: #fff;
  text-decoration: underline;
}
.caption-over-left .flexslider .caption a:hover,
.caption-over-left .flexslider .caption a:active {
  color: #fff;
  text-decoration: none;
}
.caption-over-left .flexslider .caption .caption-title {
  color: #fff;
  font-size: 41px;
  line-height: 41px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
}
.caption-over-left .flexslider .caption .caption-title a:link,
.caption-over-left .flexslider .caption .caption-title a:visited {
  color: #fff;
  text-decoration: none;
}
.caption-over-left .flexslider .caption .caption-title a:hover,
.caption-over-left .flexslider .caption .caption-title a:active {
  color: #a3a9ac;
  text-decoration: none;
}
.caption-over-left .flexslider .caption .caption-body {
  font-size: 19px;
}
.caption-over-left .flex-control-nav.flex-control-paging {
  text-align: left;
  bottom: -10px;
  padding-left: 15px;
  z-index: 100;
}
.caption-over-left .flex-control-nav.flex-control-paging li {
  margin: 0 5px;
}
.caption-over-left .flex-control-nav.flex-control-paging li a {
  width: 12px;
  height: 12px;
}
.caption-over-left .flex-direction-nav {
  text-align: left;
  position: absolute;
  z-index: 200;
}
.caption-over-left .flex-direction-nav li a {
  top: auto!important;
  bottom: 0 !important;
  background: #f77a05;
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 4px;
}
.caption-over-left .flex-direction-nav li a:hover,
.caption-over-left .flex-direction-nav li a:active {
  background: #c56104;
  text-decoration: none;
}
.caption-over-left .flex-direction-nav a:before {
  font-size: 20px;
  text-align: center;
  display: block;
}
.caption-over-left .flex-direction-nav .flex-prev {
  left: auto !important;
  right: 60px;
  opacity: 1 !important;
}
.caption-over-left .flex-direction-nav .flex-next {
  right: 20px !important;
  opacity: 1 !important;
}
.caption-over-left .flex-direction-nav .flex-disabled {
  display: none !important;
}
@media (min-width: 768px) {
  .caption-over-left .flexslider li.flexslider_views_slideshow_slide {
    position: relative;
  }
  .caption-over-left .flexslider .caption {
    position: absolute;
    width: 60%;
    background-color: rgba(85, 85, 85, 0.9);
  }
  .caption-over-left .flexslider flex-control-nav.flex-control-paging,
  .caption-over-left .flexslider .flex-direction-nav {
    width: 60%;
  }
}
/*------------------------------------  OLDER STYLES */
/*------------------------------------ Caption to the right of the image. */
.caption-right {
  /*end flexslider*/
}
.caption-right .flex-pauseplay a {
  bottom: 30px;
  left: 30px;
  position: absolute;
}
.caption-right .flexslider {
  border: 1px solid #c7c7c7;
}
.caption-right .flexslider .views-field.views-field-field-image {
  width: 66.6%;
  float: left;
  margin-right: 30px;
}
.caption-right .flexslider .caption {
  margin: 30px 30px 0 0;
}
.caption-right .flexslider .caption .caption-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 28px;
  color: #003591;
}
.caption-right .flexslider .caption .caption-title small,
.caption-right .flexslider .caption .caption-title .small {
  font-weight: normal;
  line-height: 1;
  color: #a3a9ac;
}
.caption-right .flexslider .caption .caption-title small,
.caption-right .flexslider .caption .caption-title .small {
  font-size: 65%;
}
.caption-right .flexslider .caption .caption-title a:link,
.caption-right .flexslider .caption .caption-title a:visited {
  color: #003591;
}
.caption-right .flexslider .flex-control-nav.flex-control-paging {
  width: 23%;
  margin-right: 10%;
  bottom: 5px;
  right: 5px;
  padding-left: 35px;
  text-align: left;
}
.caption-right .flexslider .flex-control-nav.flex-control-paging li {
  margin: 0 5px;
}
.caption-right .flexslider .flex-control-nav.flex-control-paging li a {
  width: 12px;
  height: 12px;
}
.caption-right .flexslider .flex-direction-nav {
  text-align: left;
  position: absolute;
  z-index: 200;
  right: 10px;
}
.caption-right .flexslider .flex-direction-nav li a {
  top: auto!important;
  bottom: 0 !important;
  background: #f77a05;
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 4px;
}
.caption-right .flexslider .flex-direction-nav li a:hover,
.caption-right .flexslider .flex-direction-nav li a:active {
  background: #c56104;
  text-decoration: none;
}
.caption-right .flexslider .flex-direction-nav a:before {
  font-size: 20px;
  text-align: center;
  display: block;
}
.caption-right .flexslider .flex-direction-nav .flex-prev {
  left: auto !important;
  right: 60px;
  opacity: 1 !important;
}
.caption-right .flexslider .flex-direction-nav .flex-next {
  right: 20px !important;
  opacity: 1 !important;
}
.caption-right .flexslider .flex-direction-nav .flex-disabled {
  display: none !important;
}
/*end caption-right*/
.well {
  border-radius: 0;
  box-shadow: 0 0 0;
  padding: 25px;
  font-size: 16px;
}
.well h2:first-child,
.well h3:first-child {
  margin-top: 0;
}
.well--primary {
  background: #003591;
  font-size: 140%;
  line-height: 1.5;
  color: #c7c7c7;
  padding: 2% 2% 1% 2%;
  margin-top: -0.35em;
}
.well--primary h2 {
  color: #f77a05;
  font-weight: 400;
}
.well--primary a,
.well--primary h2 a {
  color: #f77a05;
}
.well--primary .button-template a {
  color: #003591;
}
.well--primary .button-template .button-orange a {
  color: #fff;
}
.well--primary .caption {
  font-size: 90%;
  padding: 1% 2%;
}
.well--primary .emphasize {
  color: #fff;
}
.well--primary h3 {
  font-weight: 400;
  color: #f77a05;
}
.well--primary h2:first-child,
.well--primary h3:first-child {
  margin-top: 0;
}
.well--secondary {
  background: #003591;
  font-size: 140%;
  line-height: 1.5;
  color: #c7c7c7;
  padding: 2% 2% 1% 2%;
  margin-top: -0.35em;
  background: #263645;
}
.well--secondary h2 {
  color: #f77a05;
  font-weight: 400;
}
.well--secondary a,
.well--secondary h2 a {
  color: #f77a05;
}
.well--secondary .button-template a {
  color: #003591;
}
.well--secondary .button-template .button-orange a {
  color: #fff;
}
.well--secondary .caption {
  font-size: 90%;
  padding: 1% 2%;
}
.well--secondary .emphasize {
  color: #fff;
}
.well--secondary h3 {
  font-weight: 400;
  color: #f77a05;
}
.well--secondary h2:first-child,
.well--secondary h3:first-child {
  margin-top: 0;
}
.well-lg {
  padding: 30px;
  border-radius: 0;
  border: 0;
}
.well-sm {
  padding: 12px;
  font-size: 14px;
  border-radius: 0;
  border: 0;
}
.lead,
.lead__smaller {
  font-size: 18px;
  line-height: 36px;
  color: #5C6874;
  font-weight: 300;
}
.lead__smaller {
  font-size: 17px !important;
  line-height: 32.4px;
}
/**
 * Styles to Override Look and Feel of Modals.
 */
.modal .modal-content {
  border-radius: 0;
  padding: 1em 2em;
}
.modal .modal-content .modal-header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: .5em;
}
.modal .modal-content .modal-header h4 {
  font-size: 1.5em;
}
.modal .modal-content .modal-header .close {
  font-size: 2em;
}
.modal .modal-content .modal-body {
  padding: 20px 5px;
}
.btn,
.btn-lg,
.btn-sm,
.btn-group-sm > .btn,
.btn-group-lg > .btn {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  font-weight: 600;
  white-space: normal;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  color: #fff !important;
  background-color: #003591;
}
.btn-primary {
  color: #fff !important;
}
.btn-gray-lighter {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #ededed;
}
.btn-gray-lighter:hover,
.btn-gray-lighter:focus,
.btn-gray-lighter:active,
.btn-gray-lighter.active,
.open > .dropdown-toggle.btn-gray-lighter {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-gray-lighter:active,
.btn-gray-lighter.active,
.open > .dropdown-toggle.btn-gray-lighter {
  background-image: none;
}
.btn-gray-lighter.disabled,
.btn-gray-lighter[disabled],
fieldset[disabled] .btn-gray-lighter,
.btn-gray-lighter.disabled:hover,
.btn-gray-lighter[disabled]:hover,
fieldset[disabled] .btn-gray-lighter:hover,
.btn-gray-lighter.disabled:focus,
.btn-gray-lighter[disabled]:focus,
fieldset[disabled] .btn-gray-lighter:focus,
.btn-gray-lighter.disabled:active,
.btn-gray-lighter[disabled]:active,
fieldset[disabled] .btn-gray-lighter:active,
.btn-gray-lighter.disabled.active,
.btn-gray-lighter[disabled].active,
fieldset[disabled] .btn-gray-lighter.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-gray-lighter .badge {
  color: #fff;
  background-color: #333;
}
.btn-gray-lighter:hover,
.btn-gray-lighter:active,
.btn-gray-lighter:focus {
  color: #fff !important;
  background-color: #003591;
}
.btn-gray-lighter:visited {
  background-color: #ededed;
}
.btn-gray-lighter:hover,
.btn-gray-lighter:active,
.btn-gray-lighter:focus {
  background-color: #c7c7c7;
}
.btn-gray {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  color: #fff !important;
  background-color: #555555;
  border-color: #555555;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-gray .badge {
  color: #fff;
  background-color: #333;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  color: #fff !important;
  background-color: #003591;
}
.btn-gray:visited {
  background-color: #555555;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
  color: #222222 !important;
}
.btn-secondary {
  color: #fff;
  background-color: #003591;
  border-color: #002c78;
  color: #fff !important;
  background-color: #263645;
  border-color: #263645;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #00225e;
  border-color: #00153a;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #003591;
  border-color: #002c78;
}
.btn-secondary .badge {
  color: #003591;
  background-color: #fff;
}
.btn-secondary:visited {
  background-color: #263645;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #141c24;
  border-color: #141c24;
}
.btn-primary-dark {
  color: #fff;
  background-color: #003591;
  border-color: #002c78;
  color: #fff !important;
  background-color: #001d52;
  border-color: #001d52;
}
.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active,
.btn-primary-dark.active,
.open > .dropdown-toggle.btn-primary-dark {
  color: #fff;
  background-color: #00225e;
  border-color: #00153a;
}
.btn-primary-dark:active,
.btn-primary-dark.active,
.open > .dropdown-toggle.btn-primary-dark {
  background-image: none;
}
.btn-primary-dark.disabled,
.btn-primary-dark[disabled],
fieldset[disabled] .btn-primary-dark,
.btn-primary-dark.disabled:hover,
.btn-primary-dark[disabled]:hover,
fieldset[disabled] .btn-primary-dark:hover,
.btn-primary-dark.disabled:focus,
.btn-primary-dark[disabled]:focus,
fieldset[disabled] .btn-primary-dark:focus,
.btn-primary-dark.disabled:active,
.btn-primary-dark[disabled]:active,
fieldset[disabled] .btn-primary-dark:active,
.btn-primary-dark.disabled.active,
.btn-primary-dark[disabled].active,
fieldset[disabled] .btn-primary-dark.active {
  background-color: #003591;
  border-color: #002c78;
}
.btn-primary-dark .badge {
  color: #003591;
  background-color: #fff;
}
.btn-primary-dark:visited {
  background-color: #001d52;
}
.btn-primary-dark:hover,
.btn-primary-dark:active,
.btn-primary-dark:focus {
  background-color: #000b1f;
  border-color: #000b1f;
}
.btn-primary-med {
  color: #fff;
  background-color: #003591;
  border-color: #002c78;
  color: #fff !important;
  background-color: #345998;
  border-color: #345998;
}
.btn-primary-med:hover,
.btn-primary-med:focus,
.btn-primary-med:active,
.btn-primary-med.active,
.open > .dropdown-toggle.btn-primary-med {
  color: #fff;
  background-color: #00225e;
  border-color: #00153a;
}
.btn-primary-med:active,
.btn-primary-med.active,
.open > .dropdown-toggle.btn-primary-med {
  background-image: none;
}
.btn-primary-med.disabled,
.btn-primary-med[disabled],
fieldset[disabled] .btn-primary-med,
.btn-primary-med.disabled:hover,
.btn-primary-med[disabled]:hover,
fieldset[disabled] .btn-primary-med:hover,
.btn-primary-med.disabled:focus,
.btn-primary-med[disabled]:focus,
fieldset[disabled] .btn-primary-med:focus,
.btn-primary-med.disabled:active,
.btn-primary-med[disabled]:active,
fieldset[disabled] .btn-primary-med:active,
.btn-primary-med.disabled.active,
.btn-primary-med[disabled].active,
fieldset[disabled] .btn-primary-med.active {
  background-color: #003591;
  border-color: #002c78;
}
.btn-primary-med .badge {
  color: #003591;
  background-color: #fff;
}
.btn-primary-med:visited {
  background-color: #345998;
}
.btn-primary-med:hover,
.btn-primary-med:active,
.btn-primary-med:focus {
  background-color: #274372;
  border-color: #274372;
}
.btn-highlight {
  color: #fff;
  background-color: #003591;
  border-color: #002c78;
  color: #fff !important;
  background-color: #f77a05;
  border-color: #f77a05;
}
.btn-highlight:hover,
.btn-highlight:focus,
.btn-highlight:active,
.btn-highlight.active,
.open > .dropdown-toggle.btn-highlight {
  color: #fff;
  background-color: #00225e;
  border-color: #00153a;
}
.btn-highlight:active,
.btn-highlight.active,
.open > .dropdown-toggle.btn-highlight {
  background-image: none;
}
.btn-highlight.disabled,
.btn-highlight[disabled],
fieldset[disabled] .btn-highlight,
.btn-highlight.disabled:hover,
.btn-highlight[disabled]:hover,
fieldset[disabled] .btn-highlight:hover,
.btn-highlight.disabled:focus,
.btn-highlight[disabled]:focus,
fieldset[disabled] .btn-highlight:focus,
.btn-highlight.disabled:active,
.btn-highlight[disabled]:active,
fieldset[disabled] .btn-highlight:active,
.btn-highlight.disabled.active,
.btn-highlight[disabled].active,
fieldset[disabled] .btn-highlight.active {
  background-color: #003591;
  border-color: #002c78;
}
.btn-highlight .badge {
  color: #003591;
  background-color: #fff;
}
.btn-highlight:visited {
  background-color: #f77a05;
}
.btn-highlight:hover,
.btn-highlight:active,
.btn-highlight:focus {
  background-color: #c56104;
  border-color: #c56104;
}
.btn-highlight-hov {
  color: #fff;
  background-color: #003591;
  border-color: #002c78;
  color: #fff !important;
  background-color: #CB4D0B;
  border-color: #CB4D0B;
}
.btn-highlight-hov:hover,
.btn-highlight-hov:focus,
.btn-highlight-hov:active,
.btn-highlight-hov.active,
.open > .dropdown-toggle.btn-highlight-hov {
  color: #fff;
  background-color: #00225e;
  border-color: #00153a;
}
.btn-highlight-hov:active,
.btn-highlight-hov.active,
.open > .dropdown-toggle.btn-highlight-hov {
  background-image: none;
}
.btn-highlight-hov.disabled,
.btn-highlight-hov[disabled],
fieldset[disabled] .btn-highlight-hov,
.btn-highlight-hov.disabled:hover,
.btn-highlight-hov[disabled]:hover,
fieldset[disabled] .btn-highlight-hov:hover,
.btn-highlight-hov.disabled:focus,
.btn-highlight-hov[disabled]:focus,
fieldset[disabled] .btn-highlight-hov:focus,
.btn-highlight-hov.disabled:active,
.btn-highlight-hov[disabled]:active,
fieldset[disabled] .btn-highlight-hov:active,
.btn-highlight-hov.disabled.active,
.btn-highlight-hov[disabled].active,
fieldset[disabled] .btn-highlight-hov.active {
  background-color: #003591;
  border-color: #002c78;
}
.btn-highlight-hov .badge {
  color: #003591;
  background-color: #fff;
}
.btn-highlight-hov:visited {
  background-color: #CB4D0B;
}
.btn-highlight-hov:hover,
.btn-highlight-hov:active,
.btn-highlight-hov:focus {
  background-color: #9b3b08;
  border-color: #9b3b08;
}
.btn-ghost {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: transparent;
  color: #555555 !important;
  border: 5px solid #DCDEDF;
  font-weight: bold;
  margin: 0 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
  background-image: none;
}
.btn-ghost.disabled,
.btn-ghost[disabled],
fieldset[disabled] .btn-ghost,
.btn-ghost.disabled:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-ghost.disabled:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-ghost.disabled:active,
.btn-ghost[disabled]:active,
fieldset[disabled] .btn-ghost:active,
.btn-ghost.disabled.active,
.btn-ghost[disabled].active,
fieldset[disabled] .btn-ghost.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-ghost .badge {
  color: #fff;
  background-color: #333;
}
.btn-ghost:hover,
.btn-ghost:active,
.btn-ghost:focus {
  color: #fff !important;
  background-color: #003591;
}
.btn-ghost:link,
.btn-ghost:visited {
  background-color: transparent;
}
.btn-ghost:hover,
.btn-ghost:active {
  color: #fff;
  background-color: #003591;
  border-color: #003591;
}
.btn-ghost_brand-highlight {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: transparent;
  color: #f77a05 !important;
  border: 5px solid #f77a05;
  font-weight: bold;
  margin: 0 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn-ghost_brand-highlight:hover,
.btn-ghost_brand-highlight:focus,
.btn-ghost_brand-highlight:active,
.btn-ghost_brand-highlight.active,
.open > .dropdown-toggle.btn-ghost_brand-highlight {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-ghost_brand-highlight:active,
.btn-ghost_brand-highlight.active,
.open > .dropdown-toggle.btn-ghost_brand-highlight {
  background-image: none;
}
.btn-ghost_brand-highlight.disabled,
.btn-ghost_brand-highlight[disabled],
fieldset[disabled] .btn-ghost_brand-highlight,
.btn-ghost_brand-highlight.disabled:hover,
.btn-ghost_brand-highlight[disabled]:hover,
fieldset[disabled] .btn-ghost_brand-highlight:hover,
.btn-ghost_brand-highlight.disabled:focus,
.btn-ghost_brand-highlight[disabled]:focus,
fieldset[disabled] .btn-ghost_brand-highlight:focus,
.btn-ghost_brand-highlight.disabled:active,
.btn-ghost_brand-highlight[disabled]:active,
fieldset[disabled] .btn-ghost_brand-highlight:active,
.btn-ghost_brand-highlight.disabled.active,
.btn-ghost_brand-highlight[disabled].active,
fieldset[disabled] .btn-ghost_brand-highlight.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-ghost_brand-highlight .badge {
  color: #fff;
  background-color: #333;
}
.btn-ghost_brand-highlight:hover,
.btn-ghost_brand-highlight:active,
.btn-ghost_brand-highlight:focus {
  color: #fff !important;
  background-color: #003591;
}
.btn-ghost_brand-highlight:link,
.btn-ghost_brand-highlight:visited {
  background-color: transparent;
}
.btn-ghost_brand-highlight:hover,
.btn-ghost_brand-highlight:active {
  color: #fff;
  background-color: #f77a05;
  border-color: #f77a05;
}
.btn-ghost_brand-highlight-hov {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: transparent;
  color: #CB4D0B !important;
  border: 5px solid #CB4D0B;
  font-weight: bold;
  margin: 0 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn-ghost_brand-highlight-hov:hover,
.btn-ghost_brand-highlight-hov:focus,
.btn-ghost_brand-highlight-hov:active,
.btn-ghost_brand-highlight-hov.active,
.open > .dropdown-toggle.btn-ghost_brand-highlight-hov {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-ghost_brand-highlight-hov:active,
.btn-ghost_brand-highlight-hov.active,
.open > .dropdown-toggle.btn-ghost_brand-highlight-hov {
  background-image: none;
}
.btn-ghost_brand-highlight-hov.disabled,
.btn-ghost_brand-highlight-hov[disabled],
fieldset[disabled] .btn-ghost_brand-highlight-hov,
.btn-ghost_brand-highlight-hov.disabled:hover,
.btn-ghost_brand-highlight-hov[disabled]:hover,
fieldset[disabled] .btn-ghost_brand-highlight-hov:hover,
.btn-ghost_brand-highlight-hov.disabled:focus,
.btn-ghost_brand-highlight-hov[disabled]:focus,
fieldset[disabled] .btn-ghost_brand-highlight-hov:focus,
.btn-ghost_brand-highlight-hov.disabled:active,
.btn-ghost_brand-highlight-hov[disabled]:active,
fieldset[disabled] .btn-ghost_brand-highlight-hov:active,
.btn-ghost_brand-highlight-hov.disabled.active,
.btn-ghost_brand-highlight-hov[disabled].active,
fieldset[disabled] .btn-ghost_brand-highlight-hov.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-ghost_brand-highlight-hov .badge {
  color: #fff;
  background-color: #333;
}
.btn-ghost_brand-highlight-hov:hover,
.btn-ghost_brand-highlight-hov:active,
.btn-ghost_brand-highlight-hov:focus {
  color: #fff !important;
  background-color: #003591;
}
.btn-ghost_brand-highlight-hov:link,
.btn-ghost_brand-highlight-hov:visited {
  background-color: transparent;
}
.btn-ghost_brand-highlight-hov:hover,
.btn-ghost_brand-highlight-hov:active {
  color: #fff;
  background-color: #CB4D0B;
  border-color: #CB4D0B;
}
.btn-arrow {
  position: relative;
}
.btn-arrow:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f105';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button-narrow {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none !important;
  font-weight: 600;
  white-space: normal;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  background-color: #ededed;
}
.button-narrow:focus,
.button-narrow:active:focus,
.button-narrow.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.button-narrow:hover,
.button-narrow:focus {
  color: #333;
  text-decoration: none;
}
.button-narrow:active,
.button-narrow.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.button-narrow.disabled,
.button-narrow[disabled],
fieldset[disabled] .button-narrow {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.button-narrow:hover,
.button-narrow:focus,
.button-narrow:active,
.button-narrow.active,
.open > .dropdown-toggle.button-narrow {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.button-narrow:active,
.button-narrow.active,
.open > .dropdown-toggle.button-narrow {
  background-image: none;
}
.button-narrow.disabled,
.button-narrow[disabled],
fieldset[disabled] .button-narrow,
.button-narrow.disabled:hover,
.button-narrow[disabled]:hover,
fieldset[disabled] .button-narrow:hover,
.button-narrow.disabled:focus,
.button-narrow[disabled]:focus,
fieldset[disabled] .button-narrow:focus,
.button-narrow.disabled:active,
.button-narrow[disabled]:active,
fieldset[disabled] .button-narrow:active,
.button-narrow.disabled.active,
.button-narrow[disabled].active,
fieldset[disabled] .button-narrow.active {
  background-color: #fff;
  border-color: #ccc;
}
.button-narrow .badge {
  color: #fff;
  background-color: #333;
}
.button-narrow:hover,
.button-narrow:active,
.button-narrow:focus {
  color: #fff !important;
  background-color: #003591;
}
.button-narrow:visited {
  background-color: #ededed;
}
.button-narrow:hover,
.button-narrow:active,
.button-narrow:focus {
  background-color: #c7c7c7;
}
/**
 * Styles for Views Displays.
 */
.view table caption {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 28px;
  color: #003591;
  text-align: left;
  margin-bottom: 0;
}
.view table caption small,
.view table caption .small {
  font-weight: normal;
  line-height: 1;
  color: #a3a9ac;
}
.view table caption small,
.view table caption .small {
  font-size: 65%;
}
.view table caption a:link,
.view table caption a:visited {
  color: #003591;
}
@media (max-width: 768px) {
  table.views-view-grid td {
    display: block;
    width: 100%;
  }
}
.views-bootstrap-tab-plugin-style::before {
  content: " ";
  display: table;
  clear: both;
}
.views-exposed-widget {
  width: 100% \9;
  max-width: 100% \9;
}
.form-control.bef-select-as-checkboxes {
  width: auto \9;
  border: none \9;
  height: auto \9;
}
.form-control.bef-select-as-checkboxes .checkbox {
  border: 0 \9;
}
.form-control.bef-select-as-checkboxes .checkbox input {
  width: auto \9;
  border: 0 \9;
}
/**
 *  Override Webform Styles to work with Bootstrap.
 */
/* This code broke the webform radio button labels, so I'm commenting it out ~bmclean
.webform-client-form {
  margin-top: 1em; 
  .webform-component {
    .form-group();
  } 
  .webform-component-radios {
    .radio();
  }
}
*/
.header-image {
  position: relative;
  margin-bottom: 20px;
}
.header-image__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .header-image__title h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 480px) {
  .header-image__title {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    width: 100%;
  }
  .header-image__title h1 {
    margin: 0;
    color: #fff;
  }
}
.social {
  z-index: 10;
}
.social h2 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.social .icon--social {
  width: 38px;
  height: 38px;
  display: inline-block;
  background-color: #a3a9ac;
  border-radius: 20px;
  text-align: center;
  padding: 5px;
  margin: 10px 5px;
  font-size: 22px;
}
.social .icon--social a,
.social .icon--social a:visited {
  color: #555555;
}
.social .icon--social:hover,
.social .icon--social:active {
  background-color: #c7c7c7;
}
body.cke_show_borders .social .icon--social {
  width: auto !important;
  height: auto !important;
  display: block !important;
}
.list__chevron {
  padding-left: 15px;
}
.list__chevron > li {
  list-style-type: none;
  margin-bottom: .5em;
  padding-left: 1.6em;
  text-indent: -0.6em;
  /* when there's a link with a file icon, the link needs extra padding */
}
.list__chevron > li:last-child {
  margin-bottom: 0;
}
.list__chevron > li:before {
  color: #f77a05;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
  content: "\f054";
  font-size: .7em;
  width: .5em;
}
.list__chevron > li a:after {
  padding-left: 15px !important;
}
.list__here {
  margin-top: .5em;
  padding-left: 0;
  clear: left;
}
.list__here > li {
  list-style-type: none;
  padding: .5em;
  border-top: 1px solid #c7c7c7;
}
.list__here > li a {
  display: block;
  padding-right: 20px;
  text-decoration: none!important;
}
.list__here > li a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
  content: "\f054";
  float: right;
  color: #a3a9ac;
  padding-top: 4px;
  margin-right: -20px;
}
.list__here > li:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.list__lined,
.list__lined--dotted,
.list__lined--dotted--chevron-primary-med,
.list__lined--dotted--chevron-gray-light {
  margin-top: .5em;
  padding-left: 0;
  clear: left;
}
.list__lined > li,
.list__lined--dotted > li,
.list__lined--dotted--chevron-primary-med > li,
.list__lined--dotted--chevron-gray-light > li {
  list-style-type: none;
  padding: .5em;
  border-top: 1px solid #c7c7c7;
}
.list__lined > li a,
.list__lined--dotted > li a,
.list__lined--dotted--chevron-primary-med > li a,
.list__lined--dotted--chevron-gray-light > li a {
  display: block;
  padding-right: 20px;
  text-decoration: none!important;
}
.list__lined > li a:after,
.list__lined--dotted > li a:after,
.list__lined--dotted--chevron-primary-med > li a:after,
.list__lined--dotted--chevron-gray-light > li a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
  content: "\f054";
  float: right;
  color: #a3a9ac;
  padding-top: 4px;
  margin-right: -20px;
}
.list__lined > li:last-child,
.list__lined--dotted > li:last-child,
.list__lined--dotted--chevron-primary-med > li:last-child,
.list__lined--dotted--chevron-gray-light > li:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.list__lined--lighter {
  margin-top: .5em;
  padding-left: 0;
  clear: left;
}
.list__lined--lighter > li {
  list-style-type: none;
  padding: .5em;
  border-top: 1px solid #c7c7c7;
}
.list__lined--lighter > li a {
  display: block;
  padding-right: 20px;
  text-decoration: none!important;
}
.list__lined--lighter > li a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
  content: "\f054";
  float: right;
  color: #a3a9ac;
  padding-top: 4px;
  margin-right: -20px;
}
.list__lined--lighter > li:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.list__lined--lighter > li,
.list__lined--lighter > li:last-child {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.list__lined--lighter > li a:after,
.list__lined--lighter > li:last-child a:after {
  color: #fff;
}
.list__lined--chevron-highlight {
  margin-top: .5em;
  padding-left: 0;
  clear: left;
}
.list__lined--chevron-highlight > li {
  list-style-type: none;
  padding: .5em;
  border-top: 1px solid #c7c7c7;
}
.list__lined--chevron-highlight > li a {
  display: block;
  padding-right: 20px;
  text-decoration: none!important;
}
.list__lined--chevron-highlight > li a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
  content: "\f054";
  float: right;
  color: #a3a9ac;
  padding-top: 4px;
  margin-right: -20px;
}
.list__lined--chevron-highlight > li:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.list__lined--chevron-highlight > li a:after {
  color: #f77a05 !important;
}
.list__lined--chevron-white {
  margin-top: .5em;
  padding-left: 0;
  clear: left;
}
.list__lined--chevron-white > li {
  list-style-type: none;
  padding: .5em;
  border-top: 1px solid #c7c7c7;
}
.list__lined--chevron-white > li a {
  display: block;
  padding-right: 20px;
  text-decoration: none!important;
}
.list__lined--chevron-white > li a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
  content: "\f054";
  float: right;
  color: #a3a9ac;
  padding-top: 4px;
  margin-right: -20px;
}
.list__lined--chevron-white > li:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.list__lined--chevron-white > li a:after {
  color: #fff!important;
}
.list__lined--dotted,
.list__lined--dotted--chevron-primary-med,
.list__lined--dotted--chevron-gray-light {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9em;
}
.list__lined--dotted > li,
.list__lined--dotted--chevron-primary-med > li,
.list__lined--dotted--chevron-gray-light > li {
  padding: 1em .5em;
  border-top-style: dashed;
}
.list__lined--dotted > li:last-child,
.list__lined--dotted--chevron-primary-med > li:last-child,
.list__lined--dotted--chevron-gray-light > li:last-child {
  border-bottom-style: dashed;
}
.list__lined--dotted > li a:after,
.list__lined--dotted--chevron-primary-med > li a:after,
.list__lined--dotted--chevron-gray-light > li a:after {
  content: "\f138";
  color: #CB4D0B;
  font-size: 1.4em;
  margin-top: -4px;
}
.list__lined--dotted--chevron-primary-med > li a:after {
  color: #345998;
}
.list__lined--dotted--chevron-gray-light > li a:after {
  color: #a3a9ac;
}
.list__outlined {
  margin-top: .5em;
  padding-left: 0;
  clear: left;
  border-left: 1px solid #c7c7c7;
  border-right: 1px solid #c7c7c7;
}
.list__outlined > li {
  list-style-type: none;
  padding: .5em 1em;
  border-top: 1px solid #c7c7c7;
}
.list__outlined > li a {
  display: block;
  padding-right: 20px;
  text-decoration: none!important;
}
.list__outlined > li a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -1px;
  content: "\f054";
  float: right;
  color: #f77a05;
  padding-top: 4px;
  margin-right: -20px;
}
.list__outlined > li:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.flex-list {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 20px 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.flex-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.flex-list li div {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .flex-list li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .flex-list li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .flex-list li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 19%;
  }
}
@media (max-width: 768px) {
  .flex-list li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flex-list.list__flex-list__2 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .flex-list.list__flex-list__2 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .flex-list.list__flex-list__2 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (max-width: 768px) {
  .flex-list.list__flex-list__2 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flex-list.list__flex-list__3 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .flex-list.list__flex-list__3 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .flex-list.list__flex-list__3 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (max-width: 768px) {
  .flex-list.list__flex-list__3 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flex-list.list__flex-list__4 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .flex-list.list__flex-list__4 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .flex-list.list__flex-list__4 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 24%;
  }
}
@media (max-width: 768px) {
  .flex-list.list__flex-list__4 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flex-list.list__flex-list__5 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .flex-list.list__flex-list__5 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .flex-list.list__flex-list__5 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 19%;
  }
}
@media (max-width: 768px) {
  .flex-list.list__flex-list__5 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
.list__flex-list {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin: 20px 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.list__flex-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
.list__flex-list li div {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .list__flex-list li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .list__flex-list li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .list__flex-list li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 19%;
  }
}
@media (max-width: 768px) {
  .list__flex-list li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .list__flex-list.list__flex-list__2 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .list__flex-list.list__flex-list__2 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .list__flex-list.list__flex-list__2 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (max-width: 768px) {
  .list__flex-list.list__flex-list__2 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .list__flex-list.list__flex-list__3 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .list__flex-list.list__flex-list__3 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .list__flex-list.list__flex-list__3 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (max-width: 768px) {
  .list__flex-list.list__flex-list__3 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .list__flex-list.list__flex-list__4 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .list__flex-list.list__flex-list__4 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .list__flex-list.list__flex-list__4 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 24%;
  }
}
@media (max-width: 768px) {
  .list__flex-list.list__flex-list__4 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .list__flex-list.list__flex-list__5 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 49%;
  }
}
@media (min-width: 992px) {
  .list__flex-list.list__flex-list__5 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .list__flex-list.list__flex-list__5 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 19%;
  }
}
@media (max-width: 768px) {
  .list__flex-list.list__flex-list__5 li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
  }
}
.list__2col {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  list-style-type: none;
  padding-left: 0;
}
.list__2col li {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  padding-bottom: 8px;
}
/* Cautiously adding this because I was seeing issues on mobile when background colors were applied to blocks.  */
@media (max-width: 768px) {
  .panel-panel:before,
  .panel-panel:after {
    content: " ";
    display: table;
  }
  .panel-panel:after {
    clear: both;
  }
  .panel-panel:before,
  .panel-panel:after {
    content: " ";
    display: table;
  }
  .panel-panel:after {
    clear: both;
  }
}
/*-------------------------------------------*/
/*            BACKGROUND COLORS              */
/*-------------------------------------------*/
.unhstyle--bg {
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg:before,
.unhstyle--bg:after {
  content: " ";
  display: table;
}
.unhstyle--bg:after {
  clear: both;
}
.unhstyle--bg:before,
.unhstyle--bg:after {
  content: " ";
  display: table;
}
.unhstyle--bg:after {
  clear: both;
}
.unhstyle--bg .panel-pane {
  position: relative;
}
.unhstyle--bg .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg .pane-content {
  padding: 20px 0;
}
.unhstyle--bg h2,
.unhstyle--bg h3,
.unhstyle--bg h4,
.unhstyle--bg h5,
.unhstyle--bg h5 {
  margin-top: 0;
}
.unhstyle--bg--transparent {
  background-color: transparent;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--transparent:before,
.unhstyle--bg--transparent:after {
  content: " ";
  display: table;
}
.unhstyle--bg--transparent:after {
  clear: both;
}
.unhstyle--bg--transparent:before,
.unhstyle--bg--transparent:after {
  content: " ";
  display: table;
}
.unhstyle--bg--transparent:after {
  clear: both;
}
.unhstyle--bg--transparent .panel-pane {
  position: relative;
}
.unhstyle--bg--transparent .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--transparent .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--transparent h2,
.unhstyle--bg--transparent h3,
.unhstyle--bg--transparent h4,
.unhstyle--bg--transparent h5,
.unhstyle--bg--transparent h5 {
  margin-top: 0;
}
.unhstyle--bg--transparent .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--transparent .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--transparent .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--transparent .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary {
  background-color: #003591;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--primary:before,
.unhstyle--bg--primary:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary:after {
  clear: both;
}
.unhstyle--bg--primary:before,
.unhstyle--bg--primary:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary:after {
  clear: both;
}
.unhstyle--bg--primary .panel-pane {
  position: relative;
}
.unhstyle--bg--primary .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary h2,
.unhstyle--bg--primary h3,
.unhstyle--bg--primary h4,
.unhstyle--bg--primary h5,
.unhstyle--bg--primary h5 {
  margin-top: 0;
}
.unhstyle--bg--primary .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary.row-vw-100:before {
  background-color: #003591;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--primary.row-vw-100:before:before,
.unhstyle--bg--primary.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary.row-vw-100:before:before,
.unhstyle--bg--primary.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--primary.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary.row-vw-100:before h2,
.unhstyle--bg--primary.row-vw-100:before h3,
.unhstyle--bg--primary.row-vw-100:before h4,
.unhstyle--bg--primary.row-vw-100:before h5,
.unhstyle--bg--primary.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--primary.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-hov1 {
  background-color: #0044bb;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--primary-hov1:before,
.unhstyle--bg--primary-hov1:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-hov1:after {
  clear: both;
}
.unhstyle--bg--primary-hov1:before,
.unhstyle--bg--primary-hov1:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-hov1:after {
  clear: both;
}
.unhstyle--bg--primary-hov1 .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-hov1 .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-hov1 .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-hov1 h2,
.unhstyle--bg--primary-hov1 h3,
.unhstyle--bg--primary-hov1 h4,
.unhstyle--bg--primary-hov1 h5,
.unhstyle--bg--primary-hov1 h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-hov1 .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-hov1 .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-hov1 .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-hov1 .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-hov1.row-vw-100:before {
  background-color: #0044bb;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--primary-hov1.row-vw-100:before:before,
.unhstyle--bg--primary-hov1.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-hov1.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-hov1.row-vw-100:before:before,
.unhstyle--bg--primary-hov1.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-hov1.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-hov1.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-hov1.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-hov1.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-hov1.row-vw-100:before h2,
.unhstyle--bg--primary-hov1.row-vw-100:before h3,
.unhstyle--bg--primary-hov1.row-vw-100:before h4,
.unhstyle--bg--primary-hov1.row-vw-100:before h5,
.unhstyle--bg--primary-hov1.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-hov1.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-hov1.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-hov1.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-hov1.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-hov2 {
  background-color: #001a6d;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--primary-hov2:before,
.unhstyle--bg--primary-hov2:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-hov2:after {
  clear: both;
}
.unhstyle--bg--primary-hov2:before,
.unhstyle--bg--primary-hov2:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-hov2:after {
  clear: both;
}
.unhstyle--bg--primary-hov2 .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-hov2 .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-hov2 .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-hov2 h2,
.unhstyle--bg--primary-hov2 h3,
.unhstyle--bg--primary-hov2 h4,
.unhstyle--bg--primary-hov2 h5,
.unhstyle--bg--primary-hov2 h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-hov2 .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-hov2 .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-hov2 .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-hov2 .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-hov2.row-vw-100:before {
  background-color: #001a6d;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--primary-hov2.row-vw-100:before:before,
.unhstyle--bg--primary-hov2.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-hov2.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-hov2.row-vw-100:before:before,
.unhstyle--bg--primary-hov2.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-hov2.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-hov2.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-hov2.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-hov2.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-hov2.row-vw-100:before h2,
.unhstyle--bg--primary-hov2.row-vw-100:before h3,
.unhstyle--bg--primary-hov2.row-vw-100:before h4,
.unhstyle--bg--primary-hov2.row-vw-100:before h5,
.unhstyle--bg--primary-hov2.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-hov2.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-hov2.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-hov2.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-hov2.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-light {
  background-color: #b8cddc;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--primary-light:before,
.unhstyle--bg--primary-light:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-light:after {
  clear: both;
}
.unhstyle--bg--primary-light:before,
.unhstyle--bg--primary-light:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-light:after {
  clear: both;
}
.unhstyle--bg--primary-light .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-light .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-light .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-light h2,
.unhstyle--bg--primary-light h3,
.unhstyle--bg--primary-light h4,
.unhstyle--bg--primary-light h5,
.unhstyle--bg--primary-light h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-light .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-light .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-light .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-light .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-light.row-vw-100:before {
  background-color: #001a6d;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--primary-light.row-vw-100:before:before,
.unhstyle--bg--primary-light.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-light.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-light.row-vw-100:before:before,
.unhstyle--bg--primary-light.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-light.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-light.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-light.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-light.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-light.row-vw-100:before h2,
.unhstyle--bg--primary-light.row-vw-100:before h3,
.unhstyle--bg--primary-light.row-vw-100:before h4,
.unhstyle--bg--primary-light.row-vw-100:before h5,
.unhstyle--bg--primary-light.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-light.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-light.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-light.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-light.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-med {
  background-color: #345998;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--primary-med:before,
.unhstyle--bg--primary-med:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-med:after {
  clear: both;
}
.unhstyle--bg--primary-med:before,
.unhstyle--bg--primary-med:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-med:after {
  clear: both;
}
.unhstyle--bg--primary-med .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-med .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-med .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-med h2,
.unhstyle--bg--primary-med h3,
.unhstyle--bg--primary-med h4,
.unhstyle--bg--primary-med h5,
.unhstyle--bg--primary-med h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-med .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-med .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-med .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-med .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-med.row-vw-100:before {
  background-color: #345998;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--primary-med.row-vw-100:before:before,
.unhstyle--bg--primary-med.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-med.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-med.row-vw-100:before:before,
.unhstyle--bg--primary-med.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-med.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-med.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-med.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-med.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-med.row-vw-100:before h2,
.unhstyle--bg--primary-med.row-vw-100:before h3,
.unhstyle--bg--primary-med.row-vw-100:before h4,
.unhstyle--bg--primary-med.row-vw-100:before h5,
.unhstyle--bg--primary-med.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-med.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-med.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-med.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-med.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-dark {
  background-color: #001d52;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--primary-dark:before,
.unhstyle--bg--primary-dark:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-dark:after {
  clear: both;
}
.unhstyle--bg--primary-dark:before,
.unhstyle--bg--primary-dark:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-dark:after {
  clear: both;
}
.unhstyle--bg--primary-dark .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-dark .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-dark .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-dark h2,
.unhstyle--bg--primary-dark h3,
.unhstyle--bg--primary-dark h4,
.unhstyle--bg--primary-dark h5,
.unhstyle--bg--primary-dark h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-dark .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-dark .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-dark .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-dark .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary-dark.row-vw-100:before {
  background-color: #001d52;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--primary-dark.row-vw-100:before:before,
.unhstyle--bg--primary-dark.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-dark.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-dark.row-vw-100:before:before,
.unhstyle--bg--primary-dark.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary-dark.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary-dark.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--primary-dark.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary-dark.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary-dark.row-vw-100:before h2,
.unhstyle--bg--primary-dark.row-vw-100:before h3,
.unhstyle--bg--primary-dark.row-vw-100:before h4,
.unhstyle--bg--primary-dark.row-vw-100:before h5,
.unhstyle--bg--primary-dark.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--primary-dark.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary-dark.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary-dark.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary-dark.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--secondary {
  background-color: #263645;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--secondary:before,
.unhstyle--bg--secondary:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary:after {
  clear: both;
}
.unhstyle--bg--secondary:before,
.unhstyle--bg--secondary:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary:after {
  clear: both;
}
.unhstyle--bg--secondary .panel-pane {
  position: relative;
}
.unhstyle--bg--secondary .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--secondary .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--secondary h2,
.unhstyle--bg--secondary h3,
.unhstyle--bg--secondary h4,
.unhstyle--bg--secondary h5,
.unhstyle--bg--secondary h5 {
  margin-top: 0;
}
.unhstyle--bg--secondary .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--secondary .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--secondary .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--secondary .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--secondary.row-vw-100:before {
  background-color: #263645;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--secondary.row-vw-100:before:before,
.unhstyle--bg--secondary.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--secondary.row-vw-100:before:before,
.unhstyle--bg--secondary.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--secondary.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--secondary.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--secondary.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--secondary.row-vw-100:before h2,
.unhstyle--bg--secondary.row-vw-100:before h3,
.unhstyle--bg--secondary.row-vw-100:before h4,
.unhstyle--bg--secondary.row-vw-100:before h5,
.unhstyle--bg--secondary.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--secondary.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--secondary.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--secondary.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--secondary.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--secondary-hov {
  background-color: #092844;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--secondary-hov:before,
.unhstyle--bg--secondary-hov:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-hov:after {
  clear: both;
}
.unhstyle--bg--secondary-hov:before,
.unhstyle--bg--secondary-hov:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-hov:after {
  clear: both;
}
.unhstyle--bg--secondary-hov .panel-pane {
  position: relative;
}
.unhstyle--bg--secondary-hov .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--secondary-hov .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--secondary-hov h2,
.unhstyle--bg--secondary-hov h3,
.unhstyle--bg--secondary-hov h4,
.unhstyle--bg--secondary-hov h5,
.unhstyle--bg--secondary-hov h5 {
  margin-top: 0;
}
.unhstyle--bg--secondary-hov .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--secondary-hov .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--secondary-hov .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--secondary-hov .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--secondary-hov.row-vw-100:before {
  background-color: #092844;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--secondary-hov.row-vw-100:before:before,
.unhstyle--bg--secondary-hov.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-hov.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--secondary-hov.row-vw-100:before:before,
.unhstyle--bg--secondary-hov.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-hov.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--secondary-hov.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--secondary-hov.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--secondary-hov.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--secondary-hov.row-vw-100:before h2,
.unhstyle--bg--secondary-hov.row-vw-100:before h3,
.unhstyle--bg--secondary-hov.row-vw-100:before h4,
.unhstyle--bg--secondary-hov.row-vw-100:before h5,
.unhstyle--bg--secondary-hov.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--secondary-hov.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--secondary-hov.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--secondary-hov.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--secondary-hov.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--secondary-light {
  background-color: #d4dde4;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--secondary-light:before,
.unhstyle--bg--secondary-light:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-light:after {
  clear: both;
}
.unhstyle--bg--secondary-light:before,
.unhstyle--bg--secondary-light:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-light:after {
  clear: both;
}
.unhstyle--bg--secondary-light .panel-pane {
  position: relative;
}
.unhstyle--bg--secondary-light .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--secondary-light .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--secondary-light h2,
.unhstyle--bg--secondary-light h3,
.unhstyle--bg--secondary-light h4,
.unhstyle--bg--secondary-light h5,
.unhstyle--bg--secondary-light h5 {
  margin-top: 0;
}
.unhstyle--bg--secondary-light .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--secondary-light .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--secondary-light .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--secondary-light .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--secondary-light.row-vw-100:before {
  background-color: #d4dde4;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--secondary-light.row-vw-100:before:before,
.unhstyle--bg--secondary-light.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-light.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--secondary-light.row-vw-100:before:before,
.unhstyle--bg--secondary-light.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-light.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--secondary-light.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--secondary-light.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--secondary-light.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--secondary-light.row-vw-100:before h2,
.unhstyle--bg--secondary-light.row-vw-100:before h3,
.unhstyle--bg--secondary-light.row-vw-100:before h4,
.unhstyle--bg--secondary-light.row-vw-100:before h5,
.unhstyle--bg--secondary-light.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--secondary-light.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--secondary-light.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--secondary-light.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--secondary-light.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--secondary-dark {
  background-color: #102436;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--secondary-dark:before,
.unhstyle--bg--secondary-dark:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-dark:after {
  clear: both;
}
.unhstyle--bg--secondary-dark:before,
.unhstyle--bg--secondary-dark:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-dark:after {
  clear: both;
}
.unhstyle--bg--secondary-dark .panel-pane {
  position: relative;
}
.unhstyle--bg--secondary-dark .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--secondary-dark .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--secondary-dark h2,
.unhstyle--bg--secondary-dark h3,
.unhstyle--bg--secondary-dark h4,
.unhstyle--bg--secondary-dark h5,
.unhstyle--bg--secondary-dark h5 {
  margin-top: 0;
}
.unhstyle--bg--secondary-dark .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--secondary-dark .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--secondary-dark .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--secondary-dark .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--secondary-dark.row-vw-100:before {
  background-color: #102436;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--secondary-dark.row-vw-100:before:before,
.unhstyle--bg--secondary-dark.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-dark.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--secondary-dark.row-vw-100:before:before,
.unhstyle--bg--secondary-dark.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--secondary-dark.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--secondary-dark.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--secondary-dark.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--secondary-dark.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--secondary-dark.row-vw-100:before h2,
.unhstyle--bg--secondary-dark.row-vw-100:before h3,
.unhstyle--bg--secondary-dark.row-vw-100:before h4,
.unhstyle--bg--secondary-dark.row-vw-100:before h5,
.unhstyle--bg--secondary-dark.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--secondary-dark.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--secondary-dark.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--secondary-dark.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--secondary-dark.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--tertiary {
  background-color: #d7d1c4;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--tertiary:before,
.unhstyle--bg--tertiary:after {
  content: " ";
  display: table;
}
.unhstyle--bg--tertiary:after {
  clear: both;
}
.unhstyle--bg--tertiary:before,
.unhstyle--bg--tertiary:after {
  content: " ";
  display: table;
}
.unhstyle--bg--tertiary:after {
  clear: both;
}
.unhstyle--bg--tertiary .panel-pane {
  position: relative;
}
.unhstyle--bg--tertiary .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--tertiary .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--tertiary h2,
.unhstyle--bg--tertiary h3,
.unhstyle--bg--tertiary h4,
.unhstyle--bg--tertiary h5,
.unhstyle--bg--tertiary h5 {
  margin-top: 0;
}
.unhstyle--bg--tertiary .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--tertiary .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--tertiary .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--tertiary .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--tertiary.row-vw-100:before {
  background-color: #d7d1c4;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--tertiary.row-vw-100:before:before,
.unhstyle--bg--tertiary.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--tertiary.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--tertiary.row-vw-100:before:before,
.unhstyle--bg--tertiary.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--tertiary.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--tertiary.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--tertiary.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--tertiary.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--tertiary.row-vw-100:before h2,
.unhstyle--bg--tertiary.row-vw-100:before h3,
.unhstyle--bg--tertiary.row-vw-100:before h4,
.unhstyle--bg--tertiary.row-vw-100:before h5,
.unhstyle--bg--tertiary.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--tertiary.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--tertiary.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--tertiary.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--tertiary.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--highlight {
  background-color: #f77a05;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--highlight:before,
.unhstyle--bg--highlight:after {
  content: " ";
  display: table;
}
.unhstyle--bg--highlight:after {
  clear: both;
}
.unhstyle--bg--highlight:before,
.unhstyle--bg--highlight:after {
  content: " ";
  display: table;
}
.unhstyle--bg--highlight:after {
  clear: both;
}
.unhstyle--bg--highlight .panel-pane {
  position: relative;
}
.unhstyle--bg--highlight .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--highlight .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--highlight h2,
.unhstyle--bg--highlight h3,
.unhstyle--bg--highlight h4,
.unhstyle--bg--highlight h5,
.unhstyle--bg--highlight h5 {
  margin-top: 0;
}
.unhstyle--bg--highlight .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--highlight .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--highlight .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--highlight .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--highlight.row-vw-100:before {
  background-color: #f77a05;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--highlight.row-vw-100:before:before,
.unhstyle--bg--highlight.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--highlight.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--highlight.row-vw-100:before:before,
.unhstyle--bg--highlight.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--highlight.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--highlight.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--highlight.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--highlight.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--highlight.row-vw-100:before h2,
.unhstyle--bg--highlight.row-vw-100:before h3,
.unhstyle--bg--highlight.row-vw-100:before h4,
.unhstyle--bg--highlight.row-vw-100:before h5,
.unhstyle--bg--highlight.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--highlight.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--highlight.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--highlight.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--highlight.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--highlight-hov {
  background-color: #CB4D0B;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--highlight-hov:before,
.unhstyle--bg--highlight-hov:after {
  content: " ";
  display: table;
}
.unhstyle--bg--highlight-hov:after {
  clear: both;
}
.unhstyle--bg--highlight-hov:before,
.unhstyle--bg--highlight-hov:after {
  content: " ";
  display: table;
}
.unhstyle--bg--highlight-hov:after {
  clear: both;
}
.unhstyle--bg--highlight-hov .panel-pane {
  position: relative;
}
.unhstyle--bg--highlight-hov .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--highlight-hov .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--highlight-hov h2,
.unhstyle--bg--highlight-hov h3,
.unhstyle--bg--highlight-hov h4,
.unhstyle--bg--highlight-hov h5,
.unhstyle--bg--highlight-hov h5 {
  margin-top: 0;
}
.unhstyle--bg--highlight-hov .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--highlight-hov .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--highlight-hov .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--highlight-hov .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--highlight-hov.row-vw-100:before {
  background-color: #CB4D0B;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--highlight-hov.row-vw-100:before:before,
.unhstyle--bg--highlight-hov.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--highlight-hov.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--highlight-hov.row-vw-100:before:before,
.unhstyle--bg--highlight-hov.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--highlight-hov.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--highlight-hov.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--highlight-hov.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--highlight-hov.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--highlight-hov.row-vw-100:before h2,
.unhstyle--bg--highlight-hov.row-vw-100:before h3,
.unhstyle--bg--highlight-hov.row-vw-100:before h4,
.unhstyle--bg--highlight-hov.row-vw-100:before h5,
.unhstyle--bg--highlight-hov.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--highlight-hov.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--highlight-hov.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--highlight-hov.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--highlight-hov.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--black {
  background-color: #000;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--black:before,
.unhstyle--bg--black:after {
  content: " ";
  display: table;
}
.unhstyle--bg--black:after {
  clear: both;
}
.unhstyle--bg--black:before,
.unhstyle--bg--black:after {
  content: " ";
  display: table;
}
.unhstyle--bg--black:after {
  clear: both;
}
.unhstyle--bg--black .panel-pane {
  position: relative;
}
.unhstyle--bg--black .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--black .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--black h2,
.unhstyle--bg--black h3,
.unhstyle--bg--black h4,
.unhstyle--bg--black h5,
.unhstyle--bg--black h5 {
  margin-top: 0;
}
.unhstyle--bg--black .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--black .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--black .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--black .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--black.row-vw-100:before {
  background-color: #000;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--black.row-vw-100:before:before,
.unhstyle--bg--black.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--black.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--black.row-vw-100:before:before,
.unhstyle--bg--black.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--black.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--black.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--black.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--black.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--black.row-vw-100:before h2,
.unhstyle--bg--black.row-vw-100:before h3,
.unhstyle--bg--black.row-vw-100:before h4,
.unhstyle--bg--black.row-vw-100:before h5,
.unhstyle--bg--black.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--black.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--black.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--black.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--black.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-darker {
  background-color: #222222;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--gray-darker:before,
.unhstyle--bg--gray-darker:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-darker:after {
  clear: both;
}
.unhstyle--bg--gray-darker:before,
.unhstyle--bg--gray-darker:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-darker:after {
  clear: both;
}
.unhstyle--bg--gray-darker .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-darker .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-darker .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-darker h2,
.unhstyle--bg--gray-darker h3,
.unhstyle--bg--gray-darker h4,
.unhstyle--bg--gray-darker h5,
.unhstyle--bg--gray-darker h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-darker .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-darker .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-darker .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-darker .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-darker.row-vw-100:before {
  background-color: #222222;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--gray-darker.row-vw-100:before:before,
.unhstyle--bg--gray-darker.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-darker.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-darker.row-vw-100:before:before,
.unhstyle--bg--gray-darker.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-darker.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-darker.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-darker.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-darker.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-darker.row-vw-100:before h2,
.unhstyle--bg--gray-darker.row-vw-100:before h3,
.unhstyle--bg--gray-darker.row-vw-100:before h4,
.unhstyle--bg--gray-darker.row-vw-100:before h5,
.unhstyle--bg--gray-darker.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-darker.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-darker.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-darker.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-darker.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-dark {
  background-color: #333333;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--gray-dark:before,
.unhstyle--bg--gray-dark:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-dark:after {
  clear: both;
}
.unhstyle--bg--gray-dark:before,
.unhstyle--bg--gray-dark:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-dark:after {
  clear: both;
}
.unhstyle--bg--gray-dark .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-dark .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-dark .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-dark h2,
.unhstyle--bg--gray-dark h3,
.unhstyle--bg--gray-dark h4,
.unhstyle--bg--gray-dark h5,
.unhstyle--bg--gray-dark h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-dark .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-dark .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-dark .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-dark .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-dark.row-vw-100:before {
  background-color: #333333;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--gray-dark.row-vw-100:before:before,
.unhstyle--bg--gray-dark.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-dark.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-dark.row-vw-100:before:before,
.unhstyle--bg--gray-dark.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-dark.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-dark.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-dark.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-dark.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-dark.row-vw-100:before h2,
.unhstyle--bg--gray-dark.row-vw-100:before h3,
.unhstyle--bg--gray-dark.row-vw-100:before h4,
.unhstyle--bg--gray-dark.row-vw-100:before h5,
.unhstyle--bg--gray-dark.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-dark.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-dark.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-dark.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-dark.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray {
  background-color: #555555;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--gray:before,
.unhstyle--bg--gray:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray:after {
  clear: both;
}
.unhstyle--bg--gray:before,
.unhstyle--bg--gray:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray:after {
  clear: both;
}
.unhstyle--bg--gray .panel-pane {
  position: relative;
}
.unhstyle--bg--gray .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray h2,
.unhstyle--bg--gray h3,
.unhstyle--bg--gray h4,
.unhstyle--bg--gray h5,
.unhstyle--bg--gray h5 {
  margin-top: 0;
}
.unhstyle--bg--gray .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray.row-vw-100:before {
  background-color: #555555;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--gray.row-vw-100:before:before,
.unhstyle--bg--gray.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray.row-vw-100:before:before,
.unhstyle--bg--gray.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--gray.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray.row-vw-100:before h2,
.unhstyle--bg--gray.row-vw-100:before h3,
.unhstyle--bg--gray.row-vw-100:before h4,
.unhstyle--bg--gray.row-vw-100:before h5,
.unhstyle--bg--gray.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--gray.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-medium {
  background-color: #737373;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--gray-medium:before,
.unhstyle--bg--gray-medium:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-medium:after {
  clear: both;
}
.unhstyle--bg--gray-medium:before,
.unhstyle--bg--gray-medium:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-medium:after {
  clear: both;
}
.unhstyle--bg--gray-medium .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-medium .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-medium .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-medium h2,
.unhstyle--bg--gray-medium h3,
.unhstyle--bg--gray-medium h4,
.unhstyle--bg--gray-medium h5,
.unhstyle--bg--gray-medium h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-medium .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-medium .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-medium .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-medium .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-medium.row-vw-100:before {
  background-color: #737373;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--gray-medium.row-vw-100:before:before,
.unhstyle--bg--gray-medium.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-medium.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-medium.row-vw-100:before:before,
.unhstyle--bg--gray-medium.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-medium.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-medium.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-medium.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-medium.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-medium.row-vw-100:before h2,
.unhstyle--bg--gray-medium.row-vw-100:before h3,
.unhstyle--bg--gray-medium.row-vw-100:before h4,
.unhstyle--bg--gray-medium.row-vw-100:before h5,
.unhstyle--bg--gray-medium.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-medium.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-medium.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-medium.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-medium.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-light {
  background-color: #a3a9ac;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--gray-light:before,
.unhstyle--bg--gray-light:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-light:after {
  clear: both;
}
.unhstyle--bg--gray-light:before,
.unhstyle--bg--gray-light:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-light:after {
  clear: both;
}
.unhstyle--bg--gray-light .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-light .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-light .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-light h2,
.unhstyle--bg--gray-light h3,
.unhstyle--bg--gray-light h4,
.unhstyle--bg--gray-light h5,
.unhstyle--bg--gray-light h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-light .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-light .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-light .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-light .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-light.row-vw-100:before {
  background-color: #a3a9ac;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--gray-light.row-vw-100:before:before,
.unhstyle--bg--gray-light.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-light.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-light.row-vw-100:before:before,
.unhstyle--bg--gray-light.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-light.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-light.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-light.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-light.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-light.row-vw-100:before h2,
.unhstyle--bg--gray-light.row-vw-100:before h3,
.unhstyle--bg--gray-light.row-vw-100:before h4,
.unhstyle--bg--gray-light.row-vw-100:before h5,
.unhstyle--bg--gray-light.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-light.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-light.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-light.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-light.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-lighter {
  background-color: #c7c7c7;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--gray-lighter:before,
.unhstyle--bg--gray-lighter:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-lighter:after {
  clear: both;
}
.unhstyle--bg--gray-lighter:before,
.unhstyle--bg--gray-lighter:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-lighter:after {
  clear: both;
}
.unhstyle--bg--gray-lighter .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-lighter .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-lighter .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-lighter h2,
.unhstyle--bg--gray-lighter h3,
.unhstyle--bg--gray-lighter h4,
.unhstyle--bg--gray-lighter h5,
.unhstyle--bg--gray-lighter h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-lighter .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-lighter .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-lighter .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-lighter .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-lighter.row-vw-100:before {
  background-color: #c7c7c7;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--gray-lighter.row-vw-100:before:before,
.unhstyle--bg--gray-lighter.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-lighter.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-lighter.row-vw-100:before:before,
.unhstyle--bg--gray-lighter.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-lighter.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-lighter.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-lighter.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-lighter.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-lighter.row-vw-100:before h2,
.unhstyle--bg--gray-lighter.row-vw-100:before h3,
.unhstyle--bg--gray-lighter.row-vw-100:before h4,
.unhstyle--bg--gray-lighter.row-vw-100:before h5,
.unhstyle--bg--gray-lighter.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-lighter.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-lighter.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-lighter.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-lighter.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-lightest {
  background-color: #eeeeee;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--gray-lightest:before,
.unhstyle--bg--gray-lightest:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-lightest:after {
  clear: both;
}
.unhstyle--bg--gray-lightest:before,
.unhstyle--bg--gray-lightest:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-lightest:after {
  clear: both;
}
.unhstyle--bg--gray-lightest .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-lightest .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-lightest .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-lightest h2,
.unhstyle--bg--gray-lightest h3,
.unhstyle--bg--gray-lightest h4,
.unhstyle--bg--gray-lightest h5,
.unhstyle--bg--gray-lightest h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-lightest .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-lightest .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-lightest .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-lightest .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--gray-lightest.row-vw-100:before {
  background-color: #eeeeee;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--gray-lightest.row-vw-100:before:before,
.unhstyle--bg--gray-lightest.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-lightest.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-lightest.row-vw-100:before:before,
.unhstyle--bg--gray-lightest.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--gray-lightest.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--gray-lightest.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--gray-lightest.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--gray-lightest.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--gray-lightest.row-vw-100:before h2,
.unhstyle--bg--gray-lightest.row-vw-100:before h3,
.unhstyle--bg--gray-lightest.row-vw-100:before h4,
.unhstyle--bg--gray-lightest.row-vw-100:before h5,
.unhstyle--bg--gray-lightest.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--gray-lightest.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--gray-lightest.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--gray-lightest.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--gray-lightest.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--white {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--white:before,
.unhstyle--bg--white:after {
  content: " ";
  display: table;
}
.unhstyle--bg--white:after {
  clear: both;
}
.unhstyle--bg--white:before,
.unhstyle--bg--white:after {
  content: " ";
  display: table;
}
.unhstyle--bg--white:after {
  clear: both;
}
.unhstyle--bg--white .panel-pane {
  position: relative;
}
.unhstyle--bg--white .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--white .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--white h2,
.unhstyle--bg--white h3,
.unhstyle--bg--white h4,
.unhstyle--bg--white h5,
.unhstyle--bg--white h5 {
  margin-top: 0;
}
.unhstyle--bg--white .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--white .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--white .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--white .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--white.row-vw-100:before {
  background-color: #fff;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--white.row-vw-100:before:before,
.unhstyle--bg--white.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--white.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--white.row-vw-100:before:before,
.unhstyle--bg--white.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--white.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--white.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--white.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--white.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--white.row-vw-100:before h2,
.unhstyle--bg--white.row-vw-100:before h3,
.unhstyle--bg--white.row-vw-100:before h4,
.unhstyle--bg--white.row-vw-100:before h5,
.unhstyle--bg--white.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--white.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--white.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--white.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--white.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--transparent-white {
  background-color: rgba(238, 238, 238, 0.6);
  margin: 20px 0;
  padding: 20px !important;
}
.unhstyle--bg--transparent-white:before,
.unhstyle--bg--transparent-white:after {
  content: " ";
  display: table;
}
.unhstyle--bg--transparent-white:after {
  clear: both;
}
.unhstyle--bg--transparent-white:before,
.unhstyle--bg--transparent-white:after {
  content: " ";
  display: table;
}
.unhstyle--bg--transparent-white:after {
  clear: both;
}
.unhstyle--bg--transparent-white .panel-pane {
  position: relative;
}
.unhstyle--bg--transparent-white .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--transparent-white .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--transparent-white h2,
.unhstyle--bg--transparent-white h3,
.unhstyle--bg--transparent-white h4,
.unhstyle--bg--transparent-white h5,
.unhstyle--bg--transparent-white h5 {
  margin-top: 0;
}
.unhstyle--bg--transparent-white .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--transparent-white .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--transparent-white .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--transparent-white .row-vw-100 {
    width: 1130px !important;
  }
}
.unhstyle--bg--primary.row-vw-100:before {
  background-color: #003591;
  margin: 20px 0;
  padding: 20px !important;
  display: block !important;
}
.unhstyle--bg--primary.row-vw-100:before:before,
.unhstyle--bg--primary.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary.row-vw-100:before:before,
.unhstyle--bg--primary.row-vw-100:before:after {
  content: " ";
  display: table;
}
.unhstyle--bg--primary.row-vw-100:before:after {
  clear: both;
}
.unhstyle--bg--primary.row-vw-100:before .panel-pane {
  position: relative;
}
.unhstyle--bg--primary.row-vw-100:before .pane-title {
  /*padding-top:20px !important;*/
  margin: 0 !important;
}
.unhstyle--bg--primary.row-vw-100:before .pane-content {
  padding: 20px 0;
}
.unhstyle--bg--primary.row-vw-100:before h2,
.unhstyle--bg--primary.row-vw-100:before h3,
.unhstyle--bg--primary.row-vw-100:before h4,
.unhstyle--bg--primary.row-vw-100:before h5,
.unhstyle--bg--primary.row-vw-100:before h5 {
  margin-top: 0;
}
.unhstyle--bg--primary.row-vw-100:before .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg--primary.row-vw-100:before .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg--primary.row-vw-100:before .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg--primary.row-vw-100:before .row-vw-100 {
    width: 1130px !important;
  }
}
/*-------------------------------------------*/
/*            BACKGROUND IMAGE               */
/*-------------------------------------------*/
.row-vw-100.unh-panel-styles-background:before {
  background-size: cover;
  background-repeat: no-repeat;
}
/*-------------------------------------------*/
/*              TEXT COLORS                  */
/*-------------------------------------------*/
.unhstyle--txt a:link,
.unhstyle--txt a:visited {
  text-decoration: underline;
}
.unhstyle--txt a:hover,
.unhstyle--txt a:active {
  text-decoration: none;
}
.unhstyle--txt--black * {
  color: #000;
}
.unhstyle--txt--black a:hover,
.unhstyle--txt--black a:active,
.unhstyle--txt--black a:focus {
  color: rgba(0, 0, 0, 0.7);
}
.unhstyle--txt--black a:link,
.unhstyle--txt--black a:visited {
  text-decoration: underline;
}
.unhstyle--txt--black a:hover,
.unhstyle--txt--black a:active {
  text-decoration: none;
}
.unhstyle--txt--gray * {
  color: #555555;
}
.unhstyle--txt--gray a:hover,
.unhstyle--txt--gray a:active,
.unhstyle--txt--gray a:focus {
  color: rgba(85, 85, 85, 0.7);
}
.unhstyle--txt--gray a:link,
.unhstyle--txt--gray a:visited {
  text-decoration: underline;
}
.unhstyle--txt--gray a:hover,
.unhstyle--txt--gray a:active {
  text-decoration: none;
}
.unhstyle--txt--white * {
  color: #fff;
}
.unhstyle--txt--white a:hover,
.unhstyle--txt--white a:active,
.unhstyle--txt--white a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.unhstyle--txt--white a:link,
.unhstyle--txt--white a:visited {
  text-decoration: underline;
}
.unhstyle--txt--white a:hover,
.unhstyle--txt--white a:active {
  text-decoration: none;
}
.classy-panel-styles-pane.unhstyle--txt--black *,
.classy-panel-styles.pane.unhstyle--txt--black * {
  color: #000 !important;
}
.classy-panel-styles-pane.unhstyle--txt--black a:hover,
.classy-panel-styles.pane.unhstyle--txt--black a:hover,
.classy-panel-styles-pane.unhstyle--txt--black a:active,
.classy-panel-styles.pane.unhstyle--txt--black a:active,
.classy-panel-styles-pane.unhstyle--txt--black a:focus,
.classy-panel-styles.pane.unhstyle--txt--black a:focus {
  color: rgba(0, 0, 0, 0.7) !important;
}
.classy-panel-styles-pane.unhstyle--txt--black a:link,
.classy-panel-styles.pane.unhstyle--txt--black a:link,
.classy-panel-styles-pane.unhstyle--txt--black a:visited,
.classy-panel-styles.pane.unhstyle--txt--black a:visited {
  text-decoration: underline !important;
}
.classy-panel-styles-pane.unhstyle--txt--black a:hover,
.classy-panel-styles.pane.unhstyle--txt--black a:hover,
.classy-panel-styles-pane.unhstyle--txt--black a:active,
.classy-panel-styles.pane.unhstyle--txt--black a:active {
  text-decoration: none !important;
}
/*-------------------------------------------*/
/*               COLUMN WIDTHS               */
/*-------------------------------------------*/
.classy-panel-styles.col-xs-12,
.classy-panel-styles.col-xs-6,
.classy-panel-styles.col-sm-12,
.classy-panel-styles.col-sm-10,
.classy-panel-styles.col-sm-9,
.classy-panel-styles.col-sm-8,
.classy-panel-styles.col-sm-6,
.classy-panel-styles.col-sm-4,
.classy-panel-styles.col-sm-3,
.classy-panel-styles.col-sm-2,
.classy-panel-styles.col-md-12,
.classy-panel-styles.col-md-10,
.classy-panel-styles.col-md-9,
.classy-panel-styles.col-md-8,
.classy-panel-styles.col-md-6,
.classy-panel-styles.col-md-4,
.classy-panel-styles.col-md-3,
.classy-panel-styles.col-md-2 {
  clear: none !important;
}
/*-------------------------------------------*/
/*               HIDDEN PANELS               */
/*-------------------------------------------*/
.hidden-md {
  /* make sure panes set to "hidden" on desktop are also hidden at the max width. +*/
}
@media (min-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}
/* Don't hide the blocks when you're editing the panel */
.panels-ipe-editing .hidden,
.panels-ipe-editing .hidden-xs,
.panels-ipe-editing .hidden-sm,
.panels-ipe-editing .hidden-md {
  display: none !important;
}
@media (max-width: 767px) {
  .panels-ipe-editing .hidden,
  .panels-ipe-editing .hidden-xs,
  .panels-ipe-editing .hidden-sm,
  .panels-ipe-editing .hidden-md {
    display: block !important;
  }
  table.panels-ipe-editing .hidden,
  table.panels-ipe-editing .hidden-xs,
  table.panels-ipe-editing .hidden-sm,
  table.panels-ipe-editing .hidden-md {
    display: table;
  }
  tr.panels-ipe-editing .hidden,
  tr.panels-ipe-editing .hidden-xs,
  tr.panels-ipe-editing .hidden-sm,
  tr.panels-ipe-editing .hidden-md {
    display: table-row !important;
  }
  th.panels-ipe-editing .hidden,
  th.panels-ipe-editing .hidden-xs,
  th.panels-ipe-editing .hidden-sm,
  th.panels-ipe-editing .hidden-md,
  td.panels-ipe-editing .hidden,
  td.panels-ipe-editing .hidden-xs,
  td.panels-ipe-editing .hidden-sm,
  td.panels-ipe-editing .hidden-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .panels-ipe-editing .hidden,
  .panels-ipe-editing .hidden-xs,
  .panels-ipe-editing .hidden-sm,
  .panels-ipe-editing .hidden-md {
    display: block !important;
  }
  table.panels-ipe-editing .hidden,
  table.panels-ipe-editing .hidden-xs,
  table.panels-ipe-editing .hidden-sm,
  table.panels-ipe-editing .hidden-md {
    display: table;
  }
  tr.panels-ipe-editing .hidden,
  tr.panels-ipe-editing .hidden-xs,
  tr.panels-ipe-editing .hidden-sm,
  tr.panels-ipe-editing .hidden-md {
    display: table-row !important;
  }
  th.panels-ipe-editing .hidden,
  th.panels-ipe-editing .hidden-xs,
  th.panels-ipe-editing .hidden-sm,
  th.panels-ipe-editing .hidden-md,
  td.panels-ipe-editing .hidden,
  td.panels-ipe-editing .hidden-xs,
  td.panels-ipe-editing .hidden-sm,
  td.panels-ipe-editing .hidden-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .panels-ipe-editing .hidden,
  .panels-ipe-editing .hidden-xs,
  .panels-ipe-editing .hidden-sm,
  .panels-ipe-editing .hidden-md {
    display: block !important;
  }
  table.panels-ipe-editing .hidden,
  table.panels-ipe-editing .hidden-xs,
  table.panels-ipe-editing .hidden-sm,
  table.panels-ipe-editing .hidden-md {
    display: table;
  }
  tr.panels-ipe-editing .hidden,
  tr.panels-ipe-editing .hidden-xs,
  tr.panels-ipe-editing .hidden-sm,
  tr.panels-ipe-editing .hidden-md {
    display: table-row !important;
  }
  th.panels-ipe-editing .hidden,
  th.panels-ipe-editing .hidden-xs,
  th.panels-ipe-editing .hidden-sm,
  th.panels-ipe-editing .hidden-md,
  td.panels-ipe-editing .hidden,
  td.panels-ipe-editing .hidden-xs,
  td.panels-ipe-editing .hidden-sm,
  td.panels-ipe-editing .hidden-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .panels-ipe-editing .hidden,
  .panels-ipe-editing .hidden-xs,
  .panels-ipe-editing .hidden-sm,
  .panels-ipe-editing .hidden-md {
    display: block !important;
  }
  table.panels-ipe-editing .hidden,
  table.panels-ipe-editing .hidden-xs,
  table.panels-ipe-editing .hidden-sm,
  table.panels-ipe-editing .hidden-md {
    display: table;
  }
  tr.panels-ipe-editing .hidden,
  tr.panels-ipe-editing .hidden-xs,
  tr.panels-ipe-editing .hidden-sm,
  tr.panels-ipe-editing .hidden-md {
    display: table-row !important;
  }
  th.panels-ipe-editing .hidden,
  th.panels-ipe-editing .hidden-xs,
  th.panels-ipe-editing .hidden-sm,
  th.panels-ipe-editing .hidden-md,
  td.panels-ipe-editing .hidden,
  td.panels-ipe-editing .hidden-xs,
  td.panels-ipe-editing .hidden-sm,
  td.panels-ipe-editing .hidden-md {
    display: table-cell !important;
  }
}
/*-------------------------------------------*/
/*             FLEX-BLOCK STYLES            */
/*-------------------------------------------*/
.unhstyle--flex {
  margin-top: 30px;
  /* overwrites the 20px padding added by bg color classy styles */
  /*fix styling when editing panel*/
}
.unhstyle--flex .cps-region-inner {
  padding: 2em 0;
}
.unhstyle--flex .pane-content {
  padding-top: 10px !important;
}
.unhstyle--flex .panel-pane,
.unhstyle--flex .panels-ipe-portlet-wrapper {
  display: block;
  padding: 1.5em;
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  .unhstyle--flex .region-inner,
  .unhstyle--flex .cps-region-inner {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .unhstyle--flex .panel-pane {
    float: left \9;
  }
  .unhstyle--flex .panels-ipe-sort-container {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .unhstyle--flex .panels-ipe-sort-container > div {
    width: 100%;
  }
  .unhstyle--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper .panel-pane {
    width: 100%;
  }
  .unhstyle--flex .panel-separator {
    display: block;
    width: 2%;
  }
}
.unhstyle--flex .panels-ipe-portlet-wrapper .panel-pane {
  border: 0;
  padding: 0;
  margin: 0;
}
.unhstyle--flex .unhstyle--flex--basis-full {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  float: none !important;
}
.unhstyle--flex .unhstyle--flex--align-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.unhstyle--flex .unhstyle--flex--align-stretch {
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.unhstyle--flex .unhstyle--flex--align-end {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.unhstyle--flex--2 {
  margin-top: 30px;
  /* overwrites the 20px padding added by bg color classy styles */
  /*fix styling when editing panel*/
}
.unhstyle--flex--2 .cps-region-inner {
  padding: 2em 0;
}
.unhstyle--flex--2 .pane-content {
  padding-top: 10px !important;
}
.unhstyle--flex--2 .panel-pane,
.unhstyle--flex--2 .panels-ipe-portlet-wrapper {
  display: block;
  padding: 1.5em;
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  .unhstyle--flex--2 .region-inner,
  .unhstyle--flex--2 .cps-region-inner {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .unhstyle--flex--2 .panel-pane {
    float: left \9;
  }
  .unhstyle--flex--2 .panels-ipe-sort-container {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .unhstyle--flex--2 .panels-ipe-sort-container > div {
    width: 100%;
  }
  .unhstyle--flex--2 .panels-ipe-sort-container .panels-ipe-portlet-wrapper .panel-pane {
    width: 100%;
  }
  .unhstyle--flex--2 .panel-separator {
    display: block;
    width: 2%;
  }
}
.unhstyle--flex--2 .panels-ipe-portlet-wrapper .panel-pane {
  border: 0;
  padding: 0;
  margin: 0;
}
.unhstyle--flex--2 .unhstyle--flex--basis-full {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  float: none !important;
}
.unhstyle--flex--2 .unhstyle--flex--align-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.unhstyle--flex--2 .unhstyle--flex--align-stretch {
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.unhstyle--flex--2 .unhstyle--flex--align-end {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.unhstyle--flex--2 .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--flex--2 .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--flex--2 .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--flex--2 .row-vw-100 {
    width: 1130px !important;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--2 .panel-pane,
  .unhstyle--flex--2 .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 48.5%;
  }
}
.unhstyle--flex--3 {
  margin-top: 30px;
  /* overwrites the 20px padding added by bg color classy styles */
  /*fix styling when editing panel*/
}
.unhstyle--flex--3 .cps-region-inner {
  padding: 2em 0;
}
.unhstyle--flex--3 .pane-content {
  padding-top: 10px !important;
}
.unhstyle--flex--3 .panel-pane,
.unhstyle--flex--3 .panels-ipe-portlet-wrapper {
  display: block;
  padding: 1.5em;
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  .unhstyle--flex--3 .region-inner,
  .unhstyle--flex--3 .cps-region-inner {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .unhstyle--flex--3 .panel-pane {
    float: left \9;
  }
  .unhstyle--flex--3 .panels-ipe-sort-container {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .unhstyle--flex--3 .panels-ipe-sort-container > div {
    width: 100%;
  }
  .unhstyle--flex--3 .panels-ipe-sort-container .panels-ipe-portlet-wrapper .panel-pane {
    width: 100%;
  }
  .unhstyle--flex--3 .panel-separator {
    display: block;
    width: 2%;
  }
}
.unhstyle--flex--3 .panels-ipe-portlet-wrapper .panel-pane {
  border: 0;
  padding: 0;
  margin: 0;
}
.unhstyle--flex--3 .unhstyle--flex--basis-full {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  float: none !important;
}
.unhstyle--flex--3 .unhstyle--flex--align-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.unhstyle--flex--3 .unhstyle--flex--align-stretch {
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.unhstyle--flex--3 .unhstyle--flex--align-end {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.unhstyle--flex--3 .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--flex--3 .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--flex--3 .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--flex--3 .row-vw-100 {
    width: 1130px !important;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--3 .panel-pane,
  .unhstyle--flex--3 .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 32%;
  }
}
.unhstyle--flex--4 {
  margin-top: 30px;
  /* overwrites the 20px padding added by bg color classy styles */
  /*fix styling when editing panel*/
}
.unhstyle--flex--4 .cps-region-inner {
  padding: 2em 0;
}
.unhstyle--flex--4 .pane-content {
  padding-top: 10px !important;
}
.unhstyle--flex--4 .panel-pane,
.unhstyle--flex--4 .panels-ipe-portlet-wrapper {
  display: block;
  padding: 1.5em;
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  .unhstyle--flex--4 .region-inner,
  .unhstyle--flex--4 .cps-region-inner {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .unhstyle--flex--4 .panel-pane {
    float: left \9;
  }
  .unhstyle--flex--4 .panels-ipe-sort-container {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .unhstyle--flex--4 .panels-ipe-sort-container > div {
    width: 100%;
  }
  .unhstyle--flex--4 .panels-ipe-sort-container .panels-ipe-portlet-wrapper .panel-pane {
    width: 100%;
  }
  .unhstyle--flex--4 .panel-separator {
    display: block;
    width: 2%;
  }
}
.unhstyle--flex--4 .panels-ipe-portlet-wrapper .panel-pane {
  border: 0;
  padding: 0;
  margin: 0;
}
.unhstyle--flex--4 .unhstyle--flex--basis-full {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  float: none !important;
}
.unhstyle--flex--4 .unhstyle--flex--align-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.unhstyle--flex--4 .unhstyle--flex--align-stretch {
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.unhstyle--flex--4 .unhstyle--flex--align-end {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.unhstyle--flex--4 .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--flex--4 .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--flex--4 .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--flex--4 .row-vw-100 {
    width: 1130px !important;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--4 .panel-pane,
  .unhstyle--flex--4 .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 24%;
  }
}
.unhstyle--flex--5 {
  margin-top: 30px;
  /* overwrites the 20px padding added by bg color classy styles */
  /*fix styling when editing panel*/
}
.unhstyle--flex--5 .cps-region-inner {
  padding: 2em 0;
}
.unhstyle--flex--5 .pane-content {
  padding-top: 10px !important;
}
.unhstyle--flex--5 .panel-pane,
.unhstyle--flex--5 .panels-ipe-portlet-wrapper {
  display: block;
  padding: 1.5em;
  margin: 0 0 1em 0;
}
@media (min-width: 768px) {
  .unhstyle--flex--5 .region-inner,
  .unhstyle--flex--5 .cps-region-inner {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .unhstyle--flex--5 .panel-pane {
    float: left \9;
  }
  .unhstyle--flex--5 .panels-ipe-sort-container {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    display: -ms-flex;
    -ms-flex-flow: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .unhstyle--flex--5 .panels-ipe-sort-container > div {
    width: 100%;
  }
  .unhstyle--flex--5 .panels-ipe-sort-container .panels-ipe-portlet-wrapper .panel-pane {
    width: 100%;
  }
  .unhstyle--flex--5 .panel-separator {
    display: block;
    width: 2%;
  }
}
.unhstyle--flex--5 .panels-ipe-portlet-wrapper .panel-pane {
  border: 0;
  padding: 0;
  margin: 0;
}
.unhstyle--flex--5 .unhstyle--flex--basis-full {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  float: none !important;
}
.unhstyle--flex--5 .unhstyle--flex--align-center {
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.unhstyle--flex--5 .unhstyle--flex--align-stretch {
  -webkit-align-self: stretch;
  -ms-align-self: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.unhstyle--flex--5 .unhstyle--flex--align-end {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.unhstyle--flex--5 .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--flex--5 .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--flex--5 .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--flex--5 .row-vw-100 {
    width: 1130px !important;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--5 .panel-pane,
  .unhstyle--flex--5 .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 19%;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--2.no-spacing--flex .panel-pane,
  .unhstyle--flex--2.no-spacing--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--3.no-spacing--flex .panel-pane,
  .unhstyle--flex--3.no-spacing--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--4.no-spacing--flex .panel-pane,
  .unhstyle--flex--4.no-spacing--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--5.no-spacing--flex .panel-pane,
  .unhstyle--flex--5.no-spacing--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--2.add-margin--flex .panel-pane,
  .unhstyle--flex--2.add-margin--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 47%;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--3.add-margin--flex .panel-pane,
  .unhstyle--flex--3.add-margin--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--4.add-margin--flex .panel-pane,
  .unhstyle--flex--4.add-margin--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .unhstyle--flex--5.add-margin--flex .panel-pane,
  .unhstyle--flex--5.add-margin--flex .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
    width: 17%;
  }
}
/*-------------------------------------------*/
/*            FULL VIEWPORT WIDTH            */
/*-------------------------------------------*/
/* this style is needed on dev and test sites to fix overlap for full-viewport width blocks */
/*
html {padding-left:0 !important;}
*/
.classy-panel-styles-pane.row-vw-100,
.classy-panel-styles.pane.row-vw-100,
.classy-panel-styles-region.row-vw-100,
.classy-panel-styles.region.row-vw-100 {
  padding: 0 !important;
  margin: 0;
  float: none;
  z-index: 1;
  clear: both !important;
}
@media (min-width: 480px) {
  .classy-panel-styles-pane.row-vw-100,
  .classy-panel-styles.pane.row-vw-100,
  .classy-panel-styles-region.row-vw-100,
  .classy-panel-styles.region.row-vw-100 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .classy-panel-styles-pane.row-vw-100,
  .classy-panel-styles.pane.row-vw-100,
  .classy-panel-styles-region.row-vw-100,
  .classy-panel-styles.region.row-vw-100 {
    width: 100%;
  }
}
.classy-panel-styles-pane.row-vw-100:before,
.classy-panel-styles.pane.row-vw-100:before,
.classy-panel-styles-region.row-vw-100:before,
.classy-panel-styles.region.row-vw-100:before,
.classy-panel-styles-pane.row-vw-100:after,
.classy-panel-styles.pane.row-vw-100:after,
.classy-panel-styles-region.row-vw-100:after,
.classy-panel-styles.region.row-vw-100:after {
  content: "";
  height: 100%;
}
.classy-panel-styles-pane.row-vw-100:before,
.classy-panel-styles.pane.row-vw-100:before,
.classy-panel-styles-region.row-vw-100:before,
.classy-panel-styles.region.row-vw-100:before {
  position: absolute;
  width: 100vw;
  margin: 0 !important;
  z-index: 0 /*-1*/;
}
.panels-ipe-editing .classy-panel-styles-pane.row-vw-100:before,
.panels-ipe-editing .classy-panel-styles.pane.row-vw-100:before,
.panels-ipe-editing .classy-panel-styles-region.row-vw-100:before,
.panels-ipe-editing .classy-panel-styles.region.row-vw-100:before {
  z-index: -1;
}
/* when the full width is on a region... */
.classy-panel-styles-region.row-vw-100,
.classy-panel-styles.region.row-vw-100 {
  /* subtract 20px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .classy-panel-styles-region.row-vw-100,
  .classy-panel-styles.region.row-vw-100 {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .classy-panel-styles-region.row-vw-100,
  .classy-panel-styles.region.row-vw-100 {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .classy-panel-styles-region.row-vw-100,
  .classy-panel-styles.region.row-vw-100 {
    width: 1150px;
  }
}
@media (min-width: 480px) {
  .classy-panel-styles-region.row-vw-100:before,
  .classy-panel-styles.region.row-vw-100:before {
    left: -15px;
  }
}
@media (max-width: 480px) {
  .classy-panel-styles-region.row-vw-100:before,
  .classy-panel-styles.region.row-vw-100:before {
    left: -15px;
  }
}
@media (min-width: 768px) {
  .classy-panel-styles-region.row-vw-100:before,
  .classy-panel-styles.region.row-vw-100:before {
    left: calc(-50vw + 367px);
  }
}
@media (min-width: 992px) {
  .classy-panel-styles-region.row-vw-100:before,
  .classy-panel-styles.region.row-vw-100:before {
    left: calc(-50vw + 477px);
  }
}
@media (min-width: 1200px) {
  .classy-panel-styles-region.row-vw-100:before,
  .classy-panel-styles.region.row-vw-100:before {
    left: calc(-50vw + 577px);
  }
}
/* when the full width is on a pane... */
.classy-panel-styles-pane.row-vw-100,
.classy-panel-styles.pane.row-vw-100 {
  /* subtract 40px to account for padding on .col-x-x classes */
}
.classy-panel-styles-pane.row-vw-100 .pane-content,
.classy-panel-styles.pane.row-vw-100 .pane-content,
.classy-panel-styles-pane.row-vw-100 .pane-title,
.classy-panel-styles.pane.row-vw-100 .pane-title {
  position: relative;
}
.classy-panel-styles-pane.row-vw-100 .pane-title,
.classy-panel-styles.pane.row-vw-100 .pane-title {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .classy-panel-styles-pane.row-vw-100,
  .classy-panel-styles.pane.row-vw-100 {
    width: 735px !important;
  }
}
@media (min-width: 992px) {
  .classy-panel-styles-pane.row-vw-100,
  .classy-panel-styles.pane.row-vw-100 {
    width: 955px !important;
  }
}
@media (min-width: 1200px) {
  .classy-panel-styles-pane.row-vw-100,
  .classy-panel-styles.pane.row-vw-100 {
    width: 1155px !important;
  }
}
@media (min-width: 480px) {
  .classy-panel-styles-pane.row-vw-100:before,
  .classy-panel-styles.pane.row-vw-100:before {
    left: -30px;
  }
}
@media (max-width: 480px) {
  .classy-panel-styles-pane.row-vw-100:before,
  .classy-panel-styles.pane.row-vw-100:before {
    left: -30px;
  }
}
@media (min-width: 768px) {
  .classy-panel-styles-pane.row-vw-100:before,
  .classy-panel-styles.pane.row-vw-100:before {
    left: calc(-50vw + 352px);
  }
}
@media (min-width: 992px) {
  .classy-panel-styles-pane.row-vw-100:before,
  .classy-panel-styles.pane.row-vw-100:before {
    left: calc(-50vw + 462px);
  }
}
@media (min-width: 1200px) {
  .classy-panel-styles-pane.row-vw-100:before,
  .classy-panel-styles.pane.row-vw-100:before {
    left: calc(-50vw + 562px);
  }
}
.classy-panel-styles-pane.row-vw-100:after,
.classy-panel-styles.pane.row-vw-100:after {
  padding-bottom: 20px;
}
/* when the full-viewport width is within a region with a background color or flex-boxes, account for the region's padding */
.unhstyle--bg .row-vw-100,
.unhstyle--flex .row-vw-100 {
  margin-left: -20px !important;
  /* subtract 40px to account for padding on .col-x-x classes */
}
@media (min-width: 768px) {
  .unhstyle--bg .row-vw-100,
  .unhstyle--flex .row-vw-100 {
    width: 710px !important;
  }
}
@media (min-width: 992px) {
  .unhstyle--bg .row-vw-100,
  .unhstyle--flex .row-vw-100 {
    width: 930px !important;
  }
}
@media (min-width: 1200px) {
  .unhstyle--bg .row-vw-100,
  .unhstyle--flex .row-vw-100 {
    width: 1130px !important;
  }
}
/*-------------------------------------------*/
/*                ROW STYLES                 */
/*-------------------------------------------*/
.unhstyle--row-style--border--1 .panel-pane,
.unhstyle--row-style--border--1 .panels-ipe-sort-container .panels-ipe-portlet-wrapper {
  border: 1px solid #DCDEDF;
}
/*-------------------------------------------*/
/*       PANEL PREDEFINED BLOCK STYLES       */
/*-------------------------------------------*/
/* DEPRECATED: moved this into Heading Styles section -- Background Color on Pane Title */
.unhstyle--defined--block-heading .pane-title,
.unhstyle--heading--bg--brand-highlight-hov .pane-title,
.unhstyle--heading--bg--brand-highlight .pane-title,
.unhstyle--heading--bg--brand-primary .pane-title,
.unhstyle--heading--bg--brand-primary-med .pane-title,
.unhstyle--heading--bg--gray-light .pane-title {
  font-size: 22px!important;
  font-weight: 600;
  margin: 30px 0 0 0 !important;
  padding: 5px 10px !important;
}
.unhstyle--defined--block-heading--orange .pane-title {
  font-size: 22px!important;
  font-weight: 600;
  margin: 30px 0 0 0 !important;
  padding: 5px 10px !important;
}
.unhstyle--defined--block-heading--orange .pane-title {
  background-color: #f77a05 !important;
  color: #fff !important;
}
/* Top border on pane */
.unhstyle--defined--border-top--primary {
  border-top: 8px solid #003591;
}
.unhstyle--defined--border-top--primary-dark {
  border-top: 8px solid #001d52;
}
.unhstyle--defined--border-top--highlight-hov {
  border-top: 8px solid #CB4D0B;
}
.unhstyle--defined--border-top--highlight {
  border-top: 8px solid #f77a05;
}
/* Interior border on pane. */
.unhstyle--defined--border-interior--10--primary .pane-content {
  top: 10px;
  padding: 40px;
  border: 10px solid #003591;
}
.unhstyle--defined--border-interior--10--primary-dark .pane-content {
  top: 10px;
  padding: 40px;
  border: 10px solid #001d52;
}
.unhstyle--defined--border-interior--10--highlight-hov .pane-content {
  top: 10px;
  padding: 40px;
  border: 10px solid #CB4D0B;
}
.unhstyle--defined--border-interior--10--gray-light .pane-content {
  top: 10px;
  padding: 40px;
  border: 10px solid #a3a9ac;
}
.unhstyle--defined--border-interior--10--gray-lighter2 .pane-content {
  top: 10px;
  padding: 40px;
  border: 10px solid #DCDEDF;
}
.unhstyle--defined--border-interior--10--gray-lightest2 .pane-content {
  top: 10px;
  padding: 40px;
  border: 10px solid #F4F4F4;
}
.unhstyle--defined--border-interior--10--white .pane-content {
  top: 10px;
  padding: 40px;
  border: 10px solid #fff;
}
/*-------------------------------------------*/
/*           PANE HEADING STYLES             */
/*-------------------------------------------*/
/* Background Color on Pane Title */
.unhstyle--heading--bg .pane-title {
  font-size: 22px!important;
  font-weight: 600;
  margin: 30px 0 15px 0 !important;
  padding: 5px 20px !important;
}
.unhstyle--heading--bg--brand-highlight-hov .pane-title {
  background-color: #CB4D0B !important;
  color: #fff !important;
}
.unhstyle--heading--bg--brand-highlight .pane-title {
  background-color: #f77a05 !important;
  color: #fff !important;
}
.unhstyle--heading--bg--brand-primary .pane-title {
  background-color: #003591 !important;
  color: #fff !important;
}
.unhstyle--heading--bg--brand-primary-med .pane-title {
  background-color: #345998 !important;
  color: #fff !important;
}
.unhstyle--heading--bg--gray-light .pane-title {
  background-color: #a3a9ac !important;
  color: #fff !important;
}
.unhstyle--heading--bg.unhstyle--bg--transparent .pane-title,
.unhstyle--heading--bg.unhstyle--bg--primary .pane-title,
.unhstyle--heading--bg.unhstyle--bg--primary-hov1 .pane-title,
.unhstyle--heading--bg.unhstyle--bg--primary-hov2 .pane-title,
.unhstyle--heading--bg.unhstyle--bg--primary-light .pane-title,
.unhstyle--heading--bg.unhstyle--bg--primary-med .pane-title,
.unhstyle--heading--bg.unhstyle--bg--primary-dark .pane-title,
.unhstyle--heading--bg.unhstyle--bg--secondary .pane-title,
.unhstyle--heading--bg.unhstyle--bg--secondary-hov .pane-title,
.unhstyle--heading--bg.unhstyle--bg--secondary-light .pane-title,
.unhstyle--heading--bg.unhstyle--bg--secondary-dark .pane-title,
.unhstyle--heading--bg.unhstyle--bg--tertiary .pane-title,
.unhstyle--heading--bg.unhstyle--bg--highlight .pane-title,
.unhstyle--heading--bg.unhstyle--bg--highlight-hov .pane-title,
.unhstyle--heading--bg.unhstyle--bg--black .pane-title,
.unhstyle--heading--bg.unhstyle--bg--gray-darker .pane-title,
.unhstyle--heading--bg.unhstyle--bg--gray-dark .pane-title,
.unhstyle--heading--bg.unhstyle--bg--gray .pane-title,
.unhstyle--heading--bg.unhstyle--bg--gray-medium .pane-title,
.unhstyle--heading--bg.unhstyle--bg--gray-light .pane-title,
.unhstyle--heading--bg.unhstyle--bg--gray-lighter .pane-title,
.unhstyle--heading--bg.unhstyle--bg--gray-lightest .pane-title,
.unhstyle--heading--bg.unhstyle--bg--white .pane-title,
.unhstyle--heading--bg.unhstyle--bg--transparent-white .pane-title {
  margin: -20px -20px 0 -20px !important;
}
/* Headings that match h1, h2, etc styles */
.unhstyle--heading--block,
.unhstyle--heading--block--h2,
.unhstyle--heading--block--h3,
.unhstyle--heading--block--h4,
.unhstyle--heading--block--h5,
.unhstyle--heading--block--h6 {
  margin: 0 0 35px 0 !important;
  padding: 0;
}
/* Centered Heading */
.unhstyle--heading--centered .pane-title {
  text-align: center;
}
/* Pane Titles Using Caret Heading Style */
.unhstyle--heading--caret-centered--primary-dark .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  background-color: #001d52;
  color: #fff;
}
.unhstyle--heading--caret-centered--primary-dark .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.unhstyle--heading--caret-centered--primary-dark .pane-title:after {
  color: #001d52;
}
.unhstyle--heading--caret-centered--highlight-hov .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  background-color: #CB4D0B;
  color: #fff;
}
.unhstyle--heading--caret-centered--highlight-hov .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.unhstyle--heading--caret-centered--highlight-hov .pane-title:after {
  color: #CB4D0B;
}
.unhstyle--heading--caret-centered .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
}
.unhstyle--heading--caret-centered .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.unhstyle--heading--caret-left--primary-dark .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  background-color: #001d52;
  color: #fff;
  margin-left: 0 !important;
}
.unhstyle--heading--caret-left--primary-dark .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.unhstyle--heading--caret-left--primary-dark .pane-title:after {
  color: #001d52;
}
.unhstyle--heading--caret-left--primary-dark .pane-title:after {
  left: 10px;
  right: auto;
}
.unhstyle--heading--caret-left--highlight-hov .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  background-color: #CB4D0B;
  color: #fff;
  margin-left: 0 !important;
}
.unhstyle--heading--caret-left--highlight-hov .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.unhstyle--heading--caret-left--highlight-hov .pane-title:after {
  color: #CB4D0B;
}
.unhstyle--heading--caret-left--highlight-hov .pane-title:after {
  left: 10px;
  right: auto;
}
.unhstyle--heading--caret-left .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  margin-left: 0 !important;
}
.unhstyle--heading--caret-left .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.unhstyle--heading--caret-left .pane-title:after {
  left: 10px;
  right: auto;
}
.unhstyle--heading--caret-right--primary-dark .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  background-color: #001d52;
  color: #fff;
}
.unhstyle--heading--caret-right--primary-dark .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.unhstyle--heading--caret-right--primary-dark .pane-title:after {
  color: #001d52;
}
.unhstyle--heading--caret-right--highlight-hov .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  background-color: #CB4D0B;
  color: #fff;
}
.unhstyle--heading--caret-right--highlight-hov .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.unhstyle--heading--caret-right--highlight-hov .pane-title:after {
  color: #CB4D0B;
}
.unhstyle--heading--caret-right .pane-title {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
}
.unhstyle--heading--caret-right .pane-title:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
@media (min-width: 768px) {
  .unhstyle--heading--caret-right--primary-dark .pane-title,
  .unhstyle--heading--caret-right--highlight-hov .pane-title,
  .unhstyle--heading--caret-right .pane-title {
    position: absolute;
    right: 0px;
    top: -120px;
  }
  .unhstyle--heading--caret-right--primary-dark .pane-content,
  .unhstyle--heading--caret-right--highlight-hov .pane-content,
  .unhstyle--heading--caret-right .pane-content {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .unhstyle--heading--caret-right--primary-dark .pane-title,
  .unhstyle--heading--caret-right--highlight-hov .pane-title,
  .unhstyle--heading--caret-right .pane-title {
    float: right;
  }
  .unhstyle--heading--caret-right--primary-dark .pane-title:after,
  .unhstyle--heading--caret-right--highlight-hov .pane-title:after,
  .unhstyle--heading--caret-right .pane-title:after {
    left: auto;
    right: 10px;
  }
}
/*-------------------------------------------*/
/*             SPACING STYLES                */
/*-------------------------------------------*/
/* Removes padding on main container. need to add this class to the body of a panel */
.no-padding--bottom .main-container {
  padding-bottom: 0;
}
.no-padding--top .main-container {
  padding-top: 0;
}
.classy-panel-styles {
  /*--- Remove margin on panes ---*/
  /*--- Remove margin on REGION ---*/
  /*--- Add margin ---*/
  /*--- Add padding ---*/
  /*--- Remove padding ---*/
  /*--- Remove Flex padding (the rest of the no-spacing styles are with block widths above) ---*/
  /* Removes extra top and bottom Flex spacing, butleaves left/right */
  /*--- [Deprecated in favor of .no-padding--flex class] Remove Flex padding and don't add left/right margin ---*/
}
.classy-panel-styles.no-margin {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .classy-panel-styles.no-margin {
    width: auto;
  }
}
.classy-panel-styles.no-margin .content-pane {
  margin-left: 0;
  margin-right: 0;
}
.classy-panel-styles.no-margin-region--top {
  margin-top: 0 !important;
}
.classy-panel-styles.no-margin-region--top .cps-region-inner,
.classy-panel-styles.no-margin-region--top .region-inner {
  padding-top: 0 !important;
}
.classy-panel-styles.no-margin-region--bottom {
  margin-bottom: 0 !important;
}
.classy-panel-styles.no-margin-region--bottom .cps-region-inner,
.classy-panel-styles.no-margin-region--bottom .region-inner {
  padding-bottom: 0 !important;
}
.classy-panel-styles.add-margin-region--left {
  margin-left: 15px;
}
.classy-panel-styles.add-margin-region--right {
  margin-right: 15px;
}
.classy-panel-styles.add-margin--top {
  margin-top: 30px !important;
}
.classy-panel-styles.add-margin--top.row-vw-100:before {
  height: calc(100% - 30px) !important;
}
.classy-panel-styles.add-margin--bottom {
  margin-bottom: 30px !important;
}
.classy-panel-styles.add-margin--bottom.row-vw-100:before {
  height: calc(100% - 30px) !important;
}
.classy-panel-styles.add-margin--bottom.add-margin--top.row-vw-100:before {
  height: calc(100% - 60px) !important;
}
.classy-panel-styles.add-margin--top--100 {
  margin-top: 100px !important;
}
.classy-panel-styles.add-margin--top--100.row-vw-100:before {
  height: calc(100% - 100px) !important;
}
@media (max-width: 768px) {
  .classy-panel-styles.add-margin--top--100 {
    margin-top: 50px !important;
  }
  .classy-panel-styles.add-margin--top--100.row-vw-100:before {
    height: calc(100% - 50px) !important;
  }
}
.classy-panel-styles.add-margin--bottom--100 {
  margin-bottom: 100px !important;
}
.classy-panel-styles.add-margin--bottom--100.row-vw-100:before {
  height: calc(100% - 100px) !important;
}
@media (max-width: 768px) {
  .classy-panel-styles.add-margin--bottom--100 {
    margin-bottom: 50px !important;
  }
  .classy-panel-styles.add-margin--bottom--100.row-vw-100:before {
    height: calc(100% - 50px) !important;
  }
}
.classy-panel-styles.add-margin--bottom--100.add-margin--top--100.row-vw-100:before {
  height: calc(100% - 100px) !important;
}
@media (max-width: 768px) {
  .classy-panel-styles.add-margin--bottom--100.add-margin--top--100.row-vw-100:before {
    height: calc(100% - 50px) !important;
  }
}
.classy-panel-styles.add-padding-region--top .cps-region-inner,
.classy-panel-styles.add-padding-region--bottom .cps-region-inner,
.classy-panel-styles.add-padding-region--top .region-inner,
.classy-panel-styles.add-padding-region--bottom .region-inner {
  padding-bottom: 4em !important;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}
.classy-panel-styles.add-padding-region--top .cps-region-inner,
.classy-panel-styles.add-padding-region--top .region-inner {
  padding-top: 4em !important;
}
.classy-panel-styles.add-padding-region--bottom .cps-region-inner,
.classy-panel-styles.add-padding-region--bottom .region-inner {
  padding-bottom: 4em !important;
}
@media (max-width: 768px) {
  .classy-panel-styles.add-padding-region--top .cps-region-inner,
  .classy-panel-styles.add-padding-region--top .region-inner {
    padding-top: 1em !important;
  }
  .classy-panel-styles.add-padding-region--bottom .cps-region-inner,
  .classy-panel-styles.add-padding-region--bottom .region-inner {
    padding-bottom: 1em !important;
  }
}
@media (min-width: 768px) {
  .classy-panel-styles {
    /* when logged in */
    /* when logged in */
    /* when logged in */
    /* when logged in */
    /* when logged in */
    /* when logged in */
  }
  .classy-panel-styles.add-padding-pane--left.panel-pane {
    padding-left: 50px;
  }
  .classy-panel-styles.add-padding-pane--left.panels-ipe-portlet-wrapper .panel-pane {
    padding-left: 50px;
  }
  .classy-panel-styles.add-padding-pane--right.panel-pane {
    padding-right: 50px;
  }
  .classy-panel-styles.add-padding-pane--right.panels-ipe-portlet-wrapper .panel-pane {
    padding-right: 50px;
  }
  .classy-panel-styles.add-padding-pane--left--100.panel-pane {
    padding-left: 100px;
  }
  .classy-panel-styles.add-padding-pane--left--100.panels-ipe-portlet-wrapper .panel-pane {
    padding-left: 100px;
  }
  .classy-panel-styles.add-padding-pane--right--100.panel-pane {
    padding-right: 100px;
  }
  .classy-panel-styles.add-padding-pane--right--100.panels-ipe-portlet-wrapper .panel-pane {
    padding-right: 100px;
  }
  .classy-panel-styles.add-padding-pane--left--160.panel-pane {
    padding-left: 160px;
  }
  .classy-panel-styles.add-padding-pane--left--160.panels-ipe-portlet-wrapper .panel-pane {
    padding-left: 160px;
  }
  .classy-panel-styles.add-padding-pane--right--160.panel-pane {
    padding-right: 160px;
  }
  .classy-panel-styles.add-padding-pane--right--160.panels-ipe-portlet-wrapper .panel-pane {
    padding-right: 160px;
  }
}
.classy-panel-styles.no-padding--top .pane-content {
  padding-top: 0;
}
.classy-panel-styles.no-padding--bottom .pane-content {
  padding-bottom: 0;
}
.classy-panel-styles.no-padding--bottom .pane-content .field-name-field-basic-image-image .field-item img {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .classy-panel-styles.no-padding--left {
    padding-left: 0;
  }
  .classy-panel-styles.no-padding--right {
    padding-right: 0;
  }
}
.classy-panel-styles.no-padding--flex,
.classy-panel-styles.no-spacing--flex {
  margin-left: 15px;
  margin-right: 15px;
}
.classy-panel-styles.no-padding--flex .panel-pane,
.classy-panel-styles.no-spacing--flex .panel-pane,
.classy-panel-styles.no-padding--flex .panels-ipe-portlet-wrapper,
.classy-panel-styles.no-spacing--flex .panels-ipe-portlet-wrapper {
  padding: 0 !important;
}
.classy-panel-styles.no-padding--flex--y {
  margin-left: 15px;
  margin-right: 15px;
}
.classy-panel-styles.no-padding--flex--y .panel-pane,
.classy-panel-styles.no-padding--flex--y .panels-ipe-portlet-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.classy-panel-styles.no-padding-no-margin--flex .panel-pane,
.classy-panel-styles.no-padding-no-margin--flex .panels-ipe-portlet-wrapper {
  padding: 0 !important;
}
.display_feed .more-link,
.display_feed .more-link__highlight-hov {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  float: none !important;
  width: auto !important;
  clear: both;
}
@media (min-width: 768px) {
  .display_feed .more-link,
  .display_feed .more-link__highlight-hov {
    float: left;
    width: 100%;
  }
}
.display_feed .more-link a:link,
.display_feed .more-link a:visited,
.display_feed .more-link a:hover,
.display_feed .more-link a:active,
.display_feed .more-link__highlight-hov a:link,
.display_feed .more-link__highlight-hov a:visited,
.display_feed .more-link__highlight-hov a:hover,
.display_feed .more-link__highlight-hov a:active {
  color: #CB4D0B;
}
.display_feed__description img {
  vertical-align: top;
  margin: 0 15px 0 0;
}
/* Events Feed Styles. */
.display_feed__media,
.media-list {
  margin-bottom: 20px;
}
.display_feed__media.media,
.media-list.media {
  margin-top: .5em;
}
.display_feed__media.media .pull-left,
.media-list.media .pull-left {
  width: auto;
  text-align: center;
  line-height: 1;
  border-right: 1px solid #eeeeee;
  padding-right: 1em;
  margin-right: 1em;
}
.display_feed__media.media .media-month,
.media-list.media .media-month {
  color: #555555;
  font-size: 18px;
  font-weight: 300;
}
.display_feed__media.media .media-day,
.media-list.media .media-day {
  color: #555555;
  font-size: 35px;
  font-weight: 600;
}
.display_feed__media.media .media-heading,
.media-list.media .media-heading {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}
.display_feed__media.media .media-heading a:link,
.media-list.media .media-heading a:link,
.display_feed__media.media .media-heading a:visited,
.media-list.media .media-heading a:visited {
  color: #003591;
}
.display_feed__media.media .media-heading a:hover,
.media-list.media .media-heading a:hover,
.display_feed__media.media .media-heading a:active,
.media-list.media .media-heading a:active {
  color: #001945;
}
.display_feed__media.media .media-heading .display_feed__link,
.media-list.media .media-heading .display_feed__link {
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
}
/* Alignment Settings. */
@media (min-width: 768px) {
  .display_feed.align_horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-left: 0;
  }
  .display_feed.align_horizontal .media,
  .display_feed.align_horizontal > li {
    width: calc(30.33333333%);
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin: 10px 1.5%;
    list-style-type: none;
    padding-bottom: 10px;
  }
  .display_feed.align_horizontal .media.display_feed__media,
  .display_feed.align_horizontal > li.display_feed__media {
    width: calc(22%);
  }
}
.display_feed.align_horizontal .display_feed__link {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.3;
  color: #0044bb;
  margin: 10px 0;
}
.display_feed.align_horizontal .display_feed__description {
  font-weight: 300;
  font-size: 15px;
}
.display_feed.align_horizontal .display_feed__description img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}
.display_feed.align_vertical {
  display: block !important;
}
.display_feed.align_vertical li {
  clear: both;
}
.display_feed.align_vertical .display_feed__description {
  font-weight: 300;
  font-size: 15px;
}
.display_feed.align_vertical .display_feed__description img {
  float: right;
  margin: 0 0 20px 20px;
}
.display_feed .display_feed__wrapper__media_more.align_vertical {
  text-align: left !important;
}
.logged-in.page-icons i,
.logged-in.page-icons .icon.glyphicon {
  font-size: 24px;
  margin: 3px;
}
.fa-icon,
.panels-bootstrap-tabs .nav-pills > li.active > a:after,
.panels-bootstrap-tabs .nav-pills > li > a:hover:after,
.panels-bootstrap-tabs .nav-pills > li > a:focus:after,
a.more-link:after,
.more-link a:after,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li.active > a:after,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li > a:hover:after,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li > a:focus:after,
a.more-link__highlight-hov:after,
.more-link__highlight-hov a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------------------  BOOTSTRAP TABS STYLES (panel style display) */
.panels-bootstrap-tabs {
  /* Pills Style */
  /* Tabbed Style */
  /* events feeds in panel tabs (display side-by-side) */
}
.panels-bootstrap-tabs .nav-pills,
.view-field-collection-view-bootstrap-tabs .nav-tabs {
  border-bottom: 1px solid #DCDEDF;
  margin-bottom: 20px;
}
.panels-bootstrap-tabs .nav-pills > li,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li {
  line-height: 1.0em;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.panels-bootstrap-tabs .nav-pills > li > a,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li > a {
  padding: 10px 20px;
  color: #a3a9ac;
  border-radius: 0;
}
.panels-bootstrap-tabs .nav-pills > li.active > a,
.panels-bootstrap-tabs .nav-pills > li > a:hover,
.panels-bootstrap-tabs .nav-pills > li > a:focus,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li.active > a,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li > a:hover,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li > a:focus {
  background-color: #DCDEDF;
  color: #263645;
}
.panels-bootstrap-tabs .nav-pills > li.active > a:after,
.panels-bootstrap-tabs .nav-pills > li > a:hover:after,
.panels-bootstrap-tabs .nav-pills > li > a:focus:after,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li.active > a:after,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li > a:hover:after,
.view-field-collection-view-bootstrap-tabs .nav-tabs > li > a:focus:after {
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  display: block;
  left: 45%;
  color: #DCDEDF;
  font-size: 18px;
}
.panels-bootstrap-tabs .nav-tabs {
  border-bottom: 5px solid #c7c7c7;
  margin-bottom: 20px;
}
.panels-bootstrap-tabs .nav-tabs li {
  margin-bottom: -5px;
}
.panels-bootstrap-tabs .nav-tabs li a {
  color: #555555;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
  border: 0;
  border-bottom: 5px solid transparent;
}
.panels-bootstrap-tabs .nav-tabs li a:hover {
  background-color: transparent;
  border: 0;
  border-bottom: 5px solid #ac5503;
}
.panels-bootstrap-tabs .nav-tabs li.active a {
  color: inherit;
  border: 0;
  border-bottom: 5px solid #f77a05;
}
.panels-bootstrap-tabs .pane-title {
  display: none;
}
.panels-bootstrap-tabs .display_feed__media,
.panels-bootstrap-tabs .media-list {
  margin-left: -15px;
  margin-right: -15px;
}
.panels-bootstrap-tabs .display_feed__media.media,
.panels-bootstrap-tabs .media-list.media {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .panels-bootstrap-tabs .display_feed__media.media,
  .panels-bootstrap-tabs .media-list.media {
    float: left;
    width: 33.33333333%;
  }
}
.panels-bootstrap-tabs .display_feed__media.media .media-body,
.panels-bootstrap-tabs .media-list.media .media-body {
  padding-right: .75em;
}
.panels-bootstrap-tabs .display_feed__media.media:last-child .media-body,
.panels-bootstrap-tabs .media-list.media:last-child .media-body {
  padding-right: 0;
}
/* Fix margins for panel layouts. */
.unh7-12-twocol-8-4-stacked-4-4-4 .bottom-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*------------------------------------  BOOTSTRAP TABS PLUGIN STYLES */
#nav-global {
  /* top-level nav */
  margin-right: 15px;
  font-size: 16px;
  /* the dropdown */
}
@media (min-width: 1200px) {
  #nav-global {
    font-size: 18px;
  }
}
#nav-global .nav-global-link {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
#nav-global .nav-global-link > a {
  padding: 12px 0.8em;
  position: relative;
}
#nav-global .nav-global-link > a,
#nav-global .nav-global-link > a:link,
#nav-global .nav-global-link > a:visited {
  color: #fff;
  text-decoration: none;
}
#nav-global .nav-global-link > a:hover,
#nav-global .nav-global-link > a:active,
#nav-global .nav-global-link.active > a,
#nav-global .nav-global-link a.active,
#nav-global .nav-global-link.is-displayed > a,
#nav-global .nav-global-link.is-displayed > a:link,
#nav-global .nav-global-link.is-displayed > a:visited {
  color: #003591;
  text-decoration: none;
}
#nav-global .nav-global-link.has-children.is-displayed > a:after,
#nav-global .nav-global-link.has-children.is-displayed > a:link:after,
#nav-global .nav-global-link.has-children.is-displayed > a:visited:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  z-index: 2000;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  color: #737373 !important;
  margin-left: 0;
}
#nav-global .nav-global-submenu-wrapper {
  top: auto !important;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  text-align: left;
  /* image and text area */
  /* menu links */
  /* related links */
}
#nav-global .nav-global-submenu-wrapper a,
#nav-global .nav-global-submenu-wrapper a:link,
#nav-global .nav-global-submenu-wrapper a:visited,
#nav-global .nav-global-submenu-wrapper a:hover,
#nav-global .nav-global-submenu-wrapper a:active {
  color: #333333;
}
#nav-global .nav-global-submenu-wrapper .container {
  padding-left: 1.2em;
}
#nav-global .nav-global-submenu-wrapper .submenu-group.submenu-group-media {
  margin: 20px 0;
  padding-left: 0;
}
#nav-global .nav-global-submenu-wrapper .submenu-group.submenu-group-media .submenu-group-image {
  margin-bottom: 10px;
}
#nav-global .nav-global-submenu-wrapper .submenu-group.submenu-group-media .submenu-group-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7em;
}
#nav-global .nav-global-submenu-wrapper .submenu-group.submenu-group-menu {
  margin: 20px 0;
  border-left: 1px solid #c7c7c7;
}
#nav-global .nav-global-submenu-wrapper .submenu-group.submenu-group-menu ul.nav {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  min-height: 0px;
}
#nav-global .nav-global-submenu-wrapper .submenu-group.submenu-group-menu ul.nav li {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  min-height: 0px;
  list-style-type: none;
  /* styles below are needed for IE rendering */
  list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
  display: inline-block;
  width: 100%;
}
#nav-global .nav-global-submenu-wrapper .submenu-group.submenu-group-menu ul.nav > li > a:hover,
#nav-global .nav-global-submenu-wrapper .submenu-group.submenu-group-menu ul.nav > li > a:focus {
  background-color: transparent;
  color: #CB4D0B;
}
#nav-global .nav-global-submenu-wrapper .submenu-group-related-wrapper {
  background: #eeeeee;
  padding: 15px 0;
}
#nav-global .nav-global-submenu-wrapper .submenu-group-related-wrapper h3 {
  font-size: 19px;
  text-transform: uppercase;
  display: inline-block;
  color: #a3a9ac;
  margin: 0;
  padding: 0;
}
#nav-global .nav-global-submenu-wrapper .submenu-group-related-wrapper ul {
  display: inline-block;
  padding-left: 10px;
}
#nav-global .nav-global-submenu-wrapper .submenu-group-related-wrapper li {
  display: inline-block;
}
#nav-global .nav-global-submenu-wrapper .submenu-group-related-wrapper li a {
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 3px;
  background: #CB4D0B;
  color: #fff;
}
#nav-global .nav-global-submenu-wrapper .submenu-group-related-wrapper li a:hover,
#nav-global .nav-global-submenu-wrapper .submenu-group-related-wrapper li a:active {
  text-decoration: none;
  background: #f77a05;
}
/* testing dropdown
div#nav-global-link-academics-submenu {
  display: block !important;
}*/
.site-wide-message {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px;
  margin: 0;
  color: #333333 !important;
  font-size: 18px;
}
.site-wide-message .inside {
  margin-left: 40px;
}
.site-wide-message:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  top: 0px;
  font-size: 30px;
}
.site-wide-message.message-success {
  background-color: #5cb85c !important;
  color: #fff !important;
}
.site-wide-message.message-success:before {
  content: '\f00c';
}
.site-wide-message.message-warning {
  background-color: #f77a05 !important;
  color: #fff !important;
}
.site-wide-message.message-warning:before {
  content: '\f05a';
}
.site-wide-message.message-danger {
  background-color: #d9534f !important;
  color: #fff !important;
}
.site-wide-message.message-danger:before {
  content: '\f071';
}
.site-wide-message .btn {
  background-color: rgba(255, 255, 255, 0.12);
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 6px 15px 5px;
}
/* if the message is inside a container region, force it full-width.
  *** if this is used, you need to add an overflow:hidden to the region it's added inside. */
section.block-unh-site-message.container .site-wide-message,
div.container .site-wide-message {
  min-width: 300%;
  position: relative;
  left: -500px;
  padding-left: 500px;
}
@media (max-width: 767px) {
  section.block-unh-site-message.container .site-wide-message,
  div.container .site-wide-message {
    min-width: inherit !important;
    position: relative!important;
    left: inherit!important;
    padding-left: inherit!important;
  }
}
section.block-unh-site-message.container .site-wide-message > .inside,
div.container .site-wide-message > .inside {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 1em;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  section.block-unh-site-message.container .site-wide-message > .inside,
  div.container .site-wide-message > .inside {
    width: 750px;
  }
}
@media (min-width: 992px) {
  section.block-unh-site-message.container .site-wide-message > .inside,
  div.container .site-wide-message > .inside {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  section.block-unh-site-message.container .site-wide-message > .inside,
  div.container .site-wide-message > .inside {
    width: 1170px;
  }
}
section.block-unh-site-message.container .site-wide-message > .inside > .navbar-header,
div.container .site-wide-message > .inside > .navbar-header,
section.block-unh-site-message.container .site-wide-message > .inside > .navbar-collapse,
div.container .site-wide-message > .inside > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  section.block-unh-site-message.container .site-wide-message > .inside > .navbar-header,
  div.container .site-wide-message > .inside > .navbar-header,
  section.block-unh-site-message.container .site-wide-message > .inside > .navbar-collapse,
  div.container .site-wide-message > .inside > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  section.block-unh-site-message.container .site-wide-message,
  div.container .site-wide-message {
    padding-left: 10px !important;
    margin-right: -30px;
  }
}
section.block-unh-site-message.container .site-wide-message > .inside,
div.container .site-wide-message > .inside {
  margin-left: 40px;
}
section.block-unh-site-message.container .site-wide-message:before,
div.container .site-wide-message:before {
  margin-top: 20px;
}
.preface {
  /* UNH Today */
}
.preface .site-wide-message {
  margin: -1.5em -30px 40px 0;
}
/**
 * @file
 * Add styles that you would like to override from the UNH Base theme. This
 * can be used to test out styles before moving them into the base theme.
 */
.unh-slideshow {
  font-size: 15px;
  /*-------- CONTROLS --------*/
  /*-------- CAPTIONS --------*/
}
.unh-slideshow p {
  line-height: 1.8em;
}
.unh-slideshow .flexslider {
  margin-bottom: 0;
}
.unh-slideshow.unh-slideshow--caption-left .flex-caption,
.unh-slideshow.unh-slideshow--caption-right .flex-caption {
  display: none;
}
.unh-slideshow.unh-slideshow--caption-left .unh-slideshow--caption-container,
.unh-slideshow.unh-slideshow--caption-right .unh-slideshow--caption-container {
  padding: 2em;
}
@media (min-width: 768px) {
  .unh-slideshow.unh-slideshow--caption-right .unh-slideshow--slides,
  .unh-slideshow.unh-slideshow--caption-right .unh-slideshow--caption-container {
    float: left;
    width: 50%;
    text-align: right;
  }
  .unh-slideshow.unh-slideshow--caption-right .unh-slideshow--caption-container {
    padding-left: 5em;
  }
  .unh-slideshow.unh-slideshow--caption-left .unh-slideshow--slides,
  .unh-slideshow.unh-slideshow--caption-left .unh-slideshow--caption-container {
    float: right;
    width: 50%;
    text-align: left;
  }
  .unh-slideshow.unh-slideshow--caption-left .unh-slideshow--caption-container {
    padding-right: 5em;
  }
}
.unh-slideshow.unh-slideshow--caption-below .unh-slideshow--slides {
  margin-bottom: 10px;
}
.unh-slideshow.unh-slideshow--caption-overlay li,
.unh-slideshow.unh-slideshow--caption-overlay--center li {
  position: relative;
}
@media (min-width: 768px) {
  .unh-slideshow.unh-slideshow--caption-overlay li:before,
  .unh-slideshow.unh-slideshow--caption-overlay--center li:before {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    top: auto;
    height: 40%;
  }
}
.unh-slideshow.unh-slideshow--caption-overlay li .flex-caption,
.unh-slideshow.unh-slideshow--caption-overlay--center li .flex-caption {
  z-index: 2;
  width: 100%;
  text-align: right;
  background-color: transparent;
  padding: 5px 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .unh-slideshow.unh-slideshow--caption-overlay li .flex-caption,
  .unh-slideshow.unh-slideshow--caption-overlay--center li .flex-caption {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.unh-slideshow.unh-slideshow--caption-overlay li .flex-caption h2,
.unh-slideshow.unh-slideshow--caption-overlay--center li .flex-caption h2,
.unh-slideshow.unh-slideshow--caption-overlay li .flex-caption h3,
.unh-slideshow.unh-slideshow--caption-overlay--center li .flex-caption h3,
.unh-slideshow.unh-slideshow--caption-overlay li .flex-caption h4,
.unh-slideshow.unh-slideshow--caption-overlay--center li .flex-caption h4,
.unh-slideshow.unh-slideshow--caption-overlay li .flex-caption h5,
.unh-slideshow.unh-slideshow--caption-overlay--center li .flex-caption h5,
.unh-slideshow.unh-slideshow--caption-overlay li .flex-caption h6,
.unh-slideshow.unh-slideshow--caption-overlay--center li .flex-caption h6 {
  color: #fff;
}
.unh-slideshow.unh-slideshow--caption-overlay li .flex-caption .more-link__highlight-hov,
.unh-slideshow.unh-slideshow--caption-overlay--center li .flex-caption .more-link__highlight-hov {
  color: #f77a05;
}
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay li:before,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center li:before {
  display: none;
}
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay img,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  right: auto;
  left: 50%;
  bottom: 40px;
  text-align: center;
  padding: 0 20px 80px;
}
@media (min-width: 768px) {
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption,
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption,
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption,
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption {
    width: 1170px;
  }
}
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption > .navbar-header,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption > .navbar-header,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption > .navbar-collapse,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption > .navbar-header,
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption > .navbar-header,
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption > .navbar-collapse,
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-caption,
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption {
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    padding: 12px 150px 40px 150px;
  }
}
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay .flex-direction-nav,
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-direction-nav {
  top: auto;
  bottom: 60px;
  right: auto;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
@media (min-width: 768px) {
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    bottom: initial;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-caption {
    padding: 20px 20px 60px 20px;
  }
}
.row-vw-100-content .unh-slideshow.unh-slideshow--caption-overlay--center .flex-direction-nav {
  bottom: 50px;
}
.unh-maps-slideshow--slider {
  background-color: #555555;
}
.unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--slides {
  margin-bottom: 0px;
}
.unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container {
  padding: 2em 2em 3em 2em;
  min-height: 275px;
}
.unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container .more-link__highlight-hov {
  color: #f77a05;
}
@media (min-width: 480px) {
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container {
    background-color: #555555;
    color: #fff;
  }
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container h2,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container .h2,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container h3,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container .h3,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container h4,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container .h4,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container h5,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container .h5,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container h6,
  .unh-maps-slideshow--slider .unh-slideshow--caption-below .unh-slideshow--caption-container .h6 {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .unh-maps-slideshow {
    display: block;
    padding: 0;
    position: relative;
  }
  .unh-maps-slideshow .unh-maps-slideshow--map {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
    height: 215px;
    margin-bottom: 20px;
  }
  .unh-maps-slideshow .unh-maps-slideshow--slider {
    background-color: transparent;
  }
  .unh-maps-slideshow .unh-maps-slideshow--slider .unh-slideshow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .unh-maps-slideshow .unh-maps-slideshow--slider .unh-slideshow .unh-slideshow--slides {
    position: static;
  }
  .unh-maps-slideshow .unh-maps-slideshow--slider .unh-slideshow .unh-slideshow--slides .unh-slides {
    display: none;
  }
  .unh-maps-slideshow .unh-maps-slideshow--slider .unh-slideshow .unh-slideshow--caption-container {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    width: 100%;
    padding: 0 10px;
  }
}
/**
 * Image Rollover Styles
 */
.unh-irp {
  position: relative;
  /* Image (set as background) */
  /* Misc Styles */
  /* Before element sets the overlay color */
  /* Initial state: contains image and inactive text */
  /* Header contains share or other links (initially hidden) */
  /* Active Text contains text that is displayed on hover (initially hidden) */
  /* ON HOVER/ACTIVE */
  /*-- NO TEXT ON INACTIVE STATE --*/
  /*-- HEADER WHEN ACTIVE (contains share or other links) --*/
  /*-- BUTTON LINK AT BOTTOM WHEN ACTIVE --*/
  /*-- INACTIVE TEXT IS CENTERED (vertically and horizontally) --*/
  /*-- ACTIVE TEXT IS CENTERED (vertically and horizontally) --*/
}
@media (min-width: 767px) {
  .unh-irp {
    overflow: hidden;
  }
}
.unh-irp > img {
  z-index: 0;
  width: 100%;
}
.unh-irp .unh-irp--inner {
  padding: 6px 12px;
  -webkit-transition: none;
  transition: none;
}
.unh-irp h3,
.unh-irp h4,
.unh-irp h5 {
  color: #fff ;
}
.unh-irp::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -webkit-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
  z-index: 1;
}
.unh-irp .unh-irp--inactive-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-shadow: 0 0 4px #333;
}
.unh-irp .unh-irp--inactive-text a {
  color: #fff;
}
.unh-irp .unh-irp--header {
  display: none;
}
.unh-irp .unh-irp--active-text {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transition: bottom 0.25s ease-out;
  transition: bottom 0.25s ease-out;
  color: #fff;
  top: -100%;
  bottom: -200%;
}
.unh-irp .unh-irp--active-text .unh-irp--inner {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.unh-irp:hover,
.unh-irp:active {
  /* Sets overlay color */
  /* Hide inactive text */
  /* Show active text */
}
.unh-irp:hover::before,
.unh-irp:active::before {
  background: rgba(0, 0, 0, 0.5);
}
.unh-irp:hover .unh-irp--inactive-text,
.unh-irp:active .unh-irp--inactive-text {
  display: none !important;
}
.unh-irp:hover .unh-irp--active-text,
.unh-irp:active .unh-irp--active-text {
  position: absolute;
  top: 0;
  bottom: 0;
}
.unh-irp.unh-irp--inactive-no-text .unh-irp--inactive-text {
  display: none;
}
.unh-irp.unh-irp--active-header .unh-irp--active-text {
  margin-top: 30px;
}
.unh-irp.unh-irp--active-header .unh-irp--header {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -30px;
  z-index: 2;
  height: 30px;
  background-color: #CB4D0B;
  -webkit-transition: top 0.25s ease-out;
  transition: top 0.25s ease-out;
  color: #fff;
}
.unh-irp.unh-irp--active-header .unh-irp--header a,
.unh-irp.unh-irp--active-header .unh-irp--header a:link,
.unh-irp.unh-irp--active-header .unh-irp--header a:visited {
  color: #fff;
}
.unh-irp.unh-irp--active-header .unh-irp--header a:hover,
.unh-irp.unh-irp--active-header .unh-irp--header a:active {
  color: #003591;
}
.unh-irp.unh-irp--active-header .unh-irp--header .fa {
  font-size: 20px;
}
.unh-irp.unh-irp--active-header:hover .unh-irp--header,
.unh-irp.unh-irp--active-header:active .unh-irp--header {
  top: 0;
}
.unh-irp.unh-irp--active-button.unh-irp--active-center-text .unh-irp--active-text a.unh-irp--button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .unh-irp.unh-irp--active-button.unh-irp--active-center-text .unh-irp--active-text a.unh-irp--button {
    position: relative;
    bottom: initial;
  }
}
.unh-irp.unh-irp--active-button.unh-irp--active-default-text .unh-irp--active-text a.unh-irp--button {
  width: calc(100% + 24px);
  margin: 10px 0px -6px -12px;
}
.unh-irp.unh-irp--inactive-center-text .unh-irp--inactive-text {
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.unh-irp.unh-irp--active-center-text:active .unh-irp--active-text .unh-irp--inner,
.unh-irp.unh-irp--active-center-text:hover .unh-irp--active-text .unh-irp--inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .unh-irp {
    clear: left;
    /* make centered text left-justified on mobile */
    /* header */
    /* button */
    /* IRP on hover */
  }
  .unh-irp h3,
  .unh-irp h4,
  .unh-irp h5 {
    color: #5C6874;
  }
  .unh-irp .unh-irp--inactive-text {
    display: none !important;
    /* hides the inactive text */
  }
  .unh-irp .unh-irp--active-text {
    position: relative !important;
    overflow: visible !important;
    margin-top: 0 !important;
    color: #5C6874;
    top: 0 !important;
  }
  .unh-irp .unh-irp--active-text a {
    color: #5C6874;
  }
  .unh-irp .unh-irp--active-text .unh-irp--inner {
    position: relative;
    padding: 0;
  }
  .unh-irp.unh-irp--inactive-center-text,
  .unh-irp .unh-irp--inactive-text,
  .unh-irp .unh-irp--active-center-text {
    text-align: left !important;
  }
  .unh-irp.unh-irp--active-header .unh-irp--header {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
  .unh-irp.unh-irp--active-button .unh-irp--active-text a.unh-irp--button {
    position: relative;
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    color: #fff !important;
  }
  .unh-irp:hover:before,
  .unh-irp:active:before {
    background: transparent !important;
  }
  .unh-irp:hover .unh-irp--inactive-text,
  .unh-irp:active .unh-irp--inactive-text {
    /*display:block !important;*/
  }
  .unh-irp.unh-irp--active-center-text:hover .unh-irp--active-text .unh-irp--inner,
  .unh-irp.unh-irp--active-center-text:active .unh-irp--active-text .unh-irp--inner {
    display: block !important;
    -webkit-transform: initial;
            transform: initial;
    text-align: left;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    left: 0;
    top: 0;
  }
  .unh-irp.unh-irp--mobile-display-overlay {
    position: relative;
  }
  .unh-irp.unh-irp--mobile-display-overlay:hover:before,
  .unh-irp.unh-irp--mobile-display-overlay:active:before,
  .unh-irp.unh-irp--mobile-display-overlay:before {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  .unh-irp.unh-irp--mobile-display-overlay .unh-irp--active-text {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
    color: #fff;
  }
  .unh-irp.unh-irp--mobile-display-overlay .unh-irp--active-text a {
    color: #fff;
  }
  .unh-irp.unh-irp--mobile-display-overlay .unh-irp--active-text .unh-irp--inner {
    position: absolute;
  }
  .unh-irp.unh-irp--mobile-display-overlay:hover .unh-irp--active-text .unh-irp--inner,
  .unh-irp.unh-irp--mobile-display-overlay:active .unh-irp--active-text .unh-irp--inner {
    -webkit-transform: none !important;
            transform: none !important;
    left: 0 !important;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    color: #fff;
  }
  .unh-irp.unh-irp--mobile-display-overlay:hover .unh-irp--active-text .unh-irp--inner > div,
  .unh-irp.unh-irp--mobile-display-overlay:active .unh-irp--active-text .unh-irp--inner > div {
    width: 100%;
  }
  .unh-irp.unh-irp--mobile-display-overlay.unh-irp--active-default-text .unh-irp--active-text a.unh-irp--button {
    margin-bottom: 0;
  }
  .unh-irp.unh-irp--mobile-display-media-object {
    clear: left;
    border-top: 1px solid #DCDEDF;
    padding: 15px 0;
  }
  .unh-irp.unh-irp--mobile-display-media-object img.img-responsive {
    width: 33%;
    float: left;
    margin-bottom: 15px;
  }
  .unh-irp.unh-irp--mobile-display-media-object .unh-irp--active-text {
    float: left;
    width: 66%;
    padding-left: 15px;
    text-align: left !important;
    margin-bottom: 15px;
  }
  .unh-irp.unh-irp--mobile-display-media-object .unh-irp--active-text .rtecenter {
    text-align: left !important;
  }
  .unh-irp.unh-irp--mobile-display-media-object .unh-irp--active-text a.unh-irp--button {
    width: 100% !important;
    margin: 10px 0 0 0 !important;
  }
  /* end .unh-irp*/
}
/* end @media */
.unhstyle--collapse {
  border: 1px solid #eeeeee;
  margin: 0.5em 0;
  padding: 0 !important;
}
.unhstyle--collapse h2.pane-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.unhstyle--collapse h2.pane-title a {
  display: block;
  color: #003591;
  padding: 15px;
  padding-right: 30px;
  line-height: 20px;
  position: relative;
}
.unhstyle--collapse h2.pane-title a:after {
  content: '+';
  float: right;
  color: #CB4D0B;
  top: 50%;
  position: absolute;
  right: 15px;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.unhstyle--collapse .pane-content {
  padding: 0 15px 15px 15px;
}
.unhstyle--collapse.col-xs-6,
.unhstyle--collapse.col-sm-6,
.unhstyle--collapse.col-md-6,
.unhstyle--collapse.col-lg-6 {
  width: 48.5%;
  margin-right: 1.5%;
}
/* Testimonials */
.quote {
  margin: 30px 60px 0px 90px;
}
.quote.quote-text {
  margin-bottom: 22px;
  line-height: 1.4;
  font-size: 18px;
  line-height: 36px;
  color: #5C6874;
  font-weight: 300;
  font-size: 20px;
  font-size: 30px !important;
  text-indent: -0.6em;
}
@media (min-width: 768px) {
  .quote.quote-text {
    font-size: 24px;
  }
}
.quote.quote-text:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10d";
  padding-right: 15px;
  font-size: 0.8em;
  vertical-align: super;
}
.quote.quote-text:after {
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f10e";
  font-size: 0.8em;
  display: inline;
  position: relative;
  top: auto;
  bottom: 10px;
  left: 15px;
}
.quote.quote-name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  padding-bottom: 30px;
  text-indent: -1em;
}
.quote.quote-name:before {
  content: '— ';
}
/* Stats */
.stats__item {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.stats__item.text-dark {
  color: #222222 !important;
}
.stats__item.text-highlight-hov {
  color: #CB4D0B !important;
}
.stats__item.text-highlight {
  color: #f77a05 !important;
}
.stats__item.text-primary {
  color: #003591 !important;
}
.stats__item.text-white {
  color: #fff !important;
}
.stats__item.bg-dark {
  background-color: #222222;
}
.stats__item.bg-highlight-hov {
  background-color: #CB4D0B;
}
.stats__item.bg-highlight {
  background-color: #f77a05;
}
.stats__item.bg-primary {
  background-color: #003591;
}
.stats__item.bg-white {
  background-color: #fff;
  color: #003591 !important;
}
/* Stats Circle bg */
.stats__item--circle {
  background-color: #222222;
  border-radius: 50px;
  height: 100px;
  width: 100px;
  color: #fff;
  text-align: center;
  margin: 10px auto 15px;
  font-size: 2em;
  line-height: 50px;
  padding-top: 25px;
  font-weight: 700;
}
/* Stats Icon */
.stats__item--icon {
  font-size: 95px;
}
.stats__item--icon--smaller {
  font-size: 50px;
}
/* Stats Captions */
.stats__caption {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.stats__caption--smaller {
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  padding: 5px 10px 0px 10px;
  margin-bottom: 10px !important;
  text-align: center;
  text-transform: none;
}
.unh_youtube_widget img,
.unh_instagram_widget img,
.pane-unh-social-widgets img,
.block-unh-social-widgets img {
  -webkit-filter: opacity(1) grayscale(0.3);
          filter: opacity(1) grayscale(0.3);
}
.unh_youtube_widget img:hover,
.unh_instagram_widget img:hover,
.pane-unh-social-widgets img:hover,
.block-unh-social-widgets img:hover {
  -webkit-filter: opacity(1) grayscale(0);
          filter: opacity(1) grayscale(0);
}
.unh_youtube_widget .thumbnails,
.unh_instagram_widget .thumbnails,
.pane-unh-social-widgets .thumbnails,
.block-unh-social-widgets .thumbnails {
  margin-left: -5px;
  margin-right: -5px;
}
.unh_youtube_widget .thumbnails img,
.unh_instagram_widget .thumbnails img,
.pane-unh-social-widgets .thumbnails img,
.block-unh-social-widgets .thumbnails img {
  padding: 8px 5px;
}
/* More Link */
.more-link,
.more-link__highlight-hov {
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
a.more-link:after,
.more-link a:after,
a.more-link__highlight-hov:after,
.more-link__highlight-hov a:after {
  content: '\f105';
  margin-left: 5px;
  font-size: 14px;
}
.more-link__highlight-hov {
  color: #CB4D0B;
}
.more-link__highlight-hov:link,
.more-link__highlight-hov:visited {
  text-decoration: none !important;
}
.more-link__highlight-hov:hover,
.more-link__highlight-hov:active {
  color: #CB4D0B;
  text-decoration: underline !important;
}
/* Caret Headings */
.heading__caret {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
}
.heading__caret:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.heading__caret--primary-dark {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  background-color: #001d52;
  color: #fff;
}
.heading__caret--primary-dark:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.heading__caret--primary-dark:after {
  color: #001d52;
}
.heading__caret--highlight-hov {
  display: table;
  text-align: center;
  margin: 40px auto !important;
  padding: 8px 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  background-color: #DCDEDF;
  position: relative;
  background-color: #CB4D0B;
  color: #fff;
}
.heading__caret--highlight-hov:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0d7';
  position: absolute;
  bottom: -12px;
  top: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #DCDEDF;
  font-size: 20px;
}
.heading__caret--highlight-hov:after {
  color: #CB4D0B;
}
.heading__caret--left {
  margin-left: 0 !important;
}
.heading__caret--left:after {
  left: 10px;
  right: auto;
}
@media (min-width: 768px) {
  .heading__caret--right {
    float: right;
  }
  .heading__caret--right:after {
    left: auto;
    right: 10px;
  }
}
.large {
  font-size: 20px !important;
}
.larger {
  font-size: 31px !important;
}
.small {
  font-size: 14px important;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-17 {
  font-size: 17px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-25 {
  font-size: 25px;
}
.text-30 {
  font-size: 30px;
}
.text-35 {
  font-size: 35px;
}
.text-48 {
  font-size: 48px;
}
.text-64 {
  font-size: 64px;
}
.text-86 {
  font-size: 86px;
}
.lh-20 {
  line-height: 20px;
}
.lh-25 {
  line-height: 25px;
}
.lh-30 {
  line-height: 30px;
}
.lh-35 {
  line-height: 35px;
}
.lh-40 {
  line-height: 40px;
}
.lh-45 {
  line-height: 45px;
}
.lh-50 {
  line-height: 50px;
}
.lh-60 {
  line-height: 60px;
}
.lh-70 {
  line-height: 70px;
}
.lh-80 {
  line-height: 80px;
}
.text__color__highlight {
  color: #f77a05 !important;
}
.text__color__highlight .fa {
  color: #f77a05 !important;
}
.text__color__highlight .fa:hover {
  color: #c56104 !important;
}
.text__color__highlight a:link,
.text__color__highlight a:visited {
  color: #f77a05 !important;
  text-decoration: none !important;
}
.text__color__highlight a:hover,
.text__color__highlight a:active {
  color: #c56104 !important;
  text-decoration: underline !important;
}
.text__color__highlight-hov {
  color: #CB4D0B !important;
}
.text__color__highlight-hov .fa {
  color: #CB4D0B !important;
}
.text__color__highlight-hov .fa:hover {
  color: #9b3b08 !important;
}
.text__color__highlight-hov a:link,
.text__color__highlight-hov a:visited {
  color: #CB4D0B !important;
  text-decoration: none !important;
}
.text__color__highlight-hov a:hover,
.text__color__highlight-hov a:active {
  color: #9b3b08 !important;
  text-decoration: underline !important;
}
.text__color__primary {
  color: #003591 !important;
}
.text__color__primary .fa {
  color: #003591 !important;
}
.text__color__primary .fa:hover {
  color: #00225e !important;
}
.text__color__primary a:link,
.text__color__primary a:visited {
  color: #003591 !important;
  text-decoration: none !important;
}
.text__color__primary a:hover,
.text__color__primary a:active {
  color: #00225e !important;
  text-decoration: underline !important;
}
.text__color__primary-med {
  color: #345998 !important;
}
.text__color__primary-med .fa {
  color: #345998 !important;
}
.text__color__primary-med .fa:hover {
  color: #274372 !important;
}
.text__color__primary-med a:link,
.text__color__primary-med a:visited {
  color: #345998 !important;
  text-decoration: none !important;
}
.text__color__primary-med a:hover,
.text__color__primary-med a:active {
  color: #274372 !important;
  text-decoration: underline !important;
}
.text__color__gray {
  color: #555555 !important;
}
.text__color__gray .fa {
  color: #555555 !important;
}
.text__color__gray .fa:hover {
  color: #3c3c3c !important;
}
.text__color__gray a:link,
.text__color__gray a:visited {
  color: #555555 !important;
  text-decoration: none !important;
}
.text__color__gray a:hover,
.text__color__gray a:active {
  color: #3c3c3c !important;
  text-decoration: underline !important;
}
.text__color__gray-light {
  color: #a3a9ac !important;
}
.text__color__gray-light .fa {
  color: #a3a9ac !important;
}
.text__color__gray-light .fa:hover {
  color: #889094 !important;
}
.text__color__gray-light a:link,
.text__color__gray-light a:visited {
  color: #a3a9ac !important;
  text-decoration: none !important;
}
.text__color__gray-light a:hover,
.text__color__gray-light a:active {
  color: #889094 !important;
  text-decoration: underline !important;
}
.text__color__gray-dark {
  color: #333333 !important;
}
.text__color__gray-dark .fa {
  color: #333333 !important;
}
.text__color__gray-dark .fa:hover {
  color: #1a1a1a !important;
}
.text__color__gray-dark a:link,
.text__color__gray-dark a:visited {
  color: #333333 !important;
  text-decoration: none !important;
}
.text__color__gray-dark a:hover,
.text__color__gray-dark a:active {
  color: #1a1a1a !important;
  text-decoration: underline !important;
}
.text__color__white {
  color: #fff !important;
}
.text__color__white .fa {
  color: #fff !important;
}
.text__color__white .fa:hover {
  color: #e6e6e6 !important;
}
.text__color__white a:link,
.text__color__white a:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.text__color__white a:hover,
.text__color__white a:active {
  color: #e6e6e6 !important;
  text-decoration: underline !important;
}
.highlight {
  color: #f77a05 !important;
}
.highlight .fa {
  color: #f77a05 !important;
}
.highlight .fa:hover {
  color: #c56104 !important;
}
.highlight a:link,
.highlight a:visited {
  color: #f77a05 !important;
  text-decoration: none !important;
}
.highlight a:hover,
.highlight a:active {
  color: #c56104 !important;
  text-decoration: underline !important;
}
.gray {
  color: #555555 !important;
}
.gray .fa {
  color: #555555 !important;
}
.gray .fa:hover {
  color: #3c3c3c !important;
}
.gray a:link,
.gray a:visited {
  color: #555555 !important;
  text-decoration: none !important;
}
.gray a:hover,
.gray a:active {
  color: #3c3c3c !important;
  text-decoration: underline !important;
}
.text__letter-spacing__1 {
  letter-spacing: 1px;
}
.text__letter-spacing__2 {
  letter-spacing: 2px;
}
.letter-spacing-1 {
  letter-spacing: 1px;
}
.letter-spacing-2 {
  letter-spacing: 2px;
}
.text__weight__ultralight {
  font-weight: 200;
}
.text__weight__light {
  font-weight: 300;
}
.text__weight__regular {
  font-weight: 400;
}
.text__weight__semibold {
  font-weight: 600;
}
.text__weight__bold {
  font-weight: 700;
}
.text__weight__black {
  font-weight: 900;
}
hr.hr--half-width {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
hr.hr--quarter-width {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #DCDEDF;
  color: #DCDEDF;
}
hr.hr--eighth-width {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #DCDEDF;
  color: #DCDEDF;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  background: transparent;
}
#cboxOverlay {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.mg-lightbox-wrapper a:link,
.lightbox-stack a:link,
.mg-lightbox-wrapper a:visited,
.lightbox-stack a:visited,
.mg-lightbox-wrapper a:active,
.lightbox-stack a:active,
.mg-lightbox-wrapper a:hover,
.lightbox-stack a:hover {
  color: inherit;
}
@media (max-width: 1199px) {
  #colorbox,
  #cboxWrapper,
  #cboxTopLeft,
  #cboxTopCenter,
  #cboxTopRight,
  #cboxMiddleLeft,
  #cboxMiddleRight,
  #cboxBottomLeft,
  #cboxBottomCenter,
  #cboxBottomRight,
  #cboxLoadedContent {
    width: 100% !important;
  }
  #colorbox {
    width: calc(100% - 40px) !important;
    margin: 0 20px;
  }
  #cboxContent {
    width: 100% !important;
    overflow: visible;
    position: absolute;
  }
  .mg-lightbox-wrapper {
    padding: 0 15px;
  }
  .mg-lightbox-wrapper .mg-lightbox-detail {
    width: 30%;
    padding-right: 20px;
  }
  .mg-lightbox-wrapper .mg-lightbox-detail .lightbox-stack {
    min-width: auto;
  }
  .mg-lightbox-wrapper .mg-lightbox-description {
    width: 70%;
    margin-left: 0;
  }
  #cboxTopLeft,
  #cboxTopRight,
  #cboxMiddleLeft,
  #cboxMiddleRight,
  #cboxBottomLeft,
  #cboxBottomRight {
    display: none;
  }
}
@media (max-width: 767px) {
  .mg-lightbox-wrapper .mg-lightbox-detail {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .mg-lightbox-wrapper .mg-lightbox-description {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
}
/**
 * RESPONSIVE CSS MARGIN AND PADDING HELPER CLASSES
 * http://aslanbakan.com/en/blog/less-space-responsive-css-margin-and-padding-helper-classes/
 *
 * Only difference I made from the link above was to change the order of the prefixes to follow the Bootstrap 4 format.
 * Format: {property}{sides}-{breakpoint}-{size}. mt-sm-20
 */
.p-xs-50 {
  padding: 50px !important;
}
.pt-xs-50 {
  padding-top: 50px !important;
}
.pl-xs-50 {
  padding-left: 50px !important;
}
.pr-xs-50 {
  padding-right: 50px !important;
}
.pb-xs-50 {
  padding-bottom: 50px !important;
}
.m-xs-50 {
  margin: 50px !important;
}
.mt-xs-50 {
  margin-top: 50px !important;
}
.ml-xs-50 {
  margin-left: 50px !important;
}
.mr-xs-50 {
  margin-right: 50px !important;
}
.mb-xs-50 {
  margin-bottom: 50px !important;
}
/* Some special margin utils. */
.m-xs-auto {
  margin: auto !important;
}
.mt-xs-auto {
  margin-top: auto !important;
}
.mr-xs-auto {
  margin-right: auto !important;
}
.mb-xs-auto {
  margin-bottom: auto !important;
}
.ml-xs-auto {
  margin-left: auto !important;
}
.mx-xs-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xs-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-xs-40 {
  padding: 40px !important;
}
.pt-xs-40 {
  padding-top: 40px !important;
}
.pl-xs-40 {
  padding-left: 40px !important;
}
.pr-xs-40 {
  padding-right: 40px !important;
}
.pb-xs-40 {
  padding-bottom: 40px !important;
}
.m-xs-40 {
  margin: 40px !important;
}
.mt-xs-40 {
  margin-top: 40px !important;
}
.ml-xs-40 {
  margin-left: 40px !important;
}
.mr-xs-40 {
  margin-right: 40px !important;
}
.mb-xs-40 {
  margin-bottom: 40px !important;
}
/* Some special margin utils. */
.m-xs-auto {
  margin: auto !important;
}
.mt-xs-auto {
  margin-top: auto !important;
}
.mr-xs-auto {
  margin-right: auto !important;
}
.mb-xs-auto {
  margin-bottom: auto !important;
}
.ml-xs-auto {
  margin-left: auto !important;
}
.mx-xs-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xs-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-xs-30 {
  padding: 30px !important;
}
.pt-xs-30 {
  padding-top: 30px !important;
}
.pl-xs-30 {
  padding-left: 30px !important;
}
.pr-xs-30 {
  padding-right: 30px !important;
}
.pb-xs-30 {
  padding-bottom: 30px !important;
}
.m-xs-30 {
  margin: 30px !important;
}
.mt-xs-30 {
  margin-top: 30px !important;
}
.ml-xs-30 {
  margin-left: 30px !important;
}
.mr-xs-30 {
  margin-right: 30px !important;
}
.mb-xs-30 {
  margin-bottom: 30px !important;
}
/* Some special margin utils. */
.m-xs-auto {
  margin: auto !important;
}
.mt-xs-auto {
  margin-top: auto !important;
}
.mr-xs-auto {
  margin-right: auto !important;
}
.mb-xs-auto {
  margin-bottom: auto !important;
}
.ml-xs-auto {
  margin-left: auto !important;
}
.mx-xs-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xs-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-xs-20 {
  padding: 20px !important;
}
.pt-xs-20 {
  padding-top: 20px !important;
}
.pl-xs-20 {
  padding-left: 20px !important;
}
.pr-xs-20 {
  padding-right: 20px !important;
}
.pb-xs-20 {
  padding-bottom: 20px !important;
}
.m-xs-20 {
  margin: 20px !important;
}
.mt-xs-20 {
  margin-top: 20px !important;
}
.ml-xs-20 {
  margin-left: 20px !important;
}
.mr-xs-20 {
  margin-right: 20px !important;
}
.mb-xs-20 {
  margin-bottom: 20px !important;
}
/* Some special margin utils. */
.m-xs-auto {
  margin: auto !important;
}
.mt-xs-auto {
  margin-top: auto !important;
}
.mr-xs-auto {
  margin-right: auto !important;
}
.mb-xs-auto {
  margin-bottom: auto !important;
}
.ml-xs-auto {
  margin-left: auto !important;
}
.mx-xs-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xs-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-xs-15 {
  padding: 15px !important;
}
.pt-xs-15 {
  padding-top: 15px !important;
}
.pl-xs-15 {
  padding-left: 15px !important;
}
.pr-xs-15 {
  padding-right: 15px !important;
}
.pb-xs-15 {
  padding-bottom: 15px !important;
}
.m-xs-15 {
  margin: 15px !important;
}
.mt-xs-15 {
  margin-top: 15px !important;
}
.ml-xs-15 {
  margin-left: 15px !important;
}
.mr-xs-15 {
  margin-right: 15px !important;
}
.mb-xs-15 {
  margin-bottom: 15px !important;
}
/* Some special margin utils. */
.m-xs-auto {
  margin: auto !important;
}
.mt-xs-auto {
  margin-top: auto !important;
}
.mr-xs-auto {
  margin-right: auto !important;
}
.mb-xs-auto {
  margin-bottom: auto !important;
}
.ml-xs-auto {
  margin-left: auto !important;
}
.mx-xs-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xs-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-xs-10 {
  padding: 10px !important;
}
.pt-xs-10 {
  padding-top: 10px !important;
}
.pl-xs-10 {
  padding-left: 10px !important;
}
.pr-xs-10 {
  padding-right: 10px !important;
}
.pb-xs-10 {
  padding-bottom: 10px !important;
}
.m-xs-10 {
  margin: 10px !important;
}
.mt-xs-10 {
  margin-top: 10px !important;
}
.ml-xs-10 {
  margin-left: 10px !important;
}
.mr-xs-10 {
  margin-right: 10px !important;
}
.mb-xs-10 {
  margin-bottom: 10px !important;
}
/* Some special margin utils. */
.m-xs-auto {
  margin: auto !important;
}
.mt-xs-auto {
  margin-top: auto !important;
}
.mr-xs-auto {
  margin-right: auto !important;
}
.mb-xs-auto {
  margin-bottom: auto !important;
}
.ml-xs-auto {
  margin-left: auto !important;
}
.mx-xs-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xs-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-xs-5 {
  padding: 5px !important;
}
.pt-xs-5 {
  padding-top: 5px !important;
}
.pl-xs-5 {
  padding-left: 5px !important;
}
.pr-xs-5 {
  padding-right: 5px !important;
}
.pb-xs-5 {
  padding-bottom: 5px !important;
}
.m-xs-5 {
  margin: 5px !important;
}
.mt-xs-5 {
  margin-top: 5px !important;
}
.ml-xs-5 {
  margin-left: 5px !important;
}
.mr-xs-5 {
  margin-right: 5px !important;
}
.mb-xs-5 {
  margin-bottom: 5px !important;
}
/* Some special margin utils. */
.m-xs-auto {
  margin: auto !important;
}
.mt-xs-auto {
  margin-top: auto !important;
}
.mr-xs-auto {
  margin-right: auto !important;
}
.mb-xs-auto {
  margin-bottom: auto !important;
}
.ml-xs-auto {
  margin-left: auto !important;
}
.mx-xs-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xs-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-xs-0 {
  padding: 0px !important;
}
.pt-xs-0 {
  padding-top: 0px !important;
}
.pl-xs-0 {
  padding-left: 0px !important;
}
.pr-xs-0 {
  padding-right: 0px !important;
}
.pb-xs-0 {
  padding-bottom: 0px !important;
}
.m-xs-0 {
  margin: 0px !important;
}
.mt-xs-0 {
  margin-top: 0px !important;
}
.ml-xs-0 {
  margin-left: 0px !important;
}
.mr-xs-0 {
  margin-right: 0px !important;
}
.mb-xs-0 {
  margin-bottom: 0px !important;
}
/* Some special margin utils. */
.m-xs-auto {
  margin: auto !important;
}
.mt-xs-auto {
  margin-top: auto !important;
}
.mr-xs-auto {
  margin-right: auto !important;
}
.mb-xs-auto {
  margin-bottom: auto !important;
}
.ml-xs-auto {
  margin-left: auto !important;
}
.mx-xs-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-xs-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.pull-left-xs {
  float: left !important;
}
.text-left-xs {
  text-align: left !important;
}
.pull-right-xs {
  float: right !important;
}
.text-right-xs {
  text-align: right !important;
}
.pull-center-xs {
  float: center !important;
}
.text-center-xs {
  text-align: center !important;
}
@media (min-width: 768px) {
  .p-sm-200 {
    padding: 200px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  .pl-sm-200 {
    padding-left: 200px !important;
  }
  .pr-sm-200 {
    padding-right: 200px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  .m-sm-200 {
    margin: 200px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  .ml-sm-200 {
    margin-left: 200px !important;
  }
  .mr-sm-200 {
    margin-right: 200px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-150 {
    padding: 150px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pl-sm-150 {
    padding-left: 150px !important;
  }
  .pr-sm-150 {
    padding-right: 150px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .m-sm-150 {
    margin: 150px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .ml-sm-150 {
    margin-left: 150px !important;
  }
  .mr-sm-150 {
    margin-right: 150px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .m-sm-0 {
    margin: 0px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  /* Some special margin utils. */
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .pull-left-sm {
    float: left !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .pull-center-sm {
    float: center !important;
  }
  .text-center-sm {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .p-md-200 {
    padding: 200px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  .pl-md-200 {
    padding-left: 200px !important;
  }
  .pr-md-200 {
    padding-right: 200px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  .m-md-200 {
    margin: 200px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  .ml-md-200 {
    margin-left: 200px !important;
  }
  .mr-md-200 {
    margin-right: 200px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-150 {
    padding: 150px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .pl-md-150 {
    padding-left: 150px !important;
  }
  .pr-md-150 {
    padding-right: 150px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .m-md-150 {
    margin: 150px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .ml-md-150 {
    margin-left: 150px !important;
  }
  .mr-md-150 {
    margin-right: 150px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .m-md-0 {
    margin: 0px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  /* Some special margin utils. */
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .pull-left-md {
    float: left !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .pull-center-md {
    float: center !important;
  }
  .text-center-md {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .p-lg-200 {
    padding: 200px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  .pl-lg-200 {
    padding-left: 200px !important;
  }
  .pr-lg-200 {
    padding-right: 200px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  .m-lg-200 {
    margin: 200px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  .ml-lg-200 {
    margin-left: 200px !important;
  }
  .mr-lg-200 {
    margin-right: 200px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-150 {
    padding: 150px !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  .pl-lg-150 {
    padding-left: 150px !important;
  }
  .pr-lg-150 {
    padding-right: 150px !important;
  }
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  .m-lg-150 {
    margin: 150px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .ml-lg-150 {
    margin-left: 150px !important;
  }
  .mr-lg-150 {
    margin-right: 150px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .m-lg-0 {
    margin: 0px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  /* Some special margin utils. */
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .pull-left-lg {
    float: left !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .pull-center-lg {
    float: center !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
}
.media-left {
  float: left !important;
  padding-right: 20px;
}
.media-right {
  float: right !important;
  padding-left: 20px;
}
/**
 * Override Variables Locally.
 */
h1,
.h1 {
  font-size: 50px;
  color: #003591;
  margin-bottom: 30px;
}
h1 a:link,
.h1 a:link,
h1 a:visited,
.h1 a:visited {
  color: #003591;
}
header .site-name-wrapper h1.site-name {
  font-size: 26px;
}
h2 {
  font-size: 32px;
  color: #003591;
  margin: 20px 0;
}
h2 a:link,
h2 a:visited {
  color: #003591;
}
h3,
.h3,
.unhstyle--heading--block--h3 {
  font-size: 28px;
  color: #003591;
}
h3 a:link,
.h3 a:link,
h3 a:visited,
.h3 a:visited {
  color: #003591;
}
h4,
.h4,
.unhstyle--heading--block--h4 {
  font-size: 24px;
  color: #003591;
  margin: 25px 0 5px 0;
}
h4 a:link,
.h4 a:link,
h4 a:visited,
.h4 a:visited {
  color: #003591;
}
h5,
.h5,
.unhstyle--heading--block--h5 {
  text-transform: uppercase;
  font-size: 16px;
  color: #345998;
  margin-top: 0;
}
h5 a:link,
.h5 a:link,
h5 a:visited,
.h5 a:visited {
  color: #345998;
}
.lead,
.lead__smaller {
  font-size: 20px;
}
/* some elements take longer to transition hover */
strong,
span {
  -webkit-transition: initial !important;
  transition: initial !important;
}
/* SIDEBAR LEFT */
.sidemenu h2 {
  background-color: #003591;
}
/* SEARCH */
.region-branding-search .block-unh-bar-integration {
  float: none;
}
.region-branding-search .block-search,
.region-branding-search .block-4618 {
  float: right;
}
.region-branding-search .block-4618 .btn {
  margin-right: 20px;
  padding: 3px 13px 2px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
/* HOMEPAGE */
.homepage {
  /* slideshow */
  /* information on... menu */
  /* bottom 3-column section */
}
.homepage .main-container {
  padding-bottom: 0;
}
.homepage .flexslider {
  background: #333333;
  padding-bottom: 44px;
}
@media screen and (min-width: 1200px) {
  .homepage .flexslider {
    padding-bottom: 0;
  }
}
.homepage .flexslider .slides {
  background: transparent;
}
.homepage .slideshow {
  margin-top: 8px;
  /* pager controls */
  /* play/pause controls */
  /* prev/next controls */
}
.homepage .slideshow h2 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.homepage .slideshow .slideshow.slide--caption-selected .flexslider .flex-control-nav.flex-control-paging {
  margin-left: 13px;
  text-align: left;
  width: auto;
}
.homepage .slideshow .flex-pauseplay {
  width: 60%;
  position: absolute;
}
.homepage .slideshow .flex-pauseplay a {
  width: 32px;
  height: 32px;
  background-color: #737373;
  color: #fff;
  display: block;
  position: absolute;
  left: auto;
  padding-top: 2px;
  margin: -20px 0 0;
  z-index: 10;
  overflow: hidden;
  right: 35px !important;
  opacity: 1;
  text-align: center;
  bottom: 0;
}
.homepage .slideshow .flex-direction-nav {
  display: block !important;
  width: 60%;
  left: 0 !important;
}
.homepage .slideshow .flex-direction-nav li a {
  background-color: #737373;
  padding-top: 3px;
}
.homepage .slideshow .flex-direction-nav li a:before {
  color: #fff;
}
.homepage .slideshow .flex-direction-nav li a.flex-prev {
  right: 70px;
}
.homepage .slideshow .flex-direction-nav li a.flex-next {
  right: 0px !important;
}
.homepage .slideshow .views-slideshow-controls-text-previous a {
  left: auto !important;
  right: 70px;
  opacity: 1 !important;
}
.homepage .slideshow .views-slideshow-controls-text-previous a:before {
  content: "\f104";
}
.homepage .slideshow .views-slideshow-controls-text-pause a {
  right: 35px;
}
.homepage .slideshow .views-slideshow-controls-text-status-pause a:before {
  content: "\f04c";
  font-size: 18px;
}
.homepage .slideshow .views-slideshow-controls-text-status-play a:before {
  content: "\f04b";
  font-size: 18px;
}
.homepage .slideshow .views-slideshow-controls-text-next a {
  right: 0px !important;
  opacity: 1 !important;
}
.homepage .slideshow .views-slideshow-controls-text-next a:before {
  content: "\f105";
}
.homepage .hp-caption {
  padding: 20px 20px 40px;
}
@media screen and (min-width: 1200px) {
  .homepage .hp-caption {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    padding-bottom: 52px;
    position: absolute;
    width: 40%;
  }
}
.homepage .hp-caption .caption-title {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}
.homepage .hp-caption .caption-title a {
  color: #fff;
  text-decoration: none;
}
.homepage .hp-caption .caption-body {
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 0;
}
.homepage .hp-caption .caption-body > a {
  color: #fff;
  display: block;
  margin: 10px 0 0;
  text-decoration: underline;
}
.homepage .hp-caption .caption-body > a:hover,
.homepage .hp-caption .caption-body > a:active {
  text-decoration: none;
}
.homepage .hp-caption.loc-lower-left {
  margin-left: 0;
  left: 0;
}
.homepage .hp-caption .loc-lower-right {
  right: 0;
}
.homepage .pane-main-menu.main-menu {
  background: transparent;
}
.homepage .pane-main-menu.main-menu h2 {
  border-bottom: 1px solid #c7c7c7;
  color: #555555;
  font-size: 21px;
  font-weight: 300;
  margin: 26px 0 0;
  padding: 0 0 5px;
}
.homepage .pane-main-menu.main-menu a {
  background: url('../images/hp-nav-arrow.png') right center no-repeat;
  border-bottom: 1px solid #eeeeee;
  color: #003591;
  padding: 10px 0 11px 10px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.homepage .pane-main-menu.main-menu a:hover {
  color: #CB4D0B;
}
.homepage .bottom-container {
  padding-bottom: 30px;
  padding-top: 30px;
}
.homepage .bottom-container h2 {
  background-color: #003591;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.homepage .bottom-container h2 a:link,
.homepage .bottom-container h2 a:visited {
  color: #fff;
}
.homepage .bottom-container h2 a:hover,
.homepage .bottom-container h2 a:active {
  color: #c7c7c7;
  text-decoration: none;
}
.homepage .bottom-container iframe {
  width: 100%;
}
/* UPCOMING EVENTS */
.news-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-item {
  margin: 0 0 20px;
  min-height: 60px;
  position: relative;
}
.news-item .news-date {
  border-right: 2px solid #c7c7c7;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}
.news-item .news-date-month {
  color: #a3a9ac;
  display: block;
  text-transform: uppercase;
}
.news-item .news-date-day {
  display: block;
  font-size: 20px;
}
.news-item .news-title a,
.news-item .news-teaser a {
  color: #345998;
  text-decoration: none;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.news-item .news-title a:hover,
.news-item .news-teaser a:hover {
  color: #CB4D0B;
}
.news-item .news-title {
  margin: 0 0 5px;
}
.news-item .news-node-link {
  font-size: .9em;
  margin: 5px 0;
}
.news-item .news-node-link a {
  text-decoration: none;
}
.news-item .news-node-link a::after {
  content: '»';
  margin-left: 5px;
}
/* EVENTS and NEWS BLOCKS */
.event-items-block .news-item {
  padding-left: 65px;
}
.news-items-block .news-title {
  font-size: 1.1em;
}
/* GRAY SECTION AT BOTTOM ON HOMEPAGE */
.postscript {
  padding: 20px 0;
}
.postscript h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
}
.postscript .col-sm-6 p {
  line-height: 1.7;
  font-weight: 300;
}
/* FOOTER */
footer.footer {
  font-size: 15px;
  line-height: 1.8em;
}
footer.footer a:link,
footer.footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer.footer a:hover,
footer.footer a:active {
  color: #f77a05;
  text-decoration: underline;
}
footer.footer .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin: 20px 0 20px 6px;
  padding: 3px 10px;
}
footer.footer .btn:hover,
footer.footer .btn:active {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 480px) {
  footer.footer .social {
    text-align: right;
  }
}
/* SOCIAL ICONS */
@media (min-width: 480px) {
  .social {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .social {
    text-align: center;
  }
  .social .icon--social {
    width: 25px;
  }
}
.social .icon--social {
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  margin: 0 5px;
  padding: 0;
  font-size: 24px;
  height: auto;
}
.social .icon--social:hover {
  color: #f77a05;
  background-color: transparent;
}
/* MORE LINK */
a.more-link,
a.more-link__highlight-hov {
  font-size: 14px;
  font-weight: 600;
  color: #CB4D0B;
  display: block;
  padding: 0;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
a.more-link:after,
a.more-link__highlight-hov:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f18e";
  margin-left: 10px;
}
.front {
  /* Remove white space between slideshow and main nav menu. */
}
.front div.main-container.main-content {
  padding: 0;
}
.front .top .slideshow {
  padding: 0;
  margin-top: 0;
}
/*# sourceMappingURL=styles.map */