/*
 * Please place your own CSS code to this file
 *
 */
:root {
  --color-primary: #4a90e2;
  --color-link: #0a58ca;
  --bs-link-hover-color: var(--color-link);
  --bs-nav-pills-link-active-bg: var(--color-primary) !important;
  --bs-primary: var(--color-primary) !important;
  --bs-nav-link-color: var(--color-primary) !important;
  --bs-btn-hover-bg: var(--color-primary);
}
/* Stack buttons */
.btn--primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

/* Bootstrap buttons fix */
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/* Link globali */
a {
  color: var(--color-primary);
}

/* Hover */
a:hover,
.btn-primary:hover,
.btn--primary:hover {
  filter: brightness(0.9);
}

/* Utility Stack */
.bg--primary {
  background: var(--color-primary) !important;
}

.color--primary {
  color: var(--color-primary) !important;
}
/* Nav links */
.nav-link {
  color: var(--color-primary);
}

/* Active state */
.nav-link.active,
.nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--color-primary);
}

/* Hover */
.nav-link:hover {
  color: var(--color-link);
}

.user-logged-in nav.tabs {
  position: fixed;
  right: 0;
  top: 80px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
  display: none;
}
 html {
  font-size: 100%;
}
 body {
  font-size: 1rem;
}
ul.menu-horizontal {
  font-size: 0.8rem;
}
ul#esp-initiatives {
    padding: 0 0 0 60px;
    margin: 0 0 22px 0;
}
form.webform-submission-form input[type], 
form.webform-submission-form textarea, 
form.webform-submission-form select {
  background: rgba(74, 144, 226, 1);
  height: inherit;
  border-color: rgba(74, 144, 226, 1);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--bs-link-color);
  text-decoration: none;
  font-weight: normal;
}
/*div#block-stack-espmainmenu-4.block.block-tb-megamenu.block-tb-megamenu-menu-blockesp-main-menu.clearfix.contextual-region {
  overflow: visible !important;
}*/
.menu-horizontal > .dropdown > .dropdown__trigger:after {
  content: '';
  margin-left: 0;
}
div.dropdown__content ul.menu-vertical.text-start {
  padding-left: 0;
}
div.dropdown__content ul.menu-vertical.text-start li:not(:last-child) {
  margin-bottom: 1rem;
}
.dropdown .dropdown__content:not([class*='col-']) {
  width: max-content;
}
div.dropdown__content .menu-horizontal li:not(:last-child) {
  margin-right: 0;
}
div.dropdown__content ul.menu-horizontal li a.dropdown__trigger {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
div.dropdown__container > div.container > div.row > div.dropdown__content > ul.menu-vertical > li {
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
div.dropdown__container > div.container > div.row > div.dropdown__content > ul.menu-vertical > li a.dropdown__trigger,
div.dropdown__container > div.container > div.row > div.dropdown__content > ul.menu-vertical > li span.dropdown__trigger {
  font-size: 1rem;
  color: rgb(37, 37, 37);
}
div.dropdown__container > div.container > div.row > div.dropdown__content > ul.menu-vertical > li:hover {
  background-color: #ddd;
}
hr.shadow-blue {
  z-index: 9999;
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  opacity: 1;
  box-shadow: none !important;
}
hr.shadow-blue:after {
  bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(74, 144, 226, 0.8);
  box-shadow: 0 0 10px rgba(74, 144, 226, 0.8);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
hr.blue {
  background-image: linear-gradient(to right, transparent, rgba(74, 144, 226, 1), transparent);
  border: 0;
  height: 2px;
  margin: 2em 0;
}
ol.breadcrumb {
  display: flex;
}
ul.numbered-list {
  counter-reset: li;
  list-style-type: none;
  padding-left: 0;
}
ul.numbered-list li {
  position: relative;
  padding: 0 0 1rem 3rem;
}
ul.numbered-list  li:before {
  content: counter(li);
  counter-increment: li;
  height: 2rem;
  width: 2rem;
  border: 1px solid #4a90e2;
  background-color: #4a90e2;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
}
ul.check-marks {
  padding-left: 5rem;
  text-indent: -2.5rem;
  list-style: none;
}
ul.check-marks li:before {
  content: '\2713';
  margin-left: 0;
  color: rgba(74, 144, 226, 1);
  font-size: 2rem;
  font-weight: 600;
  padding-right: 1rem;
  position: relative;
  top: 0.3rem;
}
.education-forms .tabs-container.tabs--vertical .tabs-content {
  width: 70%;
  float: right;
/*  margin-top: -1rem;*/
  padding-left: 2rem;
}
.education-forms .tabs-container.tabs--vertical .tabs {
  width: 30%;
  float: left;
}
.education-forms ol {
  counter-reset: item-ol;
  list-style-type: none;
  list-style-position: outside;
  margin-top: 0;
  margin-left: 1rem;
}
.education-forms ol li, .region-content-right ol>li {
  counter-increment: item-ol;
  margin-bottom: 15px;
}
.education-forms ol li:before, .region-content-right ol>li:before {
  margin-right: 10px;
  content: counter(item-ol, decimal);
  background-color: rgba(0, 153, 102, 0.0);
  border: 2px solid #4a90e2;
  border-radius: 100%;
  font-weight: 600;
  color: #4a90e2;
  width: 2.1rem;
  margin-left: -2.7rem;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}
.education-forms ul.list.list-icons {
  list-style: none;
/*  padding-left: 2rem;*/
  padding-right: 0;
  text-indent: -2rem;
  margin-left: 3.5rem;
}
.education-forms .list.list-icons li {
  padding-bottom: 1rem;
}
.education-forms .list.list-icons.list-icons-style-3 li > .svg-inline--fa:first-child,
.education-forms .list.list-icons.list-icons-style-3 li > .icons:first-child, 
.education-forms .list.list-icons.list-icons-style-3 li a:first-child > .svg-inline--fa:first-child, 
.education-forms .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  color: #FFF;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  text-align: right;
  padding: 5px;
  top: 0.5rem;
}
.education-forms .list.list-icons.list-icons-style-2 li > .svg-inline--fa:first-child, 
.education-forms .list.list-icons.list-icons-style-2 li > .icons:first-child, 
.education-forms .list.list-icons.list-icons-style-2 li a:first-child > .svg-inline--fa:first-child, 
.education-forms .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  color: #4a90e2;
  border: 2px solid #4a90e2;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  text-align: right;
  padding: 4px;
  top: 0.5rem;
}
.education-forms .list.list-icons li > .svg-inline--fa:first-child, 
.education-forms .list.list-icons li > .icons:first-child, 
.education-forms .list.list-icons li a:first-child > .svg-inline--fa:first-child, 
.education-forms .list.list-icons li a:first-child > .icons:first-child {
  position: relative;
  left: -1.5rem;
}
.education-forms .list-secondary.list-icons.list-icons-style-3 li .svg-inline--fa, 
.education-forms .list-secondary.list-icons.list-icons-style-3 li .icons {
  background-color: #4a90e2;
  color: #ffffff;
}
.icon-box {
  width: 5rem;
  height: 5rem;
  color: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
/*
  background: #eee;
*/
}
h1 {
  font-size: calc(28px / var(--bs-body-font-size) * 1rem);
}
h1.ui-dialog-title {
  font-size: calc(22px / var(--bs-body-font-size) * 1rem);
}
.ui-dialog .ui-dialog-titlebar-close:after {
  content: "\2716";
  position: absolute;
  top: -0.3rem;
  right: 0.16rem;
  color: rgba(74, 144, 226, 1);
}
 h2 {
  font-size: calc(24px / var(--bs-body-font-size) * 1rem);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
hr.shadow {
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  opacity: 1;
  box-shadow: none !important;
}
hr.shadow:after {
  bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
/*ul:not(.tabs):not(.tabs-content):not(.numbered-list), ol:not(.list-ordened) {
  list-style: none;
  line-height: 1.85714286em;
  padding: 0 0 0 60px;
}
*/

button > svg.svg-inline--fa {
  padding-right: 0.5em;
}

.fa, .svg-inline--fa.fa-check {
  color: var(--bs-primary);
}
a:hover > i.fa.fa-file-pdf-o {
  color: white;
}
.bar .logo {
    top: 0;
    max-height: 80px; 
}
.bar img.logo.logo-light {
  content:url("/sites/default/files/pictures/home-backgrounds/esp-logo-dark.png") !important;
}
.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
  opacity: .7;
}
nav#menu1 > div.container {
  padding: 4px 10px;
  border-radius: 10px;
  background-color: white;
  opacity: 1;
  box-shadow: 1px 1px 8px #d2cdcd, -1px -1px 8px #d2cdcd;
}
.bar--transparent:not(.bar--dark) ul.navbar-nav > li > a, 
.bar--transparent:not(.bar--dark) ul.navbar-nav > li > span, 
.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a, 
.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
  color: #666666 !important;
  text-decoration: none;
  text-shadow: 1px 1px 1px #d2cdcd;
}
.menu-vertical > .dropdown > .dropdown__trigger {
  display: inline-block;
  width: 100%;
  text-shadow: 1px 1px 1px #d2cdcd;
}
.dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a {
  color: #666666;
  text-shadow: 1px 1px 1px #d2cdcd;
}
li.expanded.dropdown.has-dropdown:last-child div.dropdown__container {
  right: 0;
}
div.dropdown__container div.container div.row div.dropdown__content ul.menu-vertical.text-start li.expanded.dropdown.has-dropdown:last-child div.dropdown__container div.container div.row div.dropdown__content {
  position: relative;
  right: 15rem;
  top: 3rem;
}
div.dropdown__container div.container div.row div.dropdown__content ul.menu-vertical.text-start li.expanded.dropdown.has-dropdown:after {
  top: 0.5rem;
}

