@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  color: #000;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote,
q {
  quotes: none;
}

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

a:focus {
  outline: thin dotted #000;
}

a:hover {
  outline: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: 60%;
}

pre {
  font-family: "Lucida Console", Monaco, monospace;
}

label {
  cursor: pointer;
}

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

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type=file]:focus, input[type=file]:active,
input[type=radio]:focus,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=checkbox]:active {
  box-shadow: none;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button] {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #c63636;
  border: 0 none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font: 700 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button.button-secondary,
a.button.button-secondary,
input[type=reset].button-secondary,
input[type=submit].button-secondary,
input[type=button].button-secondary {
  background: #014e79;
}
button.button-green,
a.button.button-green,
input[type=reset].button-green,
input[type=submit].button-green,
input[type=button].button-green {
  background-color: #73B865;
}

button:hover,
a.button:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background: #9e2b2b;
  text-decoration: none;
}
button:hover.button-secondary:hover,
a.button:hover.button-secondary:hover,
input[type=reset]:hover.button-secondary:hover,
input[type=submit]:hover.button-secondary:hover,
input[type=button]:hover.button-secondary:hover {
  background: #013e61;
}
button:hover.button-green,
a.button:hover.button-green,
input[type=reset]:hover.button-green,
input[type=submit]:hover.button-green,
input[type=button]:hover.button-green {
  background: #569c48;
}

button:active,
a.button:active,
input[type=reset]:active,
input[type=submit]:active,
input[type=button]:active {
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
}

button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button.button-large {
  padding: 1rem;
}

