@charset "UTF-8";
#block-inlinesociallinks ul, .popup .more-holder, .tabset1, .tabset, .footer .social ul, .footer .footer-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heading-holder:after, .content-holder .col:first-child .text-holder:after, .footer .row:after, .footer #search-block-form:after, .secondary-menu:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.come-in {
  transform: translateY(20px);
  opacity: 0;
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 0.6s;
  /* So they look staggered */
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.already-visible {
  transform: translateY(0);
  opacity: 1;
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.flex {
  display: flex;
}
.flex.flexwrap {
  flex-wrap: wrap;
}

.margin-auto-top {
  margin-top: auto;
}

.margin-auto-right {
  margin-right: auto;
}

.margin-auto-bottom {
  margin-bottom: auto;
}

.margin-auto-left {
  margin-left: auto;
}

@media screen and (min-width: 640px) {
  .button.full-width {
    width: 100%;
  }
}

.cell.relative {
  position: relative;
}

.user-logged-in .header {
  position: relative;
}
.user-logged-in .header .header-holder {
  margin-bottom: 0;
}
.user-logged-in a.newsletter-button {
  position: relative;
  z-index: 500;
}

#block-scdoc-translatablemenu .menu li {
  display: block;
  width: 100%;
}

div[aria-label="Status message"] {
  padding: 15px 0.625rem;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  text-align: center;
  background-color: #eafbd4;
  color: #385f06;
}

div[aria-label="Error message"] {
  max-width: 75rem;
  padding: 15px 0.625rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fdc2b0;
  color: #5f1b06;
}

#block-tabs {
  position: fixed;
  background-color: #30BCED;
  text-align: center;
  z-index: 90;
  bottom: 0px;
  right: 0;
  width: 100vw;
  padding-left: 30px;
  padding-right: 30px;
}
#block-tabs ul {
  margin: 0 auto;
}
#block-tabs ul li {
  display: inline-block;
}
#block-tabs ul li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
}
#block-tabs ul li a:hover {
  background-color: #A2D035;
}

.path-scdoc .user-login-form {
  max-width: 600px;
  background-color: #fff;
  padding: 20px;
  margin: 30px auto 0 auto;
}
.page-node-type-home-page #block-scdoc-local-tasks {
  top: 103px;
}

.page-node-type-home-page-panel div[aria-label="Status message"] {
  top: -85px;
}
.page-node-type-home-page-panel #block-scdoc-local-tasks {
  top: -150px;
}
.page-node-type-home-page-panel .panel-admin {
  margin-top: 220px;
}

body {
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #3D3D3D;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "HCo Gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a,
.h a {
  text-decoration: underline;
}

h1, .h1 {
  font-size: 1.875rem;
}

.text-holder h1 {
  font-size: 1.875rem;
  color: #0d2c6c;
  border-bottom: 1px #ccc solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 41px;
  font-weight: normal;
  color: #0d2c6c;
}
h2.smallerh2, .h2.smallerh2 {
  font-size: 20px;
  line-height: normal;
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: normal;
  color: #0d2c6c;
}

h3.newsheadline {
  vertical-align: top;
  color: #003E6E;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
}

h4.orangeh4 {
  font-size: 1.25rem;
  color: #30BCED;
  margin-bottom: 0;
}

h5, .h5 {
  font-size: 1.1rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

p {
  margin: 0 0 1em;
  font-size: 18px;
}

.content-section ul li {
  font-size: 18px;
  padding-bottom: 0.5em;
}

a {
  color: #003E6E;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
}

.orange-button-container a,
a.button.orange,
a.btn.orange button.button,
button.btn {
  background: #A2D035;
  border-radius: 3px;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
}
.orange-button-container a:hover,
a.button.orange:hover,
a.btn.orange button.button:hover,
button.btn:hover {
  background: #003E6E;
  transition: all 0.3s ease;
}
.orange-button-container a:active,
a.button.orange:active,
a.btn.orange button.button:active,
button.btn:active {
  background: #546c19;
}

.lightblue-button-container a,
a.lightblue.button,
a.btn.lightblue {
  background: #30BCED;
  border-radius: 3px;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none;
  color: #002846;
}
.lightblue-button-container a:hover,
a.lightblue.button:hover,
a.btn.lightblue:hover {
  background: #003E6E;
  transition: all 0.3s ease;
}
.lightblue-button-container a:active,
a.lightblue.button:active,
a.btn.lightblue:active {
  background: #0d6f91;
}

.gray-button-container a,
a.gray.button,
a.btn.gray {
  background: #F4F4F4;
  border-radius: 3px;
  color: #333;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 0;
}
.gray-button-container a:hover,
a.gray.button:hover,
a.btn.gray:hover {
  background: #003E6E;
  color: #fff;
}
.gray-button-container a:active,
a.gray.button:active,
a.btn.gray:active {
  background: #b4b4b4;
  color: #fff;
}
.gray-button-container a .fas,
a.gray.button .fas,
a.btn.gray .fas {
  color: #30BCED;
}

.button + p,
.button-grouped + p,
.button + h3,
.button-grouped + h3,
.button + h2,
.button-grouped + h2 {
  margin-top: 1em;
}

p.bigtext {
  font-size: 24px;
  line-height: 1.2;
}

.pullout {
  display: block;
  background: transparent;
  border: 2px dotted #ccc;
  padding: 20px;
  margin-bottom: 1em;
  overflow: auto;
}

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

blockquote {
  display: block;
  background: transparent;
  border: 2px dotted #ccc;
  padding: 20px;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: auto;
  color: #3D3D3D;
}
blockquote p {
  color: #3D3D3D;
}
blockquote.sidequote {
  border: 0;
  padding: 0;
  color: #003E6E;
  font-style: italic;
}
blockquote.sidequote p {
  color: #003E6E;
}
blockquote.sidequote p + p:last-child {
  font-style: normal;
}

blockquote.lined {
  border: 0;
  border-left: 2px #7faad6 solid;
  padding-left: 1em;
  margin-left: 1.5em;
}

.button-group .button {
  margin-right: 5px;
}

ul.checklist, .checklist ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.checklist li, .checklist ul li {
  font-size: 18px;
  padding-left: 28px;
  padding-bottom: 0.5em;
}
ul.checklist li:before, .checklist ul li:before {
  content: "";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: -26px;
  background: url("../images/check.png") top center no-repeat;
  background-size: contain;
}

ul.linklist, .linklist ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 1em;
}
ul.linklist li, .linklist ul li {
  font-size: 18px;
  margin-bottom: 0.25em;
  width: 100%;
  display: block;
}
ul.linklist li a, .linklist ul li a {
  display: block;
  width: 100%;
  padding: 8px 15px;
  background-color: #f4f4f4;
  position: relative;
  color: #3D3D3D;
}
ul.linklist li a:after, .linklist ul li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  color: #A2D035;
}
ul.linklist li a:hover, .linklist ul li a:hover {
  background-color: #30BCED;
  color: #fff;
}
ul.linklist li a:hover:after, .linklist ul li a:hover:after {
  color: #fff;
}

ol.numbered {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-left: 1.5em;
}
ol.numbered li {
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 30px;
  position: relative;
}
ol.numbered li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #A2D035;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -25px;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
  font-size: 18px;
  margin-top: 3px;
}

.graybg {
  background-color: #F4F4F4;
}

.dark-blue-bg {
  padding-top: 2em;
  background-color: #003E6E;
}
.dark-blue-bg h1, .dark-blue-bg h2, .dark-blue-bg h3, .dark-blue-bg h4, .dark-blue-bg h5, .dark-blue-bg p, .dark-blue-bg a, .dark-blue-bg blockquote, .dark-blue-bg li {
  color: #fff;
}

main section + section {
  padding-top: 1em;
}

.content section:last-child {
  padding-bottom: 3em;
}
.padded-row {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.top-padding {
  padding-top: 1.5em;
}

.bottom-padding {
  padding-bottom: 1.5em;
}

#sectioncontainer .content-section:first-child.paddedrow {
  padding-top: 0;
  padding-bottom: 4.5em;
}

.content-section img {
  margin-bottom: 1em;
}

.float-center {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .button {
    width: 100%;
  }
}

.button-grouped a, .button-grouped a.button, .button-grouped a.btn {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 0.5em;
}
.button-grouped a:last-child, .button-grouped a.button:last-child, .button-grouped a.btn:last-child {
  margin-right: 0;
}
.button-grouped a .fas, .button-grouped a.button .fas, .button-grouped a.btn .fas {
  float: left;
  margin-top: 3px;
  padding-right: 5px;
}
@media screen and (min-width: 480px) {
  .button-grouped.samesize a {
    width: 22%;
  }
}
@media screen and (min-width: 768px) {
  .button-grouped.samesize a {
    width: 30%;
  }
}

.align-right {
  padding-left: 15px;
  padding-bottom: 15px;
}

.align-left {
  padding-right: 15px;
  padding-bottom: 15px;
}

.round-img img {
  border-radius: 100%;
}

.pretitle {
  margin: 0px;
  font-weight: 500;
}

.blue-link {
  color: #003E6E;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.blue-link:hover, .blue-link:focus {
  color: #30BCED;
}

.button.white {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.button.white:hover, .button.white:focus {
  background: #000;
  color: #fff;
}

.button.black {
  background: #000;
  color: #fff;
}
.button.black:hover, .button.black:focus {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

#afdc-footer-actions, #afdc-widget-footer {
  display: none;
}

form {
  max-width: 90%;
}
@media (max-width: 768px) {
  form {
    max-width: 100%;
  }
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #3D3D3D;
}
label.form-required:after {
  color: red;
  content: "*";
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
  box-shadow: 0px 0px 0px 2px transparent;
  -webkit-transition: box-shadow 0.3s;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  margin-left: 2px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: 0px 0px 0px 2px #A2D035;
  outline: none;
  border: 1px solid #A2D035;
  background-color: #f6f4f4;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
  box-shadow: none;
  border: 0;
  outline: 1px #999 solid;
  background-color: white;
  padding: 10px;
  height: 40px;
  vertical-align: top;
  font-size: 16px;
  -webkit-border-radius: 0px;
  display: inline-block;
  max-width: 100%;
  margin-left: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../images/keyboard_arrow_down.svg) 98% 50% no-repeat;
  background-size: 20px;
}

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

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-size: 18px;
  padding: 13px 15px;
  line-height: 24px;
}
button.orange,
input[type=button].orange,
input[type=reset].orange,
input[type=file].orange,
input[type=submit].orange {
  background-color: #A2D035;
  color: #002846;
}

input[type=button], input[type=reset], input[type=submit] {
  background: #003E6E;
  color: #fff;
  display: inline-block;
  padding: 9px 15px;
  line-height: 24px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  border: 0;
  transition: all 0.25s ease-in-out;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background: #30BCED;
}

/*contact page*/
.node-type-webform .left-col {
  padding-right: 30px;
}
.node-type-webform .btn-orange a {
  background: #30BCED;
  color: #fff;
  display: inline-block;
  padding: 9px 15px;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  margin-bottom: 2em;
  transition: all 0.25s ease-in-out;
}
.node-type-webform .btn-orange a:hover {
  background: #1192c0;
}

.social-right .field-collection-container {
  border-bottom: 0;
  margin-bottom: 3em;
}
.social-right a {
  display: inline-block;
  padding-right: 7px;
}
.social-right img {
  max-width: 35px;
}

.float-center form {
  text-align: left;
}

.shortform form {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 769px) {
  .shortform form {
    padding: 0 20%;
  }
}

.js-form-type-processed-text {
  padding: 1.5em 0;
}

.js-webform-type-fieldset {
  padding: 1.5em 0;
}
.js-webform-type-fieldset legend {
  color: #30BCED;
  font-weight: 700;
  text-transform: uppercase;
}
.js-webform-type-fieldset .fieldset-wrapper {
  margin-left: 6px;
  border-left: 1px #30BCED solid;
  padding-left: 20px;
}

/* Honeypot */
.js-form-item-url {
  display: none;
}

.header {
  position: relative;
  z-index: 5;
  font-size: 1rem;
  line-height: 20px;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
}
.header .darken {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(6, 35, 58, 0.5);
  z-index: 0;
}
.header .site-name {
  text-align: left;
}
.header .sitename {
  display: inline-block;
  padding: 1rem 1rem 1rem 1rem;
  position: absolute;
  z-index: 2;
  line-height: 1;
  background-color: #A2D035;
  color: #003E6E;
  font-weight: 500;
  border-radius: 0 0 8px 8px;
}
@media (max-width: 768px) {
  .header .sitename {
    padding: 13px;
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    height: 270px;
    padding-bottom: 60px;
  }
}
@media (min-width: 769px) {
  .header {
    height: 270px;
    padding-bottom: 60px;
  }
}
.header .utility {
  background-color: #003E6E;
  color: #fff;
  font-size: 0.9em;
  position: relative;
  z-index: 60;
}
@media (max-width: 768px) {
  .header .utility {
    z-index: 90;
  }
}
.header .utility span {
  display: inline-block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .header .utility span {
    padding: 13px;
    font-size: 1em;
  }
}
.header .utility ul.menu {
  margin-bottom: 0;
}
.header .utility ul.menu li a {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
}
.header .utility ul.menu li a svg {
  display: none;
}
.header .utility ul.menu li a:hover {
  color: #A2D035;
}
.header .utility a {
  color: #fff;
  font-size: 0.85rem;
}
.header .utility a svg {
  display: none;
}
.header .utility a:hover {
  color: #A2D035;
}
.header .logo {
  position: relative;
  z-index: 60;
}
.header .logo .grid-container {
  height: 100px;
}
.header .logo .medium-4 {
  height: 100px;
  z-index: 6;
}
.header .logo .medium-4 a {
  display: inline-block;
  padding: 20px 25px 0 0;
  height: 100px;
}
.header .logo .medium-4 img {
  display: flex;
  width: 228px;
}

.logo {
  float: left;
  max-width: 368px;
  margin: 38px 0 0;
  width: 100%;
  text-align: right;
  padding: 20px 35px;
}
.logo a {
  display: inline-block;
  vertical-align: top;
}
.logo a img {
  vertical-align: top;
}
@media (max-width: 1023px) {
  .logo {
    max-width: 250px;
    margin: 10px 0 0;
  }
  .logo img {
    max-width: 200px;
    height: 57px;
  }
}
@media (max-width: 767px) {
  .logo {
    max-width: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .logo img {
    max-width: 263px;
    height: 57px;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .logo {
    float: none;
    width: 100%;
  }
}

.top-banner {
  height: 558px;
  position: relative;
}
.top-banner.no-image {
  background: #0a2b6a;
}
@media (max-width: 767px) {
  .top-banner {
    height: 300px;
  }
}

#main {
  z-index: 6;
}
@media (max-width: 768px) {
  #main {
    z-index: 1;
  }
}

