/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, .contact h1, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "source-sans-pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

@media only screen and (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

h1, h2, h3, .contact h1, h4, h5 {
  font-family: "adrianna", sans-serif;
}

h1, h2 {
  font-size: 37px;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
line-height: 1.1em;
}


h3, .contact h1 {
  font-size: 26px;
  text-transform: uppercase;
}

h4 {
  font-size: 22px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  h1, h2 {
    font-size: 48px;
    text-transform: uppercase;
  }
  h3, .contact h1 {
    font-size: 36px;
    text-transform: uppercase;
  }
  h4 {
    font-size: 27px;
    text-transform: uppercase;
  }
}

p {
  margin-bottom: 25px;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.body-style h1, .body-style h2, .body-style h3, .body-style .contact h1, .contact .body-style h1, .body-style h4, .body-style h5 {
  margin-bottom: 10px;
}

.body-style h1 {
  color: #00144e;
}

.body-style h2 {
  color: #00144e;
}

.body-style h3, .body-style .contact h1, .contact .body-style h1 {
  color: #006af2;
}

.body-style h4 {
  color: #ee7c2c;
}

.body-style ul, .body-style ol {
  margin-bottom: 25px;
  list-style: disc;
  margin-left: 20px;
}

.body-style ul:first-child, .body-style ol:first-child {
  margin-top: 0;
}

.body-style ol {
  list-style: decimal;
}

.body-style li {
  margin-bottom: 15px;
}

.body-style li:last-of-type {
  margin-bottom: 0;
}

.body-style a {
  color: #ee7c2c;
}

.body-style a:hover {
  color: #006af2;
}

/* Links
================================================ */
a, a:visited {
  /*color: inherit;*/
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a {
  transition: .25s all ease-in-out;
}

a:hover {
  color: #ee7c2c;
}

a.btn, .btn {
  background: #00144e;
  color: #FFF;
  border-radius: 8px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: "adrianna", sans-serif;
  font-size: 16px;
  transition: .25s all ease-in-out;
}

a.btn .fas, .btn .fas {
  display: block;
  margin-right: 10px;
  font-size: 20px;
}

a.btn.black, .btn.black {
  background: #000;
}

a.btn.black:hover, .btn.black:hover {
  background: #ee7c2c;
}

a.btn.light-blue, .btn.light-blue {
  background: #006af2;
}

a.btn.light-blue:hover, .btn.light-blue:hover {
  background: #ee7c2c;
}

a.btn.yellow, .btn.yellow {
  background: #ee7c2c;
}

a.btn.yellow:hover, .btn.yellow:hover {
  background: #006af2;
}

a.btn:hover, .btn:hover {
  background: #ee7c2c;
  color: #FFF !important;
}

body.noscroll {
  overflow: hidden;
}

.page-container {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.wrap {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.cc-message, .cc-compliance {
  font-family: "source-sans-pro", sans-serif;
}

.animateelement.faderight {
  will-change: transform opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

.animateelement.faderight.animate {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
}

.animateelement.fadeup {
  will-change: transform opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animateelement.fadeup.animate {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

.animateelement.fade {
  will-change: transform opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animateelement.fade.animate {
  -webkit-animation-name: fade;
          animation-name: fade;
}

@-webkit-keyframes fadeRight {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeRight {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 1em 0;
}

img.alignleft {
  margin: 1em 0;
}

img.alignnone {
  margin: 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}

/* Third Party Payload
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Layout
================================================ */
header {
  position: relative;
  padding: 0 20px;
  display: flex;
/*  align-items: center;*/
  background: #FFF;
  z-index: 5;
}

header .header-bottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  display: block;
}

header .logo {
  display: block;
  margin: 20px auto 0 0;
}

header .logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

header .menus-container .key-links {
  display: none;
}

header .header-accent {
  display: none;
}

@media only screen and (min-width: 768px) {
  header .logo {

  margin: 25px auto 0 0;
}

  header {
    padding-right: 0;
  }
  header .menus-container {
    padding-top: 35px;
    margin-right: 5px;
  }
  header .header-accent {
    display: block;
    position: relative;
    color: #FFF;
    padding: 33px 20px 0 0px;
    margin-left: 15px;
    font-size: 18px;
    z-index: 2;
  }
  header .header-accent .partner-login {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    text-decoration: underline;
    transition: .25s all ease-in-out;
    margin-bottom: 5px;
  }
  header .header-accent .partner-login .far {
    display: block;
    margin-right: 5px;
  }
  header .header-accent .partner-login:hover {
    color: #00144e;
  }
  header .header-accent .social {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
  }
  header .header-accent .social a {
    position: relative;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ee7c2c;
    font-size: 18px;
    transition: .25s all ease-in-out;
    margin-right: 5px;
  }
  header .header-accent .social a img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 20px;
    display: block;
    height: auto;
    transition: .25s all ease-in-out;
  }
  header .header-accent .social a img.hover {
    opacity: 0;
  }
  header .header-accent .social a:last-of-type {
    margin-right: 0;
  }
  header .header-accent .social a:hover {
    color: #00144e;
    border-color: #00144e;
  }
  header .header-accent .social a:hover img:not(.hover) {
    opacity: 0;
  }
  header .header-accent .social a:hover img {
    opacity: 1;
  }
  /*header .header-accent:before {
    position: absolute;
    top: -30px;
    right: 0;
    content: ' ';
    height: 150px;
    width: 280px;
    border-radius: 50% 0 0% 50%;
    background: url("../library/images/header-accent-shape.svg") center/cover no-repeat;
  }*/
}



@media only screen and (min-width: 600px) {
  header .logo img {
    max-width: 300px;
  }  
}




@media only screen and (min-width: 1024px) {
  header {
    align-items: stretch;
  }
}





/*menu start*/



/* menu */
 body.noscroll {
   overflow: hidden;
}
 button {
   border: 0;
   background: transparent;
   margin: 0;
   padding: 0;
}
 .menu-toggle {
   display: flex;
   align-items: center;
   width: 30px;
   height: 30px;
   position: relative;
   cursor: pointer;
   z-index: 100;
   margin-right: 30px;
}
 .menu-toggle * {
   transition: 0.25s ease-in-out;
}
 .menu-toggle span {
   background: #ee7c2c;
   display: block;
}
 .menu-toggle .hamburger {
   display: flex;
   flex-direction: column;
   justify-content: center;
   position: absolute;
   height: 100%;
   width: 100%;
   top: 20px;
   left: 0;
}
 .menu-toggle .hamburger span {
   width: 100%;
   height: 2px;
   position: relative;
}
 .menu-toggle .hamburger span:first-of-type {
   margin: 0 0 5px;
}
 .menu-toggle .hamburger span:last-of-type {
   margin: 5px 0 0;
}
 .menu-toggle .hamburger span:nth-child(1) {
   transition-delay: 0.5s;
}
 .menu-toggle .hamburger span:nth-child(2) {
   transition-delay: 0.625s;
}
 .menu-toggle .hamburger span:nth-child(3) {
   transition-delay: 0.75s;
   width: 60%;
}
 .menu-toggle .cross {
   position: relative;
   height: 100%;
   width: 100%;
   transform: rotate(45deg);
   top: 0px;
}


 .menu-toggle .cross span:nth-child(1) {
   height: 0%;
   width: 2px;
   position: absolute;
   top: 0;
   left: 14px;
   transition-delay: 0s;
}
 .menu-toggle .cross span:nth-child(2) {
   width: 0%;
   height: 2px;
   position: absolute;
   left: 0;
   top: 14px;
   transition-delay: 0.25s;
}
 .menu-toggle.active .hamburger span {
   width: 0%;
}
 .menu-toggle.active .hamburger span:nth-child(1) {
   transition-delay: 0s;
}
 .menu-toggle.active .hamburger span:nth-child(2) {
   transition-delay: 0.125s;
}
 .menu-toggle.active .hamburger span:nth-child(3) {
   transition-delay: 0.25s;
}
 .menu-toggle.active .hamburger span:not(:first-of-type) {
   width: 0%;
}
 .menu-toggle.active .cross span:nth-child(1) {
   height: 100%;
   transition-delay: 0.625s;
}
 .menu-toggle.active .cross span:nth-child(2) {
   width: 100%;
   transition-delay: 0.375s;
}

.menu-toggle .cross span {
  background: white;
}
 @media only screen and (max-width: 1199px) {
   .site-header {
     position: relative;
  }
   .site-header nav {
     background: #006af2;
     color: #fff;
     position: fixed;
     bottom: -100%;
     left: 0;
     width: 100%;
     height: 100%;
     transition: 0.75s all ease-in-out;
     padding: 100px 20px 50px 20px;
     pointer-events: none;
     overflow: auto;
     z-index: 50;
     di
  }
   .site-header nav ul {
     opacity: 1;
     list-style: none;
     margin: 0;
  }
   .site-header nav ul li {
     margin-bottom: 0;
  }
   .site-header nav ul a {
     color: #fff;
     text-decoration: none;
  }
   .site-header .nav .menu {
     display: flex;
     flex-direction: column;
     position: relative;
     opacity: 0;
     transition: 0.5s all ease-in-out;
     transform: translateY(10px);
     width: 100%;
     height: 100%;
     text-align: center;
     font-size: 28px;
     font-weight: 500;
     font-family: "source-sans-pro", sans-serif;
  }
   .site-header nav .menu > li {
     position: relative;
     padding: 10px 0;
  }
   .site-header nav .menu > li:first-of-type {
     padding-top: 0;
  }
   .site-header nav .menu > li.menu-item-has-children .sub-menu {
     padding-top: 30px;
     display: none;
     font-size: 20px;
     font-weight: 400;
     font-family: "source-sans-pro", sans-serif;
  }
   .site-header nav .menu > li.menu-item-has-children .sub-menu li {
     margin-bottom: 0;
     color: #fff;
     padding: 10px 0;
  }
   .site-header nav .menu > li.menu-item-has-children .sub-menu li:first-of-type {
     padding-top: 0;
  }
   .site-header nav .menu > li.menu-item-has-children .sub-menu li:last-of-type {
     border-bottom: 0;
     padding-bottom: 0;
  }
   .site-header nav .menu > li.menu-item-has-children li {
     margin-bottom: 15px;
  }
   .site-header nav .menu > li.menu-item-has-children.expanded:before {
     transform: rotate(0);
  }
   .site-header nav.open {
     bottom: 0;
     pointer-events: auto;
  }
   .site-header nav.open .menu {
     opacity: 1;
     transform: translateY(0);
     transition-delay: 0.8s;
  }
}
 @media only screen and (min-width: 1200px) {
   .menu-toggle {
     display: none;
  }
   header.site-header nav {
     position: relative;
     padding: 0 20px;
     margin-right: 30px;
  }
   header.site-header nav ul {
     display: flex;
     gap: 27px;
  }
   header.site-header nav ul li {
     position: relative;
     font-size: 1.5rem;
     font-weight: 400;
     font-family: "source-sans-pro", sans-serif;
     font-style: normal;
  }
   header.site-header nav ul li.current_page_item > a, header.site-header nav ul li.current_page_parent > a, header.site-header nav ul li.current-menu-parent > a, header.site-header nav ul li.current-page-ancestor > a {
/*     color: red;*/
  }
   header.site-header nav ul li:hover .sub-menu {
     pointer-events: auto;
     opacity: 1;
  }
   header.site-header nav a {
     text-decoration: none;
     color: #00144e;
     transition: 0.25s all ease-in-out;
     position: relative;
     text-underline-offset: 3px;
     text-decoration-thickness: 2px;
     padding: 30px 0;
  }
   header.site-header nav a:hover {
     color: #ee7c2c;
     text-decoration: none;

  }
   .site-header nav .sub-menu {
     position: absolute;
     left: 50%;
     top: calc(100% + 10px);
     display: flex;
     flex-direction: column;
     align-items: flex-start;
     background: #006af2;
     color: #fff;
     padding: 20px 25px;
     opacity: 0;
     pointer-events: none;
     transform: translateX(-50%);
     transition: 0.25s all ease-in-out;
     text-align: left;
     white-space: nowrap;
     gap: 10px;
     z-index: 2;
     border-radius: 7px;
     border: 0;
  }
   .site-header nav .sub-menu li {
     position: relative;
     margin-left: 0;
     margin: 0;
     width: 100%;
     font-size: 20px;
     font-weight: 500;
     text-align: center;
     font-family: "source-sans-pro", sans-serif;
  }
   .site-header nav .sub-menu li a {
     display: inline-block;
     position: relative;
     color: #fff;
     padding: 3px;
  }
   .site-header nav .sub-menu li a:before {
     display: none;
  }
   .site-header nav .sub-menu li:hover a, .site-header nav .sub-menu li.current-menu-item a {
     color: #fff;
  }

  .site-header nav .sub-menu li:hover a {
    text-decoration: underline;
  }
}
 



/*menu end*/








.footer-waves {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

footer {
  position: relative;
  color: #FFF;
  z-index: 5;
}

footer .background {
  padding: 60px 0 60px 0;
  background: #006af2;
  margin-top: -5px;
}

footer .col:first-of-type {
  margin-bottom: 40px;
}

footer h2 {
  color: #00145a;
  margin-bottom: 10px;
}

footer p {
  margin-bottom: 40px;
}

footer .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}

footer label {
  margin-bottom: 30px;
}

footer input {
  width: 100%;
}

footer .acceptance {
  width: 100%;
}

footer .acceptance label {
  cursor: pointer;
  width: 100%;
}

footer ul {
  margin-bottom: 55px;
}

footer ul li {
  margin-bottom: 5px;
}

footer ul li:last-of-type {
  margin-bottom: 0;
}

footer ul a {
  text-decoration: underline;
}

footer ul a:hover {
  color: #00145a;
}

footer .social {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 35px;
}

footer .social a {
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #FFF;
  font-size: 22px;
  transition: .25s all ease-in-out;
  margin-right: 5px;
  color: #006af2;
}

footer .social a:hover {
  background: #00145a;
}

footer .social a:last-of-type {
  margin-right: 0;
}

footer .social img {
  max-width: 35px;
  width: 100%;
  height: auto;
  display: block;
}

footer .copy {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

footer .copy a {
  display: block;
  margin-left: 5px;
}

footer .copy a img {
  display: block;
}

footer .eu-strip {
  color: #FFF;
  background: #0038b8;
  padding: 65px 0;
  font-size: 12px;
  line-height: 19px;
}

footer .eu-strip .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .eu-strip img {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .menu-toggle .hamburger {
    top: 0;
  }

  footer .wrap {
    display: flex;
  }
  footer .col:first-of-type {
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 0;
  }
  footer p {
    margin-bottom: 15px;
  }
  footer .wpcf7-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer label {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
  footer .eu-strip .wrap {
    flex-direction: row;
  }
  footer .eu-strip img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  footer .background {
    padding: 0 0 60px 0;
  }
  footer .col:first-of-type {
    max-width: 920px;
    margin-right: 120px;
  }
}

/* Components Payload
================================================ */
.wpcf7 label {
  display: block;
  font-family: "adrianna", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #00145a;
}

.wpcf7 label.error {
  margin-top: 5px;
  margin-bottom: 0;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.wpcf7 input:not([type=checkbox]), .wpcf7 textarea {
  -webkit-appearance: none;
  border: none;
  display: block;
  height: 48px;
  border-radius: 7px;
  padding: 10px;
  outline: 0;
  font-family: "source-sans-pro", sans-serif;
  font-size: 18px;
}

.wpcf7 textarea {
  height: 100px;
  width: 100%;
}

.wpcf7 .acceptance {
  margin-top: 20px;
  margin-bottom: 25px;
}

.wpcf7 .acceptance .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7 .acceptance label {
  display: flex;
  align-items: center;
  text-transform: none;
  color: #FFF;
  font-weight: 400;
  font-family: "source-sans-pro", sans-serif;
}

.wpcf7 .acceptance a {
  text-decoration: underline;
}

.wpcf7 .acceptance a:hover {
  color: #00145a;
}

.wpcf7 input[type=checkbox] {
  height: 28px;
  width: 28px;
  border-radius: 7px;
  border: none;
  margin-right: 5px;
}

.wpcf7 .wpcf7-submit.btn {
  font-family: "adrianna", sans-serif;
  font-size: 18px;
  width: 105px;
}

.wpcf7 .wpcf7-submit.btn:disabled {
  opacity: 0.3;
}

.sidebar {
  display: block;
  width: 100%;
  background: #ee7c2c;
}

.sidebar .image-container {
  position: relative;
  height: 245px;
  width: 100%;
  overflow: hidden;
}

.sidebar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 3s all ease-in-out;
}

.sidebar .sidebar-content {
  padding: 10px 25px 25px 25px;
}

.sidebar .sidebar-content h3, .sidebar .sidebar-content .contact h1, .contact .sidebar .sidebar-content h1 {
  color: #000;
  margin-bottom: 10px;
}

.sidebar:hover img {
  transform: scale(1.1);
}


.sidebar:hover p {
  color: black;
}

/*.sidebar:hover .btn {
  background: #cc6822 !important;
}
*/

.sidebar .btn:hover {
  background: #cc6822 !important;
}


@media only screen and (min-width: 768px) {
  .sidebar {
    flex-shrink: 0;
    max-width: 350px;
    margin-left: 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .sidebar {
    max-width: 500px;
  }
  .sidebar .image-container {
    height: 345px;
  }
}

/* Blocks Payload
================================================ */
.homepage-masthead {
  position: relative;
  margin-bottom: 60px;
}

.homepage-masthead .item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 567px;
  height: calc(100vh - 100px);
  width: 100%;
  padding-bottom: 150px;
}

.homepage-masthead .item.slick-active .content {
  opacity: 1;
  transform: translateY(0px);
}

.homepage-masthead img:not(.masthead-bottom) {
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-masthead .wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.homepage-masthead .content {
  position: relative;
  background: #006af2;
  color: #FFF;
  border-radius: 7px;
  padding: 25px 30px;
  text-align: center;
  max-width: 440px;
  opacity: 0;
  transform: translateY(5px);
  transition: .25s .5s all ease-in-out;
}

.homepage-masthead h1 {
  text-transform: uppercase;
  font-size: 36px;
}

.homepage-masthead p {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
}

.homepage-masthead .slick-arrow {
  position: absolute;
  bottom: 80px;
  background: #ee7c2c;
  border-radius: 50%;
  color: #FFF;
  font-size: 0;
  height: 42px;
  width: 42px;
  transition: .25s all ease-in-out;
  border: none;
  cursor: pointer;
  z-index: 1;
  left: calc(50% - 21px);
}

.homepage-masthead .slick-arrow:hover {
  background: #006af2;
}

.homepage-masthead .slick-arrow:after {
  content: "\f30b"; /* Lowercase hex! */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; /* Use 900 for solid icons */
  font-size: 22px;
  line-height: 1;
}


.homepage-masthead .slick-arrow.slick-next {
  transform: translateX(25px);
}

.homepage-masthead .slick-arrow.slick-prev {
  transform: translateX(-25px) scale(-1);
}

.homepage-masthead .masthead-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

@media only screen and (min-width: 1024px) {
  .homepage-masthead .content:before, .homepage-masthead .content:after {
    position: absolute;
    content: '';
    display: block;
    height: 65px;
    width: 190px;
    background: url("../library/images/sound-waves.png") center/contain no-repeat;
    top: 50%;
    right: -195px;
    transform: translateY(-50%);
    margin: 0;
  }
  .homepage-masthead .content:before {
    right: auto;
    left: -195px;
    transform: scaleX(-1) translateY(-50%);
  }
}

.text-column-w-sidebar {
  margin-bottom: 100px;
}

.text-column-w-sidebar .text-col {
  margin-bottom: 60px;
}

.text-column-w-sidebar .text-col h2 {
  color: #00144e;
  margin-bottom: 10px;
}

.text-column-w-sidebar .text-col p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.text-column-w-sidebar .text-col p:first-of-type a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .text-column-w-sidebar {
    margin-bottom: 100px;
  }
  .text-column-w-sidebar .wrap {
    display: flex;
    align-items: flex-start;
  }
  .text-column-w-sidebar .text-col {
    margin-bottom: 0;
    max-width: 820px;
    margin-right: auto;
  }
}

.news-and-twitter-strip {
  margin-bottom: 80px;
}

.news-and-twitter-strip .top-wave, .news-and-twitter-strip .bottom-wave {
  display: block;
  width: 100%;
}

.news-and-twitter-strip .top-wave {
  margin-bottom: -1px;
}

.news-and-twitter-strip .bottom-wave {
  margin-top: -1px;
}

.news-and-twitter-strip .background {
  padding: 40px 0 60px 0;
  background: #00144e;
  color: #FFF;
}

.news-and-twitter-strip h2 {
  color: #ee7c2c;
  margin-bottom: 50px;
}

.news-and-twitter-strip .news-posts {
  margin-bottom: 40px;
}

.news-and-twitter-strip .post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
}

.news-and-twitter-strip .post .image-container {
  border-radius: 7px;
  height: 230px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  overflow: hidden;
}

.news-and-twitter-strip .post .image-container img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 3s all ease-in-out;
}

.news-and-twitter-strip .post h4 {
  margin-bottom: 10px;
}

.news-and-twitter-strip .post p.date {
  font-weight: 400;
  color: #006af2;
  margin-bottom: 10px;
}

.news-and-twitter-strip .post p:last-of-type {
  margin-bottom: 25px;
}

.news-and-twitter-strip .post .btn {
  margin-top: auto;
}

.news-and-twitter-strip .post:last-of-type {
  margin-right: 0;
}

.news-and-twitter-strip .post:hover {
  color: #FFF;
}

.news-and-twitter-strip .post:hover img {
  transform: scale(1.1);
}

.news-and-twitter-strip .post:hover .btn {
  background: #ee7c2c;
}

.news-and-twitter-strip .twitter-feed {
  width: 100%;
}

.news-and-twitter-strip .twitter-feed .fab {
  display: block;
  text-align: center;
  font-size: 60px;
  color: #006af2;
  margin: 40px auto 30px auto;
}

.news-and-twitter-strip .twitter-feed .tweet {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.news-and-twitter-strip .twitter-feed p {
  font-size: 20px;
  line-height: 28px;
}

.news-and-twitter-strip .twitter-feed p.date {
  font-size: 16px;
  font-weight: 400;
  color: #006af2;
  margin-bottom: 10px;
}

.news-and-twitter-strip .twitter-feed .tweet-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-and-twitter-strip .twitter-feed .tweet-actions a {
  display: block;
  margin-right: 10px;
}

.news-and-twitter-strip .twitter-feed .tweet-actions a:last-of-type {
  margin-right: 0;
}

.news-and-twitter-strip .twitter-feed .slick-arrow {
  position: absolute;
  bottom: -20px;
  background: #ee7c2c;
  border-radius: 50%;
  color: #FFF;
  font-size: 0;
  height: 42px;
  width: 42px;
  transition: .25s all ease-in-out;
  border: none;
  cursor: pointer;
  z-index: 5;
  left: calc(50% - 21px);
}

.news-and-twitter-strip .twitter-feed .slick-arrow:hover {
  background: #006af2;
}

.news-and-twitter-strip .twitter-feed .slick-arrow:after {
  content: "\F30B";
  font: 22px/1 'Font Awesome 6 Free';
}

.news-and-twitter-strip .twitter-feed .slick-arrow.slick-next {
  transform: translateX(25px);
}

.news-and-twitter-strip .twitter-feed .slick-arrow.slick-prev {
  transform: translateX(-25px) scale(-1);
}

@media only screen and (min-width: 768px) {
  .news-and-twitter-strip .news-posts {
    display: flex;
    margin-right: 30px;
  }
  .news-and-twitter-strip .news-posts:last-of-type {
    margin-right: 0;
  }
  .news-and-twitter-strip .post {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .news-and-twitter-strip .twitter-feed .fab {
    font-size: 80px;
  }
  .news-and-twitter-strip .twitter-feed p {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 1280px) {
  .news-and-twitter-strip .background {
    padding: 0;
  }
  .news-and-twitter-strip .wrap {
    display: flex;
    align-items: center;
  }
  .news-and-twitter-strip .news-posts {
    max-width: 685px;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .news-and-twitter-strip .twitter-feed {
    max-width: 530px;
    margin-left: auto;
  }
  .news-and-twitter-strip .twitter-feed .fab {
    font-size: 80px;
    margin: 0 auto 30px auto;
  }
  .news-and-twitter-strip .twitter-feed .slick-arrow {
    bottom: -80px;
  }
}

.partners-strip {
  margin-bottom: 160px;
}

.partners-strip .wrap {
  position: relative;
}

.partners-strip .slick-track {
  display: flex;
  align-items: center;
}

.partners-strip .slick-list {
  margin: 0 -50px;
}

.partners-strip .image-container {
  margin: 0 50px;
}

.partners-strip .image-container .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-strip .image-container img {
  max-width: 100%;
  max-height: 120px;
  width: auto;
  height: auto;
  display: block;
}

.partners-strip .slick-arrow {
  position: absolute;
  bottom: -80px;
  background: #ee7c2c;
  border-radius: 50%;
  color: #FFF;
  font-size: 0;
  height: 42px;
  width: 42px;
  transition: .25s all ease-in-out;
  border: none;
  cursor: pointer;
  z-index: 5;
  left: 0px;
}

.partners-strip .slick-arrow:hover {
  background: #006af2;
}

.partners-strip .slick-arrow:after {
  content: "\f30b"; /* Lowercase hex! */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; /* Use 900 for solid icons */
  font-size: 22px;
  line-height: 1;
}

.partners-strip .slick-arrow.slick-next {
  transform: translateX(50px);
}

.partners-strip .slick-arrow.slick-prev {
  transform: scale(-1);
}

.inner-masthead {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  /*min-height: 567px;*/
  min-height: 460px;
  /*height: calc(100vh - 100px);*/
  width: 100%;
  /*padding-bottom: 150px;*/
  padding-bottom: 100px;
}

.inner-masthead img:not(.masthead-bottom) {
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-masthead .wrap {
  display: flex;
  position: relative;
  z-index: 2;
}

.inner-masthead h1 {
  position: relative;
  background: #006af2;
  color: #FFF;
  border-radius: 7px;
  padding: 25px 30px;
  text-align: center;
  z-index: 2;
  margin: 0 auto;
}

.inner-masthead h1 {
  text-transform: uppercase;
  font-size: 36px;
}

.inner-masthead .masthead-bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .inner-masthead {
    min-height: auto;
    height: 550px;
      padding-bottom: 150px;
  }
  .inner-masthead h1 {
    margin: 0 auto 0 0;
  }
  .inner-masthead h1:after {
    position: absolute;
    content: '';
    display: block;
    height: 65px;
    width: 190px;
    background: url("../library/images/sound-waves.png") center/contain no-repeat;
    top: 50%;
    right: -195px;
    transform: translateY(-50%);
    margin: 0;
  }
}

.videos {
  margin-bottom: 70px;
}

.videos .intro-content {
  margin-bottom: 60px;
}

.videos .intro-content h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.videos .intro-content p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.videos .grid-item {
  margin-bottom: 60px;
}

.videos .grid-item .video-container {
  height: 250px;
}

.videos .grid-item .video-container iframe {
  height: 100%;
  width: 100%;
}

.videos .grid-item .content {
  color: #FFF;
  background: #00144e;
  padding: 25px;
}

.videos .grid-item .content h4 {
  color: #ee7c2c;
}

@media only screen and (min-width: 768px) {
  .videos .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 40px;
    width: 100%;
  }
  .videos .grid-item {
    margin-bottom: 0;
  }
  .videos .grid-item .video-container {
    height: 370px;
  }
  .videos .grid-item .content {
    padding: 15px;
  }
}

.images {
  margin-bottom: 70px;
}

.images .intro-content {
  margin-bottom: 60px;
}

.images .intro-content h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.images .intro-content p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.images .gallery {
  margin-bottom: 50px;
  color: #FFF;
  background: #00144e;
  padding: 35px 20px 80px 20px;
}

.images .gallery h4 {
  color: #ee7c2c;
}

.images .gallery a {
  margin: 0 10px;
  display: block;
}

.images .gallery a img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.images .slick-list {
  margin: 0 -10px;
}

.images .slick-arrow {
  position: absolute;
  bottom: 80px;
  background: #ee7c2c;
  border-radius: 50%;
  color: #FFF;
  font-size: 0;
  height: 42px;
  width: 42px;
  transition: .25s all ease-in-out;
  border: none;
  cursor: pointer;
  z-index: 5;
  bottom: -60px;
  left: 20px;
}

.images .slick-arrow:hover {
  background: #006af2;
}

.images .slick-arrow:after {
  content: "\F30B";
  font: 22px/1 'Font Awesome 6 Free';
}

.images .slick-arrow.slick-next {
  transform: translateX(25px);
}

.images .slick-arrow.slick-prev {
  transform: translateX(-25px) scale(-1);
}

@media only screen and (min-width: 768px) {
  .images a img {
    height: 290px;
  }
}

.files {
  margin-bottom: 70px;
}

.files .left-col {
  margin-bottom: 60px;
}

.files .intro-content {
  margin-bottom: 60px;
}

.files .intro-content h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.files .intro-content p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.files h3, .files .contact h1, .contact .files h1 {
  color: #006af2;
  margin-bottom: 5px;
}

.files .file-group {
  margin-bottom: 50px;
}

.files .file-group:last-of-type {
  margin-bottom: 0;
}

.files .file {
  display: block;
  color: #FFF;
  background: #00144e;
  padding: 15px;
  margin-bottom: 15px;
}

.files .file .file-info {
  margin-bottom: 5px;
}

.files .file h4 {
  margin-bottom: 5px;
  color: #ee7c2c;
}

.files .file .btn {
  margin-top: 5px;
  width: 100px;
}

.files .file:last-of-type {
  margin-bottom: 0;
}

.files .file:hover .btn {
  background: #006af2;
}

@media only screen and (min-width: 768px) {
  .files .wrap {
    /*display: flex;*/
    display: block;
    align-items: flex-start;
  }
  .files .left-col {
    max-width: 820px;
    margin-right: auto;
    margin-bottom: 0;
  }
}

.publications {
  margin-bottom: 70px;
}

.publications .left-col {
  margin-bottom: 60px;
}

.publications .intro-content {
  margin-bottom: 60px;
}

.publications .intro-content h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.publications .intro-content p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.publications .publication {
  display: block;
  color: #FFF;
  background: #00144e;
  padding: 20px;
  margin-bottom: 25px;
}

.publications .publication .publication-info {
  margin-bottom: 5px;
}

.publications .publication strong {
  color: #ee7c2c;
}

.publications .publication p {
  margin-bottom: 10px;
}

.publications .publication .btn {
  margin-top: 5px;
  width: 100px;
}

.publications .publication:last-of-type {
  margin-bottom: 0;
}

.publications .publication:hover .btn {
  /*background: #006af2;*/
}

@media only screen and (min-width: 768px) {
  .publications .wrap {
    display: flex;
    align-items: flex-start;
  }
  .publications .left-col {
    margin-bottom: 0;
    max-width: 820px;
    margin-right: auto;
  }
}

.vacancies {
  margin-bottom: 70px;
}

.vacancies .left-col {
  margin-bottom: 60px;
}

.vacancies .intro-content {
  margin-bottom: 60px;
}

.vacancies .intro-content h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.vacancies .intro-content p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.vacancies .vacancy {
  display: block;
  color: #FFF;
  background: #00144e;
  padding: 20px;
  margin-bottom: 25px;
}

.vacancies .vacancy .vacancy-info {
  margin-bottom: 10px;
}

.vacancies .vacancy .vacancy-details {
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}

.vacancies .vacancy .vacancy-details .col {
  margin-right: 30px;
}

.vacancies .vacancy .vacancy-details .col:last-of-type {
  margin-right: 0;
}

.vacancies .vacancy .vacancy-details span {
  color: #006af2;
}

.vacancies .vacancy h4 {
  margin-bottom: 5px;
  color: #ee7c2c;
}

.vacancies .vacancy p {
  margin-bottom: 10px;
}

.vacancies .vacancy .btn {
  margin-top: 5px;
  width: 100px;
}

.vacancies .vacancy:last-of-type {
  margin-bottom: 0;
}

.vacancies .vacancy:hover .btn {
  background: #006af2;
}

@media only screen and (min-width: 768px) {
  .vacancies .wrap {
    display: flex;
    align-items: flex-start;
  }
  .vacancies .left-col {
    margin-bottom: 0;
    max-width: 820px;
    margin-right: auto;
  }
}

.partners-grid {
  margin-bottom: 80px;
}

.partners-grid .intro-content {
  margin-bottom: 60px;
}

.partners-grid .intro-content h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.partners-grid .intro-content p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.partners-grid .grid-item {
  display: flex;
  flex-direction: column;
  background: #ee7c2c;
  border: 5px solid #ee7c2c;
  margin-bottom: 60px;
}

.partners-grid .grid-item:hover {
  color: #000;
}

.partners-grid .grid-item:hover .btn {
  background: #006af2;
}

.partners-grid .grid-item:hover img:not(.partner-wave) {
  transform: scale(1.1);
}

.partners-grid .image-container {
  position: relative;
  width: 100%;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  padding: 0 20px 30px 20px;
  overflow: hidden;
}



.partners-grid.pis-grid .image-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  padding: 0;
  overflow: hidden;
}





.partners-grid .image-container img:not(.partner-wave) {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 3s all ease-in-out;
}

.partners-grid .image-container .partner-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(100% + 2px);
  height: auto;
  display: block;
}

.partners-grid .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 10px 20px 20px 20px;
}

.partners-grid .content h4 {
  margin-bottom: 30px;
}

.partners-grid .content .btn {
  margin-top: auto;
}

.partners-grid .content .btn:hover {
  background: #00144e;
}

@media only screen and (min-width: 768px) {
  .partners-grid .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
    width: 100%;
  }
  .partners-grid .grid-item {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .partners-grid .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 85px 25px;
    width: 100%;
  }
}

.partners-diagram {
  margin-bottom: 80px;
}

.partners-diagram .wrap {
  max-width: 1000px;
}

.partners-diagram .intro-content {
  margin-bottom: 40px;
}

.partners-diagram .intro-content h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.partners-diagram .intro-content p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.partners-diagram img {
  max-width: 850px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.single-partner {
  margin-bottom: 100px;
}

.single-partner .text-col {
  margin-bottom: 60px;
}

.single-partner .text-col h1 {
  color: #00144e;
  margin-bottom: 10px;
}

.single-partner .text-col h3, .single-partner .text-col .contact h1, .contact .single-partner .text-col h1 {
  color: #006af2;
}

.single-partner .sidebar {
  display: flex;
  flex-direction: column;
  background: #ee7c2c;
  border: 5px solid #ee7c2c;
}

.single-partner .image-container {
  position: relative;
  width: 100%;
  height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  padding: 20px;
}

.single-partner .image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.single-partner .sidebar-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px 20px 20px;
}

.single-partner .sidebar-content .inner-contact {
  margin-bottom: 10px;
}

.single-partner .sidebar-content p {
  margin-bottom: 15px;
}

.single-partner .sidebar-content p span {
  font-family: "adrianna", sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase;
}

.single-partner .sidebar-content p a {
  text-decoration: underline;
}

.single-partner .sidebar-content p a:hover {
  color: #00144e;
}

.single-partner .sidebar-content .btn {
  margin-top: 10px;
}

.single-partner .sidebar-content .btn:hover {
  background: #00144e;
}

@media only screen and (min-width: 768px) {
  .single-partner .wrap {
    display: flex;
    align-items: flex-start;
  }
  .single-partner .text-col {
    max-width: 820px;
    margin-right: auto;
    margin-bottom: 0;
  }
}

.full-width-text {
  margin-bottom: 60px;
}

.full-width-text h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.full-width-text p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

.posts-grid {
  margin-bottom: 60px;
}

.posts-grid .post {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: #FFF;
  background: #00144e;
  margin-bottom: 40px;
}

.posts-grid .post .image-container {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}

.posts-grid .post .image-container img:not(.post-wave) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}

.posts-grid .post .image-container .post-wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(100% + 2px);
  height: auto;
  display: block;
  z-index: 2;
}

.posts-grid .post .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
  background: #00144e;
  padding: 0 25px 25px 25px;
}

.posts-grid .post h4 {
  color: #ee7c2c;
  margin-bottom: 10px;
}

.posts-grid .post p.date {
  font-weight: 400;
  color: #006af2;
  margin-bottom: 10px;
}

.posts-grid .post p:last-of-type {
  margin-bottom: 25px;
}

.posts-grid .post .btn {
  margin-top: auto;
}

.posts-grid .post:last-of-type {
  margin-right: 0;
}

.posts-grid .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-top: 60px;
}

.posts-grid .pagination ul {
  background: #ee7c2c;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 7px;
  display: flex;
  font-family: "adrianna", sans-serif;
  font-size: 24px;
}

.posts-grid .pagination .current {
  color: #00144e;
}

.posts-grid .pagination li {
  margin-right: 30px;
}

.posts-grid .pagination li:last-of-type {
  margin-right: 0;
}

.posts-grid .pagination li a {
  transition: .25s all ease-in-out;
}

.posts-grid .pagination li:hover a {
  color: #00144e;
}

@media only screen and (min-width: 768px) {
  .posts-grid .wrap {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
  }
  .posts-grid .post {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .posts-grid .post .image-container {
    height: 335px;
  }
}

@media only screen and (min-width: 1280px) {
  .posts-grid .wrap {
    /*grid-template-columns: 1fr 1fr 1fr;*/
    grid-template-columns: 1fr 1fr;
    gap: 30px 60px;
  }
}

.post-content {
  margin-bottom: 120px;
}

.post-content .content {
  margin-bottom: 60px;
}

.post-content .content ul, .post-content .content ol {
  margin: 0px 0px 30px 20px;
}

.post-content .content ul li:not(:last-of-type), .post-content .content ol li:not(:last-of-type) {
  margin-bottom: 5px;
}

.post-content .content ul {
  list-style: disc;
}

.post-content .content ol {
  list-style: decimal;
}

.post-content .content em {
  font-style: italic;
}

.post-content .sidebar {
  display: flex;
  flex-direction: column;
  background: #ee7c2c;
  border: 5px solid #ee7c2c;
}

.post-content .image-container {
  position: relative;
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
}

.post-content .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.post-content .sidebar-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 10px 20px 20px 20px;
}

.post-content .sidebar-content .contact {
  margin-bottom: 10px;
}

.post-content .sidebar-content h4 {
  font-size: 21px;
  margin-bottom: 5px;
}

.post-content .sidebar-content p {
  margin-bottom: 20px;
}

.post-content .sidebar-content .social-share {
  margin-bottom: 30px;
  display: flex;
}

.post-content .sidebar-content .social-share a {
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d76c22;
  border-radius: 50%;
  color: #FFF;
  margin-right: 10px;
  font-size: 22px;
  transition: .25s all ease-in-out;
}

.post-content .sidebar-content .social-share a:hover {
  background: #00144e;
}

.post-content .sidebar-content .social-share a:last-of-type {
  margin-right: 0;
}

.post-content .sidebar-content .btn {
  margin-top: 10px;
}

.post-content .sidebar-content .btn:hover {
  background: #006af2;
}

@media only screen and (min-width: 768px) {
  .post-content .wrap {
    display: flex;
    align-items: flex-start;
  }
  .post-content .content {
    max-width: 820px;
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .post-content .image-container {
    height: 315px;
  }
}

.three-features {
  margin-bottom: 60px;
}

.three-features .feature {
  display: block;
  background: #ee7c2c;
  margin-bottom: 30px;
}

.three-features .feature:hover {
  color: #000;
}

.three-features .feature:hover img {
  transform: scale(1.1);
}

.three-features .feature:hover .btn {
  background: #00144e;
}

.three-features .image-container {
  position: relative;
  /*height: 250px;*/
  width: 100%;
  overflow: hidden;
}

.three-features img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 3s all ease-in-out;
}

.three-features .content {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .three-features .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    width: 100%;
  }
  .three-features .feature {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .three-features .image-container {
    /*height: 315px;*/
  }
}

.contact {
  position: relative;
  margin-bottom: -80px;
  min-height: 600px;
  padding: 100px 0 140px 0;
}

.contact img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact .wrap {
  position: relative;
  z-index: 2;
}

.contact .contact-form {
  position: relative;
  background: #006af2;
  color: #FFF;
  width: 100%;
  border-radius: 7px;
  padding: 20px;
}

.contact label {
  display: block;
  margin-bottom: 15px;
}

.contact input {
  width: 100%;
}

.contact .wpcf7-acceptance label {
  margin-bottom: 0;
}

.contact .ajax-loader {
  position: absolute;
  left: 120px;
  bottom: 20px;
}

.contact h1 {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
  .contact .contact-form {
    width: 650px;
    margin-left: auto;
  }
}

.testimonial {
  margin-bottom: 90px;
}

.testimonial img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonial img:first-of-type {
  margin-bottom: -2px;
}

.testimonial img:last-of-type {
  margin-top: -2px;
}

.testimonial .background {
  background: #00144e;
  color: #FFF;
  padding: 40px 0;
}

.testimonial .content {
  padding-left: 35px;
  font-size: 20px;
  line-height: 28px;
  font-family: "adrianna", sans-serif;
  border-left: 10px solid #ee7c2c;
  margin-bottom: 40px;
}

.testimonial .source {
  color: #ee7c2c;
  font-weight: 600;
  line-height: 23px;
}

.testimonial .source span {
  font-size: 20px;
  color: #006af2;
}

@media only screen and (min-width: 768px) {
  .testimonial .background {
    padding: 20px 0;
  }
  .testimonial .content {
    font-size: 27px;
    line-height: 35px;
  }
  .testimonial .source span {
    font-size: 23px;
  }
}

.full-width-image {
  margin-bottom: 90px;
}

.full-width-image .waves {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}

.full-width-image .background {
  background: #00144e;
  padding: 30px 0 80px 0;
}

.full-width-image h2 {
  color: #ee7c2c;
  text-align: center;
  margin-bottom: 40px;
}

.full-width-image img:not(.waves) {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  .full-width-image .background {
    padding: 30px 0 110px 0;
  }
}

.fifty-fifty-image {
  margin-bottom: 90px;
}

.fifty-fifty-image .image-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.fifty-fifty-image .image-container:after {
  position: absolute;
  right: -1px;
  top: -2px;
  height: calc(100% + 4px);
  width: 50px;
  content: '';
  background: url("../library/images/image-wave.svg") center right/contain no-repeat;
  z-index: 2;
}

.fifty-fifty-image img {
  width: 100%;
  height: auto;
  display: block;
}

.fifty-fifty-image .content {
  width: 100%;
}

.fifty-fifty-image .content h2 {
  color: #00144e;
  margin-bottom: 15px;
}

.fifty-fifty-image .content p:first-of-type {
  color: #ee7c2c;
  font-size: 25px;
  line-height: 30px;
}

@media only screen and (min-width: 1024px) {
  .fifty-fifty-image .wrap {
    display: flex;
    align-items: center;
  }
  .fifty-fifty-image .image-container {
    width: calc(50% - 15px);
    margin-right: auto;
    margin-bottom: 0;
  }
  .fifty-fifty-image .content {
    margin-left: 30px;
    width: 50%;
  }
}

/* Pages Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}

.error404__content h1 {
  font-size: 7em;
  color: #00144e;
  line-height: 170px;
  margin-bottom: 30px;
}

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





/*GS additions*/

.content blockquote {
  border-left: 5px solid #ee7c2c;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

  .content blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #006af2;
  }


.content p.wp-caption-text,
.text-col  p.wp-caption-text {
  border-left: 5px solid #ee7c2c;
  color: #006af2;
  font-size: 0.9em;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-top: 10px;
}


.single .content > div,
.single .text-col > div {
  width: 100%!important;
}

.content > div img,
.text-col > div img{
  width: 100%!important;
  max-width: 100%!important;
  height: auto!important;
}


.sidebar-content {
  margin-top: 10px;
}


.testimonial a.btn {
  background: #ee7c2c;   
}

  .testimonial a.btn:hover {
    background: #006af2;   
  }


.full-width-text ol {
    list-style:none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.full-width-text ol li {
    list-style:none;
    padding: 7px 12px;
    background: #ee7c2c;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 7px;
    color: #fff;
  }


.full-width-text h3 {
  padding-top: 10px;
}


.page-id-14 .full-width-image {
    margin-bottom: -90px;
}



.pis-grid .content h4,
.page-id-16 .content h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
}




.pis-grid .content p,
.page-id-16 .content p {
  line-height: 1.1em;
}





.organstatus {
  border-left: 5px solid #ee7c2c;
  color: #006af2;
  font-size: 0.9em;
  padding-left: 15px;
  margin-bottom: 30px;
  margin-top: 10px; 
}


.single-primary_investigator .pis .publicationssnip ul,
.single-external_expert .extexp .publicationssnip ul{
    list-style:none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.single-primary_investigator .pis .publicationssnip ul li,
.single-external_expert .extexp .publicationssnip ul li{
    list-style:none;
    padding: 7px 12px;
    margin: 0 0 8px 0;
    background: #f9f3ec;
}

.single-primary_investigator .pis .publicationssnip ul li:nth-child(odd),
.single-external_expert .extexp .publicationssnip ul li:nth-child(odd){
    background: #eef2fa;
}


.text-col p strong {
font-family: source-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;
}




.websitelinkspaert {

}

.websitelinkspaert ul {
    list-style:none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.websitelinkspaert ul li {
    list-style:none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 7px;
    color: #fff;
  }

.websitelinkspaert ul li a{
    color: #fff;
    padding: 7px 12px;
    background: #ee7c2c;    
    display: inline-block;
  }  

.websitelinkspaert ul li a:hover{
    color: #fff;
    background: #006af2;
  }    



.text-col.body-style li {
  margin-bottom: 5px;
}


.three-features .feature {
  border: 5px solid #ee7c2c;
}


  .three-features .feature .image-container {
    background: #fff;
    padding: 20px;
  }

  .three-features .feature .image-container img {
    /*padding: 20px;*/
  }



.single-primary_investigator .single-partner .image-container,
.single-external_expert .single-partner .image-container {
  height: auto;
  padding: 0;
}




.publications .publication a {
  color: #ee7c2c;
}

  .publications .publication a:hover {
    color: #fff;
  }


.publications .publication a.btn {
  color: #fff;
}



.postid-421 .single-partner {
  margin-bottom: 40px;
}



.page-id-16 .full-width-image{
  margin-bottom: -120px;
}



.partners-strip h4 {
  padding: 10px 0;
}


.page-id-14 .nosliders .slick-track {
  width: auto!important;
}

.page-id-14 .nosliders {
margin-bottom: 90px;
}


.intro-content a {
  color: #ee7c2c;
}

.intro-content a:hover {
  color: #006af2;
}



.page-id-18 .post:hover a.btn.light-blue, .page-id-18 .post:hover .btn.light-blue {
  background: #ee7c2c;
}



/*add in mailchimp*/


.smallertext {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
}



               #mc_embed_signup form {padding-left: 0!important; padding-right: 0!important;}
               #mc_embed_signup .mc-field-group {padding-bottom: 5px!important;}
               #mc_embed_signup .indicates-required {text-align: left!important;}


#mc_embed_signup .button {
  margin-top: 12px!important;
  background-color: #ee7c2c!important;
}


#mc_embed_signup .button:hover {
  background-color: #00145a!important;
}


footer p {
  margin-bottom: 0!important;
}


@media only screen and (min-width: 1035px) {
  

  footer p {
    margin-bottom: 0!important;
    } .wrap50 {
      width: 45%!important;
      /*float: left!important;*/
      margin-right: 10px;
      display: inline-block!important;
  }
}


.text-col ul {
  margin-bottom: 25px;
  list-style: disc;
  margin-left: 20px;
}


.text-col h3 {
  color: #006af2;
  margin-bottom: 10px;
  line-height: 1.1em;
}