@charset "UTF-8";
.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px; }
.wp-block-audio audio {
  width: 100%;
  min-width: 300px; }

.editor-block-list__layout .reusable-block-edit-panel {
  align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 13px;
  position: relative;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  z-index: 7; }
.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600; }
.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px; }
.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  flex-shrink: 0; }
.editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border-left: 1px dashed #e2e4e7;
  color: #555d66;
  border-bottom: 1px dashed #e2e4e7;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px; }

@media (min-width: 960px) {
  .editor-block-list__layout .reusable-block-edit-panel {
    flex-wrap: nowrap; }
    .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
      margin: 0; }
    .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
      margin: 0 0 0 5px; } }
.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em; }
  .wp-block-button.aligncenter {
    text-align: center; }
  .wp-block-button.alignright {
    text-align: right; }

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word; }
  .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover {
    color: inherit; }

.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.is-style-outline {
  color: #32373c; }
  .is-style-outline .wp-block-button__link {
    background: 0 0;
    border: 2px solid currentcolor; }

.wp-block-categories.alignleft {
  margin-right: 2em; }
.wp-block-categories.alignright {
  margin-left: 2em; }

.wp-block-columns {
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap; } }
.wp-block-column {
  flex: 1;
  margin-bottom: 1em;
  flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 50%;
    flex-grow: 0; } }
@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 32px; }
  .wp-block-column:nth-child(even), .wp-block-column:not(:first-child) {
    margin-left: 32px; }
  .wp-block-column:not(:last-child) {
    margin-right: 32px; } }
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.wp-block-cover-image {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .wp-block-cover-image.has-left-content {
    justify-content: flex-start; }

.wp-block-cover.has-left-content {
  justify-content: flex-start; }

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover-image.has-left-content .wp-block-cover-text, .wp-block-cover-image.has-left-content h2 {
  margin-left: 0;
  text-align: left; }

.wp-block-cover.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, .wp-block-cover.has-left-content h2 {
  margin-left: 0;
  text-align: left; }

.wp-block-cover-image.has-right-content, .wp-block-cover.has-right-content {
  justify-content: flex-end; }

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover-image.has-right-content .wp-block-cover-text, .wp-block-cover-image.has-right-content h2 {
  margin-right: 0;
  text-align: right; }

.wp-block-cover.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, .wp-block-cover.has-right-content h2 {
  margin-right: 0;
  text-align: right; }
.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center; }

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center; }

.wp-block-cover .wp-block-cover-image-text a {
  color: #fff; }
  .wp-block-cover .wp-block-cover-image-text a:active, .wp-block-cover .wp-block-cover-image-text a:focus, .wp-block-cover .wp-block-cover-image-text a:hover {
    color: #fff; }
.wp-block-cover .wp-block-cover-text a {
  color: #fff; }
  .wp-block-cover .wp-block-cover-text a:active, .wp-block-cover .wp-block-cover-text a:focus, .wp-block-cover .wp-block-cover-text a:hover {
    color: #fff; }
.wp-block-cover h2 a {
  color: #fff; }
  .wp-block-cover h2 a:active, .wp-block-cover h2 a:focus, .wp-block-cover h2 a:hover {
    color: #fff; }

.wp-block-cover-image .wp-block-cover-image-text a {
  color: #fff; }
  .wp-block-cover-image .wp-block-cover-image-text a:active, .wp-block-cover-image .wp-block-cover-image-text a:focus, .wp-block-cover-image .wp-block-cover-image-text a:hover {
    color: #fff; }
.wp-block-cover-image .wp-block-cover-text a {
  color: #fff; }
  .wp-block-cover-image .wp-block-cover-text a:active, .wp-block-cover-image .wp-block-cover-text a:focus, .wp-block-cover-image .wp-block-cover-text a:hover {
    color: #fff; }
.wp-block-cover-image h2 a {
  color: #fff; }
  .wp-block-cover-image h2 a:active, .wp-block-cover-image h2 a:focus, .wp-block-cover-image h2 a:hover {
    color: #fff; }
.wp-block-cover-image.has-parallax {
  background-attachment: fixed; }

.wp-block-cover.has-parallax {
  background-attachment: fixed; }

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll; } }
.wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: .5;
  z-index: 1; }

.wp-block-cover-image.has-background-dim.has-background-dim-10::before, .wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: .1; }

.wp-block-cover-image.has-background-dim.has-background-dim-20::before, .wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: .2; }

.wp-block-cover-image.has-background-dim.has-background-dim-30::before, .wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: .3; }

.wp-block-cover-image.has-background-dim.has-background-dim-40::before, .wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: .4; }

.wp-block-cover-image.has-background-dim.has-background-dim-50::before, .wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: .5; }

.wp-block-cover-image.has-background-dim.has-background-dim-60::before, .wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: .6; }

.wp-block-cover-image.has-background-dim.has-background-dim-70::before, .wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: .7; }

.wp-block-cover-image.has-background-dim.has-background-dim-80::before, .wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: .8; }

.wp-block-cover-image.has-background-dim.has-background-dim-90::before, .wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: .9; }

.wp-block-cover-image.has-background-dim.has-background-dim-100::before, .wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1; }

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 305px;
  width: 100%; }

.wp-block-cover-image::after, .wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-cover-image::after, .wp-block-cover::after {
    content: none; } }
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright {
  display: flex; }

.wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex; }

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover; }

.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit, .editor-block-list__block[data-type="core/embed"][data-align=right] .editor-block-list__block-edit {
  max-width: 360px;
  width: 100%; }

.wp-block-embed {
  margin-bottom: 1em; }
  .wp-block-embed.alignleft, .wp-block-embed.alignright {
    max-width: 360px;
    width: 100%; }
  .wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
  position: relative; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%; }
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%; }

.wp-block-file {
  margin-bottom: 1.5em; }
  .wp-block-file.aligncenter {
    text-align: center; }
  .wp-block-file.alignright {
    text-align: right; }
  .wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em; }
  .wp-block-file a.wp-block-file__button {
    text-decoration: none; }
    .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
      box-shadow: none;
      color: #fff;
      opacity: .85;
      text-decoration: none; }
  .wp-block-file * + .wp-block-file__button {
    margin-left: .75em; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
  .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative; }
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%; }
  .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto; }
  .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: 100%; }
  .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent); }
  .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline; }
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img {
    width: 100%; }
  .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%; }
  .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/ 2); }
  .wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
    margin-right: 0; }
  .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0; }
  .wp-block-gallery .blocks-gallery-image:last-child {
    margin-right: 0; }
  .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0; }
  .wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%; }
  .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%; }
  .wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    display: flex; }
  .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start; } }
@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto; } }
@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover; }
  .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover; } }
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2)/ 3);
    margin-right: 16px; }
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3)/ 4);
    margin-right: 16px; }
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4)/ 5);
    margin-right: 16px; }
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5)/ 6);
    margin-right: 16px; }
  .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6)/ 7);
    margin-right: 16px; }
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7)/ 8);
    margin-right: 16px; }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0; }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0; }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0; }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0; }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0; }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0; }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0; }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0; } }
.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0; }
  .wp-block-image img {
    max-width: 100%; }
  .wp-block-image.aligncenter {
    text-align: center; }
  .wp-block-image.alignfull img, .wp-block-image.alignwide img {
    width: 100%; }
  .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0; }
  .wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
    display: table-caption;
    caption-side: bottom; }
  .wp-block-image .alignleft {
    float: left;
    margin-right: 1em; }
  .wp-block-image .alignright {
    float: right;
    margin-left: 1em; }
  .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px; }

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em; }

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none; }
  .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px; }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5; }

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px; }

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px; }

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px; }

.wp-block-latest-posts.alignleft {
  margin-right: 2em; }
.wp-block-latest-posts.alignright {
  margin-left: 2em; }
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }
  .wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%; }

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px); }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px); }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px); }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px); }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px); } }
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px; }

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto; }
  .wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%; }
  .wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0; }
  .wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8% 0 8%; }
  .wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
    max-width: unset;
    width: 100%;
    vertical-align: middle; }

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content"; }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
      grid-template-areas: "media-text-content" "media-text-media"; } }
p.is-small-text {
  font-size: 14px; }
p.is-regular-text {
  font-size: 16px; }
p.is-large-text {
  font-size: 36px; }
p.is-larger-text {
  font-size: 48px; }
p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }
p.has-drop-cap:not(:focus)::after {
  content: "";
  display: table;
  clear: both;
  padding-top: 14px; }
p.has-background {
  padding: 20px 30px; }
p.has-text-color a {
  color: inherit; }

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 305px; }
  .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
    font-size: 20px; }
  .wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6; }
  .wp-block-pullquote cite, .wp-block-pullquote footer {
    position: relative; }
  .wp-block-pullquote .has-text-color a {
    color: inherit; }
  .wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0; }
  .wp-block-pullquote.is-style-solid-color {
    border: none; }
    .wp-block-pullquote.is-style-solid-color blockquote {
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      max-width: 60%; }
      .wp-block-pullquote.is-style-solid-color blockquote p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 32px; }
      .wp-block-pullquote.is-style-solid-color blockquote cite {
        text-transform: none;
        font-style: normal; }
  .wp-block-pullquote cite {
    color: inherit; }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em; }
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6; }
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right; }
.wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  font-size: 18px;
  text-align: right; }

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px; }
.wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto; }
  .wp-block-separator.is-style-dots::before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif; }

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75; }

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%; }
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto; }
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5; }
  .wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5; }
  .wp-block-table.is-style-stripes td {
    border-color: transparent; }

.wp-block-text-columns {
  display: flex; }
  .wp-block-text-columns.aligncenter {
    display: flex; }
  .wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0; }
    .wp-block-text-columns .wp-block-column:first-child {
      margin-left: 0; }
    .wp-block-text-columns .wp-block-column:last-child {
      margin-right: 0; }
  .wp-block-text-columns.columns-2 .wp-block-column {
    width: calc(100% / 2); }
  .wp-block-text-columns.columns-3 .wp-block-column {
    width: calc(100% / 3); }
  .wp-block-text-columns.columns-4 .wp-block-column {
    width: calc(100% / 4); }

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto; }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-video video {
    max-width: 100%; }
  .wp-block-video.aligncenter {
    text-align: center; }
  .wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover; } }
.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7; }

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e; }

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900; }

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900; }

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5; }

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084; }

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc; }

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3; }

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee; }

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3; }

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131; }

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7; }

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e; }

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900; }

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900; }

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5; }

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084; }

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc; }

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3; }

.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee; }

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3; }

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131; }

.has-small-font-size {
  font-size: 13px; }

.has-normal-font-size, .has-regular-font-size {
  font-size: 16px; }

.has-medium-font-size {
  font-size: 20px; }

.has-large-font-size {
  font-size: 36px; }

.has-huge-font-size, .has-larger-font-size {
  font-size: 42px; }

.tagcloud, .main-menu, .submenu, .secondary-menu, .secondary-nav, .nav-drop ul, .list-widget, .footer-list, .social-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .widget:after, .search-form:after,
.post-password-form:after, .search-form p:after,
.post-password-form p:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* name fonts */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.42; }