a.button {
  *padding-bottom: 3px;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

textarea[disabled],
select[disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

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

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
select[size="0"],
select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

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

.ie6_button,
* html button,
* html a.button {
  background: #dddddd url("../images/button.png?1298351022") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

html {
  box-sizing: border-box;
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}

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

a {
  text-decoration: none;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  color: #014e79;
}

a:hover,
a:focus {
  text-decoration: underline;
  transition-duration: 0.3s;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

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

.alignleft {
  float: none;
}

.alignright {
  float: none;
}

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

.wp-caption-text {
  font-size: 10px;
  margin-top: 5px;
}

@media (min-width: 43.75em) {
  .alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  .alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.icon-search {
  width: 0.9285703003em;
}

.icon-align-justify {
  width: 1.0000009798em;
}

.icon-chevron-left {
  width: 0.7500009984em;
}

.icon-chevron-right {
  width: 0.678571254em;
}

.icon-arrow-down {
  width: 0.9285712019em;
}

.icon-chevron-up {
  width: 0.9999999702em;
}

.icon-chevron-down {
  width: 0.9999999255em;
}

.icon-twitter {
  width: 0.9285703301em;
}

.icon-facebook {
  width: 0.5881709158em;
}

.icon-linkedin {
  width: 0.8571425304em;
}

.icon-angle-double-right {
  width: 0.5535722766em;
}

.icon-youtube {
  width: 1.0000000303em;
}

.icon-flickr {
  width: 0.8571436107em;
}

.icon-email {
  width: 0.9285703301em;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100;
}

.skip-to-content-link {
  background-color: #ef8923;
  color: #fff;
  padding: 0.75em;
}

.admin-bar .skip-to-content-link {
  z-index: 999999;
}

.site-wrapper {
  position: relative;
  overflow: hidden;
}

.holder {
  max-width: 85.375em;
  margin-left: auto;
  margin-right: auto;
  padding-right: 4.25em;
}

.page-holder {
  overflow: auto;
  height: 100%;
}

.p2p-page .holder {
  padding-right: 0;
  max-width: 56.25em;
}

.site-header .holder {
  padding-right: 0;
}

.main-content {
  padding-left: 2.8125em;
  padding-right: 2.8125em;
  overflow: auto;
  height: 100%;
}

.p2p-page .main-content {
  padding-left: 0.625em;
  padding-right: 0.625em;
  overflow: visible;
}

.one-column-layout .main-content {
  float: left;
  padding-left: 2.8125em;
  padding-right: 3.4375em;
  width: 76%;
}
.one-column-layout.full .main-content {
  width: 100%;
}
.one-column-layout.full .columns-2 .column {
  width: 100%;
}
@media (min-width: 48.75em) {
  .one-column-layout.full .columns-2 .column {
    width: 45%;
    margin-right: 1rem;
  }
}

.two-column-layout .main-content {
  border-right: 0.0625em solid #ddd;
  float: left;
  padding-left: 2.8125em;
  padding-right: 3.4375em;
  width: 76%;
}
.two-column-layout .sidebar {
  border-left: 0.0625em solid #ddd;
  position: relative;
  left: -0.0625em;
  float: left;
  width: 24%;
  padding-right: 2.1875em;
}

.no-layout-borders .main-content,
.no-layout-borders .sidebar {
  border-right: 0 none;
  border-left: 0 none;
  left: 0;
}

@media (max-width: 48.75em) {
  .holder {
    padding-right: 0;
  }

  .one-column-layout .main-content,
.two-column-layout .main-content,
.two-column-layout .sidebar {
    float: none;
    border-left: 0;
    border-right: 0;
    width: auto;
  }

  .two-column-layout .sidebar {
    padding-right: 0;
  }
}
.columns-2,
.columns-3,
.columns-4 {
  overflow: auto;
  height: 100%;
}

.columns-2 .column {
  float: left;
  width: 50%;
}

.columns-3 .column {
  float: left;
  width: 33.33333%;
}

.columns-4 .column {
  float: left;
  width: 25%;
}

.columns-2 .column-right,
.columns-3 .column-right,
.columns-4 .column-right {
  float: right;
}

table {
  border: 0.0625em solid #ddd;
  border-collapse: separate;
  padding: 0.125em;
  margin-bottom: 0.9375em;
  width: 100%;
}
table .align-right,
table .currency {
  text-align: right;
}
table .align-left {
  text-align: left;
}
table .align-center {
  text-align: center;
}

th,
td {
  font-size: 0.875em;
  border-left: 0.0357142857em solid #fff;
  border-right: 0.0357142857em solid #fff;
}

th {
  background-color: #223346;
  color: #fff;
  padding: 0.9285714286em 0.7142857143em;
}

td {
  padding: 0.8571428571em 0.9285714286em;
}

.breadcrumbs li {
  float: left;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: lowercase;
  list-style-type: none;
}
.breadcrumbs a {
  color: #014e79;
}
.breadcrumbs .breadcrumb-separator {
  color: #aaa;
  margin: 0 0.8333333333em;
}
.breadcrumbs .current {
  color: #999;
}

.horizontal,
.horizontal-right {
  padding-left: 0;
  margin-bottom: 0;
}

.horizontal li {
  float: left;
  list-style: none;
}

.horizontal-right li {
  float: right;
  list-style: none;
}

.tabs,
.highchart .tabs {
  overflow: auto;
  height: 100%;
  border-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}
.tabs li,
.highchart .tabs li {
  border: 0;
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabs a,
.highchart .tabs a {
  color: #9e9e9e;
  padding: 0 0.375em;
  text-decoration: none;
  display: block;
  margin-bottom: 0.5em;
}
.tabs .first a,
.highchart .tabs .first a {
  border-right: 0.0625em solid #ccc;
}
.tabs .active,
.highchart .tabs .active {
  position: relative;
}
.tabs .active a,
.highchart .tabs .active a {
  color: #61615E;
}

.blog-archive .blog-logo {
  margin-bottom: 1rem;
}
.blog-archive .blog-logo img {
  width: 940px;
  height: 90px;
  max-width: 100%;
}
.blog-archive .categories {
  margin-bottom: 1rem;
}
.blog-archive .categories a {
  color: #c63636;
  font-weight: bold;
}
.blog-archive .byline {
  color: #5e7685 !important;
  font-weight: bold;
  margin-bottom: 0 !important;
}
@media (min-width: 73.125em) {
  .blog-archive .archive-item .the-page-content {
    min-height: 170px;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 73.125em) {
  .blog-archive .archive-item .the-page-content .featured-image {
    width: 360px;
    height: 215px;
    min-width: 360px;
    margin-right: 2rem;
  }
}
.blog-archive .archive-item .the-page-content .featured-image img {
  margin-bottom: 2rem;
}
@media (min-width: 73.125em) {
  .blog-archive .archive-item .the-page-content .featured-image img {
    width: 360px;
    height: 215px;
    min-width: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-archive .archive-item .the-page-content a {
  text-decoration: none;
  font-weight: normal;
}
.blog-archive .archive-item .the-page-content a:hover {
  text-decoration: underline;
}
.blog-archive .content {
  width: 100% !important;
}
.blog-archive .post-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-archive .featured-post {
  border-bottom: 0.0625em solid #e6ecef;
  padding: 0 0 3.125em;
}
.blog-archive .featured-post .title {
  margin-bottom: 1rem;
}
.blog-archive .featured-post .title a {
  font-size: 3.5em;
  font-family: "Source Serif Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  color: #555;
}
.blog-archive .featured-post .featured-image {
  position: relative;
}
.blog-archive .featured-post .featured-image img {
  margin-bottom: 2rem;
}
@media (min-width: 73.125em) {
  .blog-archive .featured-post .featured-image img {
    width: 885px;
    min-width: 885px;
    height: 385px;
    margin-right: 2rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-archive .featured-post .featured-image .featured-box {
  background: #c63636;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 1.5rem 2rem;
  position: absolute;
  top: 35px;
}

.social-share {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 1rem;
}
@media (min-width: 73.125em) {
  .social-share {
    margin-top: 0;
  }
}
.social-share span {
  display: none;
}
@media (min-width: 73.125em) {
  .social-share span {
    display: block;
  }
}
.social-share .social-link {
  display: flex;
  justify-content: center;
  background: #223346;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 1.5rem;
  margin-right: 1rem;
  height: 50px;
}
.social-share .social-link.twitter {
  background: #1da1f2;
}
.social-share .social-link.facebook {
  background: #3b5998;
}
@media (min-width: 73.125em) {
  .social-share .social-link svg {
    margin-right: 5px;
  }
}

.featured-post .social-share {
  margin-top: 2rem;
}

/* Slider */
/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.pagination {
  padding-bottom: 2.8125em;
}
.pagination .page-numbers {
  color: #9a9a9a;
  display: inline-block;
  padding: 0.5625em 0.75em;
}
.pagination .dots {
  padding-left: 0;
  padding-right: 0;
}
.pagination .current {
  background-color: #c63636;
  color: #fff;
  border-radius: 0.125em;
}

.multi-section-pagination {
  overflow: auto;
  height: 100%;
}
.multi-section-pagination a {
  float: left;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.3333;
  width: 45%;
}
.multi-section-pagination .next-section {
  text-align: right;
  float: right;
}
.multi-section-pagination .label {
  display: block;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7777777778em;
  letter-spacing: 0.1em;
  margin-bottom: 0.7142857143em;
}

@media (max-width: 40em) {
  .multi-section-pagination .next-section {
    float: none;
    display: block;
    text-align: left;
    width: auto;
    margin-bottom: 2em;
  }
  .multi-section-pagination .previous-section {
    display: none;
  }
}
.four-oh-four {
  text-align: center;
}
.four-oh-four a {
  color: #c63636;
}
.four-oh-four .headline {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.25;
  color: #014e79;
  margin: 1.5em 0 1em;
}
.four-oh-four .secondary-headline {
  font-size: 1.5em;
  line-height: 1.333;
  color: #555;
  margin-bottom: 2.2916666667em;
}
.four-oh-four .directions {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 2.5em;
  color: #555;
}
.four-oh-four .search-form {
  max-width: 28.75em;
  margin-left: auto;
  margin-right: auto;
}
.four-oh-four .search-field {
  font-size: 0.875em;
  padding: 1.4285714286em 0.3571428571em 1.4285714286em 1.4285714286em;
  border: 0.0714285714em solid #e6ecef;
  width: 100%;
}
.four-oh-four label {
  width: 80%;
  float: left;
}
.four-oh-four .search-submit {
  padding: 1.1666666667em 0;
  width: 20%;
  float: left;
}

.site-header {
  background-color: #fff;
  z-index: 50;
}

.site-logo-link {
  display: inline-block;
  padding: 1.25em 0 0 2.5em;
  height: 5.125em;
}
@media (max-width: 768px) {
  .site-logo-link {
    padding-left: 0.9375em;
  }
}

.site-logo-link-covid {
  display: none;
  height: auto;
  top: -1.0625em;
  position: relative;
  right: -2em;
  border-left: 1px solid #849eaf;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 48.75em) {
  .site-logo-link-covid {
    display: inline-block;
  }
}

.logo-nhc-logo {
  width: 9.375em;
}

.logo-nhc-90-logo {
  width: 10.3125em;
}
@media (max-width: 374px) {
  .logo-nhc-90-logo {
    width: 9.6875em;
  }
}

.logo-nhc-logo-covid {
  width: 12.5em;
}

.site-header-alert {
  background-color: #C63636;
  color: white;
  position: relative;
  right: -60px;
  padding: 10px;
  font-weight: bold;
  width: 90px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  top: -6px;
}
@media (max-width: 780px) {
  .site-header-alert {
    right: -15px;
  }
}
@media (max-width: 450px) {
  .site-header-alert {
    display: none;
  }
}

.header-nav {
  display: table;
  float: right;
  overflow: auto;
}
.header-nav .header-list {
  float: left;
}
.header-nav .nav-item {
  display: table-cell;
  position: relative;
  z-index: 999;
}
.header-nav .nav-link {
  display: block;
  padding: 2.75em 0.9375em;
  text-align: center;
  color: #444;
  text-transform: uppercase;
  font-weight: 600;
}
.header-nav .sub-menu {
  position: absolute;
  visibility: hidden;
  background-color: #5e7685;
  padding-left: 1.5625em;
  padding-right: 1.5625em;
  top: 75%;
  left: -20%;
  z-index: 5;
  width: 200px;
}
.header-nav .sub-menu .nav-item {
  display: block;
}
.header-nav .sub-menu .nav-link {
  color: #fff;
  font-size: 0.75em;
  line-height: 1.35;
  padding: 1em 0;
  border-bottom: 0.0833333333em solid #849faf;
  text-align: left;
}
.header-nav .sub-menu li.nav-item:last-child a {
  border: none;
}
.header-nav .top-level:hover .sub-menu {
  visibility: visible;
}
.header-nav .compact-menu-list {
  display: none;
}
.header-nav .compact-menu-list .icon {
  display: block;
  margin: 0 auto;
  font-size: 2em;
  padding-bottom: 0.125em;
}
.header-nav .compact-menu-list .nav-item {
  padding-bottom: 0;
}
.header-nav .compact-menu-list .topics-nav-item {
  display: none;
}
.header-nav .compact-menu-list .nav-link {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}
.header-nav .cta-press,
.header-nav .cta-join {
  color: #fff;
  width: 6.25em;
}
.header-nav .cta-press {
  background-color: #014e79;
}
.header-nav .cta-join {
  background-color: #c63636;
}

.header-shadow {
  background-color: rgba(0, 0, 0, 0.08);
  height: 0.1875em;
  position: absolute;
  top: 6.375em;
  width: 100%;
  border: 0 none;
  margin: 0;
}

@media (max-width: 97.5em) {
  .header-nav .compact-menu-list {
    display: table;
  }
  .header-nav .primary-nav-list {
    position: absolute;
    background-color: #5e7685;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 60;
    padding: 3.125em 3.4375em;
  }
  .header-nav .primary-nav-list .nav-item {
    display: block;
  }
  .header-nav .primary-nav-list .nav-link {
    color: #fff;
    text-align: left;
    padding: 1em 0.5em;
  }
  .header-nav .primary-nav-list .sub-menu {
    visibility: visible;
    position: static;
    width: auto;
  }

  .js .primary-nav-list {
    width: 26.5625em;
    top: 14.5em;
    bottom: 0;
    right: 0;
    left: auto;
    transform: translateX(28.125em);
  }
}
@media (max-width: 97.5em) and (min-width: 48.75em) {
  .js .primary-nav-list {
    top: 6.5em;
  }
}
@media (max-width: 97.5em) {
  body.open-menu-panel .primary-nav-list {
    transform: translateX(0);
  }
}
@media (max-width: 97.5em) {
  .open-menu-panel .menu-nav-item,
.open-menu-panel .menu-nav-link {
    background-color: #5e7685;
    color: #fff;
  }
}
@media (max-width: 97.5em) {
  .js .menu-animateable {
    transition-property: transform;
    transition-duration: 0.5s;
  }
}
@media (max-width: 48.75em) {
  .header-nav .compact-menu-list .topics-nav-item {
    display: table-cell;
  }

  .js .primary-nav-list {
    transform: translateX(48.75em);
    width: 100%;
    z-index: 50;
  }

  .open-refine-topics-panel .topics-nav-item,
.open-refine-topics-panel .topics-nav-link {
    background-color: #223346;
    color: #fff;
  }
}
@media (max-width: 48.75em) {
  .header-nav {
    float: none;
    display: block;
    padding-top: 1.375em;
  }
  .header-nav .compact-menu-list {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-nav .header-cta-list {
    float: none;
    display: table;
    width: 100%;
  }
  .header-nav .cta-press,
.header-nav .cta-join {
    padding: 1.25em 0;
    width: auto;
  }
}
.mobile-covid {
  z-index: 99;
  right: 0;
  left: 0;
  background: #fff;
  padding: 1.25rem 2rem;
  transition-property: transform;
  transition-duration: 0.55s;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 48.75em) {
  .mobile-covid {
    display: none;
  }
}
.mobile-covid svg {
  width: 100%;
  max-width: 300px;
}

.section-label {
  text-transform: uppercase;
  color: #fff;
  background-color: #c63636;
  font-size: 1.25em;
  padding-left: 2.05em;
  padding-right: 2.05em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: bold;
  float: left;
  line-height: 1.3;
}

.front-page-hero {
  position: relative;
  padding-right: 4.25em;
}
.front-page-hero .hero-image-holder {
  position: relative;
  padding-top: 35%;
  padding-bottom: 1.875em;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.97) 99%, black 100%);
}
.front-page-hero .hero-image {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.front-page-hero .tagline {
  font-size: 2.25em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.0138888889em #555;
}
@media (min-width: 48.75em) {
  .front-page-hero .tagline {
    font-size: 4.5em;
  }
}
.front-page-hero .icon {
  background-color: #c63636;
  color: #fff;
  border-radius: 50%;
  font-size: 3em;
  padding: 0.2083333333em;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media (min-width: 48.75em) {
  .front-page-hero .icon {
    display: block;
  }
}
.front-page-hero .hero-blurb {
  text-align: center;
  font-size: 1.625em;
  line-height: 1.36;
  padding-top: 2.1153846154em;
  padding-bottom: 1.9230769231em;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.front-page-hero .view-more {
  display: block;
  text-transform: uppercase;
  font-size: 0.6153846154em;
  padding-top: 1.875em;
  font-weight: bold;
  color: #c63636;
}

.front-page-tools .columns-2 .column {
  border-left: 0.0625em solid #eee;
  border-right: 0.0625em solid #eee;
  position: relative;
  right: -0.0625em;
}
.front-page-tools .columns-2 .position-1 {
  border-left: 0;
}
.front-page-tools .columns-2 .position-2 {
  border-right: 0;
  right: 0;
}
.front-page-tools .tools {
  clear: left;
  padding-top: 3.125em;
}
.front-page-tools .tool {
  padding-left: 2.5em;
  padding-right: 2.5em;
  padding-bottom: 5.3125em;
}

.tool .headline {
  font-size: 2em;
  line-height: 1.375;
  font-weight: bold;
  color: #444;
}
.tool .description p {
  font-size: 1.125em;
  line-height: 2;
  color: #555;
}
.tool .action {
  font-size: 1em;
  line-height: 2.75;
  color: #c63636;
  text-transform: uppercase;
}
.tool img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 1.875em;
}

.tool:hover,
.tool:focus {
  text-decoration: none;
}
.tool:hover .action,
.tool:focus .action {
  text-decoration: underline;
}

.front-page-events {
  position: relative;
  overflow: auto;
  height: 100%;
  margin-bottom: 1.875em;
}
.front-page-events .section-label {
  position: absolute;
  top: 1.4em;
}
.front-page-events .event {
  float: left;
  text-transform: uppercase;
  color: #fff;
  border-right: 0.125em solid #fff;
  border-left: 0.125em solid #fff;
  font-weight: 700;
  position: relative;
  height: 40em;
}
.front-page-events .photo {
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.front-page-events .details {
  padding: 2.5em;
  background-color: #014e79;
  background-color: rgba(1, 78, 121, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  word-wrap: break-word;
}
.front-page-events .darker {
  background-color: #223346;
  background-color: rgba(34, 51, 70, 0.8);
}
.front-page-events .title {
  text-transform: none;
}
.front-page-events .half-width-event {
  width: 50%;
}
.front-page-events .half-width-event .title {
  font-size: 2em;
  line-height: 1.375;
}
.front-page-events .half-width-event .location,
.front-page-events .half-width-event .date {
  font-size: 1.125em;
  line-height: 2;
}
.front-page-events .quarter-width-event {
  width: 25%;
}
.front-page-events .quarter-width-event .title {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 1.75em;
}
.front-page-events .quarter-width-event .location,
.front-page-events .quarter-width-event .date {
  font-size: 0.875em;
  line-height: 1.7;
}
.front-page-events .view-calendar {
  display: block;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  padding-top: 1.375em;
  padding-bottom: 1.375em;
  font-weight: 700;
  background-color: #849faf;
  color: #fff;
}

.front-page-publications-and-press {
  overflow: auto;
  height: 100%;
}
.front-page-publications-and-press .position-1 {
  clear: left;
}

.post-listing {
  float: left;
  width: 30%;
  margin-left: 3%;
}
.post-listing .post-listing-title {
  color: #849faf;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 2.2;
}
.post-listing .post-listing-item {
  list-style-type: none;
  padding-bottom: 2.125em;
}
.post-listing .post-listing-link {
  color: #014e79;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 500;
  display: block;
}
.post-listing .post-listing-date {
  display: block;
  color: #555;
  font-size: 1em;
  line-height: 1.5;
}
.post-listing .post-date-source {
  display: flex;
  align-items: center;
}
.post-listing .post-date-source .post-listing-date {
  font-weight: bold;
  color: #777;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-right: 5px;
}
.post-listing .post-date-source .source {
  color: #777;
  font-size: 0.875rem;
  padding-left: 5px;
}
.post-listing .post-listing-view-more {
  color: #c63636;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2.75;
  display: block;
  font-weight: 700;
}

@media (max-width: 48.75em) {
  .post-listing {
    float: none;
    width: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .front-page-hero {
    padding-right: 0;
  }

  .front-page-tools .front-page-tools .columns-2 .column {
    border: 0;
  }
  .front-page-tools .tool {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }

  .front-page-events .event {
    float: none;
    display: block;
    border: 0;
    border-bottom: 0.125em solid #fff;
    width: auto;
  }
}
.front-page-slideshow {
  margin-bottom: 2rem;
  color: #fff;
  overflow: hidden;
}
.front-page-slideshow.slick-initialized {
  display: block;
}
.front-page-slideshow.slick-initialized .slide:nth-child(n+1) {
  display: block;
}
.front-page-slideshow .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media only screen and (min-width: 43.75em) {
  .front-page-slideshow .slide {
    height: 400px;
  }
}
.front-page-slideshow .slide:nth-child(n+1) {
  display: none;
}
.front-page-slideshow .slide:first-child {
  display: block;
}
.front-page-slideshow .slide a {
  color: #fff;
}
.front-page-slideshow .slide a:hover {
  text-decoration: none;
}
.front-page-slideshow .slide .slide-content-box {
  padding: 3rem 3rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(168, 20, 14, 0.8);
  background-size: 200%;
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 43.75em) {
  .front-page-slideshow .slide .slide-content-box {
    padding: 7rem 4rem 4rem;
    transform: skewY(15deg);
    justify-content: flex-start;
    height: 500px;
    width: 700px;
  }
}
@media only screen and (min-width: 43.75em) {
  .front-page-slideshow .slide .slide-content {
    transform: skewY(-15deg);
  }
}
.front-page-slideshow .slide .slide-content h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.front-page-slideshow .slide .slide-content p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
}
.front-page-slideshow .slide .slide-content .learn-more {
  background: #223346;
  border: 0;
  display: inline-block;
  font: 700 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  padding: 10px 15px;
  margin-top: 15px;
  text-transform: uppercase;
  vertical-align: top;
  width: auto;
}
.front-page-slideshow .slide .slide-content .learn-more:hover {
  background-color: #014e79;
}
.front-page-slideshow .slick-dots {
  bottom: 2.5rem;
  left: 4rem;
  text-align: left;
}
.front-page-slideshow .slick-dots li {
  background: rgba(0, 0, 0, 0.2);
  height: 5px;
  width: 40px;
}
.front-page-slideshow .slick-dots li button:before {
  content: none;
}
.front-page-slideshow .slick-dots li button:focus {
  box-shadow: none;
}
.front-page-slideshow .slick-dots .slick-active {
  background: white;
}

.page-banner {
  padding: 3.125em 2.8125em 3.75em;
}
.page-banner .page-title {
  font-size: 3em;
  font-weight: 300;
  padding-bottom: 0.3125em;
}

.the-page-content h1 {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-weight: 300;
  color: #014e79;
  font-size: 3em;
  margin-bottom: 0.4em;
}
.the-page-content h1 .subhead {
  font-style: italic;
  font-size: 1.75em;
  font-weight: 400;
}
.the-page-content h2 {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-weight: 300;
  color: #849faf;
  font-size: 2.25em;
  margin-bottom: 0.3972222222em;
}
.the-page-content h2 .subhead {
  font-style: italic;
  font-size: 1.5em;
  font-weight: 400;
}
.the-page-content h3 {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.4em;
  color: #436677;
  font-weight: 300;
}
.the-page-content h3 .subhead {
  font-style: italic;
  font-size: 1.25em;
  font-weight: 400;
}
.the-page-content h4 {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 1.625em;
  margin-bottom: 0.4em;
  font-weight: 300;
  color: #c63636;
}
.the-page-content h4 .subhead {
  font-style: italic;
  font-size: 1.125em;
  font-weight: 400;
}
.the-page-content h5 {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 1.125em;
  margin-bottom: 0.4em;
  font-weight: 700;
  color: #555;
}
.the-page-content h5 .subhead {
  font-style: italic;
  font-weight: 400;
}
.the-page-content h6 {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 0.9375em;
  font-weight: 700;
  color: #849faf;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.the-page-content h6 .subhead {
  font-style: italic;
  font-weight: 400;
}
.the-page-content p {
  font-size: 1em;
  color: #555;
  line-height: 1.65;
  margin-bottom: 2em;
}
.the-page-content ul,
.the-page-content ol {
  padding-left: 2.1875em;
  margin-bottom: 2em;
}
.the-page-content li {
  font-size: 1em;
  line-height: 1.25;
  padding-bottom: 0.46875em;
  margin-bottom: 0.46875em;
  color: #555;
}
.the-page-content li ul,
.the-page-content li ol {
  padding-top: 0.46875em;
  margin-bottom: -0.9375em;
}
.the-page-content li li {
  font-size: 1em;
}
.the-page-content hr {
  margin-bottom: 2em;
}
.the-page-content a:not(.button) {
  text-decoration: underline;
  font-weight: bold;
}
.the-page-content a:not(.button):hover {
  text-decoration: none;
}

.year-filter {
  background-color: #e6ecef;
  padding: 1.25em 0 1.25em 0.9375em;
}
.year-filter .label {
  display: inline-block;
  text-transform: uppercase;
  color: #555;
  font-weight: 700;
  font-size: 0.8125em;
  margin-right: 0.5769230769em;
}
.year-filter .list {
  padding: 0;
  display: inline;
}
.year-filter .list-item {
  display: inline-block;
  font-size: 0.8125em;
  margin: 0;
  list-style: none;
}
.year-filter .link {
  display: block;
  padding: 0.6153846154em 0.9230769231em;
  border-radius: 0.6153846154em;
  color: #555;
  min-width: 4.1538461538em;
  text-align: center;
}
.year-filter .link:hover,
.year-filter .link:focus {
  background-color: #b4c5ce;
  text-decoration: none;
}
.year-filter .active .link {
  background-color: #c63636;
  color: #fff;
}

.archive-item {
  overflow: auto;
  height: 100%;
  border-bottom: 0.0625em solid #e6ecef;
  padding: 2.8125em 0 3.125em;
}
.archive-item:last-of-type {
  border-bottom: 0 none;
}
.archive-item .date {
  float: left;
  margin-right: 1.875em;
  color: #849faf;
  font-weight: 700;
  padding-top: 0.375em;
}
.archive-item .content {
  float: left;
  overflow: hidden;
  width: 75%;
  padding-bottom: 0.125em;
}
.archive-item .title {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 0.625em;
  font-family: "Source Serif Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.archive-item .title a {
  color: #444;
}
.archive-item .title a:hover,
.archive-item .title a:focus {
  color: #c63636;
}
.archive-item .description p {
  font-size: 1.125em;
  line-height: 1.3333;
  color: #555;
}

.archive-item.has-featured-image .content {
  width: 60%;
}
.archive-item.has-featured-image .featured-image {
  float: right;
  width: 20%;
}

@media (max-width: 42.5em) {
  .archive-item .date,
.archive-item .content {
    float: none;
    margin-right: 0;
    width: auto;
  }

  .archive-item.has-featured-image .content,
.archive-item.has-featured-image .featured-image {
    float: none;
    width: auto;
  }
  .archive-item.has-featured-image .featured-image {
    display: block;
    margin-bottom: 0.5em;
  }
}
.byline a {
  text-decoration: none;
  color: #c63636;
  font-weight: 700;
}

.blog-archive .blog-banner .blog-logo {
  width: 50%;
}

.blog-archive-holder {
  padding-bottom: 3.4375em;
}
.blog-archive-holder .title {
  font-size: 3em;
  font-weight: 100;
  color: #014e79;
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}
.blog-archive-holder .subtitle {
  color: #436677;
  font-style: italic;
  font-size: 1.75em;
  line-height: 1.57;
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}

.blog-year-filter .label {
  display: block;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #555;
  font-weight: 700;
}
.blog-year-filter .list {
  overflow: auto;
  height: 100%;
}
.blog-year-filter .list-item {
  float: left;
  width: 20%;
  list-style: none;
  padding: 1em 0;
}
.blog-year-filter .list-item a {
  font-weight: 700;
}

.blog-item {
  padding-bottom: 5em;
}
.blog-item .meta {
  margin-bottom: 1.5625em;
}
.blog-item .date {
  text-transform: uppercase;
  color: #555;
}
.blog-item .separator {
  color: #555;
}
.blog-item .author {
  color: #c63636;
  font-weight: 700;
}
.blog-item .title {
  font-size: 1.5em;
  font-weight: 700;
  font-family: "Source Serif Pro", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-bottom: 1.25em;
  line-height: 1.25;
}
.blog-item .title a {
  color: #444;
}
.blog-item .the-content p {
  font-size: 1.125em;
  line-height: 1.333;
  color: #555;
}
.blog-item .read-more {
  display: block;
  color: #c63636;
  text-decoration: underline;
  font-size: 0.875em;
  padding-top: 1.1428571429em;
}

@media (max-width: 43.75em) {
  .blog-archive .blog-banner .blog-logo {
    width: auto;
  }
}
@media (max-width: 40em) {
  .blog-year-filter .list-item {
    width: 25%;
  }
}
@media (max-width: 32.5em) {
  .blog-year-filter .list-item {
    width: 33%;
  }
}
@media (max-width: 28.125em) {
  .blog-year-filter .list-item {
    width: 50%;
  }
}
@media (max-width: 25em) {
  .blog-year-filter .list-item {
    float: none;
    width: auto;
  }
}
.blog-banner {
  padding: 4.375em 2.8125em 1.25em;
  overflow: auto;
  height: 100%;
}
@media (min-width: 73.125em) {
  .blog-banner .meta-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.blog-banner .blog-holder {
  float: left;
  width: 75%;
}
.blog-banner .blog-title {
  font-size: 2.25em;
  line-height: 1.3333;
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  padding-bottom: 0.5555555556em;
}
.blog-banner .meta {
  padding-top: 1.875em;
}
.blog-banner .date {
  font-size: 1em;
  color: #555;
  text-transform: uppercase;
}
.blog-banner .byline {
  display: block;
  padding-top: 0.75em;
}
.blog-banner .byline a {
  text-decoration: none;
  color: #c63636;
  font-weight: 700;
}
.blog-banner .byline a:hover,
.blog-banner .byline a:focus {
  text-decoration: underline;
}
.blog-banner .blog-logo {
  float: right;
  width: 25%;
}
.blog-banner .blog-wordmark {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.single-post .the-content div.featured-image {
  position: relative;
  margin-bottom: 30px;
}
.single-post .the-content div.featured-image .caption {
  font-size: 14px;
}
.single-post .the-page-content a {
  text-decoration: underline;
}
.single-post .blog-tags {
  padding: 3.125em 0;
}

@media (max-width: 43.75em) {
  .blog-banner .blog-holder,
.blog-banner .blog-logo {
    float: none;
    width: auto;
  }
  .blog-banner .blog-logo {
    display: block;
    margin-bottom: 0.9375em;
  }
}
.single-policy-guide .site-wrapper {
  background-color: #e6ecef;
}
.single-policy-guide .breadcrumbs .breadcrumb-separator {
  color: #444;
  margin: 0 0.25em;
}
.single-policy-guide .main-content {
  background-color: #fff;
  padding: 0;
}
.single-policy-guide .the-content a {
  text-decoration: underline;
}
.single-policy-guide .content-wrapper {
  padding: 3.125em 3.4375em 3.125em 2.8125em;
}
.single-policy-guide .post-title {
  font-size: 2.25em;
  padding-bottom: 0.7777777778em;
}
.single-policy-guide .sidebar {
  padding-right: 0;
}
.single-policy-guide .sidebar .widget .headline {
  background-color: #e6ecef;
  color: #014e79;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1.75em;
}

.nexus-logo {
  width: 200px;
  margin-bottom: 20px;
}

.blog-tags {
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.5;
}
.blog-tags a {
  color: #014e79;
  text-decoration: underline;
  font-weight: 400;
}

.publication-banner {
  padding-top: 4em;
}
.publication-banner .classification {
  margin-bottom: 1.125em;
}
.publication-banner .category {
  font-size: 0.6875em;
  background-color: #c63636;
  color: #fff;
  text-transform: uppercase;
  padding: 0.375em 0.5em;
  display: inline-block;
}
.publication-banner .page-title {
  font-size: 2.25em;
  line-height: 1.3333;
  margin-bottom: 0.6666666667em;
  color: #444;
}
.publication-banner .meta {
  border-top: 0.0625em solid #e6ecef;
  border-bottom: 0.0625em solid #e6ecef;
  font-size: 1em;
  margin-bottom: 2.125em;
}
.publication-banner .date,
.publication-banner .byline {
  padding: 1.375em 0;
  display: inline-block;
}
.publication-banner .date {
  padding-right: 1.75em;
  border-right: 0.0625em solid #e6ecef;
  margin-right: 1.75em;
}
.publication-banner .byline {
  padding-right: 1.75em;
}
.publication-banner .byline a {
  font-weight: 700;
}

.publication-extra-info {
  border-top: 0.0625em solid #e6ecef;
  padding-top: 2.625em;
}
.publication-extra-info p {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #666;
  margin-bottom: 2.25em;
}

.single-publication .sidebar {
  padding-top: 7.5em;
}

.publication-resource {
  display: block;
  margin-bottom: 2.8125em;
}
.publication-resource img {
  display: block;
  border: 0.0625em solid #e6ecef;
  margin: 0 auto 0.625em;
}
.publication-resource .download {
  font-size: 1.25em;
  display: block;
  border: 0.05em solid #fff;
  background-color: #c63636;
  color: #fff;
  text-align: center;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.125em;
}
.publication-resource .icon {
  position: relative;
  top: 0.1875em;
}

.publication-resource:hover,
.publication-resource:focus {
  text-decoration: none;
}
.publication-resource:hover .download,
.publication-resource:hover img,
.publication-resource:focus .download,
.publication-resource:focus img {
  border-color: #014e79;
  background-color: #014e79;
}

.staff-profile {
  padding-bottom: 0.3125em;
}
.staff-profile .staff-title {
  font-size: 2.25em;
  margin-bottom: 0.4166666667em;
  font-style: italic;
}
.staff-profile .staff-department {
  font-size: 1.5em;
  margin-top: -0.5833333333em;
  margin-bottom: 1.875em;
}
.staff-profile .post-list {
  padding-left: 0;
}
.staff-profile .post-list-item {
  list-style: none;
}
.staff-profile .post-list-item:last-of-type {
  border-bottom: 0 none;
}
.staff-profile .post-title {
  font-size: 1.375em;
  display: block;
  padding-bottom: 0.1590909091em;
}
.staff-profile .twitter-timeline {
  float: right;
  width: 50%;
}

.post-list-item {
  list-style: none;
}

.staff-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.staff-grid .staff-grid-item {
  flex: 100%;
  padding: 0.625em 0.9375em 1.875em;
  text-align: center;
}
.staff-grid .department {
  font-size: 0.875em;
  margin-bottom: 1em;
  color: #014e79;
}
.staff-grid .the-staff-image {
  margin-bottom: 1.25em;
}
.staff-grid .staff-name {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.4em;
}
.staff-grid .staff-name a {
  color: #c63636;
}
.staff-grid .staff-title {
  font-size: 1em;
  font-weight: 200;
  font-style: italic;
}

@media (min-width: 43.75em) {
  .staff-grid .staff-grid-item {
    flex: 0 0 33.3333%;
    padding: 0.625em 0.9375em 1.875em;
    text-align: left;
  }
  .staff-grid .the-staff-image {
    min-width: 100%;
  }
}
.press-release-banner {
  padding-top: 4em;
}
.press-release-banner .classification {
  font-size: 0.6875em;
  background-color: #014e79;
  color: #fff;
  text-transform: uppercase;
  padding: 0.375em 0.5em;
  display: inline-block;
  margin-bottom: 1.8181818182em;
}
.press-release-banner .page-title {
  font-size: 2.25em;
  line-height: 1.3333;
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  padding-bottom: 0.5555555556em;
}
.press-release-banner .meta {
  padding-top: 1.875em;
  padding-bottom: 1.25em;
}
.press-release-banner .date {
  font-size: 1em;
  color: #555;
  text-transform: uppercase;
}
.press-release-banner .byline {
  display: block;
  padding-top: 0.75em;
}
.press-release-banner .byline a {
  text-decoration: none;
  color: #c63636;
  font-weight: 700;
}
.press-release-banner .byline a:hover,
.press-release-banner .byline a:focus {
  text-decoration: underline;
}

.press-contact {
  padding-bottom: 1.5625em;
  border-bottom: 0.0277777778em solid #e6ecef;
  margin-bottom: 2.1875em;
  color: #444;
  overflow: auto;
  height: 100%;
}
.press-contact .contact {
  float: left;
  margin-right: 1.5625em;
}
.press-contact .title {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.75;
  padding-bottom: 1.125em;
  font-weight: 700;
  color: #444;
}
.press-contact .name {
  color: #436677;
  font-size: 1em;
  font-weight: 700;
}
.press-contact .phone-number {
  font-size: 1em;
}
.press-contact .email {
  font-size: 1em;
}

.press-about {
  padding-top: 2.1875em;
  padding-bottom: 6.25em;
  border-top: 0.0625em solid #e6ecef;
  color: #555;
}
.press-about .title {
  font-weight: 700;
}
.press-about .title,
.press-about p {
  font-size: 1em;
  line-height: 1.5;
}

.p2p-header {
  padding: 2.8125em 0.9375em 0;
}
.p2p-header img {
  display: block;
  margin: 0 auto;
}
.p2p-header .button, .p2p-header .gform_footer input[type=submit], .gform_footer .p2p-header input[type=submit] {
  border-radius: 0.9375em;
  float: left;
}
.p2p-header .button-secondary {
  float: right;
}

@media (max-width: 31.25em) {
  .p2p-header {
    padding-top: 0.9375em;
  }
  .p2p-header .button, .p2p-header .gform_footer input[type=submit], .gform_footer .p2p-header input[type=submit] {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 0.9375em;
    font-size: 1em;
  }
  .p2p-header .button-secondary {
    float: none;
  }
}
.wysiwyg-content h2 {
  color: #014e79;
  font-size: 1.625em;
  line-height: 1.07;
  font-weight: 600;
  margin-bottom: 0.3076923077em;
}
.wysiwyg-content h3 {
  color: #014e79;
  font-size: 1.375em;
  line-height: 1.07;
  font-weight: 600;
  margin-bottom: 0.3636363636em;
}
.wysiwyg-content h4 {
  color: #014e79;
  font-size: 1.125em;
  line-height: 1.07;
  font-weight: 600;
  margin-bottom: 0.4444444444em;
}
.wysiwyg-content p,
.wysiwyg-content li {
  font-size: 1em;
  line-height: 1.75;
}
.wysiwyg-content p,
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-bottom: 1.875em;
}
.wysiwyg-content ul,
.wysiwyg-content ol {
  padding-left: 1.375em;
}
.wysiwyg-content ul {
  list-style: disc;
}
.wysiwyg-content ol {
  list-style: decimal;
}
.p2p-forms {
  overflow: auto;
  height: 100%;
  border-top: 0.0625em solid #ccc;
  border-bottom: 0.0625em solid #ccc;
  padding: 3.4375em 0 4.0625em;
  margin-bottom: 3.4375em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p2p-forms {
    flex-direction: column;
  }
}

.p2p-form .heading {
  font-size: 2.25em;
  font-weight: 500;
  color: #849faf;
  margin-bottom: 0.2777777778em;
}
.p2p-form p {
  font-size: 1em;
  line-height: 1.75;
  margin-bottom: 1.875em;
}
.p2p-form select,
.p2p-form button {
  display: block;
  margin-bottom: 0.9375em;
}

.p2p-or {
  width: auto;
  text-align: center;
  font-size: 1.625em;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p2p-or {
    padding: 40px 0;
  }
}

.p2p-customize-form p {
  padding: 0.9375em 0;
}
.p2p-customize-form .column label {
  display: flex;
  line-height: 1.3;
  font-size: 0.875em;
  padding: 0.2142857143em 0;
  align-items: flex-start;
  align-items: baseline;
}
.p2p-customize-form .column label input {
  margin-right: 5px;
}
.p2p-customize-form .p2p-submit {
  font-size: 1em;
  margin: 0.9375em 0 2.8125em;
}

.p2p-change-chart-form fieldset {
  display: block;
  padding: 0.9375em 0;
}

.p2p-chart-section {
  padding-bottom: 2.8125em;
}
.p2p-chart-section .heading {
  font-size: 1.625em;
  font-weight: 500;
  color: #436677;
  margin: 1.1538461538em;
  text-align: center;
}
.p2p-chart-section .download-chart {
  float: right;
}
.p2p-chart-section .download-chart .download-chart-link {
  color: #c63636;
}

.p2p-label {
  font-size: 0.875em;
  display: block;
  margin-bottom: 0.5714285714em;
}

.p2p-go-home {
  padding: 0.9375em 0;
}
.p2p-go-home .icon {
  font-size: 0.8125em;
  margin-right: 0.3076923077em;
}

.p2p-footer {
  background-color: #eaeef1;
  padding-top: 2.5em;
}
.p2p-footer .holder {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}
.p2p-footer .column {
  width: 45%;
}
.p2p-footer .footer-inconsequentials {
  margin-bottom: 0.9375em;
}
.p2p-footer .footer-copyright {
  text-align: left;
  padding-left: 5%;
}
.p2p-footer .site-design-credit {
  background-color: #5e7685;
  text-align: center;
}
.p2p-footer .site-design-credit-link {
  color: #fff;
  display: block;
  padding: 0.9375em 0;
}

@media (max-width: 43.75em) {
  .p2p-footer .column,
.p2p-footer .column-right {
    float: none;
    width: auto;
  }
}
@media (max-width: 42.5em) {
  .p2p-page .columns-3 {
    padding-bottom: 1.875em;
  }
  .p2p-page .columns-3 .column {
    float: none;
    width: auto;
  }

  .p2p-customize-form .column label {
    font-size: 1em;
    padding: 0.375em;
  }
}
@media (max-width: 35em) {
  .p2p-change-chart-form fieldset {
    padding-bottom: 2.8125em;
  }
  .p2p-change-chart-form label {
    padding: 0.4285714286em 0;
  }

  .p2p-select,
input.p2p-submit,
.p2p-button {
    display: block;
    width: 100%;
  }

  input.p2p-submit,
.p2p-button {
    padding: 0.9375em;
    margin-bottom: 0.9375em;
  }

  select {
    font-size: 1.125em;
    margin-bottom: 0.8333333333em;
    padding-left: 0.4166666667em;
    padding-right: 0.4166666667em;
  }
}
.refine-topics-trigger {
  position: absolute;
  background-color: #223346;
  width: 4.25em;
  top: 6.5em;
  right: 0;
  bottom: 0;
  z-index: 70;
}
.refine-topics-trigger :active {
  outline: 0;
}

.refine-topics-trigger-text {
  transform: rotate(90deg);
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.25em;
  top: 8.5em;
  left: -6.25em;
  width: 16.5em;
  line-height: 1;
}
.refine-topics-trigger-text .refine-topics-search-icon {
  margin-right: 1em;
  border-radius: 50%;
  background-color: #314456;
  padding: 0.4375em 0.5625em 0.3125em;
}

.refine-topics {
  background-color: #223346;
  color: #fff;
  padding: 3.125em 3.4375em;
  clear: both;
}
.refine-topics .refine-topics-form {
  margin-bottom: 2.875em;
}
.refine-topics .refine-topics-search-input {
  padding: 0.9230769231em 0 0.9230769231em 0.9230769231em;
  border: 0.125em solid #5e7685;
  background-color: #223346;
  color: #fff;
  width: 100%;
  height: auto;
  transition-property: all;
  transition-duration: 0.75s;
}
.refine-topics .refine-topics-search-input:active,
.refine-topics .refine-topics-search-input:focus {
  background-color: #fff;
  color: #5e7685;
}
.refine-topics .refine-topics-search-input::-moz-placeholder {
  color: #5e7685;
}
.refine-topics .refine-topics-search-input:-ms-input-placeholder {
  color: #5e7685;
}
.refine-topics .refine-topics-search-input::placeholder {
  color: #5e7685;
}
.refine-topics .filter-label {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  display: block;
  padding-bottom: 1em;
}
.refine-topics .top-level {
  text-transform: uppercase;
  border-bottom: 0.125em solid #5e7685;
  padding: 1.25em 0;
}
.refine-topics .sub-menu {
  text-transform: none;
  padding-left: 2.1875em;
  padding-top: 0.9375em;
}
.refine-topics .nav-item {
  list-style: none;
}
.refine-topics .nav-link {
  color: #fff;
  display: block;
  padding: 0.9375em 0;
}

.admin-bar .refine-topics {
  top: 6.5em;
}

.js .refine-topics {
  position: absolute;
  transform: translateX(28.125em);
  z-index: 1;
  top: 6.5em;
  right: 0;
  bottom: 0.125em;
  width: 26.5625em;
}

.js .refine-topics-animateable {
  transition-property: transform;
  transition-duration: 0.5s;
}

body.open-refine-topics-panel .refine-topics {
  transform: translateX(-0.9375em);
}

@media (max-width: 48.75em) {
  .refine-topics-trigger {
    display: none;
  }

  .js .refine-topics {
    transform: translateX(48.75em);
    width: 100%;
    z-index: 50;
  }
}
.highchart {
  font-family: "effra", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 1.333333em;
}
.highchart .chart,
.highchart .data {
  border: 0.125em solid #F3F3F4;
  padding-top: 1.875em;
}
.highchart .title {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  text-align: center;
  color: #444;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.highchart .subtitle {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 0.875em;
  font-style: italic;
  color: #555;
  text-align: center;
  margin-bottom: 0;
}
.highchart .data {
  padding: 1.25em;
  border-top-width: 0.1875em;
}
.highchart .zoom-instructions {
  font-size: 0.75em;
  text-transform: uppercase;
  margin: -4.1666666667em 0 0.4166666667em;
  text-align: right;
  float: right;
  color: #555;
}

.main-content .chart-credit {
  color: #555;
  font-size: 0.75em;
  font-style: italic;
}

.share-toolbox {
  background-color: #436677;
  padding: 2.5em 2.5em 2.1875em;
}
.share-toolbox .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 1.25em;
  padding-bottom: 0.9em;
  letter-spacing: 0.12em;
}
.share-toolbox .share-list {
  padding-left: 0;
  padding-bottom: 0.3125em;
  overflow: auto;
  height: 100%;
}
.share-toolbox .share-item {
  list-style: none;
  float: left;
  font-size: 0.875em;
  text-transform: uppercase;
}
.share-toolbox .share-link {
  display: block;
  color: #fff;
  padding-right: 1.4285714286em;
}
.share-toolbox .icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border: 0.1875em solid #849faf;
  border-radius: 50%;
  margin-right: 0.5625em;
  position: relative;
  top: 0.375em;
}

.sidebar .widget {
  margin-bottom: 1.875em;
}
.sidebar .widget a {
  text-decoration: none;
}
.sidebar .widget a:hover,
.sidebar .widget a:focus {
  color: #c63636;
}
.sidebar .widget .headline {
  background-color: #436677;
  color: #fff;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 1.1em 2em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.sidebar .widget .textwidget {
  padding-left: 2.5em;
}
.sidebar .widget .textwidget p {
  font-size: 0.9375em;
  line-height: 1.866667;
  margin-bottom: 2em;
  color: #555;
}

.sidebar .widget_recent_entries ul {
  padding-left: 2.5em;
}
.sidebar .widget_recent_entries li {
  margin-bottom: 2.1875em;
  list-style-type: none;
}
.sidebar .widget_recent_entries li a {
  font-size: 1.125em;
  line-height: 1.33333;
  display: block;
}
.sidebar .widget_recent_entries .post-date {
  font-size: 0.875em;
  line-height: 1.714;
  color: #555;
  display: block;
}

.sidebar .widget_nav_menu .menu,
.sidebar .widget_nav_menu .menu ul {
  padding-left: 2.5em;
}
.sidebar .widget_nav_menu li {
  list-style-type: none;
}
.sidebar .widget_nav_menu a {
  font-size: 1.125em;
  line-height: 2.2222222;
}
.sidebar .widget_nav_menu a:before {
  content: "»";
  padding-right: 0.8333333333em;
}

.sidebar .widget_nhc-sections-widget .nhc-sections-toc,
.sidebar .widget_nhc-sections-widget .nhc-sections-toc ul {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.sidebar .widget_nhc-sections-widget li {
  list-style-type: none;
  color: #555;
  margin-bottom: 10px;
}
.sidebar .widget_nhc-sections-widget a {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  padding-left: 1.3333333333em;
}
.sidebar .widget_nhc-sections-widget a:hover,
.sidebar .widget_nhc-sections-widget a:focus {
  color: #014e79;
  background-color: #C4D1D6;
}
.sidebar .widget_nhc-sections-widget .active a {
  color: #555;
}
.sidebar .widget_nhc-sections-widget .active a:before {
  content: "»";
  padding-right: 0.8333333333em;
  position: absolute;
  left: 46px;
}
.sidebar .widget_nhc-sections-widget .active a:hover,
.sidebar .widget_nhc-sections-widget .active a:focus {
  color: #555;
  background-color: transparent;
}

.sidebar .widget_categories .cat-item-1 {
  display: none;
}
.sidebar .widget_categories ul {
  padding-left: 2.5em;
}
.sidebar .widget_categories ul.children {
  margin-top: 0.5rem;
  padding-left: 1.25em;
}
.sidebar .widget_categories ul.children li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}
.sidebar .widget_categories ul.children li::before {
  content: "–";
  display: block;
  padding-right: 4px;
  padding-top: 3px;
  color: #c63636;
}
.sidebar .widget_categories li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.sidebar .widget_categories a {
  font-size: 1.125em;
  line-height: 1.25;
  color: #c63636;
}

.sidebar #menu-blog-sidebar {
  padding-left: 2.5em;
}
.sidebar #menu-blog-sidebar li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.sidebar #menu-blog-sidebar li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.sidebar #menu-blog-sidebar li.menu-item-has-children > a:after {
  display: block;
  content: "";
  margin-left: 4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #c63636;
  transform: rotate(0);
  transition: transform 0.2s ease-in;
}
.sidebar #menu-blog-sidebar li.child-active > a:after {
  transform: rotate(180deg);
}
.sidebar #menu-blog-sidebar li.child-active .sub-menu {
  display: block;
}
.sidebar #menu-blog-sidebar a {
  font-size: 1.125em;
  line-height: 1.25;
  color: #c63636;
}
.sidebar #menu-blog-sidebar a::before {
  display: none;
}
.sidebar #menu-blog-sidebar .sub-menu {
  margin-top: 0.5rem;
  padding-left: 1.25em;
  display: none;
}
.sidebar #menu-blog-sidebar .sub-menu li {
  margin-bottom: 0.75rem;
}

@media (max-width: 48.75em) {
  .sidebar .widget_nhc-sections-widget .nhc-sections-toc a:hover,
.sidebar .widget_nhc-sections-widget .nhc-sections-toc a:focus,
.sidebar .widget_nhc-sections-widget .nhc-sections-toc ul a:hover,
.sidebar .widget_nhc-sections-widget .nhc-sections-toc ul a:focus {
    color: inherit;
    background-color: inherit;
  }

  .widget_nhc-sections-widget {
    margin-top: 20px;
  }

  .single-policy-guide .sidebar .widget .headline {
    margin-bottom: 1em;
  }
}
.sidebar .year-filter {
  margin-bottom: 2rem;
}

.newsletter-embed {
  border: 0.0625em solid #e6ecef;
  margin-bottom: 3.125em;
}
.newsletter-embed iframe {
  width: 100%;
  height: 640px;
}

.site-footer {
  background-color: #e6ecef;
  background-image: url("../img/gray-trees-and-houses.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  clear: both;
  overflow: auto;
  height: 100%;
  padding: 3.125em 0 11.5625em;
  margin-top: 5em;
}

.footer-links {
  float: left;
  width: 60%;
}
.footer-links .footer-links-list {
  display: table;
  width: 100%;
}
.footer-links .top-level {
  display: table-cell;
  padding-left: 5%;
  width: 20%;
}
.footer-links .nav-item {
  list-style-type: none;
}
.footer-links .nav-link {
  display: block;
  line-height: 1.5;
}
.footer-links .top-level .nav-link {
  color: #223346;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 1.1875em;
  text-transform: uppercase;
}
.footer-links .sub-menu .nav-link {
  color: #014e79;
  font-size: 0.875em;
  font-weight: 400;
  padding: 1.3571428571em 0;
  text-transform: none;
}

.footer-misc {
  float: right;
  padding-right: 2.1875em;
  width: 36%;
}

.footer-social-icons {
  display: table;
  margin-bottom: 2.1875em;
  width: 100%;
}

.footer-social-icon {
  display: table-cell;
}

.footer-social-link {
  background-color: #b4c5ce;
  border-radius: 50%;
  color: #e6ecef;
  display: block;
  text-align: center;
  font-size: 1.875em;
  width: 1.6666666667em;
  padding-top: 0.3333333333em;
  padding-bottom: 0.2em;
  margin-left: auto;
}

.footer-social-linkedin:hover,
.footer-social-linkedin:focus {
  background-color: #0077b5;
}

.footer-social-twitter:hover,
.footer-social-twitter:focus {
  background-color: #1da1f2;
}

.footer-social-facebook:hover,
.footer-social-facebook:focus {
  background-color: #3b5998;
}

.footer-social-youtube:hover,
.footer-social-youtube:focus {
  background-color: #e52d27;
}

.footer-social-flickr:hover,
.footer-social-flickr:focus {
  background-color: #ff0084;
}

.footer-email-signup {
  text-align: right;
  margin-bottom: 2.1875em;
  overflow: auto;
  height: 100%;
}
.footer-email-signup .footer-email-label {
  color: #223346;
  font-weight: 700;
  margin-bottom: 0.9375em;
  display: block;
  font-size: 0.875em;
}
.footer-email-signup .footer-email-input {
  padding: 1.1538461538em 0.3846153846em 1.1538461538em 1.1538461538em;
  float: left;
  border: 0;
  width: 80%;
  height: 2.6153846154em;
}
.footer-email-signup .footer-email-button {
  float: left;
  font-size: 0.875em;
  height: 2.4285714286em;
  font-weight: 700;
  width: 20%;
}
.footer-email-signup .success-message {
  display: none;
  text-align: center;
  margin-bottom: 0.3125em;
  background-color: #014e79;
  padding: 0.5em 0;
}
.footer-email-signup .success-message .title {
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  padding-bottom: 0.5em;
}
.footer-email-signup .success-message .message {
  font-size: 0.875em;
  font-style: italic;
  color: #fff;
}

.submit-success .success-message {
  display: block;
}
.submit-success .footer-email-input,
.submit-success .footer-email-button {
  display: none;
}

.footer-inconsequentials {
  display: table;
  width: 100%;
  margin-bottom: 2.1875em;
}

.footer-inconsequential {
  display: table-cell;
  border-left: 0.0625em solid #5e7685;
}

.footer-first-inconsequential {
  border-left: 0;
}

.footer-inconsequential-link {
  display: block;
  text-align: center;
  color: #5e7685;
  font-size: 0.875em;
}

.footer-copyright {
  color: #5e7685;
  font-size: 0.875em;
  text-align: right;
  margin-bottom: 1.2857142857em;
}

.site-design-credit {
  text-align: right;
}

.site-design-credit-link {
  color: #5e7685;
  font-size: 0.875em;
  padding: 0.5714285714em;
  margin-right: -0.5714285714em;
}
.site-design-credit-link strong {
  text-transform: uppercase;
}

.site-design-credit-link:hover,
.site-design-credit-link:focus {
  background-color: #a1db35;
  color: #fff;
  text-decoration: none;
  border-radius: 0.2142857143em;
}

@media (max-width: 62.5em) {
  .footer-links {
    float: none;
    width: 95%;
    margin-bottom: 2.8125em;
  }

  .footer-misc {
    float: none;
    width: auto;
    max-width: 31.25em;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .footer-email-signup {
    text-align: center;
  }

  .footer-copyright,
.site-design-credit {
    text-align: center;
  }
}
@media (max-width: 37.5em) {
  .footer-links .top-level {
    display: block;
    float: left;
    width: 50%;
  }

  .footer-links .top-level:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 30em) {
  .footer-links .top-level {
    float: none;
    width: auto;
    margin-bottom: 1.875em;
  }
}
.list-container {
  clear: both;
}

.list-person {
  margin-bottom: 20px;
  float: left;
  clear: both;
  width: 100%;
}
.list-person .list-person-image {
  float: left;
  width: 100%;
  max-width: 250px;
  margin-bottom: 10px;
}
.list-person .list-person-image img {
  min-width: 100%;
}
.list-person .list-person-bio {
  float: left;
  width: 100%;
}

@media (min-width: 73.125em) {
  .list-person .list-person-image {
    width: 20%;
    margin-right: 20px;
    max-width: 20%;
  }
  .list-person .list-person-bio {
    width: 70%;
  }
}
.image-grid .column {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.image-grid img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin-bottom: 10px;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 50% !important;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 50% !important;
}

.single-tribe_events .tribe-events-venue-map {
  width: 100% !important;
}

.tribe-events-list-event-description {
  margin-bottom: 3.125em !important;
}

.ecs-event {
  list-style: none !important;
}

.ecs-event-list {
  padding-left: 0 !important;
}
.ecs-event-list .ecs-event a {
  text-decoration: none;
  font-weight: 300;
}
.ecs-event-list .ecs-event a:hover {
  text-decoration: underline;
}

.tribe-events-loop .tribe-events-event-meta {
  background: none !important;
  border: none !important;
}

.tribe-events-list .tribe-events-venue-details {
  padding: 0 !important;
  border: 0 !important;
}

.tribe-events-list-widget-events {
  font-size: 1em;
  line-height: 1.25 !important;
  padding-bottom: 0.46875em;
  margin-bottom: 0.46875em;
  color: #555;
}

#tribe-events-content a {
  font-weight: normal;
}

#tribe-events-content .tribe-events-single-event-description a:not(.button) {
  text-decoration: underline;
  font-weight: bold;
}
#tribe-events-content .tribe-events-single-event-description a:not(.button):hover {
  text-decoration: none;
}

.tribe-common.tribe-events .tribe-events-header .tribe-events-header__breadcrumbs {
  display: none;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-events-bar {
  --tec-color-background-events-bar: #f5f5f5;
  --tec-color-background-view-selector: #f5f5f5;
  border: 0;
  padding: 15px;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  padding: 10px 45px;
  background-color: #FFF;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-search__button {
  background-color: #c63636;
  color: #FFF;
  border-radius: 0;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-search__button:hover {
  text-decoration: underline;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-view-selector__list > li {
  list-style: none;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-view-selector__list > li a {
  text-decoration: none;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-view-selector__list-item-icon {
  display: block !important;
  visibility: visible;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-events-bar .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
  padding: 0;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-top-bar__nav-list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
}
.tribe-common.tribe-events .tribe-events-header .tribe-events-c-top-bar__nav-list > li {
  list-style: none;
  margin-bottom: 0;
}
.tribe-common.tribe-events .tribe-events-calendar-list__month-separator time {
  color: #405C64;
  font-family: Open Sans, Gill Sans MT, Gill Sans, Corbel, Arial, sans-serif;
  font-size: 2.25em;
  font-weight: 300;
}
.tribe-common.tribe-events .tribe-events-c-top-bar__datepicker-container th {
  background-color: transparent;
}
.tribe-common.tribe-events .tribe-events-calendar-list__event-title a {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  color: #405C64;
}
.tribe-common.tribe-events .tribe-events-calendar-list-nav a {
  text-decoration: none;
}
.tribe-common.tribe-events .tribe-events-calendar-list-nav button {
  text-transform: none;
}
.tribe-common.tribe-events .tribe-events-c-ical__link {
  background-color: #c63636;
  color: #FFF;
  border-radius: 0;
  border: 0;
  text-decoration: none;
}
.tribe-common.tribe-events .tribe-events-c-ical__link:hover {
  text-decoration: underline;
}
.tribe-common.tribe-events .tribe-events-c-ical__link svg {
  color: #FFF;
}

.tribe-events-widget-events-list .tribe-events-widget-events-list__header-title {
  background-color: #436677;
  color: #fff;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 1.1em 2em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}
.tribe-events-widget-events-list .tribe-events-widget-events-list__event-title a {
  color: #014e79;
}
.tribe-events-widget-events-list .tribe-events-widget-events-list__view-more {
  display: none;
}

.the-page-content #tribe-events .tribe-events-back a {
  text-decoration: none;
}
.the-page-content #tribe-events h1 {
  color: #555;
  font-size: 29px;
  margin-bottom: 0;
}
.the-page-content #tribe-events .tribe-events-schedule {
  margin: 15px 0;
}
.the-page-content #tribe-events .tribe-events-schedule h2 {
  display: inline-block;
  margin-bottom: 0;
  color: #555;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.the-page-content #tribe-events .tribe-events-cal-links .tribe-events-button {
  background-color: #c63636;
  background-image: none;
  padding: 12px;
  color: #FFF;
  border-radius: 0;
  border: 0;
  text-decoration: none;
}
.the-page-content #tribe-events .tribe-events-cal-links .tribe-events-button:hover {
  text-decoration: underline;
}
.the-page-content #tribe-events .tribe-events-event-meta {
  font-size: 17px !important;
  line-height: 1.3333 !important;
  color: #555 !important;
  font-family: sans-serif;
  margin-bottom: 15px;
  background: #e5e5e5;
  border: 0;
  margin: 30px 0;
  width: 100%;
}
.the-page-content #tribe-events .tribe-events-event-meta .tribe-events-meta-group {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin: 20px 0;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
}
.the-page-content #tribe-events .tribe-events-event-meta .tribe-events-meta-group h3 {
  color: #436677;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}
.the-page-content #tribe-events .tribe-events-event-meta .tribe-events-meta-group h3:not(:first-of-type) {
  margin-top: 20px;
}
.the-page-content #tribe-events .tribe-events-event-meta .tribe-events-meta-group .tribe-events-event-categories a {
  text-decoration: none;
}
.the-page-content #tribe-events #tribe-events-footer {
  display: none;
}

