  /************************************************

Stylesheet: Global Stylesheet

*************************************************/

/*********************
GENERAL STYLES
*********************/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');


html,
body {
  font-size: 18px;
  background: #491582;
  background: linear-gradient(270deg, #470E79 0%, #491582 100%);
  scroll-behavior: smooth;
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 20px;
  }
}

.inner-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 1;
}

.grid-container,
.wp-block-columns.grid-container {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 75rem;
}

.wp-block-columns {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wp-block-group > .wp-block-group__inner-container > .wp-block-columns {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.banner .wp-block-columns {
  padding-top: 0 !important;
}

.wp-block-column {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .wp-block-columns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .wp-block-group > .wp-block-group__inner-container > .wp-block-columns {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.size-full,
.size-full img {
  width: 100%;
}

.wp-block-image img {
  border-radius: 1rem;
}

.cell {
  position: relative;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
blockquote {
  font-family: 'Outfit', sans-serif !important;
  color: #fff;
}

html,
body,
h1,
h2,
h3,
.wp-block-latest-posts__post-title {
  position: relative;
}

h1,
h2,
h3,
.wp-block-latest-posts__post-title {
  color: #fff;
}

h4,
h5,
h6,
p,
blockquote,
blockquote p, {
  font-family: 'Outfit', sans-serif;
  color: #fff;
  font-weight: 600;
}

p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

b,
strong {
  font-weight: 600;
}

.subtitle {
  font-family: 'Outfit', sans-serif;
}

h2,
h3,
.wp-block-latest-posts__post-title {
  font-weight: 500;
}

h1,
.site-title {
  font-size: 2em;
  line-height: 1.15;
  margin-bottom: 2rem;
  font-weight: 500;
  position: relative;
}

h2,
.wp-block-latest-posts__post-title {
  font-size: 1.75em;
  line-height: 1.15;
  margin-bottom: 1rem;
}

h2 strong {
    font-weight:700;
}

h3 {
  margin-bottom: 2rem;
  font-size: 1.25em;
  line-height: 1.15;
  color: #FFDC82;
}

h4 {
  font-size: 1.15em;
  font-weight: 500;
}

h5 {
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  color: #a379c5;
  
}

@media print, screen and (min-width: 40em) {
  h1,
  .site-title {
    font-size: 3em;
  }
  h2,
  .wp-block-latest-posts__post-title {
   font-size: 2.6em; 
   margin-bottom: 2rem;
  }
  h3 {
    font-size: 1.6em;
  }
}

.bg--white {
  background: #fff;
}

.bg--white h1,
.bg--white h2,
.bg--white h4,
.bg--white p {
  color: #491582;
}

.bg--white h5,
.bg--white h6 {
  color: #a379c5;
}
.bg--white h3,
.bg--white a {
  color: #DA1053;
}

/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -moz-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -ms-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -o-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
}

a,
a:link,
a:visited,
.is-ajax-search-details a,
.is-ajax-search-result a {
  color: #FFDC82;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  text-decoration: underline;
}

a.btn,
.btn a,
input[type="submit"],
.wp-block-latest-posts__post-excerpt a {
  display: block;
  color: #fff;
  background: #DA1053;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  border-radius: 1rem;
  z-index: 1;
  -webkit-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -moz-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -ms-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -o-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  cursor: pointer;
}

.btn a:hover,
a.btn:hover,
input[type="submit"]:hover,
.wp-block-latest-posts__post-excerpt a:hover {
  color: #e7185d;
}

p.btn {
  margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
  display: block;
  width: 100%;
  margin-top: -1px;
}

@media print, screen and (min-width: 40em) {
  .wp-block-buttons>.wp-block-button {
    width: auto;
  }
}

a.wp-block-button__link {
  position: relative;
  width: 100%;
  border-radius: 5rem;
  background: #DA1053;
  color: #fff;
  padding: .75rem 1.5rem;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
}

.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background: #e7185d;
  color: #fff;
  text-decoration: none;
  padding: .75rem 1.75rem;
}

@media print, screen and (min-width: 40em) {
  a.btn,
  .btn a,
  input[type="submit"],
  .wp-block-latest-posts__post-excerpt a,
  a.wp-block-button__link {
    display: inline-block;
    width: auto;
  }
}

a.wp-block-button__link i,
.btn i {
  margin-left: .5rem;
}
/* Flex Styles */

.flex-top-left,
.flex-top-left .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-top-right,
.flex-top-right .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom-left,
.flex-bottom-left .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom-right,
.flex-bottom-right .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center,
.flex-center .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-right,
.flex-center-right .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-left,
.flex-center-left  .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 39.5em) {
  .flex-top-left--small,
  .flex-top-left--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-top-right--small,
  .flex-top-right--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-bottom-left--small,
  .flex-bottom-left--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-bottom-right--small,
  .flex-bottom-right--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-center--small,
  .flex-center--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 40em) {
  .flex-top-left--large,
  .flex-top-left--large .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-top-right--large,
  .flex-top-right--large .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-bottom-left--large,
  .flex-bottom-left--large .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-bottom-right--large,
  .flex-bottom-right--large .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-center--large,
  .flex-center--large .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-center-left--large,
  .flex-center-left--large  .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Clipped Image Banner */

.container,
.banner-container {
  z-index: 0;
  position: relative;
}

.banner-mask-container,
.banner-mask-video-container {
  position: relative;
  width: 100vw;
  height: 20rem;
}

.mask-container {
  width: 600px;
  height: 600px;
  margin-top: -600px;
  pointer-events: none !important;
}

@media print, screen and (min-width: 40em) {
  .banner-mask-container {
  width: 800px;
  height: 800px;
  margin-top: -800px;
}
  .banner-mask-video-container {
    position: relative;
    width: 800px;
    height: 800px;
    clip-path: url(#banner-clip);
    z-index: 0;
  }
}

@media print, screen and (max-width: 39.5em) {
  .banner-mask-video-container {
    margin-top: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
}

.mask-video-container-1 {
  position: relative;
  width: 600px;
  height: 600px;
  clip-path: url(#clip-1);
  z-index: 0;
}

.mask-video-container-2 {
  position: relative;
  width: 600px;
  height: 600px;
  clip-path: url(#clip-2);
  z-index: 0;
}

.mask-video-container-3 {
  position: relative;
  width: 600px;
  height: 600px;
  clip-path: url(#clip-3);
  z-index: 0;
}

.mask-video-container-4 {
  position: relative;
  width: 600px;
  height: 600px;
  clip-path: url(#clip-4);
  z-index: 0;
}

.mask-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container-0 .mask-video,
.container-2 .mask-video {
  background: #400670 !important;

}

.container-1 .mask-video {
  background: #FEF8FA !important;
}

.container-0 .mask-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #400670 url('../images/connect.jpg') 0 0 no-repeat !important;
  background-size: cover !important;
  background-blend-mode: luminosity;
  opacity: .25;
}

.container-1 .mask-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FEF8FA url('../images/engage.jpg') 0 0 no-repeat !important;
  background-size: cover !important;
  background-blend-mode: luminosity;
  opacity: .1;
}

.container-2 .mask-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #400670 url('../images/influence.jpg') 0 0 no-repeat !important;
  background-size: cover !important;
  background-blend-mode: luminosity;
  opacity: .25;
}

@media print, screen and (max-width: 39.5em) {
  .container-0:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #400670 url('../images/connect-bg.jpg') 0 0 no-repeat !important;
    background-size: 175% !important;
    background-blend-mode: luminosity;
    opacity: .25;
    z-index: 1;
  }

  .container-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FEF8FA url('../images/engage-bg.jpg') 0 0 no-repeat !important;
    background-size: 175% !important;
    background-blend-mode: luminosity;
    opacity: .15;
    z-index: 1;
  }

  .container-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #400670 url('../images/influence-bg.jpg') 0 0 no-repeat !important;
    background-size: 175% !important;
    background-blend-mode: luminosity;
    opacity: .25;
    z-index: 1;
  }
}

.container-0 .mask-video h3,
.container-2 .mask-video h3 {
  color: #fff;
}

.container-0 .mask-video--highlight,
.container-2 .mask-video--highlight {
  color: #FFDC82;
}

.container-1 .mask-video h3 {
  color: #491582;
}

.container-1 .mask-video--highlight {
  color: #DA1053;
}

/* Container 0 */

.container-0 .mask-video-container-1 .mask-video--content {
    position: absolute;
    width: 50% !important;
    height: 50% !important;
    top: 37.5% !important;
    left: 2.75rem !important;
    text-align: center;
}

.container-0 .mask-video-container-2 .mask-video--content {
    position: absolute;
    width: 50% !important;
    height: 50% !important;
    top: 52.5% !important;
    left: 10.25rem !important;
    text-align: center;
}

.container-0 .mask-video-container-1 .mask-video--color {
    background: #FFDC82;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 100%;
    transform: rotate(10deg);
}

.container-0 .mask-video-container-2 .mask-video--color {
    background: #FFDC82;
    position: absolute;
    top: -10rem;
    left: 5rem;
    width: 10rem;
    height: 100%;
    transform: rotate(45deg);
}

/* Container 1 */

.container-1 .mask-video-container-3 .mask-video--content {
    position: absolute;
    width: 50% !important;
    height: 50% !important;
    top: 24.5%;
    left: 11rem !important;
    text-align: center;
}

.container-1 .mask-video-container-4 .mask-video--content {
    position: absolute;
    width: 50% !important;
    height: 50% !important;
    top: 47.5% !important;
    left: 3.5rem !important;
    text-align: center;
}

.container-1 .mask-video-container-1 .mask-video--content {
    position: absolute;
    width: 50% !important;
    height: 50% !important;
    top: 30.5% !important;
    left: 2.75rem !important;
    text-align: center;
}

.container-1 .mask-video-container-3 .mask-video--color {
    background: #DA1053;
    position: absolute;
    bottom: -5rem;
    left: 0;
    width: 10rem;
    height: 100%;
    transform: rotate(-45deg);
}

.container-1 .mask-video-container-4 .mask-video--color {
    background: #DA1053;
    position: absolute;
    top: -10rem;
    right: 5rem;
    width: 10rem;
    height: 100%;
    transform: rotate(-40deg);
}

.container-1 .mask-video-container-1 .mask-video--color {
    background: #DA1053;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 100%;
    transform: rotate(10deg);
}

/* Container 2 */

.container-2 .mask-video-container-2 .mask-video--content {
    position: absolute;
    width: 50% !important;
    height: 50% !important;
    top: 54.5% !important;
    left: 10.25rem !important;
    text-align: center;
}

.container-2 .mask-video-container-3 .mask-video--content {
    position: absolute;
    width: 50% !important;
    height: 50% !important;
    top: 22.5%;
    left: 11rem !important;
    text-align: center;
}

.container-2 .mask-video-container-2 .mask-video--color {
    background: #FFDC82;
    position: absolute;
    top: -10rem;
    left: 5rem;
    width: 10rem;
    height: 100%;
    transform: rotate(45deg);
}

.container-2 .mask-video-container-3 .mask-video--color {
    background: #FFDC82;
    position: absolute;
    bottom: -5rem;
    left: 0;
    width: 10rem;
    height: 100%;
    transform: rotate(-45deg);
}


.mask-video img,
.mask-video video,
.mask-video .mask-video--content {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  color: #fff;
}

.mask-video video,
.mask-video .mask-video--content {
  position: absolute;
  top: 0;
  left: 0;
}

.wp-container-core-columns-is-layout-9d6595d7 {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .75;
  } 
}

.wp-container-core-columns-is-layout-9d6595d7 .wp-block-column:first-of-type {
  position: relative;
  z-index: 2;
}

/* Logo Ticker */

.wp-block-splide-carousel__container img {
  border-radius: 0 !important;
}

/* Services */

@media print, screen and (min-width: 40em) {
  .services-container {
    margin-top: -6rem;
    padding-top: 0;
  }
}

.wp-block-esab-accordion-child,
.esab__active_accordion,
.esab__body {
  border-width: 0 !important;
}

.esab__heading_tag {
  font-size: 1.15em;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
}

.wp-block-esab-accordion .esab__active_accordion > .esab__head,
.wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head,
.wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__active.esab__body,
.wp-block-esab-accordion.nested-accordion .wp-block-esab-accordion-child > .esab__active.esab__body {
  background: transparent !important;
  border-width: 0 !important;
}

.wp-block-esab-accordion .esab__active_accordion .esab__heading_tag {
  color: #FFDC82 !important;
}

.bg--white .wp-block-esab-accordion .esab__active_accordion .esab__heading_tag {
  color: #DA1053 !important;
}

.wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__head .esab__icon {
  transform: scale(.9) translateX(.25rem);
}

.wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__head .esab__icon svg path,
.wp-block-esab-accordion.nested-accordion .wp-block-esab-accordion-child > .esab__head .esab__icon svg path {
  fill: #fff !important;
}

.wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg path,
.wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head .esab__icon svg path {
  fill: #FFDC82 !important;
}

.wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg path,
.wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head .esab__icon svg path {
  fill: #FFDC82 !important;
}

.bg--white .wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__head .esab__icon svg path,
.bg--white .wp-block-esab-accordion.nested-accordion .wp-block-esab-accordion-child > .esab__head .esab__icon svg path {
  fill: #491582 !important;
}

.bg--white .wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg path,
.bg--white .wp-block-esab-accordion.nested-accordion .esab__active_accordion > .esab__head .esab__icon svg path {
  fill: #DA1053 !important;
}


.esab__head {
  justify-content: flex-start !important;
  padding-left: 0 !important;
}
.esab__heading_tag {
  line-height: 1.15;
}

.wp-block-esab-accordion .esab__head .esab__heading_txt {
  width: auto !important;
}

.esab__body p {
  margin-bottom: 0 !important;
}

.accordion-image {
  position: absolute;
  margin-top: 0;
}

.esab__heading_tag::before {
  margin-right: .75rem;
}

.block-0 .esab__head[aria-controls='esab-body-0'] .esab__heading_tag::before {
  content: '\eb3d';
  font-family: 'Material Symbols Outlined';
}

.block-0 .esab__head[aria-controls='esab-body-1'] .esab__heading_tag::before {
  content: '\ebcb';
  font-family: 'Material Symbols Outlined';
}

.block-1 .esab__head[aria-controls='esab-body-0'] .esab__heading_tag::before {
  content: '\f3e7';
  font-family: 'Material Symbols Outlined';
}

.block-1 .esab__head[aria-controls='esab-body-1'] .esab__heading_tag::before {
  content: '\f564';
  font-family: 'Material Symbols Outlined';
}

.block-1 .esab__head[aria-controls='esab-body-2'] .esab__heading_tag::before {
  content: '\e8dd';
  font-family: 'Material Symbols Outlined';
}

.block-2 .esab__head[aria-controls='esab-body-0'] .esab__heading_tag::before {
  content: '\e80c';
  font-family: 'Material Symbols Outlined';
}

.block-2 .esab__head[aria-controls='esab-body-1'] .esab__heading_tag::before {
  content: '\f7f9';
  font-family: 'Material Symbols Outlined';
}
/* Services */

#section-what {
  position: relative;
  z-index: 2;
}

.what-panel {
  position: relative !important;
  width: 100% !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
}


.what-panel .wp-block-group__inner-container {
  padding: 3.5rem 1.5rem !important;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 40em) {
  .what-panel {
    min-height: 35rem !important;
  }
  .what-panel .wp-block-group__inner-container {
    position: relative !important;
    width: 100% !important;
    padding: 5rem !important;
  }
}

.what-panel .wp-block-group__inner-container .wp-block-columns {
  position: relative !important;
  width: 100% !important;
  padding: 0;
}

.what-panel .wp-block-group__inner-container .wp-block-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.what-panel--title {
  font-size: 1.5em;
}

  @media print, screen and (min-width: 40em) {
  .what-panel--title {
    font-size: 2em;
  }
}


.what-panel h2 mark,
.what-panel h3 mark {
  font-size: .75em;
  font-weight: 600;
}

/* Section Stats */

#section-stats h3 {
  color: #491582;
}

