
/* ----- TESTIMONIALS ----- */


#testimonials .elementor-shortcode {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
}

.testimonial-card {
  width: 500px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 400px;
  background-color: var(--card-background);
  max-width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 10px;
}

.testimonial-card .testimonial {
  height: 66%;
}

.testimonial-card p {
  font-family: 'freight-neo-pro';
  padding: 0 5px;
  font-size: 1rem;
}

.testimonial-card .info {
  display: flex;
  height: 33%;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: flex-start;
  margin: 0;
  padding: 0;
}

.testimonial-card img {
  width: 125px;

  height: 125px;
  margin: 5px auto;
  padding: 5px;
  border-radius: 100%;
}

.testimonial-card .text {
  width: 60%;

  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  gap: 5px;
}

.testimonial-card .info h3 {
  font-family: 'new-order';
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.3;
  margin: 0;
}


.testimonial-card .info h4 {
  font-family: 'new-order';
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  margin: 0;
}


.testimonial-card .info span {
  font-family: 'freight-neo-pro';
  font-size: 1rem;
  font-weight: 200;
  text-transform: capitalize;
  font-style: italic;
  line-height: 1;
  margin: 0;
}


/*testimonials tablet*/
@media only screen and (max-width:1024px) {

  #testimonials .elementor-shortcode {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
  }
}

/*testimonials mobile*/
@media only screen and (max-width:640px) {

  .testimonial-card img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
}


/* ----- FLIP BOXES ----- */

.flipbox-wrap {
  background-color: #243f76;
}

.flipbox-wrap .elementor-widget-flip-box h3 span p {
  color: #fffdf7 !important;
  font-family: 'new-order', sans-serif;
  line-height: 1.3;
}

/*front*/
.flipbox-wrap .elementor-widget-flip-box .elementor-flip-box__front {
  background-color: transparent;
  border: none;
}

/*back*/
.flipbox-wrap .elementor-widget-flip-box .elementor-flip-box__back {
  background-color: transparent;
  border: none;
}

/*front title*/
.flipbox-wrap .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
  color: #fffdf7 !important;
  font-family: 'new-order', sans-serif;
  font-weight: 400!important;
}
.flipbox-wrap .elementor-flip-box .elementor-flip-box__front svg {
fill: #fed318;
}

/*back title*/
.flipbox-wrap .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__inner .elementor-flip-box__layer__title {
  color: #fffdf7 !important;
  font-family: 'new-order', sans-serif;
}

/*back description*/
.flipbox-wrap .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__inner .elementor-flip-box__layer__description {
  color: #fffdf7;
  font-weight: 100;
  font-family: var(--freight);
  font-size: 1rem;
}
.flipbox-wrap .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__inner .elementor-flip-box__layer__description li {
padding-top: 5px;
}
.flipbox-wrap .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__inner .elementor-flip-box__layer__description p,
.flipbox-wrap .elementor-flip-box .elementor-flip-box__back .elementor-flip-box__layer__inner .elementor-flip-box__layer__description span {
line-height: 1.3em;
}
/*button*/
.flipbox-wrap .elementor-flip-box .elementor-flip-box__button {
  color: #fffdf7;
  text-decoration: underline;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 400  !important;
  text-transform: uppercase;
  font-family: var(--new-order);
  letter-spacing: 0;
  background-color: transparent;
}

.flipbox-wrap .elementor-flip-box .elementor-flip-box__button:hover {
color: #fed318;
  max-width: 100%;
  font-size: 1rem;
  text-decoration: underline;
  letter-spacing: .05rem !important;
  background-color: transparent;
}

/* tablet flipboxes */
@media only screen and (max-width: 1024px) {
  .flipbox-wrap {
    background-color: #243f76;
    padding: calc(6px + 1.5625vw) 0px;
    gap: 0;
    column-gap: 0;
    row-gap: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .flipbox-wrap .elementor-widget-flip-box {
    width: 50%;
  }

  .flipbox-wrap .elementor-flip-box .elementor-icon svg {
    width: 3rem !important;
  }
}

/* mobile flipboxes */
@media only screen and (max-width: 767px) {

  .flipbox-wrap .elementor-widget-flip-box {
    width: 100%;
  }

  .flipbox-wrap .elementor-flip-box .elementor-icon svg {
    width: 3rem !important;
  }

}



/* ----- pdealS ----- */


#pdeals .elementor-shortcode {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
}

