/*
Theme Name: ACM
Author: AuthX/Nolte
Description: ACM WordPress Theme
Github Theme URI: http://campus.acm.org/public/infodir/wp-versions/acm.zip
Version: 2.0
Requires at least: 6.1.1
Requires PHP: 7.4
Tags: acm
*/
@import url("acm-blessed1.css?z=1465521440117");

.tabs.radius .tab:last-child a,
.tabs.radius dd:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical .tab-title,
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:after,
.tabs-content:before {
  content: " ";
  display: table;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.625rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0.625rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.625rem;
}

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

.th {
  line-height: 0;
  display: inline-block;
  border: 4px solid #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-out;
}

.th:focus,
.th:hover {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}

.th.radius {
  border-radius: 3px;
}

.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: 700;
  color: #333;
}

.has-tip:focus,
.has-tip:hover {
  border-bottom: dotted 1px #003f54;
  color: #008cba;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: 400;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent #333;
  top: -10px;
  pointer-events: none;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #008cba !important;
  border-bottom: dotted 1px #003f54 !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: 400;
}

@media only screen and (min-width: 40.0625em) {
  .tooltip > .nub {
    border-color: transparent transparent #333;
    top: -10px;
  }

  .tooltip.tip-top > .nub {
    border-color: #333 transparent transparent;
    top: auto;
    bottom: -10px;
  }

  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }

  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:1px)/";
  width: 1px;
}

.contain-to-grid {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 3.25rem;
}

.top-bar {
  height: 3.25rem;
  position: relative;
  background: #000;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: 1.75rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}

.top-bar .button,
.top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

@media only screen and (max-width: 40em) {
  .top-bar .button,
  .top-bar button {
    position: relative;
    top: -1px;
  }
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 5rem;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
  line-height: 5rem;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
  font-weight: 400;
  color: #fff;
  width: 75%;
  display: block;
  padding: 0 1.66667rem;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 1.66667rem;
  height: 5rem;
  line-height: 5rem;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 3.22917rem 0 1.66667rem;
  color: #fff;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  position: absolute;
  display: block;
  font-size: 2.5rem;
  font-family: fontawesome;
  content: "\f0c9";
  width: 1.5rem;
}

.top-bar-section,
.top-bar-section {
  position: relative;
}

.top-bar.expanded {
  height: auto;
  background: 0 0;
}

.top-bar.expanded .title-area {
  background: rgba(26, 11, 12, 0.7);
}

.top-bar.expanded .toggle-topbar a,
.top-bar.expanded .toggle-topbar a span::after {
  color: #888;
}

.top-bar-section {
  left: 0;
  width: auto;
  transition: left 0.3s ease-out;
}

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px transparent;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li {
  background: 0 0;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #000;
  padding: 12px 0 12px 1.66667rem;
  font-family: "Roboto Condensed", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: none;
}

.top-bar-section ul li > a.button,
.top-bar-section ul li > button {
  font-size: 0.9375rem;
  padding-right: 1.66667rem;
  padding-left: 1.66667rem;
  color: #295100;
}

.top-bar-section ul li > a.button {
  background-color: #008cba;
  border-color: #00a0d4;
}

.top-bar-section ul li > a.button:focus,
.top-bar-section ul li > a.button:hover {
  width: 50%;
  color: #295100;
}

.top-bar-section ul li > a.button.secondary {
  background-color: #00afec;
  border-color: #03beff;
  color: #295100;
}

.top-bar-section ul li > a.button.secondary:focus,
.top-bar-section ul li > a.button.secondary:hover {
  background-color: #03beff;
  color: #295100;
}

.top-bar-section ul li > a.button.success {
  background-color: #43ac6a;
  border-color: #4cb974;
  color: #295100;
}

.top-bar-section ul li > a.button.success:focus,
.top-bar-section ul li > a.button.success:hover {
  background-color: #4cb974;
  color: #295100;
}

.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #f15036;
  color: #295100;
}

.top-bar-section ul li > a.button.alert:focus,
.top-bar-section ul li > a.button.alert:hover {
  background-color: #f15036;
  color: #295100;
}

.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #f19336;
  color: #295100;
}

.top-bar-section ul li > a.button.warning:focus,
.top-bar-section ul li > a.button.warning:hover {
  background-color: #f19336;
  color: #295100;
}

.top-bar-section ul li > button {
  background-color: #008cba;
  border-color: #00a0d4;
}

.top-bar-section ul li > button:focus,
.top-bar-section ul li > button:hover {
  background-color: #00a0d4;
  color: #295100;
}

.top-bar-section ul li > button.secondary {
  background-color: #00afec;
  border-color: #03beff;
  color: #295100;
}

.top-bar-section ul li > button.secondary:focus,
.top-bar-section ul li > button.secondary:hover {
  background-color: #03beff;
  color: #295100;
}

.top-bar-section ul li > button.success {
  background-color: #43ac6a;
  border-color: #4cb974;
  color: #295100;
}

.top-bar-section ul li > button.success:focus,
.top-bar-section ul li > button.success:hover {
  background-color: #4cb974;
  color: #295100;
}

.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #f15036;
  color: #295100;
}

.top-bar-section ul li > button.alert:focus,
.top-bar-section ul li > button.alert:hover {
  background-color: #f15036;
  color: #295100;
}

.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #f19336;
  color: #295100;
}

.top-bar-section ul li > button.warning:focus,
.top-bar-section ul li > button.warning:hover {
  background-color: #f19336;
  color: #295100;
}

.top-bar-section ul li.active > a,
.top-bar-section ul li:hover:not(.has-form) > a {
  background: #b9dfe9;
  color: #000;
}

.top-bar-section ul li.active > a:hover {
  background: #b9dfe9;
  color: #fff;
}

.top-bar-section .has-form {
  padding: 1.66667rem;
}

.top-bar-section > a:after {
  margin-right: 1.66667rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .moved {
  position: static;
}

.top-bar-section .moved > .dropdown {
  display: block;
  height: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  padding: 0;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
  float: none;
}

.top-bar-section .dropdown li a {
  font-weight: 400;
  padding: 8px 1.66667rem;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: 400;
}

.top-bar-section .dropdown li.parent-link,
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}

.top-bar-section .dropdown li.parent-link a,
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  display: block;
}

.top-bar-section .dropdown li.parent-link a:hover,
.top-bar-section .dropdown li.title h5 a:hover {
  background: 0 0;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 1.66667rem;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777;
  font-weight: 700;
  font-size: 0.625rem;
}

.subheader,
code,
p {
  font-weight: 400;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 1130px) {
  .top-bar .title-area,
  .top-bar-section ul li {
    float: left;
  }

  .top-bar {
    overflow: visible;
  }

  .top-bar:after,
  .top-bar:before {
    content: " ";
    display: table;
  }

  .top-bar:after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }

  .top-bar .button,
  .top-bar button,
  .top-bar input {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 1.625rem;
  }

  .top-bar.expanded {
    background: rgba(26, 11, 12, 0.7);
  }

  .contain-to-grid .top-bar {
    max-width: 73.5rem;
    margin: 0 auto;
  }

  .top-bar-section {
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    display: inline;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li.hover > a:not(.button) {
    background-color: #b9dfe9;
    color: #000;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0;
    background: 0 0;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    color: #fff;
    background-color: #005a83;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    color: #000;
    background: #b9dfe9;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #b9dfe9;
    color: #fff;
  }

  .top-bar-section .moved {
    position: relative;
  }

  .top-bar-section .moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  .top-bar-section .hover > .dropdown,
  .top-bar-section .not-click:hover > .dropdown {
    display: block;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }

  .top-bar-section .dropdown li > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: 0 0;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a {
    color: #000;
    padding: 0;
    background: 0 0;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: 0 0;
  }

  .top-bar-section
    .dropdown
    li:not(.has-form):not(.active):hover
    > a:not(.button) {
    color: #003750;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333;
  }

  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px rgba(33, 33, 33, 0);
    clear: none;
    height: 5rem;
    width: 0;
  }

  .top-bar-section .has-form {
    background: 0 0;
    padding: 0 1.66667rem;
    height: 5rem;
  }

  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }

  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }

  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }

  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  .no-js .top-bar-section ul li:active > a,
  .no-js .top-bar-section ul li:hover > a {
    background: #b9dfe9;
    color: #000;
  }

  .no-js .top-bar-section :hover > .dropdown,
  .no-js .top-bar-section > a:focus + .dropdown {
    display: block;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}

.block-grid:after,
hr {
  clear: both;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 60rem) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 60.06rem) and (max-width: 99999999em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 60.06rem) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.footer__social,