#section-stats h3 mark {
  color: #DA1053;
  font-size: 1.5em;
  display: block;
}
/*********************
NAVIGATION & MENUS
*********************/

.nav__container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: fixed !important;
  background: #400670;
  width: 100vw;
  z-index: 99 !important;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.admin-bar .nav__container {
  margin-top: 0px;
}

.admin-bar .sticky.is-stuck.is-at-top {
  top: 32px !important;
}


.nav__container .grid-container,
.nav__container .grid-x {
  height: 100%;
}

.nav__container h1 {
  margin: 0;
  padding: 0;
}

.footer .custom-logo-link {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

.logo-container { 
  width: auto;
  height: 4.75rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  pointer-events: all;
}

.logo-tab {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: calc(100% - 3rem);
  margin-left: -50%;
  background: #252525;
  -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
  -moz-transition: all .4s cubic-bezier(.165,.84,.44,1);
  -ms-transition: all .4s cubic-bezier(.165,.84,.44,1);
  -o-transition: all .4s cubic-bezier(.165,.84,.44,1);
  transition: all .4s cubic-bezier(.165,.84,.44,1);
  z-index: -1;
  opacity: 0;
}

.logo-tab:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  border-style: solid;
  border-width: 30px 5rem 0;
  border-color: #252525 transparent transparent;
}