.pdeal-card {
  width: 500px;
/*   height: fit-content; */
  display: flex;
  flex-direction: column;
/*   justify-content: space-around;
  min-height: 400px; */
  background-color: var(--card-background);
  max-width: 100%;
  padding: 25px 25px 25px 25px;
  margin: 15px;
}

.pdeal-card .pdeal {
  height: 66%;
}

.pdeal-card p {
  font-family: 'freight-neo-pro';
/*   padding: 0 5px; */
  font-size: 1.125rem;
	margin-bottom:0!important;
}
.pdeal-card a {
	text-decoration:underline;

}
.pdeal-card .info {
  display: flex;
/*   height: 33%; */
  flex-flow: row nowrap;
  justify-content: center;
/*   align-content: flex-start; */
  margin: 0;
  padding: 0;
}

.pdeal-card img {
  max-height: 150px;
	width:auto;
	max-width: 50%;
/*   margin: 5px auto;
  padding: 5px; */
}

.pdeal-card .text {
  width: 50%;
  font-family: 'new-order';
  display: flex;
  flex-flow: column nowrap;
/*   align-content: center; */
  justify-content: center;
  margin: 0;
  padding: 10px;
  gap: 5px;
}

.pdeal-card .info h3 {
  font-family: 'new-order';
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}


.pdeal-card .info p{
  font-family: 'new-order';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
	margin-bottom:0;
}


/*pdeals tablet*/
@media only screen and (max-width:1024px) {

  #pdeals .elementor-shortcode {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
  }
}

/*pdeals mobile*/
@media only screen and (max-width:640px) {

  .pdeal-card .logo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
  }
}


/* ========== ANIMATIONS ========== */


/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
.scale-in-center {
	-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}



/*entrances*/
@keyframes enterLeft {
  from {
    transform: translateX(-200%);
  }

  from {
    transform: translateX(0);
  }
}

@keyframes enterRight {
  from {
    transform: translateX(200%);
  }

  from {
    transform: translateX(0);
  }
}

/*kenburns*/

.kenburns {
  animation: kenBurns 45s linear infinite alternate-reverse;
}

@keyframes kenBurns {
  from {
    background-size: 100%;
  }

  to {
    background-size: 110%;
  }
}



/* ================= LAYOUT ============================*/

.site-header,
.site-title {
  display: none;
}

h1.entry-title {
  text-align: center !important;
}

.page-header {
  background-attachment: fixed;
  height:auto;
	min-height: 25vw;
}

/*HERO SECTIONS*/
.hero-wrap {
  width: 1000px;
  margin: auto;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  row-gap: 1rem;
  column-gap: 1rem;
}

.hero-wrap h2 {
  font-family: 'new-order', sans-serif;
  font-size: 1.78rem;
  font-weight: 500;
  color: #001226;
  line-height: 1.2;
  letter-spacing: inherit;
  text-transform: capitalize;
  transition: all 300ms ease-in;
}

.hero-wrap h2,
.hero-heading {
  letter-spacing: 0;
  padding-top: 1rem;
}


.hero-wrap .hero-text,
.hero-wrap .hero-text p {
  font-family: 'freight-neo-pro', sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.5;
  color: #001226;
  font-weight: 300;
}

/*GENERIC WRAPS*/
.wrap-1000 {
  width: 1000px;
  margin: auto;
  max-width: 100%;
}

.wrap-1200 {
  width: 1200px;
  margin: auto;
  max-width: 100%;
}

.wrap-800 {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.wrap-600 {
  width: 600px;
  margin: auto;
  max-width: 100%;
}

.wrap-400 {
  width: 400px;
  margin: auto;
  max-width: 100%;
}

.nopad-sides {
  padding: calc(6px + 1.5625vw)
}

.banner {
  background-color: #243f76;
}
.dodge-toggle {
    padding: 1rem calc(var(--toggle-width) + 10px) !important;
}
/*PHOTO GALLERIES & BACKGROUNDS*/

img {
  transform: scale(1);
  transition: var(--short-out);
}

img:hover {
  transform: scale(1.05);
  transition: var(--short-in);
}

.photos {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 50vh;
  width: 100vw;
}

.photos .title {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  padding: 0 3%;
  font-size: 30px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.42);
}