@media (min-width: 769px) {
  .page-node-type-event .header {
    height: 320px;
  }
}

.header-holder .menu li a {
  height: 56px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-holder .menu li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header-holder .menu li a {
    font-size: 15px;
    line-height: 24px;
  }
}
.header-holder .menu li.is-active {
  background-color: #003E6E;
}
.header-holder .menu li:nth-child(8), .header-holder .menu li:nth-child(9) {
  display: none;
}
@media (max-width: 767px) {
  .header-holder .menu li:nth-child(8), .header-holder .menu li:nth-child(9) {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header-holder {
    height: 40px;
  }
}

.nav-opener {
  display: none;
  transition: "background 0.3s ease-in-out";
}
@media (max-width: 767px) {
  .nav-opener {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 49px 13px 13px;
    border-left: 1px solid #9e9e9e;
  }
}
.nav-active .nav-opener {
  background: #333;
}
.nav-opener:before, .nav-opener:after {
  content: "";
}
.nav-active .nav-opener:before, .nav-active .nav-opener:after {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  top: 4px;
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  transition: "transform 0.3s ease-in-out", "top 0.3s ease-in-out";
  width: 17px;
  height: 2px;
  position: absolute;
  background: #fff;
  right: 23px;
  top: 0;
  margin-top: 14px;
}
.nav-opener span {
  top: 4px;
}
.nav-active .nav-opener span {
  display: none;
}
.nav-opener:after {
  top: 8px;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.secondary-menu {
  max-width: 1170px;
  margin: 0 auto;
  padding: 5px 15px 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  left: 0;
  font-family: "HCo Gotham Narrow", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 1023px) {
  .secondary-menu {
    padding: 5px 15px 0 0;
  }
}
@media (max-width: 767px) {
  .secondary-menu {
    /*display: none;*/
    position: absolute;
    top: -4px;
    width: 210px;
    left: 110px;
    margin: 0;
  }
  .secondary-menu .menu-holder {
    width: 100% !important;
    float: none !important;
  }
  .secondary-menu .block {
    width: 150px;
    display: block;
    float: none;
    text-align: left;
    padding: 9px 5px !important;
    width: 160px !important;
  }
  .secondary-menu .block.block-language {
    padding: 0 !important;
    font-size: 15px;
    line-height: 24px;
  }
  .secondary-menu .block:first-child .item-list:after {
    width: 17px !important;
  }
  .secondary-menu .block:nth-child(2), .secondary-menu .menu-wrapper:nth-child(3), .secondary-menu #block-sitenotificationswidget {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .secondary-menu .menu-holder .block:first-child .item-list h3 {
    display: none;
  }
}
.secondary-menu .menu-holder {
  float: right;
  max-width: calc(100% - 368px);
  width: 100%;
  text-align: right;
  margin: 0 -5px 0 0;
}
@media (max-width: 1023px) {
  .secondary-menu .menu-holder {
    max-width: calc(100% - 250px);
  }
}
.secondary-menu img {
  vertical-align: middle;
}
.secondary-menu .block {
  margin: 0 0 0 3%;
  display: inline-block;
}
.secondary-menu .block.active > a, .secondary-menu .block.popup-active > a {
  color: #30BCED;
}
.secondary-menu .block > a {
  display: inline-block;
  padding: 10px;
}
.secondary-menu .block > a:hover {
  background: #30BCED;
}
.secondary-menu img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
}
.secondary-menu .count {
  width: 28px;
  height: 28px;
  margin: 0 0 0 5px;
  background: #A2D035;
  color: #fff;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
}

.secondary-menu .menu-holder .block:first-child {
  position: relative;
  transition: all 0.25s ease-in-out;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}
.secondary-menu .menu-holder .block:first-child li {
  margin: 0;
}
.secondary-menu .menu-holder .block:first-child h2 {
  color: #fff;
  display: inline-block;
  font-size: inherit;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  padding-right: 3px;
}
.secondary-menu .menu-holder .block:first-child:after {
  content: "";
  display: inline-block;
  background: url("../images/svg/icon-world.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 23px;
  visibility: visible;
  vertical-align: middle;
  padding-left: 3px;
  padding-bottom: 3px;
}
.secondary-menu .menu-holder .block:first-child.openlang:after {
  background-image: url("../images/svg/icon-world-x.svg");
}
.secondary-menu .menu-holder .block:first-child:hover {
  background: #30BCED;
}

.links {
  display: none;
  position: absolute;
  top: 50px;
  background-color: #30BCED;
  text-align: right;
}
.links li {
  display: block;
  width: 100%;
}
.links li a {
  padding: 10px;
  display: inline-block;
  width: 100%;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
.links li a:hover {
  background-color: #003E6E;
}
.links li a.active {
  color: #fff;
  background-color: #003E6E;
}

.footer {
  background: #003E6E;
  color: #fff;
}
.footer p {
  font-size: 1rem;
  color: #fff;
}
.footer .footer-holder {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer .link-holder {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 3px;
}
@media (max-width: 767px) {
  .footer .link-holder {
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
  }
}
.footer .link-holder a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer .link-holder a {
    display: inline-block;
    background: #A2D035;
    color: #003E6E;
    border-radius: 30px;
    padding: 13px 10px;
    margin: 0 2px;
  }
}
.footer .link-holder a:hover {
  color: #30BCED;
}
.footer .contact-info {
  max-width: 180px;
  text-align: right;
  padding: 0 7px 0 0;
}
.footer address {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-style: normal;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .footer address {
    padding: 17px 0 0;
    font-size: 13px;
    line-height: 19px;
  }
}
.footer address a {
  color: #A2D035;
}
.footer .footer-info {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  padding: 63px 0 5px 5px;
}
@media (max-width: 767px) {
  .footer .footer-info {
    text-align: center;
    padding: 62px 0 0;
  }
}
.footer .footer-info p {
  margin: 0 auto;
  font-size: 12px;
}
.footer .footer-info ul {
  letter-spacing: -0.36em;
}
.footer .footer-info ul * {
  letter-spacing: normal;
}
.footer .footer-info ul li {
  display: inline-block;
  padding: 0;
}
.footer .footer-info ul li a {
  text-decoration: underline;
}
.footer .footer-info ul li:first-child:before {
  display: none;
}
.footer .footer-info ul li:before {
  content: "|";
  display: inline-block;
  margin: 0 7px;
}
.footer .footer-info a {
  color: #fff;
}
.footer .cell {
  position: relative;
}
@media (max-width: 767px) {
  .footer .cell {
    display: block;
    overflow: hidden;
    clear: both;
  }
}
.footer .social {
  margin: 0 0 25px;
}
.footer .social .contextual {
  display: none;
}
.footer .social ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .social ul {
    text-align: center;
  }
}
.footer .social ul li {
  display: inline-block;
  padding: 0;
  width: 44px;
  height: 44px;
  margin: 0 0 0 8px;
}
@media (max-width: 767px) {
  .footer .social ul li {
    width: 34px;
    height: 34px;
    margin: 0 4px;
  }
}
.footer .social ul li a {
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  text-decoration: none;
  color: #fff;
  background: #003E6E;
  border-radius: 100%;
  transition: box-shadow 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .footer .social ul li a {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .footer .social ul li a {
    font-size: 16px;
    line-height: 34px;
  }
}
.footer .social ul li a.icon-linkedin:hover {
  box-shadow: inset 0 0 0 22px #A2D035;
}
.footer .social ul li a.icon-twitter:hover {
  box-shadow: inset 0 0 0 22px #A2D035;
}
.footer .social ul li a.icon-twitter .custom-twitter {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../images/twitterx.svg) center center no-repeat;
}
.footer .social ul li a.icon-youtube:hover {
  box-shadow: inset 0 0 0 22px #A2D035;
}
.footer .social ul li a.icon-facebook:hover {
  box-shadow: inset 0 0 0 22px #A2D035;
}
.footer .social ul li a.icon-instagram:hover {
  box-shadow: inset 0 0 0 22px #A2D035;
}
.footer .social ul li:before {
  display: none;
}
.footer .top-row .cell:first-child {
  max-width: 315px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer .top-row .cell:first-child {
    max-width: none;
  }
}
.footer .contextual-links-wrapper {
  left: 100%;
  right: auto;
}
.footer #search-block-form {
  max-width: 315px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer #search-block-form {
    padding: 0 20px;
    margin: 0 auto 70px;
    max-width: none;
  }
}
.footer #search-block-form .form-item.js-form-type-search {
  width: calc(100% - 51px);
  float: left;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .footer #search-block-form .form-item.js-form-type-search {
    width: calc(100% - 40px);
  }
}
.footer #search-block-form .form-item.js-form-type-search input[type=search],
.footer #search-block-form .form-item.js-form-type-search input[type=text] {
  width: 100%;
  height: 48px;
  color: #343333;
  font-size: 16px;
  line-height: 24px;
  border: none;
  padding: 12px;
}
.footer #search-block-form .form-item.js-form-type-search input[type=search]::-webkit-input-placeholder,
.footer #search-block-form .form-item.js-form-type-search input[type=text]::-webkit-input-placeholder {
  color: #343333;
}
.footer #search-block-form .form-item.js-form-type-search input[type=search]::-moz-placeholder,
.footer #search-block-form .form-item.js-form-type-search input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #343333;
}
.footer #search-block-form .form-item.js-form-type-search input[type=search]:-moz-placeholder,
.footer #search-block-form .form-item.js-form-type-search input[type=text]:-moz-placeholder {
  color: #343333;
}
.footer #search-block-form .form-item.js-form-type-search input[type=search]:-ms-input-placeholder,
.footer #search-block-form .form-item.js-form-type-search input[type=text]:-ms-input-placeholder {
  color: #343333;
}
.footer #search-block-form .form-item.js-form-type-search input[type=search].placeholder,
.footer #search-block-form .form-item.js-form-type-search input[type=text].placeholder {
  color: #343333;
}
@media (max-width: 767px) {
  .footer #search-block-form .form-item.js-form-type-search input[type=search],
  .footer #search-block-form .form-item.js-form-type-search input[type=text] {
    font-size: 13px;
    line-height: 19px;
    height: 38px;
  }
}
.footer #search-block-form input[type=submit] {
  border: none;
  height: 48px;
  font-size: 34px;
  text-align: center;
  width: 50px;
  overflow: hidden;
  text-indent: 9000px;
  padding: 0 6px 0 6px;
  display: block;
  -webkit-appearance: none;
  position: relative;
  background: #30BCED url("../images/icon-search.svg") center center no-repeat;
  background-size: 20px;
}
@media (max-width: 767px) {
  .footer #search-block-form input[type=submit] {
    width: 38px;
    height: 38px;
    font-size: 26px;
    padding: 0;
  }
}
.footer #search-block-form input[type=submit]:hover {
  background-color: #0f81a8;
}
.footer #search-block-form .form-actions {
  height: 48px;
  width: 50px;
  float: left;
}
@media (max-width: 767px) {
  .footer #search-block-form .form-actions {
    width: 38px;
    height: 38px;
  }
}
.footer #block-footercontact {
  text-align: right;
}
@media (min-width: 768px) {
  .footer .row {
    display: block !important;
  }
  .footer .row .cell {
    max-width: 50%;
    float: left;
  }
  .footer .row .cell:last-child {
    float: right;
  }
}
.footer .row.bottom-row .cell {
  width: 50%;
}
.footer .row.bottom-row .cell:first-child {
  float: right;
  width: 47%;
}
@media (max-width: 767px) {
  .footer .row.bottom-row .cell:first-child {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.footer .row.bottom-row .cell:last-child {
  padding: 60px 0 0;
  float: left;
  width: 53%;
  max-width: none;
}
@media (max-width: 767px) {
  .footer .row.bottom-row .cell:last-child {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer .row.bottom-row .cell {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .social.float-right {
    float: none !important;
  }
}

@media (max-width: 768px) {
  .footer #block-footercontact {
    text-align: left;
  }
}

.top-container {
  position: relative;
}
@media (min-width: 769px) {
  .top-container {
    margin: -90px 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-container {
    margin: -90px 0 10px 0;
  }
}
@media (max-width: 768px) {
  .top-container {
    background-color: #f5f3f5;
    text-align: center;
    padding: 15px 0 0 0;
  }
}
@media (min-width: 769px) {
  .top-container .grid-container {
    padding-left: 0;
  }
}
.top-container ul {
  padding: 0;
}
.top-container .highlighted {
  color: #fff;
  font-size: 36px;
  line-height: 49px;
  font-weight: normal;
  display: inline-block;
  padding: 6px 27px 6px 50px;
}
@media (max-width: 767px) {
  .top-container .highlighted {
    color: #003E6E;
    font-size: 28px;
    line-height: 1;
    padding: 5px 10px 5px 10px;
    margin: 0 10px 10px 10px;
  }
}
.top-container .text-holder {
  background: #fff;
  border-top: 6px solid #A2D035;
  padding: 50px 44px;
  font-size: 18px;
  line-height: 1.5555;
}
@media (max-width: 767px) {
  .top-container .text-holder {
    border-top-width: 3px;
    font-size: 16px;
    line-height: 1.375;
    padding: 32px 15px;
  }
}
.top-container .text-holder ul:not(.sidebar-menu), .top-container .text-holder ul:not(.sidebar-menu-business), .top-container .text-holder ul:not(.level-1), .top-container .text-holder ul:not(.level-2) {
  padding: 0 0 0 15px;
}
.top-container .text-holder .text-wrap {
  max-width: 900px;
  overflow: hidden;
}
.top-container .text-holder .text-wrap.left-col {
  max-width: calc(100% - 315px);
  width: calc(100% - 315px);
  float: left;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-container .text-holder .text-wrap.left-col {
    float: none;
    max-width: none;
    width: 100%;
  }
}
.top-container .btn-holder {
  float: right;
  max-width: 315px;
  margin-left: 15px;
}
@media screen and (max-width: 870px) {
  .top-container .btn-holder {
    float: none;
  }
}
.top-container .btn-holder .special-links {
  margin-bottom: 1em;
}
.top-container .btn-holder a {
  width: 250px;
  font-size: 16px;
}
.top-container .btn-holder ul {
  list-style-type: none;
}
.top-container .btn-holder ul li, .top-container .btn-holder ul li.leaf {
  list-style-type: none;
  list-style-image: none;
  width: 100%;
}
.top-container .btn-holder ul a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 14px 12px;
  text-align: center;
  background: #30BCED;
  text-decoration: none;
  margin: 0 0px 8px 0;
  width: 250px;
  line-height: normal;
  max-width: 100%;
}
.top-container .btn-holder ul a:hover {
  background: #003E6E;
}
.top-container .btn-holder ul a.active-trail {
  background: #003E6E;
}
@media screen and (max-width: 768px) {
  .top-container .btn-holder ul a {
    background-color: transparent;
    width: 100%;
    text-align: left;
    font-size: 1.25em;
    padding: 6px 0;
  }
  .top-container .btn-holder ul a.active-trail {
    color: #30BCED;
    background-color: transparent;
  }
}
.top-container .btn-holder ul .bean-heading-with-buttons a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 14px 12px;
  text-align: center;
  background: #A2D035;
  text-decoration: none;
  margin: 0 15px 8px 0;
  width: 250px;
  line-height: normal;
  max-width: 100%;
}
.top-container .btn-holder ul .bean-heading-with-buttons a:hover {
  background: #1192c0;
}
.top-container .btn-holder.two-btn {
  float: none;
  max-width: none;
  padding: 12px 0 77px;
}
.top-container .btn-holder.two-btn .btn:nth-child(odd) {
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .top-container .btn-holder {
    float: none;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .top-container .btn-holder .subnav-holder .active .btn {
    color: #30BCED;
  }
}
.top-container .btn-holder .subnav-holder .btn {
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .top-container .btn-holder .subnav-holder .btn {
    background: #1d1d1d;
    font-size: 17px;
    line-height: 36px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .top-container .btn-holder .subnav-holder .btn:hover {
    color: #30BCED;
  }
}
.top-container .btn-holder .btn {
  min-width: 305px;
  margin: 0 5px 10px;
}
@media (max-width: 1023px) {
  .top-container .btn-holder .btn {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .top-container .btn-holder .btn {
    font-size: 13px;
    min-width: 0;
    padding: 6px 20px 7px;
    margin: 0 0 10px;
  }
}
.top-container .sign a {
  color: #30BCED;
  text-decoration: none;
}
.top-container .sign a:hover {
  color: #003E6E;
}

.path-events .top-container .grid-x {
  width: 100%;
}
@media (min-width: 769px) {
  .path-events .top-container {
    margin-left: 60px;
  }
}

.top-container .grid-x {
  width: 100%;
}

.sidebar-menu {
  position: relative;
}
.sidebar-menu ul {
  margin: 0;
}
.sidebar-menu ul li {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0.5em;
}
.sidebar-menu ul li.menu-item--level-1:not(.menu-item--active-trail) {
  display: none;
}
.sidebar-menu ul li a:first-child {
  display: none;
}
.sidebar-menu ul li a {
  padding: 13px;
}
.sidebar-menu ul li .business-menu-parent:after {
  float: right;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 5px;
  background: url(../images/x.png) center center no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}
.sidebar-menu ul li .business-menu-parent.active:after {
  transform: rotate(45deg);
}
.sidebar-menu ul li .menu--level-2 {
  display: block;
}
.sidebar-menu ul li .menu--level-2:not(.menu-item--active-trail) {
  display: block;
}
.sidebar-menu ul li .menu--level-2 a:first-child {
  display: block;
}
.sidebar-menu ul li .menu--level-2 a, .sidebar-menu ul li .menu--level-2 .business-menu-parent {
  background: #30BCED;
  border-radius: 3px;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 13px;
}
.sidebar-menu ul li .menu--level-2 a:hover, .sidebar-menu ul li .menu--level-2 .business-menu-parent:hover {
  background: #003E6E;
  transition: all 0.3s ease;
}
.sidebar-menu ul li .menu--level-2 a:active, .sidebar-menu ul li .menu--level-2 .business-menu-parent:active {
  background: #0d6f91;
}
.sidebar-menu ul li .menu--level-2 .menu-item--active-trail a, .sidebar-menu ul li .menu--level-2 .menu-item--active-trail .business-menu-parent {
  background-color: #003E6E;
}
.sidebar-menu ul li .menu--level-2 .menu-item--active-trail .menu a {
  background-color: #30BCED;
}
.sidebar-menu ul li .menu--level-2 .menu-item--active-trail .menu a.is-active {
  background-color: #003E6E;
}
.sidebar-menu ul li .menu--level-2 .menu--level-3 {
  display: none;
}
@media (min-width: 769px) {
  .sidebar-menu ul li .menu--level-2 .menu--level-3 {
    padding: 15px;
    position: absolute;
    margin-top: 0px;
    z-index: 1000;
    width: 0;
    margin-top: -53px;
    opacity: 1;
    right: 252px;
    border-top: 12px #ccc solid;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    background: #fff;
  }
  .sidebar-menu ul li .menu--level-2 .menu--level-3:after {
    left: 100%;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
  }
}
.sidebar-menu ul li .menu--level-2 .menu--level-3 .menu--level-4 {
  margin-top: 5px;
  width: 100%;
  padding-left: 0;
}
.sidebar-menu ul li .menu--level-2 .menu--level-3 .menu--level-4 li {
  display: inline-block;
  position: relative;
  width: 49%;
  vertical-align: top;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar-menu ul li .menu--level-2 .menu--level-3 .menu--level-4 li a {
  vertical-align: top;
  color: #003E6E;
  background-color: transparent;
  text-align: left;
  height: auto;
  padding: 3px 3px 3px 20px;
}
.sidebar-menu ul li .menu--level-2 .menu--level-3 .menu--level-4 li a:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
  background: url(../images/arrow.png) top center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
}
.sidebar-menu ul li .menu--level-2 .menu--level-3 .menu--level-4 li a.is-active {
  background-color: transparent;
  color: #30BCED;
}

@media (min-width: 769px) {
  .medium-4 a.button, .medium-2 a.button, .medium-3 a.button, .medium-1 a.button {
    display: block;
  }
  .medium-4 .button-grouped a, .medium-2 .button-grouped a, .medium-3 .button-grouped a, .medium-1 .button-grouped a {
    display: block;
    margin-right: 0;
  }
}

.mobile-menu-icon {
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 12px 12px 6px 12px;
}
.mobile-menu-icon.open {
  background: #30BCED;
}
.mobile-menu-icon #nav-icon {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
.mobile-menu-icon #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  padding: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-menu-icon #nav-icon span:nth-child(1) {
  top: 0;
}
.mobile-menu-icon #nav-icon span:nth-child(2), .mobile-menu-icon #nav-icon span:nth-child(3) {
  top: 8px;
}
.mobile-menu-icon #nav-icon span:nth-child(4) {
  top: 16px;
}
.mobile-menu-icon #nav-icon.open {
  z-index: 90;
}
.mobile-menu-icon #nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.mobile-menu-icon #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-icon #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu-icon #nav-icon.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#nav-mobile {
  display: none;
  width: 100vw;
  position: absolute;
  z-index: 150;
  left: 0;
  top: 43px;
  background: #00355f;
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: 6px #30BCED solid;
}
#nav-mobile .menu {
  flex-direction: column-reverse;
  font-size: 18px;
}
#nav-mobile .menu img {
  display: none;
}
#nav-mobile .menu .menu {
  flex-direction: column;
}
#nav-mobile .menu h4 {
  padding-top: 0.75em;
  margin-bottom: 0;
  padding-left: 0.25rem;
  font-size: 14px;
  font-weight: 600;
  color: #30BCED;
}
#nav-mobile .menu .is-accordion-submenu {
  background: #003E6E;
  padding-left: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#nav-mobile .menu a {
  color: #fff;
}
#nav-mobile .menu a.toplink.button {
  background-color: transparent;
  text-align: left;
  padding: 0.7rem 1rem;
}
#nav-mobile .menu button.submenu-toggle:after {
  border-color: #fff transparent transparent;
}

