/* Custom easing */
/* Media Query Mixins */
body {
  font-size: 16px;
  color: black !important;
  overflow-x: hidden;
}

b,
strong {
  font-weight: 600 !important;
}

a,
a:focus {
  color: #293278;
}

.post-content {
  width: 100%;
}

.post-content a:hover {
  color: #293278 !important;
}

.post-content a.action-btn:hover {
  color: white !important;
}

.primary {
  color: #e91a56 !important;
}

p {
  color: #252525;
}

body.single h3 {
  margin-bottom: 10px !important;
}

#posts_container {
  margin-top: 20px !important;
}

blockquote {
  margin-bottom: 0px !important;
}

h1 {
  color: white !important;
  font-family: "Oxygen" !important;
  font-size: 50px !important;
  text-align: center;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.6);
}

h1 span {
  display: block;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px !important;
  }
}

h2 {
  margin-bottom: 10px !important;
  color: #e91a56 !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

h4 {
  padding: 0 !important;
  margin: 0 !important;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

h3.step-title {
  font-size: 2.5rem !important;
  margin: 1rem 0 0;
  color: #e91a56;
}



p.step-count {
  font-size: 2rem !important;
}

h5.step-sub-title {
  font-size: 2rem !important;
  color: #33c5df !important;
}

ul,
ol {
  padding: 0px 15px 15px 15px !important;
  margin: 0px 10px !important;
  color: #252525 !important;
}

footer {
  padding: 1rem 0 !important;
}

#site_footer {
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 0 !important;
}

.left-col-border {
  border-left: 1px solid #e2e2e2;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .left-col-border {
    border-left: 0px solid #e2e2e2;
  }
}

@media only screen and (max-width: 767px) {
  .left-col-border {
    border-left: 0px solid #e2e2e2;
  }
}

.teams-list-container {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.teams-list-entry .team-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.teams-list-entry .team-information .team-photo {
  width: 30%;
}

.teams-list-entry .team-information .team-details {
  width: 70%;
}

#send_invites_btn {
  display: none;
}

#send_invites_btn.active {
  display: inline-block;
}