.photos .title:hover img {
  opacity: 1;
}


.fixed-background {
  background-color: #001226;
  background-attachment: fixed !important;
  background-origin: border-box;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: kenBurns 30s linear 0 infinite alternate-reverse;
}

.photo-window {
  height: 400px;
  background-attachment: fixed;
  background-size: 100%;
}

/*galleries*/
.misc-gallery {
  height: 40vw;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #243f76 #009797;
  scroll-behavior: smooth;
}

.misc-gallery::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .hero-wrap {
    padding: 20px;
  }

  .page-header {
    background-attachment: fixed;
	  /* fix AJ 8/20/24 */
    height:auto;
	  min-height: 50vw;
	  /*endfix*/
  }

  .hero-wrap {
    padding: 20px;
  }

  .photos {
    height: 220vw;
  }

  .photos .photo {
    width: calc(100vw/3);
    position: relative;
    overflow: hidden;
    width: 20%;
  }

  .photo-window {
    height: 30vw;
    background-attachment: fixed;
    background-size: 100%;
  }
.dodge-toggle {
    padding: 1rem calc(var(--toggle-width) + 5px) !important;
}
}


@media only screen and (max-width: 767px) {
  .hero-wrap {
    padding: 10px var(--toggle-width) 10px var(--toggle-width);
  }

  .hero-wrap .hero-text,
  .hero-wrap .hero-text p {
    font-size: 1.125rem !important;
    line-height: 1.3;
  }

  .hero-wrap h2 {
    font-family: 'new-order', sans-serif;
    font-size: 1.428rem;
    font-weight: 500;
    color: #001226;
    line-height: 1.2;
    letter-spacing: inherit;
    text-transform: capitalize;
    transition: all 300ms ease-in;
  }

  .photos {
    height: auto;
  }

  .photos .photo {
    width: 50%;
  }

  .photo-window {
    height: 100vw;
    background-attachment: fixed;
    background-size: 100%;
  }
.dodge-toggle {
    padding: 1rem calc(var(--toggle-width)) !important;
}
}

/* ----- CARDS ----- */
.card {
  background-color: var(--card-background);
  transform: scale(1);
 box-shadow: var(--drop-shadow);
 transition: var(--short-out);
}

.card:hover {
  background-color: var(--hover-card-background);
  transform: scale(1.01);
  box-shadow: var(--hover-shadow);
  transition: var(--short-in);
}


/* ==================== TYPOGRAPHY ====================*/
html {
  font-size: calc(12px + 0.390625vw);
}

body {
  font-size: calc(12px + 0.390625vw);
  color: #001226;
  font-family: 'freight-neo-pro', 'roboto', Sans-Serif;
  line-height: 1.5;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: #001226;
  word-wrap: break-all;
}

h1 {
  font-size: 2.48rem;
  font-weight: 800;
}

h2 {
  font-size: 2.07rem;
  font-weight: 600;
}

h3 {
  font-size: 1.428rem;
  font-weight: 400;
}

h3.cap {
  font-family: 'new-order' Sans-Serif;
  text-transform: capitalize !important;
}

h4 {
  font-size: 1.33rem;
  font-weight: 400;
}

h5 {
  font-size: 1.125rem;
  font-weight: 200;
}

h6 {
  font-size: 1rem;
  font-weight: 200;
}

p {
  font-family: 'freight-neo-pro', serif;
  font-size: 1rem;
  line-height: 1.3;
}
.body2 {
  font-family: 'new-order', serif;
}
.lg {
  font-size: 1.33rem;
}

.sm {
  font-size: .833rem;
}

.xs {
  font-size: .566rem;
}
a,
a.link {
  color: #243f76;
  text-decoration: underline;
  transition: var(--btn-out);
}

a.link:hover {
  color: #d72b88;
  text-decoration: none;
    transition: var(--btn-in);
}

a.dark {
  color: #fed318;
  text-decoration: underline;
}

a.dark:hover {
  text-decoration: none!important;
}
.no-link a,
a.no-link,
.no-link span {
    text-decoration: none !important;
}
ul {
  list-style: none;
}