.accordion-item table thead th {
  background-color: #7faad6;
  color: #fff;
  font-weight: 600;
}

main {
  position: relative;
  min-height: 100vh;
  padding: 0 0 1px;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bg-stretch {
    width: 100vw;
    height: 100vh;
  }
}
.bg-stretch.blue-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 62, 110, 0.8);
  top: 0;
}

.text-section {
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
  padding: 240px 0 0;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .text-section {
    font-size: 16px;
    line-height: 22px;
    padding: 181px 30px 0;
    min-height: 70vh;
  }
}
.text-section h1 {
  font-size: 43px;
  line-height: 49px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .text-section h1 {
    font-size: 33px;
    line-height: 34px;
    margin: 0 0 13px;
  }
}
.text-section p {
  margin: 0 0 12px;
}

.top-banner.no-image {
  background: url("../images/flags.jpg") top center no-repeat;
  background-size: cover;
  z-index: -1;
}

.top-banner {
  background-size: cover;
  background-position: center center;
  z-index: -1;
  background-repeat: no-repeat;
}

.tab-section {
  transition: transform 0.2s;
  position: absolute;
  bottom: 100%;
  background: #fff;
  border-top: 7px solid #A2D035;
  padding: 25px 24px 28px;
  transform: scale(0);
  right: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform-origin: 50% 100%;
}
@media (max-width: 767px) {
  .tab-section {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .tab-section .btn-holder a.btn {
    width: 100%;
    font-size: 16px;
  }
  .tab-section .content-holder .head {
    font-size: 25px;
  }
  .tab-section .content-holder .col:first-child {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
  .tab-section .content-holder .col:first-child .btn {
    width: 100%;
    max-width: 400px;
    font-size: 16px !important;
    line-height: 18px;
    padding: 12px;
  }
  .tab-section .content-holder .chart-container .chart-title, .tab-section .content-holder .chart-container .chart-description {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .tab-section .link-back {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    overflow: hidden;
    top: 20px;
  }
  .tab-section .link-back .close {
    text-decoration: none;
    display: block;
  }
  .tab-section .link-back .close:hover:before {
    color: #000;
  }
  .tab-section .link-back .close:before {
    content: "×";
    font-size: 34px;
    line-height: 20px;
    color: #666;
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-section .link-back {
    display: block;
    background: #edeff0;
    color: #30BCED;
    margin: 0 -15px;
    padding: 10px 15px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }
  .tab-section .link-back a {
    text-transform: uppercase;
    text-decoration: none;
    color: #30BCED;
  }
}
.tab-section .link-back i {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  vertical-align: -4px;
  margin: 0 10px 0 0;
}
.tab-section.active {
  transform: scale(1);
}
@media (max-width: 767px) {
  .tab-section.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    right: 0;
    padding: 0 15px 28px;
    overflow-y: auto;
    z-index: 10;
  }
}
@media (max-height: 500px) {
  .tab-section.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    right: 0;
    padding: 0 15px 28px;
    overflow-y: auto;
    z-index: 10;
  }
}
.tab-section h2 {
  text-transform: uppercase;
  color: #003E6E;
  font-size: 27px;
  line-height: 39px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tab-section h2 {
    font-size: 22px;
    line-height: 23px;
  }
}
.tab-section .sign {
  font-size: 12px;
  line-height: 24px;
}

.content-holder {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .content-holder {
    display: block;
  }
}
.content-holder .paragraphs-items-field-visualization {
  max-width: 425px;
}
.content-holder p {
  font-size: 16px;
}
.content-holder .head,
.content-holder h3 {
  font-size: 30px;
  line-height: 33px;
  color: #003E6E;
  font-weight: bold;
  display: block;
  margin: 0 0 -8px;
}
@media (max-width: 767px) {
  .content-holder .head,
  .content-holder h3 {
    font-size: 21px;
    line-height: 34px;
  }
}
.content-holder h3 {
  font-size: 30px;
}
.content-holder .pre-heading {
  display: block;
  padding: 10px 0 0;
}
.content-holder .pre-heading p {
  margin: 0;
}
@media (max-width: 767px) {
  .content-holder .pre-heading {
    font-size: 11px;
    line-height: 14px;
    padding: 15px 0 0;
  }
}
.content-holder .pre-heading + .head {
  line-height: 1;
  margin: 0 0 15px;
}
.content-holder .col:first-child {
  width: 25%;
}
@media (max-width: 767px) {
  .content-holder .col:first-child {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.content-holder .col:first-child.custom-col {
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .content-holder .col:first-child.custom-col {
    padding: 0 0 15px;
  }
}
.content-holder .col:first-child.custom-col .btn-holder {
  padding: 0;
}
.content-holder .col:first-child.custom-col .btn-holder .btn {
  margin: 0;
}
.content-holder .col:first-child p {
  margin: 0 0 13px;
}
.content-holder .col:first-child .text-holder {
  border: 1px dotted #87b4d7;
  border-width: 2px 0;
  padding: 10px 0 17px 27px;
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .content-holder .col:first-child .text-holder {
    padding: 0;
    margin: 0 0 15px;
  }
}
.content-holder .col:first-child .text-holder p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .content-holder .col:first-child .text-holder .cell {
    float: left;
    width: 50%;
    padding: 0 0 0 5px;
  }
}
.content-holder .col:first-child .btn {
  width: 95%;
  font-size: 14px;
}
@media (max-width: 767px) {
  .content-holder .col:first-child .btn {
    font-size: 11px;
    max-width: 190px;
    display: block;
    line-height: 31px;
  }
}
.content-holder .col:first-child .btn-holder {
  padding: 0 18px 0 0;
}
@media (max-width: 767px) {
  .content-holder .col:first-child .btn-holder {
    padding: 0 0 18px;
  }
}
.content-holder .col:first-child .btn-holder .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .content-holder .col:first-child .btn-holder .btn {
    margin: 0 auto;
  }
}
.content-holder .col:nth-child(2) {
  width: 30%;
  border: 2px dotted #87b4d7;
  padding: 20px 27px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .content-holder .col:nth-child(2) {
    float: none;
    width: 100%;
    padding: 3px 12px 23px 10px;
    margin: 0 0 17px;
    font-size: 11px;
    line-height: 14px;
  }
}
.content-holder .col:nth-child(2) p {
  margin: 0 0 7px;
  line-height: 21px;
}
.content-holder .col:nth-child(2) h3 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 7px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .content-holder .col:nth-child(2) h3 {
    font-size: 17px;
    line-height: 34px;
    margin: 0;
  }
}
.content-holder .col:nth-child(3) {
  width: 45%;
  text-align: center;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  max-height: 400px;
}
.content-holder .col:nth-child(3) .field-collection-container {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .content-holder .col:nth-child(3) {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.content-holder .col:nth-child(3) p {
  margin: 0;
}
.content-holder .col:nth-child(3) .bar {
  padding-top: 30px;
  width: 100%;
}
.content-holder .col:nth-child(3) .pie, .content-holder .col:nth-child(3) .bar {
  max-height: 300px;
}

@media screen and (max-height: 758px) {
  .tab-section.active {
    transform: scale(1);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    right: 0;
    padding: 20px 15px 28px;
    overflow-y: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 480px) {
  .tab-section.active {
    padding-top: 0;
  }
}
.tab-holder .tab-content-holder .field-collection-container {
  border-bottom: 0;
}

.tabset {
  display: table;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tabset {
    font-size: 10px;
    line-height: 1;
  }
}
.tabset li {
  display: table-cell;
  border-left: 1px solid #9ba8c2;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
}
.tabset li.active a {
  background: #30BCED;
}
.tabset li a {
  display: block;
  color: #fcfbfb;
  background: #003E6E;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tabset li a {
    min-height: 33px;
    line-height: 33px;
  }
}
.tabset li a:hover {
  background: #30BCED;
}
.tabset li:first-child {
  border: none;
}

.home {
  min-height: 100vh;
}

.tabset1 {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 68px;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 12px 3px 8px;
}
@media (max-width: 1199px) {
  .tabset1 {
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .tabset1 {
    width: 100%;
  }
}
.tabset1 .img-holder {
  width: 40px;
  text-align: center;
}
.tabset1 .img-holder img {
  max-width: 27px;
  max-height: 27px;
  width: auto;
  height: auto;
}
.tabset1 img {
  vertical-align: top;
}
.tabset1 li {
  width: 12%;
  padding: 0 2px;
  display: inline-block;
  justify-content: center;
}
@media (max-width: 1199px) {
  .tabset1 li {
    width: calc(20% - 15px);
    margin: 0 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .tabset1 li {
    width: 48%;
    margin: 0 4% 15px 0;
  }
  .tabset1 li:nth-child(even) {
    margin: 0 0 15px;
  }
}
.tabset1 li.active a {
  background: #003E6E;
}
.tabset1 .text {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 40px);
  padding-left: 5px\0 ;
}
.tabset1 ::-ms-backdrop, .tabset1 .text {
  padding-left: 2px;
}
.tabset1 a {
  color: #fff;
  text-decoration: none;
  background: #a0c0e1;
  display: block;
  height: 100%;
  padding: 10px 5px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  min-height: 48px;
}
.tabset1 a:hover {
  background: #003E6E;
}

.bottom-block {
  position: fixed;
  bottom: 0;
  max-width: 1170px;
  margin: 0 auto;
  left: 0;
  z-index: 6;
  width: 100%;
  right: 0;
}
@media (max-width: 767px) {
  .bottom-block {
    width: 100%;
    position: relative;
    top: 80%;
    z-index: 6;
  }
}
.bottom-block .tab-holder {
  position: relative;
}
.bottom-block .text-info {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding: 0 7px;
}
@media (max-width: 767px) {
  .bottom-block .text-info {
    font-size: 12px;
  }
}
.bottom-block .text-info p {
  margin: 0 0 7px;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.tab-block {
  background: #30BCED;
}

.popup-holder {
  position: relative;
}

.popup {
  position: absolute;
  width: 315px;
  right: 0;
  top: 100%;
  margin-top: 14px;
  background: #fbfaf9;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  display: none;
}
.popup h3 {
  color: #12306e;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.popup h3 a {
  color: #12306e;
  text-transform: none;
}
.popup h3 a:hover {
  color: #2056c6;
}
.popup ul {
  padding: 30px 0 2px;
  max-height: 422px;
  overflow: auto;
}
.popup ul li {
  margin: 0 0 15px;
  padding: 0 30px 0 15px;
}
.popup .link-holder {
  float: left;
  width: 50%;
  font-size: 16px;
  line-height: 24px;
}
.popup .link-holder:first-child {
  border-right: 1px solid #fff;
}
.popup .link-holder a {
  background: #30BCED;
  display: block;
  padding: 9px 15px;
  text-transform: none;
}
.popup .link-holder a:hover {
  background: #1192c0;
}
.popup .link-holder img {
  margin: 0 10px 0 0;
}
.popup .icon-holder {
  float: left;
  padding: 5px 0 0;
}
.popup .text-holder {
  overflow: hidden;
  padding: 0 0 0 30px;
}
.popup .text-holder p {
  font-size: 16px;
}
.popup .close {
  position: absolute;
  height: 100%;
  width: 38px;
  border-left: 1px solid #fff;
  top: 0;
  right: 0;
}
.popup .close:before, .popup .close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup .close:hover {
  background: #1192c0;
}
.popup .heading {
  background: #30BCED;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
  color: #fff;
  position: relative;
  padding: 5px 45px 5px 14px;
}

.heading-holder {
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 8px 0;
}
@media (max-width: 767px) {
  .heading-holder {
    font-size: 12px;
    line-height: 16px;
    padding: 20px 15px 0;
    margin: 0 -15px;
    background: #fcfbfb;
  }
}
.heading-holder .small {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .heading-holder .small {
    font-size: 14px;
    line-height: 16px;
  }
}
.heading-holder .text-holder {
  width: 60%;
  float: left;
}
.heading-holder .text-holder p {
  font-size: 16px;
}
@media (max-width: 767px) {
  .heading-holder .text-holder {
    float: none;
    width: 100%;
  }
}
.heading-holder h2 {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .heading-holder h2 {
    margin: 0 0 10px;
  }
}
.heading-holder .btn-holder {
  width: 40%;
  float: left;
  text-align: right;
  padding: 30px 14px 0 0;
}
@media (max-width: 767px) {
  .heading-holder .btn-holder {
    float: none;
    width: 100%;
    padding: 0 0 6px;
    text-align: left;
  }
}

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

@media (min-width: 769px) {
  #tab-3 .tabset1 {
    justify-content: flex-end;
  }
}

.webform-submission-existing-industry-assessment-form #edit-contact-info .contactinfo {
  display: none;
}
.webform-submission-existing-industry-assessment-form .js-form-submit {
  display: none;
}
.webform-submission-existing-industry-assessment-form #edit-form-container {
  display: none;
}
.webform-submission-existing-industry-assessment-form #edit-form-container legend {
  display: none;
}
.webform-submission-existing-industry-assessment-form #edit-form-container .fieldset-wrapper {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.webform-submission-existing-industry-assessment-form #edit-county-where-your-business-is-located label {
  padding-bottom: 10px;
}