nav#block-stack-espmainmenu ul.menu-horizontal {
  padding-left: 0;
}
.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
  font-size: 1rem;
  line-height: 2.166666666666667em;
  text-transform: unset;
  font-weight: 600;
  letter-spacing: -0.05em;
}
#block-mainnavigation, #block-stack-espmainmenu {
  padding-top: 1.2em;
}
.dropdown > .dropdown__trigger:after {
  font-family: "stack-interface";
  display: inline-block;
  font-size: 0.9em;
  position: relative;
  bottom: 0;
}
div.title-box-h1 {
    border-color: rgba(30, 30, 30, 0.2);
    border-bottom-width: 1px;
    margin-bottom: 40px;
    position: relative;
    border-bottom-style: solid;
}
div.title-box-h1:before {
    background: rgba(30, 30, 30, 0.7);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}
div.title-box-h1 > h1.title {
    color: rgba(30, 30, 30, 0.7);
}
div.title-box-h2:not(.text-end):before {
  background: rgba(74, 144, 226, 1);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
div.title-box-h2.text-end:before {
  background: rgba(74, 144, 226, 1);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  right: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
div.title-box-h2.text-center:before {
  background: none;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  right: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
div.title-box, div.title-box-h2 {
  border-bottom-color: rgba(74, 144, 226, 0.4);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 2em 0;
  position: relative;
}
div.title-box-h2 > h2.title {
  color: rgba(74,144,226,1);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0;
}
div#previousEC.accordion div.row {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1.5rem;
}
div#previousEC.accordion div.row div.accordion-item {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  flex-shrink: 1;
  padding-left: 0;
  padding-right: 0;
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
div#previousEC button.accordion-button {
  font-size: 1.3rem;
  font-weight: 600;
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
div#previousEC .accordion-body ul {
  list-style-type: disc; 
}
table {
  border-collapse: collapse;
}
.table.table-bordered th, .table.table-bordered td, .table.table-bordered > thead > tr > th, .table.table-bordered > tbody > tr > th,
.table.table-bordered > tfoot > tr > th, .table.table-bordered > thead > tr > td, .table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > td {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  line-height: 2rem;
  padding: 16px 10px 15px;
  font-size: 1rem;
}
/*
 * Table member list
 */
table.table--alternate-row tr th, 
table.table--alternate-row tr th a, 
table.table--alternate-row tr th a:hover, 
table.table--alternate-row tr th a:focus {
  font-weight: 500;
  vertical-align: middle;
  color: #ffffff;
}
table.table--alternate-row tr td a strong {
  font-weight: 500;
}
.table--alternate-row tbody tr:nth-child(odd) {
    background-color: #f2f2f2 !important;
}
/*
 *    table.table--alternate-row tbody tr:nth-child(even) {
 *    background-color: #e2e2e2 !important;
 *  }
*/
table.table--alternate-row tbody, table.table--alternate-row tbody tr:last-child, table.table--alternate-row tbody tr:last-child td:first-child {
    border-bottom-left-radius: inherit;
}
table.table--alternate-row tbody, table.table--alternate-row tbody tr:last-child, table.table--alternate-row tbody tr:last-child td:last-child {
    border-bottom-right-radius: inherit;
}
table.table--member--list, table.table--school--list {
    table-layout: fixed;
    margin-bottom: 0;	
}
table.table--member--list caption, table.table--school--list caption {
    padding-bottom: 0;
}
table.border--round {
    border-radius: 8px;
    border: 1px solid #4a90e2;
    caption-side: top;
    border-collapse: separate;
}
table.border--round thead, table.border--round thead tr:first-child, table.border--round thead tr:first-child th:last-child {
    border-top-right-radius: 6px;
}
table.border--round thead, table.border--round thead tr:first-child, table.border--round thead tr:first-child th:first-child {
    border-top-left-radius: 6px;
}
table.border--round thead tr th {
    background-color: rgba(74, 144, 226, 1);
}
table.border--round thead tr:first-child th {
    font-size: larger;
    line-height: 1.5em;
}
caption {
    caption-side: bottom;
}
/*
  Membership CC Payment module
*/
table.table--membership--cc--payment tr td:nth-last-child(-n+3) {
  text-align: center;
}
/*
  School CC Payment module
*/
table.table--school--cc--payment tr td:nth-last-child(-n+4) {
  text-align: center;
}
/*table tr th {
  position: sticky !important;
  top: 0 !important;
  height: 80px;
}*/

th.width-6-percent {
  width: 6%;
  padding: 5px;
  text-align: center;
}
th.width-7-percent {
  width: 7%;
  padding: 5px;
  text-align: center;
}
th.width-8-percent {
  width: 8%;
  padding: 5px;
  text-align: center;
}
th.width-9-percent {
  width: 9%;
  padding: 5px;
  text-align: center;
}
th.width-10-percent {
  width: 10%;
  padding: 5px;
  text-align: center;
}
th.width-11-percent {
  width: 11%;
  padding: 5px;
  text-align: center;
}
th.width-12-percent {
  width: 12%;
  padding: 5px;
  text-align: center;
}

table.border--round tbody tr td:last-child {
  text-align: center;
}
table.border--round thead tr th:not(:last-child), table.border--round tbody tr td:not(:last-child) {
    border-right: 1px solid rgba(74,144,226,0.3);
}
#content1::after, #content2::after, #content3::after {
  content: " - ";
  white-space: nowrap;
}
.truncate-60, .truncate-70, .truncate-80, .truncate-90, .truncate-100, .truncate-120, .truncate-140 {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 3px;
  text-decoration: none;
  color: rgb(33, 37, 41);
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}