ul.style {
    list-style: inside;
}

.social-buttons {
  align-items: center;
  display: flex;
  align-content: center;
  justify-content: right;
  height: 5rem
}
/* SOCIAL BUTTONS */

.social-buttons a {
display: flex;
position: relative;
width: 3rem;
height: 3rem;
text-align: center;
text-decoration: none;
margin: 5px 1px 5px 14px;
padding: .5rem;
transition: .5s;
}
.social-buttons a svg path {
  fill:#fffdf7; 
  transition: all 300ms;
    }
.social-buttons a:hover svg path {
fill: #fed318;
transition: all 300ms;
  }
.social-buttons a span {
position: absolute;
background-color: #fffdf7;

transition: transform .5s;
}
.social-buttons a span:nth-child(1),
.social-buttons a span:nth-child(3) {
width: 100%;
height: 1px;
background: #fffdf7;
opacity: 0;
}
.social-buttons a span:nth-child(1) {
top: 0;
left: 0;
transform-origin: right;
}
.social-buttons a:hover span:nth-child(1) {
transform: scaleX(0);
transform-origin: left;
opacity: 1;
transition: transform 500ms;
}

.social-buttons a span:nth-child(3) {
bottom: 0;
left: 0;
transform-origin: left;
}
.social-buttons a:hover span:nth-child(3) {
transform: scaleX(0);
transform-origin: right;
transition: transform 500ms;
opacity: 1;
}

.social-buttons a span:nth-child(2),
.social-buttons a span:nth-child(4){
width:  1px;
height: 100%;
background: #fed318;
}
.social-buttons a span:nth-child(2) {
top: 0;
left: 0;
transform: scale(0);
transform-origin: bottom;
}
.social-buttons a:hover span:nth-child(2) {
transform: scale(1);
transform-origin: top;
transition: transform 500ms;
}
.social-buttons a span:nth-child(4) {
top: 0;
right: 0;
transform: scale(0);
transform-origin: top;
padding: 0;
margin: 0; 
}
.social-buttons a:hover span:nth-child(4) {
transform: scale(1);
transform-origin: bottom;
transition: transform 500ms;
}


/* ----- INTRO BLOCKS ----- */
.intro-block {
  width: var(--block-width);
  max-width: var(--block-width);
  margin: 0;
  padding: 0;
  height: var(--block-width);
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  gap: 0;
  z-index: 10;
  justify-content: flex-end;
  transition: var(--intro-block-transition);
  overflow: hidden;
}


.intro-block img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  z-index: -1;
}

.intro-block .ribbon {
  display: flex;
  margin: 0;
  flex-direction: row;
  padding: 0;
  align-content: center;
  justify-content: center;
  z-index: 4;
  list-style: none;
  padding: 5px 0px 0px 0px;
  width: var(--block-width);
  background-color: transperant;
  position: absolute;
  max-width: var(--block-width);
  transition: var(--intro-block-transition);
}

.intro-block:hover .ribbon {
  transition: var(--intro-block-transition);
  background-color: #031842;
}

.intro-block .ribbon .name,
.intro-block .ribbon .position {
  width: 100%;
  line-height: 1em;
  text-align: right !important;
  font-family: 'new-order', sans-serif;
  color: #fffdf7;
  z-index: 5;
  padding: 5px;
  letter-spacing: 0;
  transition: var(--intro-block-transition);
}

.intro-block span {
  text-align: right;
}

.intro-block .text {
  width: 100%;
  padding: 5px 0;
}