.team-member-profile-entry {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.team-member-profile-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.team-member-profile-information .team-member-profile-photo {
  width: 30%;
  margin-right: 20px;
}

.team-member-profile-information .team-member-profile-photo > img {
  width: 100%;
}

.team-member-profile-information .team-member-profile-details {
  width: 70%;
}

input[type="submit"] {
  border: 1px solid #e91a56 !important;
  background: #e91a56 !important;
}

.banner-player {
  position: absolute;
  top: -142px;
  right: 100px;
  opacity: 0;
  -webkit-filter: brightness(500%);
          filter: brightness(500%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.banner-player.animate {
  right: 0px;
  opacity: 1;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .banner-player.animate {
    right: -90px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .banner-player {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .banner-player {
    display: none;
  }
}

select:disabled {
  background-color: #dbdbdb;
  pointer-events: none;
  cursor: default;
}

/* .mig-dashboard-container {
	& > .container {
		padding: 0 !important;
	}
} */
.standby-selected-player {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.standby-selected-player > .avatar {
  margin-right: 30px;
}

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

.team-status-details .team-photo {
  margin-right: 20px;
}

.team-status-details .team-photo > img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.team-status-details .team-details {
  padding: 20px;
}

.total-cost {
  font-size: 2rem;
}

.payment-info-links a:hover {
  color: black !important;
}

.family-member-detail {
  background-color: #f1f1f1;
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

#toast-container > div {
  opacity: 1 !important;
}

#wpadminbar {
  display: none !important;
}

@media print {
  #main_header {
    visibility: hidden;
    display: none;
  }
  #print_btn {
    visibility: hidden;
    display: none;
  }
  footer {
    visibility: hidden;
    display: none;
  }
  .print-hide {
    visibility: hidden;
    display: none;
  }
}

.mig-dashboard-nav {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.mig-dashboard-nav > li {
  margin: 0 0 10px;
}

.mig-dashboard-nav > li > a {
  width: 100%;
  text-align: left;
}

.mig-header {
  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;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 2rem 0 0;
}

.page-title-large-center,
.page-title-large {
  height: 200px !important;
  display: none;
}

.heading-title {
  margin: 0 !important;
}

p.lead {
  display: none !important;
}

.fields-set {
  display: none;
  margin: 2rem 0 0;
}

.fields-set.active {
  display: block;
}

.step-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #252525;
}

.sports-selection-container {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sports-selection-container > div {
  width: 50%;
  position: relative;
}

.sports-selection-container > div.left-col {
  padding-right: 5%;
}

.selection-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  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;
  z-index: -1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.selection-loader-overlay.active {
  z-index: 100;
  opacity: 0.7;
}

.registration-navigation {
  width: 100%;
  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;
  border-top: 1px dotted #ccc;
  padding: 2rem 0 0;
}

.asterisk {
  color: #e91a56;
}

.field-item input[type="checkbox"],
.field-item input[type="radio"] {
  margin: 7px 7px 0 0;
  float: left;
}

.field-item input[type="checkbox"]:hover,
.field-item input[type="radio"]:hover {
  cursor: pointer;
}

.field-item p {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
}

.field-item p.normal {
  font-weight: 500;
}

.field-item.specify {
  background-color: #efefef;
  padding: 10px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

input[type="range"]:hover {
  cursor: pointer;
}

.sport__categories {
  margin: 0 0 0 2rem;
}

.add-certification-container {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 2rem;
  margin: 0 0 0.6rem;
}

.add-certification-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add-certification-container > a {
  color: #242424;
  font-size: 1.4rem;
}

.add-certification-container > a:hover {
  color: #e91a56;
}

.add-certification-container > a:hover > span {
  background-color: #e91a56;
  border: 1px solid #e91a56;
}

.add-certification-container > a:hover > span::before {
  background-color: white;
}

.add-certification-container > a:hover > span::after {
  background-color: white;
}

.add-certification-container > a > span {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  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;
}

.add-certification-container > a > span::before {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #e91a56;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.add-certification-container > a > span::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #e91a56;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

label:hover {
  cursor: pointer;
}

/* Input file customization */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  /* pointer-events: none; Test this on mobile devices */
}

.inputfile + label > strong {
  background-color: #e91a56;
  max-width: 80%;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 7px 15px;
}

.inputfile + label > span {
  color: #666;
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 10px;
}

.inputfile:focus + label strong,
.inputfile + label strong:hover {
  background-color: #f2b849;
}

/* Certification fields */
.certification-fields {
  width: 100%;
}

.certification-field {
  width: 100%;
  position: relative;
  margin: 10px 10px 10px 50px;
}

.delete-certification-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  position: absolute;
  left: -28px;
  top: 15px;
  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;
}

.delete-certification-btn:hover {
  background-color: #e91a56;
  border: 1px solid #e91a56;
}

.delete-certification-btn:hover::after {
  background-color: white;
}

.delete-certification-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #e91a56;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.error-message {
  font-size: 1.5rem;
  border: 1px solid #ba2c51;
  padding: 1rem 1.5rem;
  background-color: #e86084;
  color: white !important;
  margin: 5px 0 10px;
  display: none;
  font-weight: 400 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

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

.error-message.notice {
  border: 1px solid #173586;
  background-color: #1d42a7;
}

.success-message {
  color: #f04e50;
  font-size: 1.5rem;
  border: 1px solid #0a66ad;
  padding: 1rem 1.5rem;
  background-color: #0090ff;
  color: white !important;
  margin: 5px 0 10px;
  display: none;
  font-weight: 400 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

input {
  transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
}

input[type="text"]:focus {
  border: 1px solid #e91a56;
  background-color: #e91a56;
  color: white;
}

input[type="text"]:-moz-read-only {
  background-color: #ebebeb !important;
}

input[type="text"]:read-only {
  background-color: #ebebeb !important;
}

.form-message {
  font-size: 1.4rem;
  color: #e91a56;
}

select {
  width: 100%;
  margin-bottom: 8px !important;
}

/* Datepicker overrides */
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 2em !important;
}

.datepick-nav,
.datepick-ctrl {
  height: 2em !important;
}

.datepick-month-header select option {
  color: black !important;
}

.datepick-month table {
  margin: 0 !important;
}

.registration-summary-sports {
  color: black;
}

.registration-summary-fields {
  margin-bottom: 1rem;
  width: 33.333%;
  padding: 0 2rem 0 0;
}

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

.registration-summary-fields > h4 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative;
  margin-bottom: 25px !important;
}

.registration-summary-fields > h4::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #e91a56;
  position: absolute;
  left: 0;
  bottom: -13px;
}

.registration-summary-fields p {
  font-size: 14px;
}

.registration-summary-fields p.price {
  font-size: 18px;
}

.registration-summary-fields p.specify {
  background-color: #dadada;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.registration-summary-avatar > img {
  max-width: 100%;
}

.registration-summary-certifications {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration-summary-certifications ul,
.registration-summary-certifications ol {
  margin: 0 0 1rem 4rem;
}

.registration_step.final__step.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.registration-summary-sports {
  list-style: none;
  padding: 0;
  margin: 0;
}

.registration-summary-sports ul,
.registration-summary-sports ol {
  margin: 0 0 1rem 4rem;
}

.submit-registration-status {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10% 0;
}

.submit-registration-status.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-receipt-list tbody > tr > td {
  padding: 10px 0;
  vertical-align: initial;
}

.email-validation-fields-container {
  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;
}

.email-validation-field {
  width: 50px !important;
  margin: 0 5px 0 0 !important;
  text-align: center;
}

.email-verification-error {
  display: none;
  text-align: center;
  color: #e91a56;
  margin: 10px 0 0;
}

.verification-validation-message {
  display: none;
}

.email-verification-success {
  display: none;
}

header#main_header {
  padding: 2rem 0;
  margin: 0 0 5rem;
}

@media only screen and (max-width: 767px) {
  header#main_header {
    margin: 0;
  }
}

header#main_header .container .row {
  margin-right: -8px !important;
}