.truncate-60:hover, .truncate-70:hover, .truncate-80:hover, .truncate-90:hover, .truncate-100:hover, .truncate-120:hover, .truncate-140:hover {
  position: relative;
  max-width: none;
  z-index: 100;
  background: #f5f5f5;
  overflow: visible;
  top: -1px;
  left: -4px;
  padding: 3px;
  border: 1px solid #aaaaaa;
  text-decoration: none;
  color: rgb(33, 37, 41);
}

.slider--ken-burns {
  animation: kenBurns 30s ease alternate infinite;
  -webkit-animation: kenBurns 15s ease alternate infinite;
}
@keyframes kenBurns {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}
@-webkit-keyframes kenBurns {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}
.frame {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
[class*="frame-shadow"] {
  background: #fff;
  position: relative;
}
.content-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.frame-shadow-curved:before {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -webkit-border-radius: 10px/100px;
  -moz-border-radius: 10px/100px;
  border-radius: 10px/100px;
  bottom: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}
.frame-shadow-lifted:before, .frame-shadow-lifted:after {
  bottom: 16px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  width: 50%;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.frame-shadow-lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.frame-shadow-raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
}
p.drop-cap::first-letter {
  color: #4a90e2;
  float: left;
  font-size: 6rem;
  padding-top: 0.1rem;
  padding-right: 1rem;
  line-height: 5rem;
}
img {
  max-width: 100%;
  height: auto;
}
img.stretch {
  width: stretch;
  width: -moz-available;
  width: -webkit-fill-available;
}
.product.rotation, .ec-components.rotation {
  overflow: visible;
  flex: auto;
  cursor: pointer;
  padding: 0 15px;
}
.ec-components {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  min-width: 260px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.rotation .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rotation .default, .rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
.ec-hover {
  display: none;
  position: absolute;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-name: fade;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ec-components .description {
  background: #f2f2f2;
  border-top-width: 1px;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
.ec-components .description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.ec-components .name {
  color: #1e1e1e;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.ec-components .role {
  font-size: 1.2em;
}
.ec-components .image {
  background: #f2f2f2;
  display: block;
  line-height: 0;
  margin: 0;
}
.rotation {
  background: none;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.ec-components .ec-components-hover {
  background-color: rgba(74,144,226,1);
  /* background: rgba(30,30,30,.9); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 12px;
  line-height: 20px;
  left: 15px;
  padding: 16px 15px 90px;
  position: absolute;
  right: 15px;
  top: 0;
}
.rotation .ec-components-hover {
  display: block;
  height: inherit;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13;
}
.rotation.hover .ec-components-hover {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transform: rotateY(0deg);
  transition-delay: .2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition-delay: .2s;
  z-index: 46;
}
.rotation.hover .default,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.rotation .default,
.rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
.rotation .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ec-components .ec-components-hover .name {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
}
.ec-components .ec-components-hover .role {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 24px;
}
.ec-components .ec-components-hover .contact {
  color: #fff;
}
.ec-components .ec-components-hover .image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 60px;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 60px;
  z-index: 1;
}
.ec-components .ec-components-hover .field-content-address {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
  padding-top: 1em;
}
.default:hover .ec-hover {
  display:block;
}
@-webkit-keyframes fade {
  0% {opacity: 0;}
  20% {opacity: 0.2;}
  40% {opacity: 0.4;}
  60% {opacity: 0.6;}
  80% {opacity: 0.8;}
  100% {opacity: 1;}
}
@keyframes fade {
  0% {opacity: 0;}
  20% {opacity: 0.2;}
  40% {opacity: 0.4;}
  60% {opacity: 0.6;}
  100% {opacity: 0.8;}
  100% {opacity: 1;}
}
.accordion-button {
  line-height: 1.5!important;
}
/*a.btn.openall, a.btn.closeall {
  color: var(--bs-link-color);
}
a.btn.openall:hover, a.btn.closeall:hover {
  color: var(--bs-btn-hover-color);
  transition: none !important;
}
a.btn.openall:focus, a.btn.closeall:focus {
  color: var(--bs-white);
}
*/
@media (min-width: 768px) {
  .btn.btn-outline-primary + .btn {
    margin-left: 0.5rem;
  }
}
.btn-check:focus+.btn, .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: #4a90e2;
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.process-3 li .process__body {
  width: 90%;
  float: right;
}
.process-3:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  left: 1.85714286em;
  top: 0;
  border-left: 1px dashed #4a90e2;
}
div#esp-work-groups li.nav-item button {
  margin: 0 3px;
  border: 1px solid rgba(0,0,0,0.1);
  flex: 1;
  text-align: center;
  box-shadow: inset -5px -5px 5px -7px #000;
  display: block;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.nav-pills .nav-link {
  font-size: 1.2rem;
}
div#esp-work-groups li.nav-item {
  display: flex;
  flex: 1;
}
div.modal-content button.close {
  display: none;
}
div.modal-content button.btn.btn-default {
  padding: 0 0.5rem;
  color: white;
  background-color: var(--color-primary);
}
div.modal-content button.btn.btn-default:hover {
  padding: 0 0.5rem;
  color: white;
  background-color: var(--color-link);
}

/*
  Carousel Photobiology School
*/
@media screen and (min-width: 768px) {
  div#carouselPhotobiologySchool .carousel-indicators {
    bottom: 1rem;
  }
  div#carouselPhotobiologySchool .carousel-caption {
    padding-bottom: 1rem;
  }
}
div#carouselPhotobiologySchool .carousel-caption {
  padding-bottom: 2rem;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: block;
}
@media (min-width: 768px) {
  div.esp-photobiology-school .carousel-inner .carousel-item-end.active,
  div.esp-photobiology-school .carousel-inner .carousel-item-next {
    transform: translateX(33.3%);
  }
  div.esp-photobiology-school .carousel-inner .carousel-item-start.active, 
  div.esp-photobiology-school .carousel-inner .carousel-item-prev {
    transform: translateX(-33.3%);
  }
}
.carousel-indicators {
  margin-bottom: 1rem;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
.carousel .col-md-4 {
  max-width: 33.3%;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 0.7;
  height: auto;
  width: auto;
}
span.fa-ext.extlink {
  padding-left: 0.5rem;
}
/*
 * Membership
 */
ul#ul-membership {
  padding: 0 0 0 3rem;
  list-style: disclosure-closed;
}

ul#ul-membership li::marker {
  color: rgba(74, 144, 226, 1) !important;
}
table.center-aligned {
    margin: 0 auto;
    font-size: 1em;
}
table.table--alternate-row tbody tr:hover {
    background-color: #ffffff !important;
}
/*
 * Forms
 */
 