.intro-block .position {
  font-weight: 500 !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'new-order', sans-serif !important;
    -webkit-text-stroke-width:.5px;
  -webkit-text-stroke-color: #031842;
text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.intro-block .name {
  font-weight: 600;
  font-size: 1.25rem;
  font-family: 'new-order', sans-serif !important;

  -webkit-text-stroke-width:1px;
  -webkit-text-stroke-color: #031842;
}

.intro-block .icon {
  opacity: 0;
  margin: auto 10px auto 0;
  width: 0;
  transition: var(--intro-block-transition);
}

.intro-block .icon svg {
  height: 40px;
  fill: #fed318;
}

.intro-block:hover .icon {
  padding: 0;
  margin: auto 10px auto 0;
  opacity: 1;
  width: 3rem;
  transition: all 600ms ease-out 200ms, opacity 300ms ease 500ms;
}

.no-link .icon {
  opacity: 0;
  padding: 0 5px;
}

.intro-block:hover .title,
.intro-block:hover .name,
.intro-block:hover .position {
  padding-right: 1rem;

}

.no-link .intro-block:hover .icon {
  opacity: 0;
  width: 0;
}

.no-link .intro-block:hover .name,
.no-link .intro-block:hover .position {
  padding-right: 5px;

}

/* tablet */
@media screen and (max-width: 1024px) {
  .intro-block .ribbon .position {
    text-align: right;
    line-height: .8em;
  }

  .intro-block .ribbon .name {
    font-size: 1rem;
    padding-top: 2px;
    line-height: 1em;
  }

  .intro-block:hover .name,
  .intro-block:hover .position {
    padding-right: 5px;

  }

  .intro-block .ribbon {
    padding: 5px 0 0 0;
  }

  .intro-block:hover .icon,
  .intro-block .icon {
    opacity: 1;
    width: 3rem;
    padding: 5px;
    margin: auto;
  }

  .no-link .icon {
    opacity: 0;
    padding: 5px;
  }
}

/* mobile */
@media screen and (max-width: 640px) {
  .intro-block .icon {
    opacity: 1;
    transition: var(--intro-block-transition);
  }

  .intro-block .text {
    padding: 5px;
  }

  .no-link .icon {
    opacity: 0;
    width: 0;
    padding: 0;
  }
}

/* ----- END INTRO BLOCKS ----- */

/* -- REPS ---*/

#reps .elementor-shortcode {
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 20px;
    margin: 0;
    gap: 20px;
    border-radius: 25px;
    overflow: hidden;
}

#reps .title {
    font-family: 'new-order';
    font-size: .75rem;
    color: #fffdf7;
    font-weight: 100;
    text-align: right;
  transition: var(--intro-block-transition);
    padding-right: 5px;
}
#reps .intro-block {
        border-radius: 3px;
}
#reps .name {
    padding-bottom: 0px;
}
#reps .intro-block:hover .title {
    padding-right: 1rem;
  transition: var(--intro-block-transition);
}

@media only screen and (max-width: 1024px) {
    #reps .title {
    padding-right: 5px;
}
    #reps .intro-block:hover .title {
    padding-right: 5px;
}
}