.utilities-area .block-grid {
  text-align: center;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

a {
  line-height: inherit;
}

a:focus,
a:hover {
  color: #003750;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover,
p a:focus,
p a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

p {
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

p a {
  color: #007db6;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.55;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 initial 0.8em;
  font-weight: 400;
  font-style: normal;
  color: #2f2f36;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  padding: inherit;
  margin: inherit;
}

h1,
h2 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.4;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.2em;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: 0.7em;
}

h5,
h6 {
  line-height: 1.4;
  font-family: Roboto, sans-serif;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  letter-spacing: -1px;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -1px;
}

.subheader {
  line-height: 1.6;
  color: #6f6f6f;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

b,
em,
i,
small,
strong {
  line-height: inherit;
}

hr {
  border: solid #b7b7b7;
  border-width: 1px 0 0;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 60%;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333;
  background-color: #adeaff;
  border-width: 1px;
  border-style: solid;
  border-color: #82dfff;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

#maincontent {
  background-color: #fff;
}

#maincontent dl,
#maincontent ol,
#maincontent ul,
dl,
ol,
ul {
  line-height: 1.4;
  list-style-position: outside;
  font-family: inherit;
}

.vcard .fn,
.vevent .summary,
.vevent abbr,
dl dt {
  font-weight: 700;
}

dl,
ol,
ul {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ol,
ul.no-bullet li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

ul li ol,
ul li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.circle,
ul.disc,
ul.square {
  margin-left: 1.1rem;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

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

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

ul.no-bullet {
  list-style: none;
}

ol {
  margin-left: 1.4rem;
}

ol li ol,
ol li ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0.3rem;
}

dl dd {
  margin-bottom: 0.75rem;
}

#maincontent dl,
#maincontent ol,
#maincontent ul {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}

#maincontent dl li,
#maincontent ul li {
  margin-bottom: 0.5em;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}

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

blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
  font-size: 0.9375rem;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555;
}

blockquote,
blockquote p {
  line-height: 1.55;
  color: #6f6f6f;
}

#maincontent article .section.top h5 {
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.article li,
.inline-header {
  margin-bottom: 0.5em;
}

.inline-header {
  display: inline-block;
}

.article li > ol,
.article li > ul {
  margin-top: 0.75em;
}

ol.upperalpha {
  list-style-type: upper-alpha;
}

ol.loweralpha {
  list-style-type: lower-alpha;
}

ol.upperroman {
  list-style-type: upper-roman;
}

ol.lowerroman {
  list-style-type: lower-roman;
}

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

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

ul.list-square {
  list-style-type: square;
}

.fa-ul,
.section-nav ul,
ul.list-none {
  list-style-type: none;
}

#maincontent p > img,
.article p > img {
  margin: 0.5em 0;
  max-width: 100%;
}

#maincontent p[style*="justify"] > img,
.article p[style*="justify"] > img {
  max-width: auto;
  width: 100%;
}

#maincontent p[style*="justify"] > img[align*="middle"],
.article p[style*="justify"] > img[align*="middle"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#maincontent p > img[align*="left"],
.article p > img[align*="left"] {
  margin-right: 0.5em;
}

#maincontent p > img[align*="right"],
.article p > img[align*="right"] {
  margin-left: 0.5em;
}

@media only screen and (min-width: 640px) {
  #maincontent p img,
  .article p img {
    width: auto;
  }
}

#maincontent .breadcrumbs,
.breadcrumbs {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none;
  background: 0 0;
  border: none;
}

.breadcrumbs .post-categories {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs .post-categories li {
  font-size: 12px;
}

.breadcrumbs .post-categories li:first-child:before {
  content: "";
  margin: 0;
}

.breadcrumbs .post-categories li:before {
  content: ">";
  color: #515058;
  margin: 0 0.75rem;
}

.breadcrumbs li {
  display: flex;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
}

.breadcrumbs > .current:focus,
.breadcrumbs > .current:focus a,
.breadcrumbs > .current:hover,
.breadcrumbs > .current:hover a,
.vevent abbr {
  text-decoration: none;
}

.breadcrumbs > .current,
.breadcrumbs > .current a {
  cursor: default;
  color: #515058;
}

.breadcrumbs > .unavailable,
.breadcrumbs > .unavailable a {
  color: #999;
}

.breadcrumbs > .unavailable a:focus,
.breadcrumbs > .unavailable:focus,
.breadcrumbs > .unavailable:hover,
.breadcrumbs > .unavailable:hover a {
  text-decoration: none;
  color: #999;
  cursor: false;
}

.breadcrumbs > :before {
  content: ">";
  color: #515058;
  margin: 0 0.75rem;
}

.breadcrumbs > :first-child:before {
  content: " ";
  margin: 0;
}

[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

.vcard {
  display: inline-block;
  margin: 0 0 1.25rem;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-size: 0.9375rem;
}

.vevent abbr {
  cursor: default;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium-down,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-large-down,
  .hide-for-medium-down,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium-down,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-down,
  .hidden-for-medium-down,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-medium,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium-down,
  table.show-for-small,
  table.show-for-small-down,
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-medium,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium-down,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium-down,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-medium,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium-down,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-medium,
  td.hide-for-medium-only,
  td.hide-for-medium-up,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium-down,
  td.show-for-small,
  td.show-for-small-down,
  td.show-for-small-only,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-only,
  th.hide-for-medium-up,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium-down,
  th.show-for-small,
  th.show-for-small-down,
  th.show-for-small-only,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-large-down,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-down,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium,
  table.show-for-medium-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium,
  td.show-for-medium-down,
  td.show-for-medium-only,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-only,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 60.06rem) {
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large,
  table.show-for-large-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large,
  td.show-for-large-down,
  td.show-for-large-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large,
  th.show-for-large-down,
  th.show-for-large-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge,
  td.show-for-xlarge-down,
  td.show-for-xlarge-only,
  td.show-for-xlarge-up,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge,
  th.show-for-xlarge-down,
  th.show-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important;
  }

  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only {
    display: none !important;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.hide-for-xlarge-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table !important;
  }

  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.hide-for-xlarge-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }

  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.hide-for-xlarge-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row;
  }

  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-down,
  td.hide-for-xlarge-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-up,
  td.show-for-xxlarge,
  td.show-for-xxlarge-down,
  td.show-for-xxlarge-only,
  td.show-for-xxlarge-up,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-down,
  th.hide-for-xlarge-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge,
  th.show-for-xxlarge-down,
  th.show-for-xxlarge-only,
  th.show-for-xxlarge-up {
    display: table-cell !important;
  }
}

.hide-for-portrait,
.show-for-landscape {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  table.hide-for-portrait,
  table.show-for-landscape {
    display: table !important;
  }

  thead.hide-for-portrait,
  thead.show-for-landscape {
    display: table-header-group !important;
  }

  tbody.hide-for-portrait,
  tbody.show-for-landscape {
    display: table-row-group !important;
  }

  tr.hide-for-portrait,
  tr.show-for-landscape {
    display: table-row !important;
  }

  td.hide-for-portrait,
  td.show-for-landscape,
  th.hide-for-portrait,
  th.show-for-landscape {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  table.hide-for-landscape,
  table.show-for-portrait {
    display: table !important;
  }

  thead.hide-for-landscape,
  thead.show-for-portrait {
    display: table-header-group !important;
  }

  tbody.hide-for-landscape,
  tbody.show-for-portrait {
    display: table-row-group !important;
  }

  tr.hide-for-landscape,
  tr.show-for-portrait {
    display: table-row !important;
  }

  td.hide-for-landscape,
  td.show-for-portrait,
  th.hide-for-landscape,
  th.show-for-portrait {
    display: table-cell !important;
  }
}

.show-for-touch {
  display: none !important;
}

.hide-for-touch,
.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

.touch table.show-for-touch,
table.hide-for-touch {
  display: table !important;
}

.touch thead.show-for-touch,
thead.hide-for-touch {
  display: table-header-group !important;
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tr.show-for-touch,
tr.hide-for-touch {
  display: table-row !important;
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
  display: table-cell !important;
}

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

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

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

  td.show-for-print,
  th.show-for-print {
    display: table-cell !important;
  }

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

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

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

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

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

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

  @page {
    margin: 0.5cm;
  }

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

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

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

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

  td.show-for-print,
  th.show-for-print {
    display: table-cell !important;
  }
}

.fa,
.fa-stack {
  display: inline-block;
}

/*!
*  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: fontawesome;
  src: url(img/fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(img/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0)
      format("embedded-opentype"),
    url(img/fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"),
    url(img/fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"),
    url(img/fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"),
    url(img/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: normal normal normal 14px/1 fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}

.utilities-area .block-grid a,
.utilities-area form label {
  font-family: "Roboto Condensed", sans-serif;
}

.fa-lg {
  font-size: 1.33333333em;
  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.28571em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14286em;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

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

.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% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

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

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

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

.fa-circle-thin:before,
.fa-genderless:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-bed:before,
.fa-hotel:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-grid {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

.block-grid:after,
.block-grid:before {
  content: " ";
  display: table;
}

.block-grid > li {
  display: block;
  height: auto;
  float: left;
  width: 25%;
  padding: 0 0.625rem 1.25rem;
  list-style: none;
}

.block-grid > li:nth-of-type(1n) {
  clear: none;
}

.block-grid > li:nth-of-type(4n + 1) {
  clear: both;
}

footer {
  clear: both;
  padding-top: 1em;
  background: #282828;
  border-top: 8px solid #a6bc09;
  color: #b7b7b7;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
  color: white;
}

footer a {
  color: #b7b7b7;
}

footer a:focus,
footer a:hover {
  color: #1599cc;
}

footer a:after {
  content: none !important;
}

footer hr {
  margin: 1rem 0 0;
}

@media only screen and (min-width: 1024px) {
  footer hr {
    display: none;
  }
}

footer nav {
  width: 100%;
  float: right;
}

@media only screen and (min-width: 1024px) {
  footer nav {
    width: 70%;
  }
}

footer nav li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 40px;
}

@media only screen and (min-width: 760px) {
  footer nav li {
    line-height: 1.2;
  }
}

/*
footer nav li:first-child {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
*/

.logo_social_group {
  position: relative;
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .logo_social_group {
    /*
    width: 25%;
    */
    width: 270px;
    clear: left;
  }
}

.logo_social_group hr + img {
  display: none;
}

@media only screen and (min-width: 480px) {
  .logo_social_group hr + img {
    display: inline-block;
    float: right;
    height: 65px;
    margin: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .logo_social_group hr + img {
    float: left;
    height: 64px;
  }
}

@media only screen and (min-width: 1024px) {
  .logo_social_group hr + img {
    width: 200px;
    height: auto;
    margin-top: 0;
    margin-left: 20px;
  }
}

.footer__social {
  /* KS
  display: table;
  */
  margin: 1em 0;
  width: 100%;
  text-align: left;
}

.footer__social .acm_social-network.acm_social-network--facebook {
  background-image: url("img/social-media/facebook.svg");
}

.footer__social .acm_social-network.acm_social-network--twitter {
  background-image: url("img/social-media/twitter.svg");
}

.footer__social .acm_social-network.acm_social-network--linkedin {
  background-image: url("img/social-media/linkedin.svg");
}

.footer__social .acm_social-network.acm_social-network--youtube {
  background-image: url("img/social-media/youtube.svg");
}

.footer__social .acm_social-network.acm_social-network--instagram {
  background-image: url("img/social-media/instagram.svg");
}

.footer__social .acm_social-network.acm_social-network--flickr {
  background-image: url("img/social-media/flickr.svg");
}

.footer__social .acm_social-network.acm_social-network--email {
  background-image: url("img/social-media/mail.svg");
}

.footer__social .acm_social-network {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: transparent;
  font-size: 0;
  height: 37px;
  width: 37px;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 480px) {
  .footer__social {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .footer__social {
    float: right;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__social {
    float: left;
    clear: left;
    width: 100%;
  }
}

.footer__social li {
  /* KS
  padding: .4em;
  display: table-cell;
  */
  padding: 10px;
  display: inline-block;
}

.footer__social img {
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 400px) {
  .footer__social img {
    width: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .footer__social img {
    width: 40px;
  }
}

.footer__legal {
  margin: 0;
  color: #b7b7b7;
  background-color: #333;
  padding: 1rem;
  font-size: 0.7em;
  clear: both;
}

.footer__legal li {
  float: left;
  padding: 0 0.8em 0.2em;
  border-left: 1px solid #b7b7b7;
}

.footer__legal li a {
  text-decoration: underline;
}

.footer__legal li:first-child {
  border-left: none;
  padding-left: 0;
}

li.footer__copyright {
  padding: 1em 0 0;
  border-left: none;
  clear: initial;
}

@media only screen and (min-width: 400px) {
  li.footer__copyright {
    display: inline-block;
    float: right;
    padding-top: 0;
  }
}

.utilities-area {
  line-height: 1;
  font-size: 1rem;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0;
}

.utilities-area .navbar-header {
  width: 100%;
}

.utilities-area .navbar-header .navbar-brand img.logo {
  height: 78px;
}

.utilities-area .navbar-header .navbar-brand {
  padding: 0;
  height: auto;
}

@media only screen and (min-width: 60.06rem) {
  .utilities-area {
    background: url(img/triangle_bg.png) no-repeat #fff;
  }
}

@media only screen and (min-width: 639px) and (max-width: 1129px) {
  .utilities-area {
    background: #00afec;
  }

  .utilities-area [class*="column"] + [class*="column"]:last-child {
    right: 4.9375rem;
  }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
  .utilities-area {
    right: 0;
    background: #00afec;
  }

  .utilities-area [class*="column"] + [class*="column"]:last-child {
    float: right;
    width: 11.125rem;
    right: 4.9375rem;
    margin: 0;
  }

  .utilities-area [class*="column"] + [class*="column"]:last-child li {
    width: 89px;
  }
}

.utilities-area .logo-section {
  float: left;
  z-index: 2;
  position: relative;
  margin-left: 0 !important;
}

@media only screen and (max-width: 1129px) {
  #ctas-and-search,
  .main-nav {
    display: none;
  }
  .acm-banner-container {
    min-height: 220px;
  }
}

@media only screen and (min-width: 1130px) {
  .utilities-area .logo-section {
    width: 250px;
    height: 50px;
    position: relative;
    top: -2rem;
    left: -0.6rem;
  }
}

.utilities-area .block-grid li {
  padding: 1em 0.8em 0.9em;
  height: 47px;
  cursor: pointer;
  width: auto;
}

.utilities-area .block-grid li.hide-for-small {
  padding: 0 20px;
}

@media only screen and (max-width: 40em) {
  .utilities-area .block-grid li {
    width: 33%;
  }
}

.utilities-area .block-grid li:nth-child(1) {
  background-color: #004060;
  background-image: none;
}

.utilities-area .block-grid li:nth-child(1):hover {
  background-color: #002f47;
}

.utilities-area .block-grid li:nth-child(2) {
  background-color: #005985;
}

.utilities-area .block-grid li:nth-child(2):hover {
  background-color: #00486c;
}

.utilities-area .block-grid li:nth-child(3) {
  background-color: #0079a9;
  background-image: none;
}

.utilities-area .block-grid li:nth-child(3):hover {
  background-color: #006790;
}

.utilities-area .block-grid li:nth-child(4) {
  background-color: #046f60;
}

.utilities-area .block-grid li:nth-child(4):hover {
  background-color: #03564b;
}

.utilities-area .block-grid li a {
  display: block;
  color: #fff;
}

.utilities-area .block-grid a {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 60.06rem) and (max-width: 99999999em) {
  .utilities-area div:nth-of-type(1) {
    margin-left: 1.25rem;
  }
}

@media only screen and (min-width: 60.06rem) {
  .utilities-area [class*="column"] + [class*="column"]:last-child {
    right: 0;
  }
}

.utilities-area .column:nth-of-type(2) {
  font-size: 0.75rem;
}

#acm-description div {
  display: none;
}

@media only screen and (min-width: 1130px) {
  #acm-description div {
    display: block;
  }
}

.utilities-area form {
  line-height: 1;
}

.utilities-area form input[type="text"] {
  display: none;
  position: absolute;
  right: 106px;
  bottom: 0;
  width: 70%;
  transition: none;
  z-index: 2;
  margin: 0;
  font-size: 1em;
  padding: 0.5em;
  line-height: 1.2;
  height: 47px;
}

.utilities-area form label {
  line-height: 1;
  font-size: inherit;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 17px 0 13px;
}

.utilities-area form label input {
  font-family: inherit;
  font-weight: 400;
  font-size: inherit;
  color: #fff;
  border: none;
  background: 0 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

.utilities-area form label .fa {
  margin-right: 0.5em;
}

@media only screen and (min-width: 1130px) {
  .utilities-area {
    display: table;
  }

  .utilities-area .column {
    display: table-cell !important;
    float: none !important;
    vertical-align: middle;
  }

  .utilities-area .column.ctas-and-search {
    vertical-align: bottom;
  }

  .utilities-area .column:first-child {
    padding-left: 0 !important;
  }

  #acm-description {
    padding-left: 0;
    padding-right: 3rem;
  }

  .utilities-area .column:last-child {
    padding-right: 0 !important;
  }
}

.utilities-area .column {
  box-sizing: border-box;
}

#acm-description div {
  margin-top: -23px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #666;
  font-size: 1rem;
  letter-spacing: -0.5px;
}

.top-bar.eyebrow {
  background: #fff;
  height: 2.1875rem;
  display: none !important;
}

@media only screen and (min-width: 1130px) {
  .top-bar.eyebrow {
    display: block !important;
  }
}

.top-bar.eyebrow ul {
  width: auto !important;
}

.top-bar.eyebrow ul li {
  background: #eaeaea;
}

@media only screen and (min-width: 640px) and (max-width: 1176px) {
  .top-bar.eyebrow ul li {
    float: left;
  }
}

.top-bar.eyebrow ul li a,
.top-bar.eyebrow ul li:not(.has-form) a:not(.button) {
  background: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: Verdana;
  line-height: 2.1875rem;
  letter-spacing: -0.4px;
  padding: 0 0.925rem;
}

.top-bar.eyebrow ul li a:focus,
.top-bar.eyebrow ul li a:hover,
.top-bar.eyebrow ul li:not(.has-form) a:not(.button):focus,
.top-bar.eyebrow ul li:not(.has-form) a:not(.button):hover {
  background: #0079a9;
}

.top-bar.main-nav {
  position: relative;
  z-index: 6;
}

.top-bar.main-nav .toggle-topbar {
  right: 50%;
  margin-right: -2.125rem;
}

.top-bar.main-nav section li {
  position: static;
  text-align: center;
}

.top-bar.main-nav section li:last-child {
  border-right: none;
}

.top-bar.main-nav section li.menu-item > a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.2px;
  display: inline-block;
  position: relative;
  padding: 17px 10px;
  margin: 0;
}

.top-bar.main-nav .dropdown {
  border-top: 10px solid #005a83;
}

.top-bar.main-nav .cta-text {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 10px;
}

.top-bar.main-nav .infonav {
  padding: 1rem 0;
  background-color: #fff;
  display: table;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.top-bar.main-nav .infonav .first {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 19px;
  letter-spacing: -1px;
}

.top-bar.main-nav .infonav__linkList {
  width: 40%;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 0 0.5rem 0 1rem;
}

.top-bar.main-nav .infonav__linkList li {
  float: none;
  line-height: 1;
  padding-top: 0.2em;
  margin-bottom: 0.3em;
  page-break-inside: avoid;
  display: table;
  width: 100%;
}

.top-bar.main-nav .infonav__linkList-list {
  display: block;
}

.top-bar.main-nav .infonav__landingPage {
  width: 30%;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 0 0.5rem;
  border: 1px solid #c4c4c4;
  border-top: none;
  border-bottom: none;
}

.top-bar.main-nav .infonav__ctaList {
  width: 30%;
  float: none;
  display: table-cell;
  vertical-align: top;
  padding: 0 1rem 0 0.5rem;
}

.top-bar.main-nav .infonav__ctaList-cta {
  display: table;
  margin-bottom: 1rem;
}

.top-bar.main-nav .infonav__ctaList-cta a {
  display: table-cell;
  vertical-align: top;
  line-height: 1;
}

.top-bar.main-nav .infonav__ctaList-cta a:first-child {
  width: 40%;
}

.top-bar.main-nav .infonav__ctaList-cta .cta-text,
.top-bar.main-nav .infonav__ctaList-cta iframe,
.top-bar.main-nav .infonav__ctaList-cta img {
  width: 100%;
}

.top-bar.main-nav section li.active:hover > a,
.top-bar.main-nav section li.active > a,
.top-bar.main-nav section li:hover > a {
  color: inherit;
  padding: 17px 10px;
}

.top-bar.main-nav section li > a:focus {
  padding-bottom: 17px;
}

.top-bar.main-nav section li .dropdown li {
  text-align: left;
}

.top-bar.main-nav section li .dropdown li a {
  background-color: transparent;
  color: #005a83;
}

.top-bar.main-nav section li .dropdown li a:hover {
  background-color: transparent;
  color: #003750 !important;
}

.top-bar.main-nav section li .dropdown li:hover {
  color: inherit;
}

.top-bar.main-nav section li p {
  color: #000;
}

.top-bar-section li:not(.has-form) a:not(.button):focus,
.top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color: transparent;
}

@media only screen and (min-width: 961px) {
  .top-bar.main-nav section li .dropdown > li {
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.9);
  }
}

.top-bar.main-nav.expanded section {
  background: #83cee2;
}

.top-bar.main-nav.expanded section li,
.top-bar.main-nav.expanded section ul.dropdown > li {
  text-align: left;
  cursor: pointer;
}

.top-bar.main-nav.expanded section li a,
.top-bar.main-nav.expanded section li h5 a,
.top-bar.main-nav.expanded section ul.dropdown > li a,
.top-bar.main-nav.expanded section ul.dropdown > li h5 a {
  font-size: 1.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  padding: 1.375rem 0 2rem 1.6875rem;
  text-transform: uppercase;
}

.top-bar.main-nav.expanded section li.title h5,
.top-bar.main-nav.expanded section li.title h5 a,
.top-bar.main-nav.expanded section ul.dropdown > li.title h5,
.top-bar.main-nav.expanded section ul.dropdown > li.title h5 a {
  color: #333;
}

.top-bar.main-nav.expanded section li > a,
.top-bar.main-nav.expanded section ul.dropdown > li > a {
  color: #333;
  position: relative;
}

.top-bar.main-nav.expanded section li > a:after,
.top-bar.main-nav.expanded section ul.dropdown > li > a:after {
  color: #fff;
  content: "\f054";
  font-family: fontawesome;
  right: auto;
  top: 50%;
  left: 95%;
  margin-top: -0.6875rem;
  position: absolute;
}

.top-bar.main-nav.expanded section li:hover > a:after,
.top-bar.main-nav.expanded section ul.dropdown > li:hover > a:after {
  content: "";
}

.top-bar.main-nav.expanded section li.active > a:after,
.top-bar.main-nav.expanded section ul.dropdown > li.active > a:after {
  content: "";
}

.top-bar.main-nav.expanded
  section
  li.moved
  .top-bar.main-nav
  .top-bar-section
  li
  *,
.top-bar.main-nav.expanded
  section
  ul.dropdown
  > li.moved
  .top-bar.main-nav
  .top-bar-section
  li
  * {
  background: #0182ac;
}

.top-bar.main-nav.expanded section ul.dropdown li ul {
  border-top: solid 3px #016181;
}

.top-bar.main-nav.expanded section ul.dropdown li ul > li:first-child {
  font-size: 3.75rem;
  color: #83cee2;
  padding: 27px 0 27px 30px;
  line-height: 1;
}

.top-bar.main-nav.expanded section ul.dropdown li ul li {
  background: #0182ac !important;
  border-bottom: solid 1px #ccc;
}

.top-bar.main-nav.expanded section ul li {
  border-right: none;
  border-bottom: solid 1px #0182ac;
}

.top-bar.main-nav.expanded section ul li a {
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.top-bar.main-nav.expanded section:nth-of-type(2) {
  background: #262626;
}

.top-bar.main-nav.expanded section:nth-of-type(2) ul {
  margin: 0;
}

.top-bar.main-nav.expanded section:nth-of-type(2) a {
  color: #ccc;
  line-height: 1;
  font-weight: 700;
  height: auto;
  padding: 32px 0 32px 27px;
  display: block;
  text-transform: uppercase;
  font-size: 1.875rem;
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
  .top-bar .top-bar-section li.show-for-small {
    padding: 10px;
  }

  .top-bar .top-bar-section li.show-for-small input[type="text"] {
    height: 50px;
    display: block;
    position: relative;
    font-family: Verdana;
    font-size: 1.25rem;
  }

  .top-bar .top-bar-section li.show-for-small label {
    position: absolute;
    right: 10%;
    top: 2%;
  }

  .top-bar .top-bar-section li.show-for-small label i {
    position: absolute;
    z-index: 1;
    font-size: 2rem;
    color: #919090;
    display: block;
    left: 50%;
    margin-left: -1rem;
  }

  .top-bar .top-bar-section li.show-for-small label input[type="submit"] {
    border: none;
    background: #fff;
    padding: 0;
  }
}

.top-bar-section {
  font-family: "Roboto Condensed", sans-serif;
}

.top-bar-section .dropdown li.infonav__linkList:hover > a:not(.button) {
  color: inhert;
}

.top-bar-section .dropdown li.infonav__linkList:hover > a:not(.button):hover {
  color: inherit;
}

.top-bar-section .mobile-links {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: inherit;
}

@media only screen and (max-width: 1129px) {
  .top-bar .title-area {
    position: absolute;
    top: -80px;
    z-index: 999;
    right: 0;
    height: 80px;
    width: 80px;
    background-color: #000;
    line-height: initial;
  }

  .top-bar-section .dropdown {
    position: inherit !important;
    height: auto;
    width: auto;
  }

  .top-bar {
    overflow: initial;
    height: auto;
    position: fixed;
    left: 0;
    background-color: #83cee2;
    line-height: initial;
  }

  .top-bar.main-nav {
    display: block;
  }

  .top-bar.main-nav section {
    display: none;
  }

  .top-bar.main-nav section li .dropdown li a,
  .top-bar.main-nav section li li a {
    color: #00567d;
  }

  .top-bar.main-nav section li > a {
    color: #00567d;
    padding-bottom: 17px;
  }

  .top-bar.main-nav .nav-menu .menu-item > a::before {
    font-family: fontawesome;
    content: "\f054";
    margin-right: 0.2em;
  }

  .top-bar.main-nav .sub-menu .menu-item > a::before {
    font-family: fontawesome;
    content: "";
    margin-right: 0.2em;
  }

  .top-bar.main-nav section li:hover {
    background-color: initial;
  }

  .top-bar.main-nav section li:hover > a {
    background-color: #badfe8;
  }

  .top-bar.main-nav section li.hover,
  .top-bar.main-nav section li.hover::hover {
    background-color: initial;
  }

  .top-bar.main-nav section li.hover > a,
  .top-bar.main-nav section li.hover > a::hover {
    background-color: #005a83;
  }

  .top-bar.main-nav section li.hover > a::before {
    font-family: fontawesome;
    content: "";
  }

  .top-bar.main-nav section li.hover .infonav {
    display: block;
  }

  .top-bar.main-nav section li.hover .infonav .first {
    margin: 0;
    padding: 0.5em 0;
  }

  .top-bar.main-nav section li,
  .top-bar.main-nav section li {
    border-top: 1px solid #0182ac;
    text-align: left;
  }

  .top-bar.main-nav section .infonav__linkList-list li {
    margin: 0.25em 0;
  }

  .top-bar.main-nav section .infonav {
    display: none;
    padding: 0;
  }

  .top-bar.main-nav section .infonav li {
    display: block;
  }

  .top-bar.main-nav section .infonav ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .top-bar.main-nav section .infonav li.infonav__ctaList,
  .top-bar.main-nav section .infonav li.infonav__landingPage {
    display: none;
  }

  .top-bar.main-nav section .infonav li.infonav__linkList {
    width: auto;
  }

  .top-bar.main-nav .infonav {
    background-color: #83cee2;
  }

  .top-bar.main-nav .dropdown {
    border-top: 0;
    top: auto;
  }

  .top-bar-section div.mobile-links {
    display: block;
  }

  .mobile-links li.mobile-cta-link {
    float: left;
  }

  .mobile-links .btn-group {
    width: 100%;
    padding: 1em;
  }

  .mobile-links .btn-group > .btn {
    background-color: #005a83;
    width: 33%;
    font-size: 15px;
    font-weight: 600;
  }

  div.mobile-search {
    clear: both;
  }

  div.mobile-search input[type="text"] {
    border-radius: 2em;
    padding-left: 2.5em;
  }

  div.mobile-search .acm-search-form {
    position: relative;
    padding-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  div.mobile-search .fa-search {
    position: absolute;
    top: 5px;
    left: 10px;
  }

  div.mobile-search label {
    display: block;
  }
}

.nav__dropdown,
.section-nav {
  white-space: nowrap;
  background-color: #b9dfe9;
}

@media only screen and (min-width: 641px) and (max-width: 1129px) {
  .top-bar.main-nav {
    position: absolute;
    right: 0;
    margin-left: 50%;
  }
}

.priority-nav {
  white-space: nowrap;
}

.priority-nav li,
.priority-nav ul {
  display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle,
.priority-nav__wrapper {
  position: relative;
}

.priority-nav__dropdown {
  position: absolute;
}

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}

.priority-nav-is-visible {
  visibility: visible;
}

.priority-nav-is-hidden {
  visibility: hidden;
}

.section-nav {
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0 1rem;
}

@media only screen and (max-width: 1130px) {
  .section-nav {
    display: none;
  }
}

.section-nav ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.section-nav li {
  display: inline-block;
  border-bottom: 4px solid transparent;
}

.section-nav li.active,
.section-nav li:hover {
  border-color: #005a83;
}

.section-nav li:first-child a {
  border-right: 2px solid currentColor;
  padding-left: 1em;
  padding-right: 1em;
}

.section-nav a {
  color: #000;
  display: inline-block;
  padding: 0;
  margin: 10px 8px 6px;
  font-weight: 400;
}

.nav__dropdown {
  padding: 2rem;
  right: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(-30deg);
  transform: rotateX(-30deg);
  opacity: 0;
  top: 72%;
}

.nav__dropdown.show {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
  visibility: visible;
}

.nav__dropdown-wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
}

.nav__dropdown-toggle {
  outline: 0;
  display: inline-block;
  border: none;
  background: 0 0;
}

.nav__dropdown li {
  display: block;
}

.nav__dropdown li:first-child a {
  padding-left: 2rem;
}

.nav__dropdown a {
  display: inline-block;
  padding: 0.5rem 2rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.nav__dropdown-toggle {
  padding: 12px 29px 11px;
  text-shadow: none;
  transition: none;
  color: inherit;
  font-family: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  background-color: #83cee2;
}

.nav__dropdown-toggle.is-open,
.nav__dropdown-toggle:focus,
.nav__dropdown-toggle:hover {
  background-color: #005a83;
  color: #fff;
}

.nav__dropdown-toggle:focus {
  outline-style: inherit;
}

.nav__dropdown li {
  border-bottom: none;
  padding: 0;
}

.nav__dropdown li:first-child a {
  border-right: none;
  padding: 0;
}

.nav__dropdown li a {
  font-size: inherit;
  padding: 0;
  margin: 0.5em 1em;
}

.nav__dropdown li a:hover {
  color: #005a83;
}

.priority-nav-has-dropdown .priority-nav__dropdown a {
  display: none;
}

.priority-nav-has-dropdown.is-open .priority-nav__dropdown a {
  display: inline-block;
}

button.priority-nav__dropdown-toggle {
  position: relative;
}

button.priority-nav__dropdown-toggle:after {
  content: " \f0d7";
  font-family: fontawesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  color: currentColor;
}

#maincontent .overlay,
#main .overlay {
  background: url(img/tintpattern.png);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: auto;
  z-index: 1;
}

#maincontent article,
#main article {
  position: relative;
}

#maincontent article .row,
#main article .row {
  position: relative;
  z-index: 2;
}

#maincontent article .acm-banner-container .pos-absolute,
#main article .acm-banner-container .pos-absolute {
  top: 6.25rem;
}