.path-search #block-scdoc-content {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
  background-color: #fff;
  border-top: 8px #f5a803 solid;
}
@media print, screen and (min-width: 40em) {
  .path-search #block-scdoc-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.path-search form.search-form {
  background-color: #fff;
  padding-top: 50px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 769px) {
  .path-search form.search-form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.path-search form.search-form .js-form-type-search {
  display: inline-block;
  width: 60%;
}
.path-search form.search-form .js-form-type-search input[type=search] {
  height: 42px;
}
.path-search form.search-form input[type=submit] {
  display: inline-block;
  width: 20%;
  margin-top: 13px;
}
.path-search form.search-form .search-help-link {
  display: none;
}
.path-search h2 {
  padding: 1em 40px 0.5em 40px;
}
.path-search .content-section {
  padding-bottom: 3em;
}
@media (min-width: 769px) {
  .path-search .content-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.path-search .content-section ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.path-search .content-section ol h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.path-search .content-section ol li {
  padding-left: 0;
  margin-bottom: 1em;
  border-bottom: 1px #ccc solid;
  padding-bottom: 1em;
}

.page-node-type-news .article-date, .page-node-type-newsletter .article-date {
  color: #999;
}
.page-node-type-news #sectioncontainer a, .page-node-type-newsletter #sectioncontainer a {
  text-decoration: underline;
}
.page-node-type-news .body ul, .page-node-type-newsletter .body ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.page-node-type-news .body ul li, .page-node-type-newsletter .body ul li {
  font-size: 18px;
  padding-left: 28px;
  padding-bottom: 0.5em;
}
.page-node-type-news .body ul li:before, .page-node-type-newsletter .body ul li:before {
  content: "";
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-left: -26px;
  background: url("../images/check.png") top center no-repeat;
  background-size: contain;
}

.view-events {
  background-color: #f5f3f5;
  padding-top: 20px;
}
.view-events .grid-x {
  width: 100%;
}
.view-events .filter-column {
  background-color: #fff;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .view-events .filter-column {
    margin-left: -15px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .view-events .filter-column {
    border-top: 6px #A2D035 solid;
    border-radius: 0 6px 0 0;
    margin-top: -40px;
    padding-bottom: 90px;
  }
}
@media (min-width: 769px) {
  .view-events .filter-column:before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    height: 100%;
    width: 200%;
    position: absolute;
    left: -180%;
    z-index: 0;
    border-top: 6px #A2D035 solid;
    margin-top: -6px;
  }
}
.view-events .filter-column .events-filters {
  padding: 30px 20px 20px 0;
}
@media (max-width: 768px) {
  .view-events .filter-column .events-filters {
    display: none;
    padding: 15px;
    border-left: 1px #30BCED solid;
    border-right: 1px #30BCED solid;
    border-bottom: 1px #30BCED solid;
  }
}
.view-events .filter-column .events-filters h2 {
  font-size: 20px;
  line-height: 24px;
}
.view-events .filter-column .events-filters ul {
  list-style-type: none;
  margin-left: 0;
}
.view-events .filter-column .events-filters ul li {
  margin-bottom: 5px;
}
.view-events .filter-column .events-filters ul li input {
  display: inline-block;
  width: 10%;
  vertical-align: top;
}
.view-events .filter-column .events-filters ul li label {
  font-weight: normal;
  color: #3D3D3D;
  margin-left: 0;
  font-size: 16px;
  line-height: 25px;
  display: inline-block;
  width: 85%;
  vertical-align: top;
}
.view-events .filter-column .events-filters ul li label .facet-item__count {
  font-size: 0.75em;
  color: #30BCED;
}
@media (max-width: 768px) {
  .view-events .filter-column .events-filters ul li .facets-checkbox {
    position: absolute;
    opacity: 0;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 15px;
    width: 100%;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox + label span {
    position: relative;
    z-index: 3;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox + label:hover span {
    color: #fff;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin-top: 0px;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px #dbdbdb solid;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:hover + label:before {
    background: #30BCED;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:hover span {
    color: #fff;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:checked + label:before {
    background: #30BCED;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:checked + label span {
    color: #fff;
  }
}
@media (min-width: 769px) {
  .view-events .filter-column .events-filters ul li .facets-checkbox {
    position: absolute;
    opacity: 0;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox + label:before {
    content: "";
    margin-right: 6px;
    margin-left: -30px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px #dbdbdb solid;
    transition: all 0.3s ease-in-out;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:hover + label:before {
    background: #30BCED;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:checked + label:before {
    background: #30BCED;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .view-events .filter-column .events-filters ul li .facets-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 14px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }
}
.view-events .filter-column .block {
  position: relative;
  z-index: 1;
}

#mobile-filter {
  border: 1px #30BCED solid;
}
#mobile-filter.open {
  border-bottom: 1px #fff solid;
}
#mobile-filter .line {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 4px;
  width: 30px;
  background: #30BCED;
  margin: 3px auto;
}
#mobile-filter .filter_menu_container > div {
  margin-top: 8px;
  margin-left: 8px;
  display: inline-block;
  width: 40px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}
#mobile-filter .filter_menu_container > div:focus, #mobile-filter .filter_menu_container > div:hover {
  outline: none;
}
#mobile-filter .filter_menu_container span {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
}
#mobile-filter .filter_menu_container .line:nth-child(2) {
  width: 20px;
}
#mobile-filter .filter_menu_container .line:nth-child(3) {
  width: 10px;
}
#mobile-filter .filter_menu_container.open .line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 1px);
  width: 28px;
}
#mobile-filter .filter_menu_container.open .line:nth-child(2) {
  width: 28px;
  transform: rotate(-45deg) translate(3px, 1px);
}
#mobile-filter .filter_menu_container.open .line:nth-child(3) {
  opacity: 0;
}

.events-padding {
  padding: 0px 0 60px 10px;
}
@media (max-width: 768px) {
  .events-padding {
    padding: 40px 0;
  }
}