h1 {
  line-height: 1.42;
  font-size: 1.75rem; }
  @media (min-width: 992px) {
    h1 {
      font-size: 3rem; } }

h2 {
  font-size: 1.375rem; }
  @media (min-width: 992px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.125rem; }
  @media (min-width: 992px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 0.9375rem; }
  @media (min-width: 992px) {
    h5 {
      font-size: 1rem; } }

.widget {
  margin-bottom: 1.25rem; }
  .widget select {
    min-width: 150px; }

.search-form label,
.post-password-form label {
  display: block; }
.search-form input, .post-password-form input {
  float: left;
  margin-right: 5px; }
  @media (min-width: 768px) {
    #sidebar .search-form input,
    #sidebar .post-password-form input {
      width: 100%;
      margin: 0 0 5px; } }
  .search-form input[type='submit'], .post-password-form input[type='submit'] {
    margin: 0;
    padding: 0.375rem 0.75rem; }

.nav-links,
.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin: 0 -3px 1.25rem; }
  .nav-links .screen-reader-text,
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .nav-links .page-numbers,
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    margin: 0 3px; }
    .nav-links .page-numbers:first-child,
    .navigation .page-numbers:first-child,
    .navigation-comments .page-numbers:first-child {
      margin-left: 0; }
    .nav-links .page-numbers:last-child,
    .navigation .page-numbers:last-child,
    .navigation-comments .page-numbers:last-child {
      margin-right: 0; }
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 49%; }
    @media (max-width: 767px) {
      .nav-links .next,
      .nav-links .prev,
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        font-size: 0; }
        .nav-links .next:after,
        .nav-links .prev:after,
        .navigation .next:after,
        .navigation .prev:after,
        .navigation-comments .next:after,
        .navigation-comments .prev:after {
          font-size: 1rem;
          line-height: 1.625;
          content: '»'; } }
  @media (max-width: 767px) {
    .nav-links .prev:after,
    .navigation .prev:after,
    .navigation-comments .prev:after {
      content: '«'; } }

.navigation-single {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  font-weight: bold; }
  @media (min-width: 768px) {
    .navigation-single {
      font-size: 1.5625rem;
      line-height: 2.25rem; } }
  .navigation-single .next,
  .navigation-single .prev {
    max-width: 49%;
    display: flex;
    align-items: center; }
    .navigation-single .next > a,
    .navigation-single .prev > a {
      text-decoration: none;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) {
        .navigation-single .next > a,
        .navigation-single .prev > a {
          flex-direction: row;
          align-items: center; } }
      .navigation-single .next > a:after,
      .navigation-single .prev > a:after {
        display: none; }
    @media (min-width: 768px) {
      .navigation-single .next span,
      .navigation-single .prev span {
        padding-top: 0; } }
    .navigation-single .next i,
    .navigation-single .prev i {
      font-size: 1rem; }
      @media (min-width: 768px) {
        .navigation-single .next i,
        .navigation-single .prev i {
          font-size: 1.3125rem; } }
  .navigation-single .next a {
    text-align: right; }
    @media (min-width: 768px) {
      .navigation-single .next a {
        flex-direction: row;
        align-items: center; } }

.comment-form label {
  display: block;
  padding-bottom: 4px; }
.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%; }
  @media (min-width: 768px) {
    .comment-form input,
    .comment-form textarea {
      max-width: 300px; } }
  .comment-form input[type='submit'],
  .comment-form textarea[type='submit'] {
    display: block;
    width: auto; }
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px; }

.widget_calendar th,
.widget_calendar td {
  text-align: center; }
.widget_calendar #prev {
  text-align: left; }
.widget_calendar #next {
  text-align: right; }

#wp-calendar {
  width: 100%; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #000;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center; }
  .wp-caption img {
    margin-bottom: 4px; }
  .wp-caption p {
    margin: 0; }

.aligncenter {
  margin: 0 auto 1.25rem; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.25rem; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

.gallery .gallery-item {
  padding: 0 10px; }
  .gallery .gallery-item dt {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0; }

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

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

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

.comment-list .comment-body {
  margin-bottom: 20px; }

.comment-author img {
  margin-right: 10px; }

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

select,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.625;
  font-family: "DM Sans", sans-serif;
  box-sizing: border-box;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  color: #888;
  background: #fff; }
  @media (min-width: 768px) {
    select:not(textarea),
    input[type='text']:not(textarea),
    input[type='tel']:not(textarea),
    input[type='email']:not(textarea),
    input[type='search']:not(textarea),
    input[type='password']:not(textarea),
    input[type='url']:not(textarea),
    textarea:not(textarea) {
      height: 2.125rem; } }
  select:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  textarea:focus {
    outline: none; }
  select::-webkit-input-placeholder,
  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,
  input[type='url']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6c757d; }
  select::-moz-placeholder,
  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,
  input[type='url']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #6c757d; }
  select:-moz-placeholder,
  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,
  input[type='url']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #6c757d; }
  select:-ms-input-placeholder,
  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,
  input[type='url']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #6c757d; }
  select.placeholder,
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  textarea.placeholder {
    color: #6c757d; }

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

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type='submit'],
button {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  font-size: "DM Sans", sans-serif;
  line-height: 1.625;
  font-weight: 400;
  color: #000;
  padding: 0.5rem 0.9375rem;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 11px; }
  input[type='submit']:not(:disabled):not(.disabled),
  button:not(:disabled):not(.disabled) {
    cursor: pointer; }