.logo {
  width: 8rem;
}

.logo polygon,
.logo path,
.logo circle,
.logo rect,
.logo line {
  fill: #252525;
}

.footer .custom-logo {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .nav__container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position: relative !important;
    background: transparent;
    height: 4.75rem;
    top: 0;
    left: 0;
  }
  .nav__container.is-stuck {
    position: fixed !important;
    background: #400670;
    z-index: 999;
  }
  .footer .custom-logo-link {
    text-align: left;
    margin-bottom: 0;
  }
  .custom-logo{  
    display: block;
  }
  .admin-bar .nav__container {
    margin-top: 32px;
  }
}

#main-nav {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0;
  pointer-events: all;
  margin-top: 0;
  top: 0;
}

@media print, screen and (min-width: 40em) {
  #main-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
  }
}

#main-nav>li {
  position: relative;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-nav li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 0 .5rem 0 0;
  font-size: 1em;
  font-weight: 500;
  z-index: 1;
  -webkit-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -moz-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -ms-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  -o-transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
  transition: all .4s cubic-bezier(0.93,-0.67,0.21,1.67);
}

#main-nav li a i {
  display: inline-block;
  margin-left: .5rem;
}

#main-nav li a:hover,
#main-nav li a:focus,
#main-nav li a:active {
  color: #FFDC82 !important;
  text-decoration: none !important;
}