.events-cards .grid-sizer {
  width: 48.5%;
}
@media (max-width: 768px) {
  .events-cards .grid-sizer {
    width: 100%;
  }
}
.events-cards .events-card {
  width: 48.5%;
}
@media (max-width: 768px) {
  .events-cards .events-card {
    width: 100%;
  }
}
.events-cards .events-card .agency {
  font-size: 0.95em;
  margin-bottom: 4px;
}
.events-cards .events-card .events-block {
  background: #fff;
  padding: 25px 20px;
  border: 8px #f5f3f5 solid;
}
.events-cards .events-card .events-block h3 {
  font-size: 28px;
  line-height: 33px;
}
.events-cards .events-card .events-block h3 a {
  color: #003E6E;
  text-decoration: none;
}
.events-cards .events-card .events-block h3 a:hover, .events-cards .events-card .events-block h3 a:focus, .events-cards .events-card .events-block h3 a:active {
  color: #30BCED;
}
.events-cards .events-card .events-block .date {
  font-size: 1.125rem;
  margin-bottom: 0.75em;
}
.events-cards .events-card .events-block .date .far {
  color: #30BCED;
}
.events-cards .events-card .events-block .location {
  font-size: 1.125rem;
  margin-bottom: 0.75em;
}
.events-cards .events-card .events-block .location .fas {
  color: #30BCED;
}
.events-cards .events-card .events-block .info {
  margin-top: 1em;
  border-top: 1px #ececec solid;
  display: flex;
  font-size: 1.125rem;
}
.events-cards .events-card .events-block .info .website, .events-cards .events-card .events-block .info .internal-link {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.events-cards .events-card .events-block .info .website a:after, .events-cards .events-card .events-block .info .internal-link a:after {
  content: " »";
}
.events-cards .events-card .events-block .info .phone {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
}
.events-cards .events-card .events-block .info .phone i {
  color: #7B8394;
}
.events-cards .events-card .events-block .info.hasnophone {
  border-top: 0;
  display: block;
}
.events-cards .events-card .events-block .info.hasnophone .website {
  border-right: 0;
}
.events-cards .events-card .events-block .category {
  border-top: 1px #ececec solid;
  padding-top: 1em;
}
.events-cards .events-card .events-block .category a {
  display: inline-block;
  color: #5b5b5b;
  background-color: #F4F4F4;
  padding: 4px 10px;
  margin-bottom: 5px;
  font-size: 0.85em;
  border-radius: 15px;
}
.events-cards .events-card .events-block .category a:hover {
  background-color: #30BCED;
  color: #fff;
}
.events-cards .events-card .events-block .category a.new-notable {
  color: #A2D035;
  font-weight: 600;
}
.events-cards .events-card .events-block .category a.new-notable:hover {
  color: #fff;
}
.events-cards .events-card.featured {
  width: 97%;
}
.events-cards .events-card.featured .info {
  border-top: 0;
}
.events-cards .events-card.featured .info .website {
  border-right: 0;
}
.events-cards .events-card.featured .card-body {
  vertical-align: top;
}
@media (min-width: 769px) {
  .events-cards .events-card.featured .card-body.has-photo {
    display: inline-block;
    width: 55%;
    padding-right: 15px;
  }
}
.events-cards .events-card.featured .featured-image {
  vertical-align: top;
}
@media (min-width: 769px) {
  .events-cards .events-card.featured .featured-image {
    display: inline-block;
    width: 40%;
    padding-bottom: 30px;
    padding-top: 15px;
  }
}
.events-cards .events-card a svg.ext {
  display: none;
  fill: #ececec;
  margin-left: 8px;
}
.events-cards .events-card a svg.ext path {
  stroke: #ececec;
}

.block-views .view-events {
  background-color: transparent;
}
.block-views .view-events #mobile-filter {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .block-views .view-events .resource-filters {
    display: none;
    border-left: 1px #30BCED solid;
    border-right: 1px #30BCED solid;
    border-bottom: 1px #30BCED solid;
  }
}
@media (min-width: 769px) {
  .block-views .view-events .view-filters .views-exposed-form {
    display: flex;
  }
}
.block-views .view-events .view-filters .js-form-item {
  margin-right: 10px;
}
.block-views .view-events .view-filters .form-autocomplete {
  height: 40px;
}
.block-views .view-events .view-filters #edit-submit-events {
  height: 40px;
}
@media (min-width: 769px) {
  .block-views .view-events .view-filters #edit-submit-events {
    margin-top: 32px;
  }
}
.block-views .view-events .view-filters label {
  font-weight: normal;
}

@media (max-width: 768px) {
  .events-summary .box {
    border-radius: 0;
  }
}
@media (min-width: 769px) {
  .page-node-type-event #sectioncontainer {
    margin-top: -22px;
    padding-top: 15px;
  }
}

.page-node-type-event header {
  background-color: transparent;
}
@media (max-width: 768px) {
  .page-node-type-event header {
    min-height: 60px;
  }
}
@media (min-width: 769px) {
  .page-node-type-event header {
    min-height: 220px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .page-node-type-event .back {
    background-color: #F4F4F4;
    padding-left: 1rem;
  }
  .page-node-type-event .back a {
    font-size: 0.85rem;
    color: #003E6E;
  }
}
@media (min-width: 769px) {
  .page-node-type-event .back {
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 60;
  }
  .page-node-type-event .back a {
    background: #A2D035;
    color: #002846;
    display: inline-block;
    padding: 8px;
    font-size: 0.85rem;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
  }
  .page-node-type-event .back a:hover {
    background-color: #A2D035;
  }
}

.event-header {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 769px) {
  .event-header {
    padding-top: 95px;
    margin-top: -150px;
  }
}
@media (max-width: 768px) {
  .event-header {
    overflow: hidden;
    padding: 10px 20px 40px 20px;
    background-color: #F4F4F4;
  }
  .event-header .grid-container.event-header-card {
    background-color: transparent;
  }
}
.event-header .darken {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 0;
}
@media (max-width: 768px) {
  .event-header .darken {
    left: 0;
  }
}
.event-header .grid-container.event-header-card {
  background-color: #fff;
  padding-top: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .event-header .grid-container.event-header-card {
    border-top: 6px #A2D035 solid;
  }
}
@media (max-width: 768px) {
  .event-header .grid-container.event-header-card {
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    background-color: transparent;
  }
}
.event-header .grid-container.event-header-card h1 {
  font-size: 33px;
  line-height: 41px;
  font-weight: normal;
  color: #003E6E;
}
@media (min-width: 769px) {
  .event-header .grid-container.event-header-card h1 {
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .event-header .grid-container.event-header-card .bordered-left {
    border-left: 1px #D8D8D8 solid;
    padding-left: 20px;
  }
}
.event-header .grid-container.event-header-card .fas, .event-header .grid-container.event-header-card .far {
  color: #A2D035;
  padding-right: 8px;
}
@media (min-width: 769px) {
  .event-header .grid-container.event-header-card .fas, .event-header .grid-container.event-header-card .far {
    padding-left: 10px;
  }
}
.event-header .grid-container.event-header-card .event-links {
  display: flex;
}
.event-header .grid-container.event-header-card .event-links .button {
  flex: 1;
}
.event-header .grid-container.event-header-card .price .fas, .event-header .grid-container.event-header-card .price .far {
  padding-left: 2px;
  padding-right: 12px;
}
@media (min-width: 769px) {
  .event-header .grid-container.event-header-card .price .fas, .event-header .grid-container.event-header-card .price .far {
    padding-left: 12px;
  }
}

.share {
  position: fixed;
  z-index: 60;
}
@media (min-width: 769px) {
  .share {
    right: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .share {
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #003E6E;
    justify-content: center;
  }
}
.share .addtoany_list {
  vertical-align: top;
}
@media (min-width: 769px) {
  .share .addtoany_list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .share .addtoany_list {
    display: flex;
    flex-direction: row;
  }
}
.share .addtoany_list span[style] {
  background-color: transparent !important;
}
.share .addtoany_list span[style] svg path {
  fill: #fff !important;
  transition: all 0.3s ease-in-out;
}
.share .addtoany_list span[style]:hover {
  background-color: transparent;
}
.share .addtoany_list span[style]:hover svg path {
  fill: #fff !important;
}
.share .addtoany_list > a {
  background-color: #003E6E;
  padding: 10px;
}
.share .addtoany_list > a:hover {
  background-color: #A2D035;
  color: #003E6E;
}
.share .addtoany_list > a:hover svg path {
  fill: #003E6E !important;
}
@media (min-width: 769px) {
  .share .addtoany_list > a {
    margin-bottom: 2px transparent solid;
  }
}
.share .addtocalendar a.atcb-link {
  position: relative;
  background-color: #003E6E;
  padding: 10px;
  font-size: 0;
  height: 45px;
  width: 45px;
  overflow: hidden;
}
.share .addtocalendar a.atcb-link:before {
  content: "\f271";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  display: block;
  height: 25px;
  width: 25px;
  font-size: 17px;
  padding: 0 4px;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.share .addtocalendar a.atcb-link em {
  font-style: normal;
  display: none;
}
.share .addtocalendar a.atcb-link:hover {
  background-color: #A2D035;
}
.share .addtocalendar a.atcb-link:hover em {
  font-style: normal;
  display: block;
  position: absolute;
  top: 0px;
  right: 140%;
  width: 110px;
  font-size: 0.85em;
  background-color: #003E6E;
  display: inline-block;
  padding: 5px;
  color: #fff;
  text-align: center;
}
.share .addtocalendar a.atcb-link:hover em:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #003E6E;
  border-width: 8px;
  margin-top: -8px;
}
.share .addtocalendar .atcb-list {
  padding: 10px;
  border: 1px #F4F4F4 solid;
  left: -125px;
}
.share .addtocalendar .atcb-list a {
  color: #003E6E;
}
.share .addtocalendar .atcb-list a:hover {
  color: #A2D035;
}

.paddedcontent {
  padding-left: 1em;
  padding-right: 1em;
}

.share-container {
  background-color: #fff;
}

.event-details {
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .event-details {
    padding-top: 1rem;
  }
}
.event-details .row-icon-initial {
  position: relative;
  width: 105px;
  height: 105px;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 35px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .event-details .row-icon-initial {
    margin-top: -20px;
  }
}
.event-details .row-icon-initial img {
  margin: 0 auto;
  max-height: 90%;
}

.event-view-header {
  padding-bottom: 20px;
}
.event-view-header .view-filters form {
  display: flex;
}
.event-view-header .view-filters form .js-form-type-select {
  margin-right: 10px;
}
.event-view-header .view-filters form select {
  background-color: #fff;
  height: 44px;
}
.event-view-header .view-filters form label {
  display: none;
}
.event-view-header .view-filters form #edit-submit-events:hover {
  background-color: #A2D035;
}

.event-links {
  width: 100%;
}
@media (min-width: 769px) {
  .event-links {
    justify-content: flex-end;
  }
}
.event-links a {
  background: #30BCED;
  border-radius: 3px;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  margin-right: 15px;
}
.event-links a:hover {
  background: #003E6E;
  transition: all 0.3s ease;
}
.event-links a:active {
  background: #0d6f91;
}

.share .a2a_button_twitter {
  background-image: url("../images/twitterx.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.share .a2a_button_twitter .a2a_svg.a2a_s_twitter {
  opacity: 0;
}

.teaser {
  border-bottom: 1px #ccc solid;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .page-node-type-podcast .top-container {
    margin: -150px 0 0;
  }
}
.page-node-type-podcast .top-container .header-image {
  max-width: 400px;
}
@media (max-width: 767px) {
  .page-node-type-podcast .top-container .header-image {
    max-width: 300px;
  }
}
.page-node-type-podcast .content .headshot img {
  border-radius: 100%;
  max-width: 200px;
  margin: 0 auto 15px;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .page-node-type-podcast .content .headshot img {
    max-width: 250px;
    margin: 15px auto;
  }
}
.page-node-type-podcast .content #regional-workforce .cell:first-child {
  border-right: 1px solid lightgray;
  padding-right: 3em;
}
@media (max-width: 768px) {
  .page-node-type-podcast .content #regional-workforce .cell:first-child {
    border-right: none;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .page-node-type-podcast .content #regional-workforce .cell:nth-child(2) {
    padding-top: 2em;
  }
}

.podcast-container {
  padding-bottom: 5em;
}
.podcast-container .podcast-header {
  display: flex;
  padding: 15px 0px;
  color: #003E6E;
  margin: 2em 0px;
  align-items: center;
}
.podcast-container .podcast-header > span {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  font-weight: bold;
  font-size: 1.5em;
}
.podcast-container .podcast-header > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  border-right: 1px solid #003E6E;
}
.podcast-container .podcast-header > p {
  margin: 0px;
  font-size: 1.25em;
}
.podcast-container .podcast-header a {
  color: #003E6E;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.podcast-container .podcast-header a:hover {
  color: #30BCED;
}
.podcast-container .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.podcast-container .view-content .podcast-episode {
  background-color: #003E6E;
  color: #fff;
  padding: 1.5rem;
  flex-basis: calc(33.333% - 20px);
  margin: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .podcast-container .view-content .podcast-episode {
    flex-basis: calc(100% - 20px);
  }
}
.podcast-container .view-content .podcast-episode .title {
  font-size: 1.35em;
  font-weight: bold;
  padding-bottom: 15px;
}
.podcast-container .view-content .podcast-episode .title > span {
  display: block;
  font-size: 1rem;
}
.podcast-container .view-content .podcast-episode .resources a {
  color: #A2D035;
}
.podcast-container .view-content .podcast-episode .resources a:hover {
  color: #30BCED;
}
.podcast-container .view-content .podcast-episode .podcast-cta {
  margin-top: auto;
  font-weight: bold;
  color: #A2D035;
}
.podcast-container .view-content .podcast-episode .podcast-cta a {
  color: #A2D035;
  font-size: 2em;
  margin-right: 10px;
  transition: all 0.25s ease-in-out;
}
.podcast-container .view-content .podcast-episode .podcast-cta a:hover {
  color: #30BCED;
}

[id*=podcast-subscribe] {
  display: flex;
}
[id*=podcast-subscribe] input[type=email] {
  margin: 0px;
  height: 100%;
}
[id*=podcast-subscribe] input[type=submit] {
  margin: 0px 0px 0px 10px;
  padding: 15px;
}
@media (max-width: 767px) {
  [id*=podcast-subscribe] input[type=submit] {
    padding: 10px;
  }
}

#afdc-stations .afdc-nav-tabs-locator .afdc-nav-item .afdc-nav-link.afdc-active {
  background-color: #003E6E !important;
  color: #fff !important;
}

#afdc-stations .afdc-find-filters,
#afdc-stations .afdc-filters {
  background-color: #003E6E !important;
  color: #fff !important;
}

#afdc-stations .afdc-results {
  background-color: #3D3D3D !important;
}

#afdc-stations .afdc-nav-tabs-locator .afdc-nav-item .afdc-nav-link {
  background-color: #30BCED !important;
}

#afdc-stations .afdc-custom-select {
  border: 0 !important;
  border-radius: 0 !important;
}

#afdc-stations #afdc-switch-find-type {
  background-color: #30BCED !important;
  color: #003E6E !important;
  box-shadow: 3px 3px 5px #00213b !important;
}

#afdc-stations #afdc-results-count {
  margin-right: 25px !important;
}

#afdc-stations #afdc-analyze-tabs a.afdc-nav-link {
  background-color: #30BCED !important;
}

#afdc-stations #afdc-analyze-tabs a.afdc-nav-link.afdc-active {
  background-color: #30BCED !important;
  box-shadow: none !important;
}

#afdc-stations a.afdc-dark-link, #afdc-stations a {
  color: #fff !important;
}

#afdc-stations a.afdc-dark-link, #afdc-stations a:hover {
  color: #A2D035 !important;
}

#afdc-stations .afdc-results {
  background-color: #00213b !important;
}