.recent-events-list-view {
  clear: both;
}
.recent-events-list-view ul {
  padding-left: 0;
}
.recent-events-list-view ul li {
  list-style: none;
}
.recent-events-list-view .tribe-events-calendar-list__event-header {
  margin-bottom: 30px;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.modal {
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}

.modal-body {
  padding: 20px;
}
@media (min-width: 992px) {
  .modal-body {
    padding: 50px;
  }
}

.modal-dialog {
  max-height: 95vh;
  overflow-y: scroll;
}

.modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 52, 86, 0.98);
}

.modal-content .responsive-embed {
  margin: 0;
  padding: 0;
}

.form-control, .gform_fields input:not([type=submit]),
.gform_fields select {
  align-items: center;
  background-color: #e8ecef;
  border-radius: 0;
  border: solid 2px transparent;
  color: #85A1AF;
  display: inline-flex;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 10px 15px;
  width: 100%;
  height: auto;
}

select.form-control,
.gform_fields select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #e8ecef url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS43OTMuNzkzYTEgMSAwIDAxMS40MTQgMEw1LjUgNC4wODYgOC43OTMuNzkzYTEgMSAwIDExMS40MTQgMS40MTRsLTQgNGExIDEgMCAwMS0xLjQxNCAwbC00LTRhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iIzg1QTFBRiIvPjwvc3ZnPgo=") right 20px center/10px 6px no-repeat;
  height: 50px;
  position: relative;
}
.gform_wrapper .validation_error {
  font-size: 16px;
  color: #D83538;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
}