@media (max-width: 480px) {
  header#main_header .container .row {
    margin-right: -15px !important;
  }
}

body.nav-visible .mobile-nav-col {
  margin-bottom: 0px !important;
}

.user-login-info {
  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;
}

.user-login-info > a {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.user-login-info > a > img {
  max-width: 100% !important;
  margin: 0 0 0 10px;
  border: 2px solid #e91a56;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.user-login-info p {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .user-login-info {
    text-align: center;
    margin-top: 20px;
  }
  .sports-selection-container {
    flex-direction: column;
  }
  .sports-selection-container > div {
    width: 100%;
  }
}

.user-login-info .account-title {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .user-login-info .account-title {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .user-login-info .account-title {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .logo-col {
    text-align: center;
  }
}

.login-col > ul {
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .login-col {
    -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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 0 !important;
  }
}

.header-banner {
  padding: 40px 60px;
  min-height: 250px;
  background-position: 20% 20%;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

@media (max-width: 480px) {
  .header-banner {
    padding: 20px 40px;
  }
}

.header-banner p {
  color: white;
  font-size: 2.2rem;
  position: relative;
  padding-left: 2px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .header-banner p {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 480px) {
  .header-banner p {
    font-size: 1.6rem !important;
  }
}

.header-banner p::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 2px;
  bottom: -10px;
}

.header-banner h3 {
  color: white;
  font-size: 4.4rem !important;
  margin: 0;
  max-width: 60%;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .header-banner h3 {
    font-size: 3rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-banner h3 {
    font-size: 2.4rem !important;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .header-banner h3 {
    font-size: 2.4rem !important;
    max-width: 100%;
  }
}

#copyright_footer {
  width: 100%;
  padding: 1.5rem 0 30px !important;
  margin: 3rem 0 0;
  border-top: 1px solid #dfdfdf;
  padding-bottom: 30px;
}

#copyright_footer img {
  width: 140px !important;
  margin: 20px 0;
}

.footer-copyright {
  color: #222222;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html :where(img) {
  height: auto;
  max-width: inherit !important;
}

.dark {
  color: black !important;
}

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

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

@media (max-width: 480px) {
  .no-padding-xs {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .line-break {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .line-break {
    display: none;
  }
}

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

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

.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;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.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;
}

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

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

.action-btn {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #e91a56;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Poppins";
  position: relative;
  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:focus {
  color: white !important;
}

.action-btn.secondary {
  background-color: #293278 !important;
}

.action-btn.secondary:hover {
  background-color: #f2b849 !important;
}

.action-btn.alternate {
  /* background-color: #f2b849; */
  color: black;
  padding: 10px 30px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.action-btn.alternate > span {
  position: relative;
  z-index: 100;
}

.action-btn.alternate:hover {
  color: black !important;
  background-color: transparent !important;
}

.action-btn.alternate:hover::before {
  background-color: #ffcc53;
}

.action-btn.alternate.inactive {
  color: black !important;
}

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

.action-btn.alternate::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fdbe2e;
  position: absolute;
  top: 0;
  left: 0;
  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.inactive:hover {
  cursor: default;
  background-color: #f04e50;
  color: white !important;
}

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

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

.action-btn.step__btn.active {
  display: inline-block;
}

.action-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.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); */
}

.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: #e91a56;
  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;
  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 2rem;
  text-align: center;
  color: white;
  background-color: #333;
  display: inline-block;
  font-size: 1.4rem;
  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;
}

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

.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.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);
  }
}

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

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hidden-desktop {
    display: none;
  }
}

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

/* Desktop - Laptop */
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}

/* Laptop - md-screen */
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .hidden-mobile {
    display: none;
  }
  .col-100-mobile {
    width: 100%;
  }
  .registration-summary-fields {
    margin-bottom: 1rem;
    width: 100%;
    padding: 0 2rem 0 0;
  }
  .registration-navigation { 
    flex-direction: column;
  }
  .action-btn.step__btn.active {
    margin: 5px 0;
  }
}

/* Tablet - sm-screen */
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
  .registration-summary-fields {
    margin-bottom: 1rem;
    width: 100%;
    padding: 0 2rem 0 0;
  }
  .registration-navigation { 
    flex-direction: column;
  }
  .action-btn.step__btn.active {
    margin: 5px 0;
  }
}