.menu .active>a {
  background: transparent;
  color: #fff;
}

#main-nav>li.is-dropdown-submenu-parent a {
  padding: 0 2.5rem 0 1.25rem;
}


#main-nav .submenu {
  position: absolute;
  left: -1px;
  top: 5.5rem;
  width: 200%;
  border: none;
  background: #DA1053;
  padding: 1.5rem;
}

#main-nav .submenu li a {
  color: #fff;
}

#main-nav .submenu li a:hover {
  color: #fff;
}


#main-nav.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  top: 43%;
  right: 2rem;
}

.js-off-canvas-overlay {
  background: rgba(35,55,69,.1);
}

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
  display: inline-block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
  margin-top: -.5rem;
  right: 2rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#main-nav.dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after,
.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '\f0143';
  font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu {
  background: rgba(0,0,0,.1);
}
.accordion-menu .is-accordion-submenu a {
padding: 1.5rem 2rem;
}

.accordion-menu .is-accordion-submenu ul li a {
padding: 1.5rem 2rem;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  top: 100% !important;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  left: 0;
  right: auto;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu a,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu a {
  text-align: left;
  padding: .5rem 0 !important;
  display: block !important;
}


#footer-links {
  position: relative;
  text-align: left;
  padding: 0;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer-links li {
  position: relative;
  margin: 0;
  display: block;
}

#footer-links li a {
  color: #252525;
  padding: 0.625rem;
  font-size: 1em;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

#footer-links li.active>a,
#footer-links li a:hover,
#footer-links li a:active,
#footer-links li a:focus {
  color: #252525;
  text-decoration: underline;
}