#maincontent article:focus,
#main article:focus {
  outline: 0;
}

#maincontent article .section,
#main article .section {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  margin: 0.625rem 0 1.25rem;
}

#maincontent article .section h6,
#main article .section h6 {
  margin-bottom: 0.625rem;
}

#maincontent article .section.top,
#main article .section.top {
  background: #4d4d4d;
  color: #ccc;
}

#header,
.article .row,
.no-related-articles .shadowed {
  background: #fff;
}

#maincontent article .section.top h6 {
  color: #83cee2;
}

#maincontent article .section .wrapper {
  border-top: solid 2px #666;
}

#maincontent article .section .wrapper:first-child {
  border: none;
}

#maincontent article .section .btn-wrap {
  left: 50%;
  margin: 0;
}

#maincontent article .section .btn-wrap .button {
  left: -50%;
  margin: 0;
}

.article-block .columns {
  padding-left: 1rem;
  padding-right: 1rem;
}

.article-block .columns ~ .columns {
  padding-left: 1rem;
}

.article-block .columns:last-child {
  padding-right: 1rem;
}

@media only screen and (min-width: 1130px) {
  .article-block .columns:last-child {
    padding-right: 1rem;
  }
}

.ctas-and-search .block-grid {
  margin: 0;
}

.no-related-articles .article-block:last-child {
  margin-bottom: 2rem;
}

a.button ~ a.button {
  margin-left: 1rem;
}

.article-source {
  color: #707070;
  font-size: 0.9rem;
}

.article p.meta,
.four-cols p {
  font-size: 0.8rem;
}

.has-articles.no-related-articles .acm-banner-container {
  padding-bottom: 100px;
}

.article-block h2:empty {
  display: none;
}

.articles .shadowed .text-wrap,
.articles p:last-child {
  margin-bottom: 0;
}

.articles.smaller-icons {
  overflow-y: hidden;
}

.related-articles .article img {
  float: left;
  width: 182px;
  height: auto !important;
  padding-bottom: 7px;
  object-position: 0 !important;
}

.article .row {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.article .row:first-of-type {
  padding-top: 0.625rem;
}

.article .acm-banner-container h3 {
  color: #fff;
}

.article p.meta {
  margin-bottom: 1.7rem;
  line-height: 1;
  font-style: italic;
  color: #666;
}

.article .section p {
  margin-bottom: 0.6rem;
}

#maincontent article .section:not(.top) {
  position: relative;
  padding: 1.25rem;
}

#maincontent article .section:not(.top) h6 {
  font-size: 1.5625rem;
}

#maincontent article .section .wrapper {
  padding: 1rem 1.25rem;
}

.article .breadcrumbs {
  padding-bottom: 0;
}

#maincontent article .section .btn-wrap {
  position: static;
  text-align: center;
  padding-top: 0.5rem;
}

#maincontent article .section .btn-wrap .button {
  position: static;
}

.article-block .row {
  z-index: 2;
  position: relative;
}

.article-block .row h1 a,
.article-block .row h4 a {
  color: #222;
}

.article-block .row h1 a:focus,
.article-block .row h1 a:hover,
.article-block .row h4 a:focus,
.article-block .row h4 a:hover {
  color: #0182ac;
}

.acm-banner-container .three-cols.article-block .columns .text-wrap a,
.acm-banner-container h1,
.acm-banner-container h2,
.acm-banner-container h3,
.acm-banner-container h4,
.acm-banner-container h5,
.acm-banner-container h6,
.acm-banner-container p {
  color: #fff;
}

.article-block .row img {
  width: 100%;
  padding: 8px 0 16px;
}

.article-block .row .large-6 img {
  padding: 8px 0 16px;
  margin-bottom: 0;
}