.page-sc-industrial-directory, .path-sc-industry-directory {
  /*results*/
}
.page-sc-industrial-directory input#edit-kwsubmit:after, .page-sc-industrial-directory input#edit-submit:after, .path-sc-industry-directory input#edit-kwsubmit:after, .path-sc-industry-directory input#edit-submit:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-sc-industrial-directory #edit-submit, .path-sc-industry-directory #edit-submit {
  margin-top: 1em;
}
.page-sc-industrial-directory .chosen-container, .page-sc-industrial-directory select, .path-sc-industry-directory .chosen-container, .path-sc-industry-directory select {
  max-width: 100% !important;
  width: 575px;
}
.page-sc-industrial-directory .chosen-choices, .path-sc-industry-directory .chosen-choices {
  transition: all 0.25s ease-in-out;
}
.page-sc-industrial-directory .chosen-container-multi .chosen-choices, .path-sc-industry-directory .chosen-container-multi .chosen-choices {
  background-image: none;
  font-size: 16px;
  height: 40px;
  padding: 7px 0 0 8px;
}
.page-sc-industrial-directory .chosen-container-active .chosen-choices, .path-sc-industry-directory .chosen-container-active .chosen-choices {
  box-shadow: 0px 0px 0px 2px #f5a803;
  outline: none;
  border: 1px solid #f5a803;
}
.page-sc-industrial-directory .chosen-container .chosen-results li, .path-sc-industry-directory .chosen-container .chosen-results li {
  transition: all 0.25s ease-in-out;
}
.page-sc-industrial-directory .chosen-container .chosen-results li.active-result, .path-sc-industry-directory .chosen-container .chosen-results li.active-result {
  font-size: 16px;
}
.page-sc-industrial-directory .chosen-container .chosen-results li.highlighted, .path-sc-industry-directory .chosen-container .chosen-results li.highlighted {
  font-size: 16px;
  color: #fff;
  background-color: #f5a803;
  background-image: none;
  text-transform: none;
}
.page-sc-industrial-directory .chosen-container-multi .chosen-choices li.search-choice, .path-sc-industry-directory .chosen-container-multi .chosen-choices li.search-choice {
  border: 1px #30BCED solid;
  background-image: none;
  color: #fff;
  background-color: #30BCED;
  box-shadow: none;
}
.page-sc-industrial-directory .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .path-sc-industry-directory .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
}
.page-sc-industrial-directory .chosen-container-single .chosen-single, .path-sc-industry-directory .chosen-container-single .chosen-single {
  background: none;
  font-size: 16px;
  padding: 7px 0 0 8px;
  height: 40px;
  box-shadow: none;
  border-radius: 0;
}
.page-sc-industrial-directory .chosen-container-single .chosen-single div, .path-sc-industry-directory .chosen-container-single .chosen-single div {
  top: 4px;
}
.page-sc-industrial-directory .chosen-container-single .chosen-single div b, .path-sc-industry-directory .chosen-container-single .chosen-single div b {
  background: url(../images/keyboard_arrow_down.svg) 98% 50% no-repeat;
  background-size: 20px;
}
.page-sc-industrial-directory table, .path-sc-industry-directory table {
  font-size: 16px;
  line-height: normal;
}
.page-sc-industrial-directory table th, .page-sc-industrial-directory table td, .path-sc-industry-directory table th, .path-sc-industry-directory table td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}
.page-sc-industrial-directory table th, .path-sc-industry-directory table th {
  text-align: center;
  vertical-align: middle;
}
.page-sc-industrial-directory table a, .path-sc-industry-directory table a {
  text-decoration: underline;
}
@media screen and (max-width: 1028px) {
  .page-sc-industrial-directory table, .path-sc-industry-directory table {
    /* Force table to not be like tables anymore */
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .page-sc-industrial-directory table thead, .page-sc-industrial-directory table tbody, .page-sc-industrial-directory table th, .page-sc-industrial-directory table td, .page-sc-industrial-directory table tr, .path-sc-industry-directory table thead, .path-sc-industry-directory table tbody, .path-sc-industry-directory table th, .path-sc-industry-directory table td, .path-sc-industry-directory table tr {
    display: block;
  }
  .page-sc-industrial-directory table thead tr, .path-sc-industry-directory table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .page-sc-industrial-directory table tr, .path-sc-industry-directory table tr {
    border: 1px solid #ccc;
  }
  .page-sc-industrial-directory table tr.odd, .page-sc-industrial-directory table tr.even, .path-sc-industry-directory table tr.odd, .path-sc-industry-directory table tr.even {
    padding: 0;
  }
  .page-sc-industrial-directory table tr td:first-child, .path-sc-industry-directory table tr td:first-child {
    font-weight: bold;
    background-color: #30BCED;
    color: #fff;
  }
  .page-sc-industrial-directory table tr td:first-child a, .path-sc-industry-directory table tr td:first-child a {
    color: #fff;
  }
  .page-sc-industrial-directory table td, .path-sc-industry-directory table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-left: 40%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-sc-industrial-directory table td:before, .path-sc-industry-directory table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 15px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
  }
  .page-sc-industrial-directory table td:nth-of-type(1):before, .path-sc-industry-directory table td:nth-of-type(1):before {
    content: "Company Name";
  }
  .page-sc-industrial-directory table td:nth-of-type(2):before, .path-sc-industry-directory table td:nth-of-type(2):before {
    content: "Industries";
  }
  .page-sc-industrial-directory table td:nth-of-type(3):before, .path-sc-industry-directory table td:nth-of-type(3):before {
    content: "NAICS";
  }
  .page-sc-industrial-directory table td:nth-of-type(4):before, .path-sc-industry-directory table td:nth-of-type(4):before {
    content: "Type of Operation";
  }
  .page-sc-industrial-directory table td:nth-of-type(5):before, .path-sc-industry-directory table td:nth-of-type(5):before {
    content: "Number of Employees";
  }
  .page-sc-industrial-directory table td:nth-of-type(6):before, .path-sc-industry-directory table td:nth-of-type(6):before {
    content: "Parent Co. Country of Origin";
  }
  .page-sc-industrial-directory table td:nth-of-type(7):before, .path-sc-industry-directory table td:nth-of-type(7):before {
    content: "County";
  }
}
@media screen and (max-width: 580px) {
  .page-sc-industrial-directory table td, .path-sc-industry-directory table td {
    padding-left: 6px;
    padding-top: 45px;
  }
  .page-sc-industrial-directory table td:before, .path-sc-industry-directory table td:before {
    width: 100%;
  }
  .page-sc-industrial-directory table td:nth-of-type(1):before, .path-sc-industry-directory table td:nth-of-type(1):before {
    content: "Company Name:";
  }
  .page-sc-industrial-directory table td:nth-of-type(2):before, .path-sc-industry-directory table td:nth-of-type(2):before {
    content: "Industries:";
  }
  .page-sc-industrial-directory table td:nth-of-type(3):before, .path-sc-industry-directory table td:nth-of-type(3):before {
    content: "NAICS:";
  }
  .page-sc-industrial-directory table td:nth-of-type(4):before, .path-sc-industry-directory table td:nth-of-type(4):before {
    content: "Type of Operation:";
  }
  .page-sc-industrial-directory table td:nth-of-type(5):before, .path-sc-industry-directory table td:nth-of-type(5):before {
    content: "Number of Employees:";
  }
  .page-sc-industrial-directory table td:nth-of-type(6):before, .path-sc-industry-directory table td:nth-of-type(6):before {
    content: "Parent Co. Country of Origin:";
  }
  .page-sc-industrial-directory table td:nth-of-type(7):before, .path-sc-industry-directory table td:nth-of-type(7):before {
    content: "County";
  }
}
.page-sc-industrial-directory .scapi-pagination a, .path-sc-industry-directory .scapi-pagination a {
  display: inline-block;
  padding: 8px 16px;
  transition: background-color 0.3s;
  width: auto !important;
  background-color: #003E6E;
  color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
  text-decoration: none;
}
.page-sc-industrial-directory .scapi-pagination a:hover, .path-sc-industry-directory .scapi-pagination a:hover {
  background-color: #30BCED;
}
.page-sc-industrial-directory .text-holder, .path-sc-industry-directory .text-holder {
  overflow: visible;
}
.page-sc-industrial-directory .placeholder + a, .path-sc-industry-directory .placeholder + a {
  float: right;
}

.page-sc-industrial-directory-company .row, .page-sc-industry-directory-company .row {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 1px #ccc solid;
}

.path-sc-industry-directory div[aria-label="Status message"] {
  position: relative;
  top: auto;
  padding: 15px 45px 15px 15px;
  width: 100%;
  margin: -20px auto 1.25em auto;
  background-color: #feeecb;
  border-left: 50px #A2D035 solid;
  border-top: 1px #A2D035 solid;
  border-bottom: 1px #A2D035 solid;
  border-right: 15px #A2D035 solid;
  color: #302e24;
  margin-top: 1em;
  text-align: left;
}
.path-sc-industry-directory div[aria-label="Status message"] ul {
  margin-bottom: 0;
}
.path-sc-industry-directory div[aria-label="Status message"] ul li {
  color: #302e24;
}
.path-sc-industry-directory div[aria-label="Status message"]:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: -35px;
  top: 18px;
}

.node-20 .flex.flexwrap {
  margin-bottom: 4em;
}
@media screen and (max-width: 639px) {
  .node-20 .flex.flexwrap {
    margin-bottom: 2em;
  }
}
.node-20 .flex.flexwrap .orphan-link {
  margin-left: 15px;
}
@media screen and (min-width: 640px) {
  .node-20 .flex.flexwrap .orphan-link {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 70%;
    transform: translateX(-50%);
    margin-left: 0px;
  }
}

.custom-filter {
  margin-bottom: 1.25em;
}
.custom-filter div {
  background: #30BCED;
  border-radius: 3px;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  font-size: 0.85em;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0.35em;
}
.custom-filter div:hover {
  background: #003E6E;
  transition: all 0.3s ease;
}
.custom-filter div:active {
  background: #0d6f91;
}
.custom-filter div.active {
  background-color: #003E6E;
}

nav.pager {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
nav.pager .pagination li {
  padding: 8px;
  border: 1px solid #ddd;
  margin-right: -0.25em;
  transition: all 0.3s ease-in-out;
}
nav.pager .pagination li a:hover {
  background-color: transparent;
}
nav.pager .pagination li.pager__item--ellipsis {
  border: 0 !important;
}
nav.pager .pagination li.is-active, nav.pager .pagination li .current {
  background-color: #003E6E;
  color: #fff;
}
nav.pager .pagination li.is-active a, nav.pager .pagination li .current a {
  color: #fff;
}
nav.pager .pagination li:hover {
  background-color: #30BCED;
}

.pagination li.current {
  background-color: #003E6E;
  color: #fff;
}

.pagination li.current {
  background-color: #003E6E;
}

.pager {
  margin-top: 40px;
}
.pager ul {
  list-style-type: none;
}
@media (min-width: 769px) {
  .pager ul {
    display: flex;
  }
}
.pager ul li {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .pager ul li {
    margin-right: 10px;
  }
}
.pager ul li a {
  padding: 6px 15px;
  border-radius: 6px;
  background-color: #fff;
  color: #003E6E;
}
.pager ul li a:hover {
  background-color: #A2D035;
  color: #fff;
}
.pager ul li.is-active a {
  background-color: #A2D035;
  color: #fff;
}

#block-views-block-industries-block-1 .industry,
#block-views-block-industries-block-2 .industry {
  position: relative;
  display: inline-block;
  height: 210px;
  overflow: hidden;
}
#block-views-block-industries-block-1 .industry .industry-title,
#block-views-block-industries-block-2 .industry .industry-title {
  position: absolute;
  top: 66%;
  transition: all 0.25s ease-in-out;
  color: #fff;
  width: 95%;
  background-color: #30BCED;
}
#block-views-block-industries-block-1 .industry .industry-title a,
#block-views-block-industries-block-2 .industry .industry-title a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
#block-views-block-industries-block-1 .industry .background-image,
#block-views-block-industries-block-2 .industry .background-image {
  width: 150%;
  margin-left: -20%;
}

@media (min-width: 769px) {
  #block-views-block-industries-block-1 .industry {
    width: 30%;
    margin-right: 2%;
    vertical-align: top;
    margin-bottom: 2%;
  }
}

#block-views-block-industries-block-2 .industry {
  border-right: 30px white solid;
}

.slick-next:before,
.slick-prev:before {
  color: #30BCED;
}

#block-views-block-success-stories-block-1 .view-content .story {
  position: relative;
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 2em;
}
#block-views-block-success-stories-block-1 .view-content .story:hover .titlelink a {
  background-color: #003E6E;
}
#block-views-block-success-stories-block-1 .view-content .story .titlelink {
  width: 100%;
}
#block-views-block-success-stories-block-1 .view-content .story .titlelink a {
  display: block;
  font-size: 14px;
  padding: 10px;
  color: #fff;
  width: 100%;
  background-color: #30BCED;
  transition: all 0.35s ease-in-out;
}
#block-views-block-success-stories-block-1 .view-content .story .linkoverlay a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#block-views-block-success-stories-block-1 .view-content .story .cothumbnail {
  width: 100%;
  border: 0;
}
#block-views-block-success-stories-block-1 .view-content .story .cothumbnail img {
  margin-bottom: 0;
}

#block-views-block-leadership-block-1 .view-content .views-row {
  transition: all 0.3s ease-in-out;
  position: relative;
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 2em;
  font-size: 16px;
}
#block-views-block-leadership-block-1 .view-content .views-row .views-field-title a {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  text-decoration: underline;
}

#block-views-block-partners-block-1 .view-content h3 {
  font-size: 1.25em;
  background-color: #F4F4F4;
  width: 100%;
  padding: 10px;
  margin-top: 0.5em;
}
#block-views-block-partners-block-1 .view-content .column {
  position: relative;
  display: inline-block;
  width: 21%;
  margin-right: 2%;
  vertical-align: top;
  margin-bottom: 0em;
  font-size: 16px;
  position: relative;
}
#block-views-block-partners-block-1 .view-content .column img {
  margin-bottom: 0;
}
#block-views-block-partners-block-1 .view-content .column .overlay-link a {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
#block-views-block-partners-block-1 .view-content .column .overlay-link a:hover img {
  transform: scale(1.25);
}

