/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
/* Import Particles */
.g-top-news:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-top-news .g-content {
  margin: 0;
}
.g-top-news .g-content.g-top-news-main {
  padding-top: 0;
  padding-bottom: 0;
}
.g-top-news .g-top-news-container .g-top-news-main .g-article-title {
  font-size: 1.425rem;
}
.g-top-news .g-top-news-container .g-top-news-main .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-container .g-top-news-main {
    width: 100% !important;
  }
}
.g-top-news .g-top-news-container .g-top-news-secondary .g-article-text {
  display: none;
}
.g-top-news .g-top-news-container .g-top-news-secondary:hover .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary {
    width: 100% !important;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary.g-tn2 {
    width: 100% !important;
  }
}
.g-top-news .g-top-news-item {
  float: left;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-item {
    float: none;
  }
}
.g-top-news .g-top-news-item-inner {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.g-top-news .g-top-news-item-inner:hover .g-top-news-item-image:after {
  opacity: 1;
}
.g-top-news .g-top-news-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-top-news .g-top-news-item-image:after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 80%;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.g-top-news .g-top-news-item-image > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.g-top-news .g-top-news-item-info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #dddddd;
}
.g-top-news .g-top-news-item-info .g-article-category {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news .g-top-news-item-info .g-article-category {
    opacity: 1;
  }
}
.g-top-news .g-top-news-item-info .g-article-category span {
  color: #ffffff;
  padding: 1px 10px;
  border-radius: 3px;
  background: #e55039;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-top-news .g-top-news-item-info .g-article-category a:hover span {
  background: #d0331b;
}
.g-top-news .g-top-news-item-info .g-article-title {
  color: #ffffff;
  margin: 15px 0;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news .g-top-news-item-info .g-article-title a {
  color: #ffffff;
}
.g-top-news .g-top-news-item-info .g-article-details {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news .g-top-news-item-info .g-article-details > span {
  margin-right: 10px;
}
.g-top-news .g-top-news-item-info .g-article-details > span:last-child {
  margin-right: 0;
}
.g-top-news .g-top-news-item-info .g-article-details i {
  margin-right: 5px;
}
.g-top-news .g-top-news-item-info .g-article-text {
  margin-top: 15px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.g-top-news.style1.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn2 {
  padding: 0 1px 1px 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn3 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn4 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn4 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style1.gutter-disabled .g-tn5 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-disabled .g-tn5 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
  padding-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0.938rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style2.gutter-disabled .g-tn3 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-disabled .g-tn3 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style2.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style2.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style2.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
.g-top-news.style3.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn3 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
.g-top-news.style3.gutter-disabled .g-tn4 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-disabled .g-tn4 {
    padding: 1px 0 0 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-top-news.style3.gutter-enabled .g-tn3 {
    padding-bottom: 0.938rem;
  }
}
.g-top-news.style3.gutter-enabled .g-tn4 {
  padding-bottom: 0;
}
.g-gallery-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
@media only all and (max-width: 47.99rem) {
  .g-gallery-feature .g-gallery-feature-left {
    margin-bottom: 35px;
  }
}
.g-gallery-feature .g-gallery-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-gallery-feature .g-gallery-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
.g-gallery-feature .g-gallery-feature-right.align-right {
  text-align: right;
}
.g-gallery-feature .g-gallery-feature-title {
  margin-top: -5px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.g-gallery-feature .g-gallery-feature-title:after {
  display: block;
  content: "";
  height: 4px;
  border-radius: 4px;
  background: #e55039;
  position: relative;
  width: 50px;
  margin: 25px auto;
}
.g-gallery-feature .image-bottom {
  margin-bottom: -5.063rem;
}
.g-gallery-feature .g-gallery-feature-link {
  margin-top: 5px;
}
.g-gallery-feature .g-gallery-feature-link i {
  margin-right: 10px;
}
.g-gallery-feature .g-gallery-feature-desc i {
  margin-right: 8px;
}
.g-gallery-feature .g-gallery-feature-item > a {
  position: relative;
  display: block;
  border-radius: 3px;
}
.g-gallery-feature .g-gallery-feature-item > a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-gallery-feature .g-gallery-feature-item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.g-gallery-feature .g-gallery-feature-item .uk-overlay-panel {
  z-index: 4;
  border-radius: 3px;
}
.g-gallery-feature .uk-overlay-area:empty::before, .g-gallery-feature .uk-overlay-icon::before {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.g-image-features {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
.g-image-features .g-grid {
  margin-bottom: 1.876rem;
}
.g-image-features .g-grid:last-child {
  margin-bottom: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-grid {
    margin-bottom: 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-image-features > .g-grid > .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 1.876rem;
  }
  .g-image-features > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
.g-image-features .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.g-image-features .g-image-features-item {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
@media only all and (max-width: 47.99rem) {
  .g-image-features .g-image-features-item {
    margin-bottom: 2.3445rem;
  }
}
.g-image-features .g-image-features-item.layout-right .g-image-features-image.uk-overlay {
  border-radius: 0 3px 3px 0;
}
.g-image-features .g-image-features-item.layout-right .g-image-features-image img {
  border-radius: 0 3px 3px 0;
}
.g-image-features .g-image-features-image {
  position: relative;
}
.g-image-features .g-image-features-image img {
  width: 100%;
  border-radius: 3px 0 0 3px;
}
.g-image-features .g-image-features-image .uk-overlay-icon:before {
  content: "";
}
.g-image-features .g-image-features-image.uk-overlay {
  border-radius: 3px 0 0 3px;
}
.g-image-features .g-image-features-image.uk-overlay img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.g-image-features .g-image-features-image:hover.uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.g-image-features .g-image-features-image .uk-overlay-panel {
  z-index: 4;
}
.g-image-features .g-image-features-content {
  padding: 20px;
}
.g-image-features .g-image-features-desc {
  margin: 0;
}
.g-image-features .g-image-features-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.g-image-features .g-image-features-title a {
  color: #033d5a;
}
.g-image-features .g-image-features-title a:hover {
  color: #e55039;
}
.g-image-features .g-bottom-info {
  margin-top: 15px;
}
.g-image-features .g-image-feature-special {
  color: #468ab2;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-feature-special {
    float: none;
  }
}
.g-image-features .g-image-feature-special i {
  margin-right: 5px;
}
.g-image-features .g-image-features-link {
  font-style: italic;
  float: right;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-features-link {
    float: none;
    margin-top: 5px;
  }
}
.g-image-features .g-image-features-link i {
  margin-left: 10px;
}
.g-image-features .no-special .g-image-features-link {
  float: none;
}
.g-mosaicgrid {
  margin: -0.938rem;
}
.g-mosaicgrid-sizer, .g-mosaicgrid-item-container {
  padding: 0.6253333333rem;
}
.g-mosaicgrid-sizer .g-mosaicgrid-item, .g-mosaicgrid-item-container .g-mosaicgrid-item {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.g-mosaicgrid-1-col .g-mosaicgrid-sizer, .g-mosaicgrid-1-col .g-mosaicgrid-item-container {
  width: 100%;
}
.g-mosaicgrid-2-col .g-mosaicgrid-sizer, .g-mosaicgrid-2-col .g-mosaicgrid-item-container {
  width: 50%;
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-2-col .g-mosaicgrid-sizer, .g-mosaicgrid-2-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
.g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
  width: 33.33333%;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
.g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
  width: 25%;
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-4-col .g-mosaicgrid-sizer, .g-mosaicgrid-4-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
.g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
  width: 20%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 33.33333%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-5-col .g-mosaicgrid-sizer, .g-mosaicgrid-5-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
.g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
  width: 16.66667%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 33.33333%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 50%;
  }
}
@media only all and (max-width: 30rem) {
  .g-mosaicgrid-6-col .g-mosaicgrid-sizer, .g-mosaicgrid-6-col .g-mosaicgrid-item-container {
    width: 100%;
  }
}
.g-mosaicgrid-item:hover img, .g-mosaicgrid-item:focus img {
  opacity: 0.15;
}
.g-mosaicgrid-zoom .g-mosaicgrid-item:hover img, .g-mosaicgrid-zoom .g-mosaicgrid-item:focus img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.g-mosaicgrid-rotate .g-mosaicgrid-item:hover img, .g-mosaicgrid-rotate .g-mosaicgrid-item:focus img {
  -webkit-transform: rotate(5deg) scale(1.25);
  -moz-transform: rotate(5deg) scale(1.25);
  -ms-transform: rotate(5deg) scale(1.25);
  -o-transform: rotate(5deg) scale(1.25);
  transform: rotate(5deg) scale(1.25);
}
.g-mosaicgrid-blur .g-mosaicgrid-item:hover img, .g-mosaicgrid-blur .g-mosaicgrid-item:focus img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.g-mosaicgrid-grayscale .g-mosaicgrid-item:hover img, .g-mosaicgrid-grayscale .g-mosaicgrid-item:focus img {
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.g-mosaicgrid-blur.g-mosaicgrid-grayscale .g-mosaicgrid-item:hover img, .g-mosaicgrid-blur.g-mosaicgrid-grayscale .g-mosaicgrid-item:focus img {
  -webkit-filter: blur(3px) grayscale(100%);
  filter: blur(3px) grayscale(100%);
}
.g-mosaicgrid-style2 .g-mosaicgrid-item:hover .g-mosaicgrid-item-desc, .g-mosaicgrid-style2 .g-mosaicgrid-item:focus .g-mosaicgrid-item-desc {
  opacity: 1;
  font-size: 14px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.g-mosaicgrid-image {
  background: #48120a;
  overflow: hidden;
}
.g-mosaicgrid-image img {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.g-mosaicgrid-content {
  padding: 1.6415rem 1.876rem 1.407rem 1.876rem;
}
.g-mosaicgrid-style1 .g-mosaicgrid-content {
  background: none;
  color: #295169;
}
.g-mosaicgrid-style2 .g-mosaicgrid-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-mosaicgrid-item-title {
  font-family: "Montserrat";
  font-size: 1.25rem;
  line-height: 1.25;
}
.g-mosaicgrid-style1 .g-mosaicgrid-item-title a {
  color: #050a0d;
}
.g-mosaicgrid-style1 .g-mosaicgrid-item-title a:hover {
  color: #e55039;
}
.g-mosaicgrid-style2 .g-mosaicgrid-item-title a {
  color: inherit;
  font-size: 1.5rem;
}
.g-mosaicgrid-style2 .g-mosaicgrid-item-title a:hover {
  color: #f4b4aa;
}
.g-mosaicgrid-item-desc {
  padding-top: 0.3126666667rem;
  font-size: 0.875rem;
  color: #468ab2;
}
.g-mosaicgrid-style2 .g-mosaicgrid-item-desc {
  color: #67a1c4;
  opacity: 0;
  font-size: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.g-mosaicgrid-item-tag-wrapper {
  margin: 0.625rem 0;
  font-size: 0.9rem;
}
.g-mosaicgrid-style1 .g-mosaicgrid-item-tag-wrapper {
  opacity: 0.5;
  margin-top: 1.25rem;
  padding-top: 0.938rem;
  margin-bottom: 0;
  border-top: 1px solid #F0F2F4;
}
.g-mosaicgrid-style2 .g-mosaicgrid-item-tag-wrapper {
  position: absolute;
  top: 0.938rem;
  left: 0.938rem;
  right: 0.938rem;
}
.g-mosaicgrid-item-tag {
  float: left;
}
.g-mosaicgrid-style2 .g-mosaicgrid-item-tag {
  background: rgba(0, 0, 0, 0.25);
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
}
.g-mosaicgrid-item-tagicons-container {
  float: right;
  white-space: nowrap;
}
.g-mosaicgrid-item-tagicons {
  display: inline-block;
  margin: 0 2%;
}
.g-mosaicgrid-style2 .g-mosaicgrid-item-tagicons {
  padding: 0.25rem 0;
}
.g-process {
  text-align: center;
}
.g-process .g-process-item {
  width: 70%;
  margin: 0 auto 1.5rem;
}
@media only all and (max-width: 47.99rem) {
  .g-process .g-process-item {
    width: 100%;
  }
}
.g-process .g-process-item .g-process-item-icon {
  color: #295169;
  background: #e5e5e5;
  font-size: 2rem;
  line-height: 90px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: block;
  position: absolute;
}
.g-process .g-process-item .g-process-image {
  position: relative;
  display: inline-block;
}
.g-process .g-process-item .g-process-image img {
  width: 280px;
  height: 280px;
  background: #ffffff;
  border: 10px solid #e5e5e5;
  border-radius: 50%;
}
.g-process .g-process-item .g-process-item-title {
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.g-process .g-process-item .g-process-item-desc {
  margin: 1.5rem 0;
}
.g-process .g-process-item:after {
  content: "";
  display: block;
  width: 2px;
  height: 4rem;
  background: #e5e5e5;
  margin: 1rem auto 0;
}
.g-process .g-process-item.invert-color .g-process-item-icon {
  color: #295169;
  background: #ffffff;
}
.g-process .g-process-item.invert-color .g-process-image img {
  border: 10px solid #ffffff;
}
.g-process > .g-grid:last-child .g-process-item {
  margin: 0 auto;
}
.g-process > .g-grid:last-child .g-process-item:after {
  display: none;
  margin: 0;
}
.g-process > .g-grid:last-child .g-process-item p {
  margin-bottom: 0;
}
/* TYPOGRAPHY */
h1.hero-title, h2.hero-title {
  margin-bottom: 1rem;
  line-height: 1.3;
}
.sub-h1, .sub-h2 {
  font-family: "Roboto";
  font-size: 1.2rem;
  border-bottom: 3px #e55039 solid;
  padding-bottom: 5px;
  line-height: 3;
}
body:not(.df-interactive, .ehcc) h1 {
  font-size: 1.89rem !important;
}
body:not(.df-interactive, .ehcc) h2 {
  font-size: 1.62rem !important;
}
body:not(.df-interactive, .ehcc) h3 {
  font-size: 1.62rem !important;
}
body:not(.df-interactive, .ehcc) h4 {
  font-size: 1.215rem !important;
}
.uppercase {
  text-transform: uppercase;
}
.rfp p, .rfp ul {
  margin-top: 0 !important;
}
.rfp h5 {
  margin: 0 0 0.7rem 0 !important;
}
/* Possible header option 
	
	.sub-h1 {
    font-family: "Open Sans";
    font-size: 1.6rem;
    padding-bottom: 5px;
    line-height: 3;
    background-color: $blue;
    color: #ffffff;
    padding: 5px 10px;
}
*/
p.intro-block {
  font-size: 1.09rem;
  line-height: 1.75rem;
}
.custom-text-box p {
  font-size: 1rem;
  line-height: 2rem;
}
.byline {
  color: #aeaeae;
  margin-bottom: 0.5rem;
}
.g-gallery-feature p, p.g-introtext {
  font-size: 1rem;
  line-height: 2rem;
}
.button-large {
  margin-bottom: 10px;
}
.button.empty {
  text-align: left;
}
.button-icon i {
  margin-right: 10px;
}
.button, #g-page-surround .ui.button {
  padding: 0.8rem 1.4rem 0.7rem;
}
.g-features-particle h4 {
  font-family: "Roboto";
}
body .g-particle-intro .g-title-separator {
  height: 4px;
  border-radius: 4px;
  width: 50px;
  margin: 25px auto;
}
.red-frame, .red-frame-down {
  margin-right: 7px;
}
.red-frame:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 12px;
}
.red-frame-down:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 12px;
}
.excel-icon:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
li.excel-icon:after {
  display: none !important;
}
li.excel-icon a:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 7px;
}
.external-link-icon:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
li.external-link-icon:after {
  display: none !important;
}
li.external-link-icon a:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 7px;
}
.download-icon:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
li.download-icon:after {
  display: none !important;
}
li.download-icon a:after {
  ontent: "";
  font-family: "FontAwesome";
  padding-left: 7px;
}
.pdf-icon:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  padding-left: 10px;
}
a.pdf-icon:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  padding-left: 10px;
  padding-right: 3px;
}
li.pdf-icon:after {
  display: none !important;
}
li.pdf-icon a:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  padding-left: 7px;
}
.zip-icon:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
li.zip-icon:after {
  display: none !important;
}
li.zip-icon a:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 7px;
}
.envelope-icon:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
li.envelope-icon:after {
  display: none !important;
}
li.envelope-icon a:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 7px;
}
ul li {
  margin-bottom: 0.65rem;
}
.tagline p {
  font-family: Montserrat;
  text-align: left;
  font-size: 1.3rem;
}
:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}
.extra-top-margin {
  margin-top: 2.5rem;
}
.blue-links {
  color: #0a3d62 !important;
}
.career-pdf-buttons {
  border: 1px solid #e55039;
  color: #e55039;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.2rem;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0.8rem 1.4rem 0.7rem;
  text-transform: uppercase;
}
.career-pdf-buttons:hover {
  color: #fff;
  background: #e55039;
}
.career-pdf-buttons:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  padding-left: 10px;
}
/*HIDE ARTICLE TITLES and FIX EDITOR ICON*/
.page-header {
  display: none !important;
}
.g-article-header {
  padding: 0 !important;
  border-bottom: none !important;
}
.icons [class*="icon-"], .edit #adminForm [class*="icon-"] {
  font-size: 14.4px !important;
}
.icons [class*="icon-"]:before, .edit #adminForm [class*="icon-"]:before {
  font-family: "IcoMoon" !important;
}
/*TOP NAVIGATION */
#g-top .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 9.125px 2.5em;
  line-height: inherit;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#g-top .form-search {
  margin-bottom: 0 !important;
}
#g-top .js-finder-search-query {
  width: 165px !important;
  padding: 6px !important;
  height: 30px !important;
}
.tooltip.fade.top.in {
  display: none !important;
}
#g-top .top-menu {
  padding-top: 10px;
}
#g-top .form-search .btn-primary {
  font-size: 0;
  background-color: white;
  padding: 0 0.3rem 0.2rem 0.5rem;
  color: gray;
  border: 1px solid #ddd;
  height: 30px;
}
.form-search .icon-white {
  color: gray !important;
}
#g-top .g-main-nav .g-toplevel > li.no-left-padding {
  border-left: none;
}
#g-top .g-main-nav .g-toplevel > li.no-left-padding .g-menu-item-container {
  padding-left: 0;
}
#g-top li.active {
  border-bottom: 2px solid #ffffff;
}
#g-top li.active.no-left-padding {
  border-bottom: none;
}
#g-top .g-main-nav .g-dropdown-column {
  margin-bottom: 0 !important;
}
#g-top .g-main-nav .g-dropdown li .g-menu-item-container {
  color: #0a3d62 !important;
}
@media only screen and (max-width: 1420px) {
  #g-top .input-medium {
    width: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  #g-top .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 9.125px 1em;
  }
}
@media only screen and (max-width: 959px) {
  .home-page .g-offcanvas-toggle {
    color: #0a3d62;
  }
}
.g-offcanvas-toggle {
  top: 14px;
  z-index: 10000;
  color: #fff;
}
#g-navigation {
  display: none;
  margin: 0;
  background-color: #0a3d62;
}
#g-navigation .g-content {
  margin-left: 0;
  padding-left: 0;
}
#g-navigation a {
  padding: 9.125px 0;
  margin: 0;
}
@media only screen and (max-width: 959px) {
  #g-navigation {
    display: block;
    min-height: 62px;
  }
}
@media only all and (max-width: 850px) {
  .g-logo {
    display: block;
    text-align: center;
  }
}
@media only all and (max-width: 330px) {
  .g-logo {
    text-align: right;
  }
}
@media only all and (min-width: 960px) {
  .g-offcanvas-toggle {
    display: none;
  }
}
#g-offcanvas .form-search .btn-primary {
  font-size: 0;
  background-color: white;
  padding: 0 0.3rem 0.2rem 0.5rem;
  color: gray;
  border: 1px solid #ddd;
  border-left: none;
  height: 30px;
}
#g-offcanvas .input-medium {
  width: 90%;
  padding: 6px;
  height: 30px;
  margin: -0.55rem;
}
#g-offcanvas .hcci-icon {
  background: #0a3d62 !important;
  visibility: visible;
  opacity: 1;
}
/* NAVIGATION SECTION - NO LONGER APPLICABLE 

//modify navigation so it doesn't overlap section below and allows background color to show
#g-navigation {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f6f6f6;
}
#g-navigation .g-container {
	padding: 0!important;
}

#g-navigation .g-main-nav .g-toplevel li.no-left-padding .g-menu-item-container {
	padding-left: 0!important;
}*/
/*STICKY NAVIGATION - */
.home-page .hcci-icon, .landing-data-research .hcci-icon {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 400ms;
}
.home-page .hcci-icon.scrolled {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 400ms;
}
/*
#g-top {  //drop shadow on nav bar box
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}
*/
/*SEARCH PAGE */
.search-results .btn.disabled {
  opacity: 1 !important;
  padding: 0.45rem 1.4rem 0.44rem 1.4rem !important;
}
/*HEADER BAR */
#g-header {
  padding-bottom: 0;
}
/*BREADCRUMB SECTION */
.g-page-title h3 {
  font-size: 1.75rem;
  margin: 0;
}
.breadcrumb {
  margin: 11px 0 !important;
}
.breadcrumb a {
  color: #751f11;
  font-weight: bold;
}
.breadcrumb a:hover {
  color: #b92e18;
}
.breadcrumb > .active {
  color: #ffffff;
}
#g-breadcrumb {
  border-bottom: none;
}
#g-breadcrumb {
  background-position-y: -56px;
  opacity: 0.7;
}
/* HOME PAGE MOSAIC GRID */
#g-feature {
  padding: 1rem 0 3.5rem 0;
}
.g-mosaicgrid .blue .g-mosaicgrid-image {
  background: #0a3d62 !important;
}
.g-mosaicgrid .orange .g-mosaicgrid-image {
  background: #e55039 !important;
}
.g-mosaicgrid .gray .g-mosaicgrid-image {
  background: #d1d8e0 !important;
}
.g-mosaicgrid .g-mosaicgrid-item-title {
  font-size: 16px !important;
  margin-top: 3rem !important;
  padding-right: 3rem !important;
  font-family: Roboto;
}
.g-mosaicgrid {
  /* .arrow-button::after {
    content: "\f061";
    font-family: 'fontawesome';
	}	
	.btn {
	   padding: 0.5rem .9rem!important;
	   font-size: 1.1rem!important;
	   line-height:1.5rem!important;
		} */
}
.g-mosaicgrid .g-mosaicgrid-item-tag {
  color: #ffffff;
  border-radius: 0;
}
.g-mosaicgrid .g-mosaicgrid-item-tag-wrapper {
  font-size: 1.2rem;
}
.g-mosaicgrid .g-mosaicgrid-image {
  background: #ffffff;
}
.g-mosaicgrid .g-mosaicgrid-content {
  height: 100%;
}
.g-mosaicgrid .g-mosaicgrid-item:hover .g-mosaicgrid-content, .g-mosaicgrid .g-mosaicgrid-item:active .g-mosaicgrid-content, .g-mosaicgrid .g-mosaicgrid-item:focus .g-mosaicgrid-content {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
}
.g-mosaicgrid .g-mosaicgrid-item:hover .g-mosaicgrid-item-title {
  color: #fff;
}
.g-mosaicgrid .g-mosaicgrid-content a.link-target {
  display: inline-block;
  height: 122%;
  width: 118%;
  margin: -1.6415rem 0 0 -1.876rem;
}
.g-mosaicgrid .tall-box .g-mosaicgrid-content a.link-target {
  display: inline-block;
  height: 110%;
  width: 118%;
  margin: -1.6415rem 0 0 -1.876rem;
}
.g-mosaicgrid .research-landing .g-mosaicgrid-content a.link-target {
  display: inline-block;
  height: 124%;
  width: 112%;
  margin: -1.6415rem 0 0 -1.876rem;
}
.g-mosaicgrid .g-mosaicgrid-item-desc {
  position: absolute;
  top: 4rem;
  color: #ffffff;
  font-size: 16px !important;
  padding-right: 15px;
  min-height: 180px;
  padding: 0.5rem 1.876rem 1.407rem 1.876rem;
}
.g-mosaicgrid .g-mosaicgrid-item-button {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
.g-mosaicgrid .button-label {
  position: absolute;
  bottom: 0;
  right: 4.6rem;
}
.g-mosaicgrid .btn {
  padding: 0.5rem 1rem 0.55rem 1.15rem !important;
  border-radius: 40px !important;
  color: #ffffff !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  border: transparent !important;
  background: rgba(0, 0, 0, 0.25) !important;
  line-height: 1.05 !important;
}
.g-mosaicgrid .arrow-button::after {
  content: "";
  font-family: "fontawesome";
}
.g-mosaicgrid .g-mosaicgrid-content:hover .btn, .g-mosaicgrid .g-mosaicgrid-content:active .btn, .g-mosaicgrid .g-mosaicgrid-content:focus .btn {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.g-mosaicgrid .g-mosaicgrid-item:hover img, .g-mosaicgrid .g-mosaicgrid-item:focus img {
  opacity: 1;
}
@media only screen and (max-width: 1199px) and (min-width: 960px) {
  .home-page .g-mosaicgrid .longer-title .g-mosaicgrid-item-desc {
    top: 6rem;
  }
  .home-page .g-mosaicgrid .g-mosaicgrid-item-desc {
    min-height: 130px;
  }
  .home-page .g-mosaicgrid-content a.link-target {
    height: 132%;
    width: 125%;
  }
  .home-page .tall-box .g-mosaicgrid-content a.link-target {
    height: 112%;
    width: 124%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 48rem) {
  .home-page #g-feature .g-container {
    width: 48rem;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .home-page .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .home-page .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 50%;
  }
  .home-page .g-mosaicgrid .g-mosaicgrid-item-desc {
    min-height: 175px;
  }
  .home-page .g-mosaicgrid-content a.link-target {
    height: 125%;
    width: 120%;
  }
  .home-page .tall-box .g-mosaicgrid-content a.link-target {
    height: 110%;
    width: 120%;
  }
}
@media only all and (max-width: 767px) {
  .home-page .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .home-page .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 80%;
  }
  .home-page .g-mosaicgrid .g-mosaicgrid-item-container {
    left: 12% !important;
  }
  .home-page .g-mosaicgrid .g-mosaicgrid-item-desc {
    min-height: 73%;
  }
}
@media only all and (max-width: 475px) {
  .home-page .g-mosaicgrid .g-mosaicgrid-item-desc {
    top: 6rem;
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 960px) {
  .research-landing .g-mosaicgrid .longer-title .g-mosaicgrid-item-desc {
    top: 6rem;
  }
  .research-landing .g-mosaicgrid .g-mosaicgrid-item-desc {
    min-height: 130px;
  }
  .research-landing .g-mosaicgrid-content a.link-target {
    height: 132%;
    width: 125%;
  }
  .research-landing .tall-box .g-mosaicgrid-content a.link-target {
    height: 112%;
    width: 124%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 48rem) {
  .research-landing #g-feature .g-container {
    width: 48rem;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .research-landing .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .research-landing .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 50%;
  }
  .research-landing .g-mosaicgrid .g-mosaicgrid-item-desc {
    min-height: 175px;
  }
  .research-landing .g-mosaicgrid-content a.link-target {
    height: 125%;
    width: 120%;
  }
  .research-landing .tall-box .g-mosaicgrid-content a.link-target {
    height: 110%;
    width: 120%;
  }
}
@media only all and (max-width: 767px) {
  .research-landing .g-mosaicgrid-3-col .g-mosaicgrid-sizer, .research-landing .g-mosaicgrid-3-col .g-mosaicgrid-item-container {
    width: 80%;
  }
  .research-landing .g-mosaicgrid .g-mosaicgrid-item-container {
    left: 12% !important;
  }
  .research-landing .g-mosaicgrid .g-mosaicgrid-item-desc {
    min-height: 73%;
  }
}
@media only all and (max-width: 475px) {
  .research-landing .g-mosaicgrid .g-mosaicgrid-item-desc {
    top: 6rem;
    display: none;
  }
}
#g-mainbody {
  padding: 1.5rem 0 0 0 !important;
}
/*FEATURE PARTICLES */
.g-features-particle .g-circle-border {
  border: 1px solid #e55039;
}
.g-features-particle .g-features-particle-item .g-content .g-features-particle-icon {
  background: #ffffff;
  color: #e55039;
}
.g-features-particle .g-circle-border {
  height: 100px;
  width: 100px;
  top: 0;
  left: 0;
  border-color: #e55039;
}
/*IMAGE FEATURE PARTICLES */
.pdf-link .g-image-features-link a:before {
  font-family: "Font Awesome 6 Free";
  content: "";
  padding-right: 5px;
  font-style: normal;
}
.download-link .g-image-features-link a:before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 5px;
  font-style: normal;
}
.g-image-features .g-image-features-image {
  background-color: #f7f9fb !important;
}
/*EASYBLOG */
#eb li {
  font-size: 1rem !important;
}
.com_easyblog #g-maintop {
  padding: 0;
}
.com_easyblog #g-maintop .g-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.com_easyblog #eb .eb-author {
  display: none;
}
.com_easyblog p.intro-block {
  margin: 0;
}
#eb .reset-heading {
  line-height: 1.3;
}
.com_easyblog #g-page-surround .eb-post-more .btn, #eb .btn.btn-danger, #eb .btn.btn-default, #eb .btn.btn-warning, #eb .btn.btn-primary, #eb .btn.btn-success, #eb .btn.btn-info {
  color: #e55039 !important;
  border: solid 1px #e55039 !important;
  background-color: #ffffff !important;
}
.com_easyblog #g-page-surround .eb-post-more .btn:hover, #eb .btn.btn-danger:hover, #eb .btn.btn-warning:hover, #eb .btn.btn-primary:hover, #eb .btn.btn-success:hover, #eb .btn.btn-info:hover {
  color: #fff !important;
  background-color: #e55039 !important;
}
#eb .btn.btn-primary span:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
#eb .btn.btn-success span:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
#eb .btn.btn-info span:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
#eb .btn.btn-warning span:after {
  content: "";
  font-family: "FontAwesome";
  padding-left: 10px;
}
#eb .btn.btn-danger span:after {
  content: "";
  font-family: "Font Awesome 6 Free";
  padding-left: 10px;
}
#eb .eb-tags-finder button.btn.btn-default {
  background-color: #e55039 !important;
  color: #fff !important;
  padding: 0 1.4rem !important;
}
#eb .eb-toolbar__link.has-composer, #eb .eb-toolbar .btn-search-submit {
  padding: 4px 6px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: transparent !important;
}
#eb .eb-toolbar__search-submit-btn {
  padding: 4px 8px !important;
}
.com_easyblog #g-page-surround .btn, #g-offcanvas .btn {
  padding: 6px 12px !important;
}
body #eb .btn-danger {
  color: #e55039 !important;
  background-color: #ffffff !important;
  border-color: #e55039 !important;
}
.eb-dialog-modal {
  height: 375px !important;
}
#eb .eb-dialog-footer-content .btn {
  text-transform: uppercase !important;
  font-weight: normal;
  font-size: 0.9rem;
}
#eb .eb-dialog-footer-content .btn:hover {
  background-color: #e55039 !important;
  color: #fff !important;
  border: 1px solid #e55039 !important;
}
.eb-shares .btn {
  background-color: #0a3d62 !important;
}
#g-page-surround .eb-shares .btn {
  padding: 0.9rem 1.2rem 0.8rem 1.2rem !important;
}
.btn.eb-shares .btn:hover {
  background-color: #e55039 !important;
  border-color: #e55039 !important;
}
#eb .eb-shares .fa {
  font-size: 18px;
}
#eb .eb-post-thumb.is-center {
  display: none;
}
.uk-accordion-title:before {
  content: "";
  font-family: FontAwesome;
  font-size: 18px;
  padding-right: 6px;
}
.uk-accordion-title.uk-active:before {
  content: "";
}
/* GALLERY FEATURE PARTICLE */
.g-gallery-feature .clickable .g-gallery-feature-item > a {
  pointer-events: auto;
}
.g-gallery-feature .g-gallery-feature-item > a {
  pointer-events: none;
}
body .clickable .uk-overlay-icon:before {
  content: "";
  font-size: 30px;
}
@media (max-width: 960px) and (min-width: 768px) {
  .uk-grid-width-small-1-2 > *, .uk-grid-width-medium-1-2 > * {
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .uk-grid-width-small-1-2 > * {
    width: 100% !important;
  }
}
/* IMAGE FEATURE PARTICLE */
.g-image-features .g-image-features-image .uk-overlay-icon:before {
  content: "" !important;
}
.uk-overlay-background {
  background: rgba(255, 255, 255, 0) !important;
}
.photo-overlay .uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore), .photo-overlay .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  /* opacity: 0; */
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.photo-overlay .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 1 !important;
}
/* FOOTER */
p.nav-titles, .g-contact-title {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
  font-family: "Roboto";
  font-size: 0.9rem;
}
#g-footer {
  padding: 0.5rem 0;
}
#g-footer .nav.menu {
  margin-bottom: 1.5rem;
  margin-top: 0;
  margin-left: 0 !important;
  display: block !important;
}
#g-footer .nav.menu li {
  margin: 0;
}
#g-footer .nav.menu li a:before {
  margin-left: -16px;
}
.g-social.social-media {
  margin: 0 -10px;
}
.g-social.social-media a {
  border-right: none;
  padding: 8px 2px 8px 10px;
}
.g-social.social-media a:first-child {
  border-left: none;
}
#g-copyright {
  font-size: 0.8rem;
}
/* RESEARCH PAGE TILE SPACING */
.research-landing #g-mainbody {
  padding-bottom: 0 !important;
}
.research-landing #g-additional {
  padding-top: 0 !important;
}
.g-gallery-feature .g-gallery-feature-title.align-left:after {
  margin: 25px 0;
}
.feature-bullets {
  font-size: 1.1rem;
  list-style-type: circle;
  color: #e55039;
}
.feature-bullets span.default-text-color {
  color: #295169;
}
/*Widgetkit accordian heading for blog post*/
.uk-accordion-title {
  font-size: 0.85rem !important;
}
/* SPACING FOR MAINTOP SECTION WHERE H1 MODULES LIVE */
#g-maintop {
  padding: 0 0 3.5rem 0;
}
/* SPACING ABOVE RS FORM */
.com_rsform #g-maintop {
  padding-bottom: 0;
}
/* MINITEK RESPONSIVE GRID FOR ARTICLES */
.mix-list p.mix-introtext {
  display: none;
}
.rga .inner-mix {
  line-height: 1.5;
  font-size: 0.9rem;
  color: #295169 !important;
}
.rga .inner-mix p {
  margin: 1.5rem 0;
}
.rga .inner-mix h2 {
  margin-top: 0;
  margin-bottom: 0.3rem;
  line-height: 1.15;
}
.rga .inner-mix h3 {
  line-height: 1.15;
}
.rga .inner-mix img {
  width: auto;
}
.rga .inner-mix .link-icon {
  float: left;
}
.photo-grid {
  float: left;
  width: 20%;
}
.bio-grid {
  float: left;
  width: 78%;
}
@media only all and (max-width: 1199px) and (min-width: 960px) {
  .bio-grid {
    margin-left: 1rem;
  }
}
@media only all and (max-width: 959px) {
  .photo-grid, .bio-grid {
    width: 100%;
  }
  .photo-grid {
    padding-bottom: 10px;
  }
}
/* MINITEK WALL */
.mwall-item-inner .bio-grid p {
  font-size: 14.4px;
  font-weight: 300;
  line-height: 21.6px;
}
.mwall-s-desc, .mwall-desc {
  padding: 0 !important;
}
.mwall-item-inner h2 {
  margin-top: 5px !important;
  margin-bottom: 1rem !important;
}
.mwall-item-inner h3 {
  font-size: 1.3rem !important;
}
.mwall-item-inner .photo-grid img {
  padding-bottom: 15px;
}
.mwall-item-inner.mwall-detail-box {
  border-bottom: 1px solid #e5e5e5 !important;
}
/* Tool container */
#HCCIlinediv {
  position: relative;
}
#HCCIlinediv p {
  margin-left: 1.5rem;
}
.no-hidden-overflow #g-page-surround {
  overflow: visible !important;
}
/* Global modifications for responsiveness (except navigation issues, which are up above) */
@media only all and (max-width: 47.938rem) and (min-width: 730px) {
  .g-container {
    width: 45rem;
  }
}
@media only all and (max-width: 729px) and (min-width: 575px) {
  .g-container {
    width: 40rem;
  }
}
@media only all and (max-width: 767px) {
  p.intro-block {
    width: 90%;
  }
}
@media only all and (max-width: 575px) {
  .sub-h1, .sub-h2 {
    line-height: 2 !important;
  }
}
/* Resources page */
.stripe-1, .stripe-2 {
  padding: 20px;
  margin-top: 2rem;
}
.stripe-1 h2, .stripe-2 h2 {
  margin-bottom: 1rem;
}
.stripe-1 h4, .stripe-2 h4 {
  margin: 1rem 0 0.1rem 1rem;
  font-family: Roboto;
  font-size: 1.1rem;
}
.stripe-1 p, .stripe-2 p {
  margin: 0.1rem 0 0.2rem 1rem !important;
}
.stripe-1 {
  background-color: #f6f6f6;
}
/* HCCUR landing page */
.stripe-3 {
  padding: 0;
  margin-top: 0;
}
.stripe-3 h4 {
  margin: 1rem 0 0.1rem 0;
  font-family: Roboto;
  font-size: 1.1rem;
}
.stripe-3 p {
  margin: 0.1rem 0 0.2rem 0 !important;
}
/*Error page */
.g-error #g-mainbottom {
  min-height: 550px;
  background-position-y: bottom;
}
/*UIKit Tooltip customize */
.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  background: #0a3d62;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
  text-shadow: none;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px dashed #0a3d62;
}
.uk-tooltip-top-left:after, .uk-tooltip-top-right:after, .uk-tooltip-top:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #0a3d62;
}
.uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after, .uk-tooltip-bottom:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #0a3d62;
}
.uk-tooltip-bottom:after, .uk-tooltip-top:after {
  left: 50%;
  margin-left: -5px;
}
/* TEST TILES */
.test-page .g-mosaicgrid .g-mosaicgrid-item-button {
  right: 0.75rem;
}
.test-page .g-mosaicgrid .btn {
  font-size: 1rem !important;
  font-weight: normal !important;
  text-transform: none !important;
  visibility: hidden !important;
  margin-right: 0.75rem !important;
  padding-right: 0 !important;
}
.test-page .g-mosaicgrid .btn:after {
  visibility: visible;
  padding: 0.5rem 0.75rem 0.55rem 0.9rem !important;
  border-radius: 40px !important;
  background: rgba(0, 0, 0, 0.25) !important;
}
.test-page .link-target:hover + .g-mosaicgrid-item-button .btn {
  visibility: visible !important;
}
.test-page .link-target:hover + .g-mosaicgrid-item-button .btn:after {
  background: transparent !important;
}
.test-page .g-mosaicgrid-content:hover .btn, .test-page .g-mosaicgrid-content:active .btn, .test-page .g-mosaicgrid-content:focus .btn {
  visibility: visible !important;
}
.test-page .g-mosaicgrid-content:hover .btn:after, .test-page .g-mosaicgrid-content:active .btn:after, .test-page .g-mosaicgrid-content:focus .btn:after {
  background: transparent !important;
}
/* PHMI special landing page header */
.g-main-nav .top-hidden {
  display: none !important;
}
@media only all and (min-width: 960px) {
  .phmi .g-offcanvas-toggle {
    display: block !important;
  }
}
/* PHMI SIDEBAR MENU */
.phmi #g-offcanvas p {
  margin: 0;
  font-size: 13px;
}
.phmi #g-offcanvas .selected {
  font-weight: 700;
  color: #ffffff;
}
.phmi #g-offcanvas a {
  color: #f0f0f5 !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.35px;
  cursor: pointer;
}
.phmi #g-offcanvas a:hover {
  font-weight: 700;
  color: #ffffff;
}
.phmi #g-offcanvas .coming-soon {
  color: #084594 !important;
}
.phmi #g-offcanvas h2 {
  font-size: 18px;
  border-bottom: 1px solid #f0f0f5;
  padding-bottom: 16px !important;
}
.phmi #g-offcanvas .utility {
  line-height: 1.25;
  margin-bottom: 8px !important;
  margin-top: 24px !important;
}
.phmi #g-offcanvas .red {
  color: #eb5757 !important;
}
.phmi #g-offcanvas .all-caps {
  text-transform: uppercase;
}
.phmi .g-offcanvas-toggle:after {
  content: "MENU" !important;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 5px;
}
/*PHMI ICON BOX PARTICLE */
.wide-box .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 45%;
  -moz-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
  width: 45%;
}
@media only all and (max-width: 767px) {
  .wide-box .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* HCCI 2.0 */
a.logo-padding {
  padding: 9.125px 2.5em;
  margin: 0;
}
span.g-timeline-icon {
  vertical-align: top;
}
.g-timeline .fa {
  font-size: 90% !important;
}
@media only all and (min-width: 960px) {
  span.g-timeline-icon {
    padding-top: 14% !important;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 #g-timeline:before {
    left: 0;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    left: 0;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 3rem;
    padding: 25px;
    width: 90%;
  }
}
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: left;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content:before {
    left: auto;
    right: 100%;
    border-left-color: transparent;
    border-right-color: white;
  }
}
.g-features-particle.style7.no-rollover .g-content:hover {
  border: 1px solid #e5e5e5 !important;
}
.g-features-particle.style7.no-rollover .g-content:hover .g-features-particle-icon {
  background: #fff !important;
  color: #e55039 !important;
}
.hub-toolbar a.logo-padding {
  padding: 9.125px 0;
}
.hub-toolbar .logo .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
#g-top.hub-toolbar .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 9.125px 15px !important;
}
.hub .g-particle-intro {
  margin-bottom: 0 !important;
}
.hub #g-maintop {
  padding: 3rem 0 3rem 0 !important;
}
body.hub .g-particle-intro .g-title-separator {
  margin: 1rem auto !important;
}
.hub .g-introtext {
  font-size: 1.15rem;
}
.hub #g-fullwidth {
  padding: 1.5rem 1.563rem !important;
}
.hub #g-utility, .hub #g-maintop {
  padding: 1.5rem 0 0 0 !important;
}
@media only all and (max-width: 1376px) {
  .hub .search-bar {
    width: 29%;
    flex: 0 29%;
    text-align: right !important;
  }
  .logo.vertical-center {
    width: 30%;
    flex: 0 30%;
    text-align: left !important;
  }
}
@media only all and (max-width: 959px) {
  .hub-menu {
    display: none !important;
  }
  .logo.vertical-center {
    padding-left: 100px !important;
    width: 65%;
    flex: 0 65%;
    text-align: right !important;
  }
  .hub .search-bar {
    width: 35%;
    flex: 0 35%;
    text-align: right !important;
  }
}
@media only all and (min-width: 960px) {
  .hub .g-offcanvas-toggle {
    display: none !important;
  }
}
@media only all and (max-width: 680px) {
  .logo.vertical-center {
    width: 100%;
    flex: 0 100%;
    text-align: center !important;
    padding-top: 50px !important;
    padding-left: 0 !important;
  }
  .hub .search-bar {
    width: 100%;
    flex: 0 100%;
    text-align: center !important;
    padding: 20px 0 !important;
  }
}
.hub #g-breadcrumb {
  min-height: 50px;
}
.hub .g-offcanvas-toggle:after {
  content: "MENU" !important;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 5px;
}
.search-bar, .vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#g-top input, #g-top textarea {
  color: #666;
}
.align-left h3 {
  text-align: left;
}
.align-left .g-title-separator.no-intro-text {
  margin: 2.5rem 0 !important;
}
/* ENGAGEBOX */
.eb-content p {
  font-size: 1.1rem;
  line-height: 1.5;
}
.eb-content .bio-grid {
  padding-left: 20px;
}
/* USER REGISTRATION */
.view-registration iframe {
  height: 100% !important;
}
.view-login .alert-error {
  display: none;
}
#g-page-surround #member-registration .btn.btn-primary.validate {
  background: #e1e0e0;
}
/* FILLABLE STUDIO FORMATTING OVERRIDES */
iframe .mat-toolbar.mat-primary {
  display: none !important;
}
/*WIDGETKIT ACCORDIONS */
.hub .wk-scope {
  padding-left: 20px !important;
}
/*ABOUT US PAGE */
.about #g-additional, .about #g-extension, .about #g-mainbottom {
  padding: 1.5rem 0 0 0 !important;
}
.about #g-mainbottom {
  background-position: top right;
}
@media only all and (min-width: 768px) {
  .about #g-mainbottom p, .about #g-mainbottom h3 {
    width: 70%;
  }
}
/**UIKIT 3 HOME PAGE TILES **/
.jl-card-tiles {
  background-color: #fff;
  color: #295169;
  box-shadow: 0px 0px 24px -8px rgba(10, 61, 98, 0.25);
  width: 224px !important;
  height: 224px !important;
}
.jl-card-body {
  border: 1px rgba(240, 240, 245, 0.75) solid;
  border-radius: 16px;
}
.jl-card-med .jl-card-body, .jl-card-med.jl-card-body {
  padding: 30px 30px;
}
.tiles-uikit [class*=" icon-"] {
  margin-bottom: 20px !important;
  display: inline-flex !important;
  color: #e55039;
  width: 45px;
  height: 90px;
  align-items: center !important;
  font-size: 70px !important;
}
.tiles-uikit [class*=" icon-guroo-full"] {
  font-size: 120px !important;
}
.jl-card-title {
  line-height: 1.2;
}
.tiles-uikit p {
  margin: 0 !important;
}
.tiles-uikit h4 {
  margin-bottom: 0 !important;
}
.tile-content-wrapper {
  position: relative;
  top: 0;
  transition: all 400ms ease-in-out 20ms;
}
.tile-extra-wrapper {
  position: relative;
  top: 275px;
  transition: all 400ms ease-in-out 20ms;
}
.tile-button {
  float: right;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  font-size: 16px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  width: 25px;
  color: #ffffff;
  margin-bottom: 10px;
}
span.fa-caret-right {
  left: 1px;
  top: -1px;
  position: relative;
}
.jl-card {
  transition: all 400ms ease-in-out 20ms;
  overflow: hidden;
}
.jl-card-hover:not(.jl-card-default):not(.jl-card-primary):not(.jl-card-secondary):hover {
  background-color: #0a3d62;
  box-shadow: 0 14px 25px rgba(10, 61, 98, 0.4);
  transform: translateY(-1.25rem);
  transition: all 400ms ease-in-out 20ms;
  color: #ffffff;
  height: auto !important;
}
.jl-card-hover:not(.jl-card-default):not(.jl-card-primary):not(.jl-card-secondary):hover [class*=" icon-"], .jl-card-hover:not(.jl-card-default):not(.jl-card-primary):not(.jl-card-secondary):hover h4 {
  color: #ffffff !important;
}
.jl-card-hover:not(.jl-card-default):not(.jl-card-primary):not(.jl-card-secondary):hover .tile-content-wrapper {
  top: 0;
  transition: all 400ms ease-in-out 20ms;
}
.jl-card-hover:not(.jl-card-default):not(.jl-card-primary):not(.jl-card-secondary):hover .tile-extra-wrapper {
  top: 15px;
  transition: all 400ms ease-in-out 20ms;
}
.jl-card-hover:not(.jl-card-default):not(.jl-card-primary):not(.jl-card-secondary):hover [class*=" icon-"] {
  height: 90px;
  font-size: 80px !important;
}
.jl-card-hover:not(.jl-card-default):not(.jl-card-primary):not(.jl-card-secondary):hover [class*=" icon-guroo-full"] {
  font-size: 120px !important;
}
/** ACCORDION HOME PAGE **/
.foldup p {
  font-size: 1.09rem;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.foldup h4 {
  margin-bottom: 3px;
  margin-top: 2rem;
}
.jl-button {
  padding: 0 15px;
  border-radius: 20px;
}
#g-page-surround .login .btn, #g-page-surround .registration .btn {
  background-color: #295169 !important;
  color: #ffffff !important;
  padding: 0.375rem 0.75rem !important;
}
.plg_system_webauthn_login_button svg path {
  fill: #ffffff !important;
}
.plg_system_webauthn_login_button svg {
  vertical-align: middle !important;
}
.df-interactive .row > * {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.fa.fa-long-arrow-right:before {
  content: "";
}
CSS TO INTEGRATE FOR GRADUAL REDESIGN #g-top {
  border-bottom: none;
}
.g-logo {
  margin: 10px 0;
}
.wk-scope .wk-subnav > .wk-active > a {
  color: #e55039 !important;
}
.feature-blocks {
  margin-bottom: 30px;
}
.feature-blocks h3 {
  margin: 0 0 1rem 0;
}
body:not(.df-interactive) .feature-blocks h3 {
  font-size: 1.215rem !important;
}
.feature-blocks p {
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .quote-feature .g-content {
    margin-top: 20%;
  }
}
.home p.intro-block {
  margin-bottom: 0;
  margin-top: 0;
}
.home #g-maintop .g-container, .home #g-additional .g-container {
  border-radius: 16px;
  box-shadow: 0px 0px 16px rgba(10, 61, 98, 0.25);
}
.home #g-maintop, .home #g-feature {
  border-bottom: none;
}
.home #g-maintop {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .home .uk-grid > *:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home .uk-grid > *:last-child {
    padding-left: 15px;
    border-left: 1px solid #f0f0f0;
  }
}
.sub-h1, .sub-h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
}
i.fa-arrow-down, i.fa-info-circle {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  padding-left: 10px;
}
i.fa-long-arrow-right {
  padding-left: 10px;
}
.button {
  padding: 0.75rem 1rem;
  text-align: center;
  border-radius: 9999px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  font-size: 1rem;
  display: inline-block;
  text-transform: none;
  margin-top: 30px;
}
.button-solid {
  background-color: #e55039;
  border: solid 1px #e55039;
  color: #ffffff;
}
.button-solid.button-reverse {
  background-color: #ffffff;
  color: #0a3d62;
  border-color: #ffffff;
}
.button-solid.button-reverse:hover {
  background-color: #f0f0f5;
  border-color: #f0f0f5;
}
.uk-panel-box-secondary .button-solid.button-reverse:hover {
  background-color: #0a3d62;
  color: #ffffff;
  border-color: #0a3d62;
}
.button-empty {
  background-color: transparent;
  color: #0a3d62;
  border: solid 1px #0a3d62;
}
.button-empty.red-frame {
  background-color: transparent;
  color: #e55039;
  border: solid 1px #e55039;
}
.button-empty.red-frame:hover, .button.empty:hover {
  background-color: #e55039;
  color: #ffffff !important;
}
.button-empty.red-frame:hover a, .button.empty:hover a {
  color: #ffffff !important;
}
.button-empty.button-reverse {
  border-color: #ffffff;
  color: #ffffff;
}
.button-empty.button-reverse:hover {
  border-color: #ffffff;
  color: #0a3d62;
  background-color: #f0f0f5;
  border-color: #f0f0f5;
}
.landing-data-research #g-header {
  background: linear-gradient(96.57deg, #0a3d62 10.83%, #4d80b5 127.25%);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.landing-data-research.original-research #g-header {
  background: linear-gradient(96.57deg, #eff8ff 10.83%, #d2d9e2 127.25%);
}
.landing-data-research #g-header p {
  margin: 0;
}
.landing-data-research.original-research #g-header p {
  color: #444444;
}
.landing-data-research.original-research #g-header h1 {
  color: #033d5a !important;
}
.landing-data-research #g-showcase {
  background: linear-gradient(96.57deg, #eff8ff 10.83%, #d2d9e2 127.25%);
}
.landing-data-research #g-showcase p {
  margin: 0.5rem;
}
.badge {
  background-color: #e55039;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.uk-panel {
  border-radius: 1rem;
  border: none;
  padding: 15px;
}
.uk-panel p {
  font-size: 1.125rem;
}
.uk-panel-box-promo, .uk-panel-box-banner {
  background: transparent;
  color: #ffffff;
}
.uk-panel-box-primary {
  background: linear-gradient(96.57deg, #0a3d62 10.83%, #4d80b5 127.25%);
  color: #ffffff;
}
.uk-panel-box-secondary {
  background: linear-gradient(96.57deg, #eff8ff 10.83%, #d2d9e2 127.25%);
}
.uk-panel-box-testimonial {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 0px 16px rgba(10, 61, 98, 0.25);
}
.uk-panel.uk-panel-box-testimonial p {
  font-size: 15.2px;
}
.uk-panel-box-primary .uk-panel-title, .uk-panel-box-primary p, .uk-panel-box-promo p, .uk-panel-box-banner p {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .uk-panel.uk-panel-box {
    margin-bottom: 20px;
  }
}
.framed-images img {
  border: 1px solid #f0f0f0;
  padding: 10px;
}
.tiles-uikit p {
  margin: 0 !important;
}
.landing-data-research #g-top, .home #g-top {
  border-bottom: none;
}
.landing-data-research .g-logo, .home .g-logo {
  margin: 10px 0;
}
.landing-data-research #g-top .g-main-nav .g-toplevel > li > .g-menu-item-container, .home #g-top .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #295169;
}
.landing-data-research #g-top .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .home #g-top .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #e55039;
}
.landing-data-research #g-top li.active, .home #g-top li.active {
  border-bottom: 2px solid #e55039;
}
.landing-data-research #g-bottom, .home #g-bottom {
  background: linear-gradient(96.57deg, #0a3d62 10.83%, #4d80b5 127.25%) !important;
  margin-top: 2rem;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.g-companies .g-particle-intro {
  margin-bottom: 0;
  text-align: left;
  margin-top: 10px;
}
#g-additional .g-title {
  margin-bottom: 0;
  font-size: 1.215rem !important;
}
.g-companies.style1 .g-companies-image img, .g-companies-slider.style1 .g-companies-image img, .g-companies-slideset.style1 .g-companies-image img {
  border: none;
  filter: none;
  width: 70%;
}
.landing-data-research .afterbottom-a {
  padding-bottom: 10px;
}
.landing-data-research #g-afterbottom, .landing-data-research #g-additional {
  padding: 1.5rem 0;
}
.g-companies img {
  mix-blend-mode: multiply;
}
.landing-data-research #g-maintop {
  padding: 0 0 1.5rem 0;
}
.landing-data-research #g-maintop .g-container, .landing-data-research #g-feature .g-container {
  box-shadow: 0px 0px 16px rgba(10, 61, 98, 0.25);
  border-radius: 16px;
}
.landing-data-research #g-feature {
  padding: 3.5rem 0;
}
.landing-data-research #g-additional .g-block.size-47, .landing-data-research #g-additional .g-block.size-48 {
  box-shadow: 0px 0px 16px rgba(10, 61, 98, 0.25);
  border-radius: 16px;
}
#eb.mod-easybloglatestblogs * {
  line-height: 1.4;
}
#eb .eb-mod-media-title, #eb .eb-mod-title {
  font-weight: 500 !important;
}
#eb .mod-items-grid {
  margin-bottom: 0 !important;
}
#system-message-container joomla-alert {
  margin: 5.063rem 1.563rem 1rem 1.563rem;
}
.ehcc #g-navigation {
  display: block !important;
  background-color: #ffffff !important;
  border-bottom: #dee9f1 1px solid;
}
.ehcc #g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .ehcc #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #0d3e62 !important;
  border-bottom: 2px solid #89dcff !important;
}
.ehcc #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-transform: none !important;
}
.ehcc h1, .ehcc h2, .ehcc h3, .ehcc h4 {
  font-family: "new-spirit", serif !important;
}
.ehcc h2 {
  line-height: 1.1 !important;
  margin: 0 0 1rem 0 !important;
}
.ehcc h4 {
  line-height: 1.1 !important;
  margin: 0 0 0.8rem 0 !important;
  font-weight: 600;
}
.compact-banner-text {
  font-size: 1.1rem;
}
.ehcc #g-showcase .g-grid {
  align-items: center;
}
.ehcc i.fa-solid.fa-plus {
  font-size: 1.8rem;
}
@media (max-width: 1024px) {
  .ehcc h2 {
    font-size: 2.25rem !important;
  }
  .ehcc h3 {
    font-size: 1.77rem !important;
  }
  .ehcc h4 {
    font-size: 1.23rem !important;
  }
}
@media (min-width: 1025px) {
  .ehcc h2 {
    font-size: 2.7rem !important;
  }
  .ehcc h3 {
    font-size: 2.13rem !important;
  }
  .ehcc h4 {
    font-size: 1.48rem !important;
  }
}
.ehcc-button {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
  background-color: transparent;
  border-bottom: solid 1px #dee9f1;
  border-radius: 0 !important;
  color: #0a3d62 !important;
  gap: 0.25rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  text-decoration-line: none !important;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  border-radius: 80px;
  display: flex;
  font-weight: 600;
  gap: 0.5rem;
  justify-content: start;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ehcc-button:hover {
  border-bottom-color: #4f7591;
}
.ehcc-button::after {
  content: url('../../../../images/EHCC/ehcc-button-arrow.svg');
  padding-left: 0.25rem;
  display: inline-block;
}
.ehcc #g-prebottom {
  background: linear-gradient(96.57deg, #0d3e62 10.83%, #4d80b5 127.25%) !important;
  padding: 0.5rem 0 !important;
}
.ehcc-solid-button.button.button-large {
  font-size: 1.2rem !important;
  padding: 1rem 2rem !important;
  border-radius: 14px !important;
  font-family: "Public-sans", sans-serif !important;
  font-weight: 400 !important;
  background: linear-gradient(96.57deg, #ffffff 10.83%, #ffffff 127.25%) !important;
  color: #0d3e62 !important;
  transition: background-color 0.3s ease-in-out;
}
.ehcc-solid-button.button.button-large:hover {
  background: linear-gradient(96.57deg, #ffffff 10.83%, #c8f0ff 127.25%) !important;
  transition: background-color 0.3s ease-in-out;
}
.ehcc .wk-scope em {
  color: #0d3e62 !important;
}
.blue-text-box {
  background-color: #eff8ff;
  padding: 4px;
}
.gray-intro-text {
  color: #929292;
  font-size: 1.1rem;
  font-weight: 600;
}
.feature-text {
  font-size: 1.1rem;
}
#g-additional, #g-copyright {
  border-top: #dee9f1 1px solid;
}
.ehcc .g-block.g-features-particle-item {
  margin: 15px !important;
}
.ehcc .g-features-particle .g-features-particle-item .g-content .g-features-particle-icon {
  background: transparent !important;
  color: #0D3E62 !important;
  margin-top: -36px !important;
  padding: 4px !important;
}
.ehcc .g-features-particle .g-circle-border {
  height: 72px;
  width: 72px;
  border: 1.5px solid #0D3E62;
}
.ehcc .g-features-particle .g-features-particle-icon, .ehcc .g-features-particle .g-circle-border {
  font-size: 4rem;
  height: 72px;
  width: 72px;
  line-height: 72px;
  margin-bottom: 0.75rem;
}
body.ehcc .g-features-particle.style1 .g-features-particle-icon {
  box-shadow: none;
}
.ehcc .g-features-particle h4 {
  font-family: "Public Sans", serif !important;
  font-weight: 600;
  font-size: 1.1rem;
  position: relative;
  padding-bottom: 15px;
}
.ehcc .g-features-particle h4::after {
  content: "";
  /* Pseudo-elements must have a content property */
  display: block;
  /* Makes the pseudo-element a block-level element so width can be set */
  width: 35px;
  /* Sets the desired width for the separator */
  height: 2px;
  /* Sets the thickness/height of the separator line */
  background-color: #0D3E62;
  /* Sets the color of the separator line */
  position: absolute;
  /* Positions the separator relative to the h4 element */
  margin: 0 auto;
  bottom: 0;
  /* Aligns the bottom of the separator with the bottom of the padding space */
  left: 0;
  /* Aligns the separator to the left */
  right: 0;
}
.pie-mission .fa-circle:before {
  content: url('../../../../images/EHCC/pie-01.svg') !important;
}
.pie-vision .fa-circle:before {
  content: url('../../../../images/EHCC/pie-02.svg') !important;
}
.pie-values .fa-circle:before {
  content: url('../../../../images/EHCC/pie-03.svg') !important;
}
.pie-mission p, .pie-vision p, .pie-values p {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* Smooth transition */
  transform: translateY(30%);
  /* Start off-screen to the bottom */
}
.pie-mission p.show, .pie-vision p.show, .pie-values p.show {
  opacity: 1;
  transform: translateY(0);
  /* Slide into view */
}
.pie-vision p {
  transition-delay: 0.5s;
}
.pie-values p {
  transition-delay: 1s;
}
.ehcc .g-features-particle p, .g-features2-particle p {
  text-align: left;
}
.ehcc .g-features-particle .g-content, .ehcc .g-features2-particle .g-content {
  margin: 0 !important;
  background-color: #EFF8FF !important;
  padding: 0 35px 30px 35px !important;
  border-radius: 15px;
  min-height: 315px;
}
.ehcc .g-features-particle::before {
  content: url('data:image/svg+xml,<%3Fxml%20version="1.0"%20encoding="UTF-8"%3F><svg%20id="Layer_1"%20xmlns="http://www.w3.org/2000/svg"%20viewBox="0%200%20790%2040"><defs><style>.cls-1{fill:none;stroke:%230d3e62;stroke-miterlimit:10;stroke-width:1.5px;vector-effect:%20non-scaling-stroke}</style></defs><polyline%20class="cls-1"%20points="2%2037.55%202%202.48%20788%202.48%20788%2037.55"/><line%20class="cls-1"%20x1="395"%20y1="2.48"%20x2="395"%20y2="37.55"/></svg>');
  width: 790px !important;
  display: inline-block;
  padding-bottom: 12px;
}
@media (max-width: 1199px) {
  .ehcc .g-features-particle .g-content, .ehcc .g-features2-particle .g-content {
    min-height: 372px !important;
  }
  .ehcc .g-features-particle::before {
    width: 630px !important;
  }
}
@media (max-width: 959px) {
  .ehcc .g-features-particle .g-content, .ehcc .g-features2-particle .g-content {
    min-height: 512px !important;
  }
  .ehcc .g-features-particle::before {
    width: 500px !important;
  }
}
@media (max-width: 767px) {
  .ehcc .g-features-particle .g-content, .ehcc .g-features2-particle .g-content {
    min-height: 0 !important;
    margin-bottom: 20px !important;
  }
  .ehcc .g-features-particle::before {
    display: none !important;
  }
}
.ehcc .convertforms .cf-control-group {
  padding: 8px 10px 5px 10px !important;
}
.ehcc .convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
  padding: 0 20px 20px 20px !important;
}
.submit-button {
  background: linear-gradient(96.57deg, #0D3E62 10.83%, #0D3E62 127.25%) !important;
  font-weight: 600 !important;
  margin-top: 16px !important;
}
.submit-button:hover {
  background: linear-gradient(96.57deg, #0D3E62 10.83%, #4d80b5 127.25%) !important;
}
.contact-block .g-contact-title {
  font-family: "Public Sans", serif !important;
  font-size: 1rem !important;
  margin-bottom: 0.4rem !important;
  color: #929292 !imporant;
}
.contact-block .g-contact-value a {
  font-size: 1rem !important;
  color: #929292 !important;
}
.contact-block.g-contacts.style2 .g-title-value-container {
  margin-left: 42px !important;
  padding-top: 5px !important;
}
.contact-block .g-contacts-icon {
  border: none !important;
  font-size: 14px !important;
  height: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  color: #cdcdd2 !important;
  background-color: #f4f4f6 !important;
}
.phone-block .g-contacts-icon {
  font-size: 18px !important;
  line-height: 32px !important;
}
.ue-list {
  gap: 22px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  margin-top: 50px;
}
.ue-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
}
.ue-list-item.blue-text-box {
  padding: 12px 10px;
}
.container1 {
  width: 500px;
  overflow: hidden;
}
@media (max-width: 1065px) {
  .container1 {
    width: 465px !important;
  }
  .ue-list-item-content h4 {
    font-size: 1.1rem !important;
  }
}
@media (max-width: 997px) {
  .container1 {
    width: 100% !important;
  }
  #g-subnavigation .g-block.size-50 {
    flex-grow: 0 !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .ue-list {
    margin-top: 0 !important;
  }
  .ue-list-item-content h4 {
    font-size: 1.2rem !important;
  }
}
@media (max-width: 574px) {
  .ue-list-item-content h4 {
    font-size: 11rem !important;
  }
}
.grid-container {
  display: grid;
  grid-template-areas: "stacked-area";
  /* Define a single area to stack dark blue and light blue boxes */
}
.div1, .div2 {
  grid-area: stacked-area;
}
.div2 {
  z-index: 20;
}
.div1 {
  background-color: #0D3E62;
  z-index: 10;
  width: 0;
  transition: width 0.5s ease-in-out;
  display: flex;
  overflow: hidden;
  padding: 12px 0 !important;
}
.div-initial {
  transition-delay: 1s;
}
.reveal {
  width: 0;
  white-space: nowrap;
  transition: width 0.5s ease-in-out;
  display: flex;
  overflow: hidden;
  padding: 12px 0 !important;
}
.reveal1.revealed, .reveal2.revealed, .reveal3.revealed, .reveal4.revealed {
  width: 100%;
  padding: 12px 10px !important;
}
.blue1.revealed, .blue2.revealed, .blue3.revealed, .blue4.revealed {
  width: 100%;
}
#g-showcase {
  padding: 0 0 !important;
}
.slide-elementX {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* Smooth transition */
}
.slide-elementX.show {
  opacity: 1;
  transform: translateX(0);
  /* Slide into view */
}
.slide-left {
  transform: translateX(-100%);
  /* Start off-screen to the left */
}
.slide-right {
  transform: translateX(100%);
  /* Start off-screen to the right */
}
.slide-elementY {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  /* Smooth transition */
}
.slide-elementY.show {
  opacity: 1;
  transform: translateY(0);
  /* Slide into view */
}
.slide-top {
  transform: translateY(-200%);
  /* Start off-screen to the left */
}
@media (max-width: 767px) {
  #g-showcase .g-block.size-10.center .g-content {
    margin: 0 !important;
  }
  #g-prebottom h4 {
    font-size: 1.5rem !important;
  }
}
.ue-list-item-index {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  width: 28px;
  height: 28px;
  background-color: #FFF0;
  color: #0D3E62;
  border-radius: 50px 50px 50px 50px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #0D3E62;
  text-shadow: -2px -2px 0 #eff8ff, 2px -2px 0 #eff8ff, -2px 2px 0 #eff8ff, 2px 2px 0 #eff8ff;
}
.ue-list-item-content h4 {
  font-family: "Public Sans", sans-serif !important;
  font-size: 1.2rem !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.05em !important;
  padding-left: 10px !important;
}
.ehcc .fa-check {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 24px;
  padding-left: 7px;
  padding-bottom: 5px;
}
.ehcc .fa-check::before {
  content: "";
}
.ehcc .g-offcanvas-toggle {
  color: #e55039 !important;
}
/*# sourceMappingURL=custom_10.css.map */