.article-block .row .large-6 .video-wrapper {
  margin: 8px 0 16px;
}

.article-block .row .large-8 .btn-wrap {
  left: auto;
  right: 1.875rem;
}

.article-block .row .large-8 .btn-wrap .button {
  left: auto;
}

@media only screen and (max-width: 40em) {
  .article-block .row .large-8 .btn-wrap {
    left: 50%;
    right: auto;
  }

  .article-block .row .large-8 .btn-wrap .button {
    left: -50%;
  }
}

.article-block .row h4 {
  margin-bottom: 0.4rem;
}

.banner-container + .article {
  margin-top: 0;
}

@media only screen and (min-width: 1130px) {
  .banner-container + .article {
    margin-top: -20px;
  }
}

@media only screen and (min-width: 1130px) {
  #maincontent .banner-container .acm-banner-container {
    margin-top: -52px;
    padding-bottom: 34px;
    min-height: 370px;
  }
  #main .banner-container .acm-banner-container {
    margin-top: -52px;
    padding-bottom: 34px;
    min-height: 370px;
  }

  .posttype_page #maincontent .banner-container .acm-banner-container {
    /*margin-top: -102px;*/
  }

  #main.has-section-nav .banner-container .acm-banner-container {
    margin-top: -94px;
  }
}

@media only screen and (min-width: 1130px) {
  #maincontent .acm-banner-container .banner-content {
    position: relative;
  }

  #main.has-section-nav .acm-banner-container .banner-content {
    padding-top: 100px !important;
    position: relative;
  }
}

@media only screen and (min-width: 1130px) {
  .acm-banner-container + .article {
    margin-top: -52px;
  }
}

#maincontent .acm-banner-container {
  position: relative;
}
#main .acm-banner-container {
  position: relative;
}

#maincontent .acm-banner-container .banner-content,
#main .acm-banner-container .banner-content {
  padding-top: 20px;
  z-index: 2;
}

@media only screen and (min-width: 1130px) {
  #maincontent .acm-banner-container .banner-content,
  #main .acm-banner-container .banner-content {
    padding-top: 60px;
  }
}

#maincontent .acm-banner-container .row {
  z-index: 1;
  background: 0 0;
  width: 100%;
  padding-top: 52px;
}

.acm-banner-container {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  background-size: cover;
}

.acm-banner-container .shadowed {
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 1.3rem;
}

.acm-banner-container .three-cols .row {
  margin-left: 0;
}

.acm-banner-container .three-cols.article-block .columns {
  padding: 0 1rem;
}

.acm-banner-container .three-cols.article-block .columns .text-wrap a:focus,
.acm-banner-container .three-cols.article-block .columns .text-wrap a:hover {
  color: #b9dfe9;
}

@media only screen and (min-width: 1130px) {
  .acm-banner-container .three-cols.article-block .columns {
    padding: 0 0.5rem;
  }

  .acm-banner-container .three-cols.article-block .columns:first-child {
    padding-left: 1rem;
  }

  .acm-banner-container .three-cols.article-block .columns:last-child {
    padding-right: 1rem;
  }
}

.acm-banner-container .article-block .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.acm-banner-container a.button {
  background-color: #325937;
}

.acm-banner-container a.button:hover {
  background-color: #3b6941;
}

.banner-heading {
  font-size: 38px;
  font-size: 2.375rem;
  color: #fff;
  padding: 0 1rem;
}

.banner-heading small {
  color: #c6c5ff;
  text-shadow: 0 0 2px #000;
  font-size: 0.6em;
  display: block;
}

.data-list .accordion > .accordion-navigation > a h1:after,
.data-list .accordion > .accordion-navigation > a h2:after,
.data-list .accordion > .accordion-navigation > a h3:after,
.data-list .accordion > .accordion-navigation > a h4:after,
.data-list .accordion > .accordion-navigation > a h5:after,
.data-list .accordion > .accordion-navigation > a h6:after {
  font-family: fontawesome;
  font-size: 12px;
  top: 50%;
  font-weight: 400;
  display: block;
  text-align: center;
}

.banner-content p:not(.banner-heading) {
  padding: 0 1rem;
}

.data-list {
  margin-bottom: 25px;
}

.panel.awards-list {
  margin-bottom: 0 !important;
}

.panel.awards-list .data-list {
  margin-bottom: 0;
}

.panel.awards-list .data-list dl.accordion {
  margin-bottom: 0 !important;
}

.data-list .accordion > .accordion-navigation > a {
  position: relative;
  padding-right: 70px;
}

.data-list .accordion > .accordion-navigation a:before {
  content: none;
}

.data-list .accordion > .accordion-navigation > a h1:before {
  display: block;
  content: "";
  position: absolute;
  background: #666;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.data-list .accordion > .accordion-navigation > a:hover h1:before {
  background-color: #fff;
}

.data-list .accordion > .accordion-navigation.active > a h1:before {
  background: #fff;
}

.data-list .accordion > .accordion-navigation > a h1:after {
  content: "\f067";
  height: 12px;
  position: absolute;
  left: 2px;
  width: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}

.data-list .accordion > .accordion-navigation > a:hover h1:after {
  color: #0182ac;
}

.data-list .accordion > .accordion-navigation.active > a h1:after {
  color: #0080a9;
  content: "";
}

#maincontent .data-list .accordion > .accordion-navigation > a > h1 {
  position: relative;
  padding-left: 50px;
}

.data-list .accordion > .accordion-navigation > a h2:before {
  display: block;
  content: "";
  position: absolute;
  background: #666;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.data-list .accordion > .accordion-navigation > a:hover h2:before {
  background-color: #fff;
}

.data-list .accordion > .accordion-navigation.active > a h2:before {
  background: #fff;
}

.data-list .accordion > .accordion-navigation > a h2:after {
  content: "\f067";
  height: 12px;
  position: absolute;
  left: 2px;
  width: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}

.data-list .accordion > .accordion-navigation > a:hover h2:after {
  color: #0182ac;
}

.data-list .accordion > .accordion-navigation.active > a h2:after {
  color: #0080a9;
  content: "";
}

#maincontent .data-list .accordion > .accordion-navigation > a > h2 {
  position: relative;
  padding-left: 50px;
}

.data-list .accordion > .accordion-navigation > a h3:before {
  display: block;
  content: "";
  position: absolute;
  background: #666;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.data-list .accordion > .accordion-navigation > a:hover h3:before {
  background-color: #fff;
}

.data-list .accordion > .accordion-navigation.active > a h3:before {
  background: #fff;
}

.data-list .accordion > .accordion-navigation > a h3:after {
  content: "\f067";
  height: 12px;
  position: absolute;
  left: 2px;
  width: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}

.data-list .accordion > .accordion-navigation > a:hover h3:after {
  color: #0182ac;
}

.data-list .accordion > .accordion-navigation.active > a h3:after {
  color: #0080a9;
  content: "";
}

#maincontent .data-list .accordion > .accordion-navigation > a > h3 {
  position: relative;
  padding-left: 50px;
}

.data-list .accordion > .accordion-navigation > a h4:before {
  display: block;
  content: "";
  position: absolute;
  background: #666;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.data-list .accordion > .accordion-navigation > a:hover h4:before {
  background-color: #fff;
}

.data-list .accordion > .accordion-navigation.active > a h4:before {
  background: #fff;
}

.data-list .accordion > .accordion-navigation > a h4:after {
  content: "\f067";
  height: 12px;
  position: absolute;
  left: 2px;
  width: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}

.data-list .accordion > .accordion-navigation > a:hover h4:after {
  color: #0182ac;
}

.data-list .accordion > .accordion-navigation.active > a h4:after {
  color: #0080a9;
  content: "";
}

#maincontent .data-list .accordion > .accordion-navigation > a > h4 {
  position: relative;
  padding-left: 50px;
}

.data-list .accordion > .accordion-navigation > a h5:before {
  display: block;
  content: "";
  position: absolute;
  background: #666;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.data-list .accordion > .accordion-navigation > a:hover h5:before {
  background-color: #fff;
}

.data-list .accordion > .accordion-navigation.active > a h5:before {
  background: #fff;
}

.data-list .accordion > .accordion-navigation > a h5:after {
  content: "\f067";
  height: 12px;
  position: absolute;
  left: 2px;
  width: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}

.data-list .accordion > .accordion-navigation > a:hover h5:after {
  color: #0182ac;
}

.data-list .accordion > .accordion-navigation.active > a h5:after {
  color: #0080a9;
  content: "";
}

#maincontent .data-list .accordion > .accordion-navigation > a > h5 {
  position: relative;
  padding-left: 50px;
}

.data-list .accordion > .accordion-navigation > a h6:before {
  display: block;
  content: "";
  position: absolute;
  background: #666;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.data-list .accordion > .accordion-navigation > a:hover h6:before {
  background-color: #fff;
}

.data-list .accordion > .accordion-navigation.active > a h6:before {
  background: #fff;
}

.data-list .accordion > .accordion-navigation > a h6:after {
  content: "\f067";
  height: 12px;
  position: absolute;
  left: 2px;
  width: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ccc;
}

.data-list .accordion > .accordion-navigation > a:hover h6:after {
  color: #0182ac;
}

.data-list .accordion > .accordion-navigation.active > a h6:after {
  color: #0080a9;
  content: "";
}

#maincontent .data-list .accordion > .accordion-navigation > a > h6 {
  position: relative;
  padding-left: 50px;
}

.data-list .accordion .content {
  padding: 2px 0 5px;
}

.data-list .accordion .content p {
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 20px;
}

.data-list .accordion .content img {
  float: left;
  margin: 0 15px 15px 0;
  width: 100px;
  height: auto;
}

.data-list .accordion .content img.icon {
  float: none;
  margin: 0;
  width: auto;
  height: 20px;
}

.data-list .accordion .content hr {
  margin: 15px 0 17px;
}

.data-list .accordion > .accordion-navigation ul {
  margin-bottom: 10px;
}

.data-list .accordion > .accordion-navigation ul > li {
  padding: 0;
  background: 0 0;
  margin: 0 0 5px 20px;
  font-size: 13px;
  line-height: 20px;
  font-family: verdana;
}

.data-list.publications .content {
  padding: 15px 20px 20px;
  background: #e3edf0 !important;
}

.data-list.publications .row {
  background: #e3edf0 !important;
}

.data-list.publications .columns {
  padding-left: 1rem;
  padding-right: 1rem;
}

.data-list.publications h3,
.data-list.publications img,
.data-list.publications time {
  display: block;
  float: left;
  clear: left;
  margin: 0 !important;
}

#maincontent .panel.awards-navigation,
#maincontent .panel.awards-navigation .data-list,
#maincontent .panel.awards-navigation .data-list > dl.accordion {
  margin-bottom: 0;
}

.data-list.publications img {
  width: 100% !important;
  height: auto;
}

.data-list.publications .content h3 {
  padding: 8px 0 3px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0a618d;
  text-transform: none;
}

.data-list.publications .content time {
  font-family: verdana;
  font-size: 13px;
  font-style: italic;
}

.data-list.publications a.all {
  display: block;
  width: 100%;
  margin-top: 25px;
  background: #fff;
  text-align: center;
  font-family: verdana;
  font-size: 13px;
  font-weight: 700;
  color: #0a618d;
  line-height: 44px;
  text-transform: uppercase;
}

.cta.shadowed .article-category,
.cta.shadowed h4 {
  font-family: "Roboto Condensed", sans-serif;
}

.data-list ul time {
  padding: 0.5em 1.2em 1em;
  display: block;
}

#maincontent
  .panel.awards-navigation
  .data-list
  .accordion
  > .accordion-navigation
  > a {
  padding-right: 20px;
}

.data-list .arrowed-accordion.accordion {
  margin-bottom: 0 !important;
}

.data-list .arrowed-accordion.accordion > dd.accordion-navigation {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIGlkPSJzdmcyIiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeT0iMHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB2aWV3Qm94PSIwIDAgMC43NSA2IiBoZWlnaHQ9IjYiIHdpZHRoPSIzIiB2ZXJzaW9uPSIxLjEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeD0iMTJweCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iLTAuMDA4IDAgNS45OTIgMCAyLjk5MiAzIiB0cmFuc2Zvcm09Im1hdHJpeCgwLC0xLDEsMCwtMS4xMjUsNS45OTIpIiBmaWxsPSIjODA4MDgwIi8+PC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: 23px 14px;
  background-size: auto 12px;
}

.data-list .arrowed-accordion.accordion > dd.accordion-navigation.active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxLjUgMyIgaGVpZ2h0PSIzIiB3aWR0aD0iNiIgdmVyc2lvbj0iMS4xIiB4PSIxMnB4IiB5PSIwcHgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iNS45OTIgMCAyLjk5MiAzIC0wLjAwOCAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4yNDIpIi8+PC9zdmc+DQo=);
  background-size: 13px auto;
  background-position: 19px 17px;
}

.data-list .arrowed-accordion.accordion > dd.accordion-navigation > a {
  background: 0 0;
  color: inherit;
  padding-left: 50px;
}

.data-list
  .arrowed-accordion.accordion
  > dd.accordion-navigation
  > div.content {
  padding-left: 50px;
}

.data-list
  .arrowed-accordion.accordion
  > dd.accordion-navigation
  > div.content
  p {
  padding-left: 0 !important;
}

.data-list .arrowed-accordion.accordion + hr {
  padding: 0;
  margin: 0;
}

.data-list .arrowed-accordion.accordion + hr:last-child {
  display: none;
}

div.content .data-list .arrowed-accordion.accordion {
  padding-bottom: 0;
}

.section .cta h6 a {
  color: #222;
}

.section .cta h6 a:hover {
  color: #00afec;
}

.cta.shadowed {
  height: 542px;
}

.cta.shadowed .article-category {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #707070;
}

.cta.shadowed h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.cta.shadowed h4 a {
  line-height: inherit;
  font-size: inherit;
}

.cta .d-table {
  display: table;
}

.cta .text-wrap {
  display: table-footer-group;
}

.cta a:link iframe,
.cta a:link img {
  width: 100%;
  margin-bottom: 10px;
}

.two-col-multi .large-4 .text-wrap {
  padding-top: 1.1rem;
}

.article-block .medium-9 .text-wrap {
  margin-left: 0;
}

.accordion * {
  list-style: none;
}

.accordion input[type="file"],
.accordion input[type="checkbox"],
.accordion input[type="radio"],
.accordion select {
  margin: 0;
}

.accordion > .accordion-navigation {
  margin-bottom: 0.125rem !important;
}

.accordion > .accordion-navigation a[role="tab"] {
  font-family: verdana;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #fff;
  padding: 0.625rem 0 0.3125rem 0.625rem;
  position: relative;
}

.accordion > .accordion-navigation a[role="tab"]:before {
  font-family: fontawesome;
  font-size: 1.375rem;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 0.625rem;
}

