  /* Custom easing */
/* Media Query Mixins */
a {
  text-decoration: none !important;
}

.protip-container {
  z-index: 999999999 !important;
}

body.not-logged-in #nav-menu-item-1914 {
  display: none;
}

.container_inner {
  padding-bottom: 40px;
}

.account-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 40%;
  right: 20px;
  z-index: 1000;
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .account-header-info {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .account-header-info {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .account-header-info {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    right: 0px;
  }
}

ol {
  margin: 0 0 20px;
  padding: 0 20px;
}

.account-info {
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 767px) {
  .account-info {
    padding: 15px 0;
  }
}

.account-info > p {
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 0px;
  line-height: 1.4;
}

.account-info > p.role {
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .account-info > p {
    text-align: center;
    line-height: 1.8;
  }
}

.account-btns > a {
  background-color: #4a5873;
  color: white;
  padding: 8px 12px;
  text-align: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.protip-container {
  font-size: 12px !important;
}

.account-media-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #ebebeb;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
}

.account-media-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
}

.account-media-list > li .files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.account-media-list > li .files a {
  background-color: #5e77a8;
  color: white;
  padding: 8px 12px;
  display: block;
  width: 37px;
  height: 35px;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  margin: 0 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.account-media-list > li .files a:hover {
  background-color: #3b5280;
}

.account-media-list > li .files a .lds-dual-ring {
  top: 4px;
}

.account-media-list > li .files a > i:hover {
  pointer-events: inherit;
}

.account-media-list > li .files a:last-of-type {
  background-color: #d32424;
  margin: 0 0 0 2px;
}

.account-media-list > li .files a:last-of-type:hover {
  background-color: #9b1d1d;
}

.profile-left > img {
  width: 100%;
}

.account-events-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 15px;
  max-height: 235px;
  overflow-y: auto;
  overflow-x: hidden;
}

.account-events-list .event-info .thumb {
  width: 50px;
  height: auto;
}

.account-events-list .event-info p {
  margin: 0;
  font-size: 13px;
}

.account-events-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ebebeb;
}

.account-events-list > li .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.account-events-list > li .actions a {
  background-color: #5e77a8;
  color: white;
  padding: 8px 12px;
  display: block;
  width: 37px;
  height: 35px;
  line-height: 1.3;
  font-size: 14px;
  text-align: center;
  margin: 0 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.account-events-list > li .actions a:hover {
  background-color: #3b5280;
}

.account-events-list > li .actions a .lds-dual-ring {
  top: 4px;
}

.account-events-list > li .actions a > i:hover {
  pointer-events: inherit;
}

.account-events-list > li .actions a:last-of-type {
  background-color: #d32424;
  margin: 0 0 0 2px;
}

.account-events-list > li .actions a:last-of-type:hover {
  background-color: #9b1d1d;
}

#tribe-events-bar {
  margin-bottom: 10px !important;
}

.event-category-filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.event-category-filters p {
  margin: 0 0 8px !important;
}

.event-category-filters .filter-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.event-category-filters .filter-lists > select {
  width: 25%;
  margin-right: 10px;
}

.nf-newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 6rem 4rem;
  background-image: url("/deepeningknowledge/wp-content/themes/brick-child/assets/css/img/newsletter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 1024px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .nf-newsletter-signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 2rem;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 6rem 2rem;
    width: 100%;
  }
}