form.webform-submission-form .webform-flexbox {
  margin: 0.5rem 0;
}
form.webform-submission-form label {
  font-weight: bold;
  margin: 0 0 3px;
}

form.webform-submission-form ul.token-input-list, 
form.webform-submission-form input.form-control:not(.form-submit), 
form.webform-submission-form select.form-select {
  max-width: unset;
  border: 1px solid rgba(74, 144, 226, 0.5);
  background-color: rgba(74, 144, 226, 0.1);
  height: 40px !important;
  font-family: inherit;
  font-size: 1rem;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
}

form.webform-submission-form select.form-select > option, form.webform-submission-form input.civicrm-enabled.form-control {
  font-size: 1rem !important;
  font-style: normal !important;
  color: rgba(0, 0, 0, 1) !important;
}
input#edit-civicrm-1-contact-1-contact-existing {
  color: red !important;
}
  
form.webform-submission-form li.token-input-token {
  height: 40px !important;
  font-weight: 700;
  margin: 0;
  padding: .375rem .75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(74, 144, 226, 0);
  color: #000;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

form.webform-submission-form ul li.token-input-input-token {
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(127, 127, 127, 1);
}

form.webform-submission-form ul.token-input-list {
    font-family: inherit;
}

form.webform-submission-form ul.token-input-list li input {
  background-color: rgba(74, 144, 226, 0);
}

form.webform-submission-form .form-control::placeholder, form.webform-submission-form .selectBox-label, select.name-prefix {
  font-size: 1rem !important;
  color: rgba(127, 127, 127, 0.7);
  font-style: italic;
  font-weight: 400;
}

form.webform-submission-form .form-control, form.webform-submission-form .form-select {
  border: 1px solid rgba(74, 144, 226, 0.5);
  background-color: rgba(74, 144, 226, 0.1);
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input.webform-button--submit.button.button--primary.js-form-submit.form-submit.btn.btn-primary.form-control,
input.js-hide.button.js-form-submit.form-submit.btn.btn-primary.form-control,
input.button.js-form-submit.form-submit.btn.btn-primary.form-control {
  width: auto;
}
form.webform-submission-form select:has(option:checked:not([value])), form.webform-submission-form select:has(option:checked:not([value=""])) {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-style: normal;
}
form.webform-submission-form details#edit-home-address summary {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 49px;
  margin: 0;
  color: #7F7F7F;
  background: #f2f2f2;
  border: 1px solid rgba(74, 144, 226, 0.5);
  display: revert;
  height: 50px;
  padding: 0 18px;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
form.webform-submission-form details#edit-home-address fieldset legend {
  height: 0;
  border: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
    border: 1px solid rgba(74, 144, 226, 1);
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: rgba(74, 144, 226, 1) !important;
  color: #fff;
  font-size: 1rem;
}
div.token-input-dropdown ul {
  font-size: 1rem;
}
fieldset .fieldset-wrapper {
  border: 1px solid rgba(74, 144, 226, 0.5);
  border-top: 0 none;
  font-size: 16px;
  line-height: 20px;
  padding: 22px 18px 19px;
  color: #7f7f7f;
}
fieldset .fieldset-wrapper p strong {
  color: #7f7f7f;
}
.border-grey {
  border-color: rgba(74, 144, 226, 0.3) !important;
  background: #f2f2f2 !important;
}
.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
  padding-right: 1rem;
  font-size: 2rem;
  color: #4a90e2;
  font-family: bootstrap-icons!important;
  vertical-align: -.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
details#edit-home-address summary, fieldset > legend {
    border-color: rgba(74, 144, 226, 0.5);
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}
fieldset > legend {
  font-size: 1.2rem;
  line-height: 3rem;
  background: #f2f2f2;
  border: 1px solid rgba(74, 144, 226, 0.5);
  color: #7f7f7f;
  display: block;
  height: 50px;
  padding: 0 18px;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
div.form-item-civicrm-1-contact-1-contact-existing {
  margin: 0 0 2rem 0;
  font-size: 1rem;
  width: 50%;
}
/*
 * Comprensive Series
 */
 
div.comprehensive-series img:hover {
  transform: scale(3);
  position: relative;
  z-index: 9999;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  cursor: zoom-in;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
  }
	100% {
		opacity: 1;
  }
}
div.pps-preview .btn {
  min-width: 22rem;
}
/*
 * PPS Issue
 */
 .view nav {
    display: block;
    justify-content: center;
}
.slick__arrow {
    top: 30% !important;
}
.slick-dots li.slick-active button:before {
  color: #4a90e2 !important;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  background: #ccc !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 2.5rem !important;
    opacity: .75;
    color: #ccc;
    position: relative;
    top: -0.1rem;
    left: -0.2rem;
    }