.accordion > .accordion-navigation a[role="tab"]:after {
  font-family: fontawesome;
  width: 3.125rem;
  background: #ccc;
  text-align: center;
  top: 0;
  padding: 0.625rem 0 0.3125rem;
  content: "\f067";
  position: absolute;
  right: 0;
  font-size: 1.375rem;
}

.accordion > .accordion-navigation a[role="tab"] span {
  float: right;
  margin-right: 50%;
  color: #fff;
  font-weight: 400;
}

.accordion > .accordion-navigation.on > a {
  background: #0182ac;
}

.accordion > .accordion-navigation.on > a:after {
  background: #83cee2;
  content: "";
}

.accordion > .accordion-navigation > .content {
  padding-left: 0;
  padding-right: 0;
}

.accordion > .accordion-navigation ul {
  padding: 0;
  margin: 0;
}

.accordion > .accordion-navigation ul li {
  padding: 0.14375rem 0.625rem;
  background: #e0f3f8;
  margin-bottom: 0.125rem;
}

.accordion > .accordion-navigation ul li.selected {
  background: #ccc;
}

dl.accordion ul.accordion {
  margin: -13px 0 -7px;
}

dl.accordion ul.accordion li {
  margin-left: 1rem;
}

dl.accordion ul.accordion .accordion-navigation > a {
  padding: 0.6rem 70px 0.8rem 0.6rem;
  background: #8c8c8c;
  position: relative;
}

dl.accordion ul.accordion .accordion-navigation.active > a,
dl.accordion ul.accordion .accordion-navigation > a:hover {
  background: #0182ac;
}

dl.accordion ul.accordion .accordion-navigation > a:after {
  font-size: 1.5rem;
  margin-top: -10px;
}

dl.accordion ul.accordion h3 {
  color: #222;
  text-transform: none;
  font-size: 14px;
  margin: 0 0 10px;
}

.panel.recent {
  background: #ececec;
  border-radius: 0;
  padding: 1rem 1rem 0;
}

.panel.recent .title {
  background: #8c8c8c;
  padding: 0.6rem 0.8rem;
  color: #fff;
  font-size: 18px;
  margin: -1rem -1rem 1rem;
}

.panel.recent ul {
  margin-bottom: 10px;
}

.panel.recent h3 {
  color: #222;
  text-transform: none;
  font-size: 14px;
  margin: 15px 0 5px;
}

.panel.recent li {
  color: #777;
  font-size: 13px;
  line-height: 20px;
  font-family: verdana;
}

.show-hide,
.show-hide h3,
.show-hide p,
.show-hide time {
  font-family: "Roboto Condensed", sans-serif !important;
  margin: 0;
}

.panel.recent li span {
  color: #000;
}

.show-hide {
  list-style: none;
  padding: 0;
  background: #ececec;
}

.show-hide li {
  margin: 0;
  padding: 1rem;
  border-top: 1px solid #ececec;
  background: #d8d8d8;
}

.show-hide li.hidden {
  display: none;
}

.show-hide li:first-child {
  border: none;
}

.show-hide li:last-child {
  display: block;
  background: inherit;
}

.show-hide li a {
  padding: 0 !important;
}

.show-hide h3,
.show-hide p,
.show-hide time {
  display: block;
  padding: 0;
  line-height: 1;
}

.show-hide h1,
.show-hide h2,
.show-hide h3,
.show-hide h4,
.show-hide h5,
.show-hide h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  color: #0a618d;
  text-transform: none;
}

.date-list dt,
.date-list h3,
.date-list h4 {
  font-family: "Roboto Condensed", Helvetica, Roboto, Arial, sans-serif;
}

.show-hide p {
  margin: 0;
  padding: 5px 0 !important;
  font-weight: 600;
}

.show-hide button {
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  color: #0a618d;
  text-shadow: none;
  background: #fff;
  outline: 0;
}

.map {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}

.map > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.show-message h2.search-message {
  font-size: 24px;
  font-size: 1.5rem;
}

.date-list {
  background: #fff;
  padding-bottom: 0.1rem;
}

.date-list h3 {
  margin: 0;
  background: #fff;
  color: #006d9f;
  padding: 1rem;
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.date-list dt {
  background: #999;
  color: #fff;
  padding: 0.5rem 1rem;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.date-list .show-results {
  margin: 10px 0;
}

.date-list h4 {
  margin: 1rem 0 0 !important;
  font-size: 20px;
  font-weight: 400;
}

.date-list time {
  display: block;
  font-family: verdana;
  margin-bottom: 1rem;
  font-size: 13px;
  font-style: italic;
  color: #666;
}

.dl-search {
  position: relative;
  overflow: auto;
  border: 2px solid #ccc;
  margin-bottom: 1.375rem;
}

.dl-search .fa {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  color: #046f60;
}

.dl-search input {
  border: none;
  float: left;
  margin: 0;
}

.dl-search input[type="search"] {
  width: calc(100% - 180px);
  padding: 2px 10px 0 33px;
}

.dl-search input.button {
  padding: 10px;
  width: 180px;
  background-color: #046f60;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: none;
}

.mobile-nav,
.mobile-nav ol {
  display: none;
}

@media only screen and (max-width: 1129px) {
  .mobile-nav {
    display: block;
  }
}

@media only screen and (min-width: 1130px) {
  .mobile-nav {
    display: none !important;
  }
}

.slicknav_btn {
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(26, 11, 12, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  text-indent: -999em;
  margin: 0;
  padding: 0;
  outline: 0;
  border-radius: none;
}

.slicknav_no-text {
  display: none;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav li,
.slicknav_nav ul {
  display: block;
}

.slicknav_btn:before {
  font-family: fontawesome;
  content: "\f0c9";
  text-indent: 0;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu:after,
.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu {
  font-size: 20px;
  background: #83cee2;
  padding: 0;
}

.slicknav_nav {
  clear: both;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.slicknav_nav,
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0 0 0 20px;
}

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}

.slicknav_nav a {
  padding: 5px 10px;
  margin: 0 5px;
  color: inherit;
  outline: 0;
  border-top: 1px solid #0182ac;
}

.slicknav_nav a a {
  border-top: none;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover {
  background: #ccc;
  color: #fff;
}

.slicknav_nav .slicknav_txtnode {
  padding: 7px 15px;
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #81a9ff;
}

.slicknav_nav > li {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.slicknav_nav .slicknav_item:hover,
.slicknav_nav a:hover {
  background: 0 0;
  color: #fff;
}

.slicknav_menu form {
  padding: 0;
  margin: 10px;
  background: #fff;
  overflow: auto;
}

.slicknav_menu form input {
  background: 0 0;
  border: none;
  margin: 0;
  box-shadow: none;
}

.slicknav_menu form input[type="text"] {
  width: calc(100% - 100px);
  float: left;
}

.slicknav_menu form input[type="submit"] {
  padding: 8px 8px 8px 0;
}

.slicknav_menu form label {
  display: block;
  float: left;
}

.slicknav_menu form i {
  display: block;
  font-size: 1rem;
  padding: 10px 5px 10px 10px;
}

#live-search-results .doBreak,
#live-search-results .srNoResults p,
#live-search-results .srSummary a,
#live-search-results br:not(.doBreak),
.search-main .srKeywordMatch,
.search-main br:not(.doBreak),
.slicknav_menu .infonav__ctaList,
.slicknav_menu .infonav__landingPage {
  display: none;
}

.slicknav_menu .infonav__linkList-list {
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
  -webkit-column-gap: normal;
  -moz-column-gap: normal;
  column-gap: normal;
}

.srNoResults {
  height: 15em;
  text-align: center;
  padding-top: 4em;
}

.srDate:before {
  content: " — ";
}

#live-search-results {
  position: absolute;
  min-height: 5em;
  width: 26.8em;
  display: none;
  background-color: #fff;
  z-index: 10000;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  border-top: 0;
  overflow: hidden;
}

#live-search-results h1,
#live-search-results h2 {
  font-size: 2rem;
  padding-top: 1.5rem;
  text-align: center;
}

#live-search-results h3,
#live-search-results h4 {
  font-size: 0.9rem;
  margin-bottom: 0;
  font-family: sans-serif;
}

#live-search-results ol {
  list-style: none;
  margin-top: 0.75rem;
  margin-left: 0;
}

#live-search-results p {
  font-size: 0.75rem;
  margin-bottom: 0;
  font-family: sans-serif;
}

#live-search-results li {
  padding: 0.5em 1em;
  border-bottom: 1px solid #e6e6e6;
}

#live-search-results li:last-child {
  border-bottom: none;
}

#search-results ul.pagination {
  height: auto;
}

#search-results ul.pagination::first-letter {
  text-transform: uppercase;
}

#search-results p {
  font-family: sans-serif;
  font-size: 0.9rem;
}

#search-results .navigation {
  margin-bottom: 0.5rem;
}

#search-results .navigation .nav-box {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-family: sans-serif;
}

#search-results .navigation .nav-box select {
  width: 100px;
}

#search-results .navigation .nav-box a {
  padding: 6px 10px;
}

@media (min-width: 400px) {
  #search-results .navigation .nav-box a {
    padding: 6px 12px;
  }
}

#search-results footer {
  border: none;
  padding: 0;
}

.search-main .srShowingResults {
  font-size: 1rem;
  padding-top: 1rem;
  color: #424242;
}

.search-main .srShowingResults span {
  font-weight: 700;
}

.search-main h3.srTitle {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: sans-serif;
  margin-bottom: 0.2em;
}

.search-main ol {
  list-style: none;
  margin-left: 0.5rem;
}

.gradient-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/gradient.png) center 0 / 130% repeat-x;
}

@media only screen and (max-width: 960px) {
  .acm-banner-container,
  .acm-banner-container .gradient-wrapper {
    background-size: cover !important;
  }
}

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -31px;
  left: 100px;
  color: #fff;
  background: 0 0;
  transition: top 0.3s ease-out;
  z-index: 999;
  line-height: 1;
}

#skiptocontent a:focus {
  position: absolute;
  left: 100px;
  top: 0;
  background: #007fad;
  transition: top 0.3s ease-in;
}

.custom-content {
  margin-bottom: 1rem;
}

#maincontent .panel,
#maincontent .sidebar-toc {
  margin-bottom: 1rem;
  background-color: #ececec;
}

#maincontent .panel .error,
#maincontent .sidebar-toc .error {
  padding: 0 1em 2em;
  color: #b22222;
}

#maincontent .panel ul,
#maincontent .sidebar-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#maincontent .panel li,
#maincontent .sidebar-toc li {
  margin: 0 0 2px;
}

#maincontent .panel li a,
#maincontent .sidebar-toc li a {
  line-height: 1;
  display: block;
  padding: 0.5rem 40px 0.5rem 1rem;
}

#maincontent .panel h1,
#maincontent .panel h2,
#maincontent .panel h3,
#maincontent .sidebar-toc h1,
#maincontent .sidebar-toc h2,
#maincontent .sidebar-toc h3 {
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
  color: #08081b;
}

#maincontent .panel h1,
#maincontent .sidebar-toc h1 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 1rem;
  margin: 0;
}

#maincontent .panel h1 + p,
#maincontent .sidebar-toc h1 + p {
  margin-top: 0.5em;
}

#maincontent .panel h1.sidebar-header,
#maincontent .sidebar-toc h1.sidebar-header {
  padding: 1rem;
  font-weight: 500;
}

#maincontent .panel h2,
#maincontent .sidebar-toc h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 1rem;
  margin: 0;
}

#maincontent .panel h2 + p,
#maincontent .sidebar-toc h2 + p {
  margin-top: 0.5em;
}

#maincontent .panel h2.sidebar-header,
#maincontent .sidebar-toc h2.sidebar-header {
  padding: 1rem;
  font-weight: 500;
}

#maincontent .panel h3,
#maincontent .sidebar-toc h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 1rem;
  margin: 0;
}

#maincontent .panel h3 + p,
#maincontent .sidebar-toc h3 + p {
  margin-top: 0.5em;
}

#maincontent .panel h3.sidebar-header,
#maincontent .sidebar-toc h3.sidebar-header {
  padding: 1rem;
  font-weight: 500;
}

#maincontent .panel h4,
#maincontent .sidebar-toc h4 {
  font-family: Roboto, sans-serif;
  color: #08081b;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
  padding: 0 1rem;
  margin: 0;
}

#maincontent .panel h5,
#maincontent .panel h6,
#maincontent .sidebar-toc h5,
#maincontent .sidebar-toc h6 {
  font-size: 18px;
  color: #08081b;
  letter-spacing: -0.5px;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
}

#maincontent .panel h4 + p,
#maincontent .sidebar-toc h4 + p {
  margin-top: 0.5em;
}

#maincontent .panel h4.sidebar-header,
#maincontent .sidebar-toc h4.sidebar-header {
  padding: 1rem;
  font-weight: 500;
}

#maincontent .panel h5,
#maincontent .sidebar-toc h5 {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 1rem;
  margin: 0;
}

#maincontent .panel h5 + p,
#maincontent .sidebar-toc h5 + p {
  margin-top: 0.5em;
}

#maincontent .panel h5.sidebar-header,
#maincontent .sidebar-toc h5.sidebar-header {
  padding: 1rem;
  font-weight: 500;
}

#maincontent .panel h6,
#maincontent .sidebar-toc h6 {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 1rem;
  margin: 0;
}

#maincontent .panel h6 + p,
#maincontent .sidebar-toc h6 + p {
  margin-top: 0.5em;
}

#maincontent .panel h6.sidebar-header,
#maincontent .sidebar-toc h6.sidebar-header {
  padding: 1rem;
  font-weight: 500;
}

#maincontent .panel h7,
#maincontent .sidebar-toc h7 {
  font-family: Roboto, sans-serif;
  color: #08081b;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.2;
  padding: 0 1rem;
  margin: 0;
}

#maincontent .panel h7 + p,
#maincontent .sidebar-toc h7 + p {
  margin-top: 0.5em;
}

#maincontent .panel h7.sidebar-header,
#maincontent .sidebar-toc h7.sidebar-header {
  padding: 1rem;
  font-weight: 500;
}

#maincontent .panel p,
#maincontent .sidebar-toc p {
  padding: 0 1rem;
}

#maincontent .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#maincontent .governance .content {
  display: none;
  padding: 1.5rem;
}

#maincontent .governance .content p {
  font-family: Roboto, sans-serif;
  font-size: 10pt;
}

#maincontent .governance h1,
#maincontent .governance h2,
#maincontent .governance h3,
#maincontent .governance h4,
#maincontent .governance h5,
#maincontent .governance h6 {
  padding: 0.5rem 1rem;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 11pt;
  font-weight: 400;
}

#maincontent .governance h1::before,
#maincontent .governance h2::before,
#maincontent .governance h3::before,
#maincontent .governance h4::before,
#maincontent .governance h5::before,
#maincontent .governance h6::before {
  font-family: fontawesome;
  content: "  ";
}

#maincontent .governance h3 {
  padding-left: 1.5rem;
}

#maincontent .governance h4 {
  padding-left: 2rem;
}