#block-views-block-all-news-block-1 .views-exposed-form .js-form-item, #block-views-block-newsletter-block-1 .views-exposed-form .js-form-item {
  display: inline-block;
  padding: 0.5em 1em 0 0;
}
#block-views-block-all-news-block-1 .views-exposed-form input[type=submit], #block-views-block-newsletter-block-1 .views-exposed-form input[type=submit] {
  margin-top: 1.5em;
}
#block-views-block-all-news-block-1 .view-content .views-row, #block-views-block-newsletter-block-1 .view-content .views-row {
  list-style-type: none;
  display: inline-block;
  width: 44%;
  margin-right: 4%;
  margin-bottom: 1em;
  border-top: 2px #7faad6 dotted;
  padding-top: 1em;
  vertical-align: top;
}
#block-views-block-all-news-block-1 .view-content .views-row .views-field-field-article-date time, #block-views-block-newsletter-block-1 .view-content .views-row .views-field-field-article-date time {
  display: block;
  color: #999;
  font-size: 18px;
}
#block-views-block-all-news-block-1 .view-content .views-row .views-field-title a, #block-views-block-newsletter-block-1 .view-content .views-row .views-field-title a {
  font-size: 20px;
}

.tag-container a {
  padding-right: 18px;
}

.newsletter-button {
  float: right;
  margin-top: 1.5em;
}

.right-image {
  display: block;
}
@media (min-width: 769px) {
  .right-image {
    float: right;
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.left-image {
  display: block;
}
@media (min-width: 769px) {
  .left-image {
    float: left;
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

#block-views-block-events-block-1 .views-exposed-form {
  padding-bottom: 2em;
}
#block-views-block-events-block-1 .views-exposed-form .js-form-item {
  display: inline-block;
  padding: 0.5em 1em 0 0;
}
#block-views-block-events-block-1 .views-exposed-form input[type=submit] {
  margin-top: 1.5em;
}
#block-views-block-events-block-1 .views-row {
  padding-bottom: 1.5em;
}
#block-views-block-events-block-1 .date-holder {
  color: #003E6E;
  font-weight: bold;
  font-size: 1.25em;
}
#block-views-block-events-block-1 .left-column-date {
  color: #003E6E;
  font-weight: bold;
  font-size: 1.25em;
}
#block-views-block-events-block-1 .left-column-date:before {
  content: "";
  background: url(../images/icon-calendar.svg) top left no-repeat;
  background-size: contain;
  height: 25px;
  width: 40px;
  display: inline-block;
  float: left;
  padding-right: 10px;
}
#block-views-block-events-block-1 .views-field-title .field-content a {
  font-size: 24px;
  text-decoration: underline;
  font-weight: bold;
}
#block-views-block-events-block-1 .right-column-info {
  clear: both;
  padding-top: 5px;
}
#block-views-block-events-block-1 .right-column-info .views-field-title a {
  font-size: 24px;
}

#block-views-block-events-block-2 .views-row div, #block-views-block-events-block-3 .views-row div, #block-views-block-events-block-4 .views-row div {
  margin-bottom: 2em;
  vertical-align: top;
}
#block-views-block-events-block-2 .views-row .left-column-date, #block-views-block-events-block-3 .views-row .left-column-date, #block-views-block-events-block-4 .views-row .left-column-date {
  color: #999;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  width: 20%;
  border-right: 2px dotted #000;
}
#block-views-block-events-block-2 .views-row .left-column-date time:nth-child(2), #block-views-block-events-block-3 .views-row .left-column-date time:nth-child(2), #block-views-block-events-block-4 .views-row .left-column-date time:nth-child(2) {
  display: block;
}
#block-views-block-events-block-2 .views-row .right-column-info, #block-views-block-events-block-3 .views-row .right-column-info, #block-views-block-events-block-4 .views-row .right-column-info {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
}
#block-views-block-events-block-2 .views-row .right-column-info a, #block-views-block-events-block-3 .views-row .right-column-info a, #block-views-block-events-block-4 .views-row .right-column-info a {
  text-decoration: none;
  color: #2b2b2b;
}
#block-views-block-events-block-2 .views-row .right-column-info a:hover, #block-views-block-events-block-3 .views-row .right-column-info a:hover, #block-views-block-events-block-4 .views-row .right-column-info a:hover {
  color: #30BCED;
}
#block-views-block-events-block-2 .view-footer a, #block-views-block-events-block-3 .view-footer a, #block-views-block-events-block-4 .view-footer a {
  background: #30BCED;
  border-radius: 3px;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  margin-top: 1em;
}
#block-views-block-events-block-2 .view-footer a:hover, #block-views-block-events-block-3 .view-footer a:hover, #block-views-block-events-block-4 .view-footer a:hover {
  background: #A2D035;
  transition: all 0.3s ease;
}
#block-views-block-events-block-2 .view-footer a:active, #block-views-block-events-block-3 .view-footer a:active, #block-views-block-events-block-4 .view-footer a:active {
  background: #0d6f91;
}

.relatednews {
  padding-top: 3em;
  padding-bottom: 3em;
}
.relatednews h3 {
  color: #003E6E;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
}
.relatednews .view-content div {
  margin-bottom: 2em;
  vertical-align: top;
}
.relatednews .view-content time {
  color: #999;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  width: 70px;
  border-right: 2px dotted #000;
}
.relatednews .view-content a {
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  color: #2b2b2b;
  vertical-align: top;
}
.relatednews .view-content a:hover {
  color: #30BCED;
}
.relatednews .view-footer a.button {
  display: inline-block;
  background-color: #30BCED;
  margin-top: 1em;
}

.path-resources .top-banner.resources-banner, .path-covid-19-resources .top-banner.resources-banner {
  background: url("../images/capitol.jpg") top center no-repeat;
  background-size: cover;
  z-index: -1;
  height: 400px;
  position: relative;
}
.path-resources .top-banner.resources-banner.no-image, .path-covid-19-resources .top-banner.resources-banner.no-image {
  background: #0a2b6a;
}
@media (max-width: 767px) {
  .path-resources .top-banner.resources-banner, .path-covid-19-resources .top-banner.resources-banner {
    height: 250px;
  }
}
.path-resources .content section:first-child .grid-x, .path-covid-19-resources .content section:first-child .grid-x {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 20px;
}

.view-resources .filter-column {
  background-color: #fff;
  position: relative;
}
.view-resources .filter-column .resource-filters {
  padding: 10px 20px 20px 0;
}
@media (max-width: 768px) {
  .view-resources .filter-column .resource-filters {
    display: none;
    padding: 15px;
    border-left: 1px #30BCED solid;
    border-right: 1px #30BCED solid;
    border-bottom: 1px #30BCED solid;
  }
}
.view-resources .filter-column .resource-filters h2 {
  font-size: 20px;
  line-height: 24px;
}
.view-resources .filter-column .resource-filters ul {
  list-style-type: none;
  margin-left: 0;
}
.view-resources .filter-column .resource-filters ul li {
  margin-bottom: 5px;
}
.view-resources .filter-column .resource-filters ul li label {
  font-weight: normal;
  color: #3D3D3D;
  margin-left: 0;
  font-size: 18px;
  line-height: 25px;
}
.view-resources .filter-column .resource-filters ul li label .facet-item__count {
  font-size: 0.75em;
  color: #30BCED;
}
@media (max-width: 768px) {
  .view-resources .filter-column .resource-filters ul li .facets-checkbox {
    position: absolute;
    opacity: 0;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 15px;
    width: 100%;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox + label span {
    position: relative;
    z-index: 3;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox + label:hover span {
    color: #fff;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: top;
    margin-top: 0px;
    top: 0;
    left: 0;
    background: transparent;
    border: 1px #dbdbdb solid;
    transition: all 0.3s ease-in-out;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:hover + label:before {
    background: #30BCED;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:hover span {
    color: #fff;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:checked + label:before {
    background: #30BCED;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:checked + label span {
    color: #fff;
  }
}
@media (min-width: 769px) {
  .view-resources .filter-column .resource-filters ul li .facets-checkbox {
    position: absolute;
    opacity: 0;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox + label:before {
    content: "";
    margin-right: 6px;
    margin-left: -30px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px #dbdbdb solid;
    transition: all 0.3s ease-in-out;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:hover + label:before {
    background: #30BCED;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:checked + label:before {
    background: #30BCED;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .view-resources .filter-column .resource-filters ul li .facets-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 14px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }
}
.view-resources .filter-column .block {
  position: relative;
  z-index: 1;
}

#mobile-filter {
  border: 1px #30BCED solid;
}
#mobile-filter.open {
  border-bottom: 1px #fff solid;
}
#mobile-filter .line {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 4px;
  width: 30px;
  background: #30BCED;
  margin: 3px auto;
}
#mobile-filter .filter_menu_container > div {
  margin-top: 8px;
  margin-left: 8px;
  display: inline-block;
  width: 40px;
  height: 30px;
  padding: 0;
  cursor: pointer;
}
#mobile-filter .filter_menu_container > div:focus, #mobile-filter .filter_menu_container > div:hover {
  outline: none;
}
#mobile-filter .filter_menu_container span {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
}
#mobile-filter .filter_menu_container .line:nth-child(2) {
  width: 20px;
}
#mobile-filter .filter_menu_container .line:nth-child(3) {
  width: 10px;
}
#mobile-filter .filter_menu_container.open .line:nth-child(1) {
  transform: rotate(45deg) translate(7px, 1px);
  width: 28px;
}
#mobile-filter .filter_menu_container.open .line:nth-child(2) {
  width: 28px;
  transform: rotate(-45deg) translate(3px, 1px);
}
#mobile-filter .filter_menu_container.open .line:nth-child(3) {
  opacity: 0;
}

.resource-padding {
  padding: 40px 0 60px 0px;
}
@media (max-width: 768px) {
  .resource-padding {
    padding: 40px 0;
  }
}

.resource-cards .grid-sizer {
  width: 48.5%;
}
@media (max-width: 768px) {
  .resource-cards .grid-sizer {
    width: 100%;
  }
}
.resource-cards .resource-card {
  width: 48.5%;
  border: 8px #fff solid;
}
@media (max-width: 768px) {
  .resource-cards .resource-card {
    width: 100%;
  }
}
.resource-cards .resource-card .agency {
  font-size: 0.95em;
  margin-bottom: 4px;
}
.resource-cards .resource-card .resource-block {
  background: #fff;
  padding: 25px 20px;
  border: 1px #dbdbdb solid;
}
.resource-cards .resource-card .resource-block h3 {
  font-size: 28px;
  line-height: 33px;
}
.resource-cards .resource-card .resource-block .location {
  color: #A2D035;
  margin-bottom: 0.75em;
  display: none;
}
.resource-cards .resource-card .resource-block .info {
  margin-top: 0.25em;
  display: flex;
}
.resource-cards .resource-card .resource-block .info .website {
  padding-top: 10px;
  padding-bottom: 10px;
}
.resource-cards .resource-card .resource-block .info .website a:after {
  content: " »";
}
.resource-cards .resource-card .resource-block .info .phone {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
}
.resource-cards .resource-card .resource-block .info .phone i {
  color: #7B8394;
}
.resource-cards .resource-card .resource-block .info.hasnophone {
  border-top: 0;
  display: block;
}
.resource-cards .resource-card .resource-block .info.hasnophone .website {
  border-right: 0;
}
.resource-cards .resource-card .resource-block .category {
  border-top: 1px #ececec solid;
  padding-top: 1.25em;
}
.resource-cards .resource-card .resource-block .category a {
  display: inline-block;
  color: #5b5b5b;
  background-color: #F4F4F4;
  padding: 4px 10px;
  margin-bottom: 5px;
  font-size: 0.85em;
  border-radius: 15px;
}
.resource-cards .resource-card .resource-block .category a:hover {
  background-color: #30BCED;
  color: #fff;
}
.resource-cards .resource-card.featured {
  width: 97%;
}
.resource-cards .resource-card.featured .info {
  border-top: 0;
}
.resource-cards .resource-card.featured .info .website {
  border-right: 0;
}
.resource-cards .resource-card.featured .card-body {
  vertical-align: top;
}
@media (min-width: 769px) {
  .resource-cards .resource-card.featured .card-body {
    display: inline-block;
    width: 55%;
    padding-right: 15px;
  }
}
.resource-cards .resource-card.featured .featured-image {
  vertical-align: top;
}
@media (min-width: 769px) {
  .resource-cards .resource-card.featured .featured-image {
    display: inline-block;
    width: 40%;
    padding-bottom: 30px;
    padding-top: 15px;
  }
}
.resource-cards .resource-card a svg.ext {
  display: none;
  fill: #ececec;
  margin-left: 8px;
}
.resource-cards .resource-card a svg.ext path {
  stroke: #ececec;
}

.block-views .view-resources {
  background-color: transparent;
}
.block-views .view-resources #mobile-filter {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .block-views .view-resources .resource-filters {
    display: none;
    border-left: 1px #30BCED solid;
    border-right: 1px #30BCED solid;
    border-bottom: 1px #30BCED solid;
  }
}
@media (min-width: 769px) {
  .block-views .view-resources .view-filters .views-exposed-form {
    display: flex;
  }
}
.block-views .view-resources .view-filters .js-form-item {
  margin-right: 10px;
}
.block-views .view-resources .view-filters .form-autocomplete {
  height: 40px;
}
.block-views .view-resources .view-filters #edit-submit-resources {
  height: 40px;
}
@media (min-width: 769px) {
  .block-views .view-resources .view-filters #edit-submit-resources {
    margin-top: 32px;
  }
}
.block-views .view-resources .view-filters label {
  font-weight: normal;
}