.header {
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    .header {
      background-color: #fff; } }
  @media (min-width: 768px) {
    .header {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 20; } }

.home .header {
  z-index: 5; }
  .home .header:after {
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 33%, rgba(255, 255, 255, 0.69) 67%, rgba(255, 255, 255, 0) 100%);
    content: "";
    position: absolute;
    top: calc(100% + 32px);
    left: 0;
    right: 0;
    z-index: 3;
    height: 53px; }
    @media (min-width: 768px) {
      .home .header:after {
        top: 100%; } }
    @media (min-width: 992px) {
      .home .header:after {
        display: none; } }

.top-navigation {
  background-color: #005968;
  color: #fff; }
  .top-navigation .container {
    max-width: 1836px; }
    @media (min-width: 1920px) {
      .top-navigation .container {
        position: relative; } }

a.login-link,
a.join-link {
  padding: 11px 19px;
  line-height: 1;
  color: #343434;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out; }
  @media (min-width: 992px) {
    a.login-link,
    a.join-link {
      padding: 15px 19px 16px; } }
  a.login-link span,
  a.join-link span {
    color: #653180;
    font-size: 1.1875rem;
    display: inline-block;
    margin-left: 10px; }

.popup-holder {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 27px 0 23px; }
  @media (min-width: 992px) {
    .popup-holder {
      padding: 0px 40px 0 43px; } }
  .popup-holder .open {
    color: #fff;
    font-size: 17px;
    font-weight: 400; }
    .popup-holder .open i {
      position: relative;
      transform: rotate(90deg); }
    .popup-holder .open:hover {
      color: #fcb838; }
  .popup-holder .popup {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    min-width: 278px;
    border-radius: 5px;
    overflow: hidden;
    left: 92px;
    z-index: 7;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .popup-holder .popup {
        left: 0; } }
  .popup-holder input {
    padding-right: 35px; }
  .popup-holder button {
    transition: color 0.3s ease-in-out;
    position: absolute;
    top: 6px;
    cursor: pointer;
    color: #fcb838;
    right: 15px; }
    .popup-holder button:hover {
      color: #005968; }

a.login-link {
  background-color: #fcb838;
  padding-left: 11px;
  padding-right: 12px; }
  a.login-link:hover {
    background-color: #fdca6a; }
  a.login-link span {
    margin-left: 9px; }

a.join-link {
  background-color: #f27226; }
  a.join-link:hover {
    background-color: #f59156; }
  @media (min-width: 1600px) {
    a.join-link {
      padding: 14px 17px 16px; } }

.main-menu {
  font-size: 0.875rem;
  letter-spacing: 0.021em; }
  @media (min-width: 992px) {
    .main-menu {
      display: flex;
      margin-left: auto;
      padding-left: 242px; } }
  @media (min-width: 1200px) {
    .main-menu {
      padding-left: 345px; } }
  @media (min-width: 1200px) {
    .main-menu {
      padding-top: 15px;
      padding-right: 35px; } }
  .main-menu > li {
    position: relative; }
    @media (max-width: 991px) {
      .main-menu > li {
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .main-menu > li {
        padding: 0 27px;
        font-size: 0.75rem; } }
    @media (min-width: 1900px) {
      .main-menu > li {
        padding: 0 40px; } }
    .main-menu > li.hover .submenu {
      transform: scaleY(1);
      opacity: 1;
      visibility: visible; }
      @media (max-width: 991px) {
        .main-menu > li.hover .submenu {
          padding: 15px;
          height: auto; } }
      @media (min-width: 992px) {
        .main-menu > li.hover .submenu {
          transform: scaleY(1); } }
      @media (min-width: 1920px) {
        .main-menu > li.hover .submenu {
          transform: scaleY(1); } }
    .main-menu > li.hover > a {
      color: #f27226;
      z-index: 5; }
    .main-menu > li.active > a {
      color: #f27226; }
    .main-menu > li > a {
      color: #fff;
      display: inline-block;
      text-transform: uppercase;
      position: relative; }
      @media (min-width: 992px) {
        .main-menu > li > a {
          color: #343434;
          font-weight: 700; } }
      .main-menu > li > a:hover {
        color: #f27226; }
  .main-menu a {
    color: #343434; }

.submenu {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.38);
  border: 1px solid #343434;
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
  background: #fff; }
  @media (max-width: 991px) {
    .submenu {
      height: 0; } }
  @media (min-width: 768px) {
    .submenu {
      left: -7px;
      right: -7px;
      transform: scaleY(0); } }
  @media (min-width: 992px) {
    .submenu {
      top: -16px;
      padding: 78px 0 15px;
      position: absolute;
      z-index: 3;
      min-width: 100px; } }
  @media (min-width: 1200px) {
    .submenu {
      left: 0;
      top: -35px;
      right: 0;
      padding: 100px 0 15px;
      min-width: 140px; } }
  @media (min-width: 1300px) {
    .submenu {
      padding-top: 78px; } }
  @media (min-width: 1600px) {
    .submenu {
      transform: scaleY(0);
      left: 0;
      right: 0;
      padding: 78px 0 25px;
      min-width: 200px; } }
  @media (min-width: 1200px) {
    .main-menu > li:last-child .submenu {
      min-width: 150px; } }
  @media (min-width: 1600px) {
    .main-menu > li:last-child .submenu {
      min-width: 200px; } }
  .submenu li {
    text-transform: capitalize;
    position: relative;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .submenu li {
        margin-bottom: 10px; } }
    @media (min-width: 992px) {
      .submenu li {
        padding: 0 18px 12px;
        font-size: 0.6875rem; } }
    @media (min-width: 1200px) {
      .submenu li {
        padding: 0px 17px 16px 42px; } }
    @media (min-width: 1900px) {
      .submenu li {
        padding: 0px 40px 22px 55px; } }
    .submenu li:last-child {
      padding-bottom: 0; }
    .submenu li.hover > a {
      color: #f27226; }
    .submenu li.hover .secondary-menu {
      opacity: 1;
      visibility: visible;
      transform: scaleX(1); }
      @media (max-width: 991px) {
        .submenu li.hover .secondary-menu {
          padding: 15px;
          height: auto; } }
      @media (min-width: 992px) {
        .submenu li.hover .secondary-menu {
          transform: scaleX(1) translateY(-50%); } }
    .submenu li.hover:before {
      color: #f27226; }
    .submenu li:before {
      transition: color 0.3s ease-in-out;
      top: -1px;
      content: '\003E';
      margin-right: 5px;
      left: 5px;
      color: transparent;
      position: absolute; }
      @media (min-width: 992px) {
        .submenu li:before {
          left: 27px; } }
      @media (min-width: 1900px) {
        .submenu li:before {
          left: 40px; } }

.secondary-menu {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
  visibility: hidden;
  transform-origin: left;
  transform: scaleX(0);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.38);
  border: 1px solid #343434;
  border-radius: 6px;
  background: #fff;
  z-index: 3; }
  @media (max-width: 991px) {
    .secondary-menu {
      height: 0; } }
  @media (min-width: 992px) {
    .secondary-menu {
      position: absolute;
      top: 0%;
      right: -100%;
      opacity: 0;
      padding: 40px 0;
      transform: scaleX(0) translateY(-50%); } }
  .secondary-menu span {
    color: #f27226;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .secondary-menu li {
      margin-bottom: 10px; } }
  @media (max-width: 991px) {
    .secondary-menu li {
      padding: 0 20px; } }
  @media (min-width: 992px) {
    .main-menu > li:nth-last-child(2) .secondary-menu, .main-menu > li:last-child .secondary-menu {
      right: auto;
      left: -100%;
      transform-origin: right; } }

@media (min-width: 992px) {
  .secondary-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding: 10px 323px 14px 0px; } }
@media (max-width: 767px) {
  .secondary-nav li {
    margin-bottom: 15px; } }
@media (min-width: 768px) {
  .secondary-nav li {
    margin-right: 33px; } }
@media (min-width: 1200px) {
  .secondary-nav li {
    margin-right: 60px; } }
.secondary-nav li:last-child {
  margin-right: 0; }
.secondary-nav a {
  color: #fff;
  font-size: 0.875rem; }
  @media (min-width: 992px) {
    .secondary-nav a {
      font-size: 0.6875rem;
      font-weight: 700; } }
  .secondary-nav a:hover {
    color: #f27226; }

@media (min-width: 992px) {
  .bottom-nav {
    background-image: linear-gradient(180deg, #fff 0%, #fff 70%, rgba(255, 255, 255, 0.69) 87%, rgba(255, 255, 255, 0) 100%);
    padding-top: 15px;
    min-height: 73px; } }
@media (min-width: 1200px) {
  .bottom-nav {
    padding-top: 19px;
    min-height: 96px; } }
@media (min-width: 1600px) {
  .bottom-nav {
    min-height: 117px; } }

@media (max-width: 991px) {
  .nav-holder {
    background-image: linear-gradient(180deg, #fff 0%, #fff 33%, rgba(255, 255, 255, 0.69) 67%, rgba(255, 255, 255, 0) 100%); } }

@media (max-width: 991px) {
  .mobile-navigation {
    position: absolute;
    background: #005968;
    /* height:calc(100vh - 41px); */
    overflow-y: scroll;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 15;
    transform: scaleX(0);
    transform-origin: left;
    padding-bottom: 15px;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column-reverse; } }
.mobile-navigation #block-mainnavigation {
  padding-top: 20px; }
.nav-active .mobile-navigation {
  transform: scaleX(1); }
.mobile-navigation .container {
  max-width: 1884px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .mobile-navigation .container {
      position: relative; } }

.nav-drop {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 768px) {
    .nav-drop {
      position: static;
      opacity: 1;
      visibility: visible;
      background: none; } }
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) {
    .nav-drop > ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; } }
  .nav-drop li {
    position: relative;
    list-style: none; }
    .nav-drop li + li {
      padding-left: 20px; }
    .nav-drop li.active a {
      opacity: 0.5; }
    .nav-drop li:hover > a {
      opacity: 0.5; }
    .nav-drop li:hover > ul {
      display: block; }
    .nav-drop li > ul {
      display: none;
      width: 100%;
      top: 100%;
      left: 0;
      z-index: 2; }
      @media (min-width: 768px) {
        .nav-drop li > ul {
          position: absolute; } }
  .nav-drop a {
    color: inherit; }

.fixed-block {
  display: flex;
  z-index: 6; }
  @media (max-width: 991px) {
    .fixed-block {
      background-color: #005968;
      justify-content: flex-end; } }
  @media (min-width: 992px) {
    .fixed-block {
      position: absolute;
      top: 0;
      right: 15px; } }
  @media (min-width: 1600px) {
    .fixed-block {
      right: 65px; } }

.logo {
  max-width: 225px;
  width: 100%; }
  @media (max-width: 991px) {
    .logo {
      margin: 31px auto 32px; } }
  @media (min-width: 992px) {
    .logo {
      max-width: 155px;
      position: absolute;
      bottom: 3px;
      z-index: 10; } }
  @media (min-width: 1200px) {
    .logo {
      max-width: 205px;
      bottom: -10px; } }
  @media (min-width: 1600px) {
    .logo {
      max-width: 255px;
      bottom: -6px; } }

.nav-opener {
  position: absolute;
  width: 33px;
  height: 26px;
  font-size: 0;
  line-height: 0;
  float: right;
  z-index: 8;
  left: 20px;
  top: 9px; }
  @media (min-width: 992px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    transition: transform 0.3s ease-in-out;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 3px; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 1px; }
  .nav-opener:after {
    top: 18px; }
  .nav-opener:hover {
    opacity: 0.9; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    transform: rotate(45deg);
    top: 10px;
    left: 0;
    right: 0; }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }

.resize-active .mobile-navigation {
  transition: none !important; }

body {
  min-width: 320px; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.btn-primary {
  color: #000 !important;
  background-color: #fcb838 !important;
  border-color: #fcb838 !important; }
  .btn-primary .arrow {
    color: #f27226; }
  .btn-primary:active, .btn-primary:hover {
    background-color: #f27226 !important;
    border-color: #f27226 !important; }
    .btn-primary:active .arrow, .btn-primary:hover .arrow {
      color: #fcb838; }

.btn-secondary {
  color: #fff !important;
  background-color: #005968 !important;
  border-color: #005968 !important; }
  .btn-secondary .arrow {
    color: #fcb838; }
  .btn-secondary:active, .btn-secondary:hover {
    background-color: #78b1a5 !important;
    border-color: #78b1a5 !important; }
    .btn-secondary:active .arrow, .btn-secondary:hover .arrow {
      color: #fcb838; }

h1 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.125rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5rem;
      line-height: 2.8125rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 3.4375rem;
      line-height: 3.75rem; } }

h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #283890; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2rem;
      line-height: 2rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.625rem;
      line-height: 2.625rem; } }

h3 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.125rem;
  text-transform: uppercase;
  color: #653180; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.75rem;
      line-height: 2.25rem; } }

h4 {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #000;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.75rem;
      line-height: 2.25rem; } }

h5 {
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.005em; }
  @media (min-width: 768px) {
    h5 {
      font-size: 1.5rem;
      line-height: 2.125rem; } }

blockquote {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 0.005em; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }
  img.align-left {
    margin: 10px 0;
    width: 100%; }
    @media (min-width: 768px) {
      img.align-left {
        width: auto;
        float: left;
        margin-top: 0;
        margin-right: 24px; } }
  img.align-right {
    margin: 10px 0;
    width: 100%; }
    @media (min-width: 768px) {
      img.align-right {
        width: auto;
        float: right;
        margin-left: 24px;
        margin-bottom: 10px; } }

iframe {
  width: 100%; }

a[href^=tel],
a[href^=fax],
a[href^=skype],
a {
  color: #4889c8;
  text-decoration: none;
  transition: color 0.3s ease-in-out; }
  a[href^=tel]:hover,
  a[href^=fax]:hover,
  a[href^=skype]:hover,
  a:hover {
    text-decoration: none; }
  a[href^=tel].logged-in-only,
  a[href^=fax].logged-in-only,
  a[href^=skype].logged-in-only,
  a.logged-in-only {
    display: none !important; }
  .user-logged-in a[href^=tel].logged-in-only,
  .user-logged-in a[href^=fax].logged-in-only,
  .user-logged-in a[href^=skype].logged-in-only,
  .user-logged-in a.logged-in-only {
    display: flex !important; }
  .user-logged-in a[href^=tel].logged-out-only,
  .user-logged-in a[href^=fax].logged-out-only,
  .user-logged-in a[href^=skype].logged-out-only,
  .user-logged-in a.logged-out-only {
    display: none !important; }

.btn {
  cursor: pointer; }

@media (min-width: 480px) {
  .container {
    max-width: none; } }
@media (min-width: 992px) {
  .container {
    max-width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px; } }
@media (min-width: 1920px) {
  .container {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto; } }
.card-holder {
  padding-bottom: 24px; }
  @media (min-width: 992px) {
    .card-holder {
      padding-bottom: 56px; } }

.btn-warning {
  color: #343434; }
  .btn-warning .arrow {
    margin-left: 7px;
    color: #f27226; }

@media (max-width: 767px) {
  .mobile-slider {
    margin: 0; } }

@media (max-width: 767px) {
  .navigation-single {
    margin-bottom: 43px; } }

.menu-item {
  padding-top: 0; }

.form-text {
  margin-top: 0; }

.webform-submission-form .form-item {
  margin: 0; }

.ajax-progress.ajax-progress-fullscreen {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ajax-progress.ajax-progress-fullscreen .ajax-throbber.sk-three-bounce .sk-child {
    background-color: #feb909; }

.accordion.default .card {
  background-color: #fff; }
  .accordion.default .card:hover .card-body {
    color: #343434; }
.accordion.default .card-header {
  padding: 0; }
  .accordion.default .card-header h5 {
    border-bottom: 1px solid #e0e0e0; }
    .accordion.default .card-header h5 .btn {
      transition: color 0.3s ease-in-out;
      position: relative;
      color: #000;
      font-size: 1.125rem;
      font-weight: bold;
      line-height: 1.4;
      text-decoration: none;
      padding-left: 0;
      padding-right: 0;
      display: block;
      width: 100%;
      text-align: left; }
      .accordion.default .card-header h5 .btn:hover {
        color: #f27226; }
      .accordion.default .card-header h5 .btn:after {
        transition: transform 0.3s ease-in-out;
        content: "\f107";
        font-family: "Font Awesome 5 Free" !important;
        color: #f27226;
        position: absolute;
        top: calc(50% - 12px);
        right: 20px;
        font-size: 1.5rem;
        transform: translate(-50%) scaleY(1); }
      .accordion.default .card-header h5 .btn[aria-expanded="true"] {
        font-style: italic; }
        .accordion.default .card-header h5 .btn[aria-expanded="true"]:after {
          font-style: normal;
          transform: translate(-50%) scaleY(-1); }
.accordion.default .card-body {
  background-color: #fff;
  color: #343434; }

.highlight {
  border: 1px solid #707070;
  background: rgba(254, 185, 9, 0.3);
  padding: 20px;
  margin-bottom: 20px; }
  .highlight h3 {
    color: #f27226;
    text-transform: uppercase; }
  .highlight a {
    color: #f27226; }
  .highlight p:last-of-type {
    margin-bottom: 0; }

#sidebar {
  border-left: 1px solid #707070;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    #sidebar {
      margin-bottom: 41px; } }
  #sidebar .card {
    background-color: transparent; }
    #sidebar .card a {
      position: relative; }
  #sidebar #accordionSidebarNav .subject-header {
    padding: 0 10px 5px 0; }
    #sidebar #accordionSidebarNav .subject-header .btn {
      color: #343434;
      font-weight: 700;
      font-size: 0.75rem;
      text-transform: uppercase;
      line-height: 1.4;
      padding: 0;
      text-align: left;
      min-width: auto; }
      #sidebar #accordionSidebarNav .subject-header .btn.active-trail {
        color: #005968; }
      #sidebar #accordionSidebarNav .subject-header .btn:hover {
        color: #f27226;
        text-decoration: none; }
    #sidebar #accordionSidebarNav .subject-header .collapsed .fa-angle-down {
      opacity: 0;
      visibility: hidden; }
    #sidebar #accordionSidebarNav .subject-header .fa-angle-down {
      color: #f27226;
      opacity: 1;
      font-weight: 700;
      font-size: 1.125rem;
      cursor: pointer;
      visibility: visible;
      padding-left: 4px;
      margin-left: 3px;
      position: absolute;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  #sidebar #accordionSidebarNav .subject-body {
    padding-top: 4px;
    padding-left: 12px; }
    @media (min-width: 992px) {
      #sidebar #accordionSidebarNav .subject-body {
        padding-left: 23px; } }
    #sidebar #accordionSidebarNav .subject-body a {
      color: #707070;
      font-size: 0.6875rem;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 12px; }
      #sidebar #accordionSidebarNav .subject-body a:hover {
        color: #f27226; }

.overlay {
  position: relative; }
  .overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-image: url(../images/overlay.png); }

.bg-blue {
  background: #005968 !important; }

.bg-blue-100 {
  background: #78b1a5 !important; }

.bg-orange {
  background: #f27226 !important; }

.bg-orange-100 {
  background: #f27226 !important; }

.bg-yellow {
  background: #fcb838 !important; }

.bg-yellow-100 {
  background: #feb909 !important; }

.bg-purple {
  background: #653180 !important; }

.bg-teal {
  background: #78b1a5 !important; }

.text-blue {
  color: #005968 !important; }

.text-orange {
  color: #f27226 !important; }

.text-yellow {
  color: #fcb838 !important; }

.text-purple {
  color: #653180 !important; }

.text-teal {
  color: #78b1a5 !important; }

.site-section-research h1 {
  color: #fcb838 !important; }

.site-section-meetings h1 {
  color: #005968 !important; }

.site-section-member h1 {
  color: #78b1a5 !important; }

.site-section-government h1 {
  color: #653180 !important; }

.site-section-standards h1 {
  color: #4889c8 !important; }

.site-section-secondary h1 {
  color: #f27226 !important; }

.section-hero {
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: 18% 50%; }
  @media (min-width: 768px) {
    .section-hero {
      padding-top: 400px;
      background-position: 50% 200px; } }
  @media (min-width: 992px) {
    .section-hero {
      padding-top: 200px;
      background-position: 50% -21%; } }
  .section-hero .container {
    display: flex;
    align-items: flex-end;
    min-height: 325px; }
    @media (min-width: 480px) {
      .section-hero .container {
        min-height: 350px; } }
    @media (min-width: 1200px) {
      .section-hero .container {
        min-height: 653px; } }
  @media (min-width: 768px) {
    .section-hero .row {
      width: 100%; } }
  .section-hero h1 {
    text-shadow: 10px 10px 99px #ffffff;
    color: #fcb838;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 17px; }
    @media (max-width: 991px) {
      .section-hero h1 {
        z-index: 2; } }
    @media (min-width: 768px) {
      .section-hero h1 {
        margin-bottom: 25px; } }
  .section-hero p {
    color: #343434;
    font-weight: 700;
    letter-spacing: 0.34px; }
  .section-hero .text-holder {
    line-height: 1.2;
    font-size: 0.75rem;
    position: relative; }
    @media (max-width: 991px) {
      .section-hero .text-holder {
        z-index: 2; } }
    @media (min-width: 768px) {
      .section-hero .text-holder {
        font-size: 1.125rem; } }
    @media (min-width: 1200px) {
      .section-hero .text-holder {
        font-size: 1.5rem; } }
  .section-hero .title-holder {
    padding-left: 15px;
    padding-bottom: 25px;
    text-align: center; }
    .section-hero .title-holder:before {
      top: 0;
      bottom: 0;
      left: -10vw;
      right: -10vw;
      position: absolute;
      content: '';
      background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 29%, #ffffff 50%, rgba(255, 255, 255, 0.75) 84%, rgba(255, 255, 255, 0) 100%); }
    @media (min-width: 992px) {
      .section-hero .title-holder {
        padding-left: 78px;
        text-align: left;
        padding-bottom: 75px; } }
    @media (min-width: 1200px) {
      .section-hero .title-holder {
        padding-bottom: 115px; } }

#main a {
  font-weight: bold; }
  #main a.btn {
    font-size: 1rem; }

.section-main {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 18% 50%;
  padding-top: 35px; }
  @media (max-width: 767px) {
    .section-main {
      background-image: none !important; } }
  @media (min-width: 768px) {
    .section-main {
      padding-top: 229px; } }
  @media (min-width: 992px) {
    .section-main {
      background-size: contain;
      padding-top: 229px;
      background-position: 100% 40%; } }
  @media (min-width: 1200px) {
    .section-main:after {
      content: '';
      width: 58%;
      top: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
      position: absolute; } }
  .section-main.members-main {
    padding-bottom: 6px; }
    .section-main.members-main h1 {
      color: #78b1a5; }
      @media (max-width: 767px) {
        .section-main.members-main h1 {
          margin-bottom: 60px; } }
    @media (min-width: 1200px) {
      .section-main.members-main {
        background-position: 100% 132px; } }
  .section-main h1 {
    text-shadow: 10px 10px 99px #ffffff;
    color: #fcb838;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 20px; }
    @media (min-width: 1900px) {
      .section-main h1 {
        margin-bottom: 22px; } }
    .page-node-type-page .section-main h1 {
      color: #005968; }
  .section-main h3 {
    color: #f27226; }
  .section-main hr {
    background-color: #f27226;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
  .section-main p {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.005em; }
    .section-main p:last-child {
      margin-bottom: 0; }
  .section-main .text-holder {
    font-size: 0.875rem;
    line-height: 1.8;
    font-weight: 300; }
    @media (min-width: 768px) {
      .section-main .text-holder {
        font-size: 1rem;
        line-height: 1.6; } }
  .section-main .title-holder {
    padding-left: 15px;
    padding-bottom: 20px;
    text-align: left;
    z-index: 2; }
    @media (min-width: 992px) {
      .section-main .title-holder {
        padding-bottom: 41px; } }
  .section-main #company-group-options a {
    color: #feb909;
    margin: 0 4px; }
    .section-main #company-group-options a.selected {
      color: #707070; }

.arrow {
  font-weight: 800;
  line-height: 1; }

.section-event {
  padding: 0 0 11px; }
  @media (min-width: 992px) {
    .section-event {
      padding: 0; } }
  .section-event .card h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.0625rem;
    display: flex;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .section-event .card h3 {
        font-size: 2.0625rem; } }
  .section-event .card .card-body {
    z-index: 2; }
  .section-event .card:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 100%); }
  .section-event .date {
    font-size: 0.75rem;
    line-height: 1; }
    @media (min-width: 992px) {
      .section-event .date {
        font-size: 1.25rem; } }
  .section-event.inner-events {
    padding: 0 0 20px; }
    .section-event.inner-events .title-line {
      background-color: #005968;
      margin-bottom: 0; }
    .section-event.inner-events a {
      color: #f27226; }
    .section-event.inner-events .row + .row {
      position: relative; }
      .section-event.inner-events .row + .row:before {
        content: '';
        background-color: #f27226;
        height: 1px;
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px); }
    .section-event.inner-events .update-note {
      position: relative; }
      .section-event.inner-events .update-note:after {
        content: '';
        background-color: #f27226;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px); }
    .section-event.inner-events .card:after {
      display: none; }
    .section-event.inner-events h3 {
      text-transform: uppercase;
      color: #f27226; }
      .section-event.inner-events h3 a {
        color: #f27226; }

.title-line {
  background-color: #f27226;
  padding: 8px 7px 8px;
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .title-line {
      margin-bottom: 56px; } }
  @media (min-width: 768px) {
    .title-line {
      padding: 8px 0 8px; } }
  .title-line h2 {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.2; }

.card {
  border-radius: 11px;
  /* overflow-y: hidden; */
  background-size: cover;
  border: none;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #6c757d;
  background-position: center; }
  @media (max-width: 991px) {
    .card {
      margin: 0 auto;
      max-width: 300px; } }
  .card .card-footer {
    width: 100%; }
  .card .arrow {
    color: #f27226;
    display: inline-block;
    margin-left: 36px;
    font-size: 1.25rem;
    transition: color 0.3s ease-in-out;
    position: absolute;
    line-height: .8;
    right: 0; }
    @media (max-width: 767px) {
      .card .arrow {
        top: 0px; } }
    @media (min-width: 768px) {
      .card .arrow {
        bottom: 2px; } }
  .card h3 {
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.0625rem;
    padding-right: 40px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff; }
  .card:hover {
    color: #f27226; }
    .card:hover h3 {
      color: #f27226; }
  .card.card-xl .card-body {
    min-height: 172px;
    display: flex;
    padding: 0 17px 9px;
    align-items: flex-end; }
    @media (min-width: 992px) {
      .card.card-xl .card-body {
        padding: 0 44px 19px;
        min-height: 500px; } }
  @media (min-width: 1600px) {
    .card.card-xl .card-footer {
      padding-right: 100px; } }
  .card.card-xl .arrow {
    font-size: 1.1875rem; }
    @media (min-width: 992px) {
      .card.card-xl .arrow {
        font-size: 2.8125rem; } }
  .card.card-md .card-body {
    min-height: 172px;
    padding: 0 21px 20px;
    display: flex;
    align-items: flex-end; }
    @media (min-width: 992px) {
      .card.card-md .card-body {
        min-height: 337px; } }
  .card.card-sm .card-body {
    display: flex;
    align-items: flex-end;
    min-height: 172px;
    padding: 0 21px 20px; }
    @media (min-width: 992px) {
      .card.card-sm .card-body {
        min-height: 247px; } }
  @media (max-width: 991px) {
    .card.card-cap .card-body {
      min-height: 100px;
      padding: 22px 21px 19px; } }
  .card.card-cap h3 {
    font-size: 1.8125rem;
    position: relative;
    line-height: 1.3; }
    @media (max-width: 991px) {
      .card.card-cap h3 {
        line-height: 1.2; } }
  .card.card-cap .arrow {
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0px; }
    @media (max-width: 991px) {
      .card.card-cap .arrow {
        margin-left: 10px; } }
    @media (min-width: 992px) {
      .card.card-cap .arrow {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%); } }
  .card.card-cap:hover {
    color: #005968; }

.card-icon {
  display: block;
  text-align: center;
  color: #343434;
  margin-top: 1px;
  padding-top: 18px; }
  @media (min-width: 768px) {
    .card-icon {
      margin-top: 23px;
      padding-top: 0; } }
  .card-icon h3 {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #343434;
    transition: color 0.3s ease-in-out;
    font-size: 1.3125rem;
    position: relative;
    padding-right: 15px;
    text-transform: uppercase; }
  .card-icon .holder-img {
    display: inline-block;
    margin: 0 auto 24px;
    max-width: 77px; }
    @media (min-width: 992px) {
      .card-icon .holder-img {
        max-width: 136px;
        margin: 0 auto 30px; } }
  .card-icon .arrow {
    display: inline-block;
    margin-left: 15px;
    color: #fcb838;
    font-size: 1.6875rem; }
    @media (max-width: 991px) {
      .card-icon .arrow {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }
    @media (min-width: 992px) {
      .card-icon .arrow {
        position: relative;
        right: 0;
        top: 50%; } }
  .card-icon:hover h3 {
    color: #fcb838; }
  .card-icon .text-holder {
    padding-bottom: 21px;
    max-width: 205px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      .card-icon .text-holder {
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .card-icon .text-holder {
        max-width: 295px; } }

.decore-line {
  position: relative; }
  .decore-line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #343434; }
    @media (min-width: 768px) {
      .decore-line:before {
        display: none; } }
  @media (min-width: 768px) {
    .decore-line {
      border-left: 1px solid #343434; } }

.section-research {
  padding: 15px 0 0; }
  @media (min-width: 992px) {
    .section-research {
      padding: 56px 0 0; } }
  .home .section-research {
    padding: 0; }
  .section-research.inner-research {
    padding-top: 0; }
    .section-research.inner-research .card-holder {
      padding-bottom: 42px; }
      @media (min-width: 1200px) {
        .section-research.inner-research .card-holder {
          padding-bottom: 72px; } }
    @media (min-width: 1200px) {
      .section-research.inner-research .card-body {
        padding: 21px 20px; } }
    .section-research.inner-research .content-wrap {
      background-color: #005968; }
    .section-research.inner-research .card h3 {
      font-size: 1.0625rem;
      display: flex;
      align-items: flex-end;
      letter-spacing: 0;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .section-research.inner-research .card h3 {
          padding-right: 20px; } }
      @media (min-width: 992px) {
        .section-research.inner-research .card h3 {
          line-height: 1.2;
          font-size: 1.25rem; } }
    @media (min-width: 1920px) {
      .section-research.inner-research .card .arrow {
        margin-left: 29px;
        font-size: 2.1875rem;
        bottom: 0; } }
    .section-research.inner-research .card.card-cap h3 {
      position: relative; }
    .section-research.inner-research .card.card-cap .arrow {
      bottom: -2px; }
      @media (min-width: 992px) {
        .section-research.inner-research .card.card-cap .arrow {
          bottom: auto;
          top: calc(50% - 8px);
          transform: translateY(-50%); } }
      @media (min-width: 1920px) {
        .section-research.inner-research .card.card-cap .arrow {
          font-size: 4.375rem; } }
    @media (min-width: 1200px) {
      .section-research.inner-research .card-col {
        flex: 0 0 33.33%;
        padding: 0 15px;
        max-width: 33.33%; } }
    .section-research.inner-research .card-col:first-child {
      padding-left: 0; }
    .section-research.inner-research .card-col:last-child {
      padding-right: 0; }
    @media (max-width: 991px) {
      .section-research.inner-research .title-line {
        padding: 7px 7px 9px;
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .section-research.inner-research .tablet-slider {
        margin-bottom: 18px; } }
  .section-research .title-line {
    background-color: #fcb838; }
    @media (min-width: 1920px) {
      .section-research .title-line {
        margin-bottom: 67px; } }
  .section-research .card .arrow {
    color: #fcb838;
    display: inline-block;
    margin-left: 36px;
    top: auto;
    bottom: 2px; }
    @media (min-width: 1900px) {
      .section-research .card .arrow {
        margin-left: 58px;
        font-size: 2.8125rem; } }
  .section-research .card h3 {
    display: flex;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.0625rem;
    line-height: 1.3;
    color: #fff; }
    @media (min-width: 1200px) {
      .section-research .card h3 {
        font-size: 1.75rem; } }
  .section-research .card:hover {
    color: #fcb838; }
    .section-research .card:hover h3 {
      color: #fcb838; }
  .section-research .card .card-body {
    z-index: 2; }
  .section-research .card:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 100%); }
  .section-research .card.card-research-browse {
    background-color: #f27226; }
    .section-research .card.card-research-browse:after {
      display: none; }
    .section-research .card.card-research-browse .card-body {
      align-items: center; }
  .section-research .bottom-line {
    font-size: 1.8125rem;
    font-weight: 700;
    color: #343434;
    background: #fcb838;
    text-transform: uppercase;
    padding: 15px 0 17px; }
    @media (min-width: 992px) {
      .section-research .bottom-line {
        padding: 25px 0 17px; } }
    .section-research .bottom-line a {
      font-weight: 700;
      margin-bottom: 0;
      color: #343434;
      font-size: 1.25rem; }
      @media (min-width: 768px) {
        .section-research .bottom-line a {
          display: flex;
          align-items: center; } }
      .section-research .bottom-line a:hover {
        color: #653180; }
      .section-research .bottom-line a .arrow {
        font-size: 1.5625rem;
        font-weight: 800;
        line-height: 1;
        color: #653180;
        margin-left: 25px; }
        @media (min-width: 1920px) {
          .section-research .bottom-line a .arrow {
            margin-left: 75px;
            font-size: 2.375rem; } }

.holder-icon {
  background-color: #eeeeee;
  border-top: 10px solid #fcb838;
  border-bottom: 10px solid #fcb838;
  padding: 10px 0 2px; }
  @media (min-width: 992px) {
    .holder-icon {
      padding: 13px 0 29px; } }
  .holder-icon .container {
    max-width: 1846px; }
    @media (min-width: 768px) {
      .holder-icon .container .col-md-4 a {
        border-left: 1px solid #343434; } }
    .holder-icon .container .col-md-4:first-child a {
      border-left: none; }
    .holder-icon .container .col-md-4 h3 {
      line-height: 1.3; }

.example-holder {
  padding: 43px 0 18px; }
  @media (min-width: 768px) {
    .example-holder {
      padding: 77px 0 71px; } }
  .example-holder .sub-content {
    padding: 33px 4px 10px; }
    @media (min-width: 992px) {
      .example-holder .sub-content {
        padding: 0px 4px 23px; } }
    .example-holder .sub-content h4 {
      font-weight: 700;
      font-size: 1.6875rem;
      color: #343434;
      margin-bottom: 18px;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .example-holder .sub-content h4 {
          line-height: 1.3; } }
    .example-holder .sub-content .text-holder {
      color: #343434;
      font-weight: 300;
      font-size: 0.875rem;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .example-holder .sub-content .text-holder {
          line-height: 1.78; } }
      @media (min-width: 1900px) {
        .example-holder .sub-content .text-holder {
          font-size: 1.125rem; } }
    .example-holder .sub-content h2 {
      line-height: 1.2;
      font-weight: 700;
      color: #343434;
      font-size: 1.5625rem; }
    .example-holder .sub-content input[type='email'],
    .example-holder .sub-content input[type='text'] {
      height: 32px;
      border-radius: 11px;
      padding: 8px 13px;
      border-color: #707070;
      font-size: 0.75rem;
      margin-bottom: 16px; }
      @media (min-width: 992px) {
        .example-holder .sub-content input[type='email'],
        .example-holder .sub-content input[type='text'] {
          font-size: 1rem;
          height: 52px; } }
      .example-holder .sub-content input[type='email']::-webkit-input-placeholder,
      .example-holder .sub-content input[type='text']::-webkit-input-placeholder {
        color: #7b7b7b; }
      .example-holder .sub-content input[type='email']::-moz-placeholder,
      .example-holder .sub-content input[type='text']::-moz-placeholder {
        opacity: 1;
        color: #7b7b7b; }
      .example-holder .sub-content input[type='email']:-moz-placeholder,
      .example-holder .sub-content input[type='text']:-moz-placeholder {
        color: #7b7b7b; }
      .example-holder .sub-content input[type='email']:-ms-input-placeholder,
      .example-holder .sub-content input[type='text']:-ms-input-placeholder {
        color: #7b7b7b; }
      .example-holder .sub-content input[type='email'].placeholder,
      .example-holder .sub-content input[type='text'].placeholder {
        color: #7b7b7b; }
    .example-holder .sub-content textarea {
      border-radius: 11px;
      padding: 8px 13px;
      border-color: #707070;
      font-size: 0.75rem;
      margin-bottom: 16px; }
      @media (min-width: 992px) {
        .example-holder .sub-content textarea {
          font-size: 1rem; } }
      .example-holder .sub-content textarea::-webkit-input-placeholder {
        color: #7b7b7b; }
      .example-holder .sub-content textarea::-moz-placeholder {
        opacity: 1;
        color: #7b7b7b; }
      .example-holder .sub-content textarea:-moz-placeholder {
        color: #7b7b7b; }
      .example-holder .sub-content textarea:-ms-input-placeholder {
        color: #7b7b7b; }
      .example-holder .sub-content textarea.placeholder {
        color: #7b7b7b; }
    .example-holder .sub-content .input-group {
      margin-bottom: 19px; }
      @media (min-width: 992px) {
        .example-holder .sub-content .input-group {
          margin-bottom: 34px; } }
    .example-holder .sub-content .btn-primary {
      font-weight: 700;
      font-size: 0.75rem;
      min-width: 88px;
      padding: 4px 5px; }
      @media (min-width: 992px) {
        .example-holder .sub-content .btn-primary {
          padding: 7px; } }
      @media (min-width: 1900px) {
        .example-holder .sub-content .btn-primary {
          min-width: 149px;
          font-size: 1rem;
          padding: 7px; } }
      .example-holder .sub-content .btn-primary .arrow {
        margin-left: 4px;
        font-size: 0.8125rem; }
        @media (min-width: 1900px) {
          .example-holder .sub-content .btn-primary .arrow {
            margin-left: 22px;
            font-size: 1.375rem; } }
  @media (min-width: 768px) {
    .example-holder form.sub-content {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .example-holder form.sub-content {
      padding-top: 38px; } }

.example-box {
  border-radius: 11px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .example-box {
      display: flex; } }
  .example-box .content-wrap {
    color: #fff;
    padding: 26px 26px 30px; }
    @media (min-width: 768px) {
      .example-box .content-wrap {
        padding: 15px;
        width: 51.5%; } }
    @media (min-width: 1200px) {
      .example-box .content-wrap {
        padding: 30px 37px 40px; } }
  .example-box .img-holder {
    background-size: cover;
    background-position: center;
    min-height: 242px; }
    @media (min-width: 768px) {
      .example-box .img-holder {
        width: 48.5%; } }
  .example-box h3 {
    line-height: 1.3;
    font-weight: 700;
    font-size: 1.3125rem;
    margin-bottom: 10px;
    color: #fff; }
    @media (min-width: 1900px) {
      .example-box h3 {
        margin-bottom: 23px;
        font-size: 2.25rem; } }
  .example-box .text-holder {
    font-weight: 300;
    margin-bottom: 22px;
    font-size: 0.875rem; }
    @media (max-width: 991px) {
      .example-box .text-holder {
        line-height: 1.75; } }
    @media (min-width: 1900px) {
      .example-box .text-holder {
        margin-bottom: 30px;
        font-size: 1.125rem; } }
  .example-box .btn-primary {
    font-weight: 700;
    font-size: 0.75rem;
    min-width: 88px;
    padding: 4px 5px; }
    @media (min-width: 992px) {
      .example-box .btn-primary {
        padding: 7px; } }
    @media (min-width: 1900px) {
      .example-box .btn-primary {
        min-width: 149px;
        font-size: 1.125rem;
        padding: 7px; } }
    .example-box .btn-primary .arrow {
      margin-left: 4px;
      font-size: 0.8125rem; }
      @media (min-width: 1900px) {
        .example-box .btn-primary .arrow {
          margin-left: 22px;
          font-size: 1.125rem; } }

.section-regulatory h1 {
  color: #653180; }
.section-regulatory.inner-regulatory {
  padding-top: 0; }
  @media (min-width: 768px) {
    .section-regulatory.inner-regulatory .card {
      margin-bottom: 49px; } }
  .section-regulatory.inner-regulatory .content-wrap {
    background-color: #653180; }
  @media (max-width: 767px) {
    .section-regulatory.inner-regulatory .card-holder {
      padding-bottom: 32px; } }
  @media (min-width: 768px) {
    .section-regulatory.inner-regulatory .card-holder {
      padding-bottom: 18px; } }
  .section-regulatory.inner-regulatory .example-holder {
    border-top: 10px solid #653180;
    padding-top: 32px;
    padding-bottom: 5px; }
    @media (min-width: 1200px) {
      .section-regulatory.inner-regulatory .example-holder {
        padding-top: 67px;
        padding-bottom: 67px; } }
.section-regulatory .title-line {
  background-color: #653180; }
.section-regulatory .card {
  position: relative; }
  @media (min-width: 768px) {
    .section-regulatory .card {
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .section-regulatory .card {
      margin-bottom: 0; } }
  .section-regulatory .card .arrow {
    color: #78b1a5;
    display: inline-block; }
    @media (min-width: 1900px) {
      .section-regulatory .card .arrow {
        font-size: 2.1875rem; } }
  .section-regulatory .card .card-body {
    z-index: 2; }
  .section-regulatory .card:hover {
    color: #fcb838; }
  .section-regulatory .card:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 100%); }
  .section-regulatory .card h3 {
    margin-bottom: 0;
    font-size: 1.0625rem;
    display: flex;
    line-height: 1.3;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .section-regulatory .card h3 {
        font-weight: 700;
        font-size: 1.25rem; } }
  @media (min-width: 768px) {
    .section-regulatory .card {
      margin-bottom: 15px; } }

.section-services {
  padding: 29px 0 29px; }
  @media (min-width: 992px) {
    .section-services {
      padding: 56px 0 0; } }
  .home .section-services {
    padding: 0; }
  .section-services.inner-services {
    padding-top: 0; }
    @media (min-width: 768px) {
      .section-services.inner-services .card {
        margin-bottom: 49px; } }
    .section-services.inner-services .content-wrap {
      background-color: #005968; }
    @media (max-width: 767px) {
      .section-services.inner-services .card-holder {
        padding-bottom: 32px; } }
    @media (min-width: 768px) {
      .section-services.inner-services .card-holder {
        padding-bottom: 18px; } }
    .section-services.inner-services .example-holder {
      border-top: 10px solid #005968;
      padding-top: 32px;
      padding-bottom: 5px; }
      @media (min-width: 1200px) {
        .section-services.inner-services .example-holder {
          padding-top: 67px;
          padding-bottom: 67px; } }
  .section-services .title-line {
    background-color: #78b1a5; }
  .section-services .card {
    position: relative; }
    @media (min-width: 768px) {
      .section-services .card {
        margin-bottom: 15px; } }
    @media (min-width: 1200px) {
      .section-services .card {
        margin-bottom: 0; } }
    .section-services .card .arrow {
      color: #78b1a5;
      display: inline-block; }
      @media (min-width: 1900px) {
        .section-services .card .arrow {
          font-size: 2.1875rem; } }
    .section-services .card .card-body {
      z-index: 2; }
    .section-services .card:hover h3 {
      color: #78b1a5; }
    .section-services .card:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 50%;
      z-index: 1;
      background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 100%); }
    .section-services .card h3 {
      color: #fff;
      margin-bottom: 0;
      font-size: 1.0625rem;
      line-height: 1.3;
      display: flex;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .section-services .card h3 {
          font-weight: 700;
          font-size: 1.25rem; } }
    @media (min-width: 768px) {
      .section-services .card {
        margin-bottom: 15px; } }

.section-standards.inner-standards {
  padding-top: 0; }
  @media (min-width: 768px) {
    .section-standards.inner-standards .card {
      margin-bottom: 49px; } }
  .section-standards.inner-standards .content-wrap {
    background-color: #fcb838; }
  @media (max-width: 767px) {
    .section-standards.inner-standards .card-holder {
      padding-bottom: 32px; } }
  @media (min-width: 768px) {
    .section-standards.inner-standards .card-holder {
      padding-bottom: 18px; } }
  .section-standards.inner-standards .example-holder {
    border-top: 10px solid #fcb838;
    padding-top: 32px;
    padding-bottom: 5px; }
    @media (min-width: 1200px) {
      .section-standards.inner-standards .example-holder {
        padding-top: 67px;
        padding-bottom: 67px; } }
.section-standards .title-line {
  background-color: #fcb838; }
.section-standards .card {
  position: relative; }
  @media (min-width: 768px) {
    .section-standards .card {
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .section-standards .card {
      margin-bottom: 0; } }
  .section-standards .card .arrow {
    color: #78b1a5;
    display: inline-block; }
    @media (min-width: 1900px) {
      .section-standards .card .arrow {
        font-size: 2.1875rem; } }
  .section-standards .card .card-body {
    z-index: 2; }
  .section-standards .card:hover {
    color: #fcb838; }
  .section-standards .card:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 100%); }
  .section-standards .card h3 {
    margin-bottom: 0;
    font-size: 1.0625rem;
    display: flex;
    line-height: 1.3;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .section-standards .card h3 {
        font-weight: 700;
        font-size: 1.25rem; } }
  @media (min-width: 768px) {
    .section-standards .card {
      margin-bottom: 15px; } }

.section-content {
  background-color: #fff;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .section-content {
      padding-top: 228px; } }
  @media (min-width: 992px) {
    .section-content {
      background-color: #fff; } }
  .section-content.releases-content {
    padding-top: 35px; }
    @media (min-width: 768px) {
      .section-content.releases-content {
        padding-top: 228px; } }
    .section-content.releases-content h1 {
      margin-bottom: 17px; }
      @media (min-width: 1900px) {
        .section-content.releases-content h1 {
          margin-bottom: 40px; } }
    .section-content.releases-content .text-holder {
      margin-bottom: 24px; }
      @media (min-width: 1900px) {
        .section-content.releases-content .text-holder {
          margin-bottom: 24px; } }
  .section-content .select-holder {
    max-width: 572px; }
  .section-content h1 {
    text-shadow: 10px 10px 99px #ffffff;
    color: #653180;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 29px; }
    @media (min-width: 1900px) {
      .section-content h1 {
        font-size: 2.5rem;
        margin-bottom: 37px; } }
  .section-content p {
    color: #343434;
    font-weight: 300;
    letter-spacing: 0.34px; }
    .section-content p:last-child {
      margin-bottom: 0; }
  .section-content .text-holder {
    font-size: 0.875rem;
    line-height: 1.8; }
    @media (min-width: 768px) {
      .section-content .text-holder {
        font-size: 1.125rem; } }
    .section-content .text-holder a {
      color: #f27226;
      text-decoration: underline; }
      .section-content .text-holder a:hover {
        text-decoration: none;
        color: #005968; }
  .section-content .title-holder {
    padding-left: 15px;
    padding-bottom: 5px;
    text-align: left; }
    @media (min-width: 992px) {
      .section-content .title-holder {
        padding-bottom: 25px; } }
    @media (min-width: 1200px) {
      .section-content .title-holder {
        padding-right: 64px; } }
  .section-content .form-search .fa-search {
    margin-bottom: 0;
    position: relative;
    font-size: 1.5625rem;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
    transform: rotate(90deg); }
    .section-content .form-search .fa-search:hover {
      color: #f27226; }

.jcf-select {
  border-radius: 10px;
  min-width: 100%;
  padding-right: 45px;
  min-height: 30px; }
  @media (min-width: 1200px) {
    .jcf-select {
      min-height: 50px; } }

.list-widget {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500; }
  .list-widget li {
    margin-bottom: 10px; }
    .list-widget li:last-child {
      margin-bottom: 0; }
  .list-widget li.active a {
    color: #f27226; }
  .list-widget a {
    color: #343434;
    transition: color 0.3s ease-in-out; }
    .list-widget a:hover {
      color: #f27226; }

.widget_categories {
  border-left: 1px solid #707070;
  padding-left: 18px;
  padding-bottom: 18px; }
  @media (min-width: 1920px) {
    .widget_categories {
      padding-left: 36px;
      padding-bottom: 12px; } }
  .widget_categories h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #653180;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 26px; }
  .widget_categories.mobile-categries {
    border: none;
    padding-left: 2px;
    font-size: 0.875rem;
    padding-bottom: 0px;
    padding-top: 20px;
    margin-bottom: 0; }
    .widget_categories.mobile-categries h3 {
      font-size: 1.375rem;
      margin-bottom: 12px; }
    .widget_categories.mobile-categries .cat-item {
      font-size: 0.875rem;
      margin-bottom: 8px; }

@media (min-width: 1900px) {
  .section-wrapper {
    padding-top: 200px; } }

.section-info {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .section-info {
      padding-top: 15px; } }
  .section-info h1 {
    text-shadow: 10px 10px 99px #ffffff;
    color: #653180;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 29px; }
    @media (min-width: 1900px) {
      .section-info h1 {
        font-size: 2.5rem; } }
  .section-info p {
    color: #343434;
    letter-spacing: 0.34px; }
    .section-info p:last-child {
      margin-bottom: 0; }
  .section-info .text-holder {
    font-size: 0.875rem;
    line-height: 1.8; }
    @media (min-width: 768px) {
      .section-info .text-holder {
        font-size: 1.125rem;
        line-height: 1.2; } }
    .section-info .text-holder a {
      color: #f27226;
      text-decoration: underline; }
      .section-info .text-holder a:hover {
        text-decoration: none;
        color: #005968; }
  .section-info .title-holder {
    padding-left: 15px;
    padding-bottom: 5px;
    text-align: left;
    margin-bottom: 38px; }
    @media (min-width: 992px) {
      .section-info .title-holder {
        padding-bottom: 47px; } }
  .section-info .title-line {
    background-color: #653180; }
    @media (min-width: 1900px) {
      .section-info .title-line {
        margin-bottom: 46px;
        padding: 1px; } }

@media (max-width: 991px) {
  .video-col {
    margin-bottom: 21px; } }

.video-holder {
  margin-bottom: 2px; }
  @media (min-width: 992px) {
    .video-holder {
      margin-bottom: 21px; } }
  .video-holder iframe {
    width: 100%;
    min-height: 191px; }
    @media (min-width: 768px) {
      .video-holder iframe {
        min-height: 350px; } }
    @media (min-width: 1200px) {
      .video-holder iframe {
        min-height: 581px; } }

.video-title h5 {
  color: #343434;
  font-weight: 300;
  font-size: 0.875rem; }
  @media (min-width: 1200px) {
    .video-title h5 {
      font-size: 1.125rem; } }
  .video-title h5 b {
    font-weight: 700; }

.info-holder {
  padding-bottom: 21px; }
  @media (min-width: 992px) {
    .info-holder {
      padding-bottom: 56px; } }

@media (min-width: 992px) {
  .info-content {
    padding-left: 7px; } }
.info-content .link-holder {
  margin-bottom: 31px; }
  @media (min-width: 1900px) {
    .info-content .link-holder {
      margin-bottom: 53px; } }
.info-content .card-cap {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  display: inline-block;
  border-radius: 11px;
  padding: 17px 65px 17px 26px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: #f27226; }
  @media (min-width: 1200px) {
    .info-content .card-cap {
      padding: 19px 61px 16px 26px; } }
  .info-content .card-cap:hover {
    background-color: #f27226;
    color: #005968; }
  .info-content .card-cap .arrow {
    color: #fcb838;
    position: absolute;
    right: 27px;
    font-size: 1.375rem; }
    @media (min-width: 768px) {
      .info-content .card-cap .arrow {
        top: 50%;
        transform: translateY(-50%); } }
.info-content .text-info {
  color: #343434;
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .info-content .text-info {
      line-height: 1.59; } }
  .info-content .text-info p {
    font-size: 0.875rem; }
    @media (min-width: 1200px) {
      .info-content .text-info p {
        font-size: 1.125rem; } }
    @media (min-width: 1900px) {
      .info-content .text-info p {
        margin-bottom: 28px; } }
    .info-content .text-info p:last-child {
      margin-bottom: 0; }

.section-post {
  padding: 40px 0; }
  @media (min-width: 1200px) {
    .section-post {
      padding: 22px 0 57px; } }
  .section-post .title-line {
    background-color: #653180;
    line-height: 1.2;
    margin-bottom: 31px; }
    @media (min-width: 992px) {
      .section-post .title-line {
        margin-bottom: 43px; } }

.post-wrapper {
  color: #343434;
  position: relative;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .post-wrapper {
      padding: 24px 0;
      margin-bottom: 0; } }
  .post-wrapper:last-child {
    padding-bottom: 0; }
  .post-wrapper .title-holder {
    padding: 0; }
  @media (max-width: 767px) {
    .post-wrapper .img-holder {
      margin-bottom: 29px; } }
  @media (min-width: 1900px) {
    .post-wrapper .img-holder {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .post-wrapper .img-holder img {
      width: 100%; } }
  .post-wrapper h2 {
    color: #343434;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase; }
    @media (min-width: 1920px) {
      .post-wrapper h2 {
        font-size: 36px;
        margin-bottom: 23px; } }
  .post-wrapper .text-holder {
    margin-bottom: 17px;
    font-size: 14px; }
    @media (min-width: 1200px) {
      .post-wrapper .text-holder {
        font-size: 20px; } }
    @media (min-width: 1920px) {
      .post-wrapper .text-holder {
        font-size: 24px;
        margin-bottom: 25px; } }
  .post-wrapper p:last-child {
    margin-bottom: 0; }

.post-row {
  border-bottom: 1px solid #f27226;
  padding-bottom: 30px;
  margin: 0; }
  @media (max-width: 767px) {
    .post-row > div {
      padding: 0; } }
  .post-row .link-holder a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #343434; }
    @media (min-width: 1920px) {
      .post-row .link-holder a {
        font-size: 24px; } }
    .post-row .link-holder a .arrow {
      color: #f27226;
      font-size: 18px; }
      @media (min-width: 1920px) {
        .post-row .link-holder a .arrow {
          font-size: 25px; } }
    .post-row .link-holder a:hover {
      color: #005968; }

.navigation-single {
  padding: 3px 21px 0; }
  .navigation-single a {
    font-size: 12px;
    color: #707070;
    font-weight: 500; }
    @media (min-width: 1200px) {
      .navigation-single a {
        font-size: 20px; } }
    .navigation-single a:hover {
      color: #f27226; }
  .navigation-single .arrow {
    font-weight: 800;
    color: #f27226;
    padding: 0; }
  .navigation-single .prev .arrow {
    margin-right: 15px; }
  .navigation-single .next .arrow {
    margin-left: 15px; }

.section-facts {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 18% 50%;
  padding-top: 15px; }
  @media (min-width: 992px) {
    .section-facts {
      padding-top: 0;
      background-color: #fff; } }
  .section-facts .copyrights {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: none; }
    @media (min-width: 1900px) {
      .section-facts .copyrights {
        font-size: 20px; } }
  .section-facts .text-holder {
    font-size: 14px;
    line-height: 1.8; }
    @media (min-width: 768px) {
      .section-facts .text-holder {
        font-size: 18px;
        line-height: 1.2; } }
    @media (min-width: 1900px) {
      .section-facts .text-holder {
        font-size: 24px; } }
    .section-facts .text-holder a {
      color: #f27226;
      text-decoration: underline; }
      .section-facts .text-holder a:hover {
        text-decoration: none;
        color: #005968; }
  .section-facts .title-holder {
    padding-left: 15px;
    padding-bottom: 5px;
    text-align: left; }
    @media (min-width: 992px) {
      .section-facts .title-holder {
        padding-bottom: 25px; } }
  .section-facts .title-line {
    padding-top: 0;
    background-color: #653180;
    margin-bottom: 46px; }

.facts-slider-holder {
  padding: 0px 0 41px; }
  @media (min-width: 992px) {
    .facts-slider-holder {
      padding: 0px 0 53px; } }
  .facts-slider-holder .slick-arrow {
    color: #fcb838; }
    .facts-slider-holder .slick-arrow:hover {
      color: #f27226; }
    @media (max-width: 991px) {
      .facts-slider-holder .slick-arrow {
        bottom: 5px;
        top: auto;
        font-size: 2.8125rem;
        line-height: 1; } }
    @media (min-width: 992px) {
      .facts-slider-holder .slick-arrow {
        top: calc(50% + 6px); } }
    @media (min-width: 1200px) {
      .facts-slider-holder .slick-arrow {
        font-size: 3.75rem; } }
  @media (max-width: 767px) {
    .facts-slider-holder .slick-prev {
      left: 18px; } }
  @media (min-width: 992px) {
    .facts-slider-holder .slick-prev {
      left: 27px; } }
  @media (max-width: 767px) {
    .facts-slider-holder .slick-next {
      right: 18px; } }

.offer-holder {
  overflow: hidden;
  border-radius: 11px; }
  @media (min-width: 768px) {
    .offer-holder {
      display: flex; } }
  .offer-holder .img-offer {
    background-position: center;
    min-height: 238px;
    background-size: cover;
    width: 100%; }
    @media (min-width: 768px) {
      .offer-holder .img-offer {
        max-width: 59%;
        min-height: 482px; } }

.offer-text {
  color: #fff;
  background-color: #653180;
  padding: 28px 20px 57px; }
  @media (min-width: 768px) {
    .offer-text {
      max-width: 41.5%;
      padding: 81px 40px 20px; } }
  .offer-text h4 {
    font-size: 1.75rem;
    line-height: 1.75;
    font-weight: 300; }
    @media (min-width: 1900px) {
      .offer-text h4 {
        font-size: 2.5rem;
        line-height: 1.5; } }
    .offer-text h4 span {
      color: #feb909; }

.section-blocks .title-line {
  background-color: #005968;
  margin-bottom: 0; }
.section-blocks .content-block {
  background-color: #283890; }
.section-blocks p {
  font-size: 1rem;
  font-weight: 300;
  color: #343434; }

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

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

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

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

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

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #7b7b7b;
  padding: 0;
  outline: none;
  font-weight: 800;
  z-index: 7;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  font-size: 21px; }
  .slick-arrow:hover {
    color: #f27226; }
  .slick-arrow.slick-hidden {
    display: none; }

.slick-prev {
  left: 0px; }
  @media (min-width: 992px) {
    .slick-prev {
      left: 15px; } }

.slick-next {
  right: 0px; }
  @media (min-width: 992px) {
    .slick-next {
      right: 15px; } }

.webform-submission-form label {
  font-weight: bold; }
.webform-submission-form input,
.webform-submission-form select,
.webform-submission-form textarea {
  margin-bottom: 1.25rem; }
.webform-submission-form fieldset.form-item {
  margin-bottom: 1.25rem; }
.webform-submission-form .form-type-radio label,
.webform-submission-form .form-type-checkbox label {
  margin-left: 0.25rem; }
.webform-submission-form .form-type-radio input,
.webform-submission-form .form-type-radio select,
.webform-submission-form .form-type-radio textarea,
.webform-submission-form .form-type-checkbox input,
.webform-submission-form .form-type-checkbox select,
.webform-submission-form .form-type-checkbox textarea {
  margin-bottom: 0; }
.webform-submission-form .jcf-list,
.webform-submission-form .jcf-list-content {
  width: 100%; }
  .webform-submission-form .jcf-list .jcf-option,
  .webform-submission-form .jcf-list-content .jcf-option {
    font-size: 0.875rem;
    color: #888;
    padding-left: 1.5625rem; }
    .webform-submission-form .jcf-list .jcf-option:before,
    .webform-submission-form .jcf-list-content .jcf-option:before {
      left: 10px; }
  .webform-submission-form .jcf-list ul li,
  .webform-submission-form .jcf-list-content ul li {
    margin-bottom: 0.5rem; }
.webform-submission-form .jcf-select {
  border: 1px solid #D4D4D4;
  border-radius: 0;
  min-height: 30px; }
  .webform-submission-form .jcf-select .jcf-select-text {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: #888; }
  .webform-submission-form .jcf-select .jcf-select-drop {
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%; }
    .webform-submission-form .jcf-select .jcf-select-drop .jcf-select-drop-content {
      border: 1px solid #D4D4D4;
      border-radius: 0; }
.webform-submission-form .form-actions button {
  transition: color 0.3s ease-in-out;
  position: relative;
  color: #fff;
  background-color: #005968;
  border-color: #005968;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: left; }
  .webform-submission-form .form-actions button .arrow {
    padding-left: 6px; }

@media (min-width: 768px) {
  .protected-pages-enter-password input[type="password"] {
    max-width: 400px; } }
.protected-pages-enter-password button {
  transition: color 0.3s ease-in-out;
  position: relative;
  color: #fff;
  background-color: #005968;
  border-color: #005968;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  text-align: left;
  margin-left: 0; }
  .protected-pages-enter-password button .arrow {
    padding-left: 6px; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #707070;
  background: #fff;
  margin: 0 0 12px;
  min-height: 30px; }
  @media (min-width: 1200px) {
    .jcf-select {
      min-height: 50px; } }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  color: #7b7b7b;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 5px 20px 5px 18px; }
  @media (min-width: 992px) {
    .jcf-select .jcf-select-text {
      font-size: 18px;
      padding: 6px 20px 6px 18px; } }
  @media (min-width: 1200px) {
    .jcf-select .jcf-select-text {
      padding: 8px 20px 8px 10px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 40px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:after {
    font-size: 16px;
    content: '>';
    position: absolute;
    top: calc(50% - 1px);
    font-weight: 800;
    left: 8px;
    color: #f27226;
    transform: translate(-50%, -50%) rotate(90deg); }
    @media (min-width: 992px) {
      .jcf-select .jcf-select-opener:after {
        font-size: 26px; } }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: calc(100% + 1px);
  right: 13px;
  max-width: 97%;
  left: 7px; }
  @media (min-width: 992px) {
    .jcf-select .jcf-select-drop {
      left: 7px; } }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.38);
  border-radius: 0 0 13px 13px;
  border: 1px solid #343434;
  background-color: #ffffff;
  overflow: hidden;
  border-top: 0; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  padding-bottom: 26px; }
  @media (min-width: 992px) {
    .jcf-list .jcf-list-content {
      padding-bottom: 28px; } }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block;
  margin-bottom: 16px; }
  @media (min-width: 1200px) {
    .jcf-list ul li {
      margin-bottom: 33px; } }
  .jcf-list ul li:last-child {
    margin-bottom: 0; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px 5px;
  color: #343434;
  padding-left: 54px;
  color: #343434;
  position: relative;
  padding-left: 31px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 300; }
  @media (min-width: 1200px) {
    .jcf-list .jcf-option {
      padding-left: 54px; } }
  @media (min-width: 1920px) {
    .jcf-list .jcf-option {
      font-size: 20px; } }
  .jcf-list .jcf-option:before {
    position: absolute;
    left: 7px;
    top: 5px;
    content: '>';
    color: transparent;
    transition: color 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 800; }
    @media (min-width: 992px) {
      .jcf-list .jcf-option:before {
        left: 15px; } }
    @media (min-width: 1920px) {
      .jcf-list .jcf-option:before {
        font-size: 20px; } }
  .jcf-list .jcf-option.jcf-hover:before {
    color: #f27226; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-select-drop .jcf-option-hideme {
  display: none; }

.footer {
  background-color: #000;
  color: #fff;
  padding-top: 32px;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 28px;
      margin-top: 40px; } }
  .footer .footer-form-search {
    display: flex;
    align-items: center;
    padding-left: 5px;
    margin-bottom: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .footer .footer-form-search {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .footer .footer-form-search {
        padding-left: 0;
        margin-left: 15px; } }
    @media (min-width: 1200px) {
      .footer .footer-form-search {
        width: auto; } }
    .footer .footer-form-search .input-group {
      position: relative;
      margin-right: 11px;
      border-top-right-radius: 11px;
      border-bottom-right-radius: 11px;
      overflow: hidden; }
      .footer .footer-form-search .input-group .btn-warning {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        border: 1px solid #707070;
        color: #f27226;
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: center;
        padding: 5px;
        min-width: 35px;
        font-weight: 800;
        font-size: 0.75rem;
        border-radius: 0; }
        @media (min-width: 992px) {
          .footer .footer-form-search .input-group .btn-warning {
            font-size: 0.9375rem;
            min-width: 45px; } }
      .footer .footer-form-search .input-group input {
        border: 1px solid #707070;
        border-radius: 11px;
        padding-right: 50px;
        font-weight: 500;
        color: #7b7b7b;
        padding-left: 10px;
        height: 27px;
        font-size: 0.75rem; }
        @media (min-width: 992px) {
          .footer .footer-form-search .input-group input {
            padding-left: 8px;
            height: 34px;
            min-width: 200px;
            font-size: 0.875rem; } }
        @media (min-width: 1200px) {
          .footer .footer-form-search .input-group input {
            min-width: 387px; } }
        .footer .footer-form-search .input-group input::-webkit-input-placeholder {
          color: #7b7b7b; }
        .footer .footer-form-search .input-group input::-moz-placeholder {
          opacity: 1;
          color: #7b7b7b; }
        .footer .footer-form-search .input-group input:-moz-placeholder {
          color: #7b7b7b; }
        .footer .footer-form-search .input-group input:-ms-input-placeholder {
          color: #7b7b7b; }
        .footer .footer-form-search .input-group input.placeholder {
          color: #7b7b7b; }
    .footer .footer-form-search .fa-search {
      margin-bottom: 0;
      position: relative;
      font-size: 1.5625rem;
      cursor: pointer;
      color: #fff;
      transition: color 0.3s ease-in-out;
      transform: rotate(90deg); }
      @media (max-width: 991px) {
        .footer .footer-form-search .fa-search {
          margin-left: 0;
          margin-right: 6px; } }
      .footer .footer-form-search .fa-search:hover {
        color: #f27226; }

.footer-form-subscribe {
  border: 1px solid #707070;
  background-color: #653180;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  margin: 0 5px;
  padding: 17px 24px 18px 21px; }
  @media (min-width: 992px) {
    .footer-form-subscribe {
      padding: 17px 10px 17px;
      font-size: 1.0625rem;
      margin: 0; } }
  @media (min-width: 1600px) {
    .footer-form-subscribe {
      padding: 25px 32px 23px 25px; } }
  .footer-form-subscribe input {
    padding-right: 132px;
    color: #7b7b7b;
    font-size: 0.6875rem;
    font-weight: 500;
    border-radius: 11px;
    outline: none;
    height: 27px;
    border: 1px solid #707070; }
    .footer-form-subscribe input::-webkit-input-placeholder {
      color: #7b7b7b; }
    .footer-form-subscribe input::-moz-placeholder {
      opacity: 1;
      color: #7b7b7b; }
    .footer-form-subscribe input:-moz-placeholder {
      color: #7b7b7b; }
    .footer-form-subscribe input:-ms-input-placeholder {
      color: #7b7b7b; }
    .footer-form-subscribe input.placeholder {
      color: #7b7b7b; }
    @media (min-width: 992px) {
      .footer-form-subscribe input {
        height: 34px;
        font-size: 0.875rem; } }
  .footer-form-subscribe .input-group {
    position: relative;
    overflow: hidden;
    border-radius: 11px; }
  .footer-form-subscribe .btn-warning {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 11px 11px 0;
    border: 1px solid #707070;
    color: #343434;
    font-size: 0.6875rem;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-right: 9px;
    line-height: 1;
    padding-left: 12px; }
    @media (min-width: 992px) {
      .footer-form-subscribe .btn-warning {
        font-size: 14px; } }
    @media (min-width: 1600px) {
      .footer-form-subscribe .btn-warning {
        min-width: 139px; } }
  .footer-form-subscribe .arrow {
    font-size: 1.0625rem;
    display: inline-block;
    color: #f27226;
    margin-left: 13px; }
    @media (min-width: 768px) {
      .footer-form-subscribe .arrow {
        margin-left: 8px; } }
    @media (min-width: 1600px) {
      .footer-form-subscribe .arrow {
        margin-left: 22px; } }
  .footer-form-subscribe .text-holder {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .footer-form-subscribe .text-holder {
        margin-bottom: 27px; } }

.top-footer-nav {
  padding-bottom: 23px; }
  @media (min-width: 992px) {
    .top-footer-nav {
      padding-bottom: 35px; } }

.footer-logo {
  max-width: 225px;
  margin: 23px auto 0;
  width: 100%; }
  @media (min-width: 992px) {
    .footer-logo {
      max-width: 155px;
      margin: 0; } }
  @media (min-width: 1200px) {
    .footer-logo {
      max-width: 205px; } }
  @media (min-width: 1600px) {
    .footer-logo {
      max-width: 255px; } }

.footer-list {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 6px;
  padding-left: 10px; }
  @media (min-width: 768px) {
    .footer-list {
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .footer-list {
      margin-bottom: 0; } }
  .footer-list li {
    margin-bottom: 14px; }
    .footer-list li:last-child {
      margin-bottom: 0; }
    .footer-list li a {
      color: #fff; }
      .footer-list li a:hover {
        color: #f27226; }

.bottom-footer-nav {
  background-color: #005968;
  padding: 22px 0; }
  @media (min-width: 992px) {
    .bottom-footer-nav {
      padding: 20px 0; } }
  .bottom-footer-nav .btn-group {
    width: 100%; }
    @media (max-width: 767px) {
      .bottom-footer-nav .btn-group {
        margin-bottom: 21px;
        justify-content: center; } }
    @media (min-width: 768px) {
      .bottom-footer-nav .btn-group {
        max-width: 400px; } }
    @media (min-width: 992px) {
      .bottom-footer-nav .btn-group {
        margin-right: 14px;
        width: auto; } }
    .bottom-footer-nav .btn-group button,
    .bottom-footer-nav .btn-group a {
      color: #343434;
      font-weight: 700;
      border-radius: 11px;
      display: flex;
      text-transform: uppercase;
      align-items: center;
      padding: 4px 10px;
      font-size: 0.6875rem;
      min-width: 68px; }
      @media (min-width: 992px) {
        .bottom-footer-nav .btn-group button,
        .bottom-footer-nav .btn-group a {
          min-width: 81px;
          font-size: 14px; } }
      .bottom-footer-nav .btn-group button:first-child,
      .bottom-footer-nav .btn-group a:first-child {
        margin-right: 27px; }
      .bottom-footer-nav .btn-group button span,
      .bottom-footer-nav .btn-group a span {
        color: #f27226;
        display: inline-block;
        margin-left: 11px;
        font-weight: 800; }
        @media (min-width: 992px) {
          .bottom-footer-nav .btn-group button span,
          .bottom-footer-nav .btn-group a span {
            margin-left: 18px; } }

.social-list {
  display: flex;
  justify-content: flex-end;
  padding-right: 33px; }
  @media (max-width: 767px) {
    .social-list {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .social-list {
      padding-top: 15px;
      margin-left: auto;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .social-list {
      padding-top: 0; } }
  .social-list li {
    margin-right: 23px; }
    .social-list li:last-child {
      margin-right: 0; }
  .social-list a {
    color: #005968;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    width: 25px;
    height: 26px;
    border-radius: 4px;
    background-color: #fcb838;
    cursor: pointer;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .social-list a:hover {
      background-color: #f27226; }

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