/* Mobile */
/* Mobile small */
.team-invite-field {
  width: auto;
  position: relative;
  margin: 10px 10px 10px 50px;
}

.team-invite-field.bottom-border {
  border-bottom: 0px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.delete-team-invite-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 15px;
  text-align: center;
  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;
}

.delete-team-invite-btn:hover {
  background-color: #f04e50;
  border: 1px solid #f04e50;
}

.delete-team-invite-btn:hover::after {
  background-color: white;
}

.delete-team-invite-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-team-invite-btn > span {
  position: relative;
  top: 20px;
  color: #07074e;
}

.delete-family-member-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 15px;
  text-align: center;
  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;
}

.delete-family-member-btn:hover {
  background-color: #f04e50;
  border: 1px solid #f04e50;
}

.delete-family-member-btn:hover::after {
  background-color: white;
}

.delete-family-member-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-family-member-btn > span {
  position: relative;
  top: 20px;
  color: #07074e;
}

.family-member-field {
  width: auto;
  position: relative;
  margin: 10px 10px 10px 50px;
}

.family-member-field.bottom-border {
  border-bottom: 0px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* .menu-main-menu-container {
    background-color: #542873;
    background-image: url("img/nav-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    @include borderRadiusAll(6px);
}

nav .menu {
    padding: 15px 25px !important;
}

nav .menu > li > a {
    color: white !important;
    padding: 20px 0 !important;
}

nav .menu > li ul {
    list-style: none;
    padding: 10px 0 !important;

    @include borderRadiusAll(6px);
}

nav .menu > li > ul {
    top: 43px !important;
}

.menu-effect-line nav .menu > li > a:before {
    border-top: 2px solid !important;
    border-top-color: #fff !important;
    bottom: -5px !important;
    box-shadow: none !important;
}

//Sub menu buttons
nav .menu > li > ul li a {
    display: block !important;
} */
#main_navigation {
  background-color: #542873;
  background-image: url("img/nav-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

body.fixed-nav .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2000;
}

.nav {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
  /*  @include md-screen {
        padding-top: 110px;
    }

    @include sm-screen {
        padding-top: 130px;
    } */
}

.pm-nav.mobile {
  display: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body.nav-visible .pm-nav.mobile {
  display: block !important;
  position: relative;
  z-index: 1000;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  body.nav-visible .pm-nav.mobile {
    padding: 10px 0;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.nav-visible .pm-nav.mobile {
    padding: 10px 0;
    margin-top: 30px;
  }
}

.pm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 1000;
}

.pm-nav > li {
  position: relative;
  margin: 10px 15px 0px 15px;
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .pm-nav > li {
    margin: 10px 10px 0px 10px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li {
    margin: 0;
  }
}

.pm-nav > li > a {
  color: #fff;
  padding-bottom: 10px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.4rem !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pm-nav > li > a {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .pm-nav > li > a {
    font-size: 0.8rem;
  }
}

.pm-nav > li > a:hover {
  color: #ccc;
}

.pm-nav > li > a::before {
  content: "";
  position: absolute;
  background-color: #fff !important;
  width: 100%;
  left: 0;
  height: 3px !important;
  top: -1px;
  bottom: auto;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pm-nav > li > a:hover::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav {
    display: none;
  }
}

.pm-nav > li {
  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;
  margin: 15px 15px 5px 25px !important;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li {
    display: block;
    margin: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li {
    display: block;
    margin: 0px !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li.current-menu-item span a {
    background-color: #293278;
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li.current-menu-item span a {
    background-color: #293278;
    color: white;
  }
}

.pm-nav > li > span {
  line-height: 0;
}

.pm-nav > li > span > a {
  color: #fff;
  margin: 2.4rem 15px;
  position: relative;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.5px;
  z-index: 1;
  line-height: 1.2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.2rem 15px;
    margin: 0 auto;
    display: table;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.2rem 15px;
    margin: 0 auto;
    display: table;
  }
}

.pm-nav > li > span.animate {
  top: 0px;
  opacity: 1;
}

.pm-nav > li > span > a:hover {
  text-decoration: none !important;
}

.pm-nav > li:last-child > span > a:hover::before {
  -webkit-transform: rotate(0deg) translateZ(0);
          transform: rotate(0deg) translateZ(0);
  width: 105%;
}

.pm-nav > li:first-child > span > a::after {
  content: none;
}

.pm-nav > li > span > a::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #6953ac;
  position: absolute;
  left: -16px;
  bottom: 3px;
  z-index: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}

.pm-nav > li.menu-item-has-children > span > a::after,
.pm-nav > li.menu-item-has-children > a::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: #fff;
  position: relative;
  background-color: transparent;
  top: 0px;
  right: -9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pm-nav > li.menu-item-has-children > span > a.active::after {
  top: 3px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* Sub menu */
.pm-nav > li > ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 260px;
  padding: 0 !important;
  background-color: #e91a56;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  list-style: none;
  z-index: 1000;
  margin-top: 5px;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  -webkit-transform: "translateY" -10px;
  transform: "translateY" -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

.pm-nav > li > ul.sub-menu > li.menu-item-has-children {
  position: relative;
}

.pm-nav > li > ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  position: absolute;
  right: -220px;
  top: -12px;
  background-color: #e91a56;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: "translateY" -10px;
  transform: "translateY" -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.pm-nav > li > ul.sub-menu > li > ul.sub-menu::before {
  content: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}

.pm-nav > li > .sub-menu > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li > ul.sub-menu > li {
  /* border-bottom: 1px solid #3f5577; */
}

.pm-nav > li > ul.sub-menu > li:last-child {
  border: none;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li.current-menu-item a {
    background-color: #3a0d52;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li.current-menu-item a {
    background-color: #3a0d52;
  }
}

.pm-nav > li > ul.sub-menu > li a,
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
  color: white;
  display: block;
  font-family: "Poppins";
  margin: 10px 20px;
  padding: 5px 0 15px;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #e59090;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li a,
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li a,
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}

.pm-nav > li > ul.sub-menu > li:last-child a,
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li:last-child > a {
  border-bottom: 0px solid #3f5577;
  padding: 5px 0 0px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li:last-child a,
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu > li:last-child > a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li:last-child a,
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu > li:last-child > a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}

.pm-nav > li > ul.sub-menu > li a::before {
  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: 1px;
  left: -10px;
  opacity: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-nav > li > ul.sub-menu > li a:hover,
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  padding-left: 10px;
}

.pm-nav > li > ul.sub-menu > li a:hover::before,
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:hover::before {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pm-nav > li > ul.sub-menu > li.current_page_item a {
  padding-left: 10px;
}

.pm-nav > li > ul.sub-menu > li.current_page_item a::before {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li.current_page_item a {
    padding-left: 0px;
  }
  .pm-nav > li > ul.sub-menu > li.current_page_item a::before {
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li.current_page_item a {
    padding-left: 0px;
  }
  .pm-nav > li > ul.sub-menu > li.current_page_item a::before {
    opacity: 0;
  }
}

/* .pm-nav > li ul.sub-menu > li a::after {
	content: "";
	width: 0;
	height: 100%;
	background-color: #006580;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;

	@include transition(all, 0.3s);
}

.pm-nav > li ul.sub-menu > li a:hover::after {
	width: 100%;

	@include md-screen {
		width: 100%;
	}

	@include sm-screen {
		width: 100%;
	}
} */
.pm-nav > li.current_page_item > a {
  color: #e91a56;
}

.pm-nav > li.current_page_item > a::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.pm-nav > li > ul.sub-menu > li.current_page_item a::after {
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li.current_page_item a::after {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li.current_page_item a::after {
    width: 100%;
  }
}

.pm-nav > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li > ul.sub-menu.menu-expand {
  max-height: 1000px;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0;
  position: relative;
}

/* Arrow */
.pm-nav li ul::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e91a56;
  top: -9px;
  left: 20px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav li ul::before {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav li ul::before {
    content: none;
  }
}

/* body.nav-visible {
    overflow: hidden;
} */
body.nav-visible .nav {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

body.nav-visible .nav::before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

body.nav-visible .pm-nav > li:hover .sub-menu {
  visibility: hidden;
  opacity: 0;
}

/* .micro-header {
  height: 50px;
  @include transition(all, 0.3s);
}

body.nav-visible .micro-header {
  height: 0px;
} */
/* Mobile menu toggle */
.pm-header__aside {
  z-index: 150;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -30px;
  right: 17px;
}

.pm-header__aside .mobile-btn {
  display: none;
}

.pm-header__aside .search-btn {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 5px;
  padding-right: 5px;
  color: #293278;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-header__aside .search-btn:hover {
  color: #e91a56;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}

.mobile-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 17px;
  padding-top: 7px;
  margin-left: 14px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  z-index: 6;
}

.mobile-btn::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  -webkit-transition: margin 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.mobile-btn span {
  display: block;
  height: 3px;
  background: #e91a56;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s,
 background 0.3s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s;
}

.mobile-btn span:first-child {
  bottom: 14px;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:last-child {
  top: 14px;
}

.mobile-btn.nav-visible span:first-child {
  bottom: 9px;
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s,
 background 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
}

.mobile-btn.nav-visible span:nth-child(2) {
  opacity: 0;
}

.mobile-btn.nav-visible span:last-child {
  top: 9px;
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s,
 background 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
}

.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
  padding: 15px 20px !important;
}

.field-wrap > div input[type="checkbox"],
.field-wrap button,
.field-wrap input[type="button"],
.field-wrap input[type="submit"] {
  background-color: #e91a56 !important;
  color: white !important;
  border: none;
}

.nf-form-fields-required {
  color: #e91a56 !important;
  margin-bottom: 15px !important;
}

.nf-response-msg {
  font-weight: bold !important;
}

.nf-response-msg p {
  color: #e91a56 !important;
}

.news-template-header {
  height: 60vh;
  overflow: hidden;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: fixed;
  padding: 1rem;
}

.news-template-header.blog > span {
  background-color: rgba(0, 0, 0, 0.5);
}

.news-template-header > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.news-template-header > h1 {
  color: white;
  font-size: 4vw;
  font-weight: 500;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .news-template-header > h1 {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  .news-template-header > h1 {
    font-size: 7vw;
  }
}

.news-template-header > p {
  position: relative;
  z-index: 50;
  text-align: center;
}

.news-template-header.global > p {
  font-size: 2vw;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .news-template-header.global > p {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .news-template-header.global > p {
    font-size: 4vw;
  }
}

@media (max-width: 480px) {
  .news-template-header.global > p {
    font-size: 6vw;
  }
}

#news_posts {
  background-color: white;
  padding: 3rem;
  color: black;
}

@media only screen and (max-width: 767px) {
  #news_posts {
    padding: 1rem;
  }
}

.global-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 50;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media (max-width: 480px) {
  .global-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.global-search > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 480px) {
  .global-search > form {
    width: 100%;
  }
}

.global-search > form > input[type="text"] {
  margin-right: 0;
  width: 40vw;
  background-color: white;
  height: 40px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .global-search > form > input[type="text"] {
    width: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .global-search > form > input[type="text"] {
    width: 50vw;
  }
}

@media (max-width: 480px) {
  .global-search > form > input[type="text"] {
    width: 90%;
    margin-bottom: 5px;
  }
}

.global-search > form > input[type="submit"] {
  margin-left: 0;
  top: 0px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

@media (max-width: 480px) {
  .global-search > form > input[type="submit"] {
    width: 100%;
    margin-left: 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
  }
}

.posts-container {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  z-index: 100;
  position: relative;
}

.posts-container.archive {
  margin: 0px auto;
}

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

.owl-carousel .ln-blog-post-card {
  width: 98%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .owl-carousel .ln-blog-post-card {
    min-height: 350px;
  }
}

.archive-post .ln-blog-post-card {
  width: 100%;
  margin: 0 0 30px;
}

body.home-page .ln-blog-post-card {
  width:100% !important;
}

body.home-page .container {
  width:auto !important;
}

.ln-blog-post-card {
  background-color: #f3f3f3 !important;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 31%;
  /* min-height: 450px; */
  margin: 1%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.ln-blog-post-card.proposal > .featured-image > span,
.ln-blog-post-card.announcement > .featured-image > span {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card.proposal > .featured-image > span,
  .ln-blog-post-card.announcement > .featured-image > span {
    display: block;
  }
}

.ln-blog-post-card > .featured-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background-color: white;
  text-align: center;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .ln-blog-post-card > .featured-image {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card > .featured-image {
    height: auto;
  }
}

.ln-blog-post-card > .featured-image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .ln-blog-post-card > .featured-image > img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card > .featured-image > img {
    width: 100%;
  }
}

.ln-blog-post-card > .featured-image > span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.97;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(35, 52, 145, 0)), color-stop(60%, #233491));
  background: linear-gradient(to bottom, rgba(35, 52, 145, 0) 15%, #233491 60%);
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 48%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ln-blog-post-card.proposal .blog-meta,
.ln-blog-post-card.announcement .blog-meta {
  bottom: auto;
  left: 0;
  top: 0;
  height: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ln-blog-post-card.proposal .blog-meta .post-url,
.ln-blog-post-card.announcement .blog-meta .post-url {
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.2rem;
  }
}

.blog-meta {
  padding: 2rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .blog-meta {
    position: relative;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.blog-meta .meta-content {
  min-height: 180px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .blog-meta .meta-content {
    min-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-meta .meta-content {
    min-height: auto;
  }
}

.blog-meta .date-published {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  font-size: 0.8rem;
  font-family: "Poppins";
  display: block;
}

.blog-meta .date-published .bullet {
  font-family: "Arial";
  line-height: 0;
  margin: 0 3px;
}

.blog-meta .category {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px !important;
  font-family: "Poppins";
  color: black;
  text-decoration: none;
  color: #e91a56;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-meta .category:hover {
  color: #293278;
}

.blog-meta .post-url {
  display: block;
  margin-bottom: 10px;
  color: #e91a56;
  font-family: "Montserrat";
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .blog-meta .post-url {
    font-size: 1.1rem;
  }
}

.blog-meta .post-url:hover {
  color: #293278;
}

.blog-meta .tag-line {
  color: black;
  padding: 0;
  margin: 0;
}

.blog-meta .excerpt {
  color: black;
  font-size: 0.8rem;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.7;
}

.blog-meta .read-more {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  border: none;
  position: relative;
  text-decoration: none !important;
  margin: 20px 0 0;
  padding: 0.6rem 1.5rem !important;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 0.5px;
  background-color: #293278;
  font-family: "Poppins";
  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;
}

.blog-meta .read-more:hover {
  background-color: #555;
  color: white !important;
}

.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;
  background-color: #2b2c30;
  padding: 3rem 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  margin: 3% 2% 3% 1%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  .nf-newsletter-signup {
    margin: 5px 5px 30px 5px;
  }
}

.nf-newsletter-signup > span {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .nf-newsletter-signup > span {
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > span {
    visibility: visible;
  }
}

.nf-newsletter-signup > .left-col {
  width: 55%;
  padding-right: 2rem;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .nf-newsletter-signup > .left-col {
    text-align: center;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col {
    width: 100%;
    margin: 0 0 2rem;
    text-align: center;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

.nf-newsletter-signup > .left-col h6 {
  font-size: 2.2rem;
  font-family: "Barlow";
  text-transform: none;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .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: "Montserrat";
  font-weight: 400;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .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 (max-width: 767px) {
  .nf-newsletter-signup > .right-col {
    width: 100%;
  }
}

.post-load-more {
  width: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

.post-load-more .posts-count {
  margin: 0 0 1rem;
}

.wp-pagination {
  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;
  width: 100%;
  margin: 1.2rem 2% 0;
  color: #fff;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .wp-pagination {
    margin: 0 4% 0;
  }
}

@media only screen and (max-width: 767px) {
  .wp-pagination {
    margin: 0 5% 0;
  }
}

.wp-pagination > a {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  color: #222;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.wp-pagination > a:hover {
  background-color: #aaa;
  border: 1px solid #aaa;
  color: white !important;
}

#search_submit_btn {
  background-color: #5a256e;
  width: 40px;
  height: 40px;
  color: black;
  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;
  margin-left: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

#search_submit_btn:hover {
  background-color: #c9b042;
}

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

.post-social-list b {
  font-family: "Poppins";
}

.post-social-list a {
  background-color: #5a256e;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: white !important;
  margin-right: 2px !important;
  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;
  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;
}

.post-social-list a:hover {
  background-color: #e91a56;
  color: white !important;
}

.post-social-list.single-post {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-social-list.single-post a {
  background-color: #293278;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  margin-right: 2px;
  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;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.post-social-list.single-post a:hover {
  background-color: #30548b;
}

.meta-links p {
  color: white;
  font-size: 0.8rem;
  font-family: "Montserrat";
}

.blog-post header {
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #28292c;
  max-height: 100vh;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .blog-post header {
    max-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header {
    max-height: auto;
  }
}

.blog-post header .blog-featured-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blog-post header .blog-featured-image > img {
  width: 100%;
}

.blog-post header .blog-featured-image .blog-info {
  width: 100%;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .blog-post header .blog-featured-image .blog-info {
    position: relative;
    background-color: inherit;
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header .blog-featured-image .blog-info {
    position: relative;
    background-color: inherit;
    padding: 2rem;
  }
}

.blog-post header .blog-featured-image .blog-info > p {
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
}

.blog-post header .blog-featured-image .blog-info > h5 {
  margin-bottom: 0px;
  text-align: center;
}

.blog-post header .blog-featured-image .blog-info > h5 > a {
  font-size: 2rem;
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.2rem;
  }
}

.read-article {
  border: 1px solid #e91a56;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.read-article:hover {
  padding: 1rem 3rem;
  background-color: #e91a56;
  color: black !important;
}

.posts-navigation {
  width: 40px;
  height: 100%;
  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;
  position: absolute;
  top: 0;
  padding: 0 2rem;
  color: #e91a56;
  font-size: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.posts-navigation > i {
  z-index: 20;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation.prev > i {
  left: 0;
}

.posts-navigation.next > i {
  right: 0;
}

.posts-navigation > span {
  font-size: 14px;
  z-index: 10;
  opacity: 0;
  display: none;
  max-width: 80px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation:hover {
  padding: 0 1rem;
  width: 120px;
}

.posts-navigation:hover::before {
  background-color: #1b1b1d;
}

.posts-navigation:hover > i {
  opacity: 0;
}

.posts-navigation:hover.prev > i {
  left: 20px;
}

.posts-navigation:hover.next > i {
  right: 20px;
}

.posts-navigation:hover > span {
  display: inline-block;
  opacity: 1;
  color: white;
}

.posts-navigation::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation.prev {
  left: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .posts-navigation.prev {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .posts-navigation.prev {
    display: none;
  }
}

.posts-navigation.next {
  right: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .posts-navigation.next {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .posts-navigation.next {
    display: none;
  }
}

.blog-post .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .blog-post .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}

.blog-post .body .left-col {
  width: 75%;
  padding-right: 2rem;
  border-right: 1px dashed #ccc;
}

.blog-post .body .left-col figure {
  width: 100% !important;
  height: auto;
}

.blog-post .body .left-col figure img {
  width: 100% !important;
  height: auto;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .blog-post .body .left-col {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body .left-col {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}

.blog-post .body .right-col {
  width: 25%;
  padding-left: 2rem;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .blog-post .body .right-col {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body .right-col {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}

.blog-post .body p {
  color: #28292c;
  font-size: 1rem;
}

.blog-post .body p a {
  color: #e91a56 !important;
}

p.post-date {
  font-size: 1.3rem;
}

.post-image {
  border: 6px solid #eeeeee;
}

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

.blog-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .blog-tags ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-tags ul > li:first-child {
    margin-bottom: 10px;
  }
  .blog-tags ul > li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .blog-tags ul > li:nth-child(2) a {
    margin: 0 3px 5px;
  }
}

.blog-tags ul > li {
  margin-right: 5px;
  color: #28292c;
  font-weight: bold;
}

.blog-tags ul > li > a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  margin: 0 0.1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

@media only screen and (max-width: 767px) {
  .blog-tags ul > li > a {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  .blog-tags ul > li > a {
    font-size: 3vw;
  }
}

.blog-tags ul > li > a:hover {
  background-color: #293278;
  color: white !important;
}

.category-tags b {
  font-family: "Poppins";
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .category-tags {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .category-tags {
    margin-top: 20px;
  }
}

.category-tags a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.5rem 1.6rem;
  margin: 0 0.1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.category-tags a:hover {
  background-color: #293278;
  color: white !important;
}

@media only screen and (max-width: 767px) {
  .category-tags a {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  .category-tags a {
    font-size: 3vw;
  }
}

.blog-post-navigation {
  margin-top: 1rem;
  width: 100%;
  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;
}

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

.blog-post-navigation > a.prev-post-link > span {
  margin-left: 5px;
}

.blog-post-navigation > a.prev-post-link:hover span {
  margin-left: 20px;
  margin-right: 2px;
}

.blog-post-navigation > a {
  color: #373738;
  border: 2px solid #ccc;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-family: "Poppins";
  font-weight: 500;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.blog-post-navigation > a > span {
  margin-right: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-post-navigation > a:hover span {
  margin-right: 20px;
}

.wp-caption-text {
  color: #28292c;
  font-size: 13px;
  font-style: italic;
}

figure {
  margin: 0 !important;
  padding: 2rem 0;
}

.post-views > p {
  line-height: 0;
}

.post-views > p > img {
  width: 20px;
  position: relative;
  top: 5px;
}

.tags-container {
  width: 100%;
  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;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .tags-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.chaperone-athlete-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eeeeee;
  padding: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}

.chaperone-athlete-card .avatar {
  overflow: hidden;
  width: 150px;
  height: 150px;
  border: 6px solid white;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.chaperone-athlete-card span.count {
  display: block;
  width:40px;
  height:40px;
  background-color: #e91a56;
  position:absolute;
  right:-10px;
  top:-10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:white;
  font-size:18px;
  padding:5px;

  border-radius:99px;
}

.chaperone-athlete-card .avatar > img {
  width: 100%;
}

.chaperone-athlete-card .details p {
  margin-bottom: 0px;
  font-size: 14px;
}

.chaperone-athlete-card .details a {
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}

.dtp .dtp-buttons {
  background-color: white !important;;
}


/* Material Datepicker overrides */
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background-color: #d51d34; !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #970c1d !important;
}

.dtp .p10 > a {
  color: white !important;
}

.dtp table.dtp-picker-days tr > td > a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background-color: #d51d34 !important;
}

.dtp table.dtp-picker-days tr > td > a:hover {
  background-color: #d51d34 !important;
  color: white !important;
}

.year-picker-item:hover {
  color: #d51d34 !important;
}

.year-picker-item.active {
  color: #d51d34 !important;
}

.change-sport-current-info {
  display: flex;
  flex-direction: row;
}

.change-sport-current-info .avatar {
  margin-right:20px;
  width:150px;
  height:150px;
}

.change-sport-current-info .avatar img {
  width:100%;
}

/* Pagination */
.ic-pagination {
  padding: 20px 0;
  display: flex;
  justify-content:center;
  width:100%;
}

.ic-pagination .pagination .pages {
  margin-right: 20px;
}

.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;
}

.page-numbers.dots {
  padding: 4px 10px 7px 10px;
  border-radius: 4px;
  text-decoration: none; 
  color: rgb(34, 34, 34);
}