.committee-event {
  display: flex;
  flex-direction: row;
  padding-bottom: 16px;
  border-bottom: 1px #E6E6E6 solid;
  margin-bottom: 16px;
}
.committee-event .date {
  display: inline-block;
  text-align: center;
}
.committee-event .date span {
  display: block;
  color: #003E6E;
}
.committee-event .date span.day {
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
}
.committee-event .date span.month {
  font-size: 13px;
  text-transform: uppercase;
}
.committee-event .accordion.committee-event-accordion {
  background: transparent;
  padding-bottom: 15px;
  flex: 1 auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
.committee-event .accordion.committee-event-accordion .accordion-item {
  margin-bottom: 0;
  padding-bottom: 0;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title {
  background-color: transparent;
  border: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details {
  display: inline-block;
  text-align: left;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details .event-name {
  font-size: 18px;
  line-height: 22px;
  color: #003E6E;
  display: block;
  padding-bottom: 2px;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details .event-name span {
  font-size: 18px;
  color: #003E6E;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details span {
  display: inline-block;
  font-size: 14px;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details span.notes {
  padding-left: 8px;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title:before {
  font-size: 1.5em;
  top: 7px;
  color: #A4A4A4;
  font-weight: bold;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title:hover, .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title[aria-expanded=true] {
  background-color: transparent;
  color: #3D3D3D;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title:hover .event-name span, .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title[aria-expanded=true] .event-name span {
  color: #30BCED;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-title:hover:before, .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title[aria-expanded=true]:before {
  color: #30BCED;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-content {
  border: 0;
  padding-left: 1rem;
  padding-top: 13px;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-content .committee-documents {
  display: block;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-content .committee-documents a {
  color: #30BCED;
  text-decoration: underline;
  position: relative;
  padding-left: 25px;
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-content .committee-documents a:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 3px;
}
.committee-event .accordion.committee-event-accordion .accordion-item .accordion-content .committee-documents a.document-link:before {
  content: "\f1c1";
}

.committee-events-page .committee-event {
  padding-bottom: 10px;
  border-bottom: 1px #E6E6E6 solid;
  margin-bottom: 10px;
}
.committee-events-page .committee-event .date {
  width: 90px;
  line-height: 30px;
}
.committee-events-page .committee-event .date span.day {
  font-size: 33px;
}
.committee-events-page .committee-event .date span.month {
  font-size: 16px;
}
.committee-events-page .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title {
  padding-top: 0;
}
.committee-events-page .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details .event-name {
  padding-bottom: 6px;
}
.committee-events-page .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details .event-name span {
  font-size: 28px;
}
.committee-events-page .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details .event-details {
  font-size: 16px;
}
.committee-events-page .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title .event-details .event-details span {
  font-size: 16px;
}
.committee-events-page .committee-event .accordion.committee-event-accordion .accordion-item .accordion-title:before {
  top: 18px;
}
.committee-events-page .committee-event .accordion.committee-event-accordion .accordion-item .accordion-content {
  padding-right: 90px;
}

.committee-header {
  border-bottom: 1px #E6E6E6 solid;
  margin-bottom: 16px;
}
.committee-header .cell {
  align-self: center;
}
.committee-header .cell h3 {
  font-size: 21px;
}

.subscribe-section {
  margin-top: 2em;
  padding: 66px 0 83px;
  background: #e9eef4;
}
@media (max-width: 767px) {
  .subscribe-section {
    padding: 40px 0 10px;
    text-align: center;
  }
}
.subscribe-section.gray-section {
  background: #e9eef4;
}
.subscribe-section.gray-section .contact-block {
  border: none;
}
.subscribe-section .contact-block {
  padding: 0 0 17px 48px;
  border-right: 1px solid #bbbbbc;
}
@media (max-width: 767px) {
  .subscribe-section .contact-block {
    width: 100%;
    padding: 0 30px 24px;
    border: none;
    border-bottom: 1px solid #bbbbbc;
  }
}
.subscribe-section .contact-block h2 {
  font-size: 30px;
  line-height: 41px;
  color: #0f285c;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .subscribe-section .contact-block h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 16px;
  }
}
.subscribe-section .contact-block .btn {
  min-width: 300px;
  font-size: 18px;
  line-height: 24px;
  padding: 14px 20px;
}
@media (max-width: 1023px) {
  .subscribe-section .contact-block .btn {
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .subscribe-section .contact-block .btn {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
  }
}
.subscribe-section .subscribe-block {
  font-size: 22px;
  padding: 0 2px 0 40px;
  color: #0f285c;
  line-height: 40px;
}
@media (max-width: 767px) {
  .subscribe-section .subscribe-block {
    width: 100%;
    text-align: left;
    padding: 25px 15px;
    font-size: 15px;
    line-height: 19px;
  }
}
.subscribe-section .subscribe-block p {
  margin: 0 0 18px;
  font-size: 22px;
}
.subscribe-section .subscribe-block input[type=email], .subscribe-section .subscribe-block input[type=text] {
  font-size: 16px;
  line-height: 41px;
  padding: 6px 20px;
  width: 100%;
  border: 1px solid #727474;
  border-width: 1px 0 1px 1px;
  height: 51px;
}
.subscribe-section .subscribe-block input[type=email]::-webkit-input-placeholder, .subscribe-section .subscribe-block input[type=text]::-webkit-input-placeholder {
  color: #909193;
}
.subscribe-section .subscribe-block input[type=email]::-moz-placeholder, .subscribe-section .subscribe-block input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #909193;
}
.subscribe-section .subscribe-block input[type=email]:-moz-placeholder, .subscribe-section .subscribe-block input[type=text]:-moz-placeholder {
  color: #909193;
}
.subscribe-section .subscribe-block input[type=email]:-ms-input-placeholder, .subscribe-section .subscribe-block input[type=text]:-ms-input-placeholder {
  color: #909193;
}
.subscribe-section .subscribe-block input[type=email].placeholder, .subscribe-section .subscribe-block input[type=text].placeholder {
  color: #909193;
}
@media (max-width: 767px) {
  .subscribe-section .subscribe-block input[type=email], .subscribe-section .subscribe-block input[type=text] {
    font-size: 11px;
    line-height: 29px;
    height: 32px;
  }
}
.subscribe-section .subscribe-block .form-item {
  width: calc(100% - 133px);
  max-width: 347px;
  float: left;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .subscribe-section .subscribe-block .form-item {
    width: calc(100% - 65px);
  }
}
.subscribe-section .subscribe-block .form-actions {
  width: 133px;
  overflow: hidden;
  margin: 0 !important;
  padding: 1px 0 0;
}
@media (max-width: 767px) {
  .subscribe-section .subscribe-block .form-actions {
    width: 65px;
  }
}
.subscribe-section .subscribe-block input[type=submit] {
  background: #30BCED;
  color: #fff;
  border: none;
  height: 51px;
  font-size: 17px;
  line-height: 41px;
  width: 100%;
  text-align: center;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .subscribe-section .subscribe-block input[type=submit] {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
  }
}
.subscribe-section .subscribe-block input[type=submit]:hover {
  background: #3a77b5;
}

#block-inlinesociallinks {
  margin-top: 0.5em;
  margin-bottom: 2.25em;
}
@media (max-width: 767px) {
  #block-inlinesociallinks ul {
    text-align: center;
  }
}
#block-inlinesociallinks ul li {
  display: inline-block;
  padding: 0;
  width: 44px;
  height: 44px;
  margin: 0 0 0 8px;
}
@media (max-width: 767px) {
  #block-inlinesociallinks ul li {
    width: 34px;
    height: 34px;
    margin: 0 4px;
  }
}
#block-inlinesociallinks ul li a {
  display: block;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #30BCED;
  border-radius: 100%;
  transition: box-shadow 0.5s ease-in-out;
}
@media (max-width: 767px) {
  #block-inlinesociallinks ul li a {
    font-size: 16px;
    line-height: 34px;
  }
}
#block-inlinesociallinks ul li a.icon-linkedin:hover {
  box-shadow: inset 0 0 0 22px #0177b5;
}
#block-inlinesociallinks ul li a.icon-twitter:hover {
  box-shadow: inset 0 0 0 22px #41abe1;
}
#block-inlinesociallinks ul li a.icon-youtube:hover {
  box-shadow: inset 0 0 0 22px #e52c27;
}
#block-inlinesociallinks ul li a.icon-facebook:hover {
  box-shadow: inset 0 0 0 22px #4867aa;
}
#block-inlinesociallinks ul li a.icon-instagram:hover {
  box-shadow: inset 0 0 0 22px #FFAC4D;
}
#block-inlinesociallinks ul li:before {
  display: none;
}

#block-alert {
  background-color: #30BCED;
  padding: 1.5em 1.15em;
  display: none;
  position: fixed;
  bottom: 0px;
  left: 25px;
  width: 500px;
  z-index: 5000;
}
@media screen and (max-width: 525px) {
  #block-alert {
    left: 0;
    width: 100%;
  }
}
#block-alert.has-cookie {
  display: none;
}
#block-alert h2, #block-alert h3, #block-alert h4, #block-alert h5, #block-alert h6, #block-alert p, #block-alert a, #block-alert li {
  color: #fff;
}
#block-alert h2, #block-alert h3, #block-alert h4, #block-alert h5, #block-alert h6 {
  margin-bottom: 3px;
  padding-bottom: 0;
}
#block-alert a {
  text-decoration: underline;
}
#block-alert .fas {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  width: 30px;
  font-size: 20px;
  color: #fff;
}
#block-alert .alert-text {
  display: inline-block;
  width: 90%;
}
#block-alert button.dismiss.times {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  padding: 6px;
  font-size: 2em;
}
#block-alert button.btn-inverse {
  background: #fff;
  border-radius: 3px;
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0;
  border: 1px #fff solid;
  padding: 6px 10px;
  color: #fff;
  background-color: transparent;
  font-weight: normal;
  text-decoration: none !important;
}
#block-alert button.btn-inverse:hover {
  background: #A2D035;
  transition: all 0.3s ease;
}
#block-alert button.btn-inverse:active {
  background: #bfbfbf;
}
#block-alert button.btn-inverse:hover {
  color: #fff;
}

.no-results {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .no-results {
    padding: 50px 27px 6px 50px;
  }
}
.no-results form {
  display: flex;
  align-items: flex-end;
}
.no-results form .form-item {
  width: calc(100% - 133px);
  max-width: 347px;
  float: left;
  margin: 0 !important;
}
.no-results form input[type=email] {
  font-size: 16px;
  line-height: 41px;
  padding: 6px 20px;
  border-radius: 30px 0 0 30px;
  width: 100%;
  border: 1px solid #727474;
  border-width: 1px 0 1px 1px;
  height: 51px;
}
.no-results form input[type=submit] {
  background: #003e6e;
  border: none;
  height: 51px;
  font-size: 0.9rem;
  width: 25%;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 30px 30px 0;
  text-align: center;
  margin-top: -1px;
}

.backgroundcolor {
  background: #e9eef4;
}

.centeredcontent {
  text-align: center;
}

.content > section.content-section .grid-x {
  background-color: #fff;
  border-top: 8px #A2D035 solid;
  padding-top: 50px;
}
.content > section.content-section .grid-x .grid-x {
  border-top: 0;
  padding: 0;
}
.content > section.content-section.hasbackground .grid-x, .content > section.content-section.hasbackgrounddark .grid-x, .content > section.content-section.dark-blue-bg .grid-x, .content > section.content-section.graybg .grid-x {
  background-color: transparent;
}
.content > section.content-section .graybg .grid-x {
  background-color: transparent;
}

.content > section.dark-blue-bg .grid-x, .content > section.graybg .grid-x {
  background-color: transparent;
}

.content > section.content-section ~ section.content-section .grid-x {
  border-top: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .content > section.content-section ~ section.content-section .grid-x {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.content section .grid-x {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 769px) {
  .content section .grid-x {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.content section.hasbackground:first-child .grid-x {
  background-color: transparent;
}

article {
  margin: 0 0 1em;
}

.image-grid .image-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.accordion .accordion-item {
  margin-bottom: 0.5em;
}
.accordion .accordion-title {
  border: 0;
  background-color: #F4F4F4;
  color: #3D3D3D;
  font-size: 18px;
}
.accordion .accordion-title[aria-expanded=true] {
  background-color: #30BCED;
  color: #fff;
}
.accordion .accordion-title:hover {
  background-color: #30BCED;
  color: #fff;
}
.accordion .accordion-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: 0;
}
.accordion .accordion-content section:first-child .grid-x {
  padding-top: 0;
  background-color: transparent;
  border: 0;
}
.accordion .accordion-content .grid-x {
  padding-left: 0;
  padding-right: 0;
}
.accordion .accordion-content section, .accordion .accordion-content section:last-child {
  padding-bottom: 1em;
}
.accordion.slider-accordion .image-text-slide-accordion {
  padding: 20px;
}
.accordion.slider-accordion .image-text-slide-accordion img {
  width: 100%;
  max-width: 60%;
}
.accordion.slider-accordion .accordion-item {
  margin-bottom: 0;
}
.accordion.slider-accordion .accordion-item:first-child {
  border-top: 2px solid #c0c0c0;
}
.accordion.slider-accordion .accordion-item.is-active .accordion-title {
  background-color: #30BCED;
}
.accordion.slider-accordion .accordion-item.is-active .accordion-title:before {
  line-height: 21px;
}
.accordion.slider-accordion .accordion-title {
  padding-left: 20px;
  background-color: #fff;
  border-bottom: 2px solid #c0c0c0;
  font-weight: bold;
}
.accordion.slider-accordion .accordion-title:before {
  background: #000;
  color: #fff;
  border-radius: 100%;
  font-size: 26px;
  font-weight: bold;
  font-family: "Font Awesome 5 Brands";
  padding: 0px 7px 6px 7px;
  line-height: 22px;
  top: 22px;
  right: 20px;
}

.more-holder {
  padding-top: 1.5em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  vertical-align: top;
  justify-content: space-around;
  list-style-type: none;
}
.more-holder li {
  vertical-align: top;
}
@media (min-width: 769px) {
  .more-holder li {
    width: 33%;
  }
}
.more-holder li span {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.more-holder li .icon-holder {
  height: 75px;
  display: block;
  margin: 0 auto;
}
.more-holder li .icon-holder img {
  margin: 0 auto;
  width: 50px;
  margin-left: -10px;
  vertical-align: middle;
}
.more-holder li .text {
  font-size: 18px;
  padding-top: 0.5em;
}
.more-holder li .text a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.5em;
}
.more-holder li .text a:after {
  content: " »";
}
.more-holder li .text a:hover {
  background-color: #30BCED;
}
.more-holder li .text.orange a {
  background-color: #30BCED;
  font-size: 1em;
}
@media (min-width: 769px) {
  .more-holder.col-4 li {
    width: 25%;
  }
}

.button-block.default {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.button-block.plain-links a.button {
  background-color: transparent;
  color: #30BCED;
  text-decoration: underline;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

#map .hoverable {
  cursor: pointer;
}
#map .hoverable g.marker {
  transition: all 0.35s ease-in-out;
}
#map .hoverable path.gray {
  transition: all 0.35s ease-in-out;
  fill: #9F9E9F;
}
#map .hoverable:hover {
  cursor: pointer;
}
#map .hoverable:hover .marker {
  margin-top: -8px;
}
#map .hoverable:hover .country .gray {
  fill: #30BCED;
}

@media (max-width: 768px) {
  .reveal {
    width: 80%;
    min-height: 80vh;
    height: auto;
    margin-left: 10%;
    margin-top: 10%;
  }
}
@media (min-width: 769px) {
  .reveal {
    width: 1000px;
    padding: 60px;
  }
}

/*# sourceMappingURL=scdoc.css.map */