/* ========== VARIABLES ==========*/
:root {
  /*colors*/
  --blue: #243f76;
  --teal: #009797;
  --pink: #d72b88;
  --yellow: #fed318;
  --black: #001226;
  --white: #fffdf7;
  --white-transperant: rgba(255, 255, 255, 0);
  --white-translucent: rgba(255, 255, 255, .4);
  --white-rgba: rgba(255, 255, 255, 1);
  --dark-blue: #031842;
  --gray: #b5c3c2;
  --card-background: #E3E8E8;
  --hover-card-background: #b5c3c2;
  --error-color: #e02b3d;
  --success-color: #00cc6f;
  --new-order: 'new-order', sans-serif;
  --freight: 'freight-neo-pro', serif;
  /*toggle icons*/
  --toggle-width: 70px;
  --toggle-height: 60px;
  --left-br: 0 6px 6px 0;
  --right-br: 6px 0 0 6px;
  --top-right-br: 0 0 0 6px;
  --top-left-br: 0 0 6px 0;
  /*z-index*/
  --float-index: 1000;
  --popup-index: 1000;
  --toggle-index: 100;
  --behind: -1;
  --front: 1;
  /*components*/
  --block-width: 25vw;
  /*shadows*/
  --drop-shadow: 0 rgba(0, 0, 0, 0), 0 rgba(0, 0, 0, 0);
  --hover-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
  /*sidebar*/
  --sidebar-width: 250px;
  --sidebar-logo-height: 150px;
  --menuitem-height: 36px;
  --submenu-padding: 1rem;
  --mobile-header-height: 20vw;
  --mobile-menu-width: 75vw;
  --floating-calendar-width: 500px;
  --floating-calendar-height: 100vh;
  --login-width: 500px;
  --search-width: 500px;
  /*buttons*/
  --btn-box-shadow: 0 rgba(0, 0, 0, 0), 0 rgba(0, 0, 0, 0);
  --btn-hover-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
  --outline-width: 1px;
  /*transitions*/
  --short-in: all 300ms ease-in 200ms;
  --short-out: all 300ms ease-out 200ms;
  --short-in-out: all 300ms ease-in-out 200ms;
  --bez: all 500ms cubic-bezier(.41, .1, .39, .9) 200ms;
  --opacity-instant: opacity 50ms linear;
  --social-btn-transition: transform 500ms;
  --menuitem-out: all 300ms cubic-bezier(0.77, 0, 0.175, 1), letter-spacing 400ms ease-out 100ms;
  --menuitem-in: all 600ms cubic-bezier(0.77, 0, 0.175, 1) 100ms, letter-spacing 200ms ease-in 100ms;
  --intro-block-transition: all ease-in-out 700ms;
  --intro-block-text-transition: all 500ms ease-in-out 200ms;
  --submenu-out: all 400ms cubic-bezier(.41, .1, .39, .9) 200ms, opacity 200ms linear 600ms, height 400ms cubic-bezier(.41, .1, .39, .9) 200ms;
  --submenu-in: all 400ms cubic-bezier(.41, .1, .39, .9) 200ms, opacity 200ms linear 100ms, height 400ms cubic-bezier(.41, .1, .39, .9) 200ms;
  --btn-out: all 300ms cubic-bezier(0.77, 0, 0.175, 1), letter-spacing 500ms ease-out 100ms;
  --btn-in: all 300ms cubic-bezier(0.77, 0, 0.175, 1), letter-spacing 200ms ease-in 100ms;
  --toggle-out: all 400ms cubic-bezier(.43, .12, .4, 1) 100ms, background-color 300ms linear 200ms;
  --toggle-in: all 400ms cubic-bezier(.23, .72, .56, 1.0), background-color 50ms linear;
  --label-out: all 200ms cubic-bezier(.43, .12, .4, 1) 100ms;
  --label-drop: all 300ms cubic-bezier(.23, .72, .56, 1.0) 200ms;
}

/* Tablet Portrait */
@media only screen and (max-width: 1024px) {
  :root {
    --block-width: 50vw;
  }
}

/* Mobile Portrait */
@media only screen and (max-width: 640px) {
  :root {
    --block-width: 100vw;
    /*toggle icons*/
    --toggle-width: 55px;
    --toggle-height: 55px;
    --sidebar-logo-height: 50px;
    --login-width: 100vw;
    --search-width: 100vw;
    /*sidebar menu*/
    --sidebar-width: 50vw;
    --sidebar-logo-height: 100px;
    --menuitem-height: 1.5rem;
    --submenu-padding: 1rem;
    --floating-calendar-height: 100vh;
    --floating-calendar-width: 80vw;

  }
}


/* ========== BUTTONS ==========*/
.elementor-widget-button,
.elementor-widget-button .elementor-widget-container,
.elementor-widget-button .elementor-widget-container .elementor-button-wrapper,
.elementor-widget-button .elementor-widget-container .elementor-button-wrapper a.elementor-button-link,
.elementor-widget-button .elementor-widget-container .elementor-button-wrapper a.elementor-button-link .elementor-button-content-wrapper,
.elementor-widget-button .elementor-widget-container .elementor-button-wrapper a.elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  padding: 0;
  margin: 0;
  border: none;
}

.button {
  cursor: pointer;
  user-select: none;
  position: relative;
  font-family: var(--new-order);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .05rem;
  text-align: center;
  width: 400px;
  line-height: 0;
  min-width: calc(fit-content + 20px);
  max-width: 100%;
  padding: .75rem 0 .5rem 0;
  border-radius: 2px;
  box-shadow: none;
  transition: var(--btn-in);
  display: inline-block;
  border: none;
}

.button:hover {
  box-shadow: var(--btn-hover-box-shadow);
  letter-spacing: .15rem;
  transition: var(--btn-out);
}
.elementor-button-text,
.button:hover a span,
.button a span,
.button:hover a,
.button a {
  text-decoration: none;
  line-height: 1;
}