#maincontent .governance h5 {
  padding-left: 2.5rem;
}

#maincontent .governance h6 {
  padding-left: 3rem;
}

#maincontent .governance ul {
  margin: 0;
  list-style: none;
  background-color: #ebebeb;
}

#maincontent .governance li {
  margin: 0;
}

#maincontent .governance li > h1,
#maincontent .governance li > h2,
#maincontent .governance li > h3,
#maincontent .governance li > h4,
#maincontent .governance li > h5,
#maincontent .governance li > h6 {
  background-color: #cfcfcf;
  margin-bottom: 0.2rem;
}

#maincontent .governance li > h1 > a,
#maincontent .governance li > h2 > a,
#maincontent .governance li > h3 > a,
#maincontent .governance li > h4 > a,
#maincontent .governance li > h5 > a,
#maincontent .governance li > h6 > a {
  color: #666;
}

#maincontent .governance li.selected > h1 > a,
#maincontent .governance li.selected > h2 > a,
#maincontent .governance li.selected > h3 > a,
#maincontent .governance li.selected > h4 > a,
#maincontent .governance li.selected > h5 > a,
#maincontent .governance li.selected > h6 > a {
  color: #fff;
}

#maincontent .governance li.selected > h1,
#maincontent .governance li.selected > h2,
#maincontent .governance li.selected > h3,
#maincontent .governance li.selected > h4,
#maincontent .governance li.selected > h5,
#maincontent .governance li.selected > h6 {
  background-color: #006ca0;
}

#maincontent .governance li.selected > h1::before,
#maincontent .governance li.selected > h2::before,
#maincontent .governance li.selected > h3::before,
#maincontent .governance li.selected > h4::before,
#maincontent .governance li.selected > h5::before,
#maincontent .governance li.selected > h6::before {
  font-family: fontawesome;
  content: "  ";
}

#maincontent .governance li.selected .content {
  background-color: #ebebeb;
  width: 100%;
}

.governance-container {
  background-color: #ebebeb;
}

.governance-container h1,
.governance-container h2,
.governance-container h3 {
  padding: 1rem;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14pt;
  font-weight: 400;
}

@media only screen and (min-width: 460px) {
  .footer-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 760px) {
  .footer-nav {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-nav {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    width: 100%;
    float: right;
    clear: right;
    margin-bottom: 2em;
  }
}

.footer-nav-lists,
#menu-footer > li {
  page-break-inside: avoid;
  display: table;
  margin-top: 1em;
}

.footer-nav-lists:first-child,
#menu-footer > li {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .footer-nav-lists,
  #menu-footer > li {
    margin-bottom: 0;
  }
}

.infonav__linkList-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

#maincontent .calendar {
  float: left;
  padding-bottom: 1em;
  position: relative;
  clear: both;
  width: 100%;
}

#maincontent .calendar a {
  color: #666;
  text-decoration: none;
}

#maincontent .calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  clear: both;
}

#maincontent .calendar ul li {
  margin-right: -1px;
  margin-bottom: -1px;
  display: block;
  float: left;
  width: 14.342%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

#maincontent .calendar ul .fullHeight li {
  height: 540px;
}

#maincontent .calendar ul .weekdays {
  height: 40px;
  background: #333;
  clear: both;
}

#maincontent .calendar ul .weekdays li {
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  border: none !important;
  padding: 10px 6px;
  color: #fff;
  font-size: 13px;
}

#maincontent .calendar .days.hideWeek li {
  height: 0;
  padding: 0;
  border: none;
}

#maincontent .calendar .days.hideWeek li * {
  display: none;
}

#maincontent .calendar .days li {
  height: 180px;
  transition: height 0.5s ease;
  overflow: auto;
}

#maincontent .calendar .days li:hover {
  background: #d3d3d3;
}

#maincontent .calendar .date {
  text-align: center;
  margin-bottom: 5px;
  padding: 4px;
  background: #333;
  color: #fff;
  width: 20px;
  border-radius: 50%;
  float: right;
  box-sizing: content-box;
}

#maincontent .calendar .event {
  clear: both;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 5px;
  line-height: 14px;
  color: #007383;
  text-decoration: none;
}

#maincontent .calendar .event.evcol {
  max-height: 2em;
  position: relative;
  transition: all 0.5s ease-out;
  transition-delay: 1s;
  overflow: hidden;
}

#maincontent .calendar .event.evcol::after {
  content: "\f078";
  position: absolute;
  font-family: fontawesome;
  bottom: 0;
  right: 0;
  transition: opacity 0.1s linear;
  transition-delay: 1.5s;
}

#maincontent .calendar .event.evcol.evexpand::after,
#maincontent .calendar .event.evcol:focus::after,
#maincontent .calendar .event.evcol:hover::after {
  opacity: 0;
  transition-delay: 0s;
}

#maincontent .calendar .event.evcol.evexpand,
#maincontent .calendar .event.evcol:focus,
#maincontent .calendar .event.evcol:hover {
  max-height: 20em;
  overflow: auto;
  transition: all 0.5s ease-out;
}

#maincontent .calendar .event-desc a:hover {
  text-decoration: underline;
}

#maincontent .calendar .event-blue .event-desc,
#maincontent .calendar .event-gray .event-desc,
#maincontent .calendar .event-green .event-desc,
#maincontent .calendar .event-purple .event-desc,
#maincontent .calendar .event-yellow .event-desc {
  color: #666;
  margin: 3px 0 7px;
  text-decoration: none;
}

#maincontent .calendar .event-gray {
  background: #eaeaea;
  border: 1px solid #919191;
}

#maincontent .calendar .event-blue {
  background: #e4f2f2;
  border: 1px solid #b5dbdc;
}

#maincontent .calendar .event-green {
  background: #ebf2e3;
  border: 1px solid #a0c17a;
}

#maincontent .calendar .event-purple {
  background: #f2e3f2;
  border: 1px solid #c17ac1;
}

#maincontent .calendar .event-yellow {
  background: #f2f1af;
  border: 1px solid #dcdc1e;
}

#maincontent .calendar .intra-month-header {
  background-color: #000;
  color: #fff;
  float: left;
  padding: 0 1em;
  font-weight: 600;
}

#maincontent .calendar .other-month {
  background: #f5f5f5;
  color: #666;
}

#maincontent .after-cal,
#maincontent .calendar-wrap {
  clear: both;
}

#maincontent .calendar-wrap .hasDatepicker {
  z-index: 999;
}

#maincontent .calendar-wrap .calendar-error {
  width: 100%;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  height: 100%;
  padding-top: 5em;
  z-index: 1;
}

#maincontent .calendar-wrap .calendar-error h1 {
  color: #fff;
}

#maincontent .calendar-wrap .heading {
  text-align: center;
}

#maincontent .calendar-wrap label {
  max-width: 30em;
  padding-left: 1em;
  float: left;
}

#maincontent .calendar-wrap .prev {
  background-color: #007cc0;
  float: left;
}

#maincontent .calendar-wrap .next {
  background-color: #007cc0;
  float: right;
}

#maincontent .calendar-wrap .chosen-select {
  height: 29px;
}

#maincontent .calendar-wrap .chosen-container {
  display: block;
  padding-bottom: 0.5em;
}

#maincontent .calendar-wrap input[type="checkbox"] {
  margin-top: 0.6em;
}

#maincontent .calendar-wrap input[type="number"] {
  width: 5em;
}

#maincontent .calendar-wrap .update-btn {
  margin-top: 1em;
  margin-left: 1em;
}

#maincontent .calendar-wrap ul.chosen-choices,
#maincontent .calendar-wrap ul.chosen-choices li {
  margin-bottom: 0;
}

#maincontent .column--up {
  margin-top: -20px;
  z-index: 5;
}

@media (max-width: 768px) {
  #maincontent .calendar .event.evcol::after,
  #maincontent .calendar .other-month,
  #maincontent .calendar .weekdays {
    display: none;
  }

  #maincontent .calendar .event.evcol {
    max-height: 20em;
    overflow: auto;
  }

  #maincontent .calendar ul li {
    height: auto !important;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
    margin-bottom: -1px;
    overflow: auto;
  }

  #maincontent .calendar ul.days.hideWeek li {
    height: 0;
    padding: 0;
    border: none;
  }

  #maincontent .calendar .date {
    float: none;
  }

  #maincontent .today {
    background-color: ivory;
  }
}

#maincontent .agenda .event.evcol {
  max-height: 20em;
  overflow: auto;
}

#maincontent .agenda .calendar .other-month,
#maincontent .agenda .calendar .weekdays,
#maincontent .agenda .event::after {
  display: none;
}

#maincontent .agenda .calendar li {
  height: auto !important;
  border: 1px solid #ededed;
  width: 100%;
  padding: 10px;
  margin-bottom: -1px;
}

#maincontent .agenda .calendar .days.hideWeek li {
  height: 0;
  padding: 0;
  border: none;
}

#maincontent .agenda .calendar .date {
  float: none;
}

#maincontent button.date-datepicker-button {
  background-color: transparent;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0.5rem;
  color: #000;
  text-shadow: none;
  font-weight: 400;
}

#maincontent button.date-datepicker-button:hover {
  background-color: transparent;
}

#maincontent button.date-datepicker-button:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0;
  border-color: #000 transparent transparent;
  margin: 0 0 0.2em 0.7em;
  vertical-align: middle;
}

.awards-gallery .gallery__item,
.awards-gallery .gallery__sizer,
.awards-winners__profile figure img {
  width: 100%;
}

#maincontent .csstransitions div.date-calendar-dialog.date-closed {
  transition: opacity 0.4s linear;
  opacity: 0;
}

#maincontent .csstransitions div.date-calendar-dialog.date-open {
  transition: opacity 0.4s linear;
  opacity: 1;
}

dl.tlc-dl dt {
  font-weight: 700;
}

dl.tlc-dl dt h2,
dl.tlc-dl dt h3,
dl.tlc-dl dt h4,
dl.tlc-dl dt h5,
dl.tlc-dl dt h6 {
  margin-bottom: 0.25em;
}

dl.tlc-dl dt h2 p,
dl.tlc-dl dt h3 p,
dl.tlc-dl dt h4 p,
dl.tlc-dl dt h5 p,
dl.tlc-dl dt h6 p {
  font-weight: 700;
  margin-bottom: 0;
}

dl.tlc-dl dd {
  margin-left: 2em;
  display: list-item;
  list-style-type: disc;
}

.sitemap-container ul {
  list-style-type: none;
}

.sitemap-container li {
  margin-top: 0.5em;
}

.sig-join-link__button {
  font-size: 16px;
  font-size: 1rem;
  background: #9cb30d;
  color: #2b391d;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 700;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  display: block;
  float: none;
}

.awards-winners__citation-list li,
.awards-winners__dl,
.awards-winners__name {
  display: inline-block;
  vertical-align: middle;
}

.sig-join-link__button:focus,
.sig-join-link__button:hover {
  background: #b4cd18;
  transition: all 0.3s ease;
}

.sig-join-link__button:active {
  background: #505b0b;
}

@media only screen and (min-width: 600px) {
  .sig-join-link__button {
    display: inline-block;
    float: right;
    clear: right;
    margin: 0 0 0.5em 1em;
    padding: 0.25em 1em;
  }
}

.awards-winners__name {
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin-right: 0.5em;
  font-size: 1.875rem;
  padding: 0;
}

.awards-winners__citations {
  margin-top: 20px;
}

.awards-winners__citations,
.awards-winners__profile {
  float: right;
}

.awards-winners__citation-link .fa-file-pdf-o {
  margin-left: 10px;
}

.awards-winners__dl img {
  max-width: 40px;
}

.awards-winners__citation-list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.awards-winners__citation-list li {
  background: #ececec;
  margin: 0 0.5em 0.5em 0;
}

.awards-winners__citation-list:last-child {
  margin-right: 0;
}

.awards-winners__citation-list a {
  display: block;
  padding: 0.5em;
}

.awards-winners__citation-list a:after {
  margin-left: 0.5em;
}

.awards-winners__citation-body {
  padding: 0 0 3em;
}

.awards-winners__turing-url {
  display: block;
}

@media only screen and (min-width: 640px) {
  .awards-winners__profile {
    margin-top: -60px;
  }
}

.awards-winners__profile figure {
  display: block;
  margin-top: 1rem;
}

.awards-winners__profile figcaption {
  display: block;
}

.awards-winners__citation-label,
.awards-winners__citation-title,
.awards-winners__profile-winner {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.awards-winners__profile-name {
  font-weight: 400;
  font-style: normal;
  color: #2f2f36;
  text-rendering: optimizeLegibility;
  line-height: 1.4;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -0.5px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0.5rem 0;
}

.awards-winners__profile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.awards-winners__profile-list a {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}

.awards-search__input.button,
.awards-tables__dg-link,
.awards-winners__citation h2,
.awards-winners__related-content > a:first-child {
  font-family: Roboto, sans-serif;
}

.awards-winners__citation {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.awards-winners__citation h2 {
  font-size: 1.5rem;
  margin: 0 0 0.5em;
  padding: 0;
}

.awards-winners__citation h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.7em;
  padding: 0;
  display: inline-block;
}

.awards-winners__citation:last-child {
  border: 0;
}

.awards-winners__citation-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 7px;
}

.awards-winners__citation-label {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 7px;
}

.awards-winners__citation-link {
  display: block;
  margin: 2rem 0;
}

.awards-winners__citation-short {
  font-style: italic;
}

.awards-winners__citation-text {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.awards-winners__related-content {
  margin-top: 1.5em;
}

.awards-winners__related-content > a:first-child {
  font-weight: 700;
}

.awards-winners__related-content-body {
  margin: 0.5em 0;
}

.awards-gallery .gallery__subtitle {
  font-size: 16px;
  font-size: 1rem;
}

.awards-gallery .gallery__grid:after {
  content: "";
  display: block;
  clear: both;
}

.awards-gallery .gallery__grid figure figcaption {
  margin: 0;
}

@media screen and (min-width: 480px) {
  .awards-gallery .gallery__item,
  .awards-gallery .gallery__sizer {
    width: 32%;
  }
}

.awards-gallery .gallery__gutter {
  width: 2%;
}

.awards-gallery .gallery__item {
  background: #ddd;
  float: left;
  padding: 1rem;
  margin: 0 0 2%;
}

.awards-search,
.shadowed + .awards-search {
  background: #efefef;
}

.awards-gallery .gallery__item img {
  display: block;
  width: 100%;
}

.awards-search {
  padding-top: 2em;
}

@media (min-width: 768px) {
  .awards-search {
    padding-top: 2em;
    background: #fff;
  }
}

.awards-search img {
  max-width: 40px;
  min-width: 40px;
}

.awards-search--isMobile {
  background: #efefef;
  padding-top: 1em;
}

.awards-search__title {
  padding: 0 0 0.5em;
}

.awards-search__title--small {
  font-size: 0.9em;
  margin-bottom: 0.2rem;
}

.awards-search__footer--isMobile {
  display: none;
}

.awards-search__listByYear ul {
  margin: 0;
  padding: 0;
}

.awards-search__listByYear li {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 100%;
}

.awards-search__form--fullWidth .row > .columns:nth-child(3),
.awards-search__form--fullWidth label[for="year"],
.awards-search__form--fullWidth label[for="region"],
.awards-search__form--isMobile #region,
.awards-search__form--isMobile label {
  display: none;
}

@media (min-width: 460px) {
  .awards-search__listByYear li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .awards-search__listByYear li {
    width: 25%;
  }
}

.awards-search--list-mobile .awards-search__listByYear ul li,
.awards-search__form #year {
  width: 100%;
}