.gform_heading {
  margin-bottom: 20px;
}

.gform_title {
  font-family: "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.4em;
  color: #436677;
  font-weight: 300;
}

.gform_description {
  font-size: 1.375em;
}

.gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_fields .gfield {
  margin-bottom: 15px;
  list-style: none;
}
.gform_fields input:not([type=submit]),
.gform_fields select {
  color: #093456;
}
.gform_fields input:not([type=submit]) .gf_placeholder,
.gform_fields select .gf_placeholder {
  color: #85A1AF;
}
.gform_fields label {
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 5px;
}
.gform_fields .validation_message {
  font-size: 12px;
  color: #D83538;
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
}

.gform_footer input[type=submit] {
  padding: 1rem;
}

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

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

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

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

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

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

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

#multi-section-report .row-actions {
  position: static;
  visibility: hidden;
}

#multi-section-report li:hover .row-actions {
  visibility: visible;
  padding-left: 10px;
}

#multi-section-report .trash {
  color: #BC0B0B;
}

#multi-section-children {
  padding: 0 0 10px 10px;
}

#multi-section-children li {
  padding-left: 5px;
}

#multi-section-children li:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

#multi-section-children li:focus {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

#multi-section-search .ajax_result {
  padding-top: 10px;
}

.fm-label {
  font-weight: 700;
}

.fm-richtext .fm-label {
  margin-bottom: -1.8em;
}