@media print, screen and (min-width: 40em) {
  #footer-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  #footer-links li {
    margin: 0 2rem 0 0;
  }
  #footer-links li a {
    padding: 0;
  }
}

/* Hamburger */

.nav__hamburger {
  text-align: right;
  pointer-events: all;
}

.hamburger {
  padding: 11px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  pointer-events: all;
 }
  .hamburger:hover {
    }

.hamburger__box {
  width: 2.25rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.25rem;
    height: 3px;

    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #400670;
  padding: 4.75rem 0 2rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.admin-bar .off-canvas {
  padding: calc(32px + 2rem) 0 2rem 0;
}

.accordion-menu {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-menu li a {
  color: #fff;
  font-size: 1.15em;
  line-height: 1.25;
  font-weight: 400;
  padding: 2rem 1rem;
  margin-top: -1px;
  text-decoration: none;
}

.accordion-menu li a:hover,
.accordion-menu li.active a,
.off-canvas a:hover {
  background: transparent;
  color: #FFDC82 !important;
}

.off-canvas .widget {
  margin: 1rem 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption {
  color: #fff !important;
}

.off-canvas p a {
  text-decoration: underline;
}

.off-canvas p {
  font-size: .9em;
}

.off-canvas .menu .active>a {
  color: #fff;
}

.off-canvas a.wp-block-button__link {
  border-radius: 0;
  padding: 2rem 1rem;
}

.off-canvas a.wp-block-button__link:hover {
  background-color: #e7185d;
  color: #fff;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  background: #400670;
  clear: both;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer p {
  margin-bottom: 0;
  text-align: center;
}

.footer a,
.footer a:link,
.footer a:active {
  color: #fff;
}

.footer a,
.footer a:hover,
.footer a:focus,
.footer a:active{
  color: #FFDC82;
}

.footer i {
  font-size: 1.75em;
  display: block;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .footer p {
    text-align: right;
  }
  .footer i {
    display: inline-block;
    font-size: 1.35em;
    margin-left: 1.5rem;
    margin-bottom: 0;
    transform: translateY(.15rem);
  }
}

.contact-bubble {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #DA1053;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  color: #fff !important;
  font-size: 1.5em;
}

.contact-bubble:hover,
.contact-bubble:hover {
  background-color: #e7185d !important;
}
/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