/* PRIMARY */
.primary {
  background-color: #243f76;
}

.primary:hover {
  background-color: #fed318;
}

.primary a .elementor-button-text {
  color: #fffdf7;
  font-size: 1.125rem;
}

.primary:hover a .elementor-button-text {
  color: #001226 !important;
}

/* SECONDARY */
.secondary {
  background-color: #e3e8e8;
}

.secondary:hover {
  background-color: #009797;
}

.secondary a .elementor-button-text {
  color: #001226;
  font-size: 1.125rem;
}

.secondary:hover a .elementor-button-text {
  color: #fffdf7;
}

/* TERTIARY */
.tertiary {
  background-color: rgba(255, 253, 247, 0);
}

.tertiary:hover {
  background-color: rgba(255, 253, 247, 1);
}

.tertiary a .elementor-button-text {
  color: #001226;
}

.tertiary:hover a .elementor-button-text {
  background-color: rgba(255, 253, 247, 1);
}
 

.event-loop {
    width: 400px;
    height: 400px;
    max-width: 100%;
}
.event-loop .content  {
    color: #fffdf7;
    font-family: 'new-order', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}
.event-loop h3 {
    margin: 0 2px;
    font-size: 16px;
    color: #fffdf7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    line-height: 1.2;
    font-weight: 400;
    word-break: keep-all;
    letter-spacing: 0px;
    height: 50px !important;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.event-loop:hover h3 {
    font-size: 20px;
    letter-spacing: 0px;
        transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.event-loop .content h3 {
      white-space: normal;

}
.event-loop .heading-container {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden
}
.event-loop .hover-hide {
opacity: 1;
line-height: 1em;
letter-spacing: -1px;
transition: all 100ms cubic-bezier(0.77, 0, 0.175, 1) 200ms;

    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden
}

.event-loop:hover .hover-hide {
opacity: 0;
letter-spacing: 0px;
transition: all 200ms cubic-bezier(0.77, 0, 0.175, 1);

}

.event-loop .attendance {
    font-size: 20px;
    text-transform: uppercase;
    height: 25px;
    font-weight: 300;
}

.event-loop .content .description {
    color: #fffdf7;
    height: 100;
    font-family: 'new-order', sans-serif;
    font-size: 1rem;
    line-height: 1.2;
    padding: 10px 20px;
    text-align: center;
    font-weight: 300;
    opacity: 0;
    transform: scale(.8);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);

}
.event-loop:hover .content .description {
    opacity: 1;
    transform: scale(1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 200ms;
}

.event-loop .content {
      background: #243f76;
      transform: translate(0,330px);    
    width: 100%;
    height: 50px;
    max-width: 100%;
  /* center overlay text */
  display: flex;
  column-gap: 0;
  align-items: center !important;
  justify-content: center !important;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.event-loop:hover .content {
  background: #243f76;
  height: 100%;
  transform: translate(0,0);
  align-items: center !important;
  justify-content: center !important;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);

}
@media screen and (max-width: 1025px) and (min-width:641px) {
    .event-loop {
    width: 300px;
    height: 300px;
    max-width: 100%;
}
.event-loop .hover-hide {
    font-size: 18px !important;
}

.event-loop h3 {
    background-color: #243f76;
padding-top: 10px;
line-height: 1.4;
font-size: 18px;
}
.event-loop .content .description {
    font-size: 14px;
    line-height: 1.3;
}
}

@media screen and (max-width: 640px) {
    .event-loop {
        width: 350px;
        height: 350px;
    }
    .event-loop h3 {
    background-color: #243f76;
padding-top: 12px;


}
.event-loop:hover h3 {
    font-size: 20px !important;
}
.elementor-22258 .elementor-heading-title {
    color: #fffdf7!important;
}
}
/*MINI VERSION*/
.event-loop.mini {
    width: 200px;
    height: 200px;
    max-width: 100%;
}
.event-loop.mini .content  {
    color: #fffdf7;
    font-family: 'new-order', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.event-loop.mini h3 {
    margin: 0 5px;
    font-size: 14px;
    color: #fffdf7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	height: 30px !important;
    line-height: 1;
    font-weight: 400;
    word-break: keep-all;
    letter-spacing: 0px;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