.awards-search--list-head {
  margin-bottom: 1em;
}

.awards-search__form ul,
.awards-search__form--fullWidth ul,
.awards-search__form--isMobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .awards-search__form #year {
    width: 50%;
  }
}

.awards-search__form--isMobile #year {
  width: 100%;
}

@media (min-width: 768px) {
  .awards-search__form--isMobile #year {
    width: 50%;
  }
}

.awards-search__form--fullWidth #year {
  width: 100%;
}

@media (min-width: 768px) {
  .awards-search__form--fullWidth #year {
    width: 50%;
  }
}

.awards-search__form--fullWidth .row {
  background: #efefef;
}

@media (min-width: 768px) {
  .awards-search__form--fullWidth .row {
    background: #fff;
  }

  .awards-search__form--fullWidth .row > .columns:nth-child(3) {
    display: block;
  }

  .awards-search__form--fullWidth #year {
    width: 100%;
  }
}

@media (min-width: 961px) {
  .awards-search__form--fullWidth label[for="year"],
  .awards-search__form--fullWidth label[for="region"] {
    display: block;
  }
}

.awards-search--list .awards-headings__h1 {
  margin-bottom: 0;
}

.awards-search__input.button {
  background-color: #046f60;
  width: 100%;
  padding: 9px 6px 10px;
}

.awards-search__input.button:hover {
  background-color: #03564b;
}

.isMobileTable {
  background: #efefef;
}

@media (min-width: 800px) {
  .isMobileTable {
    display: none;
  }
}

.awards-tables__caption {
  background: #efefef;
  padding-left: 1em;
  padding-top: 1em;
  text-align: left;
  width: 100%;
}

.awards-tables__caption p {
  margin-bottom: 0.5em;
}

.awards-tables--isMobile {
  width: 100%;
  display: none;
  background-color: transparent;
}

.awards-tables--isMobile tbody td,
.awards-tables--isMobile tbody th,
.awards-tables--isMobile thead td,
.awards-tables--isMobile thead th {
  border: 0;
  text-align: left;
}

.awards-tables--isMobile tbody td:nth-child(2),
.awards-tables--isMobile tbody th:nth-child(2),
.awards-tables--isMobile thead td:nth-child(2),
.awards-tables--isMobile thead th:nth-child(2) {
  max-width: 250px;
}

.awards-tables--isMobile tbody td:last-child,
.awards-tables--isMobile tbody th:last-child,
.awards-tables--isMobile thead td:last-child,
.awards-tables--isMobile thead th:last-child {
  text-align: center;
}

.awards-tables--isMobile tbody td:last-child img,
.awards-tables--isMobile thead td:last-child img {
  width: 30px;
  min-width: 30px;
}

.awards-tables--isMobile thead,
.awards-tables--isMobile thead tr:nth-of-type(odd) {
  background: #e2e2e2;
}

.awards-tables--isMobile thead tr:first-child {
  background-color: transparent;
}

.awards-tables--isMobile thead tr:first-child th {
  text-align: left;
}

.awards-tables--isMobile thead tr:first-child th .awards-search__title--small {
  margin: 0;
  padding: 0;
}

.awards-tables--isMobile tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.awards-tables--isMobile tbody tr td img {
  max-width: none;
  width: 40px;
}

.awards-tables--isMobile tbody tr td img[alt="Email"] {
  width: 35px;
}

.awards-tables--isMobile tbody tr:nth-child(odd) {
  background: #fff;
}

.awards-tables--isMobile tbody tr:nth-child(even) {
  background: #efefef;
}

.awards-tables--isMobile th {
  font-weight: 700;
  color: #000;
}

.awards-tables--isMobile thead {
  background-color: #e2e2e2;
}

.awards-tables--isMobile thead tr th {
  border: 0;
  padding: 0;
}

.awards-tables--isMobile thead tr th a {
  padding: 10px;
  color: #000;
}

.awards-tables--isMobile thead tr th:last-child {
  text-align: center;
  padding: 10px;
}

.awards-tables--isMobile td:first-child,
.awards-tables--isMobile th:first-child {
  width: 100%;
}

.awards-tables--isMobile td.header,
.awards-tables--isMobile th.header {
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxLjUgMyIgaGVpZ2h0PSIzIiB3aWR0aD0iNiIgdmVyc2lvbj0iMS4xIiB4PSIxMnB4IiB5PSIwcHgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iNS45OTIgMCAyLjk5MiAzIC0wLjAwOCAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4yNDIpIi8+PC9zdmc+DQo=),
    url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgdmlld0JveD0iMCAwIDEuNSAzIiBoZWlnaHQ9IjMiIHdpZHRoPSI2IiB2ZXJzaW9uPSIxLjEiIHk9IjBweCIgeD0iMTJweCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iMi45OTIgMyAtMC4wMDggMCA1Ljk5MiAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSwwLDAsLTEsMy43NDIsMykiLz48L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(50% + 3px),
    calc(100% - 20px) calc(50% - 3px);
  background-size: 9px 5px, 9px 5px;
}

.awards-tables--isMobile td.header a,
.awards-tables--isMobile th.header a {
  width: 100%;
  display: block;
}

.awards-tables--isMobile td.header.headerSortDown,
.awards-tables--isMobile th.header.headerSortDown {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgdmlld0JveD0iMCAwIDEuNSAzIiBoZWlnaHQ9IjMiIHdpZHRoPSI2IiB2ZXJzaW9uPSIxLjEiIHk9IjBweCIgeD0iMTJweCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iMi45OTIgMyAtMC4wMDggMCA1Ljk5MiAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSwwLDAsLTEsMy43NDIsMykiLz48L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 17px;
  background-size: 9px 5px;
}

.awards-tables--isMobile td.header.headerSortUp,
.awards-tables--isMobile th.header.headerSortUp {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxLjUgMyIgaGVpZ2h0PSIzIiB3aWR0aD0iNiIgdmVyc2lvbj0iMS4xIiB4PSIxMnB4IiB5PSIwcHgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iNS45OTIgMCAyLjk5MiAzIC0wLjAwOCAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4yNDIpIi8+PC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 17px;
  background-size: 9px 5px;
}

.awards-tables--fullWidth {
  display: table;
  width: 100%;
}

.awards-tables--fullWidth tbody td,
.awards-tables--fullWidth tbody th,
.awards-tables--fullWidth thead td,
.awards-tables--fullWidth thead th {
  border: 0;
  text-align: left;
}

.awards-tables--fullWidth tbody td:nth-child(2),
.awards-tables--fullWidth tbody th:nth-child(2),
.awards-tables--fullWidth thead td:nth-child(2),
.awards-tables--fullWidth thead th:nth-child(2) {
  max-width: 250px;
}

.awards-tables--fullWidth tbody td:last-child,
.awards-tables--fullWidth tbody th:last-child,
.awards-tables--fullWidth thead td:last-child,
.awards-tables--fullWidth thead th:last-child {
  text-align: center;
}

.awards-tables--fullWidth tbody td:last-child img,
.awards-tables--fullWidth thead td:last-child img {
  width: 30px;
  min-width: 30px;
}

.awards-tables--fullWidth thead,
.awards-tables--fullWidth thead tr:nth-of-type(odd) {
  background: #e2e2e2;
}

.awards-tables--fullWidth thead tr:first-child {
  background-color: transparent;
}

.awards-tables--fullWidth thead tr:first-child th {
  text-align: left;
}

.awards-tables--fullWidth thead tr:first-child th .awards-search__title--small {
  margin: 0;
  padding: 0;
}

.awards-tables--fullWidth tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.awards-tables--fullWidth tbody tr td img {
  max-width: none;
  width: 40px;
}

.awards-tables--fullWidth tbody tr td img[alt="Email"] {
  width: 35px;
}

.awards-tables--fullWidth tbody tr:nth-child(odd) {
  background: #fff;
}

.awards-tables--fullWidth tbody tr:nth-child(even) {
  background: #efefef;
}

.awards-tables--fullWidth th {
  font-weight: 700;
  color: #000;
}

.awards-tables--fullWidth thead {
  background-color: #e2e2e2;
}

.awards-tables--fullWidth thead tr th {
  border: 0;
  padding: 0;
}

.awards-tables--fullWidth thead tr th a {
  padding: 10px;
  color: #000;
}

.awards-tables--fullWidth thead tr th:last-child {
  text-align: center;
  padding: 10px;
}

.awards-tables--fullWidth td,
.awards-tables--fullWidth th {
  border: 0;
  display: none;
}

.awards-tables--fullWidth td:last-child,
.awards-tables--fullWidth td:nth-child(1),
.awards-tables--fullWidth th:last-child,
.awards-tables--fullWidth th:nth-child(1) {
  display: table-cell;
}

.awards-tables--fullWidth td:last-child,
.awards-tables--fullWidth th:last-child {
  text-align: center;
}

.awards-tables--fullWidth td:last-child,
.awards-tables--fullWidth td:nth-child(4),
.awards-tables--fullWidth th:last-child,
.awards-tables--fullWidth th:nth-child(4) {
  width: 10%;
}

.awards-tables--fullWidth td.header,
.awards-tables--fullWidth th.header {
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxLjUgMyIgaGVpZ2h0PSIzIiB3aWR0aD0iNiIgdmVyc2lvbj0iMS4xIiB4PSIxMnB4IiB5PSIwcHgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iNS45OTIgMCAyLjk5MiAzIC0wLjAwOCAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4yNDIpIi8+PC9zdmc+DQo=),
    url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgdmlld0JveD0iMCAwIDEuNSAzIiBoZWlnaHQ9IjMiIHdpZHRoPSI2IiB2ZXJzaW9uPSIxLjEiIHk9IjBweCIgeD0iMTJweCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iMi45OTIgMyAtMC4wMDggMCA1Ljk5MiAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSwwLDAsLTEsMy43NDIsMykiLz48L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(50% + 3px),
    calc(100% - 20px) calc(50% - 3px);
  background-size: 9px 5px, 9px 5px;
}

.awards-tables--fullWidth td.header a,
.awards-tables--fullWidth th.header a {
  width: 100%;
  display: block;
}

.awards-tables--fullWidth td.header.headerSortDown,
.awards-tables--fullWidth th.header.headerSortDown {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgdmlld0JveD0iMCAwIDEuNSAzIiBoZWlnaHQ9IjMiIHdpZHRoPSI2IiB2ZXJzaW9uPSIxLjEiIHk9IjBweCIgeD0iMTJweCIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iMi45OTIgMyAtMC4wMDggMCA1Ljk5MiAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSwwLDAsLTEsMy43NDIsMykiLz48L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 17px;
  background-size: 9px 5px;
}

.awards-tables--fullWidth td.header.headerSortUp,
.awards-tables--fullWidth th.header.headerSortUp {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3ZnMiIgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCAxLjUgMyIgaGVpZ2h0PSIzIiB3aWR0aD0iNiIgdmVyc2lvbj0iMS4xIiB4PSIxMnB4IiB5PSIwcHgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cG9seWdvbiBpZD0icG9seWdvbjQiIHBvaW50cz0iNS45OTIgMCAyLjk5MiAzIC0wLjAwOCAwIiBmaWxsPSIjODA4MDgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4yNDIpIi8+PC9zdmc+DQo=);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 17px;
  background-size: 9px 5px;
}

@media (min-width: 480px) {
  .awards-tables--fullWidth td,
  .awards-tables--fullWidth th {
    display: table-cell;
  }

  .awards-tables--fullWidth td:first-child,
  .awards-tables--fullWidth th:first-child {
    width: 60px;
  }
}

.awards-tables__dg-link {
  background-color: #046f60;
  padding: 9px 6px 10px;
  width: 100%;
}

.awards-headings__h1,
.awards-headings__h2 {
  font-family: "Roboto Condensed", sans-serif;
}

.awards-tables__dg-link:hover {
  background-color: #03564b;
}

.awards-tables__dg-link:after {
  display: none;
}