.nf-newsletter-signup > .left-col {
  width: 55%;
  padding-right: 2rem;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .nf-newsletter-signup > .left-col {
    width: 100%;
    margin: 0 0 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col {
    width: 100%;
    margin: 0 0 2rem;
  }
}

.nf-newsletter-signup > .left-col h6 {
  font-size: 1.8rem;
  font-family: "EB Garamond", sans-serif;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .nf-newsletter-signup > .left-col h6 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col h6 {
    font-size: 1.5rem;
  }
}

.nf-newsletter-signup > .left-col p {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Jost";
  font-weight: 300;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .nf-newsletter-signup > .left-col p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col p {
    font-size: 1rem;
  }
}

.nf-newsletter-signup > .right-col {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .nf-newsletter-signup > .right-col {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .right-col {
    width: 100%;
  }
}

.nf_newsletter_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 0;
}

@media (max-width: 480px) {
  .nf_newsletter_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nf_newsletter_form .pm_mailchimp_textfield {
  width: 75% !important;
  margin: 0px 5px 2px 0;
}

@media (max-width: 480px) {
  .nf_newsletter_form .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

.nf_newsletter_form .input-subscribe {
  margin-top: 1px;
}

@media (max-width: 480px) {
  .nf_newsletter_form .input-subscribe {
    margin-top: 10px;
    padding: 1.5rem !important;
  }
}

.input-subscribe {
  border: none;
  padding: 15px 20px 16px;
  background: #5e79af;
  letter-spacing: 1px;
  font-family: "EB Garamond", sans-serif;
  position: relative;
  top: -1px;
  left: -2px;
  color: white;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.input-subscribe:hover {
  cursor: pointer;
  background: #7198e7;
}

.pm_mailchimp_textfield {
  border: none !important;
  padding: 15px 20px !important;
  background: #fff !important;
  color: black;
  font-size: 14px;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm_mailchimp_textfield:focus {
  color: black !important;
}

#mt_subscribe_result {
  color: yellow !important;
  padding-top: 10px;
}

.ic-header-title {
  color: white;
  float: right;
  margin: 14px 0 0;
  padding: 0;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .ic-header-title {
    font-size: 18px;
    float: none;
  }
}

.dst-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dst-toggle > span {
  color: white;
  margin-bottom: 5px;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 1px;
}

.top-2 {
  top: 2px;
}

.top-3 {
  top: 3px;
}

.top-4 {
  top: 4px;
}

.top-5 {
  top: 5px;
}

.top-6 {
  top: 6px;
}

.top-7 {
  top: 7px;
}

.top-8 {
  top: 8px;
}

.top-9 {
  top: 9px;
}

.top-10 {
  top: 10px;
}

.top-11 {
  top: 11px;
}

.top-12 {
  top: 12px;
}

.top-13 {
  top: 13px;
}

.top-14 {
  top: 14px;
}

.top-15 {
  top: 15px;
}

.top-16 {
  top: 16px;
}

.top-17 {
  top: 17px;
}

.top-18 {
  top: 18px;
}

.top-19 {
  top: 19px;
}

.top-20 {
  top: 20px;
}

.top-21 {
  top: 21px;
}

.top-22 {
  top: 22px;
}

.top-23 {
  top: 23px;
}

.top-24 {
  top: 24px;
}

.top-25 {
  top: 25px;
}

.top-26 {
  top: 26px;
}

.top-27 {
  top: 27px;
}

.top-28 {
  top: 28px;
}

.top-29 {
  top: 29px;
}

.top-30 {
  top: 30px;
}

.top-31 {
  top: 31px;
}

.top-32 {
  top: 32px;
}

.top-33 {
  top: 33px;
}

.top-34 {
  top: 34px;
}

.top-35 {
  top: 35px;
}

.top-36 {
  top: 36px;
}

.top-37 {
  top: 37px;
}

.top-38 {
  top: 38px;
}

.top-39 {
  top: 39px;
}

.top-40 {
  top: 40px;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.masonry-cols {
  -webkit-columns: 3 150px;
          columns: 3 150px;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

.masonry-cols > div {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 2rem;
  background-color: white;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

small {
  font-size: 80% !important;
}

.block-display {
  display: block !important;
}

.full-width {
  width: 100% !important;
}

.no-visibilty {
  visibility: hidden;
}

.auto-height {
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-top {
  z-index: 100 !important;
  top: 60px !important;
}

.block {
  display: block;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.primary {
  color: #5e77a8;
}

.secondary {
  color: #385678;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

.divider.show {
  display: block !important;
}

.divider.session {
  margin: 10px 0 20px 0;
}

.align-center {
  text-align: center !important;
}

.custom-scroll::-webkit-scrollbar {
  width: 2px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #5e77a8;
}

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flex-list > li {
  margin: 0 0.3rem;
}

.flex-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-list.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.light {
  color: white !important;
}

.clearfix {
  clear: both !important;
}

.bold {
  font-weight: bold;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.relative {
  position: relative;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hidden {
  display: none !important;
}

.uc-all {
  text-transform: uppercase !important;
}

.uc-none {
  text-transform: none !important;
}

/* (min-width: 1200px) and (max-width: 5000px) */
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .hidden-hd {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .laptop-hd {
    display: none;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .hidden-xl {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
}

/* (min-width: 991px) and (max-width: 1200px) */
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .hidden-lg {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .mt-blog-img-container {
    padding-top: 100px;
  }
}

/* (min-width: 767px) and (max-width: 991px) */
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
}

/* (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: none;
  }
}

/* (max-width: 480px) */
/* (max-width: 320px) */
.input-with-label span,
label {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0px;
  font-weight: 600;
  display: block;
  cursor: default;
}

.input-with-label span > p,
label > p {
  font-weight: 400;
}

label > .note {
  float: right;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 400;
}

input[type="file"] {
  font-size: 16px !important;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #616a66;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 13px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

input:focus {
  background-color: #5e77a8;
  color: white;
  outline: #fff;
}

textarea {
  min-height: 150px;
}

textarea:focus {
  border: 1px solid #5e77a8;
  background-color: #5e77a8;
  color: white;
  outline: #5e77a8;
}

select {
  width: 100%;
  margin: 0 0 13px;
  height: 42px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input:-moz-read-only {
  border: 1px solid #c5c5c5;
  background-color: #dfdfdf;
  cursor: auto;
  color: black;
}

input:read-only {
  border: 1px solid #c5c5c5;
  background-color: #dfdfdf;
  cursor: auto;
  color: black;
}

input#date_of_birth,
input#student_date_of_birth {
  background-color: white;
}

input#date_of_birth:hover,
input#student_date_of_birth:hover {
  cursor: text;
}

input#date_of_birth:focus,
input#student_date_of_birth:focus {
  background-color: #5e77a8;
}

input:focus:-moz-read-only {
  color: black !important;
  background-color: #dfdfdf !important;
  border: 1px solid transparent !important;
}

input:focus:read-only {
  color: black !important;
  background-color: #dfdfdf !important;
  border: 1px solid transparent !important;
}

.error-message {
  padding: 0.7rem 1rem;
  background-color: #e86084;
  border: 1px solid #ba2c51;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.error-message.active {
  display: block;
}

.error-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.success-message {
  padding: 0.27rem 1rem;
  background-color: #3164f0;
  border: 1px solid #1d44af;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.success-message.active {
  display: block;
}

.success-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.form-field-message {
  font-size: 11px;
  font-style: italic;
  margin: 5px 0 10px;
  padding: 0;
  color: #777777;
  position: relative;
}

/* Ninja forms overrides */
.nf-form-content {
  padding: 0 !important;
  max-width: 100vw !important;
}

.nf-form-fields-required {
  margin-bottom: 20px !important;
}

.ninja-forms-req-symbol {
  color: red !important;
}

.gl-btn {
  text-transform: uppercase;
  color: white;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 0.9rem;
  border: none;
  position: relative;
  text-decoration: none !important;
  margin: 12px 0 0;
  padding: 0.8rem 1.8rem !important;
  overflow: hidden;
  letter-spacing: 0.5px;
  background-color: #5e77a8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.gl-btn.submit {
  background-color: #5e77a8 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  color: white !important;
  text-align: center !important;
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gl-btn.submit:hover {
  background-color: #951424 !important;
  color: white;
}

.gl-btn.auto-width {
  width: auto !important;
}

.gl-btn:hover {
  background-color: #951424;
  color: white;
}

.gl-btn.small {
  padding: 0.4rem 1.1rem !important;
  font-size: 0.7rem;
}

.gl-btn.small > i.lds-dual-ring {
  top: -2px;
}

.gl-btn.block-display {
  display: inline-block;
}

.gl-btn.centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gl-btn > i {
  margin-left: 10px;
  line-height: 2;
  font-size: 10px;
  top: 4px;
}

.gl-btn.report-progress-submit, .gl-btn.progress-submit, .gl-btn.progress-sub-submit {
  background-color: #244564;
  text-align: center;
  padding: 0.5rem 1.2rem !important;
}

.gl-btn.report-progress-submit > i, .gl-btn.progress-submit > i, .gl-btn.progress-sub-submit > i {
  margin-left: 0;
  font-size: 14px;
}

.gl-btn.report-progress-submit:hover, .gl-btn.progress-submit:hover, .gl-btn.progress-sub-submit:hover {
  background-color: #19334b;
}

.gl-btn.complete-module {
  text-align: center;
  color: white;
}

.gl-btn.complete-module:hover {
  color: white;
  cursor: pointer;
}

.gl-btn-regular {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 0.9rem;
  color: white;
  padding: 0 1.8rem !important;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.gl-btn-regular:hover {
  color: #ccc;
}

.gl-btn-regular::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: white;
  position: relative;
  background-color: transparent;
  top: 2px;
  right: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.btn-group > a {
  margin: 0 0.7rem;
}

@media (max-width: 480px) {
  .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-group > a {
    margin: 0 0 0.7rem 0;
  }
}

/* Action btn for registration form */
.action-btn {
  padding: 1rem 1.2rem;
  text-align: center;
  color: white !important;
  background-color: #5e77a8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.action-btn > i {
  position: relative;
  top: 3px;
}

.action-btn.secondary {
  background-color: #385678;
}

.action-btn.alternate {
  background-color: #f2b849;
  color: black !important;
}

.action-btn.alternate:hover {
  background-color: #666;
  color: white !important;
}

.action-btn.alternate.inactive:hover {
  background-color: #f2b849;
  color: black !important;
}

.action-btn.inactive:hover {
  cursor: default;
  background-color: #f04e50;
  color: white !important;
}

.action-btn:hover {
  background-color: #951424;
  color: white;
}

.action-btn.step__btn {
  display: none;
}

.action-btn.step__btn.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.action-btn.disabled {
  opacity: 0.3;
}

.action-btn.disabled:hover {
  cursor: default;
}

.textwidget a.action-btn {
  color: white !important;
}

.textwidget a.action-btn:hover {
  color: black !important;
  background-color: #f2b849;
}

.image-cropper {
  position: relative;
  width: 300px;
  margin: 0 auto 1em;
  text-align: center;
  z-index: 9997;
}

.image-cropper-mask {
  width: 300px;
  height: 300px;
  opacity: 0.777;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(transparent 150px, black 150px);
  /* background: -webkit-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
    background: -ms-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
     background: -o-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px); */
}

/* Enable this if uploaded image is tiny in the preview window */
.cropit-preview-image {
  max-width: none;
}

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 300px;
  height: 300px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 0 0 1.2rem;
}

input.cropit-image-input {
  visibility: hidden;
}

i#cropit-rotation-left,
i#cropit-rotation-right,
i#cropit-small-icon,
i#cropit-large-icon {
  color: #666;
}

i#cropit-rotation-left,
i#cropit-rotation-right {
  background-color: #5e77a8;
  padding: 1rem;
  color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

i#cropit-rotation-left:hover,
i#cropit-rotation-right:hover {
  background-color: #666;
  cursor: pointer;
}

input[type="range"] {
  margin: 2rem 0;
}

a#select-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #f04e50;
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a#select-avatar:hover {
  color: black !important;
  background-color: #f2b849;
}

a#cancel-avatar {
  padding: 1rem 1.6rem;
  text-align: center;
  color: white;
  background-color: #333;
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a#cancel-avatar:hover {
  color: white !important;
  background-color: #666;
}

.card {
  padding: 25px;
  margin-bottom: 20px;
  background-color: #e5e5e5;
  border: none !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.card.secondary {
  background-color: #385678;
}

.card p {
  font-weight: 500;
}

.card.zoom .card-title {
  font-size: 1.2rem;
}

.card.zoom a.client-download {
  display: block;
  text-align: center;
  font-weight: 500;
  color: black;
  font-size: 0.8rem;
  margin-top: 10px;
}

.card.zoom a.gl-btn.disabled {
  opacity: 0.5;
}

.card.zoom a.gl-btn.disabled:hover {
  cursor: default;
}

.digital-clock {
  margin: auto;
  position: relative;
  width: 250px;
  height: 60px;
  color: #ffffff;
  text-align: center;
  font: 50px/60px Montserrat;
}

.timezone-area-selector {
  font-size: 18px;
}

.timezone-area-selector {
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.card.ic-zoom-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card.ic-zoom-component a.client-download {
  font-style: 300;
  font-size: 12px;
  margin-top: 10px;
  display: block;
  color: black;
}

.card.ic-zoom-component a.client-download:hover {
  color: #5e77a8;
}

.card p {
  margin: 0;
  color: black;
  font-family: "Montserrat";
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.card p.component-title {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
  font-size: 1.2rem;
  font-family: "Poppins";
  margin-bottom: 5px;
}

.card p.component-title > small {
  display: block;
  text-transform: none;
}

.file-list-scroll {
  max-height: 325px;
  overflow-y: scroll;
  padding-right: 10px;
}

.file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#zoom_file_list .file-entry p {
  line-height: 1.5;
}

.file-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  padding: 8px;
  margin: 0 0 1px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.file-entry a {
  background-color: #5e77a8;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.file-entry a:hover {
  background-color: #951424;
}

.file-entry p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  padding: 0 10px;
}

.file-entry p > small {
  display: block;
  font-size: 9.5px !important;
  font-weight: 500;
  font-family: "Poppins";
  color: #6c757d;
}

.file-entry p > small > b {
  color: #5e77a8;
}

.file-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.file-actions a {
  margin-left: 2px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.file-actions a.delete-ninja-form-post-btn, .file-actions a.delete-event-post-btn, .file-actions a.delete-zoom-post-btn, .file-actions a.delete-forum-post-btn {
  background-color: #d32424;
}

.file-actions a.delete-ninja-form-post-btn:hover, .file-actions a.delete-event-post-btn:hover, .file-actions a.delete-zoom-post-btn:hover, .file-actions a.delete-forum-post-btn:hover {
  background-color: #951424;
}

.file-actions a > i.lds-dual-ring {
  margin: 0 !important;
  left: 2px;
}

.cabinet-files-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-files a {
  font-weight: 400;
  color: black;
  font-size: 13px;
}

.filter-files a.active {
  font-weight: bold;
}

.ic-cabinet-search-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin: 5px 0 10px;
}

.ic-cabinet-search-info a {
  margin: 0;
}

.ic-return {
  font-weight: 500;
  color: #242424;
  font-size: 14px;
  padding-left: 25px;
}

.ic-events-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ic-events-filter.zoom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic-events-filter.zoom form select {
  width: 120px;
  margin-left: 5px;
}

.ic-events-filter.zoom form input[type="submit"] {
  border: none;
  padding: 8px 10px;
  position: relative;
  top: -7px;
  margin-left: 5px;
  background-color: #5e77a8;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.ic-events-filter.zoom form input[type="submit"]:hover {
  background-color: #385678;
}

.ic-events-filter.zoom .filter-selection {
  width: 370px;
}

.ic-events-filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic-events-filter form label {
  width: 40%;
}

.ic-events-filter .filter-selection {
  width: 250px;
}

.zoom-sessions-container {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.zoom-sessions-container .zoom-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.zoom-sessions-container .zoom-entry .zoom-date {
  width: 15%;
}

.zoom-sessions-container .zoom-entry .zoom-date p {
  margin: 0;
  text-transform: uppercase;
  font-family: "Poppins";
}

.zoom-sessions-container .zoom-entry .zoom-date .month {
  width: 100%;
  text-align: center;
  background-color: #eaeaea;
  color: #5e77a8;
  padding: 5px 10px;
  font-weight: bold;
}

.zoom-sessions-container .zoom-entry .zoom-date .day {
  width: 100%;
  text-align: center;
  background-color: #5e77a8;
  color: white;
  padding: 15px 10px;
  font-weight: 500;
  font-size: 28px;
}

.zoom-sessions-container .zoom-entry .zoom-details {
  width: 85%;
  padding: 0 20px;
}

.zoom-sessions-container .zoom-entry .zoom-details p {
  color: #385678;
}

.zoom-sessions-container .zoom-entry .zoom-details .time {
  font-weight: 500;
  margin-bottom: 0px;
  margin-bottom: 6px;
}

.zoom-sessions-container .zoom-entry .zoom-details .zoom-title {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.zoom-sessions-container .zoom-entry .zoom-details a {
  color: #385678;
  font-weight: 700;
}

.ic-zoom-session-featured-img {
  margin-bottom: 20px;
}

.ic-zoom-media video {
  max-width: 100%;
}

.ic-forum-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.ic-forum-actions a {
  width: 50%;
  text-align: center;
}

.ic-forum-actions a:first-child {
  margin-right: 5px;
}

#bbpress-forums #bbp-search-form #bbp_search {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 8px 10px 10px 10px;
}

#bbp_search_submit {
  border: none;
  background-color: #5e77a8;
  color: white;
  padding: 5px 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s true;
  -moz-transition: all 0.3s true;
  -webkit-transition: all 0.3s true;
  -o-transition: all 0.3s true;
}

#bbp_search_submit:hover {
  background-color: #951424;
}

#subscription-toggle a,
#favorite-toggle a,
#bbp_reply_submit,
#bbp_topic_submit {
  border: none;
  background-color: #5e77a8;
  color: white;
  padding: 5px 13px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s true;
  -moz-transition: all 0.3s true;
  -webkit-transition: all 0.3s true;
  -o-transition: all 0.3s true;
}

#subscription-toggle a:hover,
#favorite-toggle a:hover,
#bbp_reply_submit:hover,
#bbp_topic_submit:hover {
  background-color: #951424;
}

/* Pagination */
#pagination > span.pages {
  padding: 7px;
}

#pagination > a {
  padding: 4px 10px 7px 10px;
  background-color: #e0e0e0;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  color: black;
  font-weight: normal;
}

#pagination > a:hover {
  background-color: #315175;
  color: white;
}

#pagination > span.current {
  padding: 4px 10px 7px 10px;
  background-color: #315175;
  border-radius: 4px;
  text-decoration: none;
  color: white;
}

.list-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.display-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.display-options > label {
  width: 200px;
  margin-top: 8px;
}

.ect-event-datetimes {
  margin-right: 20px !important;
}

.ect-event-datetimes .ev-mo {
  background-color: #eaeaea;
  padding: 8px 0;
}

.ect-event-datetimes .ev-day {
  background-color: #5e77a8;
  color: white !important;
  padding: 15px 0;
  font-size: 30px !important;
}

.lds-dual-ring {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.lds-dual-ring.button {
  width: 22px;
  height: 16px;
  margin-left: 5px;
  margin-right: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lds-dual-ring.button::after {
  width: 16px;
  height: 16px;
}

.lds-dual-ring.action-button {
  width: 14px;
  height: 14px;
  display: inline-table;
  margin-left: 0;
  margin-right: 0;
  margin-top: 2px;
}

.lds-dual-ring.action-button::after {
  width: 16px;
  height: 16px;
}

.lds-dual-ring.centered {
  margin: 0;
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 26px;
    height: 26px;
  }
}

.lds-dual-ring.dark::after {
  border-color: #ccc transparent #ccc transparent;
}

.lds-dual-ring.darker::after {
  border-color: #575757 transparent #575757 transparent;
}

.lds-dual-ring.primary::after {
  border-color: #5e77a8 transparent #5e77a8 transparent;
}

.lds-dual-ring.active {
  opacity: 1;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */