.scrollbar-ripe-malinka::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(330deg, #272B5E 0%, #EA5631 100%);
  background-image: linear-gradient(120deg, #272B5E 0%, #EA5631 100%);
}

.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.size-thumbnail,
.size-medium,
.size-large,
.size-full {
  max-width: 100%;
  height: auto;
}

.wp-caption img {
  display: inline;
}

.wp-caption-text {
  padding: 10px;
  color: #fff;
  background: #333333;
}

.btn-outline p {
  margin-bottom: 0px;
}

iframe {
  width: 100%;
}

input[type=submit i] {
  color: #272B5E;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #EA5631;
  border-radius: 5px;
}

input[type=submit i]:hover {
  color: #272B5E;
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #272B5E;
  border-radius: 5px;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  padding-top: 5px;
}

/*font sizes*/
.font-size-small {
  font-size: small !important;
}

.font-size-smaller {
  font-size: smaller !important;
}

.font-size-xsmall {
  font-size: x-small !important;
}

.font-size-large {
  font-size: large !important;
}

.font-size-larger {
  font-size: larger !important;
}

.font-size-xlarge {
  font-size: x-large !important;
}

ul li {
  margin-bottom: 11px;
}

/*news dropdown selector*/
.nws-dropdown select {
  background: #007e7f;
  padding: 5px;
  width: 100% !important;
  color: #fff;
  font-size: 20px;
  border: 13px solid #007e7f;
  border-radius: 10px;
}

body.high-contrast .nws-dropdown select {
  background: #424142;
  border: 13px solid #424142;
}

.slider-category .col-lg-4 {
  flex: none;
  max-width: fit-content;
}
.slider-category .col-sm-6 {
  flex: none;
  max-width: fit-content;
}
.slider-category .col-12 {
  flex: none;
  max-width: fit-content;
}
.slider-category .slick-initialized .slick-slide {
  display: block;
  height: 100%;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
  font-size: 30px;
  line-height: 1;
}
.slider-category .slick-prev:before,
.slider-category .slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
}
.slider-category .slick-next {
  right: -10px;
}
.slider-category .slick-prev {
  left: -20px;
}
.slider-category .slick-dots {
  bottom: 50px;
  z-index: 10;
  padding-left: 15px;
  padding-top: 15px;
  position: relative !important;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .slider-category .slick-dots {
    bottom: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .slider-category .slick-dots {
    bottom: 20px;
  }
}
.slider-category .slick-dots li {
  background: none;
  margin-bottom: 3px;
  margin-right: 3px;
}
.slider-category .slick-dots li.slick-active {
  border: none;
}
.slider-category .slick-dots li button {
  padding: 10px;
}
.slider-category .slick-dots li button:before {
  content: "" !important;
}

body.high-contrast a {
  color: #ffffff !important;
}
body.high-contrast a:hover {
  color: #ffffff61 !important;
}

.sg-block-title .h1,
.sg-block-title .h2,
.sg-block-title .h3,
.sg-block-title .h4,
.sg-block-title .h5,
.sg-block-title .h6,
.sg-block-title h1,
.sg-block-title h2,
.sg-block-title h3,
.sg-block-title h4,
.sg-block-title h5,
.sg-block-title h6 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1152px) {
  .tp-buttons {
    width: 300px;
  }
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 25px;
  line-height: 1 !important;
  margin: -8px 0 12px 0px !important;
}

.gform_wrapper .gform_page_footer input.button {
  font-size: 1.3em;
}

.gform_wrapper .gsection {
  border-bottom: 8px solid #eae8e8;
}

.gform_wrapper h2.gsection_title {
  padding: 0px 0px 8px 0px !important;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: 0;
  color: #9e1e63;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 10px;
  border-width: 0px;
  border-color: #9e1e63;
  border-radius: 0px;
  border-bottom: 3px solid #9e1e63;
  border-left: 3px solid #9e1e63;
}

.gform_wrapper .gform_page_footer {
  border-top: 8px solid #eae8e8;
}

.main-menu-text {
  font-weight: 300;
}

.sg-breadcrumbs p {
  margin: 0 !important;
}

.sg-content-feature-full p {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 16px;
}

.sg-content-feature-full h1 {
  padding-bottom: 10px;
}

.sg-content-feature-full h1,
.sg-content-feature-full h2,
.sg-content-feature-full h3,
.sg-content-feature-full h4 {
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 10px;
}

.imgcred {
  padding-bottom: 10px;
}

/*CSS SPINNER*/
.sg-spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 20px;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.sg-spinner-light {
  border-top-color: #FF6D00 !important;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.sg-spinner-dark {
  border-top-color: #FF6D00 !important;
  border: 3px solid rgba(59, 59, 59, 0.3);
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
#datepicker {
  width: 100%;
  border: 1px solid #272B5E;
  margin-top: 15px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable {
  background: #272B5E !important;
  color: white;
  padding: 5px;
}

#datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  background-color: #EA5631 !important;
}

.sg-block-title.sg-secondary {
  color: #ffffff !important;
}

.sg-block-title sg-info {
  color: #212529 !important;
}

.sg-block-title sg-primary {
  color: #ffffff !important;
}

/* start WP Accessibility Helper code */
body .wahout.aicon_link {
  width: 40px;
  height: 40px;
  left: -36px !important;
  max-width: 40px;
  max-height: 40px;
  top: 109px;
}
@media (max-width: 768px) {
  body .wahout.aicon_link {
    top: 152px;
  }
}
@media (max-width: 390px) {
  body .wahout.aicon_link {
    top: 162px;
  }
}

body .accessability_container {
  left: auto !important;
  right: -200px;
}

/* end WP Accessibility Helper code */
#wp_access_helper_container input[type=checkbox] {
  width: 25px;
  height: 25px;
  accent-color: #EA5632;
}
#wp_access_helper_container button.close_container {
  background: #fff12d !important;
  color: black !important;
}

#access_container {
  height: 100%;
}

.access_container_inner {
  height: 100%;
  overflow-x: auto;
  padding-bottom: 50px;
}

/* embed doc */
.pdf-blocks .pdfemb-toolbar {
  /* hide top bar */
  display: none !important;
  position: absolute;
  top: -30px;
  padding: 1px !important;
  width: 101%;
  margin-left: -1px !important;
  justify-content: space-between;
}
.pdf-blocks .wpmf-pdfemb-viewer {
  overflow: visible;
  width: 100% !important;
}
.pdf-blocks .pdfemb-pagescontainer {
  width: 100% !important;
}
.pdf-blocks .pdfemb-zoomout,
.pdf-blocks .pdfemb-zoomin,
.pdf-blocks .pdfemb-next,
.pdf-blocks .pdfemb-prev {
  display: none !important;
}
.pdf-blocks .pdfemb-fs {
  margin-left: 10px;
}