.awards-tables--committee-fullWidth {
  display: table;
  width: 100%;
  background: #efefef;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.awards-tables--committee-fullWidth .awards-tables__name-link:after,
.awards-tables--committee-fullWidth td .awards-tables__name-nolink,
.awards-tables--committee-fullWidth td:last-child,
.awards-tables--committee-fullWidth td:nth-child(3),
.awards-tables--committee-fullWidth th .awards-tables__name-nolink,
.awards-tables--committee-fullWidth th:last-child,
.awards-tables--committee-fullWidth th:nth-child(3) {
  display: none;
}

.awards-tables--committee-fullWidth tbody td,
.awards-tables--committee-fullWidth tbody th,
.awards-tables--committee-fullWidth thead td,
.awards-tables--committee-fullWidth thead th {
  border: 0;
  text-align: left;
}

.awards-tables--committee-fullWidth tbody td:nth-child(2),
.awards-tables--committee-fullWidth tbody th:nth-child(2),
.awards-tables--committee-fullWidth thead td:nth-child(2),
.awards-tables--committee-fullWidth thead th:nth-child(2) {
  max-width: 250px;
}

.awards-tables--committee-fullWidth tbody td:last-child,
.awards-tables--committee-fullWidth tbody th:last-child,
.awards-tables--committee-fullWidth thead td:last-child,
.awards-tables--committee-fullWidth thead th:last-child {
  text-align: center;
}

.awards-tables--committee-fullWidth tbody td:last-child img,
.awards-tables--committee-fullWidth thead td:last-child img {
  width: 30px;
  min-width: 30px;
}

.awards-tables--committee-fullWidth thead,
.awards-tables--committee-fullWidth thead tr:nth-of-type(odd) {
  background: #e2e2e2;
}

.awards-tables--committee-fullWidth thead,
.awards-tables--committee-fullWidth thead tr:first-child {
  background-color: transparent;
}

.awards-tables--committee-fullWidth thead tr th {
  border: 0;
  padding: 10px;
}

.awards-tables--committee-fullWidth thead tr:first-child th {
  text-align: left;
}

.awards-tables--committee-fullWidth
  thead
  tr:first-child
  th
  .awards-search__title--small {
  margin: 0;
  padding: 0;
}

.awards-tables--committee-fullWidth tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.awards-tables--committee-fullWidth tbody tr td img {
  max-width: none;
  width: 40px;
}

.awards-tables--committee-fullWidth tbody tr td img[alt="Email"] {
  width: 35px;
}

.awards-tables--committee-fullWidth tbody tr:nth-child(odd) {
  background: #fff;
}

.awards-tables--committee-fullWidth tbody tr:nth-child(even) {
  background: #efefef;
}

.awards-tables--committee-fullWidth th {
  font-weight: 700;
  color: #000;
}

.awards-tables--committee-fullWidth .awards-tables__caption {
  background-color: transparent;
  padding-left: 0.25em;
  padding-bottom: 0.5em;
}

.awards-tables--committee-fullWidth td,
.awards-tables--committee-fullWidth th {
  vertical-align: middle !important;
}

.awards-tables--committee-fullWidth td:last-child,
.awards-tables--committee-fullWidth td:nth-child(3),
.awards-tables--committee-fullWidth th:last-child,
.awards-tables--committee-fullWidth th:nth-child(3) {
  text-align: center !important;
  width: 15% !important;
}

.awards-tables--committee-fullWidth td:nth-child(2),
.awards-tables--committee-fullWidth th:nth-child(2) {
  min-width: 150px;
}

@media (min-width: 480px) {
  .awards-tables--committee-fullWidth td:last-child,
  .awards-tables--committee-fullWidth td:nth-child(3),
  .awards-tables--committee-fullWidth th:last-child,
  .awards-tables--committee-fullWidth th:nth-child(3) {
    display: table-cell;
  }

  .awards-tables--committee-fullWidth td .awards-tables__name-nolink,
  .awards-tables--committee-fullWidth th .awards-tables__name-nolink {
    display: block;
  }

  .awards-tables--committee-fullWidth td .awards-tables__name-link,
  .awards-tables--committee-fullWidth th .awards-tables__name-link {
    display: none;
  }
}

.awards-tables--committee-isMobile {
  display: table;
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.awards-tables--committee-isMobile tbody td,
.awards-tables--committee-isMobile tbody th,
.awards-tables--committee-isMobile thead td,
.awards-tables--committee-isMobile thead th {
  border: 0;
  text-align: left;
}

.awards-tables--committee-isMobile tbody td:nth-child(2),
.awards-tables--committee-isMobile tbody th:nth-child(2),
.awards-tables--committee-isMobile thead td:nth-child(2),
.awards-tables--committee-isMobile thead th:nth-child(2) {
  max-width: 250px;
}

.awards-tables--committee-isMobile tbody td:last-child,
.awards-tables--committee-isMobile tbody th:last-child,
.awards-tables--committee-isMobile thead td:last-child,
.awards-tables--committee-isMobile thead th:last-child {
  text-align: center;
}

.awards-tables--committee-isMobile tbody td:last-child img,
.awards-tables--committee-isMobile thead td:last-child img {
  width: 30px;
  min-width: 30px;
}

.awards-tables--committee-isMobile thead,
.awards-tables--committee-isMobile thead tr:nth-of-type(odd) {
  background: #e2e2e2;
}

.awards-tables--committee-isMobile thead,
.awards-tables--committee-isMobile thead tr:first-child {
  background-color: transparent;
}

.awards-tables--committee-isMobile thead tr th {
  border: 0;
  padding: 10px;
}

.awards-tables--committee-isMobile thead tr:first-child th {
  text-align: left;
}

.awards-tables--committee-isMobile
  thead
  tr:first-child
  th
  .awards-search__title--small {
  margin: 0;
  padding: 0;
}

.awards-tables--committee-isMobile tbody tr td {
  padding: 10px;
  vertical-align: middle;
}

.awards-tables--committee-isMobile tbody tr td img {
  max-width: none;
  width: 40px;
}

.awards-tables--committee-isMobile tbody tr td img[alt="Email"] {
  width: 35px;
}

.awards-tables--committee-isMobile tbody tr:nth-child(odd) {
  background: #fff;
}

.awards-tables--committee-isMobile tbody tr:nth-child(even) {
  background: #efefef;
}

.awards-tables--committee-isMobile th {
  font-weight: 700;
  color: #000;
}

.awards-tables--committee-isMobile thead {
  background: #e2e2e2;
}

.awards-tables--committee-isMobile thead tr th:last-child {
  text-align: center;
}

.awards-tables--committee-isMobile td,
.awards-tables--committee-isMobile th {
  vertical-align: middle !important;
}

.awards-tables--committee-isMobile td:last-child,
.awards-tables--committee-isMobile td:nth-child(3),
.awards-tables--committee-isMobile th:last-child,
.awards-tables--committee-isMobile th:nth-child(3) {
  text-align: center;
  width: 15%;
}

.awards-tables--committee-isMobile td:nth-child(2),
.awards-tables--committee-isMobile th:nth-child(2) {
  min-width: 150px;
}

.awards-tables--committee-isMobile td .awards-tables__name-nolink,
.awards-tables--committee-isMobile td:last-child,
.awards-tables--committee-isMobile td:nth-child(3),
.awards-tables--committee-isMobile th .awards-tables__name-nolink,
.awards-tables--committee-isMobile th:last-child,
.awards-tables--committee-isMobile th:nth-child(3) {
  display: none;
}

@media (min-width: 900px) {
  .awards-tables--committee-isMobile td:last-child,
  .awards-tables--committee-isMobile td:nth-child(3),
  .awards-tables--committee-isMobile th:last-child,
  .awards-tables--committee-isMobile th:nth-child(3) {
    display: table-cell;
  }

  .awards-tables--committee-isMobile td .awards-tables__name-nolink,
  .awards-tables--committee-isMobile th .awards-tables__name-nolink {
    display: block;
  }

  .awards-tables--committee-isMobile td .awards-tables__name-link,
  .awards-tables--committee-isMobile th .awards-tables__name-link {
    display: none;
  }
}

.awards-tables--committee-isMobile .awards-tables__name-link:after {
  display: none;
}

.awards-tables--committee-isMobile .awards-tables__caption {
  margin: 0;
  padding: 0.5px;
}

.awards-tables--committee-isMobile .awards-tables__caption h2,
.awards-tables--committee-isMobile .awards-tables__caption h3 {
  margin: 0.5em;
}

@media (min-width: 1024px) {
  .awards-tables--committee-isMobile {
    display: table;
    overflow-x: auto;
  }
}

.awards-home-menu li {
  background: #ececec;
}

.awards-home-menu li:first-child {
  margin-top: 2px !important;
}

.awards-home-menu .panel__child + ul.right > li {
  margin-bottom: 0;
}

.awards-home-menu .panel__child {
  padding-left: 3em;
}

.awards-home-menu .panel__child ul.right {
  color: #005a83;
  float: none !important;
  list-style-type: disc !important;
}

.awards-home-menu .panel__child ul.right li {
  margin-top: -2px !important;
}

.awards-home-menu .panel__child ul.right a {
  padding-left: 0 !important;
}

.awards-headings__h1,
.awards-headings__h2,
.awards-headings__h3,
.awards-headings__h4 {
  margin-bottom: 0.5em;
  padding: 0;
}

.awards-home-menu .hst-cmseditmenu {
  bottom: -20px;
}

.awards-headings__h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

.awards-headings__h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

.awards-headings__h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.awards-headings__h4 {
  font-size: 16px;
  font-size: 1rem;
}

.hide-for-small {
  display: none !important;
}

#ctas-and-search .hide-for-small {
  display: block !important;
}

.footer-nav > div > h2 {
  display: none;
}

.menu-footer-container ul {
  list-style: none;
  padding: 0;
}
.menu-footer-container ul li {
  font-size: 1rem;
}
.menu-footer-container ul.menu > li {
  margin-bottom: 1rem !important;
}
.menu-footer-container ul.menu > li > a {
  color: #fff;
  cursor: default;
}
.menu-footer-container ul ul.sub-menu li a {
  font-size: 0.9375rem;
}

.menu-footer-container ul ul.sub-menu {
  margin: 0;
}

.comment-meta {
  padding-top: 0;
  background-color: white;
  border-top: 0px;
  color: black;
}

@media screen and (min-width: 1130px) {
  .main-nav {
    /*margin-bottom:50px;*/
  }

  .nav__dropdown-toggle {
    height: 42px !important;
    position: absolute !important;
    right: 0;
    top: 52px !important;
    display: none;
  }

  .nav__dropdown-toggle:after {
    content: " \f0d7";
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
  }

  .more-list-box {
    background: #b9dfe9;
    min-width: 200px;
    position: absolute;
    right: 0;
    top: 97px;
    display: none;
  }

  .more-list-box li {
    display: block !important;
    text-align: left !important;
  }

  .more-list-box li:hover {
    color: #005a83;
  }

  .more-list-box a {
    text-decoration: inherit;
    color: inherit !important;
    font-size: 0.85em !important;
    line-height: 1 !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-style: normal !important;
  }

  .nav-menu .nav-menu .active {
    margin-bottom: 50px;
  }

  .nav-menu .sub-menu {
    top: 52px;
  }

  .nav-menu .sub-menu li:nth-child(1) {
    margin-right: 10px;
  }

  .nav-menu .sub-menu .active {
    margin-bottom: 0;
  }

  .nav-menu .sub-menu li:nth-child(1) a {
    padding-right: 20px !important;
  }

  .nav-menu .sub-menu li:nth-child(1) a:after {
    content: "";
    margin-top: 10px;
    height: 60%;
    width: 2px;

    position: absolute;
    right: 0;
    top: 0;
    background-color: #000000;
  }

  .nav-menu .sub-menu .active a {
    box-sizing: border-box;
    max-height: 42px;
    border-color: #005a83 !important;
    display: inline-block;
    border-bottom: 4px solid;
  }

  .nav-menu .menu-item {
    display: inline-block;
  }

  .nav-menu .menu-item .sub-menu {
    display: none;
    width: 1176px;
    max-width: 1176px;
  }

  .nav-menu .active .sub-menu {
    display: inline-block;
  }

  .nav-menu .menu-item:hover {
    background-color: #005a83;
  }

  .nav-menu .sub-menu .menu-item {
    display: inline-block;
  }

  .nav-menu .menu-item .sub-menu {
    position: absolute;
    left: 0px;
    background: #b9dfe9;
  }

  .nav-menu .sub-menu .menu-item a {
    text-decoration: inherit;
    color: inherit !important;
    font-size: 0.85em !important;
    line-height: 1 !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    font-style: normal !important;
  }

  .nav-menu .sub-menu .menu-item a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .nav-menu .sub-menu .menu-item:nth-child(1) {
    margin-left: 20px;
  }

  .nav-menu .sub-menu .menu-item a:hover {
    box-sizing: border-box;
    max-height: 42px;
    border-color: #005a83 !important;
    display: inline-block;
    border-bottom: 4px solid;
  }
}

@media screen and (max-width: 1129px) {
  .nav-menu .sub-menu {
    display: none;
  }

  .nav__dropdown-toggle {
    display: none;
  }

  .nav-menu .menu-item.hover > a {
    background-color: #005a83 !important;
    color: white !important;
  }

  .nav-menu .sub-menu .menu-item.active > a {
    background-color: #83cee2 !important;
    color: #005a83 !important;
  }

  .nav-menu .menu-item.hover > a::before {
    content: "\f078" !important;
  }

  .nav-menu .sub-menu .menu-item.active > a::before {
    content: "" !important;
  }

  .nav-menu .sub-menu .menu-item:nth-child(1) {
    border-top: 0px;
  }

  .nav-menu .hover .sub-menu {
    display: block;
  }

  .nav-menu .menu-item a {
    color: #00567d !important;
    display: block;
  }

  .nav-menu .menu-item a:hover {
    background: #005a83 !important;
    color: white !important;
  }

  .nav-menu .sub-menu {
    padding-left: 20px !important;
  }

  .nav-menu .sub-menu .menu-item a {
    width: 100% !important;
    padding: 12px 0 12px 1.66667rem !important;
    font-family: "Roboto Condensed", Helvetica, Roboto, Arial, sans-serif !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    text-transform: none !important;
  }

  .nav-menu .sub-menu .active a {
    background: #83cee2 !important;
  }

  .nav-menu .sub-menu li:hover > a {
    background: #83cee2 !important;
  }

  .nav-menu .sub-menu .menu-item a:hover {
    background: #83cee2 !important;
    color: #003750 !important;
  }

  .nav-menu .sub-menu .menu-item a {
    margin-left: -20px !important;
  }

  .submit.button {
    display: none;
  }

  .fa-search {
    position: absolute !important;
    padding-left: 10px;
    top: 25px !important;
  }

  .btn-group {
    display: none;
  }

  .mobile-links {
    padding-top: 20px;
  }

  .mobile-search {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

aside table thead tr td,
aside table thead tr th,
aside table tr td,
aside table tr th {
  padding: 0.5rem 0.65rem 0.625rem;
}

.top-bar-section .children {
  display: none;
}

#maincontent .breadcrumbs ul,
.breadcrumbs ul {
  margin-bottom: 0;
}

.three-cols.article-block > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em;
  padding-top: 0.625rem;
}
.three-cols.article-block .row:before,
.three-cols.article-block .row:after {
  content: none;
}

.three-cols.article-block .columns {
  float: none;
  margin-bottom: 2em;
}

.three-cols.article-block .columns .shadowed {
  height: 100% !important;
  margin-bottom: 0;
}

.three-cols.article-block .columns .shadowed .columns {
  margin-bottom: 0;
}

aside {
  padding-top: 0.625rem;
}

hr {
  margin-top: 25px;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.three-cols.article-block .columns a h3 {
  color: #005a83;
}

.breadcrumb-container {
  background-color: #fff;
  padding-top: 10px;
}

.acm-banner-container + .breadcrumb-container,
.banner-container + .breadcrumb-container {
  margin-top: -20px;
  padding-top: 10px !important;
  position: relative;
  z-index: 2;
}

.top-bar.main-nav section li.menu-item-has-children.active {
  /* height: 94px; */
}

.featuredimage {
  display: block;
  margin-bottom: 12px;
}

.acm__margin--inherit {
  margin: inherit !important;
}

.acm__custom-logos {
  float: right;
  padding-right: 1em;
  width: 70%;
}

.acm__custom-logos-row {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
}

.acm__custom-logo {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  margin-bottom: 1em;
  margin-right: 2%;
  width: 32%;
}

.acm__custom-logo:last-child {
  margin-right: 0;
}

/* @media only screen and (max-width: 640px) and (min-width: 0px) {
  article.columns {
    padding: 0;
  }
} */
footer {
  max-width: 1176px;
  margin: 0 auto;
}
header.row.row,
header.wp-block-template-part {
  width: 100%;
  max-width: 73.5rem;
  margin: 0 auto;
}
main > .columns {
  padding: 0;
}
/* Styles for The Events Calendar */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  background: white;
  max-width: 1176px;
}
.tribe-common--breakpoint-full.tribe-events
  .tribe-events-c-top-bar__datepicker-desktop,
.tribe-events-c-subscribe-dropdown__button-text {
  text-shadow: none;
}