.slick-prev {
  left: 25px !important;
  background: #4a90e2 !important;
  width: 2rem !important;
  height: 2rem !important;
}
.slick-prev:hover {
  background: #ffffff !important;
}
.slick-arrow:hover::before {
  color: #4a90e2 !important;
}
.slick-next {
  right: 25px !important;
  background: #4a90e2 !important;
  width: 2rem !important;
  height: 2rem !important;
}

.slick-next:hover {
  background: #ffffff !important;
}
.slick-slide {
    display: none;
    float: left;
    height: 50%;
    min-height: 1px;
}
 .slick-dots li button:before {
  font-size: 1rem !important;
}
.media--ratio .media__element, .media--ratio svg, .media--fx .b-blur {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 1px;
    object-fit: none;
}
/*
 * CSS per Applicant List
 */
.table-header {
  font-weight: 600;
  background: #f4f4f4;
  white-space: nowrap;
}

.align-right {
  text-align: right;
}
.table--member--list {
  table-layout: fixed;
  width: 100%;
}

.cell-truncate-120,
.cell-truncate-200 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cell-truncate-120 { max-width: 120px; }
.cell-truncate-200 { max-width: 200px; }

.cell-nowrap { white-space: nowrap; }

.align-right {
  text-align: right;
}
/*
 * Please place @media CSS code here
 *
 */